diff --git a/.gitignore b/.gitignore index 522f8a21..0ad40e54 100644 --- a/.gitignore +++ b/.gitignore @@ -9,11 +9,13 @@ xcuserdata project.xcworkspace *.xcuserdata TARGET_BUILD_DIRTARGET_BUILD_DIR +DerivedData *.xcuserdata *.xml nbproject/ mothur Mothur.1 +DerivedData/ *.stdout diff --git a/Makefile b/Makefile index 7ba80fda..073a7bbb 100644 --- a/Makefile +++ b/Makefile @@ -7,15 +7,23 @@ # # Macros # +# 64BIT_VERSION - set to no if you are using a 32bit arch. +# OPTIMIZE - yes will increase speed of executable. +# USEREADLINE - link with readline libraries. Must have readline installed. Windows set to no. +# USEBOOST - link with boost libraries. Must install boost. Allows the make.contigs command to read .gz files. +# BOOST_LIBRARY_DIR - location of boost libraries +# BOOST_INCLUDE_DIR - location of boost include files +# MOTHUR_FILES - default location for mothur to look for input files at runtime. Most often used for reference files. 64BIT_VERSION ?= yes OPTIMIZE ?= yes USEREADLINE ?= yes USEBOOST ?= yes BOOST_LIBRARY_DIR="\"Enter_your_boost_library_path_here\"" +BOOST_INCLUDE_DIR="\"Enter_your_boost_include_path_here\"" MOTHUR_FILES="\"Enter_your_default_path_here\"" -RELEASE_DATE = "\"4/05/2016\"" -VERSION = "\"1.37.0\"" +RELEASE_DATE = "\"3/20/2017\"" +VERSION = "\"1.39.5\"" ifeq ($(strip $(64BIT_VERSION)),yes) CXXFLAGS += -DBIT_VERSION @@ -26,7 +34,8 @@ ifeq ($(strip $(OPTIMIZE)),yes) CXXFLAGS += -O3 endif -CXXFLAGS += -DRELEASE_DATE=${RELEASE_DATE} -DVERSION=${VERSION} -O3 +CXXFLAGS += -DRELEASE_DATE=${RELEASE_DATE} -DVERSION=${VERSION} -std=c++0x +LDFLAGS += -std=c++0x ifeq ($(strip $(MOTHUR_FILES)),"\"Enter_your_default_path_here\"") else @@ -44,17 +53,13 @@ ifeq ($(strip $(USEREADLINE)),yes) endif -#The boost libraries allow you to read gz files. +#User specified boost library ifeq ($(strip $(USEBOOST)),yes) -#User specified boost library path -ifeq ($(strip $(BOOST_LIBRARY_DIR)),"\"Enter_your_boost_library_path_here\"") -else - LDFLAGS += ${BOOST_LIBRARY_DIR} -endif + LDFLAGS += -L ${BOOST_LIBRARY_DIR} LIBS += -lboost_iostreams -lz - CXXFLAGS += -DUSE_BOOST + CXXFLAGS += -DUSE_BOOST -I ${BOOST_INCLUDE_DIR} endif # diff --git a/Mothur.xcodeproj/project.pbxproj b/Mothur.xcodeproj/project.pbxproj old mode 100755 new mode 100644 index c72dcaec..c4f951f1 --- a/Mothur.xcodeproj/project.pbxproj +++ b/Mothur.xcodeproj/project.pbxproj @@ -7,12 +7,10 @@ objects = { /* Begin PBXBuildFile section */ - 2114A7681C654D7400D3D8D9 /* averagelinkage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2114A7671C654D7400D3D8D9 /* averagelinkage.cpp */; }; 219C1DE01552C4BD004209F9 /* newcommandtemplate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 219C1DDF1552C4BD004209F9 /* newcommandtemplate.cpp */; }; 219C1DE41559BCCF004209F9 /* getcoremicrobiomecommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 219C1DE31559BCCD004209F9 /* getcoremicrobiomecommand.cpp */; }; 480E8DB11CAB12ED00A0D137 /* testfastqread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 480E8DAF1CAB12ED00A0D137 /* testfastqread.cpp */; }; 480E8DB21CAB1F5E00A0D137 /* vsearchfileparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 489B55701BCD7F0100FB7DC8 /* vsearchfileparser.cpp */; }; - 480E8DB31CAB1F7900A0D137 /* averagelinkage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2114A7671C654D7400D3D8D9 /* averagelinkage.cpp */; }; 481623E21B56A2DB004C60B7 /* pcrseqscommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 481623E11B56A2DB004C60B7 /* pcrseqscommand.cpp */; }; 481FB51C1AC0A63E0076CFF3 /* main.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 481FB51B1AC0A63E0076CFF3 /* main.cpp */; }; 481FB5261AC0ADA00076CFF3 /* sequence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B7DB12D37EC400DA6239 /* sequence.cpp */; }; @@ -136,7 +134,6 @@ 481FB5A01AC1B71B0076CFF3 /* classifysvmsharedcommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B2181FE17AD777B00286E6A /* classifysvmsharedcommand.cpp */; }; 481FB5A11AC1B71B0076CFF3 /* classifytreecommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7EEB0F414F29BFD00344B83 /* classifytreecommand.cpp */; }; 481FB5A21AC1B71B0076CFF3 /* clearcutcommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B69612D37EC400DA6239 /* clearcutcommand.cpp */; }; - 481FB5A31AC1B7300076CFF3 /* clearmemorycommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A73DDBB913C4A0D1006AAE38 /* clearmemorycommand.cpp */; }; 481FB5A41AC1B7300076CFF3 /* clustercommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B69C12D37EC400DA6239 /* clustercommand.cpp */; }; 481FB5A51AC1B7300076CFF3 /* clusterdoturcommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B69E12D37EC400DA6239 /* clusterdoturcommand.cpp */; }; 481FB5A61AC1B7300076CFF3 /* clusterfragmentscommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B6A012D37EC400DA6239 /* clusterfragmentscommand.cpp */; }; @@ -174,7 +171,6 @@ 481FB5C71AC1B74F0076CFF3 /* getsabundcommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B70612D37EC400DA6239 /* getsabundcommand.cpp */; }; 481FB5C81AC1B74F0076CFF3 /* getseqscommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B70812D37EC400DA6239 /* getseqscommand.cpp */; }; 481FB5C91AC1B74F0076CFF3 /* getsharedotucommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B70A12D37EC400DA6239 /* getsharedotucommand.cpp */; }; - 481FB5CA1AC1B74F0076CFF3 /* hclustercommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B71A12D37EC400DA6239 /* hclustercommand.cpp */; }; 481FB5CB1AC1B74F0076CFF3 /* heatmapcommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B71E12D37EC400DA6239 /* heatmapcommand.cpp */; }; 481FB5CC1AC1B74F0076CFF3 /* heatmapsimcommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B72212D37EC400DA6239 /* heatmapsimcommand.cpp */; }; 481FB5CD1AC1B74F0076CFF3 /* helpcommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B72812D37EC400DA6239 /* helpcommand.cpp */; }; @@ -213,7 +209,6 @@ 481FB5EF1AC1B77E0076CFF3 /* pcoacommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B78712D37EC400DA6239 /* pcoacommand.cpp */; }; 481FB5F11AC1B77E0076CFF3 /* phylodiversitycommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B78B12D37EC400DA6239 /* phylodiversitycommand.cpp */; }; 481FB5F21AC1B77E0076CFF3 /* phylotypecommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B79112D37EC400DA6239 /* phylotypecommand.cpp */; }; - 481FB5F31AC1B77E0076CFF3 /* pipelinepdscommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B79512D37EC400DA6239 /* pipelinepdscommand.cpp */; }; 481FB5F41AC1B77E0076CFF3 /* preclustercommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B79712D37EC400DA6239 /* preclustercommand.cpp */; }; 481FB5F51AC1B77E0076CFF3 /* primerdesigncommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A74C06E816A9C0A8008390A3 /* primerdesigncommand.cpp */; }; 481FB5F61AC1B77E0076CFF3 /* quitcommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B7A112D37EC400DA6239 /* quitcommand.cpp */; }; @@ -285,7 +280,6 @@ 481FB6391AC1B7EA0076CFF3 /* ordervector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B77712D37EC400DA6239 /* ordervector.cpp */; }; 481FB63A1AC1B7EA0076CFF3 /* qualityscores.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B79F12D37EC400DA6239 /* qualityscores.cpp */; }; 481FB63B1AC1B7EA0076CFF3 /* rabundvector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B7A312D37EC400DA6239 /* rabundvector.cpp */; }; - 481FB63C1AC1B7EA0076CFF3 /* referencedb.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A721765613BB9F7D0014DAAE /* referencedb.cpp */; }; 481FB63D1AC1B7EA0076CFF3 /* reportfile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B7CB12D37EC400DA6239 /* reportfile.cpp */; }; 481FB63E1AC1B7EA0076CFF3 /* sabundvector.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B7CF12D37EC400DA6239 /* sabundvector.cpp */; }; 481FB63F1AC1B7EA0076CFF3 /* sequencecountparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A741FAD115D1688E0067BCC5 /* sequencecountparser.cpp */; }; @@ -309,7 +303,6 @@ 481FB6511AC1B8100076CFF3 /* engine.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B6DA12D37EC400DA6239 /* engine.cpp */; }; 481FB6521AC1B8100076CFF3 /* fileoutput.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B6E012D37EC400DA6239 /* fileoutput.cpp */; }; 481FB6531AC1B8100076CFF3 /* gotohoverlap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B71012D37EC400DA6239 /* gotohoverlap.cpp */; }; - 481FB6541AC1B8100076CFF3 /* hcluster.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B71812D37EC400DA6239 /* hcluster.cpp */; }; 481FB6551AC1B8100076CFF3 /* heatmap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B71C12D37EC400DA6239 /* heatmap.cpp */; }; 481FB6561AC1B8100076CFF3 /* heatmapsim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B72012D37EC400DA6239 /* heatmapsim.cpp */; }; 481FB6571AC1B8100076CFF3 /* inputdata.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B72D12D37EC400DA6239 /* inputdata.cpp */; }; @@ -329,12 +322,10 @@ 481FB6671AC1B8450076CFF3 /* randomnumber.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A77B7186173D4041002163C2 /* randomnumber.cpp */; }; 481FB6681AC1B8450076CFF3 /* rarecalc.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B7A512D37EC400DA6239 /* rarecalc.cpp */; }; 481FB6691AC1B8520076CFF3 /* abstractdecisiontree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7386C241619E52200651424 /* abstractdecisiontree.cpp */; }; - 481FB66A1AC1B8520076CFF3 /* abstractrandomforest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48705AC319BE32C50075E977 /* abstractrandomforest.cpp */; }; 481FB66B1AC1B8520076CFF3 /* decisiontree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7386C28161A110700651424 /* decisiontree.cpp */; }; 481FB66C1AC1B8520076CFF3 /* randomforest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A77E1937161B201E00DB1A2A /* randomforest.cpp */; }; 481FB66D1AC1B8520076CFF3 /* rftreenode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A77E193A161B289600DB1A2A /* rftreenode.cpp */; }; 481FB66E1AC1B8520076CFF3 /* forest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83F25B0A163B031200ABE73D /* forest.cpp */; }; - 481FB66F1AC1B8520076CFF3 /* regularizedrandomforest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 834D9D561656D7C400E7FAB9 /* regularizedrandomforest.cpp */; }; 481FB6701AC1B8820076CFF3 /* raredisplay.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B7A712D37EC400DA6239 /* raredisplay.cpp */; }; 481FB6711AC1B8820076CFF3 /* rarefact.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B7A912D37EC400DA6239 /* rarefact.cpp */; }; 481FB6721AC1B8820076CFF3 /* refchimeratest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7E6BE10912F710D8007ADDBE /* refchimeratest.cpp */; }; @@ -374,18 +365,32 @@ 4827A4DC1CB3ED2200345170 /* fastqdataset.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4827A4DA1CB3ED2100345170 /* fastqdataset.cpp */; }; 4829D9671B8387D0002EEED4 /* testbiominfocommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 4829D9651B8387D0002EEED4 /* testbiominfocommand.cpp */; }; 483C952E188F0CAD0035E7B7 /* (null) in Sources */ = {isa = PBXBuildFile; }; + 48576EA11D05DBC600BBC9C0 /* averagelinkage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2114A7671C654D7400D3D8D9 /* averagelinkage.cpp */; }; + 48576EA21D05DBCD00BBC9C0 /* vsearchfileparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 489B55701BCD7F0100FB7DC8 /* vsearchfileparser.cpp */; }; + 48576EA51D05E8F600BBC9C0 /* testoptimatrix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48576EA31D05E8F600BBC9C0 /* testoptimatrix.cpp */; }; + 48576EA81D05F59300BBC9C0 /* distpdataset.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48576EA61D05F59300BBC9C0 /* distpdataset.cpp */; }; 48705AC419BE32C50075E977 /* getmimarkspackagecommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48705ABB19BE32C50075E977 /* getmimarkspackagecommand.cpp */; }; 48705AC519BE32C50075E977 /* oligos.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48705ABD19BE32C50075E977 /* oligos.cpp */; }; 48705AC619BE32C50075E977 /* mergesfffilecommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48705ABF19BE32C50075E977 /* mergesfffilecommand.cpp */; }; 48705AC719BE32C50075E977 /* sharedrjsd.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48705AC119BE32C50075E977 /* sharedrjsd.cpp */; }; - 48705AC819BE32C50075E977 /* abstractrandomforest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48705AC319BE32C50075E977 /* abstractrandomforest.cpp */; }; 487C5A871AB88B93002AF48A /* mimarksattributescommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 487C5A851AB88B93002AF48A /* mimarksattributescommand.cpp */; }; - 487D09EB1CB2CEF3007039BF /* vsearchfileparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 489B55701BCD7F0100FB7DC8 /* vsearchfileparser.cpp */; }; 487D09EC1CB2CEFE007039BF /* averagelinkage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 2114A7671C654D7400D3D8D9 /* averagelinkage.cpp */; }; + 488841611CC515A000C5E972 /* (null) in Sources */ = {isa = PBXBuildFile; }; + 488841621CC515A000C5E972 /* (null) in Sources */ = {isa = PBXBuildFile; }; + 488841651CC6C34900C5E972 /* renamefilecommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 488841631CC6C34900C5E972 /* renamefilecommand.cpp */; }; + 488841661CC6C35500C5E972 /* renamefilecommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 488841631CC6C34900C5E972 /* renamefilecommand.cpp */; }; + 48910D431D5243E500F60EDB /* mergecountcommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48910D411D5243E500F60EDB /* mergecountcommand.cpp */; }; + 48910D441D5243E500F60EDB /* mergecountcommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48910D411D5243E500F60EDB /* mergecountcommand.cpp */; }; + 48910D461D58CAD700F60EDB /* opticluster.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48910D451D58CAD700F60EDB /* opticluster.cpp */; }; + 48910D4B1D58CBA300F60EDB /* optimatrix.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48910D491D58CBA300F60EDB /* optimatrix.cpp */; }; + 48910D511D58E26C00F60EDB /* testopticluster.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48910D4D1D58E26C00F60EDB /* testopticluster.cpp */; }; + 48910D521D58E26C00F60EDB /* distcdataset.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48910D501D58E26C00F60EDB /* distcdataset.cpp */; }; 4893DE2918EEF28100C615DF /* (null) in Sources */ = {isa = PBXBuildFile; }; - 489B55721BCD7F0100FB7DC8 /* vsearchfileparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 489B55701BCD7F0100FB7DC8 /* vsearchfileparser.cpp */; }; + 48A11C6E1CDA40F0003481D8 /* testrenamefilecommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48A11C6C1CDA40F0003481D8 /* testrenamefilecommand.cpp */; }; 48A85BAD18E1AF2000199B6F /* (null) in Sources */ = {isa = PBXBuildFile; }; 48B662031BBB1B6600997EE4 /* testrenameseqscommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48B662011BBB1B6600997EE4 /* testrenameseqscommand.cpp */; }; + 48C1DDC61D25C1BC00B5BA9D /* (null) in Sources */ = {isa = PBXBuildFile; }; + 48C1DDC71D25C1BC00B5BA9D /* (null) in Sources */ = {isa = PBXBuildFile; }; 48C51DF01A76B888004ECDF1 /* fastqread.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48C51DEF1A76B888004ECDF1 /* fastqread.cpp */; }; 48C51DF31A793EFE004ECDF1 /* kmeralign.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48C51DF11A793EFE004ECDF1 /* kmeralign.cpp */; }; 48C728651B66A77800D40830 /* testsequence.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48C728641B66A77800D40830 /* testsequence.cpp */; }; @@ -399,10 +404,12 @@ 48D6E96B1CA4262A008DF76B /* dataset.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48D6E9691CA4262A008DF76B /* dataset.cpp */; }; 48DB37B31B3B27E000C372A4 /* makefilecommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48DB37B11B3B27E000C372A4 /* makefilecommand.cpp */; }; 48DB37B41B3B27E000C372A4 /* makefilecommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48DB37B11B3B27E000C372A4 /* makefilecommand.cpp */; }; + 48E418561D08893A004C36AB /* (null) in Sources */ = {isa = PBXBuildFile; }; 48E981CF189C38FB0042BE9D /* (null) in Sources */ = {isa = PBXBuildFile; }; + 48EDB76C1D1320DD00F76E93 /* chimeravsearchcommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48EDB76A1D1320DD00F76E93 /* chimeravsearchcommand.cpp */; }; + 48F06CCD1D74BEC4004A45DD /* testphylotree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48F06CCB1D74BEC4004A45DD /* testphylotree.cpp */; }; 48F98E4D1A9CFD670005E81B /* completelinkage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 48F98E4C1A9CFD670005E81B /* completelinkage.cpp */; }; 7E6BE10A12F710D8007ADDBE /* refchimeratest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7E6BE10912F710D8007ADDBE /* refchimeratest.cpp */; }; - 834D9D581656D7C400E7FAB9 /* regularizedrandomforest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 834D9D561656D7C400E7FAB9 /* regularizedrandomforest.cpp */; }; 835FE03D19F00640005AA754 /* classifysvmsharedcommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B2181FE17AD777B00286E6A /* classifysvmsharedcommand.cpp */; }; 835FE03E19F00A4D005AA754 /* svm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 7B21820117AD77BD00286E6A /* svm.cpp */; }; 83F25B0C163B031200ABE73D /* forest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 83F25B0A163B031200ABE73D /* forest.cpp */; }; @@ -416,7 +423,6 @@ A7190B221768E0DF00A9AFA6 /* lefsecommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7190B201768E0DF00A9AFA6 /* lefsecommand.cpp */; }; A71CB160130B04A2001E7287 /* anosimcommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A71CB15E130B04A2001E7287 /* anosimcommand.cpp */; }; A71FE12C12EDF72400963CA7 /* mergegroupscommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A71FE12B12EDF72400963CA7 /* mergegroupscommand.cpp */; }; - A721765713BB9F7D0014DAAE /* referencedb.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A721765613BB9F7D0014DAAE /* referencedb.cpp */; }; A721AB6A161C570F009860A1 /* alignnode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A721AB66161C570F009860A1 /* alignnode.cpp */; }; A721AB6B161C570F009860A1 /* aligntree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A721AB68161C570F009860A1 /* aligntree.cpp */; }; A721AB71161C572A009860A1 /* kmernode.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A721AB6D161C572A009860A1 /* kmernode.cpp */; }; @@ -427,7 +433,6 @@ A727864412E9E28C00F86ABA /* removerarecommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A727864312E9E28C00F86ABA /* removerarecommand.cpp */; }; A7386C251619E52300651424 /* abstractdecisiontree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7386C241619E52200651424 /* abstractdecisiontree.cpp */; }; A7386C29161A110800651424 /* decisiontree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7386C28161A110700651424 /* decisiontree.cpp */; }; - A73DDBBA13C4A0D1006AAE38 /* clearmemorycommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A73DDBB913C4A0D1006AAE38 /* clearmemorycommand.cpp */; }; A73DDC3813C4BF64006AAE38 /* mothurmetastats.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A73DDC3713C4BF64006AAE38 /* mothurmetastats.cpp */; }; A741744C175CD9B1007DF49B /* makelefsecommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A741744A175CD9B1007DF49B /* makelefsecommand.cpp */; }; A741FAD215D1688E0067BCC5 /* sequencecountparser.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A741FAD115D1688E0067BCC5 /* sequencecountparser.cpp */; }; @@ -566,8 +571,6 @@ A7E9B8DD12D37EC400DA6239 /* gower.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B71212D37EC400DA6239 /* gower.cpp */; }; A7E9B8DE12D37EC400DA6239 /* groupmap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B71412D37EC400DA6239 /* groupmap.cpp */; }; A7E9B8DF12D37EC400DA6239 /* hamming.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B71612D37EC400DA6239 /* hamming.cpp */; }; - A7E9B8E012D37EC400DA6239 /* hcluster.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B71812D37EC400DA6239 /* hcluster.cpp */; }; - A7E9B8E112D37EC400DA6239 /* hclustercommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B71A12D37EC400DA6239 /* hclustercommand.cpp */; }; A7E9B8E212D37EC400DA6239 /* heatmap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B71C12D37EC400DA6239 /* heatmap.cpp */; }; A7E9B8E312D37EC400DA6239 /* heatmapcommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B71E12D37EC400DA6239 /* heatmapcommand.cpp */; }; A7E9B8E412D37EC400DA6239 /* heatmapsim.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B72012D37EC400DA6239 /* heatmapsim.cpp */; }; @@ -624,7 +627,6 @@ A7E9B91912D37EC400DA6239 /* phylotree.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B78F12D37EC400DA6239 /* phylotree.cpp */; }; A7E9B91A12D37EC400DA6239 /* phylotypecommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B79112D37EC400DA6239 /* phylotypecommand.cpp */; }; A7E9B91B12D37EC400DA6239 /* pintail.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B79312D37EC400DA6239 /* pintail.cpp */; }; - A7E9B91C12D37EC400DA6239 /* pipelinepdscommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B79512D37EC400DA6239 /* pipelinepdscommand.cpp */; }; A7E9B91D12D37EC400DA6239 /* preclustercommand.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B79712D37EC400DA6239 /* preclustercommand.cpp */; }; A7E9B91E12D37EC400DA6239 /* prng.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B79912D37EC400DA6239 /* prng.cpp */; }; A7E9B91F12D37EC400DA6239 /* progress.cpp in Sources */ = {isa = PBXBuildFile; fileRef = A7E9B79B12D37EC400DA6239 /* progress.cpp */; }; @@ -782,494 +784,505 @@ }; 8DD76FAF0486AB0100D96B5E /* CopyFiles */ = { isa = PBXCopyFilesBuildPhase; - buildActionMask = 8; - dstPath = Users/SarahsWork/desktop/debug; + buildActionMask = 12; + dstPath = ""; dstSubfolderSpec = 16; files = ( ); - runOnlyForDeploymentPostprocessing = 1; + runOnlyForDeploymentPostprocessing = 0; }; /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ - 2114A7671C654D7400D3D8D9 /* averagelinkage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = averagelinkage.cpp; path = source/averagelinkage.cpp; sourceTree = ""; }; - 2114A7691C654FBB00D3D8D9 /* catchallcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = catchallcommand.h; path = source/commands/catchallcommand.h; sourceTree = ""; }; - 219C1DDF1552C4BD004209F9 /* newcommandtemplate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = newcommandtemplate.cpp; path = source/commands/newcommandtemplate.cpp; sourceTree = ""; }; - 219C1DE11552C508004209F9 /* newcommandtemplate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = newcommandtemplate.h; path = source/commands/newcommandtemplate.h; sourceTree = ""; }; - 219C1DE31559BCCD004209F9 /* getcoremicrobiomecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getcoremicrobiomecommand.cpp; path = source/commands/getcoremicrobiomecommand.cpp; sourceTree = ""; }; - 219C1DE51559BCF2004209F9 /* getcoremicrobiomecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getcoremicrobiomecommand.h; path = source/commands/getcoremicrobiomecommand.h; sourceTree = ""; }; - 480E8DAF1CAB12ED00A0D137 /* testfastqread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testfastqread.cpp; path = testcontainers/testfastqread.cpp; sourceTree = ""; }; - 480E8DB01CAB12ED00A0D137 /* testfastqread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = testfastqread.h; path = testcontainers/testfastqread.h; sourceTree = ""; }; - 481623E11B56A2DB004C60B7 /* pcrseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pcrseqscommand.cpp; path = source/commands/pcrseqscommand.cpp; sourceTree = ""; }; - 481623E31B58267D004C60B7 /* INSTALL.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = INSTALL.md; sourceTree = ""; }; + 2114A7671C654D7400D3D8D9 /* averagelinkage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = averagelinkage.cpp; path = source/averagelinkage.cpp; sourceTree = SOURCE_ROOT; }; + 2114A7691C654FBB00D3D8D9 /* catchallcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = catchallcommand.h; path = source/commands/catchallcommand.h; sourceTree = SOURCE_ROOT; }; + 219C1DDF1552C4BD004209F9 /* newcommandtemplate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = newcommandtemplate.cpp; path = source/commands/newcommandtemplate.cpp; sourceTree = SOURCE_ROOT; }; + 219C1DE11552C508004209F9 /* newcommandtemplate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = newcommandtemplate.h; path = source/commands/newcommandtemplate.h; sourceTree = SOURCE_ROOT; }; + 219C1DE31559BCCD004209F9 /* getcoremicrobiomecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getcoremicrobiomecommand.cpp; path = source/commands/getcoremicrobiomecommand.cpp; sourceTree = SOURCE_ROOT; }; + 219C1DE51559BCF2004209F9 /* getcoremicrobiomecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getcoremicrobiomecommand.h; path = source/commands/getcoremicrobiomecommand.h; sourceTree = SOURCE_ROOT; }; + 480E8DAF1CAB12ED00A0D137 /* testfastqread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testfastqread.cpp; path = TestMothur/testcontainers/testfastqread.cpp; sourceTree = SOURCE_ROOT; }; + 480E8DB01CAB12ED00A0D137 /* testfastqread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = testfastqread.h; path = TestMothur/testcontainers/testfastqread.h; sourceTree = SOURCE_ROOT; }; + 481623E11B56A2DB004C60B7 /* pcrseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pcrseqscommand.cpp; path = source/commands/pcrseqscommand.cpp; sourceTree = SOURCE_ROOT; }; + 481623E31B58267D004C60B7 /* INSTALL.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = INSTALL.md; sourceTree = SOURCE_ROOT; }; 481FB5191AC0A63E0076CFF3 /* TestMothur */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = TestMothur; sourceTree = BUILT_PRODUCTS_DIR; }; - 481FB51B1AC0A63E0076CFF3 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = main.cpp; sourceTree = ""; }; - 481FB5201AC0A6B60076CFF3 /* catch.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch.hpp; sourceTree = ""; }; - 481FB5281AC19F8B0076CFF3 /* setseedcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = setseedcommand.cpp; path = source/commands/setseedcommand.cpp; sourceTree = ""; }; - 481FB5291AC19F8B0076CFF3 /* setseedcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = setseedcommand.h; path = source/commands/setseedcommand.h; sourceTree = ""; }; - 481FB52D1AC1B0CB0076CFF3 /* testsetseedcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testsetseedcommand.cpp; path = testcommands/testsetseedcommand.cpp; sourceTree = ""; }; - 4827A4DA1CB3ED2100345170 /* fastqdataset.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fastqdataset.cpp; sourceTree = ""; }; - 4827A4DB1CB3ED2100345170 /* fastqdataset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fastqdataset.h; sourceTree = ""; }; - 4829D9651B8387D0002EEED4 /* testbiominfocommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = testbiominfocommand.cpp; sourceTree = ""; }; - 4829D9661B8387D0002EEED4 /* testbiominfocommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = testbiominfocommand.h; sourceTree = ""; }; - 484F21691BA1C5F8001C1B5F /* makefile-internal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "makefile-internal"; sourceTree = ""; }; - 48705ABA19BE32C50075E977 /* abstractrandomforest.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = abstractrandomforest.hpp; path = source/randomforest/abstractrandomforest.hpp; sourceTree = ""; }; - 48705ABB19BE32C50075E977 /* getmimarkspackagecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getmimarkspackagecommand.cpp; path = source/commands/getmimarkspackagecommand.cpp; sourceTree = ""; }; - 48705ABC19BE32C50075E977 /* getmimarkspackagecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getmimarkspackagecommand.h; path = source/commands/getmimarkspackagecommand.h; sourceTree = ""; }; - 48705ABD19BE32C50075E977 /* oligos.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = oligos.cpp; path = source/datastructures/oligos.cpp; sourceTree = ""; }; - 48705ABE19BE32C50075E977 /* oligos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = oligos.h; path = source/datastructures/oligos.h; sourceTree = ""; }; - 48705ABF19BE32C50075E977 /* mergesfffilecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mergesfffilecommand.cpp; path = source/commands/mergesfffilecommand.cpp; sourceTree = ""; }; - 48705AC019BE32C50075E977 /* mergesfffilecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mergesfffilecommand.h; path = source/commands/mergesfffilecommand.h; sourceTree = ""; }; - 48705AC119BE32C50075E977 /* sharedrjsd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedrjsd.cpp; path = source/calculators/sharedrjsd.cpp; sourceTree = ""; }; - 48705AC219BE32C50075E977 /* sharedrjsd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedrjsd.h; path = source/calculators/sharedrjsd.h; sourceTree = ""; }; - 48705AC319BE32C50075E977 /* abstractrandomforest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = abstractrandomforest.cpp; path = source/randomforest/abstractrandomforest.cpp; sourceTree = ""; }; - 487C5A851AB88B93002AF48A /* mimarksattributescommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mimarksattributescommand.cpp; path = source/commands/mimarksattributescommand.cpp; sourceTree = ""; }; - 487C5A861AB88B93002AF48A /* mimarksattributescommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mimarksattributescommand.h; path = source/commands/mimarksattributescommand.h; sourceTree = ""; }; - 48844B261AA74AF9006EF2B8 /* compare.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = compare.h; path = source/datastructures/compare.h; sourceTree = ""; }; - 489B55701BCD7F0100FB7DC8 /* vsearchfileparser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = vsearchfileparser.cpp; path = source/vsearchfileparser.cpp; sourceTree = ""; }; - 489B55711BCD7F0100FB7DC8 /* vsearchfileparser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = vsearchfileparser.h; path = source/vsearchfileparser.h; sourceTree = ""; }; - 48B662011BBB1B6600997EE4 /* testrenameseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testrenameseqscommand.cpp; path = testcommands/testrenameseqscommand.cpp; sourceTree = ""; }; - 48B662021BBB1B6600997EE4 /* testrenameseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = testrenameseqscommand.h; path = testcommands/testrenameseqscommand.h; sourceTree = ""; }; - 48C51DEE1A76B870004ECDF1 /* fastqread.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = fastqread.h; path = source/datastructures/fastqread.h; sourceTree = ""; }; - 48C51DEF1A76B888004ECDF1 /* fastqread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fastqread.cpp; path = source/datastructures/fastqread.cpp; sourceTree = ""; }; - 48C51DF11A793EFE004ECDF1 /* kmeralign.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = kmeralign.cpp; path = source/datastructures/kmeralign.cpp; sourceTree = ""; }; - 48C51DF21A793EFE004ECDF1 /* kmeralign.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = kmeralign.h; path = source/datastructures/kmeralign.h; sourceTree = ""; }; - 48C728641B66A77800D40830 /* testsequence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testsequence.cpp; path = testcontainers/testsequence.cpp; sourceTree = ""; }; - 48C728681B69598400D40830 /* testmergegroupscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testmergegroupscommand.cpp; path = testcommands/testmergegroupscommand.cpp; sourceTree = ""; }; - 48C728691B69598400D40830 /* testmergegroupscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = testmergegroupscommand.h; path = testcommands/testmergegroupscommand.h; sourceTree = ""; }; - 48C7286F1B6AB3B900D40830 /* testremovegroupscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testremovegroupscommand.cpp; path = testcommands/testremovegroupscommand.cpp; sourceTree = ""; }; - 48C728701B6AB3B900D40830 /* testremovegroupscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = testremovegroupscommand.h; path = testcommands/testremovegroupscommand.h; sourceTree = ""; }; - 48C728731B6AB4CD00D40830 /* testgetgroupscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testgetgroupscommand.cpp; path = testcommands/testgetgroupscommand.cpp; sourceTree = ""; }; - 48C728741B6AB4CD00D40830 /* testgetgroupscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = testgetgroupscommand.h; path = testcommands/testgetgroupscommand.h; sourceTree = ""; }; - 48C728761B6AB4EE00D40830 /* testsequence.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = testsequence.h; path = testcontainers/testsequence.h; sourceTree = ""; }; - 48C728771B728D6B00D40830 /* biominfocommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = biominfocommand.cpp; path = source/commands/biominfocommand.cpp; sourceTree = ""; }; - 48C728781B728D6B00D40830 /* biominfocommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = biominfocommand.h; path = source/commands/biominfocommand.h; sourceTree = ""; }; - 48D6E9661CA42389008DF76B /* testvsearchfileparser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = testvsearchfileparser.cpp; sourceTree = ""; }; - 48D6E9671CA42389008DF76B /* testvsearchfileparser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = testvsearchfileparser.h; sourceTree = ""; }; - 48D6E9691CA4262A008DF76B /* dataset.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = dataset.cpp; sourceTree = ""; }; - 48D6E96A1CA4262A008DF76B /* dataset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dataset.h; sourceTree = ""; }; - 48DB37B11B3B27E000C372A4 /* makefilecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = makefilecommand.cpp; path = source/commands/makefilecommand.cpp; sourceTree = ""; }; - 48DB37B21B3B27E000C372A4 /* makefilecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = makefilecommand.h; path = source/commands/makefilecommand.h; sourceTree = ""; }; - 48F98E4C1A9CFD670005E81B /* completelinkage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = completelinkage.cpp; path = source/completelinkage.cpp; sourceTree = ""; }; - 7B2181FE17AD777B00286E6A /* classifysvmsharedcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = classifysvmsharedcommand.cpp; path = source/commands/classifysvmsharedcommand.cpp; sourceTree = ""; }; - 7B2181FF17AD777B00286E6A /* classifysvmsharedcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = classifysvmsharedcommand.h; path = source/commands/classifysvmsharedcommand.h; sourceTree = ""; }; - 7B21820117AD77BD00286E6A /* svm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = svm.cpp; path = source/svm/svm.cpp; sourceTree = ""; }; - 7B21820217AD77BD00286E6A /* svm.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = svm.hpp; path = source/svm/svm.hpp; sourceTree = ""; }; - 7E6BE10812F710D8007ADDBE /* refchimeratest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = refchimeratest.h; path = source/refchimeratest.h; sourceTree = ""; }; - 7E6BE10912F710D8007ADDBE /* refchimeratest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = refchimeratest.cpp; path = source/refchimeratest.cpp; sourceTree = ""; }; - 7E78911B135F3E8600E725D2 /* eachgapdistignorens.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = eachgapdistignorens.h; path = source/calculators/eachgapdistignorens.h; sourceTree = ""; }; - 834D9D561656D7C400E7FAB9 /* regularizedrandomforest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = regularizedrandomforest.cpp; path = source/randomforest/regularizedrandomforest.cpp; sourceTree = ""; }; - 834D9D571656D7C400E7FAB9 /* regularizedrandomforest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = regularizedrandomforest.h; path = source/randomforest/regularizedrandomforest.h; sourceTree = ""; }; - 83F25B0A163B031200ABE73D /* forest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = forest.cpp; path = source/randomforest/forest.cpp; sourceTree = ""; }; - 83F25B0B163B031200ABE73D /* forest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = forest.h; path = source/randomforest/forest.h; sourceTree = ""; }; + 481FB51B1AC0A63E0076CFF3 /* main.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; name = main.cpp; path = TestMothur/main.cpp; sourceTree = SOURCE_ROOT; }; + 481FB5281AC19F8B0076CFF3 /* setseedcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = setseedcommand.cpp; path = source/commands/setseedcommand.cpp; sourceTree = SOURCE_ROOT; }; + 481FB5291AC19F8B0076CFF3 /* setseedcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = setseedcommand.h; path = source/commands/setseedcommand.h; sourceTree = SOURCE_ROOT; }; + 481FB52D1AC1B0CB0076CFF3 /* testsetseedcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testsetseedcommand.cpp; path = TestMothur/testcommands/testsetseedcommand.cpp; sourceTree = SOURCE_ROOT; }; + 4827A4DA1CB3ED2100345170 /* fastqdataset.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fastqdataset.cpp; path = TestMothur/fastqdataset.cpp; sourceTree = SOURCE_ROOT; }; + 4827A4DB1CB3ED2100345170 /* fastqdataset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fastqdataset.h; path = TestMothur/fastqdataset.h; sourceTree = SOURCE_ROOT; }; + 4829D9651B8387D0002EEED4 /* testbiominfocommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testbiominfocommand.cpp; path = TestMothur/testbiominfocommand.cpp; sourceTree = SOURCE_ROOT; }; + 4829D9661B8387D0002EEED4 /* testbiominfocommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = testbiominfocommand.h; path = TestMothur/testbiominfocommand.h; sourceTree = SOURCE_ROOT; }; + 4846AD881D3810DD00DE9913 /* testtrimoligos.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testtrimoligos.cpp; path = TestMothur/testtrimoligos.cpp; sourceTree = SOURCE_ROOT; }; + 4846AD891D3810DD00DE9913 /* testtrimoligos.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = testtrimoligos.hpp; path = TestMothur/testtrimoligos.hpp; sourceTree = SOURCE_ROOT; }; + 484F21691BA1C5F8001C1B5F /* makefile-internal */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "makefile-internal"; sourceTree = SOURCE_ROOT; }; + 48576EA31D05E8F600BBC9C0 /* testoptimatrix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testoptimatrix.cpp; path = testcontainers/testoptimatrix.cpp; sourceTree = ""; }; + 48576EA41D05E8F600BBC9C0 /* testoptimatrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = testoptimatrix.h; path = testcontainers/testoptimatrix.h; sourceTree = ""; }; + 48576EA61D05F59300BBC9C0 /* distpdataset.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = distpdataset.cpp; sourceTree = ""; }; + 48576EA71D05F59300BBC9C0 /* distpdataset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = distpdataset.h; sourceTree = ""; }; + 48705ABB19BE32C50075E977 /* getmimarkspackagecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getmimarkspackagecommand.cpp; path = source/commands/getmimarkspackagecommand.cpp; sourceTree = SOURCE_ROOT; }; + 48705ABC19BE32C50075E977 /* getmimarkspackagecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getmimarkspackagecommand.h; path = source/commands/getmimarkspackagecommand.h; sourceTree = SOURCE_ROOT; }; + 48705ABD19BE32C50075E977 /* oligos.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = oligos.cpp; path = source/datastructures/oligos.cpp; sourceTree = SOURCE_ROOT; }; + 48705ABE19BE32C50075E977 /* oligos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = oligos.h; path = source/datastructures/oligos.h; sourceTree = SOURCE_ROOT; }; + 48705ABF19BE32C50075E977 /* mergesfffilecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mergesfffilecommand.cpp; path = source/commands/mergesfffilecommand.cpp; sourceTree = SOURCE_ROOT; }; + 48705AC019BE32C50075E977 /* mergesfffilecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mergesfffilecommand.h; path = source/commands/mergesfffilecommand.h; sourceTree = SOURCE_ROOT; }; + 48705AC119BE32C50075E977 /* sharedrjsd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedrjsd.cpp; path = source/calculators/sharedrjsd.cpp; sourceTree = SOURCE_ROOT; }; + 48705AC219BE32C50075E977 /* sharedrjsd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedrjsd.h; path = source/calculators/sharedrjsd.h; sourceTree = SOURCE_ROOT; }; + 487C5A851AB88B93002AF48A /* mimarksattributescommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mimarksattributescommand.cpp; path = source/commands/mimarksattributescommand.cpp; sourceTree = SOURCE_ROOT; }; + 487C5A861AB88B93002AF48A /* mimarksattributescommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mimarksattributescommand.h; path = source/commands/mimarksattributescommand.h; sourceTree = SOURCE_ROOT; }; + 48844B261AA74AF9006EF2B8 /* compare.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = compare.h; path = source/datastructures/compare.h; sourceTree = SOURCE_ROOT; }; + 488841631CC6C34900C5E972 /* renamefilecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = renamefilecommand.cpp; path = source/commands/renamefilecommand.cpp; sourceTree = SOURCE_ROOT; }; + 488841641CC6C34900C5E972 /* renamefilecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = renamefilecommand.h; path = source/commands/renamefilecommand.h; sourceTree = SOURCE_ROOT; }; + 48910D411D5243E500F60EDB /* mergecountcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mergecountcommand.cpp; path = source/commands/mergecountcommand.cpp; sourceTree = SOURCE_ROOT; }; + 48910D421D5243E500F60EDB /* mergecountcommand.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = mergecountcommand.hpp; path = source/commands/mergecountcommand.hpp; sourceTree = SOURCE_ROOT; }; + 48910D451D58CAD700F60EDB /* opticluster.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = opticluster.cpp; path = source/opticluster.cpp; sourceTree = ""; }; + 48910D491D58CBA300F60EDB /* optimatrix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = optimatrix.cpp; path = source/datastructures/optimatrix.cpp; sourceTree = ""; }; + 48910D4A1D58CBA300F60EDB /* optimatrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = optimatrix.h; path = source/datastructures/optimatrix.h; sourceTree = ""; }; + 48910D4C1D58CBFC00F60EDB /* opticluster.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = opticluster.h; path = source/opticluster.h; sourceTree = ""; }; + 48910D4D1D58E26C00F60EDB /* testopticluster.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = testopticluster.cpp; sourceTree = ""; }; + 48910D4E1D58E26C00F60EDB /* testopticluster.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = testopticluster.h; sourceTree = ""; }; + 48910D4F1D58E26C00F60EDB /* distcdataset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = distcdataset.h; sourceTree = ""; }; + 48910D501D58E26C00F60EDB /* distcdataset.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = distcdataset.cpp; sourceTree = ""; }; + 489B55701BCD7F0100FB7DC8 /* vsearchfileparser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = vsearchfileparser.cpp; path = source/vsearchfileparser.cpp; sourceTree = SOURCE_ROOT; }; + 489B55711BCD7F0100FB7DC8 /* vsearchfileparser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = vsearchfileparser.h; path = source/vsearchfileparser.h; sourceTree = SOURCE_ROOT; }; + 48A11C6C1CDA40F0003481D8 /* testrenamefilecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testrenamefilecommand.cpp; path = TestMothur/testcommands/testrenamefilecommand.cpp; sourceTree = SOURCE_ROOT; }; + 48A11C6D1CDA40F0003481D8 /* testrenamefilecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = testrenamefilecommand.h; path = TestMothur/testcommands/testrenamefilecommand.h; sourceTree = SOURCE_ROOT; }; + 48B662011BBB1B6600997EE4 /* testrenameseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testrenameseqscommand.cpp; path = TestMothur/testcommands/testrenameseqscommand.cpp; sourceTree = SOURCE_ROOT; }; + 48B662021BBB1B6600997EE4 /* testrenameseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = testrenameseqscommand.h; path = TestMothur/testcommands/testrenameseqscommand.h; sourceTree = SOURCE_ROOT; }; + 48C51DEE1A76B870004ECDF1 /* fastqread.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = fastqread.h; path = source/datastructures/fastqread.h; sourceTree = SOURCE_ROOT; }; + 48C51DEF1A76B888004ECDF1 /* fastqread.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fastqread.cpp; path = source/datastructures/fastqread.cpp; sourceTree = SOURCE_ROOT; }; + 48C51DF11A793EFE004ECDF1 /* kmeralign.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = kmeralign.cpp; path = source/datastructures/kmeralign.cpp; sourceTree = SOURCE_ROOT; }; + 48C51DF21A793EFE004ECDF1 /* kmeralign.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = kmeralign.h; path = source/datastructures/kmeralign.h; sourceTree = SOURCE_ROOT; }; + 48C728641B66A77800D40830 /* testsequence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testsequence.cpp; path = TestMothur/testcontainers/testsequence.cpp; sourceTree = SOURCE_ROOT; }; + 48C728681B69598400D40830 /* testmergegroupscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testmergegroupscommand.cpp; path = TestMothur/testcommands/testmergegroupscommand.cpp; sourceTree = SOURCE_ROOT; }; + 48C728691B69598400D40830 /* testmergegroupscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = testmergegroupscommand.h; path = TestMothur/testcommands/testmergegroupscommand.h; sourceTree = SOURCE_ROOT; }; + 48C7286F1B6AB3B900D40830 /* testremovegroupscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testremovegroupscommand.cpp; path = TestMothur/testcommands/testremovegroupscommand.cpp; sourceTree = SOURCE_ROOT; }; + 48C728701B6AB3B900D40830 /* testremovegroupscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = testremovegroupscommand.h; path = TestMothur/testcommands/testremovegroupscommand.h; sourceTree = SOURCE_ROOT; }; + 48C728731B6AB4CD00D40830 /* testgetgroupscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testgetgroupscommand.cpp; path = TestMothur/testcommands/testgetgroupscommand.cpp; sourceTree = SOURCE_ROOT; }; + 48C728741B6AB4CD00D40830 /* testgetgroupscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = testgetgroupscommand.h; path = TestMothur/testcommands/testgetgroupscommand.h; sourceTree = SOURCE_ROOT; }; + 48C728761B6AB4EE00D40830 /* testsequence.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = testsequence.h; path = TestMothur/testcontainers/testsequence.h; sourceTree = SOURCE_ROOT; }; + 48C728771B728D6B00D40830 /* biominfocommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = biominfocommand.cpp; path = source/commands/biominfocommand.cpp; sourceTree = SOURCE_ROOT; }; + 48C728781B728D6B00D40830 /* biominfocommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = biominfocommand.h; path = source/commands/biominfocommand.h; sourceTree = SOURCE_ROOT; }; + 48D6E9661CA42389008DF76B /* testvsearchfileparser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testvsearchfileparser.cpp; path = TestMothur/testvsearchfileparser.cpp; sourceTree = SOURCE_ROOT; }; + 48D6E9671CA42389008DF76B /* testvsearchfileparser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = testvsearchfileparser.h; path = TestMothur/testvsearchfileparser.h; sourceTree = SOURCE_ROOT; }; + 48D6E9691CA4262A008DF76B /* dataset.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = dataset.cpp; path = TestMothur/dataset.cpp; sourceTree = SOURCE_ROOT; }; + 48D6E96A1CA4262A008DF76B /* dataset.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dataset.h; path = TestMothur/dataset.h; sourceTree = SOURCE_ROOT; }; + 48DB37B11B3B27E000C372A4 /* makefilecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = makefilecommand.cpp; path = source/commands/makefilecommand.cpp; sourceTree = SOURCE_ROOT; }; + 48DB37B21B3B27E000C372A4 /* makefilecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = makefilecommand.h; path = source/commands/makefilecommand.h; sourceTree = SOURCE_ROOT; }; + 48EDB76A1D1320DD00F76E93 /* chimeravsearchcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = chimeravsearchcommand.cpp; path = source/commands/chimeravsearchcommand.cpp; sourceTree = SOURCE_ROOT; }; + 48EDB76B1D1320DD00F76E93 /* chimeravsearchcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chimeravsearchcommand.h; path = source/commands/chimeravsearchcommand.h; sourceTree = SOURCE_ROOT; }; + 48F06CCB1D74BEC4004A45DD /* testphylotree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = testphylotree.cpp; path = testclassifier/testphylotree.cpp; sourceTree = ""; }; + 48F06CCC1D74BEC4004A45DD /* testphylotree.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = testphylotree.hpp; path = testclassifier/testphylotree.hpp; sourceTree = ""; }; + 48F98E4C1A9CFD670005E81B /* completelinkage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = completelinkage.cpp; path = source/completelinkage.cpp; sourceTree = SOURCE_ROOT; }; + 7B2181FE17AD777B00286E6A /* classifysvmsharedcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = classifysvmsharedcommand.cpp; path = source/commands/classifysvmsharedcommand.cpp; sourceTree = SOURCE_ROOT; }; + 7B2181FF17AD777B00286E6A /* classifysvmsharedcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = classifysvmsharedcommand.h; path = source/commands/classifysvmsharedcommand.h; sourceTree = SOURCE_ROOT; }; + 7B21820117AD77BD00286E6A /* svm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = svm.cpp; path = source/svm/svm.cpp; sourceTree = SOURCE_ROOT; }; + 7B21820217AD77BD00286E6A /* svm.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = svm.hpp; path = source/svm/svm.hpp; sourceTree = SOURCE_ROOT; }; + 7E6BE10812F710D8007ADDBE /* refchimeratest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = refchimeratest.h; path = source/refchimeratest.h; sourceTree = SOURCE_ROOT; }; + 7E6BE10912F710D8007ADDBE /* refchimeratest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = refchimeratest.cpp; path = source/refchimeratest.cpp; sourceTree = SOURCE_ROOT; }; + 7E78911B135F3E8600E725D2 /* eachgapdistignorens.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = eachgapdistignorens.h; path = source/calculators/eachgapdistignorens.h; sourceTree = SOURCE_ROOT; }; + 83F25B0A163B031200ABE73D /* forest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = forest.cpp; path = source/randomforest/forest.cpp; sourceTree = SOURCE_ROOT; }; + 83F25B0B163B031200ABE73D /* forest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = forest.h; path = source/randomforest/forest.h; sourceTree = SOURCE_ROOT; }; 8DD76FB20486AB0100D96B5E /* mothur */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = mothur; sourceTree = BUILT_PRODUCTS_DIR; }; - A70056E5156A93D000924A2D /* getotulabelscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getotulabelscommand.cpp; path = source/commands/getotulabelscommand.cpp; sourceTree = ""; }; - A70056E8156A93E300924A2D /* getotulabelscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getotulabelscommand.h; path = source/commands/getotulabelscommand.h; sourceTree = ""; }; - A70056E9156AB6D400924A2D /* removeotulabelscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = removeotulabelscommand.h; path = source/commands/removeotulabelscommand.h; sourceTree = ""; }; - A70056EA156AB6E500924A2D /* removeotulabelscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = removeotulabelscommand.cpp; path = source/commands/removeotulabelscommand.cpp; sourceTree = ""; }; - A70332B512D3A13400761E33 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = ""; }; - A7128B1A16B7001200723BE4 /* getdistscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getdistscommand.h; path = source/commands/getdistscommand.h; sourceTree = ""; }; - A7128B1C16B7002600723BE4 /* getdistscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getdistscommand.cpp; path = source/commands/getdistscommand.cpp; sourceTree = ""; }; - A7132EAE184E76EB00AAA402 /* communitytype.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = communitytype.h; path = source/communitytype/communitytype.h; sourceTree = ""; }; - A7132EB2184E792700AAA402 /* communitytype.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = communitytype.cpp; path = source/communitytype/communitytype.cpp; sourceTree = ""; }; - A713EBAA12DC7613000092AC /* readphylipvector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = readphylipvector.h; path = source/read/readphylipvector.h; sourceTree = ""; }; - A713EBAB12DC7613000092AC /* readphylipvector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = readphylipvector.cpp; path = source/read/readphylipvector.cpp; sourceTree = ""; }; - A713EBEB12DC7C5E000092AC /* nmdscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = nmdscommand.h; path = source/commands/nmdscommand.h; sourceTree = ""; }; - A713EBEC12DC7C5E000092AC /* nmdscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = nmdscommand.cpp; path = source/commands/nmdscommand.cpp; sourceTree = ""; }; - A7190B201768E0DF00A9AFA6 /* lefsecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = lefsecommand.cpp; path = source/commands/lefsecommand.cpp; sourceTree = ""; }; - A7190B211768E0DF00A9AFA6 /* lefsecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lefsecommand.h; path = source/commands/lefsecommand.h; sourceTree = ""; }; - A71CB15E130B04A2001E7287 /* anosimcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = anosimcommand.cpp; path = source/commands/anosimcommand.cpp; sourceTree = ""; }; - A71CB15F130B04A2001E7287 /* anosimcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = anosimcommand.h; path = source/commands/anosimcommand.h; sourceTree = ""; }; - A71FE12A12EDF72400963CA7 /* mergegroupscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mergegroupscommand.h; path = source/commands/mergegroupscommand.h; sourceTree = ""; }; - A71FE12B12EDF72400963CA7 /* mergegroupscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mergegroupscommand.cpp; path = source/commands/mergegroupscommand.cpp; sourceTree = ""; }; - A721765513BB9F7D0014DAAE /* referencedb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = referencedb.h; path = source/datastructures/referencedb.h; sourceTree = ""; }; - A721765613BB9F7D0014DAAE /* referencedb.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = referencedb.cpp; path = source/datastructures/referencedb.cpp; sourceTree = ""; }; - A721AB66161C570F009860A1 /* alignnode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = alignnode.cpp; path = source/classifier/alignnode.cpp; sourceTree = ""; }; - A721AB67161C570F009860A1 /* alignnode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = alignnode.h; path = source/classifier/alignnode.h; sourceTree = ""; }; - A721AB68161C570F009860A1 /* aligntree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = aligntree.cpp; path = source/classifier/aligntree.cpp; sourceTree = ""; }; - A721AB69161C570F009860A1 /* aligntree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = aligntree.h; path = source/classifier/aligntree.h; sourceTree = ""; }; - A721AB6D161C572A009860A1 /* kmernode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = kmernode.cpp; path = source/classifier/kmernode.cpp; sourceTree = ""; }; - A721AB6E161C572A009860A1 /* kmernode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = kmernode.h; path = source/classifier/kmernode.h; sourceTree = ""; }; - A721AB6F161C572A009860A1 /* kmertree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = kmertree.cpp; path = source/classifier/kmertree.cpp; sourceTree = ""; }; - A721AB70161C572A009860A1 /* kmertree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = kmertree.h; path = source/classifier/kmertree.h; sourceTree = ""; }; - A721AB73161C573B009860A1 /* taxonomynode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = taxonomynode.cpp; path = source/classifier/taxonomynode.cpp; sourceTree = ""; }; - A721AB74161C573B009860A1 /* taxonomynode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = taxonomynode.h; path = source/classifier/taxonomynode.h; sourceTree = ""; }; - A7222D711856276C0055A993 /* sharedjsd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = sharedjsd.h; path = source/calculators/sharedjsd.h; sourceTree = ""; }; - A7222D721856277C0055A993 /* sharedjsd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedjsd.cpp; path = source/calculators/sharedjsd.cpp; sourceTree = ""; }; - A724D2B4153C8600000A826F /* makebiomcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = makebiomcommand.h; path = source/commands/makebiomcommand.h; sourceTree = ""; }; - A724D2B6153C8628000A826F /* makebiomcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = makebiomcommand.cpp; path = source/commands/makebiomcommand.cpp; sourceTree = ""; }; - A727864212E9E28C00F86ABA /* removerarecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = removerarecommand.h; path = source/commands/removerarecommand.h; sourceTree = ""; }; - A727864312E9E28C00F86ABA /* removerarecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = removerarecommand.cpp; path = source/commands/removerarecommand.cpp; sourceTree = ""; }; - A7386C1B1619CACB00651424 /* abstractdecisiontree.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = abstractdecisiontree.hpp; path = source/randomforest/abstractdecisiontree.hpp; sourceTree = ""; }; - A7386C1D1619CACB00651424 /* decisiontree.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = decisiontree.hpp; path = source/randomforest/decisiontree.hpp; sourceTree = ""; }; - A7386C1E1619CACB00651424 /* macros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = macros.h; path = source/randomforest/macros.h; sourceTree = ""; }; - A7386C1F1619CACB00651424 /* randomforest.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = randomforest.hpp; path = source/randomforest/randomforest.hpp; sourceTree = ""; }; - A7386C201619CACB00651424 /* rftreenode.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = rftreenode.hpp; path = source/randomforest/rftreenode.hpp; sourceTree = ""; }; - A7386C241619E52200651424 /* abstractdecisiontree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = abstractdecisiontree.cpp; path = source/randomforest/abstractdecisiontree.cpp; sourceTree = ""; }; - A7386C28161A110700651424 /* decisiontree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = decisiontree.cpp; path = source/randomforest/decisiontree.cpp; sourceTree = ""; }; - A73DDBB813C4A0D1006AAE38 /* clearmemorycommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = clearmemorycommand.h; path = source/commands/clearmemorycommand.h; sourceTree = ""; }; - A73DDBB913C4A0D1006AAE38 /* clearmemorycommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = clearmemorycommand.cpp; path = source/commands/clearmemorycommand.cpp; sourceTree = ""; }; - A73DDC3613C4BF64006AAE38 /* mothurmetastats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mothurmetastats.h; path = source/metastats/mothurmetastats.h; sourceTree = ""; }; - A73DDC3713C4BF64006AAE38 /* mothurmetastats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mothurmetastats.cpp; path = source/metastats/mothurmetastats.cpp; sourceTree = ""; }; - A741744A175CD9B1007DF49B /* makelefsecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = makelefsecommand.cpp; path = source/commands/makelefsecommand.cpp; sourceTree = ""; }; - A741744B175CD9B1007DF49B /* makelefsecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = makelefsecommand.h; path = source/commands/makelefsecommand.h; sourceTree = ""; }; - A741FAD115D1688E0067BCC5 /* sequencecountparser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sequencecountparser.cpp; path = source/datastructures/sequencecountparser.cpp; sourceTree = ""; }; - A741FAD415D168A00067BCC5 /* sequencecountparser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sequencecountparser.h; path = source/datastructures/sequencecountparser.h; sourceTree = ""; }; - A747EC6F181EA0E500345732 /* sracommand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = sracommand.h; path = source/commands/sracommand.h; sourceTree = ""; }; - A747EC70181EA0F900345732 /* sracommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sracommand.cpp; path = source/commands/sracommand.cpp; sourceTree = ""; }; - A7496D2C167B531B00CC7D7C /* kruskalwalliscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = kruskalwalliscommand.cpp; path = source/commands/kruskalwalliscommand.cpp; sourceTree = ""; }; - A7496D2D167B531B00CC7D7C /* kruskalwalliscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = kruskalwalliscommand.h; path = source/commands/kruskalwalliscommand.h; sourceTree = ""; }; - A74C06E616A9C097008390A3 /* primerdesigncommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = primerdesigncommand.h; path = source/commands/primerdesigncommand.h; sourceTree = ""; }; - A74C06E816A9C0A8008390A3 /* primerdesigncommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = primerdesigncommand.cpp; path = source/commands/primerdesigncommand.cpp; sourceTree = ""; }; - A74D36B6137DAFAA00332B0C /* chimerauchimecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chimerauchimecommand.h; path = source/commands/chimerauchimecommand.h; sourceTree = ""; }; - A74D36B7137DAFAA00332B0C /* chimerauchimecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = chimerauchimecommand.cpp; path = source/commands/chimerauchimecommand.cpp; sourceTree = ""; }; - A74D59A3159A1E2000043046 /* counttable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = counttable.cpp; path = source/datastructures/counttable.cpp; sourceTree = ""; }; - A74D59A6159A1E3600043046 /* counttable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = counttable.h; path = source/datastructures/counttable.h; sourceTree = ""; }; - A754149514840CF7005850D1 /* summaryqualcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = summaryqualcommand.h; path = source/commands/summaryqualcommand.h; sourceTree = ""; }; - A754149614840CF7005850D1 /* summaryqualcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = summaryqualcommand.cpp; path = source/commands/summaryqualcommand.cpp; sourceTree = ""; }; - A7548FAB17142EA500B1F05A /* getmetacommunitycommand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = getmetacommunitycommand.h; path = source/commands/getmetacommunitycommand.h; sourceTree = ""; }; - A7548FAC17142EBC00B1F05A /* getmetacommunitycommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getmetacommunitycommand.cpp; path = source/commands/getmetacommunitycommand.cpp; sourceTree = ""; }; - A7548FAE171440EC00B1F05A /* qFinderDMM.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qFinderDMM.cpp; path = source/communitytype/qFinderDMM.cpp; sourceTree = ""; }; - A7548FAF171440ED00B1F05A /* qFinderDMM.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qFinderDMM.h; path = source/communitytype/qFinderDMM.h; sourceTree = ""; }; - A75790571301749D00A30DAB /* homovacommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = homovacommand.h; path = source/commands/homovacommand.h; sourceTree = ""; }; - A75790581301749D00A30DAB /* homovacommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = homovacommand.cpp; path = source/commands/homovacommand.cpp; sourceTree = ""; }; - A76CDD7F1510F09A004C8458 /* pcrseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pcrseqscommand.h; path = source/commands/pcrseqscommand.h; sourceTree = ""; }; - A7730EFD13967241007433A3 /* countseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = countseqscommand.h; path = source/commands/countseqscommand.h; sourceTree = ""; }; - A7730EFE13967241007433A3 /* countseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = countseqscommand.cpp; path = source/commands/countseqscommand.cpp; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; - A774101214695AF60098E6AC /* shhhseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = shhhseqscommand.h; path = source/commands/shhhseqscommand.h; sourceTree = ""; }; - A774101314695AF60098E6AC /* shhhseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = shhhseqscommand.cpp; path = source/commands/shhhseqscommand.cpp; sourceTree = ""; }; - A774104614696F320098E6AC /* myseqdist.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = myseqdist.cpp; path = source/myseqdist.cpp; sourceTree = ""; }; - A774104714696F320098E6AC /* myseqdist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = myseqdist.h; path = source/myseqdist.h; sourceTree = ""; }; + A70056E5156A93D000924A2D /* getotulabelscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getotulabelscommand.cpp; path = source/commands/getotulabelscommand.cpp; sourceTree = SOURCE_ROOT; }; + A70056E8156A93E300924A2D /* getotulabelscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getotulabelscommand.h; path = source/commands/getotulabelscommand.h; sourceTree = SOURCE_ROOT; }; + A70056E9156AB6D400924A2D /* removeotulabelscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = removeotulabelscommand.h; path = source/commands/removeotulabelscommand.h; sourceTree = SOURCE_ROOT; }; + A70056EA156AB6E500924A2D /* removeotulabelscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = removeotulabelscommand.cpp; path = source/commands/removeotulabelscommand.cpp; sourceTree = SOURCE_ROOT; }; + A70332B512D3A13400761E33 /* Makefile */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = SOURCE_ROOT; }; + A7128B1A16B7001200723BE4 /* getdistscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getdistscommand.h; path = source/commands/getdistscommand.h; sourceTree = SOURCE_ROOT; }; + A7128B1C16B7002600723BE4 /* getdistscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getdistscommand.cpp; path = source/commands/getdistscommand.cpp; sourceTree = SOURCE_ROOT; }; + A7132EAE184E76EB00AAA402 /* communitytype.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = communitytype.h; path = source/communitytype/communitytype.h; sourceTree = SOURCE_ROOT; }; + A7132EB2184E792700AAA402 /* communitytype.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = communitytype.cpp; path = source/communitytype/communitytype.cpp; sourceTree = SOURCE_ROOT; }; + A713EBAA12DC7613000092AC /* readphylipvector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = readphylipvector.h; path = source/read/readphylipvector.h; sourceTree = SOURCE_ROOT; }; + A713EBAB12DC7613000092AC /* readphylipvector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = readphylipvector.cpp; path = source/read/readphylipvector.cpp; sourceTree = SOURCE_ROOT; }; + A713EBEB12DC7C5E000092AC /* nmdscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = nmdscommand.h; path = source/commands/nmdscommand.h; sourceTree = SOURCE_ROOT; }; + A713EBEC12DC7C5E000092AC /* nmdscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = nmdscommand.cpp; path = source/commands/nmdscommand.cpp; sourceTree = SOURCE_ROOT; }; + A7190B201768E0DF00A9AFA6 /* lefsecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = lefsecommand.cpp; path = source/commands/lefsecommand.cpp; sourceTree = SOURCE_ROOT; }; + A7190B211768E0DF00A9AFA6 /* lefsecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = lefsecommand.h; path = source/commands/lefsecommand.h; sourceTree = SOURCE_ROOT; }; + A71CB15E130B04A2001E7287 /* anosimcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = anosimcommand.cpp; path = source/commands/anosimcommand.cpp; sourceTree = SOURCE_ROOT; }; + A71CB15F130B04A2001E7287 /* anosimcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = anosimcommand.h; path = source/commands/anosimcommand.h; sourceTree = SOURCE_ROOT; }; + A71FE12A12EDF72400963CA7 /* mergegroupscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mergegroupscommand.h; path = source/commands/mergegroupscommand.h; sourceTree = SOURCE_ROOT; }; + A71FE12B12EDF72400963CA7 /* mergegroupscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mergegroupscommand.cpp; path = source/commands/mergegroupscommand.cpp; sourceTree = SOURCE_ROOT; }; + A721AB66161C570F009860A1 /* alignnode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = alignnode.cpp; path = source/classifier/alignnode.cpp; sourceTree = SOURCE_ROOT; }; + A721AB67161C570F009860A1 /* alignnode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = alignnode.h; path = source/classifier/alignnode.h; sourceTree = SOURCE_ROOT; }; + A721AB68161C570F009860A1 /* aligntree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = aligntree.cpp; path = source/classifier/aligntree.cpp; sourceTree = SOURCE_ROOT; }; + A721AB69161C570F009860A1 /* aligntree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = aligntree.h; path = source/classifier/aligntree.h; sourceTree = SOURCE_ROOT; }; + A721AB6D161C572A009860A1 /* kmernode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = kmernode.cpp; path = source/classifier/kmernode.cpp; sourceTree = SOURCE_ROOT; }; + A721AB6E161C572A009860A1 /* kmernode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = kmernode.h; path = source/classifier/kmernode.h; sourceTree = SOURCE_ROOT; }; + A721AB6F161C572A009860A1 /* kmertree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = kmertree.cpp; path = source/classifier/kmertree.cpp; sourceTree = SOURCE_ROOT; }; + A721AB70161C572A009860A1 /* kmertree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = kmertree.h; path = source/classifier/kmertree.h; sourceTree = SOURCE_ROOT; }; + A721AB73161C573B009860A1 /* taxonomynode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = taxonomynode.cpp; path = source/classifier/taxonomynode.cpp; sourceTree = SOURCE_ROOT; }; + A721AB74161C573B009860A1 /* taxonomynode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = taxonomynode.h; path = source/classifier/taxonomynode.h; sourceTree = SOURCE_ROOT; }; + A7222D711856276C0055A993 /* sharedjsd.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = sharedjsd.h; path = source/calculators/sharedjsd.h; sourceTree = SOURCE_ROOT; }; + A7222D721856277C0055A993 /* sharedjsd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedjsd.cpp; path = source/calculators/sharedjsd.cpp; sourceTree = SOURCE_ROOT; }; + A724D2B4153C8600000A826F /* makebiomcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = makebiomcommand.h; path = source/commands/makebiomcommand.h; sourceTree = SOURCE_ROOT; }; + A724D2B6153C8628000A826F /* makebiomcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = makebiomcommand.cpp; path = source/commands/makebiomcommand.cpp; sourceTree = SOURCE_ROOT; }; + A727864212E9E28C00F86ABA /* removerarecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = removerarecommand.h; path = source/commands/removerarecommand.h; sourceTree = SOURCE_ROOT; }; + A727864312E9E28C00F86ABA /* removerarecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = removerarecommand.cpp; path = source/commands/removerarecommand.cpp; sourceTree = SOURCE_ROOT; }; + A7386C1B1619CACB00651424 /* abstractdecisiontree.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = abstractdecisiontree.hpp; path = source/randomforest/abstractdecisiontree.hpp; sourceTree = SOURCE_ROOT; }; + A7386C1D1619CACB00651424 /* decisiontree.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = decisiontree.hpp; path = source/randomforest/decisiontree.hpp; sourceTree = SOURCE_ROOT; }; + A7386C1E1619CACB00651424 /* macros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = macros.h; path = source/randomforest/macros.h; sourceTree = SOURCE_ROOT; }; + A7386C1F1619CACB00651424 /* randomforest.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = randomforest.hpp; path = source/randomforest/randomforest.hpp; sourceTree = SOURCE_ROOT; }; + A7386C201619CACB00651424 /* rftreenode.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = rftreenode.hpp; path = source/randomforest/rftreenode.hpp; sourceTree = SOURCE_ROOT; }; + A7386C241619E52200651424 /* abstractdecisiontree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = abstractdecisiontree.cpp; path = source/randomforest/abstractdecisiontree.cpp; sourceTree = SOURCE_ROOT; }; + A7386C28161A110700651424 /* decisiontree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = decisiontree.cpp; path = source/randomforest/decisiontree.cpp; sourceTree = SOURCE_ROOT; }; + A73DDC3613C4BF64006AAE38 /* mothurmetastats.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mothurmetastats.h; path = source/metastats/mothurmetastats.h; sourceTree = SOURCE_ROOT; }; + A73DDC3713C4BF64006AAE38 /* mothurmetastats.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mothurmetastats.cpp; path = source/metastats/mothurmetastats.cpp; sourceTree = SOURCE_ROOT; }; + A741744A175CD9B1007DF49B /* makelefsecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = makelefsecommand.cpp; path = source/commands/makelefsecommand.cpp; sourceTree = SOURCE_ROOT; }; + A741744B175CD9B1007DF49B /* makelefsecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = makelefsecommand.h; path = source/commands/makelefsecommand.h; sourceTree = SOURCE_ROOT; }; + A741FAD115D1688E0067BCC5 /* sequencecountparser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sequencecountparser.cpp; path = source/datastructures/sequencecountparser.cpp; sourceTree = SOURCE_ROOT; }; + A741FAD415D168A00067BCC5 /* sequencecountparser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sequencecountparser.h; path = source/datastructures/sequencecountparser.h; sourceTree = SOURCE_ROOT; }; + A747EC6F181EA0E500345732 /* sracommand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = sracommand.h; path = source/commands/sracommand.h; sourceTree = SOURCE_ROOT; }; + A747EC70181EA0F900345732 /* sracommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sracommand.cpp; path = source/commands/sracommand.cpp; sourceTree = SOURCE_ROOT; }; + A7496D2C167B531B00CC7D7C /* kruskalwalliscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = kruskalwalliscommand.cpp; path = source/commands/kruskalwalliscommand.cpp; sourceTree = SOURCE_ROOT; }; + A7496D2D167B531B00CC7D7C /* kruskalwalliscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = kruskalwalliscommand.h; path = source/commands/kruskalwalliscommand.h; sourceTree = SOURCE_ROOT; }; + A74C06E616A9C097008390A3 /* primerdesigncommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = primerdesigncommand.h; path = source/commands/primerdesigncommand.h; sourceTree = SOURCE_ROOT; }; + A74C06E816A9C0A8008390A3 /* primerdesigncommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = primerdesigncommand.cpp; path = source/commands/primerdesigncommand.cpp; sourceTree = SOURCE_ROOT; }; + A74D36B6137DAFAA00332B0C /* chimerauchimecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chimerauchimecommand.h; path = source/commands/chimerauchimecommand.h; sourceTree = SOURCE_ROOT; }; + A74D36B7137DAFAA00332B0C /* chimerauchimecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = chimerauchimecommand.cpp; path = source/commands/chimerauchimecommand.cpp; sourceTree = SOURCE_ROOT; }; + A74D59A3159A1E2000043046 /* counttable.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = counttable.cpp; path = source/datastructures/counttable.cpp; sourceTree = SOURCE_ROOT; }; + A74D59A6159A1E3600043046 /* counttable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = counttable.h; path = source/datastructures/counttable.h; sourceTree = SOURCE_ROOT; }; + A754149514840CF7005850D1 /* summaryqualcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = summaryqualcommand.h; path = source/commands/summaryqualcommand.h; sourceTree = SOURCE_ROOT; }; + A754149614840CF7005850D1 /* summaryqualcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = summaryqualcommand.cpp; path = source/commands/summaryqualcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7548FAB17142EA500B1F05A /* getmetacommunitycommand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = getmetacommunitycommand.h; path = source/commands/getmetacommunitycommand.h; sourceTree = SOURCE_ROOT; }; + A7548FAC17142EBC00B1F05A /* getmetacommunitycommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getmetacommunitycommand.cpp; path = source/commands/getmetacommunitycommand.cpp; sourceTree = SOURCE_ROOT; }; + A7548FAE171440EC00B1F05A /* qFinderDMM.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qFinderDMM.cpp; path = source/communitytype/qFinderDMM.cpp; sourceTree = SOURCE_ROOT; }; + A7548FAF171440ED00B1F05A /* qFinderDMM.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qFinderDMM.h; path = source/communitytype/qFinderDMM.h; sourceTree = SOURCE_ROOT; }; + A75790571301749D00A30DAB /* homovacommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = homovacommand.h; path = source/commands/homovacommand.h; sourceTree = SOURCE_ROOT; }; + A75790581301749D00A30DAB /* homovacommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = homovacommand.cpp; path = source/commands/homovacommand.cpp; sourceTree = SOURCE_ROOT; }; + A76CDD7F1510F09A004C8458 /* pcrseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pcrseqscommand.h; path = source/commands/pcrseqscommand.h; sourceTree = SOURCE_ROOT; }; + A7730EFD13967241007433A3 /* countseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = countseqscommand.h; path = source/commands/countseqscommand.h; sourceTree = SOURCE_ROOT; }; + A7730EFE13967241007433A3 /* countseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = countseqscommand.cpp; path = source/commands/countseqscommand.cpp; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; + A774101214695AF60098E6AC /* shhhseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = shhhseqscommand.h; path = source/commands/shhhseqscommand.h; sourceTree = SOURCE_ROOT; }; + A774101314695AF60098E6AC /* shhhseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = shhhseqscommand.cpp; path = source/commands/shhhseqscommand.cpp; sourceTree = SOURCE_ROOT; }; + A774104614696F320098E6AC /* myseqdist.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = myseqdist.cpp; path = source/myseqdist.cpp; sourceTree = SOURCE_ROOT; }; + A774104714696F320098E6AC /* myseqdist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = myseqdist.h; path = source/myseqdist.h; sourceTree = SOURCE_ROOT; }; A77410F414697C300098E6AC /* seqnoise.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = seqnoise.cpp; path = source/seqnoise.cpp; sourceTree = ""; }; A77410F514697C300098E6AC /* seqnoise.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = seqnoise.h; path = source/seqnoise.h; sourceTree = ""; }; - A778FE69134CA6CA00C0BA33 /* getcommandinfocommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getcommandinfocommand.h; path = source/commands/getcommandinfocommand.h; sourceTree = ""; }; - A778FE6A134CA6CA00C0BA33 /* getcommandinfocommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getcommandinfocommand.cpp; path = source/commands/getcommandinfocommand.cpp; sourceTree = ""; }; - A77916E6176F7F7600EEFE18 /* designmap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = designmap.cpp; path = source/datastructures/designmap.cpp; sourceTree = ""; }; - A77916E7176F7F7600EEFE18 /* designmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = designmap.h; path = source/datastructures/designmap.h; sourceTree = ""; }; - A77A221D139001B600B0BE70 /* deuniquetreecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = deuniquetreecommand.h; path = source/commands/deuniquetreecommand.h; sourceTree = ""; }; - A77A221E139001B600B0BE70 /* deuniquetreecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = deuniquetreecommand.cpp; path = source/commands/deuniquetreecommand.cpp; sourceTree = ""; }; - A77B7183173D222F002163C2 /* sparcccommand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = sparcccommand.h; path = source/commands/sparcccommand.h; sourceTree = ""; }; - A77B7184173D2240002163C2 /* sparcccommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sparcccommand.cpp; path = source/commands/sparcccommand.cpp; sourceTree = ""; }; + A778FE69134CA6CA00C0BA33 /* getcommandinfocommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getcommandinfocommand.h; path = source/commands/getcommandinfocommand.h; sourceTree = SOURCE_ROOT; }; + A778FE6A134CA6CA00C0BA33 /* getcommandinfocommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getcommandinfocommand.cpp; path = source/commands/getcommandinfocommand.cpp; sourceTree = SOURCE_ROOT; }; + A77916E6176F7F7600EEFE18 /* designmap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = designmap.cpp; path = source/datastructures/designmap.cpp; sourceTree = SOURCE_ROOT; }; + A77916E7176F7F7600EEFE18 /* designmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = designmap.h; path = source/datastructures/designmap.h; sourceTree = SOURCE_ROOT; }; + A77A221D139001B600B0BE70 /* deuniquetreecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = deuniquetreecommand.h; path = source/commands/deuniquetreecommand.h; sourceTree = SOURCE_ROOT; }; + A77A221E139001B600B0BE70 /* deuniquetreecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = deuniquetreecommand.cpp; path = source/commands/deuniquetreecommand.cpp; sourceTree = SOURCE_ROOT; }; + A77B7183173D222F002163C2 /* sparcccommand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = sparcccommand.h; path = source/commands/sparcccommand.h; sourceTree = SOURCE_ROOT; }; + A77B7184173D2240002163C2 /* sparcccommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sparcccommand.cpp; path = source/commands/sparcccommand.cpp; sourceTree = SOURCE_ROOT; }; A77B7186173D4041002163C2 /* randomnumber.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = randomnumber.cpp; path = source/randomnumber.cpp; sourceTree = ""; }; A77B7187173D4041002163C2 /* randomnumber.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = randomnumber.h; path = source/randomnumber.h; sourceTree = ""; }; - A77B7189173D40E4002163C2 /* calcsparcc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = calcsparcc.cpp; path = source/calcsparcc.cpp; sourceTree = ""; }; - A77B718A173D40E4002163C2 /* calcsparcc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = calcsparcc.h; path = source/calcsparcc.h; sourceTree = ""; }; - A77E1937161B201E00DB1A2A /* randomforest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = randomforest.cpp; path = source/randomforest/randomforest.cpp; sourceTree = ""; }; - A77E193A161B289600DB1A2A /* rftreenode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = rftreenode.cpp; path = source/randomforest/rftreenode.cpp; sourceTree = ""; }; - A77EBD2C1523707F00ED407C /* createdatabasecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = createdatabasecommand.h; path = source/commands/createdatabasecommand.h; sourceTree = ""; }; - A77EBD2E1523709100ED407C /* createdatabasecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = createdatabasecommand.cpp; path = source/commands/createdatabasecommand.cpp; sourceTree = ""; }; + A77B7189173D40E4002163C2 /* calcsparcc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = calcsparcc.cpp; path = source/calcsparcc.cpp; sourceTree = SOURCE_ROOT; }; + A77B718A173D40E4002163C2 /* calcsparcc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = calcsparcc.h; path = source/calcsparcc.h; sourceTree = SOURCE_ROOT; }; + A77E1937161B201E00DB1A2A /* randomforest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = randomforest.cpp; path = source/randomforest/randomforest.cpp; sourceTree = SOURCE_ROOT; }; + A77E193A161B289600DB1A2A /* rftreenode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = rftreenode.cpp; path = source/randomforest/rftreenode.cpp; sourceTree = SOURCE_ROOT; }; + A77EBD2C1523707F00ED407C /* createdatabasecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = createdatabasecommand.h; path = source/commands/createdatabasecommand.h; sourceTree = SOURCE_ROOT; }; + A77EBD2E1523709100ED407C /* createdatabasecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = createdatabasecommand.cpp; path = source/commands/createdatabasecommand.cpp; sourceTree = SOURCE_ROOT; }; A7876A25152A017C00A0AE86 /* subsample.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = subsample.cpp; path = source/subsample.cpp; sourceTree = ""; }; A7876A28152A018B00A0AE86 /* subsample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = subsample.h; path = source/subsample.h; sourceTree = ""; }; - A79234D513C74BF6002B08E2 /* mothurfisher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mothurfisher.h; path = source/metastats/mothurfisher.h; sourceTree = ""; }; - A79234D613C74BF6002B08E2 /* mothurfisher.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mothurfisher.cpp; path = source/metastats/mothurfisher.cpp; sourceTree = ""; }; - A795840B13F13CD900F201D5 /* countgroupscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = countgroupscommand.h; path = source/commands/countgroupscommand.h; sourceTree = ""; }; - A795840C13F13CD900F201D5 /* countgroupscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = countgroupscommand.cpp; path = source/commands/countgroupscommand.cpp; sourceTree = ""; }; - A799314816CBD0BC0017E888 /* mergetaxsummarycommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mergetaxsummarycommand.h; path = source/commands/mergetaxsummarycommand.h; sourceTree = ""; }; - A799314A16CBD0CD0017E888 /* mergetaxsummarycommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mergetaxsummarycommand.cpp; path = source/commands/mergetaxsummarycommand.cpp; sourceTree = ""; }; - A799F5B71309A3E000AEEFA0 /* makefastqcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = makefastqcommand.h; path = source/commands/makefastqcommand.h; sourceTree = ""; }; - A799F5B81309A3E000AEEFA0 /* makefastqcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = makefastqcommand.cpp; path = source/commands/makefastqcommand.cpp; sourceTree = ""; }; - A79EEF8516971D4A0006DEC1 /* filtersharedcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = filtersharedcommand.cpp; path = source/commands/filtersharedcommand.cpp; sourceTree = ""; }; - A79EEF8816971D640006DEC1 /* filtersharedcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = filtersharedcommand.h; path = source/commands/filtersharedcommand.h; sourceTree = ""; }; - A7A067191562946F0095C8C5 /* listotulabelscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = listotulabelscommand.cpp; path = source/commands/listotulabelscommand.cpp; sourceTree = ""; }; - A7A0671C156294810095C8C5 /* listotulabelscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = listotulabelscommand.h; path = source/commands/listotulabelscommand.h; sourceTree = ""; }; - A7A0671D1562AC230095C8C5 /* makecontigscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = makecontigscommand.h; path = source/commands/makecontigscommand.h; sourceTree = ""; }; - A7A0671E1562AC3E0095C8C5 /* makecontigscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = makecontigscommand.cpp; path = source/commands/makecontigscommand.cpp; sourceTree = ""; }; - A7A09B0E18773BF700FAA081 /* shannonrange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = shannonrange.h; path = source/calculators/shannonrange.h; sourceTree = ""; }; - A7A09B0F18773C0E00FAA081 /* shannonrange.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = shannonrange.cpp; path = source/calculators/shannonrange.cpp; sourceTree = ""; }; - A7A32DA914DC43B00001D2E5 /* sortseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sortseqscommand.cpp; path = source/commands/sortseqscommand.cpp; sourceTree = ""; }; - A7A32DAC14DC43D10001D2E5 /* sortseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sortseqscommand.h; path = source/commands/sortseqscommand.h; sourceTree = ""; }; - A7A3C8C714D041AD00B1BFBE /* otuassociationcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = otuassociationcommand.cpp; path = source/commands/otuassociationcommand.cpp; sourceTree = ""; }; - A7A3C8C814D041AD00B1BFBE /* otuassociationcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = otuassociationcommand.h; path = source/commands/otuassociationcommand.h; sourceTree = ""; }; - A7A61F1A130035C800E05B6B /* LICENSE.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = LICENSE.md; sourceTree = ""; }; - A7A61F2B130062E000E05B6B /* amovacommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = amovacommand.h; path = source/commands/amovacommand.h; sourceTree = ""; }; - A7A61F2C130062E000E05B6B /* amovacommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = amovacommand.cpp; path = source/commands/amovacommand.cpp; sourceTree = ""; }; + A79234D513C74BF6002B08E2 /* mothurfisher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mothurfisher.h; path = source/metastats/mothurfisher.h; sourceTree = SOURCE_ROOT; }; + A79234D613C74BF6002B08E2 /* mothurfisher.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mothurfisher.cpp; path = source/metastats/mothurfisher.cpp; sourceTree = SOURCE_ROOT; }; + A795840B13F13CD900F201D5 /* countgroupscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = countgroupscommand.h; path = source/commands/countgroupscommand.h; sourceTree = SOURCE_ROOT; }; + A795840C13F13CD900F201D5 /* countgroupscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = countgroupscommand.cpp; path = source/commands/countgroupscommand.cpp; sourceTree = SOURCE_ROOT; }; + A799314816CBD0BC0017E888 /* mergetaxsummarycommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mergetaxsummarycommand.h; path = source/commands/mergetaxsummarycommand.h; sourceTree = SOURCE_ROOT; }; + A799314A16CBD0CD0017E888 /* mergetaxsummarycommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mergetaxsummarycommand.cpp; path = source/commands/mergetaxsummarycommand.cpp; sourceTree = SOURCE_ROOT; }; + A799F5B71309A3E000AEEFA0 /* makefastqcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = makefastqcommand.h; path = source/commands/makefastqcommand.h; sourceTree = SOURCE_ROOT; }; + A799F5B81309A3E000AEEFA0 /* makefastqcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = makefastqcommand.cpp; path = source/commands/makefastqcommand.cpp; sourceTree = SOURCE_ROOT; }; + A79EEF8516971D4A0006DEC1 /* filtersharedcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = filtersharedcommand.cpp; path = source/commands/filtersharedcommand.cpp; sourceTree = SOURCE_ROOT; }; + A79EEF8816971D640006DEC1 /* filtersharedcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = filtersharedcommand.h; path = source/commands/filtersharedcommand.h; sourceTree = SOURCE_ROOT; }; + A7A067191562946F0095C8C5 /* listotulabelscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = listotulabelscommand.cpp; path = source/commands/listotulabelscommand.cpp; sourceTree = SOURCE_ROOT; }; + A7A0671C156294810095C8C5 /* listotulabelscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = listotulabelscommand.h; path = source/commands/listotulabelscommand.h; sourceTree = SOURCE_ROOT; }; + A7A0671D1562AC230095C8C5 /* makecontigscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = makecontigscommand.h; path = source/commands/makecontigscommand.h; sourceTree = SOURCE_ROOT; }; + A7A0671E1562AC3E0095C8C5 /* makecontigscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = makecontigscommand.cpp; path = source/commands/makecontigscommand.cpp; sourceTree = SOURCE_ROOT; }; + A7A09B0E18773BF700FAA081 /* shannonrange.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = shannonrange.h; path = source/calculators/shannonrange.h; sourceTree = SOURCE_ROOT; }; + A7A09B0F18773C0E00FAA081 /* shannonrange.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = shannonrange.cpp; path = source/calculators/shannonrange.cpp; sourceTree = SOURCE_ROOT; }; + A7A32DA914DC43B00001D2E5 /* sortseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sortseqscommand.cpp; path = source/commands/sortseqscommand.cpp; sourceTree = SOURCE_ROOT; }; + A7A32DAC14DC43D10001D2E5 /* sortseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sortseqscommand.h; path = source/commands/sortseqscommand.h; sourceTree = SOURCE_ROOT; }; + A7A3C8C714D041AD00B1BFBE /* otuassociationcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = otuassociationcommand.cpp; path = source/commands/otuassociationcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7A3C8C814D041AD00B1BFBE /* otuassociationcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = otuassociationcommand.h; path = source/commands/otuassociationcommand.h; sourceTree = SOURCE_ROOT; }; + A7A61F1A130035C800E05B6B /* LICENSE.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = LICENSE.md; sourceTree = SOURCE_ROOT; }; + A7A61F2B130062E000E05B6B /* amovacommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = amovacommand.h; path = source/commands/amovacommand.h; sourceTree = SOURCE_ROOT; }; + A7A61F2C130062E000E05B6B /* amovacommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = amovacommand.cpp; path = source/commands/amovacommand.cpp; sourceTree = SOURCE_ROOT; }; A7AACFBA132FE008003D6C4D /* currentfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = currentfile.h; path = source/currentfile.h; sourceTree = ""; }; - A7B0231416B8244B006BA09E /* removedistscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = removedistscommand.cpp; path = source/commands/removedistscommand.cpp; sourceTree = ""; }; - A7B0231716B8245D006BA09E /* removedistscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = removedistscommand.h; path = source/commands/removedistscommand.h; sourceTree = ""; }; - A7B093BE18579EF600843CD1 /* pam.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = pam.h; path = source/communitytype/pam.h; sourceTree = ""; }; - A7B093BF18579F0400843CD1 /* pam.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pam.cpp; path = source/communitytype/pam.cpp; sourceTree = ""; }; - A7BF221214587886000AD524 /* myPerseus.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = myPerseus.cpp; path = source/chimera/myPerseus.cpp; sourceTree = ""; }; - A7BF221314587886000AD524 /* myPerseus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = myPerseus.h; path = source/chimera/myPerseus.h; sourceTree = ""; }; - A7BF2230145879B2000AD524 /* chimeraperseuscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chimeraperseuscommand.h; path = source/commands/chimeraperseuscommand.h; sourceTree = ""; }; - A7BF2231145879B2000AD524 /* chimeraperseuscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = chimeraperseuscommand.cpp; path = source/commands/chimeraperseuscommand.cpp; sourceTree = ""; }; - A7C3DC0914FE457500FE1924 /* cooccurrencecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cooccurrencecommand.cpp; path = source/commands/cooccurrencecommand.cpp; sourceTree = ""; }; - A7C3DC0A14FE457500FE1924 /* cooccurrencecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cooccurrencecommand.h; path = source/commands/cooccurrencecommand.h; sourceTree = ""; }; + A7B0231416B8244B006BA09E /* removedistscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = removedistscommand.cpp; path = source/commands/removedistscommand.cpp; sourceTree = SOURCE_ROOT; }; + A7B0231716B8245D006BA09E /* removedistscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = removedistscommand.h; path = source/commands/removedistscommand.h; sourceTree = SOURCE_ROOT; }; + A7B093BE18579EF600843CD1 /* pam.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = pam.h; path = source/communitytype/pam.h; sourceTree = SOURCE_ROOT; }; + A7B093BF18579F0400843CD1 /* pam.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pam.cpp; path = source/communitytype/pam.cpp; sourceTree = SOURCE_ROOT; }; + A7BF221214587886000AD524 /* myPerseus.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = myPerseus.cpp; path = source/chimera/myPerseus.cpp; sourceTree = SOURCE_ROOT; }; + A7BF221314587886000AD524 /* myPerseus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = myPerseus.h; path = source/chimera/myPerseus.h; sourceTree = SOURCE_ROOT; }; + A7BF2230145879B2000AD524 /* chimeraperseuscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chimeraperseuscommand.h; path = source/commands/chimeraperseuscommand.h; sourceTree = SOURCE_ROOT; }; + A7BF2231145879B2000AD524 /* chimeraperseuscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = chimeraperseuscommand.cpp; path = source/commands/chimeraperseuscommand.cpp; sourceTree = SOURCE_ROOT; }; + A7C3DC0914FE457500FE1924 /* cooccurrencecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cooccurrencecommand.cpp; path = source/commands/cooccurrencecommand.cpp; sourceTree = SOURCE_ROOT; }; + A7C3DC0A14FE457500FE1924 /* cooccurrencecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cooccurrencecommand.h; path = source/commands/cooccurrencecommand.h; sourceTree = SOURCE_ROOT; }; A7C3DC0D14FE469500FE1924 /* trialSwap2.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = trialSwap2.cpp; path = source/trialSwap2.cpp; sourceTree = ""; }; A7C3DC0E14FE469500FE1924 /* trialswap2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = trialswap2.h; path = source/trialswap2.h; sourceTree = ""; }; - A7C7DAB615DA75760059B0CF /* sffmultiplecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sffmultiplecommand.h; path = source/commands/sffmultiplecommand.h; sourceTree = ""; }; - A7C7DAB815DA758B0059B0CF /* sffmultiplecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sffmultiplecommand.cpp; path = source/commands/sffmultiplecommand.cpp; sourceTree = ""; }; - A7CFA42F1755400500D9ED4D /* renameseqscommand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = renameseqscommand.h; path = source/commands/renameseqscommand.h; sourceTree = ""; }; - A7CFA4301755401800D9ED4D /* renameseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = renameseqscommand.cpp; path = source/commands/renameseqscommand.cpp; sourceTree = ""; }; - A7D395C2184FA39300A350D7 /* kmeans.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = kmeans.h; path = source/communitytype/kmeans.h; sourceTree = ""; }; - A7D395C3184FA3A200A350D7 /* kmeans.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = kmeans.cpp; path = source/communitytype/kmeans.cpp; sourceTree = ""; }; - A7D755D71535F665009BF21A /* treereader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = treereader.h; path = source/read/treereader.h; sourceTree = ""; }; - A7D755D91535F679009BF21A /* treereader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = treereader.cpp; path = source/read/treereader.cpp; sourceTree = ""; }; + A7C7DAB615DA75760059B0CF /* sffmultiplecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sffmultiplecommand.h; path = source/commands/sffmultiplecommand.h; sourceTree = SOURCE_ROOT; }; + A7C7DAB815DA758B0059B0CF /* sffmultiplecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sffmultiplecommand.cpp; path = source/commands/sffmultiplecommand.cpp; sourceTree = SOURCE_ROOT; }; + A7CFA42F1755400500D9ED4D /* renameseqscommand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = renameseqscommand.h; path = source/commands/renameseqscommand.h; sourceTree = SOURCE_ROOT; }; + A7CFA4301755401800D9ED4D /* renameseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = renameseqscommand.cpp; path = source/commands/renameseqscommand.cpp; sourceTree = SOURCE_ROOT; }; + A7D395C2184FA39300A350D7 /* kmeans.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = kmeans.h; path = source/communitytype/kmeans.h; sourceTree = SOURCE_ROOT; }; + A7D395C3184FA3A200A350D7 /* kmeans.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = kmeans.cpp; path = source/communitytype/kmeans.cpp; sourceTree = SOURCE_ROOT; }; + A7D755D71535F665009BF21A /* treereader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = treereader.h; path = source/read/treereader.h; sourceTree = SOURCE_ROOT; }; + A7D755D91535F679009BF21A /* treereader.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = treereader.cpp; path = source/read/treereader.cpp; sourceTree = SOURCE_ROOT; }; A7D9378917B146B5001E90B0 /* wilcox.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = wilcox.cpp; path = source/wilcox.cpp; sourceTree = ""; }; A7D9378B17B15215001E90B0 /* wilcox.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = wilcox.h; path = source/wilcox.h; sourceTree = ""; }; A7DAAFA3133A254E003956EB /* commandparameter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = commandparameter.h; path = source/commandparameter.h; sourceTree = ""; }; - A7E0243C15B4520A00A5F046 /* sparsedistancematrix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sparsedistancematrix.cpp; path = source/datastructures/sparsedistancematrix.cpp; sourceTree = ""; }; - A7E0243F15B4522000A5F046 /* sparsedistancematrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sparsedistancematrix.h; path = source/datastructures/sparsedistancematrix.h; sourceTree = ""; }; - A7E6F69C17427CF2006775E2 /* makelookupcommand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = makelookupcommand.h; path = source/commands/makelookupcommand.h; sourceTree = ""; }; - A7E6F69D17427D06006775E2 /* makelookupcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = makelookupcommand.cpp; path = source/commands/makelookupcommand.cpp; sourceTree = ""; }; - A7E9B64F12D37EC300DA6239 /* ace.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ace.cpp; path = source/calculators/ace.cpp; sourceTree = ""; }; - A7E9B65012D37EC300DA6239 /* ace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ace.h; path = source/calculators/ace.h; sourceTree = ""; }; - A7E9B65112D37EC300DA6239 /* aligncommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = aligncommand.cpp; path = source/commands/aligncommand.cpp; sourceTree = ""; }; - A7E9B65212D37EC300DA6239 /* aligncommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = aligncommand.h; path = source/commands/aligncommand.h; sourceTree = ""; }; - A7E9B65312D37EC300DA6239 /* alignment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = alignment.cpp; path = source/datastructures/alignment.cpp; sourceTree = ""; }; - A7E9B65412D37EC300DA6239 /* alignment.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = alignment.hpp; path = source/datastructures/alignment.hpp; sourceTree = ""; }; - A7E9B65512D37EC300DA6239 /* alignmentcell.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = alignmentcell.cpp; path = source/datastructures/alignmentcell.cpp; sourceTree = ""; }; - A7E9B65612D37EC300DA6239 /* alignmentcell.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = alignmentcell.hpp; path = source/datastructures/alignmentcell.hpp; sourceTree = ""; }; - A7E9B65712D37EC300DA6239 /* alignmentdb.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = alignmentdb.cpp; path = source/datastructures/alignmentdb.cpp; sourceTree = ""; }; - A7E9B65812D37EC300DA6239 /* alignmentdb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = alignmentdb.h; path = source/datastructures/alignmentdb.h; sourceTree = ""; }; - A7E9B65A12D37EC300DA6239 /* bayesian.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bayesian.cpp; path = source/classifier/bayesian.cpp; sourceTree = ""; }; - A7E9B65B12D37EC300DA6239 /* bayesian.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bayesian.h; path = source/classifier/bayesian.h; sourceTree = ""; }; - A7E9B65C12D37EC300DA6239 /* bellerophon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bellerophon.cpp; path = source/chimera/bellerophon.cpp; sourceTree = ""; }; - A7E9B65D12D37EC300DA6239 /* bellerophon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bellerophon.h; path = source/chimera/bellerophon.h; sourceTree = ""; }; - A7E9B65E12D37EC300DA6239 /* bergerparker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bergerparker.cpp; path = source/calculators/bergerparker.cpp; sourceTree = ""; }; - A7E9B65F12D37EC300DA6239 /* bergerparker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bergerparker.h; path = source/calculators/bergerparker.h; sourceTree = ""; }; - A7E9B66012D37EC300DA6239 /* binsequencecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = binsequencecommand.cpp; path = source/commands/binsequencecommand.cpp; sourceTree = ""; }; - A7E9B66112D37EC300DA6239 /* binsequencecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = binsequencecommand.h; path = source/commands/binsequencecommand.h; sourceTree = ""; }; - A7E9B66212D37EC300DA6239 /* blastalign.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = blastalign.cpp; path = source/datastructures/blastalign.cpp; sourceTree = ""; }; - A7E9B66312D37EC400DA6239 /* blastalign.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = blastalign.hpp; path = source/datastructures/blastalign.hpp; sourceTree = ""; }; - A7E9B66412D37EC400DA6239 /* blastdb.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = blastdb.cpp; path = source/datastructures/blastdb.cpp; sourceTree = ""; }; - A7E9B66512D37EC400DA6239 /* blastdb.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = blastdb.hpp; path = source/datastructures/blastdb.hpp; sourceTree = ""; }; - A7E9B66612D37EC400DA6239 /* boneh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = boneh.cpp; path = source/calculators/boneh.cpp; sourceTree = ""; }; - A7E9B66712D37EC400DA6239 /* boneh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = boneh.h; path = source/calculators/boneh.h; sourceTree = ""; }; - A7E9B66812D37EC400DA6239 /* bootstrap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bootstrap.cpp; path = source/calculators/bootstrap.cpp; sourceTree = ""; }; - A7E9B66912D37EC400DA6239 /* bootstrap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bootstrap.h; path = source/calculators/bootstrap.h; sourceTree = ""; }; - A7E9B66C12D37EC400DA6239 /* bstick.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bstick.cpp; path = source/calculators/bstick.cpp; sourceTree = ""; }; - A7E9B66D12D37EC400DA6239 /* bstick.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bstick.h; path = source/calculators/bstick.h; sourceTree = ""; }; - A7E9B66E12D37EC400DA6239 /* calculator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = calculator.cpp; path = source/calculators/calculator.cpp; sourceTree = ""; }; - A7E9B66F12D37EC400DA6239 /* calculator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = calculator.h; path = source/calculators/calculator.h; sourceTree = ""; }; - A7E9B67012D37EC400DA6239 /* canberra.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = canberra.cpp; path = source/calculators/canberra.cpp; sourceTree = ""; }; - A7E9B67112D37EC400DA6239 /* canberra.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = canberra.h; path = source/calculators/canberra.h; sourceTree = ""; }; - A7E9B67212D37EC400DA6239 /* catchallcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = catchallcommand.cpp; path = source/commands/catchallcommand.cpp; sourceTree = ""; }; - A7E9B67412D37EC400DA6239 /* ccode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ccode.cpp; path = source/chimera/ccode.cpp; sourceTree = ""; }; - A7E9B67512D37EC400DA6239 /* ccode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = ccode.h; path = source/chimera/ccode.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; - A7E9B67612D37EC400DA6239 /* chao1.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = chao1.cpp; path = source/calculators/chao1.cpp; sourceTree = ""; }; - A7E9B67712D37EC400DA6239 /* chao1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chao1.h; path = source/calculators/chao1.h; sourceTree = ""; }; - A7E9B67812D37EC400DA6239 /* mothurchimera.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mothurchimera.cpp; path = source/chimera/mothurchimera.cpp; sourceTree = ""; }; - A7E9B67912D37EC400DA6239 /* mothurchimera.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mothurchimera.h; path = source/chimera/mothurchimera.h; sourceTree = ""; }; - A7E9B67A12D37EC400DA6239 /* chimerabellerophoncommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = chimerabellerophoncommand.cpp; path = source/commands/chimerabellerophoncommand.cpp; sourceTree = ""; }; - A7E9B67B12D37EC400DA6239 /* chimerabellerophoncommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chimerabellerophoncommand.h; path = source/commands/chimerabellerophoncommand.h; sourceTree = ""; }; - A7E9B67C12D37EC400DA6239 /* chimeraccodecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = chimeraccodecommand.cpp; path = source/commands/chimeraccodecommand.cpp; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; - A7E9B67D12D37EC400DA6239 /* chimeraccodecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chimeraccodecommand.h; path = source/commands/chimeraccodecommand.h; sourceTree = ""; }; - A7E9B67E12D37EC400DA6239 /* chimeracheckcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = chimeracheckcommand.cpp; path = source/commands/chimeracheckcommand.cpp; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; - A7E9B67F12D37EC400DA6239 /* chimeracheckcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chimeracheckcommand.h; path = source/commands/chimeracheckcommand.h; sourceTree = ""; }; - A7E9B68012D37EC400DA6239 /* chimeracheckrdp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = chimeracheckrdp.cpp; path = source/chimera/chimeracheckrdp.cpp; sourceTree = ""; }; - A7E9B68112D37EC400DA6239 /* chimeracheckrdp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = chimeracheckrdp.h; path = source/chimera/chimeracheckrdp.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; - A7E9B68212D37EC400DA6239 /* chimerapintailcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = chimerapintailcommand.cpp; path = source/commands/chimerapintailcommand.cpp; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; - A7E9B68312D37EC400DA6239 /* chimerapintailcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chimerapintailcommand.h; path = source/commands/chimerapintailcommand.h; sourceTree = ""; }; - A7E9B68412D37EC400DA6239 /* chimerarealigner.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = chimerarealigner.cpp; path = source/chimera/chimerarealigner.cpp; sourceTree = ""; }; - A7E9B68512D37EC400DA6239 /* chimerarealigner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chimerarealigner.h; path = source/chimera/chimerarealigner.h; sourceTree = ""; }; - A7E9B68812D37EC400DA6239 /* chimeraslayer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = chimeraslayer.cpp; path = source/chimera/chimeraslayer.cpp; sourceTree = ""; }; - A7E9B68912D37EC400DA6239 /* chimeraslayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chimeraslayer.h; path = source/chimera/chimeraslayer.h; sourceTree = ""; }; - A7E9B68A12D37EC400DA6239 /* chimeraslayercommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = chimeraslayercommand.cpp; path = source/commands/chimeraslayercommand.cpp; sourceTree = ""; }; - A7E9B68B12D37EC400DA6239 /* chimeraslayercommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chimeraslayercommand.h; path = source/commands/chimeraslayercommand.h; sourceTree = ""; }; - A7E9B68C12D37EC400DA6239 /* chopseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = chopseqscommand.cpp; path = source/commands/chopseqscommand.cpp; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; - A7E9B68D12D37EC400DA6239 /* chopseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chopseqscommand.h; path = source/commands/chopseqscommand.h; sourceTree = ""; }; - A7E9B68E12D37EC400DA6239 /* classify.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = classify.cpp; path = source/classifier/classify.cpp; sourceTree = ""; }; - A7E9B68F12D37EC400DA6239 /* classify.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = classify.h; path = source/classifier/classify.h; sourceTree = ""; }; - A7E9B69012D37EC400DA6239 /* classifyotucommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = classifyotucommand.cpp; path = source/commands/classifyotucommand.cpp; sourceTree = ""; }; - A7E9B69112D37EC400DA6239 /* classifyotucommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = classifyotucommand.h; path = source/commands/classifyotucommand.h; sourceTree = ""; }; - A7E9B69212D37EC400DA6239 /* classifyseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = classifyseqscommand.cpp; path = source/commands/classifyseqscommand.cpp; sourceTree = ""; }; - A7E9B69312D37EC400DA6239 /* classifyseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = classifyseqscommand.h; path = source/commands/classifyseqscommand.h; sourceTree = ""; }; - A7E9B69412D37EC400DA6239 /* clearcut.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = clearcut.cpp; path = source/clearcut/clearcut.cpp; sourceTree = ""; }; - A7E9B69512D37EC400DA6239 /* clearcut.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = clearcut.h; path = source/clearcut/clearcut.h; sourceTree = ""; }; - A7E9B69612D37EC400DA6239 /* clearcutcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = clearcutcommand.cpp; path = source/commands/clearcutcommand.cpp; sourceTree = ""; }; - A7E9B69712D37EC400DA6239 /* clearcutcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = clearcutcommand.h; path = source/commands/clearcutcommand.h; sourceTree = ""; }; - A7E9B69812D37EC400DA6239 /* cluster.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cluster.cpp; path = source/cluster.cpp; sourceTree = ""; }; - A7E9B69912D37EC400DA6239 /* cluster.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = cluster.hpp; path = source/cluster.hpp; sourceTree = ""; }; - A7E9B69A12D37EC400DA6239 /* clusterclassic.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = clusterclassic.cpp; path = source/clusterclassic.cpp; sourceTree = ""; }; - A7E9B69B12D37EC400DA6239 /* clusterclassic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = clusterclassic.h; path = source/clusterclassic.h; sourceTree = ""; }; - A7E9B69C12D37EC400DA6239 /* clustercommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = clustercommand.cpp; path = source/commands/clustercommand.cpp; sourceTree = ""; }; - A7E9B69D12D37EC400DA6239 /* clustercommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = clustercommand.h; path = source/commands/clustercommand.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; - A7E9B69E12D37EC400DA6239 /* clusterdoturcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = clusterdoturcommand.cpp; path = source/commands/clusterdoturcommand.cpp; sourceTree = ""; }; - A7E9B69F12D37EC400DA6239 /* clusterdoturcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = clusterdoturcommand.h; path = source/commands/clusterdoturcommand.h; sourceTree = ""; }; - A7E9B6A012D37EC400DA6239 /* clusterfragmentscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = clusterfragmentscommand.cpp; path = source/commands/clusterfragmentscommand.cpp; sourceTree = ""; }; - A7E9B6A112D37EC400DA6239 /* clusterfragmentscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = clusterfragmentscommand.h; path = source/commands/clusterfragmentscommand.h; sourceTree = ""; }; - A7E9B6A212D37EC400DA6239 /* clustersplitcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = clustersplitcommand.cpp; path = source/commands/clustersplitcommand.cpp; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; - A7E9B6A312D37EC400DA6239 /* clustersplitcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = clustersplitcommand.h; path = source/commands/clustersplitcommand.h; sourceTree = ""; }; - A7E9B6A412D37EC400DA6239 /* cmdargs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cmdargs.cpp; path = source/clearcut/cmdargs.cpp; sourceTree = ""; }; - A7E9B6A512D37EC400DA6239 /* cmdargs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cmdargs.h; path = source/clearcut/cmdargs.h; sourceTree = ""; }; - A7E9B6A612D37EC400DA6239 /* collect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = collect.cpp; path = source/collect.cpp; sourceTree = ""; }; - A7E9B6A712D37EC400DA6239 /* collect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = collect.h; path = source/collect.h; sourceTree = ""; }; - A7E9B6A812D37EC400DA6239 /* collectcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = collectcommand.cpp; path = source/commands/collectcommand.cpp; sourceTree = ""; }; - A7E9B6A912D37EC400DA6239 /* collectcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = collectcommand.h; path = source/commands/collectcommand.h; sourceTree = ""; }; - A7E9B6AA12D37EC400DA6239 /* collectdisplay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = collectdisplay.h; path = source/collectdisplay.h; sourceTree = ""; }; - A7E9B6AB12D37EC400DA6239 /* collectorscurvedata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = collectorscurvedata.h; path = source/collectorscurvedata.h; sourceTree = ""; }; - A7E9B6AC12D37EC400DA6239 /* collectsharedcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = collectsharedcommand.cpp; path = source/commands/collectsharedcommand.cpp; sourceTree = ""; }; - A7E9B6AD12D37EC400DA6239 /* collectsharedcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = collectsharedcommand.h; path = source/commands/collectsharedcommand.h; sourceTree = ""; }; - A7E9B6AE12D37EC400DA6239 /* command.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = command.hpp; path = source/commands/command.hpp; sourceTree = ""; }; + A7E0243C15B4520A00A5F046 /* sparsedistancematrix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sparsedistancematrix.cpp; path = source/datastructures/sparsedistancematrix.cpp; sourceTree = SOURCE_ROOT; }; + A7E0243F15B4522000A5F046 /* sparsedistancematrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sparsedistancematrix.h; path = source/datastructures/sparsedistancematrix.h; sourceTree = SOURCE_ROOT; }; + A7E6F69C17427CF2006775E2 /* makelookupcommand.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = makelookupcommand.h; path = source/commands/makelookupcommand.h; sourceTree = SOURCE_ROOT; }; + A7E6F69D17427D06006775E2 /* makelookupcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = makelookupcommand.cpp; path = source/commands/makelookupcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B64F12D37EC300DA6239 /* ace.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ace.cpp; path = source/calculators/ace.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B65012D37EC300DA6239 /* ace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ace.h; path = source/calculators/ace.h; sourceTree = SOURCE_ROOT; }; + A7E9B65112D37EC300DA6239 /* aligncommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = aligncommand.cpp; path = source/commands/aligncommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B65212D37EC300DA6239 /* aligncommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = aligncommand.h; path = source/commands/aligncommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B65312D37EC300DA6239 /* alignment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = alignment.cpp; path = source/datastructures/alignment.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B65412D37EC300DA6239 /* alignment.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = alignment.hpp; path = source/datastructures/alignment.hpp; sourceTree = SOURCE_ROOT; }; + A7E9B65512D37EC300DA6239 /* alignmentcell.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = alignmentcell.cpp; path = source/datastructures/alignmentcell.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B65612D37EC300DA6239 /* alignmentcell.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = alignmentcell.hpp; path = source/datastructures/alignmentcell.hpp; sourceTree = SOURCE_ROOT; }; + A7E9B65712D37EC300DA6239 /* alignmentdb.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = alignmentdb.cpp; path = source/datastructures/alignmentdb.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B65812D37EC300DA6239 /* alignmentdb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = alignmentdb.h; path = source/datastructures/alignmentdb.h; sourceTree = SOURCE_ROOT; }; + A7E9B65A12D37EC300DA6239 /* bayesian.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bayesian.cpp; path = source/classifier/bayesian.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B65B12D37EC300DA6239 /* bayesian.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bayesian.h; path = source/classifier/bayesian.h; sourceTree = SOURCE_ROOT; }; + A7E9B65C12D37EC300DA6239 /* bellerophon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bellerophon.cpp; path = source/chimera/bellerophon.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B65D12D37EC300DA6239 /* bellerophon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bellerophon.h; path = source/chimera/bellerophon.h; sourceTree = SOURCE_ROOT; }; + A7E9B65E12D37EC300DA6239 /* bergerparker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bergerparker.cpp; path = source/calculators/bergerparker.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B65F12D37EC300DA6239 /* bergerparker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bergerparker.h; path = source/calculators/bergerparker.h; sourceTree = SOURCE_ROOT; }; + A7E9B66012D37EC300DA6239 /* binsequencecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = binsequencecommand.cpp; path = source/commands/binsequencecommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B66112D37EC300DA6239 /* binsequencecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = binsequencecommand.h; path = source/commands/binsequencecommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B66212D37EC300DA6239 /* blastalign.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = blastalign.cpp; path = source/datastructures/blastalign.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B66312D37EC400DA6239 /* blastalign.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = blastalign.hpp; path = source/datastructures/blastalign.hpp; sourceTree = SOURCE_ROOT; }; + A7E9B66412D37EC400DA6239 /* blastdb.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = blastdb.cpp; path = source/datastructures/blastdb.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B66512D37EC400DA6239 /* blastdb.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = blastdb.hpp; path = source/datastructures/blastdb.hpp; sourceTree = SOURCE_ROOT; }; + A7E9B66612D37EC400DA6239 /* boneh.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = boneh.cpp; path = source/calculators/boneh.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B66712D37EC400DA6239 /* boneh.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = boneh.h; path = source/calculators/boneh.h; sourceTree = SOURCE_ROOT; }; + A7E9B66812D37EC400DA6239 /* bootstrap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bootstrap.cpp; path = source/calculators/bootstrap.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B66912D37EC400DA6239 /* bootstrap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bootstrap.h; path = source/calculators/bootstrap.h; sourceTree = SOURCE_ROOT; }; + A7E9B66C12D37EC400DA6239 /* bstick.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = bstick.cpp; path = source/calculators/bstick.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B66D12D37EC400DA6239 /* bstick.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = bstick.h; path = source/calculators/bstick.h; sourceTree = SOURCE_ROOT; }; + A7E9B66E12D37EC400DA6239 /* calculator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = calculator.cpp; path = source/calculators/calculator.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B66F12D37EC400DA6239 /* calculator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = calculator.h; path = source/calculators/calculator.h; sourceTree = SOURCE_ROOT; }; + A7E9B67012D37EC400DA6239 /* canberra.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = canberra.cpp; path = source/calculators/canberra.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B67112D37EC400DA6239 /* canberra.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = canberra.h; path = source/calculators/canberra.h; sourceTree = SOURCE_ROOT; }; + A7E9B67212D37EC400DA6239 /* catchallcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = catchallcommand.cpp; path = source/commands/catchallcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B67412D37EC400DA6239 /* ccode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ccode.cpp; path = source/chimera/ccode.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B67512D37EC400DA6239 /* ccode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = ccode.h; path = source/chimera/ccode.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + A7E9B67612D37EC400DA6239 /* chao1.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = chao1.cpp; path = source/calculators/chao1.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B67712D37EC400DA6239 /* chao1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chao1.h; path = source/calculators/chao1.h; sourceTree = SOURCE_ROOT; }; + A7E9B67812D37EC400DA6239 /* mothurchimera.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mothurchimera.cpp; path = source/chimera/mothurchimera.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B67912D37EC400DA6239 /* mothurchimera.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mothurchimera.h; path = source/chimera/mothurchimera.h; sourceTree = SOURCE_ROOT; }; + A7E9B67A12D37EC400DA6239 /* chimerabellerophoncommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = chimerabellerophoncommand.cpp; path = source/commands/chimerabellerophoncommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B67B12D37EC400DA6239 /* chimerabellerophoncommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chimerabellerophoncommand.h; path = source/commands/chimerabellerophoncommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B67C12D37EC400DA6239 /* chimeraccodecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = chimeraccodecommand.cpp; path = source/commands/chimeraccodecommand.cpp; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; + A7E9B67D12D37EC400DA6239 /* chimeraccodecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chimeraccodecommand.h; path = source/commands/chimeraccodecommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B67E12D37EC400DA6239 /* chimeracheckcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = chimeracheckcommand.cpp; path = source/commands/chimeracheckcommand.cpp; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; + A7E9B67F12D37EC400DA6239 /* chimeracheckcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chimeracheckcommand.h; path = source/commands/chimeracheckcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B68012D37EC400DA6239 /* chimeracheckrdp.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = chimeracheckrdp.cpp; path = source/chimera/chimeracheckrdp.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B68112D37EC400DA6239 /* chimeracheckrdp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = chimeracheckrdp.h; path = source/chimera/chimeracheckrdp.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + A7E9B68212D37EC400DA6239 /* chimerapintailcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = chimerapintailcommand.cpp; path = source/commands/chimerapintailcommand.cpp; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; + A7E9B68312D37EC400DA6239 /* chimerapintailcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chimerapintailcommand.h; path = source/commands/chimerapintailcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B68412D37EC400DA6239 /* chimerarealigner.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = chimerarealigner.cpp; path = source/chimera/chimerarealigner.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B68512D37EC400DA6239 /* chimerarealigner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chimerarealigner.h; path = source/chimera/chimerarealigner.h; sourceTree = SOURCE_ROOT; }; + A7E9B68812D37EC400DA6239 /* chimeraslayer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = chimeraslayer.cpp; path = source/chimera/chimeraslayer.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B68912D37EC400DA6239 /* chimeraslayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chimeraslayer.h; path = source/chimera/chimeraslayer.h; sourceTree = SOURCE_ROOT; }; + A7E9B68A12D37EC400DA6239 /* chimeraslayercommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = chimeraslayercommand.cpp; path = source/commands/chimeraslayercommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B68B12D37EC400DA6239 /* chimeraslayercommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chimeraslayercommand.h; path = source/commands/chimeraslayercommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B68C12D37EC400DA6239 /* chopseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = chopseqscommand.cpp; path = source/commands/chopseqscommand.cpp; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; + A7E9B68D12D37EC400DA6239 /* chopseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chopseqscommand.h; path = source/commands/chopseqscommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B68E12D37EC400DA6239 /* classify.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = classify.cpp; path = source/classifier/classify.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B68F12D37EC400DA6239 /* classify.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = classify.h; path = source/classifier/classify.h; sourceTree = SOURCE_ROOT; }; + A7E9B69012D37EC400DA6239 /* classifyotucommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = classifyotucommand.cpp; path = source/commands/classifyotucommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B69112D37EC400DA6239 /* classifyotucommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = classifyotucommand.h; path = source/commands/classifyotucommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B69212D37EC400DA6239 /* classifyseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = classifyseqscommand.cpp; path = source/commands/classifyseqscommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B69312D37EC400DA6239 /* classifyseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = classifyseqscommand.h; path = source/commands/classifyseqscommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B69412D37EC400DA6239 /* clearcut.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = clearcut.cpp; path = source/clearcut/clearcut.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B69512D37EC400DA6239 /* clearcut.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = clearcut.h; path = source/clearcut/clearcut.h; sourceTree = SOURCE_ROOT; }; + A7E9B69612D37EC400DA6239 /* clearcutcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = clearcutcommand.cpp; path = source/commands/clearcutcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B69712D37EC400DA6239 /* clearcutcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = clearcutcommand.h; path = source/commands/clearcutcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B69812D37EC400DA6239 /* cluster.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cluster.cpp; path = source/cluster.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B69912D37EC400DA6239 /* cluster.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = cluster.hpp; path = source/cluster.hpp; sourceTree = SOURCE_ROOT; }; + A7E9B69A12D37EC400DA6239 /* clusterclassic.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = clusterclassic.cpp; path = source/clusterclassic.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B69B12D37EC400DA6239 /* clusterclassic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = clusterclassic.h; path = source/clusterclassic.h; sourceTree = SOURCE_ROOT; }; + A7E9B69C12D37EC400DA6239 /* clustercommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = clustercommand.cpp; path = source/commands/clustercommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B69D12D37EC400DA6239 /* clustercommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = clustercommand.h; path = source/commands/clustercommand.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + A7E9B69E12D37EC400DA6239 /* clusterdoturcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = clusterdoturcommand.cpp; path = source/commands/clusterdoturcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B69F12D37EC400DA6239 /* clusterdoturcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = clusterdoturcommand.h; path = source/commands/clusterdoturcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B6A012D37EC400DA6239 /* clusterfragmentscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = clusterfragmentscommand.cpp; path = source/commands/clusterfragmentscommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6A112D37EC400DA6239 /* clusterfragmentscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = clusterfragmentscommand.h; path = source/commands/clusterfragmentscommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B6A212D37EC400DA6239 /* clustersplitcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = clustersplitcommand.cpp; path = source/commands/clustersplitcommand.cpp; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; + A7E9B6A312D37EC400DA6239 /* clustersplitcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = clustersplitcommand.h; path = source/commands/clustersplitcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B6A412D37EC400DA6239 /* cmdargs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = cmdargs.cpp; path = source/clearcut/cmdargs.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6A512D37EC400DA6239 /* cmdargs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = cmdargs.h; path = source/clearcut/cmdargs.h; sourceTree = SOURCE_ROOT; }; + A7E9B6A612D37EC400DA6239 /* collect.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = collect.cpp; path = source/collect.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6A712D37EC400DA6239 /* collect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = collect.h; path = source/collect.h; sourceTree = SOURCE_ROOT; }; + A7E9B6A812D37EC400DA6239 /* collectcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = collectcommand.cpp; path = source/commands/collectcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6A912D37EC400DA6239 /* collectcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = collectcommand.h; path = source/commands/collectcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B6AA12D37EC400DA6239 /* collectdisplay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = collectdisplay.h; path = source/collectdisplay.h; sourceTree = SOURCE_ROOT; }; + A7E9B6AB12D37EC400DA6239 /* collectorscurvedata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = collectorscurvedata.h; path = source/collectorscurvedata.h; sourceTree = SOURCE_ROOT; }; + A7E9B6AC12D37EC400DA6239 /* collectsharedcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = collectsharedcommand.cpp; path = source/commands/collectsharedcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6AD12D37EC400DA6239 /* collectsharedcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = collectsharedcommand.h; path = source/commands/collectsharedcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B6AE12D37EC400DA6239 /* command.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = command.hpp; path = source/commands/command.hpp; sourceTree = SOURCE_ROOT; }; A7E9B6AF12D37EC400DA6239 /* commandfactory.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = commandfactory.cpp; path = source/commandfactory.cpp; sourceTree = ""; }; A7E9B6B012D37EC400DA6239 /* commandfactory.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = commandfactory.hpp; path = source/commandfactory.hpp; sourceTree = ""; }; A7E9B6B112D37EC400DA6239 /* commandoptionparser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = commandoptionparser.cpp; path = source/commandoptionparser.cpp; sourceTree = ""; }; A7E9B6B212D37EC400DA6239 /* commandoptionparser.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = commandoptionparser.hpp; path = source/commandoptionparser.hpp; sourceTree = ""; }; - A7E9B6B312D37EC400DA6239 /* common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = common.h; path = source/clearcut/common.h; sourceTree = ""; }; + A7E9B6B312D37EC400DA6239 /* common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = common.h; path = source/clearcut/common.h; sourceTree = SOURCE_ROOT; }; A7E9B6B512D37EC400DA6239 /* consensus.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = consensus.cpp; path = source/consensus.cpp; sourceTree = ""; }; A7E9B6B612D37EC400DA6239 /* consensus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = consensus.h; path = source/consensus.h; sourceTree = ""; }; - A7E9B6B712D37EC400DA6239 /* consensusseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = consensusseqscommand.cpp; path = source/commands/consensusseqscommand.cpp; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; - A7E9B6B812D37EC400DA6239 /* consensusseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = consensusseqscommand.h; path = source/commands/consensusseqscommand.h; sourceTree = ""; }; - A7E9B6B912D37EC400DA6239 /* corraxescommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = corraxescommand.cpp; path = source/commands/corraxescommand.cpp; sourceTree = ""; }; - A7E9B6BA12D37EC400DA6239 /* corraxescommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = corraxescommand.h; path = source/commands/corraxescommand.h; sourceTree = ""; }; - A7E9B6BB12D37EC400DA6239 /* coverage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = coverage.cpp; path = source/calculators/coverage.cpp; sourceTree = ""; }; - A7E9B6BC12D37EC400DA6239 /* coverage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = coverage.h; path = source/calculators/coverage.h; sourceTree = ""; }; - A7E9B6BD12D37EC400DA6239 /* database.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = database.cpp; path = source/datastructures/database.cpp; sourceTree = ""; }; - A7E9B6BE12D37EC400DA6239 /* database.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = database.hpp; path = source/datastructures/database.hpp; sourceTree = ""; }; - A7E9B6BF12D37EC400DA6239 /* datavector.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = datavector.hpp; path = source/datastructures/datavector.hpp; sourceTree = ""; }; - A7E9B6C012D37EC400DA6239 /* dayhoff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dayhoff.h; path = source/calculators/dayhoff.h; sourceTree = ""; }; - A7E9B6C112D37EC400DA6239 /* decalc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = decalc.cpp; path = source/chimera/decalc.cpp; sourceTree = ""; }; - A7E9B6C212D37EC400DA6239 /* decalc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = decalc.h; path = source/chimera/decalc.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; - A7E9B6C312D37EC400DA6239 /* deconvolutecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = deconvolutecommand.cpp; path = source/commands/deconvolutecommand.cpp; sourceTree = ""; }; - A7E9B6C412D37EC400DA6239 /* deconvolutecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = deconvolutecommand.h; path = source/commands/deconvolutecommand.h; sourceTree = ""; }; - A7E9B6C512D37EC400DA6239 /* degapseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = degapseqscommand.cpp; path = source/commands/degapseqscommand.cpp; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; - A7E9B6C612D37EC400DA6239 /* degapseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = degapseqscommand.h; path = source/commands/degapseqscommand.h; sourceTree = ""; }; - A7E9B6C712D37EC400DA6239 /* deuniqueseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = deuniqueseqscommand.cpp; path = source/commands/deuniqueseqscommand.cpp; sourceTree = ""; }; - A7E9B6C812D37EC400DA6239 /* deuniqueseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = deuniqueseqscommand.h; path = source/commands/deuniqueseqscommand.h; sourceTree = ""; }; + A7E9B6B712D37EC400DA6239 /* consensusseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = consensusseqscommand.cpp; path = source/commands/consensusseqscommand.cpp; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; + A7E9B6B812D37EC400DA6239 /* consensusseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = consensusseqscommand.h; path = source/commands/consensusseqscommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B6B912D37EC400DA6239 /* corraxescommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = corraxescommand.cpp; path = source/commands/corraxescommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6BA12D37EC400DA6239 /* corraxescommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = corraxescommand.h; path = source/commands/corraxescommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B6BB12D37EC400DA6239 /* coverage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = coverage.cpp; path = source/calculators/coverage.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6BC12D37EC400DA6239 /* coverage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = coverage.h; path = source/calculators/coverage.h; sourceTree = SOURCE_ROOT; }; + A7E9B6BD12D37EC400DA6239 /* database.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = database.cpp; path = source/datastructures/database.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6BE12D37EC400DA6239 /* database.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = database.hpp; path = source/datastructures/database.hpp; sourceTree = SOURCE_ROOT; }; + A7E9B6BF12D37EC400DA6239 /* datavector.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = datavector.hpp; path = source/datastructures/datavector.hpp; sourceTree = SOURCE_ROOT; }; + A7E9B6C012D37EC400DA6239 /* dayhoff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dayhoff.h; path = source/calculators/dayhoff.h; sourceTree = SOURCE_ROOT; }; + A7E9B6C112D37EC400DA6239 /* decalc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = decalc.cpp; path = source/chimera/decalc.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6C212D37EC400DA6239 /* decalc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = decalc.h; path = source/chimera/decalc.h; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + A7E9B6C312D37EC400DA6239 /* deconvolutecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = deconvolutecommand.cpp; path = source/commands/deconvolutecommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6C412D37EC400DA6239 /* deconvolutecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = deconvolutecommand.h; path = source/commands/deconvolutecommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B6C512D37EC400DA6239 /* degapseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = degapseqscommand.cpp; path = source/commands/degapseqscommand.cpp; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; + A7E9B6C612D37EC400DA6239 /* degapseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = degapseqscommand.h; path = source/commands/degapseqscommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B6C712D37EC400DA6239 /* deuniqueseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = deuniqueseqscommand.cpp; path = source/commands/deuniqueseqscommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6C812D37EC400DA6239 /* deuniqueseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = deuniqueseqscommand.h; path = source/commands/deuniqueseqscommand.h; sourceTree = SOURCE_ROOT; }; A7E9B6C912D37EC400DA6239 /* display.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = display.h; path = source/display.h; sourceTree = ""; }; - A7E9B6CA12D37EC400DA6239 /* dist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dist.h; path = source/calculators/dist.h; sourceTree = ""; }; - A7E9B6CB12D37EC400DA6239 /* distancecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = distancecommand.cpp; path = source/commands/distancecommand.cpp; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; - A7E9B6CC12D37EC400DA6239 /* distancecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = distancecommand.h; path = source/commands/distancecommand.h; sourceTree = ""; }; - A7E9B6CD12D37EC400DA6239 /* distancedb.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = distancedb.cpp; path = source/datastructures/distancedb.cpp; sourceTree = ""; }; - A7E9B6CE12D37EC400DA6239 /* distancedb.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = distancedb.hpp; path = source/datastructures/distancedb.hpp; sourceTree = ""; }; - A7E9B6CF12D37EC400DA6239 /* distclearcut.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = distclearcut.cpp; path = source/clearcut/distclearcut.cpp; sourceTree = ""; }; - A7E9B6D012D37EC400DA6239 /* distclearcut.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = distclearcut.h; path = source/clearcut/distclearcut.h; sourceTree = ""; }; + A7E9B6CA12D37EC400DA6239 /* dist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dist.h; path = source/calculators/dist.h; sourceTree = SOURCE_ROOT; }; + A7E9B6CB12D37EC400DA6239 /* distancecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = distancecommand.cpp; path = source/commands/distancecommand.cpp; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; + A7E9B6CC12D37EC400DA6239 /* distancecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = distancecommand.h; path = source/commands/distancecommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B6CD12D37EC400DA6239 /* distancedb.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = distancedb.cpp; path = source/datastructures/distancedb.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6CE12D37EC400DA6239 /* distancedb.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = distancedb.hpp; path = source/datastructures/distancedb.hpp; sourceTree = SOURCE_ROOT; }; + A7E9B6CF12D37EC400DA6239 /* distclearcut.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = distclearcut.cpp; path = source/clearcut/distclearcut.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6D012D37EC400DA6239 /* distclearcut.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = distclearcut.h; path = source/clearcut/distclearcut.h; sourceTree = SOURCE_ROOT; }; A7E9B6D112D37EC400DA6239 /* dlibshuff.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = dlibshuff.cpp; path = source/dlibshuff.cpp; sourceTree = ""; }; A7E9B6D212D37EC400DA6239 /* dlibshuff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dlibshuff.h; path = source/dlibshuff.h; sourceTree = ""; }; - A7E9B6D312D37EC400DA6239 /* dmat.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = dmat.cpp; path = source/clearcut/dmat.cpp; sourceTree = ""; }; - A7E9B6D412D37EC400DA6239 /* dmat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dmat.h; path = source/clearcut/dmat.h; sourceTree = ""; }; - A7E9B6D512D37EC400DA6239 /* eachgapdist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = eachgapdist.h; path = source/calculators/eachgapdist.h; sourceTree = ""; }; - A7E9B6D612D37EC400DA6239 /* eachgapignore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = eachgapignore.h; path = source/calculators/eachgapignore.h; sourceTree = ""; }; - A7E9B6D712D37EC400DA6239 /* efron.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = efron.cpp; path = source/calculators/efron.cpp; sourceTree = ""; }; - A7E9B6D812D37EC400DA6239 /* efron.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = efron.h; path = source/calculators/efron.h; sourceTree = ""; }; + A7E9B6D312D37EC400DA6239 /* dmat.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = dmat.cpp; path = source/clearcut/dmat.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6D412D37EC400DA6239 /* dmat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dmat.h; path = source/clearcut/dmat.h; sourceTree = SOURCE_ROOT; }; + A7E9B6D512D37EC400DA6239 /* eachgapdist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = eachgapdist.h; path = source/calculators/eachgapdist.h; sourceTree = SOURCE_ROOT; }; + A7E9B6D612D37EC400DA6239 /* eachgapignore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = eachgapignore.h; path = source/calculators/eachgapignore.h; sourceTree = SOURCE_ROOT; }; + A7E9B6D712D37EC400DA6239 /* efron.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = efron.cpp; path = source/calculators/efron.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6D812D37EC400DA6239 /* efron.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = efron.h; path = source/calculators/efron.h; sourceTree = SOURCE_ROOT; }; A7E9B6D912D37EC400DA6239 /* endiannessmacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = endiannessmacros.h; path = source/endiannessmacros.h; sourceTree = ""; }; A7E9B6DA12D37EC400DA6239 /* engine.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = engine.cpp; path = source/engine.cpp; sourceTree = ""; }; A7E9B6DB12D37EC400DA6239 /* engine.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = engine.hpp; path = source/engine.hpp; sourceTree = ""; }; - A7E9B6DC12D37EC400DA6239 /* fasta.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fasta.cpp; path = source/clearcut/fasta.cpp; sourceTree = ""; }; - A7E9B6DD12D37EC400DA6239 /* fasta.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fasta.h; path = source/clearcut/fasta.h; sourceTree = ""; }; - A7E9B6DE12D37EC400DA6239 /* fastamap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fastamap.cpp; path = source/datastructures/fastamap.cpp; sourceTree = ""; }; - A7E9B6DF12D37EC400DA6239 /* fastamap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fastamap.h; path = source/datastructures/fastamap.h; sourceTree = ""; }; + A7E9B6DC12D37EC400DA6239 /* fasta.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fasta.cpp; path = source/clearcut/fasta.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6DD12D37EC400DA6239 /* fasta.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fasta.h; path = source/clearcut/fasta.h; sourceTree = SOURCE_ROOT; }; + A7E9B6DE12D37EC400DA6239 /* fastamap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fastamap.cpp; path = source/datastructures/fastamap.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6DF12D37EC400DA6239 /* fastamap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fastamap.h; path = source/datastructures/fastamap.h; sourceTree = SOURCE_ROOT; }; A7E9B6E012D37EC400DA6239 /* fileoutput.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fileoutput.cpp; path = source/fileoutput.cpp; sourceTree = ""; }; A7E9B6E112D37EC400DA6239 /* fileoutput.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fileoutput.h; path = source/fileoutput.h; sourceTree = ""; }; - A7E9B6E212D37EC400DA6239 /* filters.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = filters.h; path = source/calculators/filters.h; sourceTree = ""; }; - A7E9B6E312D37EC400DA6239 /* filterseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = filterseqscommand.cpp; path = source/commands/filterseqscommand.cpp; sourceTree = ""; }; - A7E9B6E412D37EC400DA6239 /* filterseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = filterseqscommand.h; path = source/commands/filterseqscommand.h; sourceTree = ""; }; - A7E9B6E712D37EC400DA6239 /* flowdata.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = flowdata.cpp; path = source/datastructures/flowdata.cpp; sourceTree = ""; }; - A7E9B6E812D37EC400DA6239 /* flowdata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = flowdata.h; path = source/datastructures/flowdata.h; sourceTree = ""; }; - A7E9B6E912D37EC400DA6239 /* formatcolumn.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = formatcolumn.cpp; path = source/read/formatcolumn.cpp; sourceTree = ""; }; - A7E9B6EA12D37EC400DA6239 /* formatcolumn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = formatcolumn.h; path = source/read/formatcolumn.h; sourceTree = ""; }; - A7E9B6EB12D37EC400DA6239 /* formatmatrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = formatmatrix.h; path = source/read/formatmatrix.h; sourceTree = ""; }; - A7E9B6EC12D37EC400DA6239 /* formatphylip.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = formatphylip.cpp; path = source/read/formatphylip.cpp; sourceTree = ""; }; - A7E9B6ED12D37EC400DA6239 /* formatphylip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = formatphylip.h; path = source/read/formatphylip.h; sourceTree = ""; }; - A7E9B6EE12D37EC400DA6239 /* fullmatrix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fullmatrix.cpp; path = source/datastructures/fullmatrix.cpp; sourceTree = ""; }; - A7E9B6EF12D37EC400DA6239 /* fullmatrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fullmatrix.h; path = source/datastructures/fullmatrix.h; sourceTree = ""; }; - A7E9B6F012D37EC400DA6239 /* geom.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = geom.cpp; path = source/calculators/geom.cpp; sourceTree = ""; }; - A7E9B6F112D37EC400DA6239 /* geom.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = geom.h; path = source/calculators/geom.h; sourceTree = ""; }; - A7E9B6F212D37EC400DA6239 /* getgroupcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = getgroupcommand.cpp; path = source/commands/getgroupcommand.cpp; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; - A7E9B6F312D37EC400DA6239 /* getgroupcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getgroupcommand.h; path = source/commands/getgroupcommand.h; sourceTree = ""; }; - A7E9B6F412D37EC400DA6239 /* getgroupscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getgroupscommand.cpp; path = source/commands/getgroupscommand.cpp; sourceTree = ""; }; - A7E9B6F512D37EC400DA6239 /* getgroupscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getgroupscommand.h; path = source/commands/getgroupscommand.h; sourceTree = ""; }; - A7E9B6F612D37EC400DA6239 /* getlabelcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getlabelcommand.cpp; path = source/commands/getlabelcommand.cpp; sourceTree = ""; }; - A7E9B6F712D37EC400DA6239 /* getlabelcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getlabelcommand.h; path = source/commands/getlabelcommand.h; sourceTree = ""; }; - A7E9B6F812D37EC400DA6239 /* getlineagecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getlineagecommand.cpp; path = source/commands/getlineagecommand.cpp; sourceTree = ""; }; - A7E9B6F912D37EC400DA6239 /* getlineagecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getlineagecommand.h; path = source/commands/getlineagecommand.h; sourceTree = ""; }; - A7E9B6FA12D37EC400DA6239 /* getlistcountcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getlistcountcommand.cpp; path = source/commands/getlistcountcommand.cpp; sourceTree = ""; }; - A7E9B6FB12D37EC400DA6239 /* getlistcountcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getlistcountcommand.h; path = source/commands/getlistcountcommand.h; sourceTree = ""; }; - A7E9B6FC12D37EC400DA6239 /* getopt_long.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getopt_long.cpp; path = source/clearcut/getopt_long.cpp; sourceTree = ""; }; - A7E9B6FD12D37EC400DA6239 /* getopt_long.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getopt_long.h; path = source/clearcut/getopt_long.h; sourceTree = ""; }; - A7E9B6FE12D37EC400DA6239 /* getoturepcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getoturepcommand.cpp; path = source/commands/getoturepcommand.cpp; sourceTree = ""; }; - A7E9B6FF12D37EC400DA6239 /* getoturepcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getoturepcommand.h; path = source/commands/getoturepcommand.h; sourceTree = ""; }; - A7E9B70212D37EC400DA6239 /* getrabundcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = getrabundcommand.cpp; path = source/commands/getrabundcommand.cpp; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; - A7E9B70312D37EC400DA6239 /* getrabundcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getrabundcommand.h; path = source/commands/getrabundcommand.h; sourceTree = ""; }; - A7E9B70412D37EC400DA6239 /* getrelabundcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getrelabundcommand.cpp; path = source/commands/getrelabundcommand.cpp; sourceTree = ""; }; - A7E9B70512D37EC400DA6239 /* getrelabundcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getrelabundcommand.h; path = source/commands/getrelabundcommand.h; sourceTree = ""; }; - A7E9B70612D37EC400DA6239 /* getsabundcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = getsabundcommand.cpp; path = source/commands/getsabundcommand.cpp; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; - A7E9B70712D37EC400DA6239 /* getsabundcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getsabundcommand.h; path = source/commands/getsabundcommand.h; sourceTree = ""; }; - A7E9B70812D37EC400DA6239 /* getseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getseqscommand.cpp; path = source/commands/getseqscommand.cpp; sourceTree = ""; }; - A7E9B70912D37EC400DA6239 /* getseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getseqscommand.h; path = source/commands/getseqscommand.h; sourceTree = ""; }; - A7E9B70A12D37EC400DA6239 /* getsharedotucommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getsharedotucommand.cpp; path = source/commands/getsharedotucommand.cpp; sourceTree = ""; }; - A7E9B70B12D37EC400DA6239 /* getsharedotucommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getsharedotucommand.h; path = source/commands/getsharedotucommand.h; sourceTree = ""; }; - A7E9B70E12D37EC400DA6239 /* goodscoverage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = goodscoverage.cpp; path = source/calculators/goodscoverage.cpp; sourceTree = ""; }; - A7E9B70F12D37EC400DA6239 /* goodscoverage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = goodscoverage.h; path = source/calculators/goodscoverage.h; sourceTree = ""; }; + A7E9B6E212D37EC400DA6239 /* filters.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = filters.h; path = source/calculators/filters.h; sourceTree = SOURCE_ROOT; }; + A7E9B6E312D37EC400DA6239 /* filterseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = filterseqscommand.cpp; path = source/commands/filterseqscommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6E412D37EC400DA6239 /* filterseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = filterseqscommand.h; path = source/commands/filterseqscommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B6E712D37EC400DA6239 /* flowdata.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = flowdata.cpp; path = source/datastructures/flowdata.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6E812D37EC400DA6239 /* flowdata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = flowdata.h; path = source/datastructures/flowdata.h; sourceTree = SOURCE_ROOT; }; + A7E9B6E912D37EC400DA6239 /* formatcolumn.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = formatcolumn.cpp; path = source/read/formatcolumn.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6EA12D37EC400DA6239 /* formatcolumn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = formatcolumn.h; path = source/read/formatcolumn.h; sourceTree = SOURCE_ROOT; }; + A7E9B6EB12D37EC400DA6239 /* formatmatrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = formatmatrix.h; path = source/read/formatmatrix.h; sourceTree = SOURCE_ROOT; }; + A7E9B6EC12D37EC400DA6239 /* formatphylip.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = formatphylip.cpp; path = source/read/formatphylip.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6ED12D37EC400DA6239 /* formatphylip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = formatphylip.h; path = source/read/formatphylip.h; sourceTree = SOURCE_ROOT; }; + A7E9B6EE12D37EC400DA6239 /* fullmatrix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = fullmatrix.cpp; path = source/datastructures/fullmatrix.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6EF12D37EC400DA6239 /* fullmatrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fullmatrix.h; path = source/datastructures/fullmatrix.h; sourceTree = SOURCE_ROOT; }; + A7E9B6F012D37EC400DA6239 /* geom.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = geom.cpp; path = source/calculators/geom.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6F112D37EC400DA6239 /* geom.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = geom.h; path = source/calculators/geom.h; sourceTree = SOURCE_ROOT; }; + A7E9B6F212D37EC400DA6239 /* getgroupcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = getgroupcommand.cpp; path = source/commands/getgroupcommand.cpp; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; + A7E9B6F312D37EC400DA6239 /* getgroupcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getgroupcommand.h; path = source/commands/getgroupcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B6F412D37EC400DA6239 /* getgroupscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getgroupscommand.cpp; path = source/commands/getgroupscommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6F512D37EC400DA6239 /* getgroupscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getgroupscommand.h; path = source/commands/getgroupscommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B6F612D37EC400DA6239 /* getlabelcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getlabelcommand.cpp; path = source/commands/getlabelcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6F712D37EC400DA6239 /* getlabelcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getlabelcommand.h; path = source/commands/getlabelcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B6F812D37EC400DA6239 /* getlineagecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getlineagecommand.cpp; path = source/commands/getlineagecommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6F912D37EC400DA6239 /* getlineagecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getlineagecommand.h; path = source/commands/getlineagecommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B6FA12D37EC400DA6239 /* getlistcountcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getlistcountcommand.cpp; path = source/commands/getlistcountcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6FB12D37EC400DA6239 /* getlistcountcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getlistcountcommand.h; path = source/commands/getlistcountcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B6FC12D37EC400DA6239 /* getopt_long.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getopt_long.cpp; path = source/clearcut/getopt_long.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6FD12D37EC400DA6239 /* getopt_long.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getopt_long.h; path = source/clearcut/getopt_long.h; sourceTree = SOURCE_ROOT; }; + A7E9B6FE12D37EC400DA6239 /* getoturepcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getoturepcommand.cpp; path = source/commands/getoturepcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B6FF12D37EC400DA6239 /* getoturepcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getoturepcommand.h; path = source/commands/getoturepcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B70212D37EC400DA6239 /* getrabundcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = getrabundcommand.cpp; path = source/commands/getrabundcommand.cpp; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; + A7E9B70312D37EC400DA6239 /* getrabundcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getrabundcommand.h; path = source/commands/getrabundcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B70412D37EC400DA6239 /* getrelabundcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getrelabundcommand.cpp; path = source/commands/getrelabundcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B70512D37EC400DA6239 /* getrelabundcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getrelabundcommand.h; path = source/commands/getrelabundcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B70612D37EC400DA6239 /* getsabundcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = getsabundcommand.cpp; path = source/commands/getsabundcommand.cpp; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; + A7E9B70712D37EC400DA6239 /* getsabundcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getsabundcommand.h; path = source/commands/getsabundcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B70812D37EC400DA6239 /* getseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getseqscommand.cpp; path = source/commands/getseqscommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B70912D37EC400DA6239 /* getseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getseqscommand.h; path = source/commands/getseqscommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B70A12D37EC400DA6239 /* getsharedotucommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getsharedotucommand.cpp; path = source/commands/getsharedotucommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B70B12D37EC400DA6239 /* getsharedotucommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getsharedotucommand.h; path = source/commands/getsharedotucommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B70E12D37EC400DA6239 /* goodscoverage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = goodscoverage.cpp; path = source/calculators/goodscoverage.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B70F12D37EC400DA6239 /* goodscoverage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = goodscoverage.h; path = source/calculators/goodscoverage.h; sourceTree = SOURCE_ROOT; }; A7E9B71012D37EC400DA6239 /* gotohoverlap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = gotohoverlap.cpp; path = source/gotohoverlap.cpp; sourceTree = ""; }; A7E9B71112D37EC400DA6239 /* gotohoverlap.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = gotohoverlap.hpp; path = source/gotohoverlap.hpp; sourceTree = ""; }; - A7E9B71212D37EC400DA6239 /* gower.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = gower.cpp; path = source/calculators/gower.cpp; sourceTree = ""; }; - A7E9B71312D37EC400DA6239 /* gower.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = gower.h; path = source/calculators/gower.h; sourceTree = ""; }; - A7E9B71412D37EC400DA6239 /* groupmap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = groupmap.cpp; path = source/datastructures/groupmap.cpp; sourceTree = ""; }; - A7E9B71512D37EC400DA6239 /* groupmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = groupmap.h; path = source/datastructures/groupmap.h; sourceTree = ""; }; - A7E9B71612D37EC400DA6239 /* hamming.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = hamming.cpp; path = source/calculators/hamming.cpp; sourceTree = ""; }; - A7E9B71712D37EC400DA6239 /* hamming.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hamming.h; path = source/calculators/hamming.h; sourceTree = ""; }; - A7E9B71812D37EC400DA6239 /* hcluster.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = hcluster.cpp; path = source/hcluster.cpp; sourceTree = ""; }; - A7E9B71912D37EC400DA6239 /* hcluster.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hcluster.h; path = source/hcluster.h; sourceTree = ""; }; - A7E9B71A12D37EC400DA6239 /* hclustercommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = hclustercommand.cpp; path = source/commands/hclustercommand.cpp; sourceTree = ""; }; - A7E9B71B12D37EC400DA6239 /* hclustercommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 0; name = hclustercommand.h; path = source/commands/hclustercommand.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + A7E9B71212D37EC400DA6239 /* gower.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = gower.cpp; path = source/calculators/gower.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B71312D37EC400DA6239 /* gower.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = gower.h; path = source/calculators/gower.h; sourceTree = SOURCE_ROOT; }; + A7E9B71412D37EC400DA6239 /* groupmap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = groupmap.cpp; path = source/datastructures/groupmap.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B71512D37EC400DA6239 /* groupmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = groupmap.h; path = source/datastructures/groupmap.h; sourceTree = SOURCE_ROOT; }; + A7E9B71612D37EC400DA6239 /* hamming.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = hamming.cpp; path = source/calculators/hamming.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B71712D37EC400DA6239 /* hamming.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hamming.h; path = source/calculators/hamming.h; sourceTree = SOURCE_ROOT; }; A7E9B71C12D37EC400DA6239 /* heatmap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = heatmap.cpp; path = source/heatmap.cpp; sourceTree = ""; }; A7E9B71D12D37EC400DA6239 /* heatmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = heatmap.h; path = source/heatmap.h; sourceTree = ""; }; - A7E9B71E12D37EC400DA6239 /* heatmapcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = heatmapcommand.cpp; path = source/commands/heatmapcommand.cpp; sourceTree = ""; }; - A7E9B71F12D37EC400DA6239 /* heatmapcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = heatmapcommand.h; path = source/commands/heatmapcommand.h; sourceTree = ""; }; + A7E9B71E12D37EC400DA6239 /* heatmapcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = heatmapcommand.cpp; path = source/commands/heatmapcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B71F12D37EC400DA6239 /* heatmapcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = heatmapcommand.h; path = source/commands/heatmapcommand.h; sourceTree = SOURCE_ROOT; }; A7E9B72012D37EC400DA6239 /* heatmapsim.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = heatmapsim.cpp; path = source/heatmapsim.cpp; sourceTree = ""; }; A7E9B72112D37EC400DA6239 /* heatmapsim.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = heatmapsim.h; path = source/heatmapsim.h; sourceTree = ""; }; - A7E9B72212D37EC400DA6239 /* heatmapsimcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = heatmapsimcommand.cpp; path = source/commands/heatmapsimcommand.cpp; sourceTree = ""; }; - A7E9B72312D37EC400DA6239 /* heatmapsimcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = heatmapsimcommand.h; path = source/commands/heatmapsimcommand.h; sourceTree = ""; }; - A7E9B72412D37EC400DA6239 /* heip.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = heip.cpp; path = source/calculators/heip.cpp; sourceTree = ""; }; - A7E9B72512D37EC400DA6239 /* heip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = heip.h; path = source/calculators/heip.h; sourceTree = ""; }; - A7E9B72612D37EC400DA6239 /* hellinger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = hellinger.cpp; path = source/calculators/hellinger.cpp; sourceTree = ""; }; - A7E9B72712D37EC400DA6239 /* hellinger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hellinger.h; path = source/calculators/hellinger.h; sourceTree = ""; }; - A7E9B72812D37EC400DA6239 /* helpcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = helpcommand.cpp; path = source/commands/helpcommand.cpp; sourceTree = ""; }; - A7E9B72912D37EC400DA6239 /* helpcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = helpcommand.h; path = source/commands/helpcommand.h; sourceTree = ""; }; - A7E9B72A12D37EC400DA6239 /* ignoregaps.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ignoregaps.h; path = source/calculators/ignoregaps.h; sourceTree = ""; }; - A7E9B72B12D37EC400DA6239 /* indicatorcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = indicatorcommand.cpp; path = source/commands/indicatorcommand.cpp; sourceTree = ""; }; - A7E9B72C12D37EC400DA6239 /* indicatorcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = indicatorcommand.h; path = source/commands/indicatorcommand.h; sourceTree = ""; }; + A7E9B72212D37EC400DA6239 /* heatmapsimcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = heatmapsimcommand.cpp; path = source/commands/heatmapsimcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B72312D37EC400DA6239 /* heatmapsimcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = heatmapsimcommand.h; path = source/commands/heatmapsimcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B72412D37EC400DA6239 /* heip.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = heip.cpp; path = source/calculators/heip.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B72512D37EC400DA6239 /* heip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = heip.h; path = source/calculators/heip.h; sourceTree = SOURCE_ROOT; }; + A7E9B72612D37EC400DA6239 /* hellinger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = hellinger.cpp; path = source/calculators/hellinger.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B72712D37EC400DA6239 /* hellinger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = hellinger.h; path = source/calculators/hellinger.h; sourceTree = SOURCE_ROOT; }; + A7E9B72812D37EC400DA6239 /* helpcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = helpcommand.cpp; path = source/commands/helpcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B72912D37EC400DA6239 /* helpcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = helpcommand.h; path = source/commands/helpcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B72A12D37EC400DA6239 /* ignoregaps.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ignoregaps.h; path = source/calculators/ignoregaps.h; sourceTree = SOURCE_ROOT; }; + A7E9B72B12D37EC400DA6239 /* indicatorcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = indicatorcommand.cpp; path = source/commands/indicatorcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B72C12D37EC400DA6239 /* indicatorcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = indicatorcommand.h; path = source/commands/indicatorcommand.h; sourceTree = SOURCE_ROOT; }; A7E9B72D12D37EC400DA6239 /* inputdata.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = inputdata.cpp; path = source/inputdata.cpp; sourceTree = ""; }; A7E9B72E12D37EC400DA6239 /* inputdata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = inputdata.h; path = source/inputdata.h; sourceTree = ""; }; - A7E9B72F12D37EC400DA6239 /* invsimpson.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = invsimpson.cpp; path = source/calculators/invsimpson.cpp; sourceTree = ""; }; - A7E9B73012D37EC400DA6239 /* invsimpson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = invsimpson.h; path = source/calculators/invsimpson.h; sourceTree = ""; }; - A7E9B73112D37EC400DA6239 /* jackknife.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jackknife.cpp; path = source/calculators/jackknife.cpp; sourceTree = ""; }; - A7E9B73212D37EC400DA6239 /* jackknife.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = jackknife.h; path = source/calculators/jackknife.h; sourceTree = ""; }; - A7E9B73312D37EC400DA6239 /* kmer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = kmer.cpp; path = source/datastructures/kmer.cpp; sourceTree = ""; }; - A7E9B73412D37EC400DA6239 /* kmer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = kmer.hpp; path = source/datastructures/kmer.hpp; sourceTree = ""; }; - A7E9B73512D37EC400DA6239 /* kmerdb.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = kmerdb.cpp; path = source/datastructures/kmerdb.cpp; sourceTree = ""; }; - A7E9B73612D37EC400DA6239 /* kmerdb.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = kmerdb.hpp; path = source/datastructures/kmerdb.hpp; sourceTree = ""; }; - A7E9B73712D37EC400DA6239 /* knn.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = knn.cpp; path = source/classifier/knn.cpp; sourceTree = ""; }; - A7E9B73812D37EC400DA6239 /* knn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = knn.h; path = source/classifier/knn.h; sourceTree = ""; }; + A7E9B72F12D37EC400DA6239 /* invsimpson.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = invsimpson.cpp; path = source/calculators/invsimpson.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B73012D37EC400DA6239 /* invsimpson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = invsimpson.h; path = source/calculators/invsimpson.h; sourceTree = SOURCE_ROOT; }; + A7E9B73112D37EC400DA6239 /* jackknife.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = jackknife.cpp; path = source/calculators/jackknife.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B73212D37EC400DA6239 /* jackknife.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = jackknife.h; path = source/calculators/jackknife.h; sourceTree = SOURCE_ROOT; }; + A7E9B73312D37EC400DA6239 /* kmer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = kmer.cpp; path = source/datastructures/kmer.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B73412D37EC400DA6239 /* kmer.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = kmer.hpp; path = source/datastructures/kmer.hpp; sourceTree = SOURCE_ROOT; }; + A7E9B73512D37EC400DA6239 /* kmerdb.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = kmerdb.cpp; path = source/datastructures/kmerdb.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B73612D37EC400DA6239 /* kmerdb.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = kmerdb.hpp; path = source/datastructures/kmerdb.hpp; sourceTree = SOURCE_ROOT; }; + A7E9B73712D37EC400DA6239 /* knn.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = knn.cpp; path = source/classifier/knn.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B73812D37EC400DA6239 /* knn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = knn.h; path = source/classifier/knn.h; sourceTree = SOURCE_ROOT; }; A7E9B73912D37EC400DA6239 /* libshuff.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = libshuff.cpp; path = source/libshuff.cpp; sourceTree = ""; }; A7E9B73A12D37EC400DA6239 /* libshuff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libshuff.h; path = source/libshuff.h; sourceTree = ""; }; - A7E9B73B12D37EC400DA6239 /* libshuffcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = libshuffcommand.cpp; path = source/commands/libshuffcommand.cpp; sourceTree = ""; }; - A7E9B73C12D37EC400DA6239 /* libshuffcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libshuffcommand.h; path = source/commands/libshuffcommand.h; sourceTree = ""; }; - A7E9B73D12D37EC400DA6239 /* listseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = listseqscommand.cpp; path = source/commands/listseqscommand.cpp; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; - A7E9B73E12D37EC400DA6239 /* listseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = listseqscommand.h; path = source/commands/listseqscommand.h; sourceTree = ""; }; - A7E9B73F12D37EC400DA6239 /* listvector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = listvector.cpp; path = source/datastructures/listvector.cpp; sourceTree = ""; }; - A7E9B74012D37EC400DA6239 /* listvector.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = listvector.hpp; path = source/datastructures/listvector.hpp; sourceTree = ""; }; - A7E9B74112D37EC400DA6239 /* logsd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = logsd.cpp; path = source/calculators/logsd.cpp; sourceTree = ""; }; - A7E9B74212D37EC400DA6239 /* logsd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = logsd.h; path = source/calculators/logsd.h; sourceTree = ""; }; - A7E9B74312D37EC400DA6239 /* makegroupcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = makegroupcommand.cpp; path = source/commands/makegroupcommand.cpp; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; - A7E9B74412D37EC400DA6239 /* makegroupcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = makegroupcommand.h; path = source/commands/makegroupcommand.h; sourceTree = ""; }; - A7E9B74512D37EC400DA6239 /* maligner.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = maligner.cpp; path = source/chimera/maligner.cpp; sourceTree = ""; }; - A7E9B74612D37EC400DA6239 /* maligner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = maligner.h; path = source/chimera/maligner.h; sourceTree = ""; }; - A7E9B74712D37EC400DA6239 /* manhattan.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = manhattan.cpp; path = source/calculators/manhattan.cpp; sourceTree = ""; }; - A7E9B74812D37EC400DA6239 /* manhattan.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = manhattan.h; path = source/calculators/manhattan.h; sourceTree = ""; }; - A7E9B74912D37EC400DA6239 /* matrixoutputcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = matrixoutputcommand.cpp; path = source/commands/matrixoutputcommand.cpp; sourceTree = ""; }; - A7E9B74A12D37EC400DA6239 /* matrixoutputcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = matrixoutputcommand.h; path = source/commands/matrixoutputcommand.h; sourceTree = ""; }; - A7E9B74B12D37EC400DA6239 /* memchi2.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = memchi2.cpp; path = source/calculators/memchi2.cpp; sourceTree = ""; }; - A7E9B74C12D37EC400DA6239 /* memchi2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = memchi2.h; path = source/calculators/memchi2.h; sourceTree = ""; }; - A7E9B74D12D37EC400DA6239 /* memchord.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = memchord.cpp; path = source/calculators/memchord.cpp; sourceTree = ""; }; - A7E9B74E12D37EC400DA6239 /* memchord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = memchord.h; path = source/calculators/memchord.h; sourceTree = ""; }; - A7E9B74F12D37EC400DA6239 /* memeuclidean.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = memeuclidean.cpp; path = source/calculators/memeuclidean.cpp; sourceTree = ""; }; - A7E9B75012D37EC400DA6239 /* memeuclidean.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = memeuclidean.h; path = source/calculators/memeuclidean.h; sourceTree = ""; }; - A7E9B75112D37EC400DA6239 /* mempearson.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mempearson.cpp; path = source/calculators/mempearson.cpp; sourceTree = ""; }; - A7E9B75212D37EC400DA6239 /* mempearson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mempearson.h; path = source/calculators/mempearson.h; sourceTree = ""; }; - A7E9B75312D37EC400DA6239 /* mergefilecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mergefilecommand.cpp; path = source/commands/mergefilecommand.cpp; sourceTree = ""; }; - A7E9B75412D37EC400DA6239 /* mergefilecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mergefilecommand.h; path = source/commands/mergefilecommand.h; sourceTree = ""; }; - A7E9B75712D37EC400DA6239 /* metastatscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = metastatscommand.cpp; path = source/commands/metastatscommand.cpp; sourceTree = ""; }; - A7E9B75812D37EC400DA6239 /* metastatscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = metastatscommand.h; path = source/commands/metastatscommand.h; sourceTree = ""; }; - A7E9B75912D37EC400DA6239 /* mgclustercommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mgclustercommand.cpp; path = source/commands/mgclustercommand.cpp; sourceTree = ""; }; - A7E9B75A12D37EC400DA6239 /* mgclustercommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mgclustercommand.h; path = source/commands/mgclustercommand.h; sourceTree = ""; }; + A7E9B73B12D37EC400DA6239 /* libshuffcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = libshuffcommand.cpp; path = source/commands/libshuffcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B73C12D37EC400DA6239 /* libshuffcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = libshuffcommand.h; path = source/commands/libshuffcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B73D12D37EC400DA6239 /* listseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = listseqscommand.cpp; path = source/commands/listseqscommand.cpp; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; + A7E9B73E12D37EC400DA6239 /* listseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = listseqscommand.h; path = source/commands/listseqscommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B73F12D37EC400DA6239 /* listvector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = listvector.cpp; path = source/datastructures/listvector.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B74012D37EC400DA6239 /* listvector.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = listvector.hpp; path = source/datastructures/listvector.hpp; sourceTree = SOURCE_ROOT; }; + A7E9B74112D37EC400DA6239 /* logsd.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = logsd.cpp; path = source/calculators/logsd.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B74212D37EC400DA6239 /* logsd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = logsd.h; path = source/calculators/logsd.h; sourceTree = SOURCE_ROOT; }; + A7E9B74312D37EC400DA6239 /* makegroupcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; lineEnding = 0; name = makegroupcommand.cpp; path = source/commands/makegroupcommand.cpp; sourceTree = SOURCE_ROOT; xcLanguageSpecificationIdentifier = xcode.lang.cpp; }; + A7E9B74412D37EC400DA6239 /* makegroupcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = makegroupcommand.h; path = source/commands/makegroupcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B74512D37EC400DA6239 /* maligner.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = maligner.cpp; path = source/chimera/maligner.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B74612D37EC400DA6239 /* maligner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = maligner.h; path = source/chimera/maligner.h; sourceTree = SOURCE_ROOT; }; + A7E9B74712D37EC400DA6239 /* manhattan.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = manhattan.cpp; path = source/calculators/manhattan.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B74812D37EC400DA6239 /* manhattan.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = manhattan.h; path = source/calculators/manhattan.h; sourceTree = SOURCE_ROOT; }; + A7E9B74912D37EC400DA6239 /* matrixoutputcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = matrixoutputcommand.cpp; path = source/commands/matrixoutputcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B74A12D37EC400DA6239 /* matrixoutputcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = matrixoutputcommand.h; path = source/commands/matrixoutputcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B74B12D37EC400DA6239 /* memchi2.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = memchi2.cpp; path = source/calculators/memchi2.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B74C12D37EC400DA6239 /* memchi2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = memchi2.h; path = source/calculators/memchi2.h; sourceTree = SOURCE_ROOT; }; + A7E9B74D12D37EC400DA6239 /* memchord.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = memchord.cpp; path = source/calculators/memchord.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B74E12D37EC400DA6239 /* memchord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = memchord.h; path = source/calculators/memchord.h; sourceTree = SOURCE_ROOT; }; + A7E9B74F12D37EC400DA6239 /* memeuclidean.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = memeuclidean.cpp; path = source/calculators/memeuclidean.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B75012D37EC400DA6239 /* memeuclidean.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = memeuclidean.h; path = source/calculators/memeuclidean.h; sourceTree = SOURCE_ROOT; }; + A7E9B75112D37EC400DA6239 /* mempearson.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mempearson.cpp; path = source/calculators/mempearson.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B75212D37EC400DA6239 /* mempearson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mempearson.h; path = source/calculators/mempearson.h; sourceTree = SOURCE_ROOT; }; + A7E9B75312D37EC400DA6239 /* mergefilecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mergefilecommand.cpp; path = source/commands/mergefilecommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B75412D37EC400DA6239 /* mergefilecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mergefilecommand.h; path = source/commands/mergefilecommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B75712D37EC400DA6239 /* metastatscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = metastatscommand.cpp; path = source/commands/metastatscommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B75812D37EC400DA6239 /* metastatscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = metastatscommand.h; path = source/commands/metastatscommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B75912D37EC400DA6239 /* mgclustercommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mgclustercommand.cpp; path = source/commands/mgclustercommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B75A12D37EC400DA6239 /* mgclustercommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mgclustercommand.h; path = source/commands/mgclustercommand.h; sourceTree = SOURCE_ROOT; }; A7E9B75B12D37EC400DA6239 /* mothur.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mothur.cpp; path = source/mothur.cpp; sourceTree = ""; }; A7E9B75C12D37EC400DA6239 /* mothur.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mothur.h; path = source/mothur.h; sourceTree = ""; }; A7E9B75D12D37EC400DA6239 /* mothurout.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mothurout.cpp; path = source/mothurout.cpp; sourceTree = ""; }; A7E9B75E12D37EC400DA6239 /* mothurout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mothurout.h; path = source/mothurout.h; sourceTree = ""; }; - A7E9B75F12D37EC400DA6239 /* nameassignment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = nameassignment.cpp; path = source/datastructures/nameassignment.cpp; sourceTree = ""; }; - A7E9B76012D37EC400DA6239 /* nameassignment.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = nameassignment.hpp; path = source/datastructures/nameassignment.hpp; sourceTree = ""; }; + A7E9B75F12D37EC400DA6239 /* nameassignment.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = nameassignment.cpp; path = source/datastructures/nameassignment.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B76012D37EC400DA6239 /* nameassignment.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = nameassignment.hpp; path = source/datastructures/nameassignment.hpp; sourceTree = SOURCE_ROOT; }; A7E9B76112D37EC400DA6239 /* nast.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = nast.cpp; path = source/nast.cpp; sourceTree = ""; }; A7E9B76212D37EC400DA6239 /* nast.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = nast.hpp; path = source/nast.hpp; sourceTree = ""; }; A7E9B76312D37EC400DA6239 /* nastreport.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = nastreport.cpp; path = source/nastreport.cpp; sourceTree = ""; }; @@ -1278,293 +1291,291 @@ A7E9B76612D37EC400DA6239 /* needlemanoverlap.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = needlemanoverlap.hpp; path = source/needlemanoverlap.hpp; sourceTree = ""; }; A7E9B76712D37EC400DA6239 /* noalign.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = noalign.cpp; path = source/noalign.cpp; sourceTree = ""; }; A7E9B76812D37EC400DA6239 /* noalign.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = noalign.hpp; path = source/noalign.hpp; sourceTree = ""; }; - A7E9B76912D37EC400DA6239 /* nocommands.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = nocommands.cpp; path = source/commands/nocommands.cpp; sourceTree = ""; }; - A7E9B76A12D37EC400DA6239 /* nocommands.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = nocommands.h; path = source/commands/nocommands.h; sourceTree = ""; }; - A7E9B76B12D37EC400DA6239 /* normalizesharedcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = normalizesharedcommand.cpp; path = source/commands/normalizesharedcommand.cpp; sourceTree = ""; }; - A7E9B76C12D37EC400DA6239 /* normalizesharedcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = normalizesharedcommand.h; path = source/commands/normalizesharedcommand.h; sourceTree = ""; }; - A7E9B76D12D37EC400DA6239 /* npshannon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = npshannon.cpp; path = source/calculators/npshannon.cpp; sourceTree = ""; }; - A7E9B76E12D37EC400DA6239 /* npshannon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = npshannon.h; path = source/calculators/npshannon.h; sourceTree = ""; }; - A7E9B76F12D37EC400DA6239 /* nseqs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = nseqs.h; path = source/calculators/nseqs.h; sourceTree = ""; }; + A7E9B76912D37EC400DA6239 /* nocommands.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = nocommands.cpp; path = source/commands/nocommands.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B76A12D37EC400DA6239 /* nocommands.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = nocommands.h; path = source/commands/nocommands.h; sourceTree = SOURCE_ROOT; }; + A7E9B76B12D37EC400DA6239 /* normalizesharedcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = normalizesharedcommand.cpp; path = source/commands/normalizesharedcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B76C12D37EC400DA6239 /* normalizesharedcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = normalizesharedcommand.h; path = source/commands/normalizesharedcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B76D12D37EC400DA6239 /* npshannon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = npshannon.cpp; path = source/calculators/npshannon.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B76E12D37EC400DA6239 /* npshannon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = npshannon.h; path = source/calculators/npshannon.h; sourceTree = SOURCE_ROOT; }; + A7E9B76F12D37EC400DA6239 /* nseqs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = nseqs.h; path = source/calculators/nseqs.h; sourceTree = SOURCE_ROOT; }; A7E9B77012D37EC400DA6239 /* observable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = observable.h; path = source/observable.h; sourceTree = ""; }; - A7E9B77112D37EC400DA6239 /* odum.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = odum.cpp; path = source/calculators/odum.cpp; sourceTree = ""; }; - A7E9B77212D37EC400DA6239 /* odum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = odum.h; path = source/calculators/odum.h; sourceTree = ""; }; - A7E9B77312D37EC400DA6239 /* onegapdist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = onegapdist.h; path = source/calculators/onegapdist.h; sourceTree = ""; }; - A7E9B77412D37EC400DA6239 /* onegapignore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = onegapignore.h; path = source/calculators/onegapignore.h; sourceTree = ""; }; + A7E9B77112D37EC400DA6239 /* odum.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = odum.cpp; path = source/calculators/odum.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B77212D37EC400DA6239 /* odum.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = odum.h; path = source/calculators/odum.h; sourceTree = SOURCE_ROOT; }; + A7E9B77312D37EC400DA6239 /* onegapdist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = onegapdist.h; path = source/calculators/onegapdist.h; sourceTree = SOURCE_ROOT; }; + A7E9B77412D37EC400DA6239 /* onegapignore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = onegapignore.h; path = source/calculators/onegapignore.h; sourceTree = SOURCE_ROOT; }; A7E9B77512D37EC400DA6239 /* optionparser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = optionparser.cpp; path = source/optionparser.cpp; sourceTree = ""; }; A7E9B77612D37EC400DA6239 /* optionparser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = optionparser.h; path = source/optionparser.h; sourceTree = ""; }; - A7E9B77712D37EC400DA6239 /* ordervector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ordervector.cpp; path = source/datastructures/ordervector.cpp; sourceTree = ""; }; - A7E9B77812D37EC400DA6239 /* ordervector.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = ordervector.hpp; path = source/datastructures/ordervector.hpp; sourceTree = ""; }; - A7E9B77912D37EC400DA6239 /* otuhierarchycommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = otuhierarchycommand.cpp; path = source/commands/otuhierarchycommand.cpp; sourceTree = ""; }; - A7E9B77A12D37EC400DA6239 /* otuhierarchycommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = otuhierarchycommand.h; path = source/commands/otuhierarchycommand.h; sourceTree = ""; }; + A7E9B77712D37EC400DA6239 /* ordervector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = ordervector.cpp; path = source/datastructures/ordervector.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B77812D37EC400DA6239 /* ordervector.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = ordervector.hpp; path = source/datastructures/ordervector.hpp; sourceTree = SOURCE_ROOT; }; + A7E9B77912D37EC400DA6239 /* otuhierarchycommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = otuhierarchycommand.cpp; path = source/commands/otuhierarchycommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B77A12D37EC400DA6239 /* otuhierarchycommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = otuhierarchycommand.h; path = source/commands/otuhierarchycommand.h; sourceTree = SOURCE_ROOT; }; A7E9B77B12D37EC400DA6239 /* overlap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = overlap.cpp; path = source/overlap.cpp; sourceTree = ""; }; A7E9B77C12D37EC400DA6239 /* overlap.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = overlap.hpp; path = source/overlap.hpp; sourceTree = ""; }; - A7E9B77D12D37EC400DA6239 /* pairwiseseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pairwiseseqscommand.cpp; path = source/commands/pairwiseseqscommand.cpp; sourceTree = ""; }; - A7E9B77E12D37EC400DA6239 /* pairwiseseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pairwiseseqscommand.h; path = source/commands/pairwiseseqscommand.h; sourceTree = ""; }; - A7E9B77F12D37EC400DA6239 /* parsefastaqcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = parsefastaqcommand.cpp; path = source/commands/parsefastaqcommand.cpp; sourceTree = ""; }; - A7E9B78012D37EC400DA6239 /* parsefastaqcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = parsefastaqcommand.h; path = source/commands/parsefastaqcommand.h; sourceTree = ""; }; - A7E9B78112D37EC400DA6239 /* parselistscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = parselistscommand.cpp; path = source/commands/parselistscommand.cpp; sourceTree = ""; }; - A7E9B78212D37EC400DA6239 /* parselistscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = parselistscommand.h; path = source/commands/parselistscommand.h; sourceTree = ""; }; - A7E9B78312D37EC400DA6239 /* parsimony.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = parsimony.cpp; path = source/calculators/parsimony.cpp; sourceTree = ""; }; - A7E9B78412D37EC400DA6239 /* parsimony.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = parsimony.h; path = source/calculators/parsimony.h; sourceTree = ""; }; - A7E9B78512D37EC400DA6239 /* parsimonycommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = parsimonycommand.cpp; path = source/commands/parsimonycommand.cpp; sourceTree = ""; }; - A7E9B78612D37EC400DA6239 /* parsimonycommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = parsimonycommand.h; path = source/commands/parsimonycommand.h; sourceTree = ""; }; - A7E9B78712D37EC400DA6239 /* pcoacommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pcoacommand.cpp; path = source/commands/pcoacommand.cpp; sourceTree = ""; }; - A7E9B78812D37EC400DA6239 /* pcoacommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pcoacommand.h; path = source/commands/pcoacommand.h; sourceTree = ""; }; - A7E9B78B12D37EC400DA6239 /* phylodiversitycommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = phylodiversitycommand.cpp; path = source/commands/phylodiversitycommand.cpp; sourceTree = ""; }; - A7E9B78C12D37EC400DA6239 /* phylodiversitycommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = phylodiversitycommand.h; path = source/commands/phylodiversitycommand.h; sourceTree = ""; }; - A7E9B78D12D37EC400DA6239 /* phylosummary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = phylosummary.cpp; path = source/classifier/phylosummary.cpp; sourceTree = ""; }; - A7E9B78E12D37EC400DA6239 /* phylosummary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = phylosummary.h; path = source/classifier/phylosummary.h; sourceTree = ""; }; - A7E9B78F12D37EC400DA6239 /* phylotree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = phylotree.cpp; path = source/classifier/phylotree.cpp; sourceTree = ""; }; - A7E9B79012D37EC400DA6239 /* phylotree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = phylotree.h; path = source/classifier/phylotree.h; sourceTree = ""; }; - A7E9B79112D37EC400DA6239 /* phylotypecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = phylotypecommand.cpp; path = source/commands/phylotypecommand.cpp; sourceTree = ""; }; - A7E9B79212D37EC400DA6239 /* phylotypecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = phylotypecommand.h; path = source/commands/phylotypecommand.h; sourceTree = ""; }; - A7E9B79312D37EC400DA6239 /* pintail.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pintail.cpp; path = source/chimera/pintail.cpp; sourceTree = ""; }; - A7E9B79412D37EC400DA6239 /* pintail.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pintail.h; path = source/chimera/pintail.h; sourceTree = ""; }; - A7E9B79512D37EC400DA6239 /* pipelinepdscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pipelinepdscommand.cpp; path = source/commands/pipelinepdscommand.cpp; sourceTree = ""; }; - A7E9B79612D37EC400DA6239 /* pipelinepdscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pipelinepdscommand.h; path = source/commands/pipelinepdscommand.h; sourceTree = ""; }; - A7E9B79712D37EC400DA6239 /* preclustercommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = preclustercommand.cpp; path = source/commands/preclustercommand.cpp; sourceTree = ""; }; - A7E9B79812D37EC400DA6239 /* preclustercommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = preclustercommand.h; path = source/commands/preclustercommand.h; sourceTree = ""; }; - A7E9B79912D37EC400DA6239 /* prng.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = prng.cpp; path = source/calculators/prng.cpp; sourceTree = ""; }; - A7E9B79A12D37EC400DA6239 /* prng.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = prng.h; path = source/calculators/prng.h; sourceTree = ""; }; + A7E9B77D12D37EC400DA6239 /* pairwiseseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pairwiseseqscommand.cpp; path = source/commands/pairwiseseqscommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B77E12D37EC400DA6239 /* pairwiseseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pairwiseseqscommand.h; path = source/commands/pairwiseseqscommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B77F12D37EC400DA6239 /* parsefastaqcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = parsefastaqcommand.cpp; path = source/commands/parsefastaqcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B78012D37EC400DA6239 /* parsefastaqcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = parsefastaqcommand.h; path = source/commands/parsefastaqcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B78112D37EC400DA6239 /* parselistscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = parselistscommand.cpp; path = source/commands/parselistscommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B78212D37EC400DA6239 /* parselistscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = parselistscommand.h; path = source/commands/parselistscommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B78312D37EC400DA6239 /* parsimony.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = parsimony.cpp; path = source/calculators/parsimony.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B78412D37EC400DA6239 /* parsimony.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = parsimony.h; path = source/calculators/parsimony.h; sourceTree = SOURCE_ROOT; }; + A7E9B78512D37EC400DA6239 /* parsimonycommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = parsimonycommand.cpp; path = source/commands/parsimonycommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B78612D37EC400DA6239 /* parsimonycommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = parsimonycommand.h; path = source/commands/parsimonycommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B78712D37EC400DA6239 /* pcoacommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pcoacommand.cpp; path = source/commands/pcoacommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B78812D37EC400DA6239 /* pcoacommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pcoacommand.h; path = source/commands/pcoacommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B78B12D37EC400DA6239 /* phylodiversitycommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = phylodiversitycommand.cpp; path = source/commands/phylodiversitycommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B78C12D37EC400DA6239 /* phylodiversitycommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = phylodiversitycommand.h; path = source/commands/phylodiversitycommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B78D12D37EC400DA6239 /* phylosummary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = phylosummary.cpp; path = source/classifier/phylosummary.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B78E12D37EC400DA6239 /* phylosummary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = phylosummary.h; path = source/classifier/phylosummary.h; sourceTree = SOURCE_ROOT; }; + A7E9B78F12D37EC400DA6239 /* phylotree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = phylotree.cpp; path = source/classifier/phylotree.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B79012D37EC400DA6239 /* phylotree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = phylotree.h; path = source/classifier/phylotree.h; sourceTree = SOURCE_ROOT; }; + A7E9B79112D37EC400DA6239 /* phylotypecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = phylotypecommand.cpp; path = source/commands/phylotypecommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B79212D37EC400DA6239 /* phylotypecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = phylotypecommand.h; path = source/commands/phylotypecommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B79312D37EC400DA6239 /* pintail.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pintail.cpp; path = source/chimera/pintail.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B79412D37EC400DA6239 /* pintail.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pintail.h; path = source/chimera/pintail.h; sourceTree = SOURCE_ROOT; }; + A7E9B79712D37EC400DA6239 /* preclustercommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = preclustercommand.cpp; path = source/commands/preclustercommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B79812D37EC400DA6239 /* preclustercommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = preclustercommand.h; path = source/commands/preclustercommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B79912D37EC400DA6239 /* prng.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = prng.cpp; path = source/calculators/prng.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B79A12D37EC400DA6239 /* prng.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = prng.h; path = source/calculators/prng.h; sourceTree = SOURCE_ROOT; }; A7E9B79B12D37EC400DA6239 /* progress.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = progress.cpp; path = source/progress.cpp; sourceTree = ""; }; A7E9B79C12D37EC400DA6239 /* progress.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = progress.hpp; path = source/progress.hpp; sourceTree = ""; }; - A7E9B79D12D37EC400DA6239 /* qstat.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qstat.cpp; path = source/calculators/qstat.cpp; sourceTree = ""; }; - A7E9B79E12D37EC400DA6239 /* qstat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qstat.h; path = source/calculators/qstat.h; sourceTree = ""; }; - A7E9B79F12D37EC400DA6239 /* qualityscores.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qualityscores.cpp; path = source/datastructures/qualityscores.cpp; sourceTree = ""; }; - A7E9B7A012D37EC400DA6239 /* qualityscores.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qualityscores.h; path = source/datastructures/qualityscores.h; sourceTree = ""; }; - A7E9B7A112D37EC400DA6239 /* quitcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = quitcommand.cpp; path = source/commands/quitcommand.cpp; sourceTree = ""; }; - A7E9B7A212D37EC400DA6239 /* quitcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = quitcommand.h; path = source/commands/quitcommand.h; sourceTree = ""; }; - A7E9B7A312D37EC400DA6239 /* rabundvector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = rabundvector.cpp; path = source/datastructures/rabundvector.cpp; sourceTree = ""; }; - A7E9B7A412D37EC400DA6239 /* rabundvector.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = rabundvector.hpp; path = source/datastructures/rabundvector.hpp; sourceTree = ""; }; + A7E9B79D12D37EC400DA6239 /* qstat.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qstat.cpp; path = source/calculators/qstat.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B79E12D37EC400DA6239 /* qstat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qstat.h; path = source/calculators/qstat.h; sourceTree = SOURCE_ROOT; }; + A7E9B79F12D37EC400DA6239 /* qualityscores.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = qualityscores.cpp; path = source/datastructures/qualityscores.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7A012D37EC400DA6239 /* qualityscores.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = qualityscores.h; path = source/datastructures/qualityscores.h; sourceTree = SOURCE_ROOT; }; + A7E9B7A112D37EC400DA6239 /* quitcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = quitcommand.cpp; path = source/commands/quitcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7A212D37EC400DA6239 /* quitcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = quitcommand.h; path = source/commands/quitcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B7A312D37EC400DA6239 /* rabundvector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = rabundvector.cpp; path = source/datastructures/rabundvector.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7A412D37EC400DA6239 /* rabundvector.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = rabundvector.hpp; path = source/datastructures/rabundvector.hpp; sourceTree = SOURCE_ROOT; }; A7E9B7A512D37EC400DA6239 /* rarecalc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = rarecalc.cpp; path = source/rarecalc.cpp; sourceTree = ""; }; A7E9B7A612D37EC400DA6239 /* rarecalc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = rarecalc.h; path = source/rarecalc.h; sourceTree = ""; }; A7E9B7A712D37EC400DA6239 /* raredisplay.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = raredisplay.cpp; path = source/raredisplay.cpp; sourceTree = ""; }; A7E9B7A812D37EC400DA6239 /* raredisplay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = raredisplay.h; path = source/raredisplay.h; sourceTree = ""; }; A7E9B7A912D37EC400DA6239 /* rarefact.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = rarefact.cpp; path = source/rarefact.cpp; sourceTree = ""; }; A7E9B7AA12D37EC400DA6239 /* rarefact.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = rarefact.h; path = source/rarefact.h; sourceTree = ""; }; - A7E9B7AB12D37EC400DA6239 /* rarefactcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = rarefactcommand.cpp; path = source/commands/rarefactcommand.cpp; sourceTree = ""; }; - A7E9B7AC12D37EC400DA6239 /* rarefactcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = rarefactcommand.h; path = source/commands/rarefactcommand.h; sourceTree = ""; }; + A7E9B7AB12D37EC400DA6239 /* rarefactcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = rarefactcommand.cpp; path = source/commands/rarefactcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7AC12D37EC400DA6239 /* rarefactcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = rarefactcommand.h; path = source/commands/rarefactcommand.h; sourceTree = SOURCE_ROOT; }; A7E9B7AD12D37EC400DA6239 /* rarefactioncurvedata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = rarefactioncurvedata.h; path = source/rarefactioncurvedata.h; sourceTree = ""; }; - A7E9B7AE12D37EC400DA6239 /* rarefactsharedcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = rarefactsharedcommand.cpp; path = source/commands/rarefactsharedcommand.cpp; sourceTree = ""; }; - A7E9B7AF12D37EC400DA6239 /* rarefactsharedcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = rarefactsharedcommand.h; path = source/commands/rarefactsharedcommand.h; sourceTree = ""; }; - A7E9B7B012D37EC400DA6239 /* readblast.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = readblast.cpp; path = source/read/readblast.cpp; sourceTree = ""; }; - A7E9B7B112D37EC400DA6239 /* readblast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = readblast.h; path = source/read/readblast.h; sourceTree = ""; }; - A7E9B7B212D37EC400DA6239 /* readcluster.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = readcluster.cpp; path = source/read/readcluster.cpp; sourceTree = ""; }; - A7E9B7B312D37EC400DA6239 /* readcluster.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = readcluster.h; path = source/read/readcluster.h; sourceTree = ""; }; - A7E9B7B412D37EC400DA6239 /* readcolumn.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = readcolumn.cpp; path = source/read/readcolumn.cpp; sourceTree = ""; }; - A7E9B7B512D37EC400DA6239 /* readcolumn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = readcolumn.h; path = source/read/readcolumn.h; sourceTree = ""; }; - A7E9B7B812D37EC400DA6239 /* readmatrix.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = readmatrix.hpp; path = source/read/readmatrix.hpp; sourceTree = ""; }; - A7E9B7BD12D37EC400DA6239 /* readphylip.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = readphylip.cpp; path = source/read/readphylip.cpp; sourceTree = ""; }; - A7E9B7BE12D37EC400DA6239 /* readphylip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = readphylip.h; path = source/read/readphylip.h; sourceTree = ""; }; - A7E9B7BF12D37EC400DA6239 /* readtree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = readtree.cpp; path = source/read/readtree.cpp; sourceTree = ""; }; - A7E9B7C012D37EC400DA6239 /* readtree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = readtree.h; path = source/read/readtree.h; sourceTree = ""; }; - A7E9B7C312D37EC400DA6239 /* removegroupscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = removegroupscommand.cpp; path = source/commands/removegroupscommand.cpp; sourceTree = ""; }; - A7E9B7C412D37EC400DA6239 /* removegroupscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = removegroupscommand.h; path = source/commands/removegroupscommand.h; sourceTree = ""; }; - A7E9B7C512D37EC400DA6239 /* removelineagecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = removelineagecommand.cpp; path = source/commands/removelineagecommand.cpp; sourceTree = ""; }; - A7E9B7C612D37EC400DA6239 /* removelineagecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = removelineagecommand.h; path = source/commands/removelineagecommand.h; sourceTree = ""; }; - A7E9B7C912D37EC400DA6239 /* removeseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = removeseqscommand.cpp; path = source/commands/removeseqscommand.cpp; sourceTree = ""; }; - A7E9B7CA12D37EC400DA6239 /* removeseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = removeseqscommand.h; path = source/commands/removeseqscommand.h; sourceTree = ""; }; - A7E9B7CB12D37EC400DA6239 /* reportfile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = reportfile.cpp; path = source/datastructures/reportfile.cpp; sourceTree = ""; }; - A7E9B7CC12D37EC400DA6239 /* reportfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = reportfile.h; path = source/datastructures/reportfile.h; sourceTree = ""; }; - A7E9B7CD12D37EC400DA6239 /* reversecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = reversecommand.cpp; path = source/commands/reversecommand.cpp; sourceTree = ""; }; - A7E9B7CE12D37EC400DA6239 /* reversecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = reversecommand.h; path = source/commands/reversecommand.h; sourceTree = ""; }; - A7E9B7CF12D37EC400DA6239 /* sabundvector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sabundvector.cpp; path = source/datastructures/sabundvector.cpp; sourceTree = ""; }; - A7E9B7D012D37EC400DA6239 /* sabundvector.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = sabundvector.hpp; path = source/datastructures/sabundvector.hpp; sourceTree = ""; }; - A7E9B7D112D37EC400DA6239 /* screenseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = screenseqscommand.cpp; path = source/commands/screenseqscommand.cpp; sourceTree = ""; }; - A7E9B7D212D37EC400DA6239 /* screenseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = screenseqscommand.h; path = source/commands/screenseqscommand.h; sourceTree = ""; }; - A7E9B7D312D37EC400DA6239 /* secondarystructurecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = secondarystructurecommand.cpp; path = source/commands/secondarystructurecommand.cpp; sourceTree = ""; }; - A7E9B7D412D37EC400DA6239 /* secondarystructurecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = secondarystructurecommand.h; path = source/commands/secondarystructurecommand.h; sourceTree = ""; }; - A7E9B7D512D37EC400DA6239 /* sensspeccommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sensspeccommand.cpp; path = source/commands/sensspeccommand.cpp; sourceTree = ""; }; - A7E9B7D612D37EC400DA6239 /* sensspeccommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sensspeccommand.h; path = source/commands/sensspeccommand.h; sourceTree = ""; }; - A7E9B7D712D37EC400DA6239 /* seqerrorcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = seqerrorcommand.cpp; path = source/commands/seqerrorcommand.cpp; sourceTree = ""; }; - A7E9B7D812D37EC400DA6239 /* seqerrorcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = seqerrorcommand.h; path = source/commands/seqerrorcommand.h; sourceTree = ""; }; - A7E9B7D912D37EC400DA6239 /* seqsummarycommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = seqsummarycommand.cpp; path = source/commands/seqsummarycommand.cpp; sourceTree = ""; }; - A7E9B7DA12D37EC400DA6239 /* seqsummarycommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = seqsummarycommand.h; path = source/commands/seqsummarycommand.h; sourceTree = ""; }; - A7E9B7DB12D37EC400DA6239 /* sequence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sequence.cpp; path = source/datastructures/sequence.cpp; sourceTree = ""; }; - A7E9B7DC12D37EC400DA6239 /* sequence.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = sequence.hpp; path = source/datastructures/sequence.hpp; sourceTree = ""; }; - A7E9B7DD12D37EC400DA6239 /* sequencedb.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sequencedb.cpp; path = source/datastructures/sequencedb.cpp; sourceTree = ""; }; - A7E9B7DE12D37EC400DA6239 /* sequencedb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sequencedb.h; path = source/datastructures/sequencedb.h; sourceTree = ""; }; - A7E9B7DF12D37EC400DA6239 /* setdircommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = setdircommand.cpp; path = source/commands/setdircommand.cpp; sourceTree = ""; }; - A7E9B7E012D37EC400DA6239 /* setdircommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = setdircommand.h; path = source/commands/setdircommand.h; sourceTree = ""; }; - A7E9B7E112D37EC400DA6239 /* setlogfilecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = setlogfilecommand.cpp; path = source/commands/setlogfilecommand.cpp; sourceTree = ""; }; - A7E9B7E212D37EC400DA6239 /* setlogfilecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = setlogfilecommand.h; path = source/commands/setlogfilecommand.h; sourceTree = ""; }; - A7E9B7E312D37EC400DA6239 /* sffinfocommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sffinfocommand.cpp; path = source/commands/sffinfocommand.cpp; sourceTree = ""; }; - A7E9B7E412D37EC400DA6239 /* sffinfocommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sffinfocommand.h; path = source/commands/sffinfocommand.h; sourceTree = ""; }; - A7E9B7E512D37EC400DA6239 /* shannon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = shannon.cpp; path = source/calculators/shannon.cpp; sourceTree = ""; }; - A7E9B7E612D37EC400DA6239 /* shannon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = shannon.h; path = source/calculators/shannon.h; sourceTree = ""; }; - A7E9B7E712D37EC400DA6239 /* shannoneven.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = shannoneven.cpp; path = source/calculators/shannoneven.cpp; sourceTree = ""; }; - A7E9B7E812D37EC400DA6239 /* shannoneven.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = shannoneven.h; path = source/calculators/shannoneven.h; sourceTree = ""; }; - A7E9B7E912D37EC400DA6239 /* sharedace.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedace.cpp; path = source/calculators/sharedace.cpp; sourceTree = ""; }; - A7E9B7EA12D37EC400DA6239 /* sharedace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedace.h; path = source/calculators/sharedace.h; sourceTree = ""; }; - A7E9B7EC12D37EC400DA6239 /* sharedanderbergs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedanderbergs.cpp; path = source/calculators/sharedanderbergs.cpp; sourceTree = ""; }; - A7E9B7ED12D37EC400DA6239 /* sharedanderbergs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedanderbergs.h; path = source/calculators/sharedanderbergs.h; sourceTree = ""; }; - A7E9B7EE12D37EC400DA6239 /* sharedbraycurtis.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedbraycurtis.cpp; path = source/calculators/sharedbraycurtis.cpp; sourceTree = ""; }; - A7E9B7EF12D37EC400DA6239 /* sharedbraycurtis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedbraycurtis.h; path = source/calculators/sharedbraycurtis.h; sourceTree = ""; }; - A7E9B7F012D37EC400DA6239 /* sharedchao1.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedchao1.cpp; path = source/calculators/sharedchao1.cpp; sourceTree = ""; }; - A7E9B7F112D37EC400DA6239 /* sharedchao1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedchao1.h; path = source/calculators/sharedchao1.h; sourceTree = ""; }; - A7E9B7F212D37EC400DA6239 /* sharedcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedcommand.cpp; path = source/commands/sharedcommand.cpp; sourceTree = ""; }; - A7E9B7F312D37EC400DA6239 /* sharedcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedcommand.h; path = source/commands/sharedcommand.h; sourceTree = ""; }; - A7E9B7F412D37EC400DA6239 /* sharedjabund.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedjabund.cpp; path = source/calculators/sharedjabund.cpp; sourceTree = ""; }; - A7E9B7F512D37EC400DA6239 /* sharedjabund.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedjabund.h; path = source/calculators/sharedjabund.h; sourceTree = ""; }; - A7E9B7F612D37EC400DA6239 /* sharedjackknife.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedjackknife.cpp; path = source/calculators/sharedjackknife.cpp; sourceTree = ""; }; - A7E9B7F712D37EC400DA6239 /* sharedjackknife.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedjackknife.h; path = source/calculators/sharedjackknife.h; sourceTree = ""; }; - A7E9B7F812D37EC400DA6239 /* sharedjclass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedjclass.cpp; path = source/calculators/sharedjclass.cpp; sourceTree = ""; }; - A7E9B7F912D37EC400DA6239 /* sharedjclass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedjclass.h; path = source/calculators/sharedjclass.h; sourceTree = ""; }; - A7E9B7FA12D37EC400DA6239 /* sharedjest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedjest.cpp; path = source/calculators/sharedjest.cpp; sourceTree = ""; }; - A7E9B7FB12D37EC400DA6239 /* sharedjest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedjest.h; path = source/calculators/sharedjest.h; sourceTree = ""; }; - A7E9B7FC12D37EC400DA6239 /* sharedkstest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedkstest.cpp; path = source/calculators/sharedkstest.cpp; sourceTree = ""; }; - A7E9B7FD12D37EC400DA6239 /* sharedkstest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedkstest.h; path = source/calculators/sharedkstest.h; sourceTree = ""; }; - A7E9B7FE12D37EC400DA6239 /* sharedkulczynski.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedkulczynski.cpp; path = source/calculators/sharedkulczynski.cpp; sourceTree = ""; }; - A7E9B7FF12D37EC400DA6239 /* sharedkulczynski.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedkulczynski.h; path = source/calculators/sharedkulczynski.h; sourceTree = ""; }; - A7E9B80012D37EC400DA6239 /* sharedkulczynskicody.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedkulczynskicody.cpp; path = source/calculators/sharedkulczynskicody.cpp; sourceTree = ""; }; - A7E9B80112D37EC400DA6239 /* sharedkulczynskicody.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedkulczynskicody.h; path = source/calculators/sharedkulczynskicody.h; sourceTree = ""; }; - A7E9B80212D37EC400DA6239 /* sharedlennon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedlennon.cpp; path = source/calculators/sharedlennon.cpp; sourceTree = ""; }; - A7E9B80312D37EC400DA6239 /* sharedlennon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedlennon.h; path = source/calculators/sharedlennon.h; sourceTree = ""; }; - A7E9B80412D37EC400DA6239 /* sharedlistvector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedlistvector.cpp; path = source/datastructures/sharedlistvector.cpp; sourceTree = ""; }; - A7E9B80512D37EC400DA6239 /* sharedlistvector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedlistvector.h; path = source/datastructures/sharedlistvector.h; sourceTree = ""; }; - A7E9B80612D37EC400DA6239 /* sharedmarczewski.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedmarczewski.cpp; path = source/calculators/sharedmarczewski.cpp; sourceTree = ""; }; - A7E9B80712D37EC400DA6239 /* sharedmarczewski.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedmarczewski.h; path = source/calculators/sharedmarczewski.h; sourceTree = ""; }; - A7E9B80812D37EC400DA6239 /* sharedmorisitahorn.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedmorisitahorn.cpp; path = source/calculators/sharedmorisitahorn.cpp; sourceTree = ""; }; - A7E9B80912D37EC400DA6239 /* sharedmorisitahorn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedmorisitahorn.h; path = source/calculators/sharedmorisitahorn.h; sourceTree = ""; }; - A7E9B80A12D37EC400DA6239 /* sharednseqs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharednseqs.h; path = source/calculators/sharednseqs.h; sourceTree = ""; }; - A7E9B80B12D37EC400DA6239 /* sharedochiai.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedochiai.cpp; path = source/calculators/sharedochiai.cpp; sourceTree = ""; }; - A7E9B80C12D37EC400DA6239 /* sharedochiai.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedochiai.h; path = source/calculators/sharedochiai.h; sourceTree = ""; }; - A7E9B80D12D37EC400DA6239 /* sharedordervector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedordervector.cpp; path = source/datastructures/sharedordervector.cpp; sourceTree = ""; }; - A7E9B80E12D37EC400DA6239 /* sharedordervector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedordervector.h; path = source/datastructures/sharedordervector.h; sourceTree = ""; }; - A7E9B80F12D37EC400DA6239 /* sharedrabundfloatvector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedrabundfloatvector.cpp; path = source/datastructures/sharedrabundfloatvector.cpp; sourceTree = ""; }; - A7E9B81012D37EC400DA6239 /* sharedrabundfloatvector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedrabundfloatvector.h; path = source/datastructures/sharedrabundfloatvector.h; sourceTree = ""; }; - A7E9B81112D37EC400DA6239 /* sharedrabundvector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedrabundvector.cpp; path = source/datastructures/sharedrabundvector.cpp; sourceTree = ""; }; - A7E9B81212D37EC400DA6239 /* sharedrabundvector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedrabundvector.h; path = source/datastructures/sharedrabundvector.h; sourceTree = ""; }; - A7E9B81312D37EC400DA6239 /* sharedsabundvector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedsabundvector.cpp; path = source/datastructures/sharedsabundvector.cpp; sourceTree = ""; }; - A7E9B81412D37EC400DA6239 /* sharedsabundvector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedsabundvector.h; path = source/datastructures/sharedsabundvector.h; sourceTree = ""; }; - A7E9B81512D37EC400DA6239 /* sharedsobs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedsobs.cpp; path = source/calculators/sharedsobs.cpp; sourceTree = ""; }; - A7E9B81612D37EC400DA6239 /* sharedsobs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedsobs.h; path = source/calculators/sharedsobs.h; sourceTree = ""; }; - A7E9B81712D37EC400DA6239 /* sharedsobscollectsummary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedsobscollectsummary.cpp; path = source/calculators/sharedsobscollectsummary.cpp; sourceTree = ""; }; - A7E9B81812D37EC400DA6239 /* sharedsobscollectsummary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedsobscollectsummary.h; path = source/calculators/sharedsobscollectsummary.h; sourceTree = ""; }; - A7E9B81912D37EC400DA6239 /* sharedsorabund.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedsorabund.cpp; path = source/calculators/sharedsorabund.cpp; sourceTree = ""; }; - A7E9B81A12D37EC400DA6239 /* sharedsorabund.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedsorabund.h; path = source/calculators/sharedsorabund.h; sourceTree = ""; }; - A7E9B81B12D37EC400DA6239 /* sharedsorclass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedsorclass.cpp; path = source/calculators/sharedsorclass.cpp; sourceTree = ""; }; - A7E9B81C12D37EC400DA6239 /* sharedsorclass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedsorclass.h; path = source/calculators/sharedsorclass.h; sourceTree = ""; }; - A7E9B81D12D37EC400DA6239 /* sharedsorest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedsorest.cpp; path = source/calculators/sharedsorest.cpp; sourceTree = ""; }; - A7E9B81E12D37EC400DA6239 /* sharedsorest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedsorest.h; path = source/calculators/sharedsorest.h; sourceTree = ""; }; - A7E9B81F12D37EC400DA6239 /* sharedthetan.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedthetan.cpp; path = source/calculators/sharedthetan.cpp; sourceTree = ""; }; - A7E9B82012D37EC400DA6239 /* sharedthetan.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedthetan.h; path = source/calculators/sharedthetan.h; sourceTree = ""; }; - A7E9B82112D37EC400DA6239 /* sharedthetayc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedthetayc.cpp; path = source/calculators/sharedthetayc.cpp; sourceTree = ""; }; - A7E9B82212D37EC400DA6239 /* sharedthetayc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedthetayc.h; path = source/calculators/sharedthetayc.h; sourceTree = ""; }; + A7E9B7AE12D37EC400DA6239 /* rarefactsharedcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = rarefactsharedcommand.cpp; path = source/commands/rarefactsharedcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7AF12D37EC400DA6239 /* rarefactsharedcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = rarefactsharedcommand.h; path = source/commands/rarefactsharedcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B7B012D37EC400DA6239 /* readblast.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = readblast.cpp; path = source/read/readblast.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7B112D37EC400DA6239 /* readblast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = readblast.h; path = source/read/readblast.h; sourceTree = SOURCE_ROOT; }; + A7E9B7B212D37EC400DA6239 /* readcluster.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = readcluster.cpp; path = source/read/readcluster.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7B312D37EC400DA6239 /* readcluster.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = readcluster.h; path = source/read/readcluster.h; sourceTree = SOURCE_ROOT; }; + A7E9B7B412D37EC400DA6239 /* readcolumn.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = readcolumn.cpp; path = source/read/readcolumn.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7B512D37EC400DA6239 /* readcolumn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = readcolumn.h; path = source/read/readcolumn.h; sourceTree = SOURCE_ROOT; }; + A7E9B7B812D37EC400DA6239 /* readmatrix.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = readmatrix.hpp; path = source/read/readmatrix.hpp; sourceTree = SOURCE_ROOT; }; + A7E9B7BD12D37EC400DA6239 /* readphylip.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = readphylip.cpp; path = source/read/readphylip.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7BE12D37EC400DA6239 /* readphylip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = readphylip.h; path = source/read/readphylip.h; sourceTree = SOURCE_ROOT; }; + A7E9B7BF12D37EC400DA6239 /* readtree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = readtree.cpp; path = source/read/readtree.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7C012D37EC400DA6239 /* readtree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = readtree.h; path = source/read/readtree.h; sourceTree = SOURCE_ROOT; }; + A7E9B7C312D37EC400DA6239 /* removegroupscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = removegroupscommand.cpp; path = source/commands/removegroupscommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7C412D37EC400DA6239 /* removegroupscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = removegroupscommand.h; path = source/commands/removegroupscommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B7C512D37EC400DA6239 /* removelineagecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = removelineagecommand.cpp; path = source/commands/removelineagecommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7C612D37EC400DA6239 /* removelineagecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = removelineagecommand.h; path = source/commands/removelineagecommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B7C912D37EC400DA6239 /* removeseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = removeseqscommand.cpp; path = source/commands/removeseqscommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7CA12D37EC400DA6239 /* removeseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = removeseqscommand.h; path = source/commands/removeseqscommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B7CB12D37EC400DA6239 /* reportfile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = reportfile.cpp; path = source/datastructures/reportfile.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7CC12D37EC400DA6239 /* reportfile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = reportfile.h; path = source/datastructures/reportfile.h; sourceTree = SOURCE_ROOT; }; + A7E9B7CD12D37EC400DA6239 /* reversecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = reversecommand.cpp; path = source/commands/reversecommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7CE12D37EC400DA6239 /* reversecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = reversecommand.h; path = source/commands/reversecommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B7CF12D37EC400DA6239 /* sabundvector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sabundvector.cpp; path = source/datastructures/sabundvector.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7D012D37EC400DA6239 /* sabundvector.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = sabundvector.hpp; path = source/datastructures/sabundvector.hpp; sourceTree = SOURCE_ROOT; }; + A7E9B7D112D37EC400DA6239 /* screenseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = screenseqscommand.cpp; path = source/commands/screenseqscommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7D212D37EC400DA6239 /* screenseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = screenseqscommand.h; path = source/commands/screenseqscommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B7D312D37EC400DA6239 /* secondarystructurecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = secondarystructurecommand.cpp; path = source/commands/secondarystructurecommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7D412D37EC400DA6239 /* secondarystructurecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = secondarystructurecommand.h; path = source/commands/secondarystructurecommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B7D512D37EC400DA6239 /* sensspeccommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sensspeccommand.cpp; path = source/commands/sensspeccommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7D612D37EC400DA6239 /* sensspeccommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sensspeccommand.h; path = source/commands/sensspeccommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B7D712D37EC400DA6239 /* seqerrorcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = seqerrorcommand.cpp; path = source/commands/seqerrorcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7D812D37EC400DA6239 /* seqerrorcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = seqerrorcommand.h; path = source/commands/seqerrorcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B7D912D37EC400DA6239 /* seqsummarycommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = seqsummarycommand.cpp; path = source/commands/seqsummarycommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7DA12D37EC400DA6239 /* seqsummarycommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = seqsummarycommand.h; path = source/commands/seqsummarycommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B7DB12D37EC400DA6239 /* sequence.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sequence.cpp; path = source/datastructures/sequence.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7DC12D37EC400DA6239 /* sequence.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = sequence.hpp; path = source/datastructures/sequence.hpp; sourceTree = SOURCE_ROOT; }; + A7E9B7DD12D37EC400DA6239 /* sequencedb.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sequencedb.cpp; path = source/datastructures/sequencedb.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7DE12D37EC400DA6239 /* sequencedb.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sequencedb.h; path = source/datastructures/sequencedb.h; sourceTree = SOURCE_ROOT; }; + A7E9B7DF12D37EC400DA6239 /* setdircommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = setdircommand.cpp; path = source/commands/setdircommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7E012D37EC400DA6239 /* setdircommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = setdircommand.h; path = source/commands/setdircommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B7E112D37EC400DA6239 /* setlogfilecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = setlogfilecommand.cpp; path = source/commands/setlogfilecommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7E212D37EC400DA6239 /* setlogfilecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = setlogfilecommand.h; path = source/commands/setlogfilecommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B7E312D37EC400DA6239 /* sffinfocommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sffinfocommand.cpp; path = source/commands/sffinfocommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7E412D37EC400DA6239 /* sffinfocommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sffinfocommand.h; path = source/commands/sffinfocommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B7E512D37EC400DA6239 /* shannon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = shannon.cpp; path = source/calculators/shannon.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7E612D37EC400DA6239 /* shannon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = shannon.h; path = source/calculators/shannon.h; sourceTree = SOURCE_ROOT; }; + A7E9B7E712D37EC400DA6239 /* shannoneven.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = shannoneven.cpp; path = source/calculators/shannoneven.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7E812D37EC400DA6239 /* shannoneven.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = shannoneven.h; path = source/calculators/shannoneven.h; sourceTree = SOURCE_ROOT; }; + A7E9B7E912D37EC400DA6239 /* sharedace.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedace.cpp; path = source/calculators/sharedace.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7EA12D37EC400DA6239 /* sharedace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedace.h; path = source/calculators/sharedace.h; sourceTree = SOURCE_ROOT; }; + A7E9B7EC12D37EC400DA6239 /* sharedanderbergs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedanderbergs.cpp; path = source/calculators/sharedanderbergs.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7ED12D37EC400DA6239 /* sharedanderbergs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedanderbergs.h; path = source/calculators/sharedanderbergs.h; sourceTree = SOURCE_ROOT; }; + A7E9B7EE12D37EC400DA6239 /* sharedbraycurtis.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedbraycurtis.cpp; path = source/calculators/sharedbraycurtis.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7EF12D37EC400DA6239 /* sharedbraycurtis.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedbraycurtis.h; path = source/calculators/sharedbraycurtis.h; sourceTree = SOURCE_ROOT; }; + A7E9B7F012D37EC400DA6239 /* sharedchao1.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedchao1.cpp; path = source/calculators/sharedchao1.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7F112D37EC400DA6239 /* sharedchao1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedchao1.h; path = source/calculators/sharedchao1.h; sourceTree = SOURCE_ROOT; }; + A7E9B7F212D37EC400DA6239 /* sharedcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedcommand.cpp; path = source/commands/sharedcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7F312D37EC400DA6239 /* sharedcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedcommand.h; path = source/commands/sharedcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B7F412D37EC400DA6239 /* sharedjabund.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedjabund.cpp; path = source/calculators/sharedjabund.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7F512D37EC400DA6239 /* sharedjabund.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedjabund.h; path = source/calculators/sharedjabund.h; sourceTree = SOURCE_ROOT; }; + A7E9B7F612D37EC400DA6239 /* sharedjackknife.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedjackknife.cpp; path = source/calculators/sharedjackknife.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7F712D37EC400DA6239 /* sharedjackknife.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedjackknife.h; path = source/calculators/sharedjackknife.h; sourceTree = SOURCE_ROOT; }; + A7E9B7F812D37EC400DA6239 /* sharedjclass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedjclass.cpp; path = source/calculators/sharedjclass.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7F912D37EC400DA6239 /* sharedjclass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedjclass.h; path = source/calculators/sharedjclass.h; sourceTree = SOURCE_ROOT; }; + A7E9B7FA12D37EC400DA6239 /* sharedjest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedjest.cpp; path = source/calculators/sharedjest.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7FB12D37EC400DA6239 /* sharedjest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedjest.h; path = source/calculators/sharedjest.h; sourceTree = SOURCE_ROOT; }; + A7E9B7FC12D37EC400DA6239 /* sharedkstest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedkstest.cpp; path = source/calculators/sharedkstest.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7FD12D37EC400DA6239 /* sharedkstest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedkstest.h; path = source/calculators/sharedkstest.h; sourceTree = SOURCE_ROOT; }; + A7E9B7FE12D37EC400DA6239 /* sharedkulczynski.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedkulczynski.cpp; path = source/calculators/sharedkulczynski.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B7FF12D37EC400DA6239 /* sharedkulczynski.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedkulczynski.h; path = source/calculators/sharedkulczynski.h; sourceTree = SOURCE_ROOT; }; + A7E9B80012D37EC400DA6239 /* sharedkulczynskicody.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedkulczynskicody.cpp; path = source/calculators/sharedkulczynskicody.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B80112D37EC400DA6239 /* sharedkulczynskicody.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedkulczynskicody.h; path = source/calculators/sharedkulczynskicody.h; sourceTree = SOURCE_ROOT; }; + A7E9B80212D37EC400DA6239 /* sharedlennon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedlennon.cpp; path = source/calculators/sharedlennon.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B80312D37EC400DA6239 /* sharedlennon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedlennon.h; path = source/calculators/sharedlennon.h; sourceTree = SOURCE_ROOT; }; + A7E9B80412D37EC400DA6239 /* sharedlistvector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedlistvector.cpp; path = source/datastructures/sharedlistvector.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B80512D37EC400DA6239 /* sharedlistvector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedlistvector.h; path = source/datastructures/sharedlistvector.h; sourceTree = SOURCE_ROOT; }; + A7E9B80612D37EC400DA6239 /* sharedmarczewski.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedmarczewski.cpp; path = source/calculators/sharedmarczewski.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B80712D37EC400DA6239 /* sharedmarczewski.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedmarczewski.h; path = source/calculators/sharedmarczewski.h; sourceTree = SOURCE_ROOT; }; + A7E9B80812D37EC400DA6239 /* sharedmorisitahorn.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedmorisitahorn.cpp; path = source/calculators/sharedmorisitahorn.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B80912D37EC400DA6239 /* sharedmorisitahorn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedmorisitahorn.h; path = source/calculators/sharedmorisitahorn.h; sourceTree = SOURCE_ROOT; }; + A7E9B80A12D37EC400DA6239 /* sharednseqs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharednseqs.h; path = source/calculators/sharednseqs.h; sourceTree = SOURCE_ROOT; }; + A7E9B80B12D37EC400DA6239 /* sharedochiai.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedochiai.cpp; path = source/calculators/sharedochiai.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B80C12D37EC400DA6239 /* sharedochiai.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedochiai.h; path = source/calculators/sharedochiai.h; sourceTree = SOURCE_ROOT; }; + A7E9B80D12D37EC400DA6239 /* sharedordervector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedordervector.cpp; path = source/datastructures/sharedordervector.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B80E12D37EC400DA6239 /* sharedordervector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedordervector.h; path = source/datastructures/sharedordervector.h; sourceTree = SOURCE_ROOT; }; + A7E9B80F12D37EC400DA6239 /* sharedrabundfloatvector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedrabundfloatvector.cpp; path = source/datastructures/sharedrabundfloatvector.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B81012D37EC400DA6239 /* sharedrabundfloatvector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedrabundfloatvector.h; path = source/datastructures/sharedrabundfloatvector.h; sourceTree = SOURCE_ROOT; }; + A7E9B81112D37EC400DA6239 /* sharedrabundvector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedrabundvector.cpp; path = source/datastructures/sharedrabundvector.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B81212D37EC400DA6239 /* sharedrabundvector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedrabundvector.h; path = source/datastructures/sharedrabundvector.h; sourceTree = SOURCE_ROOT; }; + A7E9B81312D37EC400DA6239 /* sharedsabundvector.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedsabundvector.cpp; path = source/datastructures/sharedsabundvector.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B81412D37EC400DA6239 /* sharedsabundvector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedsabundvector.h; path = source/datastructures/sharedsabundvector.h; sourceTree = SOURCE_ROOT; }; + A7E9B81512D37EC400DA6239 /* sharedsobs.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedsobs.cpp; path = source/calculators/sharedsobs.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B81612D37EC400DA6239 /* sharedsobs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedsobs.h; path = source/calculators/sharedsobs.h; sourceTree = SOURCE_ROOT; }; + A7E9B81712D37EC400DA6239 /* sharedsobscollectsummary.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedsobscollectsummary.cpp; path = source/calculators/sharedsobscollectsummary.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B81812D37EC400DA6239 /* sharedsobscollectsummary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedsobscollectsummary.h; path = source/calculators/sharedsobscollectsummary.h; sourceTree = SOURCE_ROOT; }; + A7E9B81912D37EC400DA6239 /* sharedsorabund.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedsorabund.cpp; path = source/calculators/sharedsorabund.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B81A12D37EC400DA6239 /* sharedsorabund.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedsorabund.h; path = source/calculators/sharedsorabund.h; sourceTree = SOURCE_ROOT; }; + A7E9B81B12D37EC400DA6239 /* sharedsorclass.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedsorclass.cpp; path = source/calculators/sharedsorclass.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B81C12D37EC400DA6239 /* sharedsorclass.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedsorclass.h; path = source/calculators/sharedsorclass.h; sourceTree = SOURCE_ROOT; }; + A7E9B81D12D37EC400DA6239 /* sharedsorest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedsorest.cpp; path = source/calculators/sharedsorest.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B81E12D37EC400DA6239 /* sharedsorest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedsorest.h; path = source/calculators/sharedsorest.h; sourceTree = SOURCE_ROOT; }; + A7E9B81F12D37EC400DA6239 /* sharedthetan.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedthetan.cpp; path = source/calculators/sharedthetan.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B82012D37EC400DA6239 /* sharedthetan.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedthetan.h; path = source/calculators/sharedthetan.h; sourceTree = SOURCE_ROOT; }; + A7E9B82112D37EC400DA6239 /* sharedthetayc.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedthetayc.cpp; path = source/calculators/sharedthetayc.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B82212D37EC400DA6239 /* sharedthetayc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedthetayc.h; path = source/calculators/sharedthetayc.h; sourceTree = SOURCE_ROOT; }; A7E9B82312D37EC400DA6239 /* sharedutilities.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sharedutilities.cpp; path = source/sharedutilities.cpp; sourceTree = ""; }; A7E9B82412D37EC400DA6239 /* sharedutilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sharedutilities.h; path = source/sharedutilities.h; sourceTree = ""; }; - A7E9B82512D37EC400DA6239 /* shen.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = shen.cpp; path = source/calculators/shen.cpp; sourceTree = ""; }; - A7E9B82612D37EC400DA6239 /* shen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = shen.h; path = source/calculators/shen.h; sourceTree = ""; }; - A7E9B82712D37EC400DA6239 /* shhhercommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = shhhercommand.cpp; path = source/commands/shhhercommand.cpp; sourceTree = ""; }; - A7E9B82812D37EC400DA6239 /* shhhercommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = shhhercommand.h; path = source/commands/shhhercommand.h; sourceTree = ""; }; - A7E9B82912D37EC400DA6239 /* simpson.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = simpson.cpp; path = source/calculators/simpson.cpp; sourceTree = ""; }; - A7E9B82A12D37EC400DA6239 /* simpson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = simpson.h; path = source/calculators/simpson.h; sourceTree = ""; }; - A7E9B82B12D37EC400DA6239 /* simpsoneven.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = simpsoneven.cpp; path = source/calculators/simpsoneven.cpp; sourceTree = ""; }; - A7E9B82C12D37EC400DA6239 /* simpsoneven.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = simpsoneven.h; path = source/calculators/simpsoneven.h; sourceTree = ""; }; + A7E9B82512D37EC400DA6239 /* shen.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = shen.cpp; path = source/calculators/shen.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B82612D37EC400DA6239 /* shen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = shen.h; path = source/calculators/shen.h; sourceTree = SOURCE_ROOT; }; + A7E9B82712D37EC400DA6239 /* shhhercommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = shhhercommand.cpp; path = source/commands/shhhercommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B82812D37EC400DA6239 /* shhhercommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = shhhercommand.h; path = source/commands/shhhercommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B82912D37EC400DA6239 /* simpson.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = simpson.cpp; path = source/calculators/simpson.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B82A12D37EC400DA6239 /* simpson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = simpson.h; path = source/calculators/simpson.h; sourceTree = SOURCE_ROOT; }; + A7E9B82B12D37EC400DA6239 /* simpsoneven.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = simpsoneven.cpp; path = source/calculators/simpsoneven.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B82C12D37EC400DA6239 /* simpsoneven.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = simpsoneven.h; path = source/calculators/simpsoneven.h; sourceTree = SOURCE_ROOT; }; A7E9B82D12D37EC400DA6239 /* singlelinkage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = singlelinkage.cpp; path = source/singlelinkage.cpp; sourceTree = ""; }; - A7E9B82E12D37EC400DA6239 /* slayer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = slayer.cpp; path = source/chimera/slayer.cpp; sourceTree = ""; }; - A7E9B82F12D37EC400DA6239 /* slayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = slayer.h; path = source/chimera/slayer.h; sourceTree = ""; }; + A7E9B82E12D37EC400DA6239 /* slayer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = slayer.cpp; path = source/chimera/slayer.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B82F12D37EC400DA6239 /* slayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = slayer.h; path = source/chimera/slayer.h; sourceTree = SOURCE_ROOT; }; A7E9B83012D37EC400DA6239 /* slibshuff.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = slibshuff.cpp; path = source/slibshuff.cpp; sourceTree = ""; }; A7E9B83112D37EC400DA6239 /* slibshuff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = slibshuff.h; path = source/slibshuff.h; sourceTree = ""; }; - A7E9B83212D37EC400DA6239 /* smithwilson.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = smithwilson.cpp; path = source/calculators/smithwilson.cpp; sourceTree = ""; }; - A7E9B83312D37EC400DA6239 /* smithwilson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = smithwilson.h; path = source/calculators/smithwilson.h; sourceTree = ""; }; - A7E9B83412D37EC400DA6239 /* sobs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sobs.h; path = source/calculators/sobs.h; sourceTree = ""; }; - A7E9B83512D37EC400DA6239 /* soergel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = soergel.cpp; path = source/calculators/soergel.cpp; sourceTree = ""; }; - A7E9B83612D37EC400DA6239 /* soergel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = soergel.h; path = source/calculators/soergel.h; sourceTree = ""; }; - A7E9B83712D37EC400DA6239 /* solow.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = solow.cpp; path = source/calculators/solow.cpp; sourceTree = ""; }; - A7E9B83812D37EC400DA6239 /* solow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = solow.h; path = source/calculators/solow.h; sourceTree = ""; }; - A7E9B83912D37EC400DA6239 /* sparsematrix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sparsematrix.cpp; path = source/datastructures/sparsematrix.cpp; sourceTree = ""; }; - A7E9B83A12D37EC400DA6239 /* sparsematrix.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = sparsematrix.hpp; path = source/datastructures/sparsematrix.hpp; sourceTree = ""; }; - A7E9B83B12D37EC400DA6239 /* spearman.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = spearman.cpp; path = source/calculators/spearman.cpp; sourceTree = ""; }; - A7E9B83C12D37EC400DA6239 /* spearman.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = spearman.h; path = source/calculators/spearman.h; sourceTree = ""; }; - A7E9B83D12D37EC400DA6239 /* speciesprofile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = speciesprofile.cpp; path = source/calculators/speciesprofile.cpp; sourceTree = ""; }; - A7E9B83E12D37EC400DA6239 /* speciesprofile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = speciesprofile.h; path = source/calculators/speciesprofile.h; sourceTree = ""; }; - A7E9B83F12D37EC400DA6239 /* splitabundcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = splitabundcommand.cpp; path = source/commands/splitabundcommand.cpp; sourceTree = ""; }; - A7E9B84012D37EC400DA6239 /* splitabundcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = splitabundcommand.h; path = source/commands/splitabundcommand.h; sourceTree = ""; }; - A7E9B84112D37EC400DA6239 /* splitgroupscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = splitgroupscommand.cpp; path = source/commands/splitgroupscommand.cpp; sourceTree = ""; }; - A7E9B84212D37EC400DA6239 /* splitgroupscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = splitgroupscommand.h; path = source/commands/splitgroupscommand.h; sourceTree = ""; }; - A7E9B84312D37EC400DA6239 /* splitmatrix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = splitmatrix.cpp; path = source/read/splitmatrix.cpp; sourceTree = ""; }; - A7E9B84412D37EC400DA6239 /* splitmatrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = splitmatrix.h; path = source/read/splitmatrix.h; sourceTree = ""; }; - A7E9B84512D37EC400DA6239 /* structchi2.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = structchi2.cpp; path = source/calculators/structchi2.cpp; sourceTree = ""; }; - A7E9B84612D37EC400DA6239 /* structchi2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = structchi2.h; path = source/calculators/structchi2.h; sourceTree = ""; }; - A7E9B84712D37EC400DA6239 /* structchord.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = structchord.cpp; path = source/calculators/structchord.cpp; sourceTree = ""; }; - A7E9B84812D37EC400DA6239 /* structchord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = structchord.h; path = source/calculators/structchord.h; sourceTree = ""; }; - A7E9B84912D37EC400DA6239 /* structeuclidean.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = structeuclidean.cpp; path = source/calculators/structeuclidean.cpp; sourceTree = ""; }; - A7E9B84A12D37EC400DA6239 /* structeuclidean.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = structeuclidean.h; path = source/calculators/structeuclidean.h; sourceTree = ""; }; - A7E9B84B12D37EC400DA6239 /* structkulczynski.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = structkulczynski.cpp; path = source/calculators/structkulczynski.cpp; sourceTree = ""; }; - A7E9B84C12D37EC400DA6239 /* structkulczynski.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = structkulczynski.h; path = source/calculators/structkulczynski.h; sourceTree = ""; }; - A7E9B84D12D37EC400DA6239 /* structpearson.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = structpearson.cpp; path = source/calculators/structpearson.cpp; sourceTree = ""; }; - A7E9B84E12D37EC400DA6239 /* structpearson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = structpearson.h; path = source/calculators/structpearson.h; sourceTree = ""; }; - A7E9B84F12D37EC400DA6239 /* subsamplecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = subsamplecommand.cpp; path = source/commands/subsamplecommand.cpp; sourceTree = ""; }; - A7E9B85012D37EC400DA6239 /* subsamplecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = subsamplecommand.h; path = source/commands/subsamplecommand.h; sourceTree = ""; }; - A7E9B85112D37EC400DA6239 /* suffixdb.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = suffixdb.cpp; path = source/datastructures/suffixdb.cpp; sourceTree = ""; }; - A7E9B85212D37EC400DA6239 /* suffixdb.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = suffixdb.hpp; path = source/datastructures/suffixdb.hpp; sourceTree = ""; }; - A7E9B85312D37EC400DA6239 /* suffixnodes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = suffixnodes.cpp; path = source/datastructures/suffixnodes.cpp; sourceTree = ""; }; - A7E9B85412D37EC400DA6239 /* suffixnodes.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = suffixnodes.hpp; path = source/datastructures/suffixnodes.hpp; sourceTree = ""; }; - A7E9B85512D37EC400DA6239 /* suffixtree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = suffixtree.cpp; path = source/datastructures/suffixtree.cpp; sourceTree = ""; }; - A7E9B85612D37EC400DA6239 /* suffixtree.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = suffixtree.hpp; path = source/datastructures/suffixtree.hpp; sourceTree = ""; }; - A7E9B85712D37EC400DA6239 /* summarycommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = summarycommand.cpp; path = source/commands/summarycommand.cpp; sourceTree = ""; }; - A7E9B85812D37EC400DA6239 /* summarycommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = summarycommand.h; path = source/commands/summarycommand.h; sourceTree = ""; }; - A7E9B85912D37EC400DA6239 /* summarysharedcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = summarysharedcommand.cpp; path = source/commands/summarysharedcommand.cpp; sourceTree = ""; }; - A7E9B85A12D37EC400DA6239 /* summarysharedcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = summarysharedcommand.h; path = source/commands/summarysharedcommand.h; sourceTree = ""; }; - A7E9B85B12D37EC400DA6239 /* systemcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = systemcommand.cpp; path = source/commands/systemcommand.cpp; sourceTree = ""; }; - A7E9B85C12D37EC400DA6239 /* systemcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = systemcommand.h; path = source/commands/systemcommand.h; sourceTree = ""; }; - A7E9B85D12D37EC400DA6239 /* taxonomyequalizer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = taxonomyequalizer.cpp; path = source/classifier/taxonomyequalizer.cpp; sourceTree = ""; }; - A7E9B85E12D37EC400DA6239 /* taxonomyequalizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = taxonomyequalizer.h; path = source/classifier/taxonomyequalizer.h; sourceTree = ""; }; - A7E9B85F12D37EC400DA6239 /* tree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tree.cpp; path = source/datastructures/tree.cpp; sourceTree = ""; }; - A7E9B86012D37EC400DA6239 /* tree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = tree.h; path = source/datastructures/tree.h; sourceTree = ""; }; - A7E9B86112D37EC400DA6239 /* treecalculator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = treecalculator.h; path = source/calculators/treecalculator.h; sourceTree = ""; }; - A7E9B86212D37EC400DA6239 /* treegroupscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = treegroupscommand.cpp; path = source/commands/treegroupscommand.cpp; sourceTree = ""; }; - A7E9B86312D37EC400DA6239 /* treegroupscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = treegroupscommand.h; path = source/commands/treegroupscommand.h; sourceTree = ""; }; - A7E9B86412D37EC400DA6239 /* treemap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = treemap.cpp; path = source/datastructures/treemap.cpp; sourceTree = ""; }; - A7E9B86512D37EC400DA6239 /* treemap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = treemap.h; path = source/datastructures/treemap.h; sourceTree = ""; }; - A7E9B86612D37EC400DA6239 /* treenode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = treenode.cpp; path = source/datastructures/treenode.cpp; sourceTree = ""; }; - A7E9B86712D37EC400DA6239 /* treenode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = treenode.h; path = source/datastructures/treenode.h; sourceTree = ""; }; - A7E9B86812D37EC400DA6239 /* trimflowscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = trimflowscommand.cpp; path = source/commands/trimflowscommand.cpp; sourceTree = ""; }; - A7E9B86912D37EC400DA6239 /* trimflowscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = trimflowscommand.h; path = source/commands/trimflowscommand.h; sourceTree = ""; }; - A7E9B86A12D37EC400DA6239 /* trimseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = trimseqscommand.cpp; path = source/commands/trimseqscommand.cpp; sourceTree = ""; }; - A7E9B86B12D37EC400DA6239 /* trimseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = trimseqscommand.h; path = source/commands/trimseqscommand.h; sourceTree = ""; }; - A7E9B86C12D37EC400DA6239 /* unifracunweightedcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = unifracunweightedcommand.cpp; path = source/commands/unifracunweightedcommand.cpp; sourceTree = ""; }; - A7E9B86D12D37EC400DA6239 /* unifracunweightedcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = unifracunweightedcommand.h; path = source/commands/unifracunweightedcommand.h; sourceTree = ""; }; - A7E9B86E12D37EC400DA6239 /* unifracweightedcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = unifracweightedcommand.cpp; path = source/commands/unifracweightedcommand.cpp; sourceTree = ""; }; - A7E9B86F12D37EC400DA6239 /* unifracweightedcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = unifracweightedcommand.h; path = source/commands/unifracweightedcommand.h; sourceTree = ""; }; - A7E9B87012D37EC400DA6239 /* unweighted.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = unweighted.cpp; path = source/calculators/unweighted.cpp; sourceTree = ""; }; - A7E9B87112D37EC400DA6239 /* unweighted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = unweighted.h; path = source/calculators/unweighted.h; sourceTree = ""; }; - A7E9B87212D37EC400DA6239 /* uvest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = uvest.cpp; path = source/calculators/uvest.cpp; sourceTree = ""; }; - A7E9B87312D37EC400DA6239 /* uvest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = uvest.h; path = source/calculators/uvest.h; sourceTree = ""; }; + A7E9B83212D37EC400DA6239 /* smithwilson.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = smithwilson.cpp; path = source/calculators/smithwilson.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B83312D37EC400DA6239 /* smithwilson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = smithwilson.h; path = source/calculators/smithwilson.h; sourceTree = SOURCE_ROOT; }; + A7E9B83412D37EC400DA6239 /* sobs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sobs.h; path = source/calculators/sobs.h; sourceTree = SOURCE_ROOT; }; + A7E9B83512D37EC400DA6239 /* soergel.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = soergel.cpp; path = source/calculators/soergel.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B83612D37EC400DA6239 /* soergel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = soergel.h; path = source/calculators/soergel.h; sourceTree = SOURCE_ROOT; }; + A7E9B83712D37EC400DA6239 /* solow.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = solow.cpp; path = source/calculators/solow.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B83812D37EC400DA6239 /* solow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = solow.h; path = source/calculators/solow.h; sourceTree = SOURCE_ROOT; }; + A7E9B83912D37EC400DA6239 /* sparsematrix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sparsematrix.cpp; path = source/datastructures/sparsematrix.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B83A12D37EC400DA6239 /* sparsematrix.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = sparsematrix.hpp; path = source/datastructures/sparsematrix.hpp; sourceTree = SOURCE_ROOT; }; + A7E9B83B12D37EC400DA6239 /* spearman.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = spearman.cpp; path = source/calculators/spearman.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B83C12D37EC400DA6239 /* spearman.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = spearman.h; path = source/calculators/spearman.h; sourceTree = SOURCE_ROOT; }; + A7E9B83D12D37EC400DA6239 /* speciesprofile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = speciesprofile.cpp; path = source/calculators/speciesprofile.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B83E12D37EC400DA6239 /* speciesprofile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = speciesprofile.h; path = source/calculators/speciesprofile.h; sourceTree = SOURCE_ROOT; }; + A7E9B83F12D37EC400DA6239 /* splitabundcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = splitabundcommand.cpp; path = source/commands/splitabundcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B84012D37EC400DA6239 /* splitabundcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = splitabundcommand.h; path = source/commands/splitabundcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B84112D37EC400DA6239 /* splitgroupscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = splitgroupscommand.cpp; path = source/commands/splitgroupscommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B84212D37EC400DA6239 /* splitgroupscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = splitgroupscommand.h; path = source/commands/splitgroupscommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B84312D37EC400DA6239 /* splitmatrix.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = splitmatrix.cpp; path = source/read/splitmatrix.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B84412D37EC400DA6239 /* splitmatrix.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = splitmatrix.h; path = source/read/splitmatrix.h; sourceTree = SOURCE_ROOT; }; + A7E9B84512D37EC400DA6239 /* structchi2.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = structchi2.cpp; path = source/calculators/structchi2.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B84612D37EC400DA6239 /* structchi2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = structchi2.h; path = source/calculators/structchi2.h; sourceTree = SOURCE_ROOT; }; + A7E9B84712D37EC400DA6239 /* structchord.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = structchord.cpp; path = source/calculators/structchord.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B84812D37EC400DA6239 /* structchord.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = structchord.h; path = source/calculators/structchord.h; sourceTree = SOURCE_ROOT; }; + A7E9B84912D37EC400DA6239 /* structeuclidean.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = structeuclidean.cpp; path = source/calculators/structeuclidean.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B84A12D37EC400DA6239 /* structeuclidean.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = structeuclidean.h; path = source/calculators/structeuclidean.h; sourceTree = SOURCE_ROOT; }; + A7E9B84B12D37EC400DA6239 /* structkulczynski.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = structkulczynski.cpp; path = source/calculators/structkulczynski.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B84C12D37EC400DA6239 /* structkulczynski.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = structkulczynski.h; path = source/calculators/structkulczynski.h; sourceTree = SOURCE_ROOT; }; + A7E9B84D12D37EC400DA6239 /* structpearson.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = structpearson.cpp; path = source/calculators/structpearson.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B84E12D37EC400DA6239 /* structpearson.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = structpearson.h; path = source/calculators/structpearson.h; sourceTree = SOURCE_ROOT; }; + A7E9B84F12D37EC400DA6239 /* subsamplecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = subsamplecommand.cpp; path = source/commands/subsamplecommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B85012D37EC400DA6239 /* subsamplecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = subsamplecommand.h; path = source/commands/subsamplecommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B85112D37EC400DA6239 /* suffixdb.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = suffixdb.cpp; path = source/datastructures/suffixdb.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B85212D37EC400DA6239 /* suffixdb.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = suffixdb.hpp; path = source/datastructures/suffixdb.hpp; sourceTree = SOURCE_ROOT; }; + A7E9B85312D37EC400DA6239 /* suffixnodes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = suffixnodes.cpp; path = source/datastructures/suffixnodes.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B85412D37EC400DA6239 /* suffixnodes.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = suffixnodes.hpp; path = source/datastructures/suffixnodes.hpp; sourceTree = SOURCE_ROOT; }; + A7E9B85512D37EC400DA6239 /* suffixtree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = suffixtree.cpp; path = source/datastructures/suffixtree.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B85612D37EC400DA6239 /* suffixtree.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = suffixtree.hpp; path = source/datastructures/suffixtree.hpp; sourceTree = SOURCE_ROOT; }; + A7E9B85712D37EC400DA6239 /* summarycommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = summarycommand.cpp; path = source/commands/summarycommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B85812D37EC400DA6239 /* summarycommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = summarycommand.h; path = source/commands/summarycommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B85912D37EC400DA6239 /* summarysharedcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = summarysharedcommand.cpp; path = source/commands/summarysharedcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B85A12D37EC400DA6239 /* summarysharedcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = summarysharedcommand.h; path = source/commands/summarysharedcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B85B12D37EC400DA6239 /* systemcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = systemcommand.cpp; path = source/commands/systemcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B85C12D37EC400DA6239 /* systemcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = systemcommand.h; path = source/commands/systemcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B85D12D37EC400DA6239 /* taxonomyequalizer.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = taxonomyequalizer.cpp; path = source/classifier/taxonomyequalizer.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B85E12D37EC400DA6239 /* taxonomyequalizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = taxonomyequalizer.h; path = source/classifier/taxonomyequalizer.h; sourceTree = SOURCE_ROOT; }; + A7E9B85F12D37EC400DA6239 /* tree.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = tree.cpp; path = source/datastructures/tree.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B86012D37EC400DA6239 /* tree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = tree.h; path = source/datastructures/tree.h; sourceTree = SOURCE_ROOT; }; + A7E9B86112D37EC400DA6239 /* treecalculator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = treecalculator.h; path = source/calculators/treecalculator.h; sourceTree = SOURCE_ROOT; }; + A7E9B86212D37EC400DA6239 /* treegroupscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = treegroupscommand.cpp; path = source/commands/treegroupscommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B86312D37EC400DA6239 /* treegroupscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = treegroupscommand.h; path = source/commands/treegroupscommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B86412D37EC400DA6239 /* treemap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = treemap.cpp; path = source/datastructures/treemap.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B86512D37EC400DA6239 /* treemap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = treemap.h; path = source/datastructures/treemap.h; sourceTree = SOURCE_ROOT; }; + A7E9B86612D37EC400DA6239 /* treenode.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = treenode.cpp; path = source/datastructures/treenode.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B86712D37EC400DA6239 /* treenode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = treenode.h; path = source/datastructures/treenode.h; sourceTree = SOURCE_ROOT; }; + A7E9B86812D37EC400DA6239 /* trimflowscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = trimflowscommand.cpp; path = source/commands/trimflowscommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B86912D37EC400DA6239 /* trimflowscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = trimflowscommand.h; path = source/commands/trimflowscommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B86A12D37EC400DA6239 /* trimseqscommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = trimseqscommand.cpp; path = source/commands/trimseqscommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B86B12D37EC400DA6239 /* trimseqscommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = trimseqscommand.h; path = source/commands/trimseqscommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B86C12D37EC400DA6239 /* unifracunweightedcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = unifracunweightedcommand.cpp; path = source/commands/unifracunweightedcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B86D12D37EC400DA6239 /* unifracunweightedcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = unifracunweightedcommand.h; path = source/commands/unifracunweightedcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B86E12D37EC400DA6239 /* unifracweightedcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = unifracweightedcommand.cpp; path = source/commands/unifracweightedcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B86F12D37EC400DA6239 /* unifracweightedcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = unifracweightedcommand.h; path = source/commands/unifracweightedcommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B87012D37EC400DA6239 /* unweighted.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = unweighted.cpp; path = source/calculators/unweighted.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B87112D37EC400DA6239 /* unweighted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = unweighted.h; path = source/calculators/unweighted.h; sourceTree = SOURCE_ROOT; }; + A7E9B87212D37EC400DA6239 /* uvest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = uvest.cpp; path = source/calculators/uvest.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B87312D37EC400DA6239 /* uvest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = uvest.h; path = source/calculators/uvest.h; sourceTree = SOURCE_ROOT; }; A7E9B87412D37EC400DA6239 /* validcalculator.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = validcalculator.cpp; path = source/validcalculator.cpp; sourceTree = ""; }; A7E9B87512D37EC400DA6239 /* validcalculator.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = validcalculator.h; path = source/validcalculator.h; sourceTree = ""; }; A7E9B87612D37EC400DA6239 /* validparameter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = validparameter.cpp; path = source/validparameter.cpp; sourceTree = ""; }; A7E9B87712D37EC400DA6239 /* validparameter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = validparameter.h; path = source/validparameter.h; sourceTree = ""; }; A7E9B87812D37EC400DA6239 /* venn.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = venn.cpp; path = source/venn.cpp; sourceTree = ""; }; A7E9B87912D37EC400DA6239 /* venn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = venn.h; path = source/venn.h; sourceTree = ""; }; - A7E9B87A12D37EC400DA6239 /* venncommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = venncommand.cpp; path = source/commands/venncommand.cpp; sourceTree = ""; }; - A7E9B87B12D37EC400DA6239 /* venncommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = venncommand.h; path = source/commands/venncommand.h; sourceTree = ""; }; - A7E9B87C12D37EC400DA6239 /* weighted.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = weighted.cpp; path = source/calculators/weighted.cpp; sourceTree = ""; }; - A7E9B87D12D37EC400DA6239 /* weighted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = weighted.h; path = source/calculators/weighted.h; sourceTree = ""; }; + A7E9B87A12D37EC400DA6239 /* venncommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = venncommand.cpp; path = source/commands/venncommand.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B87B12D37EC400DA6239 /* venncommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = venncommand.h; path = source/commands/venncommand.h; sourceTree = SOURCE_ROOT; }; + A7E9B87C12D37EC400DA6239 /* weighted.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = weighted.cpp; path = source/calculators/weighted.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B87D12D37EC400DA6239 /* weighted.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = weighted.h; path = source/calculators/weighted.h; sourceTree = SOURCE_ROOT; }; A7E9B87E12D37EC400DA6239 /* weightedlinkage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = weightedlinkage.cpp; path = source/weightedlinkage.cpp; sourceTree = ""; }; - A7E9B87F12D37EC400DA6239 /* whittaker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = whittaker.cpp; path = source/calculators/whittaker.cpp; sourceTree = ""; }; - A7E9B88012D37EC400DA6239 /* whittaker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = whittaker.h; path = source/calculators/whittaker.h; sourceTree = ""; }; - A7EEB0F414F29BFD00344B83 /* classifytreecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = classifytreecommand.cpp; path = source/commands/classifytreecommand.cpp; sourceTree = ""; }; - A7EEB0F714F29C1B00344B83 /* classifytreecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = classifytreecommand.h; path = source/commands/classifytreecommand.h; sourceTree = ""; }; - A7F24FC117EA365F0021DC9A /* classifyrfsharedcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = classifyrfsharedcommand.cpp; path = source/commands/classifyrfsharedcommand.cpp; sourceTree = ""; }; - A7F24FC217EA365F0021DC9A /* classifyrfsharedcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = classifyrfsharedcommand.h; path = source/commands/classifyrfsharedcommand.h; sourceTree = ""; }; - A7F9F5CD141A5E500032F693 /* sequenceparser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sequenceparser.h; path = source/datastructures/sequenceparser.h; sourceTree = ""; }; - A7F9F5CE141A5E500032F693 /* sequenceparser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sequenceparser.cpp; path = source/datastructures/sequenceparser.cpp; sourceTree = ""; }; - A7FA10001302E096003860FE /* mantelcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mantelcommand.h; path = source/commands/mantelcommand.h; sourceTree = ""; }; - A7FA10011302E096003860FE /* mantelcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mantelcommand.cpp; path = source/commands/mantelcommand.cpp; sourceTree = ""; }; + A7E9B87F12D37EC400DA6239 /* whittaker.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = whittaker.cpp; path = source/calculators/whittaker.cpp; sourceTree = SOURCE_ROOT; }; + A7E9B88012D37EC400DA6239 /* whittaker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = whittaker.h; path = source/calculators/whittaker.h; sourceTree = SOURCE_ROOT; }; + A7EEB0F414F29BFD00344B83 /* classifytreecommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = classifytreecommand.cpp; path = source/commands/classifytreecommand.cpp; sourceTree = SOURCE_ROOT; }; + A7EEB0F714F29C1B00344B83 /* classifytreecommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = classifytreecommand.h; path = source/commands/classifytreecommand.h; sourceTree = SOURCE_ROOT; }; + A7F24FC117EA365F0021DC9A /* classifyrfsharedcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = classifyrfsharedcommand.cpp; path = source/commands/classifyrfsharedcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7F24FC217EA365F0021DC9A /* classifyrfsharedcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = classifyrfsharedcommand.h; path = source/commands/classifyrfsharedcommand.h; sourceTree = SOURCE_ROOT; }; + A7F9F5CD141A5E500032F693 /* sequenceparser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = sequenceparser.h; path = source/datastructures/sequenceparser.h; sourceTree = SOURCE_ROOT; }; + A7F9F5CE141A5E500032F693 /* sequenceparser.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = sequenceparser.cpp; path = source/datastructures/sequenceparser.cpp; sourceTree = SOURCE_ROOT; }; + A7FA10001302E096003860FE /* mantelcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mantelcommand.h; path = source/commands/mantelcommand.h; sourceTree = SOURCE_ROOT; }; + A7FA10011302E096003860FE /* mantelcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = mantelcommand.cpp; path = source/commands/mantelcommand.cpp; sourceTree = SOURCE_ROOT; }; A7FC480C12D788F20055BC5C /* linearalgebra.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = linearalgebra.h; path = source/linearalgebra.h; sourceTree = ""; }; A7FC480D12D788F20055BC5C /* linearalgebra.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = linearalgebra.cpp; path = source/linearalgebra.cpp; sourceTree = ""; }; - A7FC486512D795D60055BC5C /* pcacommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pcacommand.h; path = source/commands/pcacommand.h; sourceTree = ""; }; - A7FC486612D795D60055BC5C /* pcacommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pcacommand.cpp; path = source/commands/pcacommand.cpp; sourceTree = ""; }; - A7FE7C3E1330EA1000F7B327 /* getcurrentcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getcurrentcommand.h; path = source/commands/getcurrentcommand.h; sourceTree = ""; }; - A7FE7C3F1330EA1000F7B327 /* getcurrentcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getcurrentcommand.cpp; path = source/commands/getcurrentcommand.cpp; sourceTree = ""; }; - A7FE7E6B13311EA400F7B327 /* setcurrentcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = setcurrentcommand.h; path = source/commands/setcurrentcommand.h; sourceTree = ""; }; - A7FE7E6C13311EA400F7B327 /* setcurrentcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = setcurrentcommand.cpp; path = source/commands/setcurrentcommand.cpp; sourceTree = ""; }; + A7FC486512D795D60055BC5C /* pcacommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = pcacommand.h; path = source/commands/pcacommand.h; sourceTree = SOURCE_ROOT; }; + A7FC486612D795D60055BC5C /* pcacommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = pcacommand.cpp; path = source/commands/pcacommand.cpp; sourceTree = SOURCE_ROOT; }; + A7FE7C3E1330EA1000F7B327 /* getcurrentcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = getcurrentcommand.h; path = source/commands/getcurrentcommand.h; sourceTree = SOURCE_ROOT; }; + A7FE7C3F1330EA1000F7B327 /* getcurrentcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = getcurrentcommand.cpp; path = source/commands/getcurrentcommand.cpp; sourceTree = SOURCE_ROOT; }; + A7FE7E6B13311EA400F7B327 /* setcurrentcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = setcurrentcommand.h; path = source/commands/setcurrentcommand.h; sourceTree = SOURCE_ROOT; }; + A7FE7E6C13311EA400F7B327 /* setcurrentcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = setcurrentcommand.cpp; path = source/commands/setcurrentcommand.cpp; sourceTree = SOURCE_ROOT; }; A7FF19F0140FFDA500AD216D /* trimoligos.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = trimoligos.h; path = source/trimoligos.h; sourceTree = ""; }; A7FF19F1140FFDA500AD216D /* trimoligos.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = trimoligos.cpp; path = source/trimoligos.cpp; sourceTree = ""; }; - A7FFB556142CA02C004884F2 /* summarytaxcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = summarytaxcommand.h; path = source/commands/summarytaxcommand.h; sourceTree = ""; }; - A7FFB557142CA02C004884F2 /* summarytaxcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = summarytaxcommand.cpp; path = source/commands/summarytaxcommand.cpp; sourceTree = ""; }; + A7FFB556142CA02C004884F2 /* summarytaxcommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = summarytaxcommand.h; path = source/commands/summarytaxcommand.h; sourceTree = SOURCE_ROOT; }; + A7FFB557142CA02C004884F2 /* summarytaxcommand.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = summarytaxcommand.cpp; path = source/commands/summarytaxcommand.cpp; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -1639,8 +1650,6 @@ A7E9B6E112D37EC400DA6239 /* fileoutput.h */, A7E9B71112D37EC400DA6239 /* gotohoverlap.hpp */, A7E9B71012D37EC400DA6239 /* gotohoverlap.cpp */, - A7E9B71812D37EC400DA6239 /* hcluster.cpp */, - A7E9B71912D37EC400DA6239 /* hcluster.h */, A7E9B71C12D37EC400DA6239 /* heatmap.cpp */, A7E9B71D12D37EC400DA6239 /* heatmap.h */, A7E9B72012D37EC400DA6239 /* heatmapsim.cpp */, @@ -1651,8 +1660,6 @@ A7E9B73A12D37EC400DA6239 /* libshuff.h */, A7FC480C12D788F20055BC5C /* linearalgebra.h */, A7FC480D12D788F20055BC5C /* linearalgebra.cpp */, - A7D9378B17B15215001E90B0 /* wilcox.h */, - A7D9378917B146B5001E90B0 /* wilcox.cpp */, A7E9BA5612D39BD800DA6239 /* metastats */, A7E9B75B12D37EC400DA6239 /* mothur.cpp */, A7E9B75C12D37EC400DA6239 /* mothur.h */, @@ -1669,6 +1676,8 @@ A7E9B76512D37EC400DA6239 /* needlemanoverlap.cpp */, A7E9B76612D37EC400DA6239 /* needlemanoverlap.hpp */, A7E9B77012D37EC400DA6239 /* observable.h */, + 48910D4C1D58CBFC00F60EDB /* opticluster.h */, + 48910D451D58CAD700F60EDB /* opticluster.cpp */, A7E9B77512D37EC400DA6239 /* optionparser.cpp */, A7E9B77612D37EC400DA6239 /* optionparser.h */, A7E9B77B12D37EC400DA6239 /* overlap.cpp */, @@ -1710,6 +1719,8 @@ A7E9B87912D37EC400DA6239 /* venn.h */, 489B55701BCD7F0100FB7DC8 /* vsearchfileparser.cpp */, 489B55711BCD7F0100FB7DC8 /* vsearchfileparser.h */, + A7D9378B17B15215001E90B0 /* wilcox.h */, + A7D9378917B146B5001E90B0 /* wilcox.cpp */, A7E9B87E12D37EC400DA6239 /* weightedlinkage.cpp */, ); name = Source; @@ -1727,12 +1738,20 @@ 481FB51A1AC0A63E0076CFF3 /* TestMothur */ = { isa = PBXGroup; children = ( - 481FB5201AC0A6B60076CFF3 /* catch.hpp */, 481FB51B1AC0A63E0076CFF3 /* main.cpp */, + 48F06CCA1D74BC6F004A45DD /* testclassifier */, 48D6E9691CA4262A008DF76B /* dataset.cpp */, 48D6E96A1CA4262A008DF76B /* dataset.h */, + 48910D4F1D58E26C00F60EDB /* distcdataset.h */, + 48910D501D58E26C00F60EDB /* distcdataset.cpp */, + 48576EA61D05F59300BBC9C0 /* distpdataset.cpp */, + 48576EA71D05F59300BBC9C0 /* distpdataset.h */, 4827A4DA1CB3ED2100345170 /* fastqdataset.cpp */, 4827A4DB1CB3ED2100345170 /* fastqdataset.h */, + 48910D4D1D58E26C00F60EDB /* testopticluster.cpp */, + 48910D4E1D58E26C00F60EDB /* testopticluster.h */, + 4846AD881D3810DD00DE9913 /* testtrimoligos.cpp */, + 4846AD891D3810DD00DE9913 /* testtrimoligos.hpp */, 48D6E9661CA42389008DF76B /* testvsearchfileparser.cpp */, 48D6E9671CA42389008DF76B /* testvsearchfileparser.h */, 481FB5221AC0AA010076CFF3 /* testcontainers */, @@ -1750,6 +1769,8 @@ 48C728731B6AB4CD00D40830 /* testgetgroupscommand.cpp */, 48C728691B69598400D40830 /* testmergegroupscommand.h */, 48C728681B69598400D40830 /* testmergegroupscommand.cpp */, + 48A11C6C1CDA40F0003481D8 /* testrenamefilecommand.cpp */, + 48A11C6D1CDA40F0003481D8 /* testrenamefilecommand.h */, 48B662011BBB1B6600997EE4 /* testrenameseqscommand.cpp */, 48B662021BBB1B6600997EE4 /* testrenameseqscommand.h */, 48C7286F1B6AB3B900D40830 /* testremovegroupscommand.cpp */, @@ -1764,12 +1785,23 @@ children = ( 480E8DAF1CAB12ED00A0D137 /* testfastqread.cpp */, 480E8DB01CAB12ED00A0D137 /* testfastqread.h */, + 48576EA31D05E8F600BBC9C0 /* testoptimatrix.cpp */, + 48576EA41D05E8F600BBC9C0 /* testoptimatrix.h */, 48C728641B66A77800D40830 /* testsequence.cpp */, 48C728761B6AB4EE00D40830 /* testsequence.h */, ); name = testcontainers; sourceTree = ""; }; + 48F06CCA1D74BC6F004A45DD /* testclassifier */ = { + isa = PBXGroup; + children = ( + 48F06CCB1D74BEC4004A45DD /* testphylotree.cpp */, + 48F06CCC1D74BEC4004A45DD /* testphylotree.hpp */, + ); + name = testclassifier; + sourceTree = ""; + }; 7B17437A17AF6F02004C161B /* svm */ = { isa = PBXGroup; children = ( @@ -1785,8 +1817,6 @@ children = ( A7386C1B1619CACB00651424 /* abstractdecisiontree.hpp */, A7386C241619E52200651424 /* abstractdecisiontree.cpp */, - 48705ABA19BE32C50075E977 /* abstractrandomforest.hpp */, - 48705AC319BE32C50075E977 /* abstractrandomforest.cpp */, A7386C1D1619CACB00651424 /* decisiontree.hpp */, A7386C28161A110700651424 /* decisiontree.cpp */, A7386C1E1619CACB00651424 /* macros.h */, @@ -1796,8 +1826,6 @@ A77E193A161B289600DB1A2A /* rftreenode.cpp */, 83F25B0A163B031200ABE73D /* forest.cpp */, 83F25B0B163B031200ABE73D /* forest.h */, - 834D9D561656D7C400E7FAB9 /* regularizedrandomforest.cpp */, - 834D9D571656D7C400E7FAB9 /* regularizedrandomforest.h */, ); name = randomforest; path = /Users/sarahwestcott/Desktop/mothur; @@ -1851,6 +1879,8 @@ A7E9B68A12D37EC400DA6239 /* chimeraslayercommand.cpp */, A74D36B6137DAFAA00332B0C /* chimerauchimecommand.h */, A74D36B7137DAFAA00332B0C /* chimerauchimecommand.cpp */, + 48EDB76A1D1320DD00F76E93 /* chimeravsearchcommand.cpp */, + 48EDB76B1D1320DD00F76E93 /* chimeravsearchcommand.h */, A7E9B68D12D37EC400DA6239 /* chopseqscommand.h */, A7E9B68C12D37EC400DA6239 /* chopseqscommand.cpp */, A7E9B69112D37EC400DA6239 /* classifyotucommand.h */, @@ -1865,8 +1895,6 @@ A7EEB0F414F29BFD00344B83 /* classifytreecommand.cpp */, A7E9B69712D37EC400DA6239 /* clearcutcommand.h */, A7E9B69612D37EC400DA6239 /* clearcutcommand.cpp */, - A73DDBB813C4A0D1006AAE38 /* clearmemorycommand.h */, - A73DDBB913C4A0D1006AAE38 /* clearmemorycommand.cpp */, A7E9B69D12D37EC400DA6239 /* clustercommand.h */, A7E9B69C12D37EC400DA6239 /* clustercommand.cpp */, A7E9B69F12D37EC400DA6239 /* clusterdoturcommand.h */, @@ -1941,8 +1969,6 @@ A7E9B70812D37EC400DA6239 /* getseqscommand.cpp */, A7E9B70B12D37EC400DA6239 /* getsharedotucommand.h */, A7E9B70A12D37EC400DA6239 /* getsharedotucommand.cpp */, - A7E9B71B12D37EC400DA6239 /* hclustercommand.h */, - A7E9B71A12D37EC400DA6239 /* hclustercommand.cpp */, A7E9B71F12D37EC400DA6239 /* heatmapcommand.h */, A7E9B71E12D37EC400DA6239 /* heatmapcommand.cpp */, A7E9B72312D37EC400DA6239 /* heatmapsimcommand.h */, @@ -1981,12 +2007,14 @@ A7E6F69D17427D06006775E2 /* makelookupcommand.cpp */, A7E9B74A12D37EC400DA6239 /* matrixoutputcommand.h */, A7E9B74912D37EC400DA6239 /* matrixoutputcommand.cpp */, - 48705ABF19BE32C50075E977 /* mergesfffilecommand.cpp */, - 48705AC019BE32C50075E977 /* mergesfffilecommand.h */, + 48910D411D5243E500F60EDB /* mergecountcommand.cpp */, + 48910D421D5243E500F60EDB /* mergecountcommand.hpp */, A7E9B75412D37EC400DA6239 /* mergefilecommand.h */, A7E9B75312D37EC400DA6239 /* mergefilecommand.cpp */, A71FE12A12EDF72400963CA7 /* mergegroupscommand.h */, A71FE12B12EDF72400963CA7 /* mergegroupscommand.cpp */, + 48705AC019BE32C50075E977 /* mergesfffilecommand.h */, + 48705ABF19BE32C50075E977 /* mergesfffilecommand.cpp */, A799314816CBD0BC0017E888 /* mergetaxsummarycommand.h */, A799314A16CBD0CD0017E888 /* mergetaxsummarycommand.cpp */, A7E9B75812D37EC400DA6239 /* metastatscommand.h */, @@ -2023,8 +2051,6 @@ A7E9B78B12D37EC400DA6239 /* phylodiversitycommand.cpp */, A7E9B79212D37EC400DA6239 /* phylotypecommand.h */, A7E9B79112D37EC400DA6239 /* phylotypecommand.cpp */, - A7E9B79612D37EC400DA6239 /* pipelinepdscommand.h */, - A7E9B79512D37EC400DA6239 /* pipelinepdscommand.cpp */, A7E9B79812D37EC400DA6239 /* preclustercommand.h */, A7E9B79712D37EC400DA6239 /* preclustercommand.cpp */, A74C06E616A9C097008390A3 /* primerdesigncommand.h */, @@ -2047,6 +2073,8 @@ A727864312E9E28C00F86ABA /* removerarecommand.cpp */, A7E9B7CA12D37EC400DA6239 /* removeseqscommand.h */, A7E9B7C912D37EC400DA6239 /* removeseqscommand.cpp */, + 488841631CC6C34900C5E972 /* renamefilecommand.cpp */, + 488841641CC6C34900C5E972 /* renamefilecommand.h */, A7CFA42F1755400500D9ED4D /* renameseqscommand.h */, A7CFA4301755401800D9ED4D /* renameseqscommand.cpp */, A7E9B7CE12D37EC400DA6239 /* reversecommand.h */, @@ -2330,14 +2358,14 @@ A7E9B76012D37EC400DA6239 /* nameassignment.hpp */, 48705ABE19BE32C50075E977 /* oligos.h */, 48705ABD19BE32C50075E977 /* oligos.cpp */, + 48910D491D58CBA300F60EDB /* optimatrix.cpp */, + 48910D4A1D58CBA300F60EDB /* optimatrix.h */, A7E9B77712D37EC400DA6239 /* ordervector.cpp */, A7E9B77812D37EC400DA6239 /* ordervector.hpp */, A7E9B79F12D37EC400DA6239 /* qualityscores.cpp */, A7E9B7A012D37EC400DA6239 /* qualityscores.h */, A7E9B7A312D37EC400DA6239 /* rabundvector.cpp */, A7E9B7A412D37EC400DA6239 /* rabundvector.hpp */, - A721765513BB9F7D0014DAAE /* referencedb.h */, - A721765613BB9F7D0014DAAE /* referencedb.cpp */, A7E9B7CB12D37EC400DA6239 /* reportfile.cpp */, A7E9B7CC12D37EC400DA6239 /* reportfile.h */, A7E9B7CF12D37EC400DA6239 /* sabundvector.cpp */, @@ -2550,7 +2578,7 @@ 08FB7793FE84155DC02AAC07 /* Project object */ = { isa = PBXProject; attributes = { - LastUpgradeCheck = 0620; + LastUpgradeCheck = 0730; ORGANIZATIONNAME = "Schloss Lab"; TargetAttributes = { 481FB5181AC0A63E0076CFF3 = { @@ -2592,7 +2620,6 @@ 481FB6271AC1B7EA0076CFF3 /* alignmentdb.cpp in Sources */, 481FB6351AC1B7EA0076CFF3 /* kmerdb.cpp in Sources */, 481FB5721AC1B6D40076CFF3 /* simpson.cpp in Sources */, - 481FB5A31AC1B7300076CFF3 /* clearmemorycommand.cpp in Sources */, 481FB55D1AC1B6690076CFF3 /* sharedchao1.cpp in Sources */, 481FB5FE1AC1B7970076CFF3 /* removerarecommand.cpp in Sources */, 481FB53C1AC1B5F10076CFF3 /* bootstrap.cpp in Sources */, @@ -2602,6 +2629,7 @@ 481FB64E1AC1B7F40076CFF3 /* treenode.cpp in Sources */, 481FB5801AC1B6EA0076CFF3 /* weighted.cpp in Sources */, 481FB54F1AC1B63A0076CFF3 /* memeuclidean.cpp in Sources */, + 48910D511D58E26C00F60EDB /* testopticluster.cpp in Sources */, 481FB5611AC1B69B0076CFF3 /* sharedjsd.cpp in Sources */, 481FB5AF1AC1B7300076CFF3 /* createdatabasecommand.cpp in Sources */, 481FB5731AC1B6EA0076CFF3 /* simpsoneven.cpp in Sources */, @@ -2686,6 +2714,7 @@ 481FB6881AC1B8B80076CFF3 /* weightedlinkage.cpp in Sources */, 480E8DB21CAB1F5E00A0D137 /* vsearchfileparser.cpp in Sources */, 481FB61E1AC1B7AC0076CFF3 /* unifracweightedcommand.cpp in Sources */, + 48910D441D5243E500F60EDB /* mergecountcommand.cpp in Sources */, 481FB5951AC1B71B0076CFF3 /* chimerabellerophoncommand.cpp in Sources */, 481FB68D1AC1BA9E0076CFF3 /* classify.cpp in Sources */, 481FB65F1AC1B8450076CFF3 /* myseqdist.cpp in Sources */, @@ -2701,7 +2730,6 @@ 481FB5D81AC1B75C0076CFF3 /* makecontigscommand.cpp in Sources */, 481FB6481AC1B7EA0076CFF3 /* sparsedistancematrix.cpp in Sources */, 481FB5531AC1B6490076CFF3 /* parsimony.cpp in Sources */, - 481FB63C1AC1B7EA0076CFF3 /* referencedb.cpp in Sources */, 481FB6641AC1B8450076CFF3 /* optionparser.cpp in Sources */, 481FB68B1AC1BA9E0076CFF3 /* aligntree.cpp in Sources */, 481FB5FB1AC1B77E0076CFF3 /* removelineagecommand.cpp in Sources */, @@ -2709,6 +2737,7 @@ 481FB6651AC1B8450076CFF3 /* overlap.cpp in Sources */, 481FB6841AC1B8B80076CFF3 /* trimoligos.cpp in Sources */, 481FB6401AC1B7EA0076CFF3 /* sequencedb.cpp in Sources */, + 48576EA81D05F59300BBC9C0 /* distpdataset.cpp in Sources */, 481FB5C81AC1B74F0076CFF3 /* getseqscommand.cpp in Sources */, 481FB6011AC1B7970076CFF3 /* reversecommand.cpp in Sources */, 481FB55E1AC1B66D0076CFF3 /* sharedjackknife.cpp in Sources */, @@ -2718,7 +2747,6 @@ 481FB61D1AC1B7AC0076CFF3 /* unifracunweightedcommand.cpp in Sources */, 481FB6141AC1B7AC0076CFF3 /* subsamplecommand.cpp in Sources */, 481FB5481AC1B61F0076CFF3 /* hellinger.cpp in Sources */, - 481FB5CA1AC1B74F0076CFF3 /* hclustercommand.cpp in Sources */, 481FB5D41AC1B75C0076CFF3 /* listseqscommand.cpp in Sources */, 481FB6521AC1B8100076CFF3 /* fileoutput.cpp in Sources */, 481FB6851AC1B8B80076CFF3 /* validcalculator.cpp in Sources */, @@ -2745,6 +2773,7 @@ 481FB6811AC1B8960076CFF3 /* subsample.cpp in Sources */, 481FB5521AC1B6450076CFF3 /* odum.cpp in Sources */, 481FB68E1AC1BA9E0076CFF3 /* kmernode.cpp in Sources */, + 48C1DDC71D25C1BC00B5BA9D /* (null) in Sources */, 481FB5CE1AC1B75C0076CFF3 /* homovacommand.cpp in Sources */, 481FB6551AC1B8100076CFF3 /* heatmap.cpp in Sources */, 481FB5E61AC1B77E0076CFF3 /* normalizesharedcommand.cpp in Sources */, @@ -2764,21 +2793,21 @@ 481FB6411AC1B7EA0076CFF3 /* sequenceparser.cpp in Sources */, 481FB6381AC1B7EA0076CFF3 /* oligos.cpp in Sources */, 481FB59E1AC1B71B0076CFF3 /* classifyseqscommand.cpp in Sources */, - 481FB5F31AC1B77E0076CFF3 /* pipelinepdscommand.cpp in Sources */, 481FB5CF1AC1B75C0076CFF3 /* indicatorcommand.cpp in Sources */, 481FB64F1AC1B8100076CFF3 /* consensus.cpp in Sources */, 481FB5441AC1B6140076CFF3 /* goodscoverage.cpp in Sources */, 481FB5DD1AC1B77E0076CFF3 /* matrixoutputcommand.cpp in Sources */, 481FB5771AC1B6EA0076CFF3 /* spearman.cpp in Sources */, 481FB6031AC1B7970076CFF3 /* secondarystructurecommand.cpp in Sources */, - 481FB66F1AC1B8520076CFF3 /* regularizedrandomforest.cpp in Sources */, 481FB5361AC1B5DC0076CFF3 /* getopt_long.cpp in Sources */, 481FB5A41AC1B7300076CFF3 /* clustercommand.cpp in Sources */, 481FB5671AC1B6AD0076CFF3 /* sharedmorisitahorn.cpp in Sources */, 481FB5581AC1B6590076CFF3 /* shannonrange.cpp in Sources */, 481FB5601AC1B6790076CFF3 /* sharedjest.cpp in Sources */, 481FB64A1AC1B7F40076CFF3 /* suffixnodes.cpp in Sources */, + 488841661CC6C35500C5E972 /* renamefilecommand.cpp in Sources */, 481FB53F1AC1B6000076CFF3 /* canberra.cpp in Sources */, + 48A11C6E1CDA40F0003481D8 /* testrenamefilecommand.cpp in Sources */, 481FB62B1AC1B7EA0076CFF3 /* database.cpp in Sources */, 481FB5BD1AC1B74F0076CFF3 /* getlabelcommand.cpp in Sources */, 481FB5B91AC1B74F0076CFF3 /* getcurrentcommand.cpp in Sources */, @@ -2805,16 +2834,18 @@ 481FB63B1AC1B7EA0076CFF3 /* rabundvector.cpp in Sources */, 481FB5A91AC1B7300076CFF3 /* collectsharedcommand.cpp in Sources */, 481FB6211AC1B7BA0076CFF3 /* communitytype.cpp in Sources */, + 48910D521D58E26C00F60EDB /* distcdataset.cpp in Sources */, + 48C1DDC61D25C1BC00B5BA9D /* (null) in Sources */, 481FB5621AC1B69E0076CFF3 /* sharedkstest.cpp in Sources */, 481FB5E91AC1B77E0076CFF3 /* otuhierarchycommand.cpp in Sources */, 481FB5351AC1B5D90076CFF3 /* fasta.cpp in Sources */, 481FB6321AC1B7EA0076CFF3 /* groupmap.cpp in Sources */, 481FB5FF1AC1B7970076CFF3 /* removeseqscommand.cpp in Sources */, + 48F06CCD1D74BEC4004A45DD /* testphylotree.cpp in Sources */, 481FB6771AC1B88F0076CFF3 /* readcluster.cpp in Sources */, 481FB5831AC1B6FF0076CFF3 /* ccode.cpp in Sources */, 481FB5681AC1B6B20076CFF3 /* sharedochiai.cpp in Sources */, 481FB66E1AC1B8520076CFF3 /* forest.cpp in Sources */, - 481FB66A1AC1B8520076CFF3 /* abstractrandomforest.cpp in Sources */, 481FB56A1AC1B6B80076CFF3 /* sharedsobs.cpp in Sources */, 481FB6671AC1B8450076CFF3 /* randomnumber.cpp in Sources */, 481FB5DB1AC1B75C0076CFF3 /* makelefsecommand.cpp in Sources */, @@ -2848,7 +2879,6 @@ 481FB5651AC1B6A70076CFF3 /* sharedlennon.cpp in Sources */, 481FB53E1AC1B5FC0076CFF3 /* calculator.cpp in Sources */, 481FB6241AC1B7BA0076CFF3 /* qFinderDMM.cpp in Sources */, - 481FB6541AC1B8100076CFF3 /* hcluster.cpp in Sources */, 481FB6311AC1B7EA0076CFF3 /* fullmatrix.cpp in Sources */, 481FB51C1AC0A63E0076CFF3 /* main.cpp in Sources */, 481FB58F1AC1B71B0076CFF3 /* newcommandtemplate.cpp in Sources */, @@ -2864,20 +2894,20 @@ 481FB6621AC1B8450076CFF3 /* noalign.cpp in Sources */, 481FB5E31AC1B77E0076CFF3 /* mgclustercommand.cpp in Sources */, 481FB5491AC1B6220076CFF3 /* invsimpson.cpp in Sources */, + 48576EA51D05E8F600BBC9C0 /* testoptimatrix.cpp in Sources */, 481FB5821AC1B6FF0076CFF3 /* bellerophon.cpp in Sources */, 481FB6731AC1B8820076CFF3 /* seqnoise.cpp in Sources */, 481FB5DC1AC1B75C0076CFF3 /* makelookupcommand.cpp in Sources */, 481FB53D1AC1B5F80076CFF3 /* bstick.cpp in Sources */, - 480E8DB31CAB1F7900A0D137 /* averagelinkage.cpp in Sources */, 481FB6681AC1B8450076CFF3 /* rarecalc.cpp in Sources */, 481FB60B1AC1B7AC0076CFF3 /* sffmultiplecommand.cpp in Sources */, 481FB59F1AC1B71B0076CFF3 /* classifyrfsharedcommand.cpp in Sources */, - 487D09EB1CB2CEF3007039BF /* vsearchfileparser.cpp in Sources */, 481FB5F51AC1B77E0076CFF3 /* primerdesigncommand.cpp in Sources */, 481FB5B41AC1B7300076CFF3 /* distancecommand.cpp in Sources */, 481FB5391AC1B5E90076CFF3 /* ace.cpp in Sources */, 481FB5751AC1B6EA0076CFF3 /* soergel.cpp in Sources */, 481FB5DA1AC1B75C0076CFF3 /* makegroupcommand.cpp in Sources */, + 488841621CC515A000C5E972 /* (null) in Sources */, 481FB5691AC1B6B50076CFF3 /* sharedrjsd.cpp in Sources */, 481FB6801AC1B8960076CFF3 /* slibshuff.cpp in Sources */, 481FB67B1AC1B88F0076CFF3 /* readphylipvector.cpp in Sources */, @@ -2918,6 +2948,7 @@ 481FB5C21AC1B74F0076CFF3 /* getoturepcommand.cpp in Sources */, 481FB5D01AC1B75C0076CFF3 /* kruskalwalliscommand.cpp in Sources */, 48B662031BBB1B6600997EE4 /* testrenameseqscommand.cpp in Sources */, + 48E418561D08893A004C36AB /* (null) in Sources */, 481FB5511AC1B6410076CFF3 /* npshannon.cpp in Sources */, 481FB6471AC1B7EA0076CFF3 /* sparsematrix.cpp in Sources */, 481FB5871AC1B6FF0076CFF3 /* decalc.cpp in Sources */, @@ -2994,6 +3025,8 @@ A7E9B89F12D37EC400DA6239 /* chimeraslayercommand.cpp in Sources */, A7E9B8A012D37EC400DA6239 /* chopseqscommand.cpp in Sources */, A7E9B8A112D37EC400DA6239 /* classify.cpp in Sources */, + 48576EA21D05DBCD00BBC9C0 /* vsearchfileparser.cpp in Sources */, + 48910D461D58CAD700F60EDB /* opticluster.cpp in Sources */, A7E9B8A212D37EC400DA6239 /* classifyotucommand.cpp in Sources */, A7E9B8A312D37EC400DA6239 /* classifyseqscommand.cpp in Sources */, A7E9B8A412D37EC400DA6239 /* clearcut.cpp in Sources */, @@ -3003,6 +3036,7 @@ A7E9B8A812D37EC400DA6239 /* clustercommand.cpp in Sources */, A7E9B8A912D37EC400DA6239 /* clusterdoturcommand.cpp in Sources */, A7E9B8AA12D37EC400DA6239 /* clusterfragmentscommand.cpp in Sources */, + 48EDB76C1D1320DD00F76E93 /* chimeravsearchcommand.cpp in Sources */, A7E9B8AB12D37EC400DA6239 /* clustersplitcommand.cpp in Sources */, A7E9B8AC12D37EC400DA6239 /* cmdargs.cpp in Sources */, A7E9B8AD12D37EC400DA6239 /* collect.cpp in Sources */, @@ -3028,10 +3062,10 @@ A7E9B8C212D37EC400DA6239 /* engine.cpp in Sources */, A7E9B8C312D37EC400DA6239 /* fasta.cpp in Sources */, A7E9B8C412D37EC400DA6239 /* fastamap.cpp in Sources */, - 2114A7681C654D7400D3D8D9 /* averagelinkage.cpp in Sources */, A7E9B8C512D37EC400DA6239 /* fileoutput.cpp in Sources */, A7E9B8C612D37EC400DA6239 /* filterseqscommand.cpp in Sources */, A7E9B8C812D37EC400DA6239 /* flowdata.cpp in Sources */, + 48910D431D5243E500F60EDB /* mergecountcommand.cpp in Sources */, A7E9B8C912D37EC400DA6239 /* formatcolumn.cpp in Sources */, A7E9B8CA12D37EC400DA6239 /* formatphylip.cpp in Sources */, A7E9B8CB12D37EC400DA6239 /* fullmatrix.cpp in Sources */, @@ -3052,10 +3086,9 @@ A7E9B8DC12D37EC400DA6239 /* gotohoverlap.cpp in Sources */, A7E9B8DD12D37EC400DA6239 /* gower.cpp in Sources */, A7E9B8DE12D37EC400DA6239 /* groupmap.cpp in Sources */, + 488841651CC6C34900C5E972 /* renamefilecommand.cpp in Sources */, 4893DE2918EEF28100C615DF /* (null) in Sources */, A7E9B8DF12D37EC400DA6239 /* hamming.cpp in Sources */, - A7E9B8E012D37EC400DA6239 /* hcluster.cpp in Sources */, - A7E9B8E112D37EC400DA6239 /* hclustercommand.cpp in Sources */, A7E9B8E212D37EC400DA6239 /* heatmap.cpp in Sources */, A7E9B8E312D37EC400DA6239 /* heatmapcommand.cpp in Sources */, A7E9B8E412D37EC400DA6239 /* heatmapsim.cpp in Sources */, @@ -3112,11 +3145,11 @@ A7E9B91412D37EC400DA6239 /* parsimonycommand.cpp in Sources */, A7E9B91512D37EC400DA6239 /* pcoacommand.cpp in Sources */, A7E9B91712D37EC400DA6239 /* phylodiversitycommand.cpp in Sources */, + 488841611CC515A000C5E972 /* (null) in Sources */, A7E9B91812D37EC400DA6239 /* phylosummary.cpp in Sources */, A7E9B91912D37EC400DA6239 /* phylotree.cpp in Sources */, A7E9B91A12D37EC400DA6239 /* phylotypecommand.cpp in Sources */, A7E9B91B12D37EC400DA6239 /* pintail.cpp in Sources */, - A7E9B91C12D37EC400DA6239 /* pipelinepdscommand.cpp in Sources */, 48DB37B31B3B27E000C372A4 /* makefilecommand.cpp in Sources */, A7E9B91D12D37EC400DA6239 /* preclustercommand.cpp in Sources */, A7E9B91E12D37EC400DA6239 /* prng.cpp in Sources */, @@ -3145,7 +3178,6 @@ A7E9B93A12D37EC400DA6239 /* secondarystructurecommand.cpp in Sources */, A7E9B93B12D37EC400DA6239 /* sensspeccommand.cpp in Sources */, A7E9B93C12D37EC400DA6239 /* seqerrorcommand.cpp in Sources */, - 489B55721BCD7F0100FB7DC8 /* vsearchfileparser.cpp in Sources */, A7E9B93D12D37EC400DA6239 /* seqsummarycommand.cpp in Sources */, A7E9B93E12D37EC400DA6239 /* sequence.cpp in Sources */, A7E9B93F12D37EC400DA6239 /* sequencedb.cpp in Sources */, @@ -3154,6 +3186,7 @@ A7E9B94212D37EC400DA6239 /* sffinfocommand.cpp in Sources */, A7E9B94312D37EC400DA6239 /* shannon.cpp in Sources */, 483C952E188F0CAD0035E7B7 /* (null) in Sources */, + 48910D4B1D58CBA300F60EDB /* optimatrix.cpp in Sources */, A7E9B94412D37EC400DA6239 /* shannoneven.cpp in Sources */, A7E9B94512D37EC400DA6239 /* sharedace.cpp in Sources */, A7E9B94612D37EC400DA6239 /* sharedanderbergs.cpp in Sources */, @@ -3184,7 +3217,6 @@ A7E9B95D12D37EC400DA6239 /* sharedsorclass.cpp in Sources */, A7E9B95E12D37EC400DA6239 /* sharedsorest.cpp in Sources */, A7E9B95F12D37EC400DA6239 /* sharedthetan.cpp in Sources */, - 48705AC819BE32C50075E977 /* abstractrandomforest.cpp in Sources */, A7E9B96012D37EC400DA6239 /* sharedthetayc.cpp in Sources */, A7E9B96112D37EC400DA6239 /* sharedutilities.cpp in Sources */, A7E9B96212D37EC400DA6239 /* shen.cpp in Sources */, @@ -3256,8 +3288,6 @@ A74D36B8137DAFAA00332B0C /* chimerauchimecommand.cpp in Sources */, A77A221F139001B600B0BE70 /* deuniquetreecommand.cpp in Sources */, A7730EFF13967241007433A3 /* countseqscommand.cpp in Sources */, - A721765713BB9F7D0014DAAE /* referencedb.cpp in Sources */, - A73DDBBA13C4A0D1006AAE38 /* clearmemorycommand.cpp in Sources */, A73DDC3813C4BF64006AAE38 /* mothurmetastats.cpp in Sources */, A79234D713C74BF6002B08E2 /* mothurfisher.cpp in Sources */, A795840D13F13CD900F201D5 /* countgroupscommand.cpp in Sources */, @@ -3303,10 +3333,10 @@ A721AB72161C572A009860A1 /* kmertree.cpp in Sources */, A721AB77161C573B009860A1 /* taxonomynode.cpp in Sources */, 83F25B0C163B031200ABE73D /* forest.cpp in Sources */, - 834D9D581656D7C400E7FAB9 /* regularizedrandomforest.cpp in Sources */, A7496D2E167B531B00CC7D7C /* kruskalwalliscommand.cpp in Sources */, A79EEF8616971D4A0006DEC1 /* filtersharedcommand.cpp in Sources */, A74C06E916A9C0A9008390A3 /* primerdesigncommand.cpp in Sources */, + 48576EA11D05DBC600BBC9C0 /* averagelinkage.cpp in Sources */, A7128B1D16B7002A00723BE4 /* getdistscommand.cpp in Sources */, A7B0231516B8244C006BA09E /* removedistscommand.cpp in Sources */, A799314B16CBD0CD0017E888 /* mergetaxsummarycommand.cpp in Sources */, @@ -3338,7 +3368,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = YES; - CLANG_CXX_LANGUAGE_STANDARD = "compiler-default"; + CLANG_CXX_LANGUAGE_STANDARD = "c++14"; CLANG_CXX_LIBRARY = "compiler-default"; CLANG_WARN_CXX0X_EXTENSIONS = YES; "CLANG_WARN_CXX0X_EXTENSIONS[arch=*]" = NO; @@ -3348,17 +3378,22 @@ DSTROOT = TARGET_BUILD_DIR; "DSTROOT[sdk=*]" = TARGET_BUILD_DIR; "DYLIB_CURRENT_VERSION[sdk=*]" = ""; + GCC_C_LANGUAGE_STANDARD = "compiler-default"; GCC_DYNAMIC_NO_PIC = NO; GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 3; + GCC_PREPROCESSOR_DEFINITIONS = ( + "VERSION=\"\\\"1.39.3\\\"\"", + "RELEASE_DATE=\"\\\"2/23/2017\\\"\"", + "MOTHUR_FILES=\"\\\"/Users/sarahwestcott/desktop/release\\\"\"", + ); GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_UNINITIALIZED_AUTOS = NO; GCC_WARN_UNUSED_FUNCTION = YES; "INSTALL_PATH[sdk=*]" = TARGET_BUILD_DIR; - LIBRARY_SEARCH_PATHS = ( - "/Users/sarahwestcott/Desktop/boost_1_58_0/bin.v2/libs/iostreams/build/darwin-4.2.1/release/link-static/threading-multi", - /Users/sarahwestcott/Desktop/vsearch/src, - ); + LIBRARY_SEARCH_PATHS = ""; + "LIBRARY_SEARCH_PATHS[arch=*]" = /usr/local/lib/; + ONLY_ACTIVE_ARCH = YES; PRELINK_LIBS = ""; PRODUCT_NAME = mothur; SDKROOT = macosx; @@ -3370,22 +3405,26 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = YES; - CLANG_CXX_LANGUAGE_STANDARD = "compiler-default"; + CLANG_CXX_LANGUAGE_STANDARD = "c++14"; CLANG_CXX_LIBRARY = "compiler-default"; CLANG_WARN_CXX0X_EXTENSIONS = YES; CLANG_WARN_UNREACHABLE_CODE = YES; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; DEPLOYMENT_LOCATION = YES; DSTROOT = TARGET_BUILD_DIR; + GCC_C_LANGUAGE_STANDARD = "compiler-default"; GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 3; + GCC_PREPROCESSOR_DEFINITIONS = ( + "VERSION=\"\\\"1.39.3\\\"\"", + "RELEASE_DATE=\"\\\"2/23/2017\\\"\"", + "MOTHUR_FILES=\"\\\"/Users/sarahwestcott/desktop/release\\\"\"", + ); GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_UNINITIALIZED_AUTOS = NO; GCC_WARN_UNUSED_VALUE = YES; - LIBRARY_SEARCH_PATHS = ( - "/Users/sarahwestcott/Desktop/boost_1_58_0/bin.v2/libs/iostreams/build/darwin-4.2.1/release/link-static/threading-multi", - /Users/sarahwestcott/Desktop/vsearch/src, - ); + LIBRARY_SEARCH_PATHS = /usr/local/lib/; + "LIBRARY_SEARCH_PATHS[arch=*]" = ""; ONLY_ACTIVE_ARCH = YES; PRELINK_LIBS = ""; PRODUCT_NAME = mothur; @@ -3398,8 +3437,11 @@ 1DEB928A08733DD80010E9CD /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; + CLANG_CXX_LIBRARY = "compiler-default"; CLANG_WARN_UNREACHABLE_CODE = YES; DEPLOYMENT_LOCATION = NO; + ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = "compiler-default"; GCC_ENABLE_SSE3_EXTENSIONS = NO; GCC_ENABLE_SSE41_EXTENSIONS = NO; @@ -3407,29 +3449,33 @@ GCC_OPTIMIZATION_LEVEL = 3; GCC_PREPROCESSOR_DEFINITIONS = ( "MOTHUR_FILES=\"\\\"/Users/sarahwestcott/desktop/release\\\"\"", - "VERSION=\"\\\"1.36.0\\\"\"", - "RELEASE_DATE=\"\\\"07/23/2015\\\"\"", + "VERSION=\"\\\"1.39.1\\\"\"", + "RELEASE_DATE=\"\\\"2/2/2017\\\"\"", ); - GCC_VERSION = "/usr/bin/c++"; + GCC_VERSION = ""; "GCC_VERSION[arch=*]" = ""; GCC_WARN_ABOUT_MISSING_NEWLINE = YES; GCC_WARN_ABOUT_MISSING_PROTOTYPES = NO; GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; - HEADER_SEARCH_PATHS = /usr/local/include/; - "HEADER_SEARCH_PATHS[arch=*]" = ""; + HEADER_SEARCH_PATHS = ""; + "HEADER_SEARCH_PATHS[arch=*]" = ( + "$(inherited)", + /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, + ); INSTALL_PATH = TARGET_BUILD_DIR; LIBRARY_SEARCH_PATHS = ""; "LIBRARY_SEARCH_PATHS[arch=*]" = /usr/local/lib/; MACH_O_TYPE = mh_execute; + MACOSX_DEPLOYMENT_TARGET = 10.12; ONLY_ACTIVE_ARCH = YES; OTHER_CPLUSPLUSFLAGS = ( "-DBIT_VERSION", - "-DUSE_BOOST", "-DUNIT_TEST", "-DUSE_READLINE", "$(OTHER_CFLAGS)", + "-DUSE_BOOST", ); OTHER_LDFLAGS = ( "-lreadline", @@ -3445,6 +3491,8 @@ 1DEB928B08733DD80010E9CD /* Release */ = { isa = XCBuildConfiguration; buildSettings = { + CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; + CLANG_CXX_LIBRARY = "compiler-default"; CLANG_WARN_UNREACHABLE_CODE = YES; DEPLOYMENT_LOCATION = NO; GCC_C_LANGUAGE_STANDARD = "compiler-default"; @@ -3452,8 +3500,9 @@ GCC_MODEL_TUNING = ""; GCC_OPTIMIZATION_LEVEL = 3; GCC_PREPROCESSOR_DEFINITIONS = ( - "VERSION=\"\\\"1.36.0\\\"\"", - "RELEASE_DATE=\"\\\"07/23/2015\\\"\"", + "VERSION=\"\\\"1.39.3\\\"\"", + "RELEASE_DATE=\"\\\"2/23/2017\\\"\"", + "MOTHUR_FILES=\"\\\"/Users/sarahwestcott/desktop/release\\\"\"", ); GCC_VERSION = ""; GCC_WARN_ABOUT_MISSING_NEWLINE = YES; @@ -3473,12 +3522,13 @@ LIBRARY_SEARCH_PATHS = ""; "LIBRARY_SEARCH_PATHS[arch=*]" = /usr/local/lib/; MACH_O_TYPE = mh_execute; + MACOSX_DEPLOYMENT_TARGET = 10.12; OTHER_CPLUSPLUSFLAGS = ( "-DUSE_READLINE", - "-DUSE_BOOST", "-DUNIT_TEST", "-DBIT_VERSION", "$(OTHER_CFLAGS)", + "-DUSE_BOOST", ); OTHER_LDFLAGS = ( "-lreadline", @@ -3495,7 +3545,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = YES; - CLANG_CXX_LANGUAGE_STANDARD = "compiler-default"; + CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; CLANG_CXX_LIBRARY = "compiler-default"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; @@ -3511,7 +3561,7 @@ ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = "compiler-default"; GCC_DYNAMIC_NO_PIC = NO; - GCC_OPTIMIZATION_LEVEL = 0; + GCC_OPTIMIZATION_LEVEL = 3; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", @@ -3521,7 +3571,7 @@ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = NO; - MACOSX_DEPLOYMENT_TARGET = 10.9; + MACOSX_DEPLOYMENT_TARGET = 10.12; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; @@ -3533,7 +3583,7 @@ isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = YES; - CLANG_CXX_LANGUAGE_STANDARD = "compiler-default"; + CLANG_CXX_LANGUAGE_STANDARD = "c++0x"; CLANG_CXX_LIBRARY = "compiler-default"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; @@ -3550,11 +3600,16 @@ ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = "compiler-default"; + GCC_OPTIMIZATION_LEVEL = 3; + GCC_PREPROCESSOR_DEFINITIONS = ( + "VERSION=\"\\\"1.37.6\\\"\"", + "RELEASE_DATE=\"\\\"06/20/2016\\\"\"", + ); GCC_WARN_64_TO_32_BIT_CONVERSION = NO; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = NO; - MACOSX_DEPLOYMENT_TARGET = 10.9; + MACOSX_DEPLOYMENT_TARGET = 10.12; MTL_ENABLE_DEBUG_INFO = NO; ONLY_ACTIVE_ARCH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; diff --git a/README.md b/README.md index 430d72a3..444e8bd4 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/mothur/mothur.svg?branch=v.1.37.0)](https://travis-ci.org/mothur/mothur) +[![Build Status](https://travis-ci.org/mothur/mothur.svg?branch=master)](https://travis-ci.org/mothur/mothur) # README diff --git a/TestMothur/catch.hpp b/TestMothur/catch.hpp old mode 100755 new mode 100644 index fbc526f1..5ee3b299 --- a/TestMothur/catch.hpp +++ b/TestMothur/catch.hpp @@ -1,6 +1,6 @@ /* - * CATCH v1.0 build 53 (master branch) - * Generated: 2014-08-20 08:08:19.533804 + * Catch v1.6.0 + * Generated: 2017-01-11 16:38:09.405017 * ---------------------------------------------------------- * This file has been merged from multiple headers. Please don't edit it directly * Copyright (c) 2012 Two Blue Cubes Ltd. All rights reserved. @@ -10,35 +10,44 @@ */ #ifndef TWOBLUECUBES_SINGLE_INCLUDE_CATCH_HPP_INCLUDED #define TWOBLUECUBES_SINGLE_INCLUDE_CATCH_HPP_INCLUDED -#define UNIT_TEST #define TWOBLUECUBES_CATCH_HPP_INCLUDED -// #included from: internal/catch_suppress_warnings.h +#ifdef __clang__ +# pragma clang system_header +#elif defined __GNUC__ +# pragma GCC system_header +#endif -#define TWOBLUECUBES_CATCH_SUPPRESS_WARNINGS_H_INCLUDED +// #included from: internal/catch_suppress_warnings.h #ifdef __clang__ -#pragma clang diagnostic ignored "-Wglobal-constructors" -#pragma clang diagnostic ignored "-Wvariadic-macros" -#pragma clang diagnostic ignored "-Wc99-extensions" -#pragma clang diagnostic ignored "-Wunused-variable" -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wpadded" -#pragma clang diagnostic ignored "-Wc++98-compat" -#pragma clang diagnostic ignored "-Wc++98-compat-pedantic" +# ifdef __ICC // icpc defines the __clang__ macro +# pragma warning(push) +# pragma warning(disable: 161 1682) +# else // __ICC +# pragma clang diagnostic ignored "-Wglobal-constructors" +# pragma clang diagnostic ignored "-Wvariadic-macros" +# pragma clang diagnostic ignored "-Wc99-extensions" +# pragma clang diagnostic ignored "-Wunused-variable" +# pragma clang diagnostic push +# pragma clang diagnostic ignored "-Wpadded" +# pragma clang diagnostic ignored "-Wc++98-compat" +# pragma clang diagnostic ignored "-Wc++98-compat-pedantic" +# pragma clang diagnostic ignored "-Wswitch-enum" +# pragma clang diagnostic ignored "-Wcovered-switch-default" +# endif #elif defined __GNUC__ -#pragma GCC diagnostic ignored "-Wvariadic-macros" -#pragma GCC diagnostic ignored "-Wunused-variable" -#pragma GCC diagnostic push -#pragma GCC diagnostic ignored "-Wpadded" +# pragma GCC diagnostic ignored "-Wvariadic-macros" +# pragma GCC diagnostic ignored "-Wunused-variable" +# pragma GCC diagnostic push +# pragma GCC diagnostic ignored "-Wpadded" #endif - -#ifdef CATCH_CONFIG_MAIN -# define CATCH_CONFIG_RUNNER +#if defined(CATCH_CONFIG_MAIN) || defined(CATCH_CONFIG_RUNNER) +# define CATCH_IMPL #endif -#ifdef CATCH_CONFIG_RUNNER +#ifdef CATCH_IMPL # ifndef CLARA_CONFIG_MAIN # define CLARA_CONFIG_MAIN_NOT_DEFINED # define CLARA_CONFIG_MAIN @@ -51,84 +60,101 @@ // #included from: catch_common.h #define TWOBLUECUBES_CATCH_COMMON_H_INCLUDED -#define INTERNAL_CATCH_UNIQUE_NAME_LINE2( name, line ) name##line -#define INTERNAL_CATCH_UNIQUE_NAME_LINE( name, line ) INTERNAL_CATCH_UNIQUE_NAME_LINE2( name, line ) -#define INTERNAL_CATCH_UNIQUE_NAME( name ) INTERNAL_CATCH_UNIQUE_NAME_LINE( name, __LINE__ ) - -#define INTERNAL_CATCH_STRINGIFY2( expr ) #expr -#define INTERNAL_CATCH_STRINGIFY( expr ) INTERNAL_CATCH_STRINGIFY2( expr ) - -#include -#include -#include - // #included from: catch_compiler_capabilities.h #define TWOBLUECUBES_CATCH_COMPILER_CAPABILITIES_HPP_INCLUDED -// Much of the following code is based on Boost (1.53) +// Detect a number of compiler features - mostly C++11/14 conformance - by compiler +// The following features are defined: +// +// CATCH_CONFIG_CPP11_NULLPTR : is nullptr supported? +// CATCH_CONFIG_CPP11_NOEXCEPT : is noexcept supported? +// CATCH_CONFIG_CPP11_GENERATED_METHODS : The delete and default keywords for compiler generated methods +// CATCH_CONFIG_CPP11_IS_ENUM : std::is_enum is supported? +// CATCH_CONFIG_CPP11_TUPLE : std::tuple is supported +// CATCH_CONFIG_CPP11_LONG_LONG : is long long supported? +// CATCH_CONFIG_CPP11_OVERRIDE : is override supported? +// CATCH_CONFIG_CPP11_UNIQUE_PTR : is unique_ptr supported (otherwise use auto_ptr) + +// CATCH_CONFIG_CPP11_OR_GREATER : Is C++11 supported? + +// CATCH_CONFIG_VARIADIC_MACROS : are variadic macros supported? +// CATCH_CONFIG_COUNTER : is the __COUNTER__ macro supported? +// **************** +// Note to maintainers: if new toggles are added please document them +// in configuration.md, too +// **************** + +// In general each macro has a _NO_ form +// (e.g. CATCH_CONFIG_CPP11_NO_NULLPTR) which disables the feature. +// Many features, at point of detection, define an _INTERNAL_ macro, so they +// can be combined, en-mass, with the _NO_ forms later. + +// All the C++11 features can be disabled with CATCH_CONFIG_NO_CPP11 + +//inline std::string toString( std::nullptr_t null ) { +// return "nullptr"; +//} + +#ifdef __cplusplus + +# if __cplusplus >= 201103L +# define CATCH_CPP11_OR_GREATER +# endif + +# if __cplusplus >= 201402L +# define CATCH_CPP14_OR_GREATER +# endif + +#endif #ifdef __clang__ # if __has_feature(cxx_nullptr) -# define CATCH_CONFIG_CPP11_NULLPTR +# define CATCH_INTERNAL_CONFIG_CPP11_NULLPTR # endif # if __has_feature(cxx_noexcept) -# define CATCH_CONFIG_CPP11_NOEXCEPT +# define CATCH_INTERNAL_CONFIG_CPP11_NOEXCEPT # endif +# if defined(CATCH_CPP11_OR_GREATER) +# define CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS _Pragma( "clang diagnostic ignored \"-Wparentheses\"" ) +# endif + #endif // __clang__ //////////////////////////////////////////////////////////////////////////////// // Borland #ifdef __BORLANDC__ -#if (__BORLANDC__ > 0x582 ) -//#define CATCH_CONFIG_SFINAE // Not confirmed -#endif - #endif // __BORLANDC__ //////////////////////////////////////////////////////////////////////////////// // EDG #ifdef __EDG_VERSION__ -#if (__EDG_VERSION__ > 238 ) -//#define CATCH_CONFIG_SFINAE // Not confirmed -#endif - #endif // __EDG_VERSION__ //////////////////////////////////////////////////////////////////////////////// // Digital Mars #ifdef __DMC__ -#if (__DMC__ > 0x840 ) -//#define CATCH_CONFIG_SFINAE // Not confirmed -#endif - #endif // __DMC__ //////////////////////////////////////////////////////////////////////////////// // GCC #ifdef __GNUC__ -#if __GNUC__ < 3 - -#if (__GNUC_MINOR__ >= 96 ) -//#define CATCH_CONFIG_SFINAE -#endif - -#elif __GNUC__ >= 3 +# if __GNUC__ == 4 && __GNUC_MINOR__ >= 6 && defined(__GXX_EXPERIMENTAL_CXX0X__) +# define CATCH_INTERNAL_CONFIG_CPP11_NULLPTR +# endif -// #define CATCH_CONFIG_SFINAE // Taking this out completely for now +# if !defined(CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS) && defined(CATCH_CPP11_OR_GREATER) +# define CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS _Pragma( "GCC diagnostic ignored \"-Wparentheses\"" ) +# endif -#endif // __GNUC__ < 3 - -#if __GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 6 && defined(__GXX_EXPERIMENTAL_CXX0X__) ) - -#define CATCH_CONFIG_CPP11_NULLPTR -#endif +// - otherwise more recent versions define __cplusplus >= 201103L +// and will get picked up below #endif // __GNUC__ @@ -136,33 +162,123 @@ // Visual C++ #ifdef _MSC_VER -#if (_MSC_VER >= 1310 ) // (VC++ 7.0+) -//#define CATCH_CONFIG_SFINAE // Not confirmed +#if (_MSC_VER >= 1600) +# define CATCH_INTERNAL_CONFIG_CPP11_NULLPTR +# define CATCH_INTERNAL_CONFIG_CPP11_UNIQUE_PTR +#endif + +#if (_MSC_VER >= 1900 ) // (VC++ 13 (VS2015)) +#define CATCH_INTERNAL_CONFIG_CPP11_NOEXCEPT +#define CATCH_INTERNAL_CONFIG_CPP11_GENERATED_METHODS +#define CATCH_INTERNAL_CONFIG_CPP11_SHUFFLE #endif #endif // _MSC_VER +//////////////////////////////////////////////////////////////////////////////// + // Use variadic macros if the compiler supports them #if ( defined _MSC_VER && _MSC_VER > 1400 && !defined __EDGE__) || \ ( defined __WAVE__ && __WAVE_HAS_VARIADICS ) || \ ( defined __GNUC__ && __GNUC__ >= 3 ) || \ ( !defined __cplusplus && __STDC_VERSION__ >= 199901L || __cplusplus >= 201103L ) -#ifndef CATCH_CONFIG_NO_VARIADIC_MACROS -#define CATCH_CONFIG_VARIADIC_MACROS +#define CATCH_INTERNAL_CONFIG_VARIADIC_MACROS + #endif +// Use __COUNTER__ if the compiler supports it +#if ( defined _MSC_VER && _MSC_VER >= 1300 ) || \ + ( defined __GNUC__ && __GNUC__ >= 4 && __GNUC_MINOR__ >= 3 ) || \ + ( defined __clang__ && __clang_major__ >= 3 ) + +#define CATCH_INTERNAL_CONFIG_COUNTER + #endif //////////////////////////////////////////////////////////////////////////////// // C++ language feature support -// detect language version: -#if (__cplusplus == 201103L) -# define CATCH_CPP11 -# define CATCH_CPP11_OR_GREATER -#elif (__cplusplus >= 201103L) -# define CATCH_CPP11_OR_GREATER +// catch all support for C++11 +#if defined(CATCH_CPP11_OR_GREATER) + +# if !defined(CATCH_INTERNAL_CONFIG_CPP11_NULLPTR) +# define CATCH_INTERNAL_CONFIG_CPP11_NULLPTR +# endif + +# ifndef CATCH_INTERNAL_CONFIG_CPP11_NOEXCEPT +# define CATCH_INTERNAL_CONFIG_CPP11_NOEXCEPT +# endif + +# ifndef CATCH_INTERNAL_CONFIG_CPP11_GENERATED_METHODS +# define CATCH_INTERNAL_CONFIG_CPP11_GENERATED_METHODS +# endif + +# ifndef CATCH_INTERNAL_CONFIG_CPP11_IS_ENUM +# define CATCH_INTERNAL_CONFIG_CPP11_IS_ENUM +# endif + +# ifndef CATCH_INTERNAL_CONFIG_CPP11_TUPLE +# define CATCH_INTERNAL_CONFIG_CPP11_TUPLE +# endif + +# ifndef CATCH_INTERNAL_CONFIG_VARIADIC_MACROS +# define CATCH_INTERNAL_CONFIG_VARIADIC_MACROS +# endif + +# if !defined(CATCH_INTERNAL_CONFIG_CPP11_LONG_LONG) +# define CATCH_INTERNAL_CONFIG_CPP11_LONG_LONG +# endif + +# if !defined(CATCH_INTERNAL_CONFIG_CPP11_OVERRIDE) +# define CATCH_INTERNAL_CONFIG_CPP11_OVERRIDE +# endif +# if !defined(CATCH_INTERNAL_CONFIG_CPP11_UNIQUE_PTR) +# define CATCH_INTERNAL_CONFIG_CPP11_UNIQUE_PTR +# endif +# if !defined(CATCH_INTERNAL_CONFIG_CPP11_SHUFFLE) +# define CATCH_INTERNAL_CONFIG_CPP11_SHUFFLE +# endif + +#endif // __cplusplus >= 201103L + +// Now set the actual defines based on the above + anything the user has configured +#if defined(CATCH_INTERNAL_CONFIG_CPP11_NULLPTR) && !defined(CATCH_CONFIG_CPP11_NO_NULLPTR) && !defined(CATCH_CONFIG_CPP11_NULLPTR) && !defined(CATCH_CONFIG_NO_CPP11) +# define CATCH_CONFIG_CPP11_NULLPTR +#endif +#if defined(CATCH_INTERNAL_CONFIG_CPP11_NOEXCEPT) && !defined(CATCH_CONFIG_CPP11_NO_NOEXCEPT) && !defined(CATCH_CONFIG_CPP11_NOEXCEPT) && !defined(CATCH_CONFIG_NO_CPP11) +# define CATCH_CONFIG_CPP11_NOEXCEPT +#endif +#if defined(CATCH_INTERNAL_CONFIG_CPP11_GENERATED_METHODS) && !defined(CATCH_CONFIG_CPP11_NO_GENERATED_METHODS) && !defined(CATCH_CONFIG_CPP11_GENERATED_METHODS) && !defined(CATCH_CONFIG_NO_CPP11) +# define CATCH_CONFIG_CPP11_GENERATED_METHODS +#endif +#if defined(CATCH_INTERNAL_CONFIG_CPP11_IS_ENUM) && !defined(CATCH_CONFIG_CPP11_NO_IS_ENUM) && !defined(CATCH_CONFIG_CPP11_IS_ENUM) && !defined(CATCH_CONFIG_NO_CPP11) +# define CATCH_CONFIG_CPP11_IS_ENUM +#endif +#if defined(CATCH_INTERNAL_CONFIG_CPP11_TUPLE) && !defined(CATCH_CONFIG_CPP11_NO_TUPLE) && !defined(CATCH_CONFIG_CPP11_TUPLE) && !defined(CATCH_CONFIG_NO_CPP11) +# define CATCH_CONFIG_CPP11_TUPLE +#endif +#if defined(CATCH_INTERNAL_CONFIG_VARIADIC_MACROS) && !defined(CATCH_CONFIG_NO_VARIADIC_MACROS) && !defined(CATCH_CONFIG_VARIADIC_MACROS) +# define CATCH_CONFIG_VARIADIC_MACROS +#endif +#if defined(CATCH_INTERNAL_CONFIG_CPP11_LONG_LONG) && !defined(CATCH_CONFIG_CPP11_NO_LONG_LONG) && !defined(CATCH_CONFIG_CPP11_LONG_LONG) && !defined(CATCH_CONFIG_NO_CPP11) +# define CATCH_CONFIG_CPP11_LONG_LONG +#endif +#if defined(CATCH_INTERNAL_CONFIG_CPP11_OVERRIDE) && !defined(CATCH_CONFIG_CPP11_NO_OVERRIDE) && !defined(CATCH_CONFIG_CPP11_OVERRIDE) && !defined(CATCH_CONFIG_NO_CPP11) +# define CATCH_CONFIG_CPP11_OVERRIDE +#endif +#if defined(CATCH_INTERNAL_CONFIG_CPP11_UNIQUE_PTR) && !defined(CATCH_CONFIG_CPP11_NO_UNIQUE_PTR) && !defined(CATCH_CONFIG_CPP11_UNIQUE_PTR) && !defined(CATCH_CONFIG_NO_CPP11) +# define CATCH_CONFIG_CPP11_UNIQUE_PTR +#endif +#if defined(CATCH_INTERNAL_CONFIG_COUNTER) && !defined(CATCH_CONFIG_NO_COUNTER) && !defined(CATCH_CONFIG_COUNTER) +# define CATCH_CONFIG_COUNTER +#endif +#if defined(CATCH_INTERNAL_CONFIG_CPP11_SHUFFLE) && !defined(CATCH_CONFIG_CPP11_NO_SHUFFLE) && !defined(CATCH_CONFIG_CPP11_SHUFFLE) && !defined(CATCH_CONFIG_NO_CPP11) +# define CATCH_CONFIG_CPP11_SHUFFLE +#endif + +#if !defined(CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS) +# define CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS #endif // noexcept support: @@ -174,11 +290,62 @@ # define CATCH_NOEXCEPT_IS(x) #endif +// nullptr support +#ifdef CATCH_CONFIG_CPP11_NULLPTR +# define CATCH_NULL nullptr +#else +# define CATCH_NULL NULL +#endif + +// override support +#ifdef CATCH_CONFIG_CPP11_OVERRIDE +# define CATCH_OVERRIDE override +#else +# define CATCH_OVERRIDE +#endif + +// unique_ptr support +#ifdef CATCH_CONFIG_CPP11_UNIQUE_PTR +# define CATCH_AUTO_PTR( T ) std::unique_ptr +#else +# define CATCH_AUTO_PTR( T ) std::auto_ptr +#endif + +#define INTERNAL_CATCH_UNIQUE_NAME_LINE2( name, line ) name##line +#define INTERNAL_CATCH_UNIQUE_NAME_LINE( name, line ) INTERNAL_CATCH_UNIQUE_NAME_LINE2( name, line ) +#ifdef CATCH_CONFIG_COUNTER +# define INTERNAL_CATCH_UNIQUE_NAME( name ) INTERNAL_CATCH_UNIQUE_NAME_LINE( name, __COUNTER__ ) +#else +# define INTERNAL_CATCH_UNIQUE_NAME( name ) INTERNAL_CATCH_UNIQUE_NAME_LINE( name, __LINE__ ) +#endif + +#define INTERNAL_CATCH_STRINGIFY2( expr ) #expr +#define INTERNAL_CATCH_STRINGIFY( expr ) INTERNAL_CATCH_STRINGIFY2( expr ) + +#include +#include +#include + namespace Catch { + struct IConfig; + + struct CaseSensitive { enum Choice { + Yes, + No + }; }; + class NonCopyable { - NonCopyable( NonCopyable const& ); - void operator = ( NonCopyable const& ); +#ifdef CATCH_CONFIG_CPP11_GENERATED_METHODS + NonCopyable( NonCopyable const& ) = delete; + NonCopyable( NonCopyable && ) = delete; + NonCopyable& operator = ( NonCopyable const& ) = delete; + NonCopyable& operator = ( NonCopyable && ) = delete; +#else + NonCopyable( NonCopyable const& info ); + NonCopyable& operator = ( NonCopyable const& ); +#endif + protected: NonCopyable() {} virtual ~NonCopyable(); @@ -216,6 +383,7 @@ namespace Catch { void toLowerInPlace( std::string& s ); std::string toLower( std::string const& s ); std::string trim( std::string const& str ); + bool replaceInPlace( std::string& str, std::string const& replaceThis, std::string const& withThis ); struct pluralise { pluralise( std::size_t count, std::string const& label ); @@ -231,13 +399,14 @@ namespace Catch { SourceLineInfo(); SourceLineInfo( char const* _file, std::size_t _line ); SourceLineInfo( SourceLineInfo const& other ); -# ifdef CATCH_CPP11_OR_GREATER +# ifdef CATCH_CONFIG_CPP11_GENERATED_METHODS SourceLineInfo( SourceLineInfo && ) = default; SourceLineInfo& operator = ( SourceLineInfo const& ) = default; SourceLineInfo& operator = ( SourceLineInfo && ) = default; # endif bool empty() const; bool operator == ( SourceLineInfo const& other ) const; + bool operator < ( SourceLineInfo const& other ) const; std::string file; std::size_t line; @@ -252,6 +421,9 @@ namespace Catch { void throwLogicError( std::string const& message, SourceLineInfo const& locationInfo ); + void seedRng( IConfig const& config ); + unsigned int rngSeed(); + // Use this in variadic streaming macros to allow // >> +StreamEndStop // as well as @@ -337,7 +509,7 @@ namespace Catch { template class Ptr { public: - Ptr() : m_p( NULL ){} + Ptr() : m_p( CATCH_NULL ){} Ptr( T* p ) : m_p( p ){ if( m_p ) m_p->addRef(); @@ -353,7 +525,7 @@ namespace Catch { void reset() { if( m_p ) m_p->release(); - m_p = NULL; + m_p = CATCH_NULL; } Ptr& operator = ( T* p ){ Ptr temp( p ); @@ -366,12 +538,11 @@ namespace Catch { return *this; } void swap( Ptr& other ) { std::swap( m_p, other.m_p ); } - T* get() { return m_p; } - const T* get() const{ return m_p; } + T* get() const{ return m_p; } T& operator*() const { return *m_p; } T* operator->() const { return m_p; } - bool operator !() const { return m_p == NULL; } - operator SafeBool::type() const { return SafeBool::makeSafe( m_p != NULL ); } + bool operator !() const { return m_p == CATCH_NULL; } + operator SafeBool::type() const { return SafeBool::makeSafe( m_p != CATCH_NULL ); } private: T* m_p; @@ -468,9 +639,13 @@ namespace Catch { struct ITestCaseRegistry { virtual ~ITestCaseRegistry(); virtual std::vector const& getAllTests() const = 0; - virtual void getFilteredTests( TestSpec const& testSpec, IConfig const& config, std::vector& matchingTestCases ) const = 0; - + virtual std::vector const& getAllTestsSorted( IConfig const& config ) const = 0; }; + + bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ); + std::vector filterTests( std::vector const& testCases, TestSpec const& testSpec, IConfig const& config ); + std::vector const& getAllTestCasesSorted( IConfig const& config ); + } namespace Catch { @@ -503,27 +678,32 @@ struct NameAndDesc { const char* description; }; +void registerTestCase + ( ITestCase* testCase, + char const* className, + NameAndDesc const& nameAndDesc, + SourceLineInfo const& lineInfo ); + struct AutoReg { - AutoReg( TestFunction function, - SourceLineInfo const& lineInfo, - NameAndDesc const& nameAndDesc ); + AutoReg + ( TestFunction function, + SourceLineInfo const& lineInfo, + NameAndDesc const& nameAndDesc ); template - AutoReg( void (C::*method)(), - char const* className, - NameAndDesc const& nameAndDesc, - SourceLineInfo const& lineInfo ) { - registerTestCase( new MethodTestCase( method ), - className, - nameAndDesc, - lineInfo ); - } - - void registerTestCase( ITestCase* testCase, - char const* className, - NameAndDesc const& nameAndDesc, - SourceLineInfo const& lineInfo ); + AutoReg + ( void (C::*method)(), + char const* className, + NameAndDesc const& nameAndDesc, + SourceLineInfo const& lineInfo ) { + + registerTestCase + ( new MethodTestCase( method ), + className, + nameAndDesc, + lineInfo ); + } ~AutoReg(); @@ -532,50 +712,70 @@ struct AutoReg { void operator= ( AutoReg const& ); }; +void registerTestCaseFunction + ( TestFunction function, + SourceLineInfo const& lineInfo, + NameAndDesc const& nameAndDesc ); + } // end namespace Catch #ifdef CATCH_CONFIG_VARIADIC_MACROS /////////////////////////////////////////////////////////////////////////////// + #define INTERNAL_CATCH_TESTCASE2( TestName, ... ) \ + static void TestName(); \ + namespace{ Catch::AutoReg INTERNAL_CATCH_UNIQUE_NAME( autoRegistrar )( &TestName, CATCH_INTERNAL_LINEINFO, Catch::NameAndDesc( __VA_ARGS__ ) ); }\ + static void TestName() #define INTERNAL_CATCH_TESTCASE( ... ) \ - static void INTERNAL_CATCH_UNIQUE_NAME( ____C_A_T_C_H____T_E_S_T____ )(); \ - namespace{ Catch::AutoReg INTERNAL_CATCH_UNIQUE_NAME( autoRegistrar )( &INTERNAL_CATCH_UNIQUE_NAME( ____C_A_T_C_H____T_E_S_T____ ), CATCH_INTERNAL_LINEINFO, Catch::NameAndDesc( __VA_ARGS__ ) ); }\ - static void INTERNAL_CATCH_UNIQUE_NAME( ____C_A_T_C_H____T_E_S_T____ )() + INTERNAL_CATCH_TESTCASE2( INTERNAL_CATCH_UNIQUE_NAME( ____C_A_T_C_H____T_E_S_T____ ), __VA_ARGS__ ) /////////////////////////////////////////////////////////////////////////////// #define INTERNAL_CATCH_METHOD_AS_TEST_CASE( QualifiedMethod, ... ) \ namespace{ Catch::AutoReg INTERNAL_CATCH_UNIQUE_NAME( autoRegistrar )( &QualifiedMethod, "&" #QualifiedMethod, Catch::NameAndDesc( __VA_ARGS__ ), CATCH_INTERNAL_LINEINFO ); } /////////////////////////////////////////////////////////////////////////////// - #define INTERNAL_CATCH_TEST_CASE_METHOD( ClassName, ... )\ + #define INTERNAL_CATCH_TEST_CASE_METHOD2( TestName, ClassName, ... )\ namespace{ \ - struct INTERNAL_CATCH_UNIQUE_NAME( ____C_A_T_C_H____T_E_S_T____ ) : ClassName{ \ + struct TestName : ClassName{ \ void test(); \ }; \ - Catch::AutoReg INTERNAL_CATCH_UNIQUE_NAME( autoRegistrar ) ( &INTERNAL_CATCH_UNIQUE_NAME( ____C_A_T_C_H____T_E_S_T____ )::test, #ClassName, Catch::NameAndDesc( __VA_ARGS__ ), CATCH_INTERNAL_LINEINFO ); \ + Catch::AutoReg INTERNAL_CATCH_UNIQUE_NAME( autoRegistrar ) ( &TestName::test, #ClassName, Catch::NameAndDesc( __VA_ARGS__ ), CATCH_INTERNAL_LINEINFO ); \ } \ - void INTERNAL_CATCH_UNIQUE_NAME( ____C_A_T_C_H____T_E_S_T____ )::test() + void TestName::test() + #define INTERNAL_CATCH_TEST_CASE_METHOD( ClassName, ... ) \ + INTERNAL_CATCH_TEST_CASE_METHOD2( INTERNAL_CATCH_UNIQUE_NAME( ____C_A_T_C_H____T_E_S_T____ ), ClassName, __VA_ARGS__ ) + + /////////////////////////////////////////////////////////////////////////////// + #define INTERNAL_CATCH_REGISTER_TESTCASE( Function, ... ) \ + Catch::AutoReg( Function, CATCH_INTERNAL_LINEINFO, Catch::NameAndDesc( __VA_ARGS__ ) ); #else /////////////////////////////////////////////////////////////////////////////// + #define INTERNAL_CATCH_TESTCASE2( TestName, Name, Desc ) \ + static void TestName(); \ + namespace{ Catch::AutoReg INTERNAL_CATCH_UNIQUE_NAME( autoRegistrar )( &TestName, CATCH_INTERNAL_LINEINFO, Catch::NameAndDesc( Name, Desc ) ); }\ + static void TestName() #define INTERNAL_CATCH_TESTCASE( Name, Desc ) \ - static void INTERNAL_CATCH_UNIQUE_NAME( ____C_A_T_C_H____T_E_S_T____ )(); \ - namespace{ Catch::AutoReg INTERNAL_CATCH_UNIQUE_NAME( autoRegistrar )( &INTERNAL_CATCH_UNIQUE_NAME( ____C_A_T_C_H____T_E_S_T____ ), CATCH_INTERNAL_LINEINFO, Catch::NameAndDesc( Name, Desc ) ); }\ - static void INTERNAL_CATCH_UNIQUE_NAME( ____C_A_T_C_H____T_E_S_T____ )() + INTERNAL_CATCH_TESTCASE2( INTERNAL_CATCH_UNIQUE_NAME( ____C_A_T_C_H____T_E_S_T____ ), Name, Desc ) /////////////////////////////////////////////////////////////////////////////// #define INTERNAL_CATCH_METHOD_AS_TEST_CASE( QualifiedMethod, Name, Desc ) \ namespace{ Catch::AutoReg INTERNAL_CATCH_UNIQUE_NAME( autoRegistrar )( &QualifiedMethod, "&" #QualifiedMethod, Catch::NameAndDesc( Name, Desc ), CATCH_INTERNAL_LINEINFO ); } /////////////////////////////////////////////////////////////////////////////// - #define INTERNAL_CATCH_TEST_CASE_METHOD( ClassName, TestName, Desc )\ + #define INTERNAL_CATCH_TEST_CASE_METHOD2( TestCaseName, ClassName, TestName, Desc )\ namespace{ \ - struct INTERNAL_CATCH_UNIQUE_NAME( ____C_A_T_C_H____T_E_S_T____ ) : ClassName{ \ + struct TestCaseName : ClassName{ \ void test(); \ }; \ - Catch::AutoReg INTERNAL_CATCH_UNIQUE_NAME( autoRegistrar ) ( &INTERNAL_CATCH_UNIQUE_NAME( ____C_A_T_C_H____T_E_S_T____ )::test, #ClassName, Catch::NameAndDesc( TestName, Desc ), CATCH_INTERNAL_LINEINFO ); \ + Catch::AutoReg INTERNAL_CATCH_UNIQUE_NAME( autoRegistrar ) ( &TestCaseName::test, #ClassName, Catch::NameAndDesc( TestName, Desc ), CATCH_INTERNAL_LINEINFO ); \ } \ - void INTERNAL_CATCH_UNIQUE_NAME( ____C_A_T_C_H____T_E_S_T____ )::test() + void TestCaseName::test() + #define INTERNAL_CATCH_TEST_CASE_METHOD( ClassName, TestName, Desc )\ + INTERNAL_CATCH_TEST_CASE_METHOD2( INTERNAL_CATCH_UNIQUE_NAME( ____C_A_T_C_H____T_E_S_T____ ), ClassName, TestName, Desc ) + /////////////////////////////////////////////////////////////////////////////// + #define INTERNAL_CATCH_REGISTER_TESTCASE( Function, Name, Desc ) \ + Catch::AutoReg( Function, CATCH_INTERNAL_LINEINFO, Catch::NameAndDesc( Name, Desc ) ); #endif // #included from: internal/catch_capture.hpp @@ -604,7 +804,9 @@ namespace Catch { Exception = 0x100 | FailureBit, ThrewException = Exception | 1, - DidntThrowException = Exception | 2 + DidntThrowException = Exception | 2, + + FatalErrorCondition = 0x200 | FailureBit }; }; @@ -617,11 +819,11 @@ namespace Catch { // ResultDisposition::Flags enum struct ResultDisposition { enum Flags { - Normal = 0x00, + Normal = 0x01, - ContinueOnFailure = 0x01, // Failures fail test, but execution continues - FalseTest = 0x02, // Prefix expression with ! - SuppressFail = 0x04 // Failures are reported but do not fail the test + ContinueOnFailure = 0x02, // Failures fail test, but execution continues + FalseTest = 0x04, // Prefix expression with ! + SuppressFail = 0x08 // Failures are reported but do not fail the test }; }; inline ResultDisposition::Flags operator | ( ResultDisposition::Flags lhs, ResultDisposition::Flags rhs ) { @@ -669,7 +871,7 @@ namespace Catch { AssertionResult(); AssertionResult( AssertionInfo const& info, AssertionResultData const& data ); ~AssertionResult(); -# ifdef CATCH_CPP11_OR_GREATER +# ifdef CATCH_CONFIG_CPP11_GENERATED_METHODS AssertionResult( AssertionResult const& ) = default; AssertionResult( AssertionResult && ) = default; AssertionResult& operator = ( AssertionResult const& ) = default; @@ -696,6 +898,323 @@ namespace Catch { } // end namespace Catch +// #included from: catch_matchers.hpp +#define TWOBLUECUBES_CATCH_MATCHERS_HPP_INCLUDED + +namespace Catch { +namespace Matchers { + namespace Impl { + + namespace Generic { + template class AllOf; + template class AnyOf; + template class Not; + } + + template + struct Matcher : SharedImpl + { + typedef ExpressionT ExpressionType; + + virtual ~Matcher() {} + virtual Ptr clone() const = 0; + virtual bool match( ExpressionT const& expr ) const = 0; + virtual std::string toString() const = 0; + + Generic::AllOf operator && ( Matcher const& other ) const; + Generic::AnyOf operator || ( Matcher const& other ) const; + Generic::Not operator ! () const; + }; + + template + struct MatcherImpl : Matcher { + + virtual Ptr > clone() const { + return Ptr >( new DerivedT( static_cast( *this ) ) ); + } + }; + + namespace Generic { + template + class Not : public MatcherImpl, ExpressionT> { + public: + explicit Not( Matcher const& matcher ) : m_matcher(matcher.clone()) {} + Not( Not const& other ) : m_matcher( other.m_matcher ) {} + + virtual bool match( ExpressionT const& expr ) const CATCH_OVERRIDE { + return !m_matcher->match( expr ); + } + + virtual std::string toString() const CATCH_OVERRIDE { + return "not " + m_matcher->toString(); + } + private: + Ptr< Matcher > m_matcher; + }; + + template + class AllOf : public MatcherImpl, ExpressionT> { + public: + + AllOf() {} + AllOf( AllOf const& other ) : m_matchers( other.m_matchers ) {} + + AllOf& add( Matcher const& matcher ) { + m_matchers.push_back( matcher.clone() ); + return *this; + } + virtual bool match( ExpressionT const& expr ) const + { + for( std::size_t i = 0; i < m_matchers.size(); ++i ) + if( !m_matchers[i]->match( expr ) ) + return false; + return true; + } + virtual std::string toString() const { + std::ostringstream oss; + oss << "( "; + for( std::size_t i = 0; i < m_matchers.size(); ++i ) { + if( i != 0 ) + oss << " and "; + oss << m_matchers[i]->toString(); + } + oss << " )"; + return oss.str(); + } + + AllOf operator && ( Matcher const& other ) const { + AllOf allOfExpr( *this ); + allOfExpr.add( other ); + return allOfExpr; + } + + private: + std::vector > > m_matchers; + }; + + template + class AnyOf : public MatcherImpl, ExpressionT> { + public: + + AnyOf() {} + AnyOf( AnyOf const& other ) : m_matchers( other.m_matchers ) {} + + AnyOf& add( Matcher const& matcher ) { + m_matchers.push_back( matcher.clone() ); + return *this; + } + virtual bool match( ExpressionT const& expr ) const + { + for( std::size_t i = 0; i < m_matchers.size(); ++i ) + if( m_matchers[i]->match( expr ) ) + return true; + return false; + } + virtual std::string toString() const { + std::ostringstream oss; + oss << "( "; + for( std::size_t i = 0; i < m_matchers.size(); ++i ) { + if( i != 0 ) + oss << " or "; + oss << m_matchers[i]->toString(); + } + oss << " )"; + return oss.str(); + } + + AnyOf operator || ( Matcher const& other ) const { + AnyOf anyOfExpr( *this ); + anyOfExpr.add( other ); + return anyOfExpr; + } + + private: + std::vector > > m_matchers; + }; + + } // namespace Generic + + template + Generic::AllOf Matcher::operator && ( Matcher const& other ) const { + Generic::AllOf allOfExpr; + allOfExpr.add( *this ); + allOfExpr.add( other ); + return allOfExpr; + } + + template + Generic::AnyOf Matcher::operator || ( Matcher const& other ) const { + Generic::AnyOf anyOfExpr; + anyOfExpr.add( *this ); + anyOfExpr.add( other ); + return anyOfExpr; + } + + template + Generic::Not Matcher::operator ! () const { + return Generic::Not( *this ); + } + + namespace StdString { + + inline std::string makeString( std::string const& str ) { return str; } + inline std::string makeString( const char* str ) { return str ? std::string( str ) : std::string(); } + + struct CasedString + { + CasedString( std::string const& str, CaseSensitive::Choice caseSensitivity ) + : m_caseSensitivity( caseSensitivity ), + m_str( adjustString( str ) ) + {} + std::string adjustString( std::string const& str ) const { + return m_caseSensitivity == CaseSensitive::No + ? toLower( str ) + : str; + + } + std::string toStringSuffix() const + { + return m_caseSensitivity == CaseSensitive::No + ? " (case insensitive)" + : ""; + } + CaseSensitive::Choice m_caseSensitivity; + std::string m_str; + }; + + struct Equals : MatcherImpl { + Equals( std::string const& str, CaseSensitive::Choice caseSensitivity = CaseSensitive::Yes ) + : m_data( str, caseSensitivity ) + {} + Equals( Equals const& other ) : m_data( other.m_data ){} + + virtual ~Equals(); + + virtual bool match( std::string const& expr ) const { + return m_data.m_str == m_data.adjustString( expr );; + } + virtual std::string toString() const { + return "equals: \"" + m_data.m_str + "\"" + m_data.toStringSuffix(); + } + + CasedString m_data; + }; + + struct Contains : MatcherImpl { + Contains( std::string const& substr, CaseSensitive::Choice caseSensitivity = CaseSensitive::Yes ) + : m_data( substr, caseSensitivity ){} + Contains( Contains const& other ) : m_data( other.m_data ){} + + virtual ~Contains(); + + virtual bool match( std::string const& expr ) const { + return m_data.adjustString( expr ).find( m_data.m_str ) != std::string::npos; + } + virtual std::string toString() const { + return "contains: \"" + m_data.m_str + "\"" + m_data.toStringSuffix(); + } + + CasedString m_data; + }; + + struct StartsWith : MatcherImpl { + StartsWith( std::string const& substr, CaseSensitive::Choice caseSensitivity = CaseSensitive::Yes ) + : m_data( substr, caseSensitivity ){} + + StartsWith( StartsWith const& other ) : m_data( other.m_data ){} + + virtual ~StartsWith(); + + virtual bool match( std::string const& expr ) const { + return startsWith( m_data.adjustString( expr ), m_data.m_str ); + } + virtual std::string toString() const { + return "starts with: \"" + m_data.m_str + "\"" + m_data.toStringSuffix(); + } + + CasedString m_data; + }; + + struct EndsWith : MatcherImpl { + EndsWith( std::string const& substr, CaseSensitive::Choice caseSensitivity = CaseSensitive::Yes ) + : m_data( substr, caseSensitivity ){} + EndsWith( EndsWith const& other ) : m_data( other.m_data ){} + + virtual ~EndsWith(); + + virtual bool match( std::string const& expr ) const { + return endsWith( m_data.adjustString( expr ), m_data.m_str ); + } + virtual std::string toString() const { + return "ends with: \"" + m_data.m_str + "\"" + m_data.toStringSuffix(); + } + + CasedString m_data; + }; + } // namespace StdString + } // namespace Impl + + // The following functions create the actual matcher objects. + // This allows the types to be inferred + template + inline Impl::Generic::Not Not( Impl::Matcher const& m ) { + return Impl::Generic::Not( m ); + } + + template + inline Impl::Generic::AllOf AllOf( Impl::Matcher const& m1, + Impl::Matcher const& m2 ) { + return Impl::Generic::AllOf().add( m1 ).add( m2 ); + } + template + inline Impl::Generic::AllOf AllOf( Impl::Matcher const& m1, + Impl::Matcher const& m2, + Impl::Matcher const& m3 ) { + return Impl::Generic::AllOf().add( m1 ).add( m2 ).add( m3 ); + } + template + inline Impl::Generic::AnyOf AnyOf( Impl::Matcher const& m1, + Impl::Matcher const& m2 ) { + return Impl::Generic::AnyOf().add( m1 ).add( m2 ); + } + template + inline Impl::Generic::AnyOf AnyOf( Impl::Matcher const& m1, + Impl::Matcher const& m2, + Impl::Matcher const& m3 ) { + return Impl::Generic::AnyOf().add( m1 ).add( m2 ).add( m3 ); + } + + inline Impl::StdString::Equals Equals( std::string const& str, CaseSensitive::Choice caseSensitivity = CaseSensitive::Yes ) { + return Impl::StdString::Equals( str, caseSensitivity ); + } + inline Impl::StdString::Equals Equals( const char* str, CaseSensitive::Choice caseSensitivity = CaseSensitive::Yes ) { + return Impl::StdString::Equals( Impl::StdString::makeString( str ), caseSensitivity ); + } + inline Impl::StdString::Contains Contains( std::string const& substr, CaseSensitive::Choice caseSensitivity = CaseSensitive::Yes ) { + return Impl::StdString::Contains( substr, caseSensitivity ); + } + inline Impl::StdString::Contains Contains( const char* substr, CaseSensitive::Choice caseSensitivity = CaseSensitive::Yes ) { + return Impl::StdString::Contains( Impl::StdString::makeString( substr ), caseSensitivity ); + } + inline Impl::StdString::StartsWith StartsWith( std::string const& substr ) { + return Impl::StdString::StartsWith( substr ); + } + inline Impl::StdString::StartsWith StartsWith( const char* substr ) { + return Impl::StdString::StartsWith( Impl::StdString::makeString( substr ) ); + } + inline Impl::StdString::EndsWith EndsWith( std::string const& substr ) { + return Impl::StdString::EndsWith( substr ); + } + inline Impl::StdString::EndsWith EndsWith( const char* substr ) { + return Impl::StdString::EndsWith( Impl::StdString::makeString( substr ) ); + } + +} // namespace Matchers + +using namespace Matchers; + +} // namespace Catch + namespace Catch { struct TestFailureException{}; @@ -722,11 +1241,12 @@ namespace Catch { ResultBuilder( char const* macroName, SourceLineInfo const& lineInfo, char const* capturedExpression, - ResultDisposition::Flags resultDisposition ); + ResultDisposition::Flags resultDisposition, + char const* secondArg = "" ); template - ExpressionLhs operator->* ( T const& operand ); - ExpressionLhs operator->* ( bool value ); + ExpressionLhs operator <= ( T const& operand ); + ExpressionLhs operator <= ( bool value ); template ResultBuilder& operator << ( T const& value ) { @@ -751,6 +1271,9 @@ namespace Catch { void useActiveException( ResultDisposition::Flags resultDisposition = ResultDisposition::Normal ); void captureResult( ResultWas::OfType resultType ); void captureExpression(); + void captureExpectedException( std::string const& expectedMessage ); + void captureExpectedException( Matchers::Impl::Matcher const& matcher ); + void handleResult( AssertionResult const& result ); void react(); bool shouldDebugBreak() const; bool allowThrows() const; @@ -821,37 +1344,37 @@ namespace Internal { template struct Evaluator { static bool evaluate( T1 const& lhs, T2 const& rhs) { - return opCast( lhs ) == opCast( rhs ); + return bool( opCast( lhs ) == opCast( rhs ) ); } }; template struct Evaluator { static bool evaluate( T1 const& lhs, T2 const& rhs ) { - return opCast( lhs ) != opCast( rhs ); + return bool( opCast( lhs ) != opCast( rhs ) ); } }; template struct Evaluator { static bool evaluate( T1 const& lhs, T2 const& rhs ) { - return opCast( lhs ) < opCast( rhs ); + return bool( opCast( lhs ) < opCast( rhs ) ); } }; template struct Evaluator { static bool evaluate( T1 const& lhs, T2 const& rhs ) { - return opCast( lhs ) > opCast( rhs ); + return bool( opCast( lhs ) > opCast( rhs ) ); } }; template struct Evaluator { static bool evaluate( T1 const& lhs, T2 const& rhs ) { - return opCast( lhs ) >= opCast( rhs ); + return bool( opCast( lhs ) >= opCast( rhs ) ); } }; template struct Evaluator { static bool evaluate( T1 const& lhs, T2 const& rhs ) { - return opCast( lhs ) <= opCast( rhs ); + return bool( opCast( lhs ) <= opCast( rhs ) ); } }; @@ -929,13 +1452,51 @@ namespace Internal { return Evaluator::evaluate( lhs, reinterpret_cast( rhs ) ); } +#ifdef CATCH_CONFIG_CPP11_LONG_LONG + // long long to unsigned X + template bool compare( long long lhs, unsigned int rhs ) { + return applyEvaluator( static_cast( lhs ), rhs ); + } + template bool compare( long long lhs, unsigned long rhs ) { + return applyEvaluator( static_cast( lhs ), rhs ); + } + template bool compare( long long lhs, unsigned long long rhs ) { + return applyEvaluator( static_cast( lhs ), rhs ); + } + template bool compare( long long lhs, unsigned char rhs ) { + return applyEvaluator( static_cast( lhs ), rhs ); + } + + // unsigned long long to X + template bool compare( unsigned long long lhs, int rhs ) { + return applyEvaluator( static_cast( lhs ), rhs ); + } + template bool compare( unsigned long long lhs, long rhs ) { + return applyEvaluator( static_cast( lhs ), rhs ); + } + template bool compare( unsigned long long lhs, long long rhs ) { + return applyEvaluator( static_cast( lhs ), rhs ); + } + template bool compare( unsigned long long lhs, char rhs ) { + return applyEvaluator( static_cast( lhs ), rhs ); + } + + // pointer to long long (when comparing against NULL) + template bool compare( long long lhs, T* rhs ) { + return Evaluator::evaluate( reinterpret_cast( lhs ), rhs ); + } + template bool compare( T* lhs, long long rhs ) { + return Evaluator::evaluate( lhs, reinterpret_cast( rhs ) ); + } +#endif // CATCH_CONFIG_CPP11_LONG_LONG + #ifdef CATCH_CONFIG_CPP11_NULLPTR // pointer to nullptr_t (when comparing against nullptr) template bool compare( std::nullptr_t, T* rhs ) { - return Evaluator::evaluate( NULL, rhs ); + return Evaluator::evaluate( nullptr, rhs ); } template bool compare( T* lhs, std::nullptr_t ) { - return Evaluator::evaluate( lhs, NULL ); + return Evaluator::evaluate( lhs, nullptr ); } #endif // CATCH_CONFIG_CPP11_NULLPTR @@ -949,40 +1510,6 @@ namespace Internal { // #included from: catch_tostring.h #define TWOBLUECUBES_CATCH_TOSTRING_H_INCLUDED -// #included from: catch_sfinae.hpp -#define TWOBLUECUBES_CATCH_SFINAE_HPP_INCLUDED - -// Try to detect if the current compiler supports SFINAE - -namespace Catch { - - struct TrueType { - static const bool value = true; - typedef void Enable; - char sizer[1]; - }; - struct FalseType { - static const bool value = false; - typedef void Disable; - char sizer[2]; - }; - -#ifdef CATCH_CONFIG_SFINAE - - template struct NotABooleanExpression; - - template struct If : NotABooleanExpression {}; - template<> struct If : TrueType {}; - template<> struct If : FalseType {}; - - template struct SizedIf; - template<> struct SizedIf : TrueType {}; - template<> struct SizedIf : FalseType {}; - -#endif // CATCH_CONFIG_SFINAE - -} // end namespace Catch - #include #include #include @@ -1035,35 +1562,64 @@ inline id performOptionalSelector( id obj, SEL sel ) { #endif +#ifdef CATCH_CONFIG_CPP11_TUPLE +#include +#endif + +#ifdef CATCH_CONFIG_CPP11_IS_ENUM +#include +#endif + namespace Catch { -namespace Detail { -// SFINAE is currently disabled by default for all compilers. -// If the non SFINAE version of IsStreamInsertable is ambiguous for you -// and your compiler supports SFINAE, try #defining CATCH_CONFIG_SFINAE -#ifdef CATCH_CONFIG_SFINAE +// Why we're here. +template +std::string toString( T const& value ); - template - class IsStreamInsertableHelper { - template struct TrueIfSizeable : TrueType {}; +// Built in overloads - template - static TrueIfSizeable dummy(T2*); - static FalseType dummy(...); +std::string toString( std::string const& value ); +std::string toString( std::wstring const& value ); +std::string toString( const char* const value ); +std::string toString( char* const value ); +std::string toString( const wchar_t* const value ); +std::string toString( wchar_t* const value ); +std::string toString( int value ); +std::string toString( unsigned long value ); +std::string toString( unsigned int value ); +std::string toString( const double value ); +std::string toString( const float value ); +std::string toString( bool value ); +std::string toString( char value ); +std::string toString( signed char value ); +std::string toString( unsigned char value ); - public: - typedef SizedIf type; - }; +#ifdef CATCH_CONFIG_CPP11_LONG_LONG +std::string toString( long long value ); +std::string toString( unsigned long long value ); +#endif - template - struct IsStreamInsertable : IsStreamInsertableHelper::type {}; +#ifdef CATCH_CONFIG_CPP11_NULLPTR +std::string toString( std::nullptr_t ); +#endif -#else +#ifdef __OBJC__ + std::string toString( NSString const * const& nsstring ); + std::string toString( NSString * CATCH_ARC_STRONG const& nsstring ); + std::string toString( NSObject* const& nsObject ); +#endif + +namespace Detail { + + extern const std::string unprintableString; struct BorgType { template BorgType( T const& ); }; + struct TrueType { char sizer[1]; }; + struct FalseType { char sizer[2]; }; + TrueType& testStreamable( std::ostream& ); FalseType testStreamable( FalseType ); @@ -1076,12 +1632,38 @@ namespace Detail { enum { value = sizeof( testStreamable(s << t) ) == sizeof( TrueType ) }; }; -#endif +#if defined(CATCH_CONFIG_CPP11_IS_ENUM) + template::value + > + struct EnumStringMaker + { + static std::string convert( T const& ) { return unprintableString; } + }; + template + struct EnumStringMaker + { + static std::string convert( T const& v ) + { + return ::Catch::toString( + static_cast::type>(v) + ); + } + }; +#endif template struct StringMakerBase { +#if defined(CATCH_CONFIG_CPP11_IS_ENUM) + template + static std::string convert( T const& v ) + { + return EnumStringMaker::convert( v ); + } +#else template - static std::string convert( T const& ) { return "{?}"; } + static std::string convert( T const& ) { return unprintableString; } +#endif }; template<> @@ -1104,9 +1686,6 @@ namespace Detail { } // end namespace Detail template -std::string toString( T const& value ); - -template struct StringMaker : Detail::StringMakerBase::value> {}; @@ -1115,7 +1694,7 @@ struct StringMaker { template static std::string convert( U* p ) { if( !p ) - return INTERNAL_CATCH_STRINGIFY( NULL ); + return "NULL"; else return Detail::rawMemoryToString( p ); } @@ -1125,7 +1704,7 @@ template struct StringMaker { static std::string convert( R C::* p ) { if( !p ) - return INTERNAL_CATCH_STRINGIFY( NULL ); + return "NULL"; else return Detail::rawMemoryToString( p ); } @@ -1136,12 +1715,59 @@ namespace Detail { std::string rangeToString( InputIterator first, InputIterator last ); } +//template +//struct StringMaker > { +// static std::string convert( std::vector const& v ) { +// return Detail::rangeToString( v.begin(), v.end() ); +// } +//}; + template -struct StringMaker > { - static std::string convert( std::vector const& v ) { - return Detail::rangeToString( v.begin(), v.end() ); +std::string toString( std::vector const& v ) { + return Detail::rangeToString( v.begin(), v.end() ); +} + +#ifdef CATCH_CONFIG_CPP11_TUPLE + +// toString for tuples +namespace TupleDetail { + template< + typename Tuple, + std::size_t N = 0, + bool = (N < std::tuple_size::value) + > + struct ElementPrinter { + static void print( const Tuple& tuple, std::ostream& os ) + { + os << ( N ? ", " : " " ) + << Catch::toString(std::get(tuple)); + ElementPrinter::print(tuple,os); + } + }; + + template< + typename Tuple, + std::size_t N + > + struct ElementPrinter { + static void print( const Tuple&, std::ostream& ) {} + }; + +} + +template +struct StringMaker> { + + static std::string convert( const std::tuple& tuple ) + { + std::ostringstream os; + os << '{'; + TupleDetail::ElementPrinter>::print( tuple, os ); + os << " }"; + return os.str(); } }; +#endif // CATCH_CONFIG_CPP11_TUPLE namespace Detail { template @@ -1162,44 +1788,15 @@ std::string toString( T const& value ) { return StringMaker::convert( value ); } -// Built in overloads - -std::string toString( std::string const& value ); -std::string toString( std::wstring const& value ); -std::string toString( const char* const value ); -std::string toString( char* const value ); -std::string toString( const wchar_t* const value ); -std::string toString( wchar_t* const value ); -std::string toString( int value ); -std::string toString( unsigned long value ); -std::string toString( unsigned int value ); -std::string toString( const double value ); -std::string toString( const float value ); -std::string toString( bool value ); -std::string toString( char value ); -std::string toString( signed char value ); -std::string toString( unsigned char value ); - -#ifdef CATCH_CONFIG_CPP11_NULLPTR -std::string toString( std::nullptr_t ); -#endif - -#ifdef __OBJC__ - std::string toString( NSString const * const& nsstring ); - std::string toString( NSString * CATCH_ARC_STRONG const& nsstring ); - std::string toString( NSObject* const& nsObject ); -#endif - namespace Detail { template std::string rangeToString( InputIterator first, InputIterator last ) { std::ostringstream oss; oss << "{ "; if( first != last ) { - oss << toString( *first ); - for( ++first ; first != last ; ++first ) { - oss << ", " << toString( *first ); - } + oss << Catch::toString( *first ); + for( ++first ; first != last ; ++first ) + oss << ", " << Catch::toString( *first ); } oss << " }"; return oss.str(); @@ -1215,13 +1812,13 @@ namespace Catch { template class ExpressionLhs { ExpressionLhs& operator = ( ExpressionLhs const& ); -# ifdef CATCH_CPP11_OR_GREATER +# ifdef CATCH_CONFIG_CPP11_GENERATED_METHODS ExpressionLhs& operator = ( ExpressionLhs && ) = delete; # endif public: ExpressionLhs( ResultBuilder& rb, T lhs ) : m_rb( rb ), m_lhs( lhs ) {} -# ifdef CATCH_CPP11_OR_GREATER +# ifdef CATCH_CONFIG_CPP11_GENERATED_METHODS ExpressionLhs( ExpressionLhs const& ) = default; ExpressionLhs( ExpressionLhs && ) = default; # endif @@ -1302,11 +1899,11 @@ class ExpressionLhs { namespace Catch { template - inline ExpressionLhs ResultBuilder::operator->* ( T const& operand ) { + inline ExpressionLhs ResultBuilder::operator <= ( T const& operand ) { return ExpressionLhs( *this, operand ); } - inline ExpressionLhs ResultBuilder::operator->* ( bool value ) { + inline ExpressionLhs ResultBuilder::operator <= ( bool value ) { return ExpressionLhs( *this, value ); } @@ -1379,6 +1976,7 @@ namespace Catch { class AssertionResult; struct AssertionInfo; struct SectionInfo; + struct SectionEndInfo; struct MessageInfo; class ScopedMessageBuilder; struct Counts; @@ -1390,12 +1988,15 @@ namespace Catch { virtual void assertionEnded( AssertionResult const& result ) = 0; virtual bool sectionStarted( SectionInfo const& sectionInfo, Counts& assertions ) = 0; - virtual void sectionEnded( SectionInfo const& name, Counts const& assertions, double _durationInSeconds ) = 0; + virtual void sectionEnded( SectionEndInfo const& endInfo ) = 0; + virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) = 0; virtual void pushScopedMessage( MessageInfo const& message ) = 0; virtual void popScopedMessage( MessageInfo const& message ) = 0; virtual std::string getCurrentTestName() const = 0; virtual const AssertionResult* getLastResult() const = 0; + + virtual void handleFatalErrorCondition( std::string const& message ) = 0; }; IResultCapture& getResultCapture(); @@ -1476,13 +2077,14 @@ namespace Catch { do { \ Catch::ResultBuilder __catchResult( macroName, CATCH_INTERNAL_LINEINFO, #expr, resultDisposition ); \ try { \ - ( __catchResult->*expr ).endExpression(); \ + CATCH_INTERNAL_SUPPRESS_PARENTHESES_WARNINGS \ + ( __catchResult <= expr ).endExpression(); \ } \ catch( ... ) { \ __catchResult.useActiveException( Catch::ResultDisposition::Normal ); \ } \ INTERNAL_CATCH_REACT( __catchResult ) \ - } while( Catch::isTrue( false && (expr) ) ) // expr here is never evaluated at runtime but it forces the compiler to give it a look + } while( Catch::isTrue( false && !!(expr) ) ) // expr here is never evaluated at runtime but it forces the compiler to give it a look /////////////////////////////////////////////////////////////////////////////// #define INTERNAL_CATCH_IF( expr, resultDisposition, macroName ) \ @@ -1509,16 +2111,16 @@ namespace Catch { } while( Catch::alwaysFalse() ) /////////////////////////////////////////////////////////////////////////////// -#define INTERNAL_CATCH_THROWS( expr, resultDisposition, macroName ) \ +#define INTERNAL_CATCH_THROWS( expr, resultDisposition, matcher, macroName ) \ do { \ - Catch::ResultBuilder __catchResult( macroName, CATCH_INTERNAL_LINEINFO, #expr, resultDisposition ); \ + Catch::ResultBuilder __catchResult( macroName, CATCH_INTERNAL_LINEINFO, #expr, resultDisposition, #matcher ); \ if( __catchResult.allowThrows() ) \ try { \ expr; \ __catchResult.captureResult( Catch::ResultWas::DidntThrowException ); \ } \ catch( ... ) { \ - __catchResult.captureResult( Catch::ResultWas::Ok ); \ + __catchResult.captureExpectedException( matcher ); \ } \ else \ __catchResult.captureResult( Catch::ResultWas::Ok ); \ @@ -1571,14 +2173,14 @@ namespace Catch { /////////////////////////////////////////////////////////////////////////////// #define INTERNAL_CHECK_THAT( arg, matcher, resultDisposition, macroName ) \ do { \ - Catch::ResultBuilder __catchResult( macroName, CATCH_INTERNAL_LINEINFO, #arg " " #matcher, resultDisposition ); \ + Catch::ResultBuilder __catchResult( macroName, CATCH_INTERNAL_LINEINFO, #arg ", " #matcher, resultDisposition ); \ try { \ - std::string matcherAsString = ::Catch::Matchers::matcher.toString(); \ + std::string matcherAsString = (matcher).toString(); \ __catchResult \ .setLhs( Catch::toString( arg ) ) \ - .setRhs( matcherAsString == "{?}" ? #matcher : matcherAsString ) \ + .setRhs( matcherAsString == Catch::Detail::unprintableString ? #matcher : matcherAsString ) \ .setOp( "matches" ) \ - .setResultType( ::Catch::Matchers::matcher.match( arg ) ); \ + .setResultType( (matcher).match( arg ) ); \ __catchResult.captureExpression(); \ } catch( ... ) { \ __catchResult.useActiveException( resultDisposition | Catch::ResultDisposition::ContinueOnFailure ); \ @@ -1592,21 +2194,6 @@ namespace Catch { // #included from: catch_section_info.h #define TWOBLUECUBES_CATCH_SECTION_INFO_H_INCLUDED -namespace Catch { - - struct SectionInfo { - SectionInfo - ( SourceLineInfo const& _lineInfo, - std::string const& _name, - std::string const& _description = std::string() ); - - std::string name; - std::string description; - SourceLineInfo lineInfo; - }; - -} // end namespace Catch - // #included from: catch_totals.hpp #define TWOBLUECUBES_CATCH_TOTALS_HPP_INCLUDED @@ -1637,6 +2224,9 @@ namespace Catch { bool allPassed() const { return failed == 0 && failedButOk == 0; } + bool allOk() const { + return failed == 0; + } std::size_t passed; std::size_t failed; @@ -1674,6 +2264,31 @@ namespace Catch { }; } +namespace Catch { + + struct SectionInfo { + SectionInfo + ( SourceLineInfo const& _lineInfo, + std::string const& _name, + std::string const& _description = std::string() ); + + std::string name; + std::string description; + SourceLineInfo lineInfo; + }; + + struct SectionEndInfo { + SectionEndInfo( SectionInfo const& _sectionInfo, Counts const& _prevAssertions, double _durationInSeconds ) + : sectionInfo( _sectionInfo ), prevAssertions( _prevAssertions ), durationInSeconds( _durationInSeconds ) + {} + + SectionInfo sectionInfo; + Counts prevAssertions; + double durationInSeconds; + }; + +} // end namespace Catch + // #included from: catch_timer.h #define TWOBLUECUBES_CATCH_TIMER_H_INCLUDED @@ -1689,7 +2304,7 @@ namespace Catch { public: Timer() : m_ticks( 0 ) {} void start(); - unsigned int getElapsedNanoseconds() const; + unsigned int getElapsedMicroseconds() const; unsigned int getElapsedMilliseconds() const; double getElapsedSeconds() const; @@ -1703,7 +2318,7 @@ namespace Catch { namespace Catch { - class Section { + class Section : NonCopyable { public: Section( SectionInfo const& info ); ~Section(); @@ -1712,15 +2327,6 @@ namespace Catch { operator bool() const; private: -#ifdef CATCH_CPP11_OR_GREATER - Section( Section const& ) = delete; - Section( Section && ) = delete; - Section& operator = ( Section const& ) = delete; - Section& operator = ( Section && ) = delete; -#else - Section( Section const& info ); - Section& operator = ( Section const& ); -#endif SectionInfo m_info; std::string m_name; @@ -1923,6 +2529,8 @@ using namespace Generators; #define TWOBLUECUBES_CATCH_INTERFACES_EXCEPTION_H_INCLUDED #include +#include + // #included from: catch_interfaces_registry_hub.h #define TWOBLUECUBES_CATCH_INTERFACES_REGISTRY_HUB_H_INCLUDED @@ -1947,7 +2555,8 @@ namespace Catch { struct IMutableRegistryHub { virtual ~IMutableRegistryHub(); - virtual void registerReporter( std::string const& name, IReporterFactory* factory ) = 0; + virtual void registerReporter( std::string const& name, Ptr const& factory ) = 0; + virtual void registerListener( Ptr const& factory ) = 0; virtual void registerTest( TestCase const& testInfo ) = 0; virtual void registerTranslator( const IExceptionTranslator* translator ) = 0; }; @@ -1959,14 +2568,16 @@ namespace Catch { } - namespace Catch { typedef std::string(*exceptionTranslateFunction)(); + struct IExceptionTranslator; + typedef std::vector ExceptionTranslators; + struct IExceptionTranslator { virtual ~IExceptionTranslator(); - virtual std::string translate() const = 0; + virtual std::string translate( ExceptionTranslators::const_iterator it, ExceptionTranslators::const_iterator itEnd ) const = 0; }; struct IExceptionTranslatorRegistry { @@ -1984,9 +2595,12 @@ namespace Catch { : m_translateFunction( translateFunction ) {} - virtual std::string translate() const { + virtual std::string translate( ExceptionTranslators::const_iterator it, ExceptionTranslators::const_iterator itEnd ) const CATCH_OVERRIDE { try { - throw; + if( it == itEnd ) + throw; + else + return (*it)->translate( it+1, itEnd ); } catch( T& ex ) { return m_translateFunction( ex ); @@ -2007,10 +2621,12 @@ namespace Catch { } /////////////////////////////////////////////////////////////////////////////// -#define INTERNAL_CATCH_TRANSLATE_EXCEPTION( signature ) \ - static std::string INTERNAL_CATCH_UNIQUE_NAME( catch_internal_ExceptionTranslator )( signature ); \ - namespace{ Catch::ExceptionTranslatorRegistrar INTERNAL_CATCH_UNIQUE_NAME( catch_internal_ExceptionRegistrar )( &INTERNAL_CATCH_UNIQUE_NAME( catch_internal_ExceptionTranslator ) ); }\ - static std::string INTERNAL_CATCH_UNIQUE_NAME( catch_internal_ExceptionTranslator )( signature ) +#define INTERNAL_CATCH_TRANSLATE_EXCEPTION2( translatorName, signature ) \ + static std::string translatorName( signature ); \ + namespace{ Catch::ExceptionTranslatorRegistrar INTERNAL_CATCH_UNIQUE_NAME( catch_internal_ExceptionRegistrar )( &translatorName ); }\ + static std::string translatorName( signature ) + +#define INTERNAL_CATCH_TRANSLATE_EXCEPTION( signature ) INTERNAL_CATCH_TRANSLATE_EXCEPTION2( INTERNAL_CATCH_UNIQUE_NAME( catch_internal_ExceptionTranslator ), signature ) // #included from: internal/catch_approx.hpp #define TWOBLUECUBES_CATCH_APPROX_HPP_INCLUDED @@ -2060,263 +2676,58 @@ namespace Detail { } friend bool operator != ( Approx const& lhs, double rhs ) { - return !operator==( rhs, lhs ); - } - - Approx& epsilon( double newEpsilon ) { - m_epsilon = newEpsilon; - return *this; - } - - Approx& scale( double newScale ) { - m_scale = newScale; - return *this; - } - - std::string toString() const { - std::ostringstream oss; - oss << "Approx( " << Catch::toString( m_value ) << " )"; - return oss.str(); - } - - private: - double m_epsilon; - double m_scale; - double m_value; - }; -} - -template<> -inline std::string toString( Detail::Approx const& value ) { - return value.toString(); -} - -} // end namespace Catch - -// #included from: internal/catch_matchers.hpp -#define TWOBLUECUBES_CATCH_MATCHERS_HPP_INCLUDED - -namespace Catch { -namespace Matchers { - namespace Impl { - - template - struct Matcher : SharedImpl - { - typedef ExpressionT ExpressionType; - - virtual ~Matcher() {} - virtual Ptr clone() const = 0; - virtual bool match( ExpressionT const& expr ) const = 0; - virtual std::string toString() const = 0; - }; - - template - struct MatcherImpl : Matcher { - - virtual Ptr > clone() const { - return Ptr >( new DerivedT( static_cast( *this ) ) ); - } - }; - - namespace Generic { - - template - class AllOf : public MatcherImpl, ExpressionT> { - public: - - AllOf() {} - AllOf( AllOf const& other ) : m_matchers( other.m_matchers ) {} - - AllOf& add( Matcher const& matcher ) { - m_matchers.push_back( matcher.clone() ); - return *this; - } - virtual bool match( ExpressionT const& expr ) const - { - for( std::size_t i = 0; i < m_matchers.size(); ++i ) - if( !m_matchers[i]->match( expr ) ) - return false; - return true; - } - virtual std::string toString() const { - std::ostringstream oss; - oss << "( "; - for( std::size_t i = 0; i < m_matchers.size(); ++i ) { - if( i != 0 ) - oss << " and "; - oss << m_matchers[i]->toString(); - } - oss << " )"; - return oss.str(); - } - - private: - std::vector > > m_matchers; - }; - - template - class AnyOf : public MatcherImpl, ExpressionT> { - public: - - AnyOf() {} - AnyOf( AnyOf const& other ) : m_matchers( other.m_matchers ) {} - - AnyOf& add( Matcher const& matcher ) { - m_matchers.push_back( matcher.clone() ); - return *this; - } - virtual bool match( ExpressionT const& expr ) const - { - for( std::size_t i = 0; i < m_matchers.size(); ++i ) - if( m_matchers[i]->match( expr ) ) - return true; - return false; - } - virtual std::string toString() const { - std::ostringstream oss; - oss << "( "; - for( std::size_t i = 0; i < m_matchers.size(); ++i ) { - if( i != 0 ) - oss << " or "; - oss << m_matchers[i]->toString(); - } - oss << " )"; - return oss.str(); - } - - private: - std::vector > > m_matchers; - }; - - } - - namespace StdString { - - inline std::string makeString( std::string const& str ) { return str; } - inline std::string makeString( const char* str ) { return str ? std::string( str ) : std::string(); } - - struct Equals : MatcherImpl { - Equals( std::string const& str ) : m_str( str ){} - Equals( Equals const& other ) : m_str( other.m_str ){} - - virtual ~Equals(); - - virtual bool match( std::string const& expr ) const { - return m_str == expr; - } - virtual std::string toString() const { - return "equals: \"" + m_str + "\""; - } - - std::string m_str; - }; - - struct Contains : MatcherImpl { - Contains( std::string const& substr ) : m_substr( substr ){} - Contains( Contains const& other ) : m_substr( other.m_substr ){} - - virtual ~Contains(); - - virtual bool match( std::string const& expr ) const { - return expr.find( m_substr ) != std::string::npos; - } - virtual std::string toString() const { - return "contains: \"" + m_substr + "\""; - } - - std::string m_substr; - }; - - struct StartsWith : MatcherImpl { - StartsWith( std::string const& substr ) : m_substr( substr ){} - StartsWith( StartsWith const& other ) : m_substr( other.m_substr ){} - - virtual ~StartsWith(); - - virtual bool match( std::string const& expr ) const { - return expr.find( m_substr ) == 0; - } - virtual std::string toString() const { - return "starts with: \"" + m_substr + "\""; - } + return !operator==( rhs, lhs ); + } - std::string m_substr; - }; + friend bool operator <= ( double lhs, Approx const& rhs ) + { + return lhs < rhs.m_value || lhs == rhs; + } - struct EndsWith : MatcherImpl { - EndsWith( std::string const& substr ) : m_substr( substr ){} - EndsWith( EndsWith const& other ) : m_substr( other.m_substr ){} + friend bool operator <= ( Approx const& lhs, double rhs ) + { + return lhs.m_value < rhs || lhs == rhs; + } - virtual ~EndsWith(); + friend bool operator >= ( double lhs, Approx const& rhs ) + { + return lhs > rhs.m_value || lhs == rhs; + } - virtual bool match( std::string const& expr ) const { - return expr.find( m_substr ) == expr.size() - m_substr.size(); - } - virtual std::string toString() const { - return "ends with: \"" + m_substr + "\""; - } + friend bool operator >= ( Approx const& lhs, double rhs ) + { + return lhs.m_value > rhs || lhs == rhs; + } - std::string m_substr; - }; - } // namespace StdString - } // namespace Impl + Approx& epsilon( double newEpsilon ) { + m_epsilon = newEpsilon; + return *this; + } - // The following functions create the actual matcher objects. - // This allows the types to be inferred - template - inline Impl::Generic::AllOf AllOf( Impl::Matcher const& m1, - Impl::Matcher const& m2 ) { - return Impl::Generic::AllOf().add( m1 ).add( m2 ); - } - template - inline Impl::Generic::AllOf AllOf( Impl::Matcher const& m1, - Impl::Matcher const& m2, - Impl::Matcher const& m3 ) { - return Impl::Generic::AllOf().add( m1 ).add( m2 ).add( m3 ); - } - template - inline Impl::Generic::AnyOf AnyOf( Impl::Matcher const& m1, - Impl::Matcher const& m2 ) { - return Impl::Generic::AnyOf().add( m1 ).add( m2 ); - } - template - inline Impl::Generic::AnyOf AnyOf( Impl::Matcher const& m1, - Impl::Matcher const& m2, - Impl::Matcher const& m3 ) { - return Impl::Generic::AnyOf().add( m1 ).add( m2 ).add( m3 ); - } + Approx& scale( double newScale ) { + m_scale = newScale; + return *this; + } - inline Impl::StdString::Equals Equals( std::string const& str ) { - return Impl::StdString::Equals( str ); - } - inline Impl::StdString::Equals Equals( const char* str ) { - return Impl::StdString::Equals( Impl::StdString::makeString( str ) ); - } - inline Impl::StdString::Contains Contains( std::string const& substr ) { - return Impl::StdString::Contains( substr ); - } - inline Impl::StdString::Contains Contains( const char* substr ) { - return Impl::StdString::Contains( Impl::StdString::makeString( substr ) ); - } - inline Impl::StdString::StartsWith StartsWith( std::string const& substr ) { - return Impl::StdString::StartsWith( substr ); - } - inline Impl::StdString::StartsWith StartsWith( const char* substr ) { - return Impl::StdString::StartsWith( Impl::StdString::makeString( substr ) ); - } - inline Impl::StdString::EndsWith EndsWith( std::string const& substr ) { - return Impl::StdString::EndsWith( substr ); - } - inline Impl::StdString::EndsWith EndsWith( const char* substr ) { - return Impl::StdString::EndsWith( Impl::StdString::makeString( substr ) ); - } + std::string toString() const { + std::ostringstream oss; + oss << "Approx( " << Catch::toString( m_value ) << " )"; + return oss.str(); + } -} // namespace Matchers + private: + double m_epsilon; + double m_scale; + double m_value; + }; +} -using namespace Matchers; +template<> +inline std::string toString( Detail::Approx const& value ) { + return value.toString(); +} -} // namespace Catch +} // end namespace Catch // #included from: internal/catch_interfaces_tag_alias_registry.h #define TWOBLUECUBES_CATCH_INTERFACES_TAG_ALIAS_REGISTRY_H_INCLUDED @@ -2351,12 +2762,12 @@ namespace Catch { template class Option { public: - Option() : nullableValue( NULL ) {} + Option() : nullableValue( CATCH_NULL ) {} Option( T const& _value ) : nullableValue( new( storage ) T( _value ) ) {} Option( Option const& _other ) - : nullableValue( _other ? new( storage ) T( *_other ) : NULL ) + : nullableValue( _other ? new( storage ) T( *_other ) : CATCH_NULL ) {} ~Option() { @@ -2380,7 +2791,7 @@ namespace Catch { void reset() { if( nullableValue ) nullableValue->~T(); - nullableValue = NULL; + nullableValue = CATCH_NULL; } T& operator*() { return *nullableValue; } @@ -2392,10 +2803,10 @@ namespace Catch { return nullableValue ? *nullableValue : defaultValue; } - bool some() const { return nullableValue != NULL; } - bool none() const { return nullableValue == NULL; } + bool some() const { return nullableValue != CATCH_NULL; } + bool none() const { return nullableValue == CATCH_NULL; } - bool operator !() const { return nullableValue == NULL; } + bool operator !() const { return nullableValue == CATCH_NULL; } operator SafeBool::type() const { return SafeBool::makeSafe( some() ); } @@ -2453,6 +2864,8 @@ namespace Catch { TestCaseInfo( TestCaseInfo const& other ); + friend void setTags( TestCaseInfo& testCaseInfo, std::set const& tags ); + bool isHidden() const; bool throws() const; bool okToFail() const; @@ -2565,7 +2978,7 @@ namespace Catch { inline size_t registerTestMethods() { size_t noTestMethods = 0; - int noClasses = objc_getClassList( NULL, 0 ); + int noClasses = objc_getClassList( CATCH_NULL, 0 ); Class* classes = (CATCH_UNSAFE_UNRETAINED Class *)malloc( sizeof(Class) * noClasses); objc_getClassList( classes, noClasses ); @@ -2695,7 +3108,7 @@ return @ desc; \ #endif -#ifdef CATCH_CONFIG_RUNNER +#ifdef CATCH_IMPL // #included from: internal/catch_impl.hpp #define TWOBLUECUBES_CATCH_IMPL_HPP_INCLUDED @@ -2707,7 +3120,7 @@ return @ desc; \ #pragma clang diagnostic ignored "-Wweak-vtables" #endif -// #included from: catch_runner.hpp +// #included from: ../catch_session.hpp #define TWOBLUECUBES_CATCH_RUNNER_HPP_INCLUDED // #included from: internal/catch_commandline.hpp @@ -2732,6 +3145,67 @@ return @ desc; \ #pragma clang diagnostic ignored "-Wpadded" #endif +// #included from: catch_wildcard_pattern.hpp +#define TWOBLUECUBES_CATCH_WILDCARD_PATTERN_HPP_INCLUDED + +namespace Catch +{ + class WildcardPattern { + enum WildcardPosition { + NoWildcard = 0, + WildcardAtStart = 1, + WildcardAtEnd = 2, + WildcardAtBothEnds = WildcardAtStart | WildcardAtEnd + }; + + public: + + WildcardPattern( std::string const& pattern, CaseSensitive::Choice caseSensitivity ) + : m_caseSensitivity( caseSensitivity ), + m_wildcard( NoWildcard ), + m_pattern( adjustCase( pattern ) ) + { + if( startsWith( m_pattern, "*" ) ) { + m_pattern = m_pattern.substr( 1 ); + m_wildcard = WildcardAtStart; + } + if( endsWith( m_pattern, "*" ) ) { + m_pattern = m_pattern.substr( 0, m_pattern.size()-1 ); + m_wildcard = static_cast( m_wildcard | WildcardAtEnd ); + } + } + virtual ~WildcardPattern(); + virtual bool matches( std::string const& str ) const { + switch( m_wildcard ) { + case NoWildcard: + return m_pattern == adjustCase( str ); + case WildcardAtStart: + return endsWith( adjustCase( str ), m_pattern ); + case WildcardAtEnd: + return startsWith( adjustCase( str ), m_pattern ); + case WildcardAtBothEnds: + return contains( adjustCase( str ), m_pattern ); + } + +#ifdef __clang__ +#pragma clang diagnostic push +#pragma clang diagnostic ignored "-Wunreachable-code" +#endif + throw std::logic_error( "Unknown enum" ); +#ifdef __clang__ +#pragma clang diagnostic pop +#endif + } + private: + std::string adjustCase( std::string const& str ) const { + return m_caseSensitivity == CaseSensitive::No ? toLower( str ) : str; + } + CaseSensitive::Choice m_caseSensitivity; + WildcardPosition m_wildcard; + std::string m_pattern; + }; +} + #include #include @@ -2743,50 +3217,18 @@ namespace Catch { virtual bool matches( TestCaseInfo const& testCase ) const = 0; }; class NamePattern : public Pattern { - enum WildcardPosition { - NoWildcard = 0, - WildcardAtStart = 1, - WildcardAtEnd = 2, - WildcardAtBothEnds = WildcardAtStart | WildcardAtEnd - }; - public: - NamePattern( std::string const& name ) : m_name( toLower( name ) ), m_wildcard( NoWildcard ) { - if( startsWith( m_name, "*" ) ) { - m_name = m_name.substr( 1 ); - m_wildcard = WildcardAtStart; - } - if( endsWith( m_name, "*" ) ) { - m_name = m_name.substr( 0, m_name.size()-1 ); - m_wildcard = static_cast( m_wildcard | WildcardAtEnd ); - } - } + NamePattern( std::string const& name ) + : m_wildcardPattern( toLower( name ), CaseSensitive::No ) + {} virtual ~NamePattern(); virtual bool matches( TestCaseInfo const& testCase ) const { - switch( m_wildcard ) { - case NoWildcard: - return m_name == toLower( testCase.name ); - case WildcardAtStart: - return endsWith( toLower( testCase.name ), m_name ); - case WildcardAtEnd: - return startsWith( toLower( testCase.name ), m_name ); - case WildcardAtBothEnds: - return contains( toLower( testCase.name ), m_name ); - } - -#ifdef __clang__ -#pragma clang diagnostic push -#pragma clang diagnostic ignored "-Wunreachable-code" -#endif - throw std::logic_error( "Unknown enum" ); -#ifdef __clang__ -#pragma clang diagnostic pop -#endif + return m_wildcardPattern.matches( toLower( testCase.name ) ); } private: - std::string m_name; - WildcardPosition m_wildcard; + WildcardPattern m_wildcardPattern; }; + class TagPattern : public Pattern { public: TagPattern( std::string const& tag ) : m_tag( toLower( tag ) ) {} @@ -2797,6 +3239,7 @@ namespace Catch { private: std::string m_tag; }; + class ExcludedPattern : public Pattern { public: ExcludedPattern( Ptr const& underlyingPattern ) : m_underlyingPattern( underlyingPattern ) {} @@ -2811,10 +3254,11 @@ namespace Catch { bool matches( TestCaseInfo const& testCase ) const { // All patterns in a filter must match for the filter to be a match - for( std::vector >::const_iterator it = m_patterns.begin(), itEnd = m_patterns.end(); it != itEnd; ++it ) + for( std::vector >::const_iterator it = m_patterns.begin(), itEnd = m_patterns.end(); it != itEnd; ++it ) { if( !(*it)->matches( testCase ) ) return false; - return true; + } + return true; } }; @@ -2844,11 +3288,12 @@ namespace Catch { namespace Catch { class TestSpecParser { - enum Mode{ None, Name, QuotedName, Tag }; + enum Mode{ None, Name, QuotedName, Tag, EscapedName }; Mode m_mode; bool m_exclusion; std::size_t m_start, m_pos; std::string m_arg; + std::vector m_escapeChars; TestSpec::Filter m_currentFilter; TestSpec m_testSpec; ITagAliasRegistry const* m_tagAliases; @@ -2861,6 +3306,7 @@ namespace Catch { m_exclusion = false; m_start = std::string::npos; m_arg = m_tagAliases->expandAliases( arg ); + m_escapeChars.clear(); for( m_pos = 0; m_pos < m_arg.size(); ++m_pos ) visitChar( m_arg[m_pos] ); if( m_mode == Name ) @@ -2879,6 +3325,7 @@ namespace Catch { case '~': m_exclusion = true; return; case '[': return startNewMode( Tag, ++m_pos ); case '"': return startNewMode( QuotedName, ++m_pos ); + case '\\': return escape(); default: startNewMode( Name, m_pos ); break; } } @@ -2894,7 +3341,11 @@ namespace Catch { addPattern(); startNewMode( Tag, ++m_pos ); } + else if( c == '\\' ) + escape(); } + else if( m_mode == EscapedName ) + m_mode = Name; else if( m_mode == QuotedName && c == '"' ) addPattern(); else if( m_mode == Tag && c == ']' ) @@ -2904,10 +3355,17 @@ namespace Catch { m_mode = mode; m_start = start; } + void escape() { + m_mode = EscapedName; + m_escapeChars.push_back( m_pos ); + } std::string subString() const { return m_arg.substr( m_start, m_pos - m_start ); } template void addPattern() { std::string token = subString(); + for( size_t i = 0; i < m_escapeChars.size(); ++i ) + token = token.substr( 0, m_escapeChars[i] ) + token.substr( m_escapeChars[i]+1 ); + m_escapeChars.clear(); if( startsWith( token, "exclude:" ) ) { m_exclusion = true; token = token.substr( 8 ); @@ -2963,6 +3421,16 @@ namespace Catch { Always, Never }; }; + struct RunTests { enum InWhatOrder { + InDeclarationOrder, + InLexicographicalOrder, + InRandomOrder + }; }; + struct UseColour { enum YesOrNo { + Auto, + Yes, + No + }; }; class TestSpec; @@ -2980,30 +3448,71 @@ namespace Catch { virtual bool showInvisibles() const = 0; virtual ShowDurations::OrNot showDurations() const = 0; virtual TestSpec const& testSpec() const = 0; + virtual RunTests::InWhatOrder runOrder() const = 0; + virtual unsigned int rngSeed() const = 0; + virtual UseColour::YesOrNo useColour() const = 0; }; } // #included from: catch_stream.h #define TWOBLUECUBES_CATCH_STREAM_H_INCLUDED +// #included from: catch_streambuf.h +#define TWOBLUECUBES_CATCH_STREAMBUF_H_INCLUDED + #include -#ifdef __clang__ -#pragma clang diagnostic ignored "-Wpadded" -#endif +namespace Catch { + + class StreamBufBase : public std::streambuf { + public: + virtual ~StreamBufBase() CATCH_NOEXCEPT; + }; +} + +#include +#include +#include +#include namespace Catch { - class Stream { + std::ostream& cout(); + std::ostream& cerr(); + + struct IStream { + virtual ~IStream() CATCH_NOEXCEPT; + virtual std::ostream& stream() const = 0; + }; + + class FileStream : public IStream { + mutable std::ofstream m_ofs; public: - Stream(); - Stream( std::streambuf* _streamBuf, bool _isOwned ); - void release(); + FileStream( std::string const& filename ); + virtual ~FileStream() CATCH_NOEXCEPT; + public: // IStream + virtual std::ostream& stream() const CATCH_OVERRIDE; + }; - std::streambuf* streamBuf; + class CoutStream : public IStream { + mutable std::ostream m_os; + public: + CoutStream(); + virtual ~CoutStream() CATCH_NOEXCEPT; - private: - bool isOwned; + public: // IStream + virtual std::ostream& stream() const CATCH_OVERRIDE; + }; + + class DebugOutStream : public IStream { + CATCH_AUTO_PTR( StreamBufBase ) m_streamBuf; + mutable std::ostream m_os; + public: + DebugOutStream(); + virtual ~DebugOutStream() CATCH_NOEXCEPT; + + public: // IStream + virtual std::ostream& stream() const CATCH_OVERRIDE; }; } @@ -3011,6 +3520,7 @@ namespace Catch { #include #include #include +#include #ifndef CATCH_CONFIG_CONSOLE_WIDTH #define CATCH_CONFIG_CONSOLE_WIDTH 80 @@ -3030,10 +3540,14 @@ namespace Catch { noThrow( false ), showHelp( false ), showInvisibles( false ), + filenamesAsTags( false ), abortAfter( -1 ), + rngSeed( 0 ), verbosity( Verbosity::Normal ), warnings( WarnAbout::Nothing ), - showDurations( ShowDurations::DefaultForReporter ) + showDurations( ShowDurations::DefaultForReporter ), + runOrder( RunTests::InDeclarationOrder ), + useColour( UseColour::Auto ) {} bool listTests; @@ -3046,18 +3560,22 @@ namespace Catch { bool noThrow; bool showHelp; bool showInvisibles; + bool filenamesAsTags; int abortAfter; + unsigned int rngSeed; Verbosity::Level verbosity; WarnAbout::What warnings; ShowDurations::OrNot showDurations; + RunTests::InWhatOrder runOrder; + UseColour::YesOrNo useColour; - std::string reporterName; std::string outputFilename; std::string name; std::string processName; + std::vector reporterNames; std::vector testsOrTags; }; @@ -3069,12 +3587,11 @@ namespace Catch { public: Config() - : m_os( std::cout.rdbuf() ) {} Config( ConfigData const& data ) : m_data( data ), - m_os( std::cout.rdbuf() ) + m_stream( openStream() ) { if( !data.testsOrTags.empty() ) { TestSpecParser parser( ITagAliasRegistry::get() ); @@ -3085,12 +3602,6 @@ namespace Catch { } virtual ~Config() { - m_os.rdbuf( std::cout.rdbuf() ); - m_stream.release(); - } - - void setFilename( std::string const& filename ) { - m_data.outputFilename = filename; } std::string const& getFilename() const { @@ -3106,18 +3617,7 @@ namespace Catch { bool shouldDebugBreak() const { return m_data.shouldDebugBreak; } - void setStreamBuf( std::streambuf* buf ) { - m_os.rdbuf( buf ? buf : std::cout.rdbuf() ); - } - - void useStream( std::string const& streamName ) { - Stream stream = createStream( streamName ); - setStreamBuf( stream.streamBuf ); - m_stream.release(); - m_stream = stream; - } - - std::string getReporterName() const { return m_data.reporterName; } + std::vector getReporterNames() const { return m_data.reporterNames; } int abortAfter() const { return m_data.abortAfter; } @@ -3128,17 +3628,32 @@ namespace Catch { // IConfig interface virtual bool allowThrows() const { return !m_data.noThrow; } - virtual std::ostream& stream() const { return m_os; } + virtual std::ostream& stream() const { return m_stream->stream(); } virtual std::string name() const { return m_data.name.empty() ? m_data.processName : m_data.name; } virtual bool includeSuccessfulResults() const { return m_data.showSuccessfulTests; } virtual bool warnAboutMissingAssertions() const { return m_data.warnings & WarnAbout::NoAssertions; } virtual ShowDurations::OrNot showDurations() const { return m_data.showDurations; } + virtual RunTests::InWhatOrder runOrder() const { return m_data.runOrder; } + virtual unsigned int rngSeed() const { return m_data.rngSeed; } + virtual UseColour::YesOrNo useColour() const { return m_data.useColour; } private: + + IStream const* openStream() { + if( m_data.outputFilename.empty() ) + return new CoutStream(); + else if( m_data.outputFilename[0] == '%' ) { + if( m_data.outputFilename == "%debug" ) + return new DebugOutStream(); + else + throw std::domain_error( "Unrecognised stream: " + m_data.outputFilename ); + } + else + return new FileStream( m_data.outputFilename ); + } ConfigData m_data; - Stream m_stream; - mutable std::ostream m_os; + CATCH_AUTO_PTR( IStream const ) m_stream; TestSpec m_testSpec; }; @@ -3158,6 +3673,8 @@ namespace Catch { #define STITCH_CLARA_OPEN_NAMESPACE namespace Catch { // #included from: ../external/clara.h +// Version 0.0.2.4 + // Only use header guard if we are not using an outer namespace #if !defined(TWOBLUECUBES_CLARA_H_INCLUDED) || defined(STITCH_CLARA_OPEN_NAMESPACE) @@ -3182,6 +3699,7 @@ namespace Catch { #include #include #include +#include // Use optional outer namespace #ifdef STITCH_TBC_TEXT_FORMAT_OUTER_NAMESPACE @@ -3309,22 +3827,172 @@ namespace Tbc { } // end namespace Tbc -#ifdef STITCH_TBC_TEXT_FORMAT_OUTER_NAMESPACE -} // end outer namespace +#ifdef STITCH_TBC_TEXT_FORMAT_OUTER_NAMESPACE +} // end outer namespace +#endif + +#endif // TBC_TEXT_FORMAT_H_INCLUDED + +// ----------- end of #include from tbc_text_format.h ----------- +// ........... back in clara.h + +#undef STITCH_TBC_TEXT_FORMAT_OPEN_NAMESPACE + +// ----------- #included from clara_compilers.h ----------- + +#ifndef TWOBLUECUBES_CLARA_COMPILERS_H_INCLUDED +#define TWOBLUECUBES_CLARA_COMPILERS_H_INCLUDED + +// Detect a number of compiler features - mostly C++11/14 conformance - by compiler +// The following features are defined: +// +// CLARA_CONFIG_CPP11_NULLPTR : is nullptr supported? +// CLARA_CONFIG_CPP11_NOEXCEPT : is noexcept supported? +// CLARA_CONFIG_CPP11_GENERATED_METHODS : The delete and default keywords for compiler generated methods +// CLARA_CONFIG_CPP11_OVERRIDE : is override supported? +// CLARA_CONFIG_CPP11_UNIQUE_PTR : is unique_ptr supported (otherwise use auto_ptr) + +// CLARA_CONFIG_CPP11_OR_GREATER : Is C++11 supported? + +// CLARA_CONFIG_VARIADIC_MACROS : are variadic macros supported? + +// In general each macro has a _NO_ form +// (e.g. CLARA_CONFIG_CPP11_NO_NULLPTR) which disables the feature. +// Many features, at point of detection, define an _INTERNAL_ macro, so they +// can be combined, en-mass, with the _NO_ forms later. + +// All the C++11 features can be disabled with CLARA_CONFIG_NO_CPP11 + +#ifdef __clang__ + +#if __has_feature(cxx_nullptr) +#define CLARA_INTERNAL_CONFIG_CPP11_NULLPTR +#endif + +#if __has_feature(cxx_noexcept) +#define CLARA_INTERNAL_CONFIG_CPP11_NOEXCEPT +#endif + +#endif // __clang__ + +//////////////////////////////////////////////////////////////////////////////// +// GCC +#ifdef __GNUC__ + +#if __GNUC__ == 4 && __GNUC_MINOR__ >= 6 && defined(__GXX_EXPERIMENTAL_CXX0X__) +#define CLARA_INTERNAL_CONFIG_CPP11_NULLPTR +#endif + +// - otherwise more recent versions define __cplusplus >= 201103L +// and will get picked up below + +#endif // __GNUC__ + +//////////////////////////////////////////////////////////////////////////////// +// Visual C++ +#ifdef _MSC_VER + +#if (_MSC_VER >= 1600) +#define CLARA_INTERNAL_CONFIG_CPP11_NULLPTR +#define CLARA_INTERNAL_CONFIG_CPP11_UNIQUE_PTR +#endif + +#if (_MSC_VER >= 1900 ) // (VC++ 13 (VS2015)) +#define CLARA_INTERNAL_CONFIG_CPP11_NOEXCEPT +#define CLARA_INTERNAL_CONFIG_CPP11_GENERATED_METHODS +#endif + +#endif // _MSC_VER + +//////////////////////////////////////////////////////////////////////////////// +// C++ language feature support + +// catch all support for C++11 +#if defined(__cplusplus) && __cplusplus >= 201103L + +#define CLARA_CPP11_OR_GREATER + +#if !defined(CLARA_INTERNAL_CONFIG_CPP11_NULLPTR) +#define CLARA_INTERNAL_CONFIG_CPP11_NULLPTR +#endif + +#ifndef CLARA_INTERNAL_CONFIG_CPP11_NOEXCEPT +#define CLARA_INTERNAL_CONFIG_CPP11_NOEXCEPT +#endif + +#ifndef CLARA_INTERNAL_CONFIG_CPP11_GENERATED_METHODS +#define CLARA_INTERNAL_CONFIG_CPP11_GENERATED_METHODS +#endif + +#if !defined(CLARA_INTERNAL_CONFIG_CPP11_OVERRIDE) +#define CLARA_INTERNAL_CONFIG_CPP11_OVERRIDE +#endif +#if !defined(CLARA_INTERNAL_CONFIG_CPP11_UNIQUE_PTR) +#define CLARA_INTERNAL_CONFIG_CPP11_UNIQUE_PTR +#endif + +#endif // __cplusplus >= 201103L + +// Now set the actual defines based on the above + anything the user has configured +#if defined(CLARA_INTERNAL_CONFIG_CPP11_NULLPTR) && !defined(CLARA_CONFIG_CPP11_NO_NULLPTR) && !defined(CLARA_CONFIG_CPP11_NULLPTR) && !defined(CLARA_CONFIG_NO_CPP11) +#define CLARA_CONFIG_CPP11_NULLPTR +#endif +#if defined(CLARA_INTERNAL_CONFIG_CPP11_NOEXCEPT) && !defined(CLARA_CONFIG_CPP11_NO_NOEXCEPT) && !defined(CLARA_CONFIG_CPP11_NOEXCEPT) && !defined(CLARA_CONFIG_NO_CPP11) +#define CLARA_CONFIG_CPP11_NOEXCEPT +#endif +#if defined(CLARA_INTERNAL_CONFIG_CPP11_GENERATED_METHODS) && !defined(CLARA_CONFIG_CPP11_NO_GENERATED_METHODS) && !defined(CLARA_CONFIG_CPP11_GENERATED_METHODS) && !defined(CLARA_CONFIG_NO_CPP11) +#define CLARA_CONFIG_CPP11_GENERATED_METHODS +#endif +#if defined(CLARA_INTERNAL_CONFIG_CPP11_OVERRIDE) && !defined(CLARA_CONFIG_NO_OVERRIDE) && !defined(CLARA_CONFIG_CPP11_OVERRIDE) && !defined(CLARA_CONFIG_NO_CPP11) +#define CLARA_CONFIG_CPP11_OVERRIDE +#endif +#if defined(CLARA_INTERNAL_CONFIG_CPP11_UNIQUE_PTR) && !defined(CLARA_CONFIG_NO_UNIQUE_PTR) && !defined(CLARA_CONFIG_CPP11_UNIQUE_PTR) && !defined(CLARA_CONFIG_NO_CPP11) +#define CLARA_CONFIG_CPP11_UNIQUE_PTR +#endif + +// noexcept support: +#if defined(CLARA_CONFIG_CPP11_NOEXCEPT) && !defined(CLARA_NOEXCEPT) +#define CLARA_NOEXCEPT noexcept +# define CLARA_NOEXCEPT_IS(x) noexcept(x) +#else +#define CLARA_NOEXCEPT throw() +# define CLARA_NOEXCEPT_IS(x) +#endif + +// nullptr support +#ifdef CLARA_CONFIG_CPP11_NULLPTR +#define CLARA_NULL nullptr +#else +#define CLARA_NULL NULL +#endif + +// override support +#ifdef CLARA_CONFIG_CPP11_OVERRIDE +#define CLARA_OVERRIDE override +#else +#define CLARA_OVERRIDE #endif -#endif // TBC_TEXT_FORMAT_H_INCLUDED +// unique_ptr support +#ifdef CLARA_CONFIG_CPP11_UNIQUE_PTR +# define CLARA_AUTO_PTR( T ) std::unique_ptr +#else +# define CLARA_AUTO_PTR( T ) std::auto_ptr +#endif -// ----------- end of #include from tbc_text_format.h ----------- -// ........... back in /Users/philnash/Dev/OSS/Clara/srcs/clara.h +#endif // TWOBLUECUBES_CLARA_COMPILERS_H_INCLUDED -#undef STITCH_TBC_TEXT_FORMAT_OPEN_NAMESPACE +// ----------- end of #include from clara_compilers.h ----------- +// ........... back in clara.h #include -#include #include #include +#if defined(WIN32) || defined(__WIN32__) || defined(_WIN32) || defined(_MSC_VER) +#define CLARA_PLATFORM_WINDOWS +#endif + // Use optional outer namespace #ifdef STITCH_CLARA_OPEN_NAMESPACE STITCH_CLARA_OPEN_NAMESPACE @@ -3373,9 +4041,12 @@ namespace Clara { inline void convertInto( std::string const& _source, std::string& _dest ) { _dest = _source; } + char toLowerCh(char c) { + return static_cast( ::tolower( c ) ); + } inline void convertInto( std::string const& _source, bool& _dest ) { std::string sourceLC = _source; - std::transform( sourceLC.begin(), sourceLC.end(), sourceLC.begin(), ::tolower ); + std::transform( sourceLC.begin(), sourceLC.end(), sourceLC.begin(), toLowerCh ); if( sourceLC == "y" || sourceLC == "1" || sourceLC == "true" || sourceLC == "yes" || sourceLC == "on" ) _dest = true; else if( sourceLC == "n" || sourceLC == "0" || sourceLC == "false" || sourceLC == "no" || sourceLC == "off" ) @@ -3383,23 +4054,15 @@ namespace Clara { else throw std::runtime_error( "Expected a boolean value but did not recognise:\n '" + _source + "'" ); } - inline void convertInto( bool _source, bool& _dest ) { - _dest = _source; - } - template - inline void convertInto( bool, T& ) { - throw std::runtime_error( "Invalid conversion" ); - } template struct IArgFunction { virtual ~IArgFunction() {} -# ifdef CATCH_CPP11_OR_GREATER +#ifdef CLARA_CONFIG_CPP11_GENERATED_METHODS IArgFunction() = default; IArgFunction( IArgFunction const& ) = default; -# endif +#endif virtual void set( ConfigT& config, std::string const& value ) const = 0; - virtual void setFlag( ConfigT& config ) const = 0; virtual bool takesArg() const = 0; virtual IArgFunction* clone() const = 0; }; @@ -3407,11 +4070,11 @@ namespace Clara { template class BoundArgFunction { public: - BoundArgFunction() : functionObj( NULL ) {} + BoundArgFunction() : functionObj( CLARA_NULL ) {} BoundArgFunction( IArgFunction* _functionObj ) : functionObj( _functionObj ) {} - BoundArgFunction( BoundArgFunction const& other ) : functionObj( other.functionObj ? other.functionObj->clone() : NULL ) {} + BoundArgFunction( BoundArgFunction const& other ) : functionObj( other.functionObj ? other.functionObj->clone() : CLARA_NULL ) {} BoundArgFunction& operator = ( BoundArgFunction const& other ) { - IArgFunction* newFunctionObj = other.functionObj ? other.functionObj->clone() : NULL; + IArgFunction* newFunctionObj = other.functionObj ? other.functionObj->clone() : CLARA_NULL; delete functionObj; functionObj = newFunctionObj; return *this; @@ -3421,13 +4084,10 @@ namespace Clara { void set( ConfigT& config, std::string const& value ) const { functionObj->set( config, value ); } - void setFlag( ConfigT& config ) const { - functionObj->setFlag( config ); - } bool takesArg() const { return functionObj->takesArg(); } bool isSet() const { - return functionObj != NULL; + return functionObj != CLARA_NULL; } private: IArgFunction* functionObj; @@ -3436,7 +4096,6 @@ namespace Clara { template struct NullBinder : IArgFunction{ virtual void set( C&, std::string const& ) const {} - virtual void setFlag( C& ) const {} virtual bool takesArg() const { return true; } virtual IArgFunction* clone() const { return new NullBinder( *this ); } }; @@ -3447,9 +4106,6 @@ namespace Clara { virtual void set( C& p, std::string const& stringValue ) const { convertInto( stringValue, p.*member ); } - virtual void setFlag( C& p ) const { - convertInto( true, p.*member ); - } virtual bool takesArg() const { return !IsBool::value; } virtual IArgFunction* clone() const { return new BoundDataMember( *this ); } M C::* member; @@ -3462,11 +4118,6 @@ namespace Clara { convertInto( stringValue, value ); (p.*member)( value ); } - virtual void setFlag( C& p ) const { - typename RemoveConstRef::type value; - convertInto( true, value ); - (p.*member)( value ); - } virtual bool takesArg() const { return !IsBool::value; } virtual IArgFunction* clone() const { return new BoundUnaryMethod( *this ); } void (C::*member)( M ); @@ -3480,9 +4131,6 @@ namespace Clara { if( value ) (p.*member)(); } - virtual void setFlag( C& p ) const { - (p.*member)(); - } virtual bool takesArg() const { return false; } virtual IArgFunction* clone() const { return new BoundNullaryMethod( *this ); } void (C::*member)(); @@ -3497,9 +4145,6 @@ namespace Clara { if( value ) function( obj ); } - virtual void setFlag( C& p ) const { - function( p ); - } virtual bool takesArg() const { return false; } virtual IArgFunction* clone() const { return new BoundUnaryFunction( *this ); } void (*function)( C& ); @@ -3513,11 +4158,6 @@ namespace Clara { convertInto( stringValue, value ); function( obj, value ); } - virtual void setFlag( C& obj ) const { - typename RemoveConstRef::type value; - convertInto( true, value ); - function( obj, value ); - } virtual bool takesArg() const { return !IsBool::value; } virtual IArgFunction* clone() const { return new BoundBinaryFunction( *this ); } void (*function)( C&, T ); @@ -3525,8 +4165,20 @@ namespace Clara { } // namespace Detail - struct Parser { - Parser() : separators( " \t=:" ) {} + inline std::vector argsToVector( int argc, char const* const* const argv ) { + std::vector args( static_cast( argc ) ); + for( std::size_t i = 0; i < static_cast( argc ); ++i ) + args[i] = argv[i]; + + return args; + } + + class Parser { + enum Mode { None, MaybeShortOpt, SlashOpt, ShortOpt, LongOpt, Positional }; + Mode mode; + std::size_t from; + bool inQuotes; + public: struct Token { enum Type { Positional, ShortOpt, LongOpt }; @@ -3535,38 +4187,75 @@ namespace Clara { std::string data; }; - void parseIntoTokens( int argc, char const * const * argv, std::vector& tokens ) const { + Parser() : mode( None ), from( 0 ), inQuotes( false ){} + + void parseIntoTokens( std::vector const& args, std::vector& tokens ) { const std::string doubleDash = "--"; - for( int i = 1; i < argc && argv[i] != doubleDash; ++i ) - parseIntoTokens( argv[i] , tokens); - } - void parseIntoTokens( std::string arg, std::vector& tokens ) const { - while( !arg.empty() ) { - Parser::Token token( Parser::Token::Positional, arg ); - arg = ""; - if( token.data[0] == '-' ) { - if( token.data.size() > 1 && token.data[1] == '-' ) { - token = Parser::Token( Parser::Token::LongOpt, token.data.substr( 2 ) ); - } - else { - token = Parser::Token( Parser::Token::ShortOpt, token.data.substr( 1 ) ); - if( token.data.size() > 1 && separators.find( token.data[1] ) == std::string::npos ) { - arg = "-" + token.data.substr( 1 ); - token.data = token.data.substr( 0, 1 ); - } - } - } - if( token.type != Parser::Token::Positional ) { - std::size_t pos = token.data.find_first_of( separators ); - if( pos != std::string::npos ) { - arg = token.data.substr( pos+1 ); - token.data = token.data.substr( 0, pos ); - } - } - tokens.push_back( token ); + for( std::size_t i = 1; i < args.size() && args[i] != doubleDash; ++i ) + parseIntoTokens( args[i], tokens); + } + + void parseIntoTokens( std::string const& arg, std::vector& tokens ) { + for( std::size_t i = 0; i <= arg.size(); ++i ) { + char c = arg[i]; + if( c == '"' ) + inQuotes = !inQuotes; + mode = handleMode( i, c, arg, tokens ); + } + } + Mode handleMode( std::size_t i, char c, std::string const& arg, std::vector& tokens ) { + switch( mode ) { + case None: return handleNone( i, c ); + case MaybeShortOpt: return handleMaybeShortOpt( i, c ); + case ShortOpt: + case LongOpt: + case SlashOpt: return handleOpt( i, c, arg, tokens ); + case Positional: return handlePositional( i, c, arg, tokens ); + default: throw std::logic_error( "Unknown mode" ); + } + } + + Mode handleNone( std::size_t i, char c ) { + if( inQuotes ) { + from = i; + return Positional; + } + switch( c ) { + case '-': return MaybeShortOpt; +#ifdef CLARA_PLATFORM_WINDOWS + case '/': from = i+1; return SlashOpt; +#endif + default: from = i; return Positional; + } + } + Mode handleMaybeShortOpt( std::size_t i, char c ) { + switch( c ) { + case '-': from = i+1; return LongOpt; + default: from = i; return ShortOpt; } } - std::string separators; + Mode handleOpt( std::size_t i, char c, std::string const& arg, std::vector& tokens ) { + if( std::string( ":=\0", 3 ).find( c ) == std::string::npos ) + return mode; + + std::string optName = arg.substr( from, i-from ); + if( mode == ShortOpt ) + for( std::size_t j = 0; j < optName.size(); ++j ) + tokens.push_back( Token( Token::ShortOpt, optName.substr( j, 1 ) ) ); + else if( mode == SlashOpt && optName.size() == 1 ) + tokens.push_back( Token( Token::ShortOpt, optName ) ); + else + tokens.push_back( Token( Token::LongOpt, optName ) ); + return None; + } + Mode handlePositional( std::size_t i, char c, std::string const& arg, std::vector& tokens ) { + if( inQuotes || std::string( "\0", 1 ).find( c ) == std::string::npos ) + return mode; + + std::string data = arg.substr( from, i-from ); + tokens.push_back( Token( Token::Positional, data ) ); + return None; + } }; template @@ -3645,12 +4334,7 @@ namespace Clara { } }; - // NOTE: std::auto_ptr is deprecated in c++11/c++0x -#if defined(__cplusplus) && __cplusplus > 199711L - typedef std::unique_ptr ArgAutoPtr; -#else - typedef std::auto_ptr ArgAutoPtr; -#endif + typedef CLARA_AUTO_PTR( Arg ) ArgAutoPtr; friend void addOptName( Arg& arg, std::string const& optName ) { @@ -3761,7 +4445,7 @@ namespace Clara { m_throwOnUnrecognisedTokens( other.m_throwOnUnrecognisedTokens ) { if( other.m_floatingArg.get() ) - m_floatingArg = ArgAutoPtr( new Arg( *other.m_floatingArg ) ); + m_floatingArg.reset( new Arg( *other.m_floatingArg ) ); } CommandLine& setThrowOnUnrecognisedTokens( bool shouldThrow = true ) { @@ -3789,7 +4473,7 @@ namespace Clara { ArgBuilder operator[]( UnpositionalTag ) { if( m_floatingArg.get() ) throw std::logic_error( "Only one unpositional argument can be added" ); - m_floatingArg = ArgAutoPtr( new Arg() ); + m_floatingArg.reset( new Arg() ); ArgBuilder builder( m_floatingArg.get() ); return builder; } @@ -3874,21 +4558,21 @@ namespace Clara { return oss.str(); } - ConfigT parse( int argc, char const * const * argv ) const { + ConfigT parse( std::vector const& args ) const { ConfigT config; - parseInto( argc, argv, config ); + parseInto( args, config ); return config; } - std::vector parseInto( int argc, char const * const * argv, ConfigT& config ) const { - std::string processName = argv[0]; + std::vector parseInto( std::vector const& args, ConfigT& config ) const { + std::string processName = args[0]; std::size_t lastSlash = processName.find_last_of( "/\\" ); if( lastSlash != std::string::npos ) processName = processName.substr( lastSlash+1 ); m_boundProcessName.set( config, processName ); std::vector tokens; Parser parser; - parser.parseIntoTokens( argc, argv, tokens ); + parser.parseIntoTokens( args, tokens ); return populate( tokens, config ); } @@ -3919,7 +4603,7 @@ namespace Clara { arg.boundField.set( config, tokens[++i].data ); } else { - arg.boundField.setFlag( config ); + arg.boundField.set( config, "true" ); } break; } @@ -3931,7 +4615,7 @@ namespace Clara { if( it == itEnd ) { if( token.type == Parser::Token::Positional || !m_throwOnUnrecognisedTokens ) unusedTokens.push_back( token ); - else if( m_throwOnUnrecognisedTokens ) + else if( errors.empty() && m_throwOnUnrecognisedTokens ) errors.push_back( "unrecognised option: " + token.data ); } } @@ -4023,13 +4707,35 @@ namespace Catch { config.abortAfter = x; } inline void addTestOrTags( ConfigData& config, std::string const& _testSpec ) { config.testsOrTags.push_back( _testSpec ); } + inline void addReporterName( ConfigData& config, std::string const& _reporterName ) { config.reporterNames.push_back( _reporterName ); } inline void addWarning( ConfigData& config, std::string const& _warning ) { if( _warning == "NoAssertions" ) config.warnings = static_cast( config.warnings | WarnAbout::NoAssertions ); else throw std::runtime_error( "Unrecognised warning: '" + _warning + "'" ); - + } + inline void setOrder( ConfigData& config, std::string const& order ) { + if( startsWith( "declared", order ) ) + config.runOrder = RunTests::InDeclarationOrder; + else if( startsWith( "lexical", order ) ) + config.runOrder = RunTests::InLexicographicalOrder; + else if( startsWith( "random", order ) ) + config.runOrder = RunTests::InRandomOrder; + else + throw std::runtime_error( "Unrecognised ordering: '" + order + "'" ); + } + inline void setRngSeed( ConfigData& config, std::string const& seed ) { + if( seed == "time" ) { + config.rngSeed = static_cast( std::time(0) ); + } + else { + std::stringstream ss; + ss << seed; + ss >> config.rngSeed; + if( ss.fail() ) + throw std::runtime_error( "Argment to --rng-seed should be the word 'time' or a number" ); + } } inline void setVerbosity( ConfigData& config, int level ) { // !TBD: accept strings? @@ -4040,6 +4746,21 @@ namespace Catch { ? ShowDurations::Always : ShowDurations::Never; } + inline void setUseColour( ConfigData& config, std::string const& value ) { + std::string mode = toLower( value ); + + if( mode == "yes" ) + config.useColour = UseColour::Yes; + else if( mode == "no" ) + config.useColour = UseColour::No; + else if( mode == "auto" ) + config.useColour = UseColour::Auto; + else + throw std::runtime_error( "colour mode must be one of: auto, yes or no" ); + } + inline void forceColour( ConfigData& config ) { + config.useColour = UseColour::Yes; + } inline void loadTestNamesFromFile( ConfigData& config, std::string const& _filename ) { std::ifstream f( _filename.c_str() ); if( !f.is_open() ) @@ -4048,8 +4769,11 @@ namespace Catch { std::string line; while( std::getline( f, line ) ) { line = trim(line); - if( !line.empty() && !startsWith( line, "#" ) ) - addTestOrTags( config, "\"" + line + "\"," ); + if( !line.empty() && !startsWith( line, "#" ) ) { + if( !startsWith( line, "\"" ) ) + line = "\"" + line + "\""; + addTestOrTags( config, line + "," ); + } } } @@ -4095,7 +4819,7 @@ namespace Catch { cli["-r"]["--reporter"] // .placeholder( "name[:filename]" ) .describe( "reporter to use (defaults to console)" ) - .bind( &ConfigData::reporterName, "name" ); + .bind( &addReporterName, "name" ); cli["-n"]["--name"] .describe( "suite name" ) @@ -4126,12 +4850,16 @@ namespace Catch { cli["-d"]["--durations"] .describe( "show test durations" ) - .bind( &setShowDurations, "yes/no" ); + .bind( &setShowDurations, "yes|no" ); cli["-f"]["--input-file"] .describe( "load test names to run from a file" ) .bind( &loadTestNamesFromFile, "filename" ); + cli["-#"]["--filenames-as-tags"] + .describe( "adds a tag for the filename" ) + .bind( &ConfigData::filenamesAsTags ); + // Less common commands which don't have a short form cli["--list-test-names-only"] .describe( "list all/matching test cases names only" ) @@ -4141,6 +4869,22 @@ namespace Catch { .describe( "list all reporters" ) .bind( &ConfigData::listReporters ); + cli["--order"] + .describe( "test case order (defaults to decl)" ) + .bind( &setOrder, "decl|lex|rand" ); + + cli["--rng-seed"] + .describe( "set a specific seed for random numbers" ) + .bind( &setRngSeed, "'time'|number" ); + + cli["--force-colour"] + .describe( "force colourised output (deprecated)" ) + .bind( &forceColour ); + + cli["--use-colour"] + .describe( "should output be colourised" ) + .bind( &setUseColour, "yes|no" ); + return cli; } @@ -4314,10 +5058,6 @@ namespace Catch { namespace Catch { - namespace Detail { - struct IColourImpl; - } - struct Colour { enum Code { None = 0, @@ -4363,7 +5103,6 @@ namespace Catch { static void use( Code _colourCode ); private: - static Detail::IColourImpl* impl(); bool m_moved; }; @@ -4382,18 +5121,18 @@ namespace Catch { namespace Catch { struct ReporterConfig { - explicit ReporterConfig( Ptr const& _fullConfig ) + explicit ReporterConfig( Ptr const& _fullConfig ) : m_stream( &_fullConfig->stream() ), m_fullConfig( _fullConfig ) {} - ReporterConfig( Ptr const& _fullConfig, std::ostream& _stream ) + ReporterConfig( Ptr const& _fullConfig, std::ostream& _stream ) : m_stream( &_stream ), m_fullConfig( _fullConfig ) {} std::ostream& stream() const { return *m_stream; } - Ptr fullConfig() const { return m_fullConfig; } + Ptr fullConfig() const { return m_fullConfig; } private: std::ostream* m_stream; - Ptr m_fullConfig; + Ptr m_fullConfig; }; struct ReporterPreferences { @@ -4457,7 +5196,7 @@ namespace Catch } virtual ~AssertionStats(); -# ifdef CATCH_CPP11_OR_GREATER +# ifdef CATCH_CONFIG_CPP11_GENERATED_METHODS AssertionStats( AssertionStats const& ) = default; AssertionStats( AssertionStats && ) = default; AssertionStats& operator = ( AssertionStats const& ) = default; @@ -4480,7 +5219,7 @@ namespace Catch missingAssertions( _missingAssertions ) {} virtual ~SectionStats(); -# ifdef CATCH_CPP11_OR_GREATER +# ifdef CATCH_CONFIG_CPP11_GENERATED_METHODS SectionStats( SectionStats const& ) = default; SectionStats( SectionStats && ) = default; SectionStats& operator = ( SectionStats const& ) = default; @@ -4507,7 +5246,7 @@ namespace Catch {} virtual ~TestCaseStats(); -# ifdef CATCH_CPP11_OR_GREATER +# ifdef CATCH_CONFIG_CPP11_GENERATED_METHODS TestCaseStats( TestCaseStats const& ) = default; TestCaseStats( TestCaseStats && ) = default; TestCaseStats& operator = ( TestCaseStats const& ) = default; @@ -4535,7 +5274,7 @@ namespace Catch {} virtual ~TestGroupStats(); -# ifdef CATCH_CPP11_OR_GREATER +# ifdef CATCH_CONFIG_CPP11_GENERATED_METHODS TestGroupStats( TestGroupStats const& ) = default; TestGroupStats( TestGroupStats && ) = default; TestGroupStats& operator = ( TestGroupStats const& ) = default; @@ -4557,7 +5296,7 @@ namespace Catch {} virtual ~TestRunStats(); -# ifndef CATCH_CPP11_OR_GREATER +# ifndef CATCH_CONFIG_CPP11_GENERATED_METHODS TestRunStats( TestRunStats const& _other ) : runInfo( _other.runInfo ), totals( _other.totals ), @@ -4575,6 +5314,8 @@ namespace Catch bool aborting; }; + class MultipleReporters; + struct IStreamingReporter : IShared { virtual ~IStreamingReporter(); @@ -4593,27 +5334,37 @@ namespace Catch virtual void assertionStarting( AssertionInfo const& assertionInfo ) = 0; + // The return value indicates if the messages buffer should be cleared: virtual bool assertionEnded( AssertionStats const& assertionStats ) = 0; + virtual void sectionEnded( SectionStats const& sectionStats ) = 0; virtual void testCaseEnded( TestCaseStats const& testCaseStats ) = 0; virtual void testGroupEnded( TestGroupStats const& testGroupStats ) = 0; virtual void testRunEnded( TestRunStats const& testRunStats ) = 0; + + virtual void skipTest( TestCaseInfo const& testInfo ) = 0; + + virtual MultipleReporters* tryAsMulti() { return CATCH_NULL; } }; - struct IReporterFactory { + struct IReporterFactory : IShared { virtual ~IReporterFactory(); virtual IStreamingReporter* create( ReporterConfig const& config ) const = 0; virtual std::string getDescription() const = 0; }; struct IReporterRegistry { - typedef std::map FactoryMap; + typedef std::map > FactoryMap; + typedef std::vector > Listeners; virtual ~IReporterRegistry(); - virtual IStreamingReporter* create( std::string const& name, Ptr const& config ) const = 0; + virtual IStreamingReporter* create( std::string const& name, Ptr const& config ) const = 0; virtual FactoryMap const& getFactories() const = 0; + virtual Listeners const& getListeners() const = 0; }; + Ptr addReporter( Ptr const& existingReporter, Ptr const& additionalReporter ); + } #include @@ -4625,9 +5376,9 @@ namespace Catch { TestSpec testSpec = config.testSpec(); if( config.testSpec().hasFilters() ) - std::cout << "Matching test cases:\n"; + Catch::cout() << "Matching test cases:\n"; else { - std::cout << "All available test cases:\n"; + Catch::cout() << "All available test cases:\n"; testSpec = TestSpecParser( ITagAliasRegistry::get() ).parse( "*" ).testSpec(); } @@ -4636,8 +5387,7 @@ namespace Catch { nameAttr.setInitialIndent( 2 ).setIndent( 4 ); tagsAttr.setIndent( 6 ); - std::vector matchedTestCases; - getRegistryHub().getTestCaseRegistry().getFilteredTests( testSpec, config, matchedTestCases ); + std::vector matchedTestCases = filterTests( getAllTestCasesSorted( config ), testSpec, config ); for( std::vector::const_iterator it = matchedTestCases.begin(), itEnd = matchedTestCases.end(); it != itEnd; ++it ) { @@ -4648,15 +5398,15 @@ namespace Catch { : Colour::None; Colour colourGuard( colour ); - std::cout << Text( testCaseInfo.name, nameAttr ) << std::endl; + Catch::cout() << Text( testCaseInfo.name, nameAttr ) << std::endl; if( !testCaseInfo.tags.empty() ) - std::cout << Text( testCaseInfo.tagsAsString, tagsAttr ) << std::endl; + Catch::cout() << Text( testCaseInfo.tagsAsString, tagsAttr ) << std::endl; } if( !config.testSpec().hasFilters() ) - std::cout << pluralise( matchedTests, "test case" ) << "\n" << std::endl; + Catch::cout() << pluralise( matchedTests, "test case" ) << "\n" << std::endl; else - std::cout << pluralise( matchedTests, "matching test case" ) << "\n" << std::endl; + Catch::cout() << pluralise( matchedTests, "matching test case" ) << "\n" << std::endl; return matchedTests; } @@ -4665,14 +5415,16 @@ namespace Catch { if( !config.testSpec().hasFilters() ) testSpec = TestSpecParser( ITagAliasRegistry::get() ).parse( "*" ).testSpec(); std::size_t matchedTests = 0; - std::vector matchedTestCases; - getRegistryHub().getTestCaseRegistry().getFilteredTests( testSpec, config, matchedTestCases ); + std::vector matchedTestCases = filterTests( getAllTestCasesSorted( config ), testSpec, config ); for( std::vector::const_iterator it = matchedTestCases.begin(), itEnd = matchedTestCases.end(); it != itEnd; ++it ) { matchedTests++; TestCaseInfo const& testCaseInfo = it->getTestCaseInfo(); - std::cout << testCaseInfo.name << std::endl; + if( startsWith( testCaseInfo.name, "#" ) ) + Catch::cout() << "\"" << testCaseInfo.name << "\"" << std::endl; + else + Catch::cout() << testCaseInfo.name << std::endl; } return matchedTests; } @@ -4698,16 +5450,15 @@ namespace Catch { inline std::size_t listTags( Config const& config ) { TestSpec testSpec = config.testSpec(); if( config.testSpec().hasFilters() ) - std::cout << "Tags for matching test cases:\n"; + Catch::cout() << "Tags for matching test cases:\n"; else { - std::cout << "All available tags:\n"; + Catch::cout() << "All available tags:\n"; testSpec = TestSpecParser( ITagAliasRegistry::get() ).parse( "*" ).testSpec(); } std::map tagCounts; - std::vector matchedTestCases; - getRegistryHub().getTestCaseRegistry().getFilteredTests( testSpec, config, matchedTestCases ); + std::vector matchedTestCases = filterTests( getAllTestCasesSorted( config ), testSpec, config ); for( std::vector::const_iterator it = matchedTestCases.begin(), itEnd = matchedTestCases.end(); it != itEnd; ++it ) { @@ -4734,14 +5485,14 @@ namespace Catch { .setInitialIndent( 0 ) .setIndent( oss.str().size() ) .setWidth( CATCH_CONFIG_CONSOLE_WIDTH-10 ) ); - std::cout << oss.str() << wrapper << "\n"; + Catch::cout() << oss.str() << wrapper << "\n"; } - std::cout << pluralise( tagCounts.size(), "tag" ) << "\n" << std::endl; + Catch::cout() << pluralise( tagCounts.size(), "tag" ) << "\n" << std::endl; return tagCounts.size(); } inline std::size_t listReporters( Config const& /*config*/ ) { - std::cout << "Available reports:\n"; + Catch::cout() << "Available reporters:\n"; IReporterRegistry::FactoryMap const& factories = getRegistryHub().getReporterRegistry().getFactories(); IReporterRegistry::FactoryMap::const_iterator itBegin = factories.begin(), itEnd = factories.end(), it; std::size_t maxNameLen = 0; @@ -4753,13 +5504,13 @@ namespace Catch { .setInitialIndent( 0 ) .setIndent( 7+maxNameLen ) .setWidth( CATCH_CONFIG_CONSOLE_WIDTH - maxNameLen-8 ) ); - std::cout << " " + Catch::cout() << " " << it->first << ":" << std::string( maxNameLen - it->first.size() + 2, ' ' ) << wrapper << "\n"; } - std::cout << std::endl; + Catch::cout() << std::endl; return factories.size(); } @@ -4778,7 +5529,7 @@ namespace Catch { } // end namespace Catch -// #included from: internal/catch_runner_impl.hpp +// #included from: internal/catch_run_context.hpp #define TWOBLUECUBES_CATCH_RUNNER_IMPL_HPP_INCLUDED // #included from: catch_test_case_tracker.hpp @@ -4787,135 +5538,392 @@ namespace Catch { #include #include #include +#include namespace Catch { -namespace SectionTracking { +namespace TestCaseTracking { + + struct ITracker : SharedImpl<> { + virtual ~ITracker(); - class TrackedSection { + // static queries + virtual std::string name() const = 0; - typedef std::map TrackedSections; + // dynamic queries + virtual bool isComplete() const = 0; // Successfully completed or failed + virtual bool isSuccessfullyCompleted() const = 0; + virtual bool isOpen() const = 0; // Started but not complete + virtual bool hasChildren() const = 0; + + virtual ITracker& parent() = 0; + + // actions + virtual void close() = 0; // Successfully complete + virtual void fail() = 0; + virtual void markAsNeedingAnotherRun() = 0; + + virtual void addChild( Ptr const& child ) = 0; + virtual ITracker* findChild( std::string const& name ) = 0; + virtual void openChild() = 0; + + // Debug/ checking + virtual bool isSectionTracker() const = 0; + virtual bool isIndexTracker() const = 0; + }; + + class TrackerContext { - public: enum RunState { NotStarted, Executing, - ExecutingChildren, - Completed + CompletedCycle }; - TrackedSection( std::string const& name, TrackedSection* parent ) - : m_name( name ), m_runState( NotStarted ), m_parent( parent ) + Ptr m_rootTracker; + ITracker* m_currentTracker; + RunState m_runState; + + public: + + static TrackerContext& instance() { + static TrackerContext s_instance; + return s_instance; + } + + TrackerContext() + : m_currentTracker( CATCH_NULL ), + m_runState( NotStarted ) {} - RunState runState() const { return m_runState; } + ITracker& startRun(); - TrackedSection* findChild( std::string const& childName ) { - TrackedSections::iterator it = m_children.find( childName ); - return it != m_children.end() - ? &it->second - : NULL; + void endRun() { + m_rootTracker.reset(); + m_currentTracker = CATCH_NULL; + m_runState = NotStarted; } - TrackedSection* acquireChild( std::string const& childName ) { - if( TrackedSection* child = findChild( childName ) ) - return child; - m_children.insert( std::make_pair( childName, TrackedSection( childName, this ) ) ); - return findChild( childName ); + + void startCycle() { + m_currentTracker = m_rootTracker.get(); + m_runState = Executing; } - void enter() { - if( m_runState == NotStarted ) - m_runState = Executing; + void completeCycle() { + m_runState = CompletedCycle; } - void leave() { - for( TrackedSections::const_iterator it = m_children.begin(), itEnd = m_children.end(); - it != itEnd; - ++it ) - if( it->second.runState() != Completed ) { - m_runState = ExecutingChildren; - return; - } - m_runState = Completed; + + bool completedCycle() const { + return m_runState == CompletedCycle; } - TrackedSection* getParent() { - return m_parent; + ITracker& currentTracker() { + return *m_currentTracker; } - bool hasChildren() const { - return !m_children.empty(); + void setCurrentTracker( ITracker* tracker ) { + m_currentTracker = tracker; } - - private: - std::string m_name; - RunState m_runState; - TrackedSections m_children; - TrackedSection* m_parent; - }; - class TestCaseTracker { + class TrackerBase : public ITracker { + protected: + enum CycleState { + NotStarted, + Executing, + ExecutingChildren, + NeedsAnotherRun, + CompletedSuccessfully, + Failed + }; + class TrackerHasName { + std::string m_name; + public: + TrackerHasName( std::string const& name ) : m_name( name ) {} + bool operator ()( Ptr const& tracker ) { + return tracker->name() == m_name; + } + }; + typedef std::vector > Children; + std::string m_name; + TrackerContext& m_ctx; + ITracker* m_parent; + Children m_children; + CycleState m_runState; public: - TestCaseTracker( std::string const& testCaseName ) - : m_testCase( testCaseName, NULL ), - m_currentSection( &m_testCase ), - m_completedASectionThisRun( false ) + TrackerBase( std::string const& name, TrackerContext& ctx, ITracker* parent ) + : m_name( name ), + m_ctx( ctx ), + m_parent( parent ), + m_runState( NotStarted ) {} + virtual ~TrackerBase(); - bool enterSection( std::string const& name ) { - TrackedSection* child = m_currentSection->acquireChild( name ); - if( m_completedASectionThisRun || child->runState() == TrackedSection::Completed ) - return false; + virtual std::string name() const CATCH_OVERRIDE { + return m_name; + } + virtual bool isComplete() const CATCH_OVERRIDE { + return m_runState == CompletedSuccessfully || m_runState == Failed; + } + virtual bool isSuccessfullyCompleted() const CATCH_OVERRIDE { + return m_runState == CompletedSuccessfully; + } + virtual bool isOpen() const CATCH_OVERRIDE { + return m_runState != NotStarted && !isComplete(); + } + virtual bool hasChildren() const CATCH_OVERRIDE { + return !m_children.empty(); + } - m_currentSection = child; - m_currentSection->enter(); - return true; + virtual void addChild( Ptr const& child ) CATCH_OVERRIDE { + m_children.push_back( child ); + } + + virtual ITracker* findChild( std::string const& name ) CATCH_OVERRIDE { + Children::const_iterator it = std::find_if( m_children.begin(), m_children.end(), TrackerHasName( name ) ); + return( it != m_children.end() ) + ? it->get() + : CATCH_NULL; } - void leaveSection() { - m_currentSection->leave(); - m_currentSection = m_currentSection->getParent(); - assert( m_currentSection != NULL ); - m_completedASectionThisRun = true; + virtual ITracker& parent() CATCH_OVERRIDE { + assert( m_parent ); // Should always be non-null except for root + return *m_parent; } - bool currentSectionHasChildren() const { - return m_currentSection->hasChildren(); + virtual void openChild() CATCH_OVERRIDE { + if( m_runState != ExecutingChildren ) { + m_runState = ExecutingChildren; + if( m_parent ) + m_parent->openChild(); + } } - bool isCompleted() const { - return m_testCase.runState() == TrackedSection::Completed; + + virtual bool isSectionTracker() const CATCH_OVERRIDE { return false; } + virtual bool isIndexTracker() const CATCH_OVERRIDE { return false; } + + void open() { + m_runState = Executing; + moveToThis(); + if( m_parent ) + m_parent->openChild(); } - class Guard { - public: - Guard( TestCaseTracker& tracker ) : m_tracker( tracker ) { - m_tracker.enterTestCase(); + virtual void close() CATCH_OVERRIDE { + + // Close any still open children (e.g. generators) + while( &m_ctx.currentTracker() != this ) + m_ctx.currentTracker().close(); + + switch( m_runState ) { + case NotStarted: + case CompletedSuccessfully: + case Failed: + throw std::logic_error( "Illogical state" ); + + case NeedsAnotherRun: + break;; + + case Executing: + m_runState = CompletedSuccessfully; + break; + case ExecutingChildren: + if( m_children.empty() || m_children.back()->isComplete() ) + m_runState = CompletedSuccessfully; + break; + + default: + throw std::logic_error( "Unexpected state" ); + } + moveToParent(); + m_ctx.completeCycle(); + } + virtual void fail() CATCH_OVERRIDE { + m_runState = Failed; + if( m_parent ) + m_parent->markAsNeedingAnotherRun(); + moveToParent(); + m_ctx.completeCycle(); + } + virtual void markAsNeedingAnotherRun() CATCH_OVERRIDE { + m_runState = NeedsAnotherRun; + } + private: + void moveToParent() { + assert( m_parent ); + m_ctx.setCurrentTracker( m_parent ); + } + void moveToThis() { + m_ctx.setCurrentTracker( this ); + } + }; + + class SectionTracker : public TrackerBase { + public: + SectionTracker( std::string const& name, TrackerContext& ctx, ITracker* parent ) + : TrackerBase( name, ctx, parent ) + {} + virtual ~SectionTracker(); + + virtual bool isSectionTracker() const CATCH_OVERRIDE { return true; } + + static SectionTracker& acquire( TrackerContext& ctx, std::string const& name ) { + SectionTracker* section = CATCH_NULL; + + ITracker& currentTracker = ctx.currentTracker(); + if( ITracker* childTracker = currentTracker.findChild( name ) ) { + assert( childTracker ); + assert( childTracker->isSectionTracker() ); + section = static_cast( childTracker ); } - ~Guard() { - m_tracker.leaveTestCase(); + else { + section = new SectionTracker( name, ctx, ¤tTracker ); + currentTracker.addChild( section ); } - private: - Guard( Guard const& ); - void operator = ( Guard const& ); - TestCaseTracker& m_tracker; - }; + if( !ctx.completedCycle() && !section->isComplete() ) { - private: - void enterTestCase() { - m_currentSection = &m_testCase; - m_completedASectionThisRun = false; - m_testCase.enter(); + section->open(); + } + return *section; + } + }; + + class IndexTracker : public TrackerBase { + int m_size; + int m_index; + public: + IndexTracker( std::string const& name, TrackerContext& ctx, ITracker* parent, int size ) + : TrackerBase( name, ctx, parent ), + m_size( size ), + m_index( -1 ) + {} + virtual ~IndexTracker(); + + virtual bool isIndexTracker() const CATCH_OVERRIDE { return true; } + + static IndexTracker& acquire( TrackerContext& ctx, std::string const& name, int size ) { + IndexTracker* tracker = CATCH_NULL; + + ITracker& currentTracker = ctx.currentTracker(); + if( ITracker* childTracker = currentTracker.findChild( name ) ) { + assert( childTracker ); + assert( childTracker->isIndexTracker() ); + tracker = static_cast( childTracker ); + } + else { + tracker = new IndexTracker( name, ctx, ¤tTracker, size ); + currentTracker.addChild( tracker ); + } + + if( !ctx.completedCycle() && !tracker->isComplete() ) { + if( tracker->m_runState != ExecutingChildren && tracker->m_runState != NeedsAnotherRun ) + tracker->moveNext(); + tracker->open(); + } + + return *tracker; } - void leaveTestCase() { - m_testCase.leave(); + + int index() const { return m_index; } + + void moveNext() { + m_index++; + m_children.clear(); } - TrackedSection m_testCase; - TrackedSection* m_currentSection; - bool m_completedASectionThisRun; + virtual void close() CATCH_OVERRIDE { + TrackerBase::close(); + if( m_runState == CompletedSuccessfully && m_index < m_size-1 ) + m_runState = Executing; + } }; -} // namespace SectionTracking + inline ITracker& TrackerContext::startRun() { + m_rootTracker = new SectionTracker( "{root}", *this, CATCH_NULL ); + m_currentTracker = CATCH_NULL; + m_runState = Executing; + return *m_rootTracker; + } + +} // namespace TestCaseTracking + +using TestCaseTracking::ITracker; +using TestCaseTracking::TrackerContext; +using TestCaseTracking::SectionTracker; +using TestCaseTracking::IndexTracker; + +} // namespace Catch + +// #included from: catch_fatal_condition.hpp +#define TWOBLUECUBES_CATCH_FATAL_CONDITION_H_INCLUDED + +namespace Catch { + + // Report the error condition then exit the process + inline void fatal( std::string const& message, int exitCode ) { + IContext& context = Catch::getCurrentContext(); + IResultCapture* resultCapture = context.getResultCapture(); + resultCapture->handleFatalErrorCondition( message ); + + if( Catch::alwaysTrue() ) // avoids "no return" warnings + exit( exitCode ); + } + +} // namespace Catch + +#if defined ( CATCH_PLATFORM_WINDOWS ) ///////////////////////////////////////// + +namespace Catch { + + struct FatalConditionHandler { + void reset() {} + }; + +} // namespace Catch + +#else // Not Windows - assumed to be POSIX compatible ////////////////////////// + +#include + +namespace Catch { + + struct SignalDefs { int id; const char* name; }; + extern SignalDefs signalDefs[]; + SignalDefs signalDefs[] = { + { SIGINT, "SIGINT - Terminal interrupt signal" }, + { SIGILL, "SIGILL - Illegal instruction signal" }, + { SIGFPE, "SIGFPE - Floating point error signal" }, + { SIGSEGV, "SIGSEGV - Segmentation violation signal" }, + { SIGTERM, "SIGTERM - Termination request signal" }, + { SIGABRT, "SIGABRT - Abort (abnormal termination) signal" } + }; + + struct FatalConditionHandler { + + static void handleSignal( int sig ) { + for( std::size_t i = 0; i < sizeof(signalDefs)/sizeof(SignalDefs); ++i ) + if( sig == signalDefs[i].id ) + fatal( signalDefs[i].name, -sig ); + fatal( "", -sig ); + } + + FatalConditionHandler() : m_isSet( true ) { + for( std::size_t i = 0; i < sizeof(signalDefs)/sizeof(SignalDefs); ++i ) + signal( signalDefs[i].id, handleSignal ); + } + ~FatalConditionHandler() { + reset(); + } + void reset() { + if( m_isSet ) { + for( std::size_t i = 0; i < sizeof(signalDefs)/sizeof(SignalDefs); ++i ) + signal( signalDefs[i].id, SIG_DFL ); + m_isSet = false; + } + } -using SectionTracking::TestCaseTracker; + bool m_isSet; + }; } // namespace Catch +#endif // not Windows + #include #include @@ -4953,15 +5961,12 @@ namespace Catch { public: - explicit RunContext( Ptr const& config, Ptr const& reporter ) - : m_runInfo( config->name() ), + explicit RunContext( Ptr const& _config, Ptr const& reporter ) + : m_runInfo( _config->name() ), m_context( getCurrentMutableContext() ), - m_activeTestCase( NULL ), - m_config( config ), - m_reporter( reporter ), - m_prevRunner( m_context.getRunner() ), - m_prevResultCapture( m_context.getResultCapture() ), - m_prevConfig( m_context.getConfig() ) + m_activeTestCase( CATCH_NULL ), + m_config( _config ), + m_reporter( reporter ) { m_context.setRunner( this ); m_context.setConfig( m_config ); @@ -4971,10 +5976,6 @@ namespace Catch { virtual ~RunContext() { m_reporter->testRunEnded( TestRunStats( m_runInfo, m_totals, aborting() ) ); - m_context.setRunner( m_prevRunner ); - m_context.setConfig( NULL ); - m_context.setResultCapture( m_prevResultCapture ); - m_context.setConfig( m_prevConfig ); } void testGroupStarting( std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCount ) { @@ -4995,17 +5996,25 @@ namespace Catch { m_reporter->testCaseStarting( testInfo ); m_activeTestCase = &testCase; - m_testCaseTracker = TestCaseTracker( testInfo.name ); do { + m_trackerContext.startRun(); do { + m_trackerContext.startCycle(); + m_testCaseTracker = &SectionTracker::acquire( m_trackerContext, testInfo.name ); runCurrentTest( redirectedCout, redirectedCerr ); } - while( !m_testCaseTracker->isCompleted() && !aborting() ); + while( !m_testCaseTracker->isSuccessfullyCompleted() && !aborting() ); } + // !TBD: deprecated - this will be replaced by indexed trackers while( getCurrentContext().advanceGeneratorsForCurrentTest() && !aborting() ); Totals deltaTotals = m_totals.delta( prevTotals ); + if( testInfo.expectedToFail() && deltaTotals.testCases.passed > 0 ) { + deltaTotals.assertions.failed++; + deltaTotals.testCases.passed--; + deltaTotals.testCases.failed++; + } m_totals.testCases += deltaTotals.testCases; m_reporter->testCaseEnded( TestCaseStats( testInfo, deltaTotals, @@ -5013,8 +6022,8 @@ namespace Catch { redirectedCerr, aborting() ) ); - m_activeTestCase = NULL; - m_testCaseTracker.reset(); + m_activeTestCase = CATCH_NULL; + m_testCaseTracker = CATCH_NULL; return deltaTotals; } @@ -5049,8 +6058,10 @@ namespace Catch { std::ostringstream oss; oss << sectionInfo.name << "@" << sectionInfo.lineInfo; - if( !m_testCaseTracker->enterSection( oss.str() ) ) + ITracker& sectionTracker = SectionTracker::acquire( m_trackerContext, oss.str() ); + if( !sectionTracker.isOpen() ) return false; + m_activeSections.push_back( §ionTracker ); m_lastAssertionInfo.lineInfo = sectionInfo.lineInfo; @@ -5061,30 +6072,40 @@ namespace Catch { return true; } bool testForMissingAssertions( Counts& assertions ) { - if( assertions.total() != 0 || - !m_config->warnAboutMissingAssertions() || - m_testCaseTracker->currentSectionHasChildren() ) + if( assertions.total() != 0 ) + return false; + if( !m_config->warnAboutMissingAssertions() ) + return false; + if( m_trackerContext.currentTracker().hasChildren() ) return false; m_totals.assertions.failed++; assertions.failed++; return true; } - virtual void sectionEnded( SectionInfo const& info, Counts const& prevAssertions, double _durationInSeconds ) { - if( std::uncaught_exception() ) { - m_unfinishedSections.push_back( UnfinishedSections( info, prevAssertions, _durationInSeconds ) ); - return; - } - - Counts assertions = m_totals.assertions - prevAssertions; + virtual void sectionEnded( SectionEndInfo const& endInfo ) { + Counts assertions = m_totals.assertions - endInfo.prevAssertions; bool missingAssertions = testForMissingAssertions( assertions ); - m_testCaseTracker->leaveSection(); + if( !m_activeSections.empty() ) { + m_activeSections.back()->close(); + m_activeSections.pop_back(); + } - m_reporter->sectionEnded( SectionStats( info, assertions, _durationInSeconds, missingAssertions ) ); + m_reporter->sectionEnded( SectionStats( endInfo.sectionInfo, assertions, endInfo.durationInSeconds, missingAssertions ) ); m_messages.clear(); } + virtual void sectionEndedEarly( SectionEndInfo const& endInfo ) { + if( m_unfinishedSections.empty() ) + m_activeSections.back()->fail(); + else + m_activeSections.back()->close(); + m_activeSections.pop_back(); + + m_unfinishedSections.push_back( endInfo ); + } + virtual void pushScopedMessage( MessageInfo const& message ) { m_messages.push_back( message ); } @@ -5103,6 +6124,37 @@ namespace Catch { return &m_lastResult; } + virtual void handleFatalErrorCondition( std::string const& message ) { + ResultBuilder resultBuilder = makeUnexpectedResultBuilder(); + resultBuilder.setResultType( ResultWas::FatalErrorCondition ); + resultBuilder << message; + resultBuilder.captureExpression(); + + handleUnfinishedSections(); + + // Recreate section for test case (as we will lose the one that was in scope) + TestCaseInfo const& testCaseInfo = m_activeTestCase->getTestCaseInfo(); + SectionInfo testCaseSection( testCaseInfo.lineInfo, testCaseInfo.name, testCaseInfo.description ); + + Counts assertions; + assertions.failed = 1; + SectionStats testCaseSectionStats( testCaseSection, assertions, 0, false ); + m_reporter->sectionEnded( testCaseSectionStats ); + + TestCaseInfo testInfo = m_activeTestCase->getTestCaseInfo(); + + Totals deltaTotals; + deltaTotals.testCases.failed = 1; + m_reporter->testCaseEnded( TestCaseStats( testInfo, + deltaTotals, + "", + "", + false ) ); + m_totals.testCases.failed++; + testGroupEnded( "", m_totals, 1, 1 ); + m_reporter->testRunEnded( TestRunStats( m_runInfo, m_totals, false ) ); + } + public: // !TBD We need to do this another way! bool aborting() const { @@ -5119,17 +6171,18 @@ namespace Catch { double duration = 0; try { m_lastAssertionInfo = AssertionInfo( "TEST_CASE", testCaseInfo.lineInfo, "", ResultDisposition::Normal ); - TestCaseTracker::Guard guard( *m_testCaseTracker ); + + seedRng( *m_config ); Timer timer; timer.start(); if( m_reporter->getPreferences().shouldRedirectStdOut ) { - StreamRedirect coutRedir( std::cout, redirectedCout ); - StreamRedirect cerrRedir( std::cerr, redirectedCerr ); - m_activeTestCase->invoke(); + StreamRedirect coutRedir( Catch::cout(), redirectedCout ); + StreamRedirect cerrRedir( Catch::cerr(), redirectedCerr ); + invokeActiveTestCase(); } else { - m_activeTestCase->invoke(); + invokeActiveTestCase(); } duration = timer.getElapsedSeconds(); } @@ -5137,20 +6190,10 @@ namespace Catch { // This just means the test was aborted due to failure } catch(...) { - ResultBuilder exResult( m_lastAssertionInfo.macroName.c_str(), - m_lastAssertionInfo.lineInfo, - m_lastAssertionInfo.capturedExpression.c_str(), - m_lastAssertionInfo.resultDisposition ); - exResult.useActiveException(); + makeUnexpectedResultBuilder().useActiveException(); } - // If sections ended prematurely due to an exception we stored their - // infos here so we can tear them down outside the unwind process. - for( std::vector::const_reverse_iterator it = m_unfinishedSections.rbegin(), - itEnd = m_unfinishedSections.rend(); - it != itEnd; - ++it ) - sectionEnded( it->info, it->prevAssertions, it->durationInSeconds ); - m_unfinishedSections.clear(); + m_testCaseTracker->close(); + handleUnfinishedSections(); m_messages.clear(); Counts assertions = m_totals.assertions - prevAssertions; @@ -5166,32 +6209,47 @@ namespace Catch { m_reporter->sectionEnded( testCaseSectionStats ); } + void invokeActiveTestCase() { + FatalConditionHandler fatalConditionHandler; // Handle signals + m_activeTestCase->invoke(); + fatalConditionHandler.reset(); + } + private: - struct UnfinishedSections { - UnfinishedSections( SectionInfo const& _info, Counts const& _prevAssertions, double _durationInSeconds ) - : info( _info ), prevAssertions( _prevAssertions ), durationInSeconds( _durationInSeconds ) - {} - SectionInfo info; - Counts prevAssertions; - double durationInSeconds; - }; + ResultBuilder makeUnexpectedResultBuilder() const { + return ResultBuilder( m_lastAssertionInfo.macroName.c_str(), + m_lastAssertionInfo.lineInfo, + m_lastAssertionInfo.capturedExpression.c_str(), + m_lastAssertionInfo.resultDisposition ); + } + + void handleUnfinishedSections() { + // If sections ended prematurely due to an exception we stored their + // infos here so we can tear them down outside the unwind process. + for( std::vector::const_reverse_iterator it = m_unfinishedSections.rbegin(), + itEnd = m_unfinishedSections.rend(); + it != itEnd; + ++it ) + sectionEnded( *it ); + m_unfinishedSections.clear(); + } TestRunInfo m_runInfo; IMutableContext& m_context; TestCase const* m_activeTestCase; - Option m_testCaseTracker; + ITracker* m_testCaseTracker; + ITracker* m_currentSectionTracker; AssertionResult m_lastResult; Ptr m_config; Totals m_totals; Ptr m_reporter; std::vector m_messages; - IRunner* m_prevRunner; - IResultCapture* m_prevResultCapture; - Ptr m_prevConfig; AssertionInfo m_lastAssertionInfo; - std::vector m_unfinishedSections; + std::vector m_unfinishedSections; + std::vector m_activeSections; + TrackerContext m_trackerContext; }; IResultCapture& getResultCapture() { @@ -5212,18 +6270,19 @@ namespace Catch { struct Version { Version( unsigned int _majorVersion, unsigned int _minorVersion, - unsigned int _buildNumber, - char const* const _branchName ) - : majorVersion( _majorVersion ), - minorVersion( _minorVersion ), - buildNumber( _buildNumber ), - branchName( _branchName ) - {} + unsigned int _patchNumber, + std::string const& _branchName, + unsigned int _buildNumber ); unsigned int const majorVersion; unsigned int const minorVersion; + unsigned int const patchNumber; + + // buildNumber is only used if branchName is not null + std::string const branchName; unsigned int const buildNumber; - char const* const branchName; + + friend std::ostream& operator << ( std::ostream& os, Version const& version ); private: void operator=( Version const& ); @@ -5238,83 +6297,89 @@ namespace Catch { namespace Catch { - class Runner { - - public: - Runner( Ptr const& config ) - : m_config( config ) - { - openStream(); - makeReporter(); + Ptr createReporter( std::string const& reporterName, Ptr const& config ) { + Ptr reporter = getRegistryHub().getReporterRegistry().create( reporterName, config.get() ); + if( !reporter ) { + std::ostringstream oss; + oss << "No reporter registered with name: '" << reporterName << "'"; + throw std::domain_error( oss.str() ); } + return reporter; + } - Totals runTests() { + Ptr makeReporter( Ptr const& config ) { + std::vector reporters = config->getReporterNames(); + if( reporters.empty() ) + reporters.push_back( "console" ); - RunContext context( m_config.get(), m_reporter ); + Ptr reporter; + for( std::vector::const_iterator it = reporters.begin(), itEnd = reporters.end(); + it != itEnd; + ++it ) + reporter = addReporter( reporter, createReporter( *it, config ) ); + return reporter; + } + Ptr addListeners( Ptr const& config, Ptr reporters ) { + IReporterRegistry::Listeners listeners = getRegistryHub().getReporterRegistry().getListeners(); + for( IReporterRegistry::Listeners::const_iterator it = listeners.begin(), itEnd = listeners.end(); + it != itEnd; + ++it ) + reporters = addReporter(reporters, (*it)->create( ReporterConfig( config ) ) ); + return reporters; + } - Totals totals; + Totals runTests( Ptr const& config ) { - context.testGroupStarting( "", 1, 1 ); // deprecated? + Ptr iconfig = config.get(); - TestSpec testSpec = m_config->testSpec(); - if( !testSpec.hasFilters() ) - testSpec = TestSpecParser( ITagAliasRegistry::get() ).parse( "~[.]" ).testSpec(); // All not hidden tests + Ptr reporter = makeReporter( config ); + reporter = addListeners( iconfig, reporter ); - std::vector testCases; - getRegistryHub().getTestCaseRegistry().getFilteredTests( testSpec, *m_config, testCases ); + RunContext context( iconfig, reporter ); - int testsRunForGroup = 0; - for( std::vector::const_iterator it = testCases.begin(), itEnd = testCases.end(); - it != itEnd; - ++it ) { - testsRunForGroup++; - if( m_testsAlreadyRun.find( *it ) == m_testsAlreadyRun.end() ) { + Totals totals; - if( context.aborting() ) - break; + context.testGroupStarting( config->name(), 1, 1 ); - totals += context.runTest( *it ); - m_testsAlreadyRun.insert( *it ); - } - } - context.testGroupEnded( "", totals, 1, 1 ); - return totals; - } + TestSpec testSpec = config->testSpec(); + if( !testSpec.hasFilters() ) + testSpec = TestSpecParser( ITagAliasRegistry::get() ).parse( "~[.]" ).testSpec(); // All not hidden tests - private: - void openStream() { - // Open output file, if specified - if( !m_config->getFilename().empty() ) { - m_ofs.open( m_config->getFilename().c_str() ); - if( m_ofs.fail() ) { - std::ostringstream oss; - oss << "Unable to open file: '" << m_config->getFilename() << "'"; - throw std::domain_error( oss.str() ); - } - m_config->setStreamBuf( m_ofs.rdbuf() ); - } + std::vector const& allTestCases = getAllTestCasesSorted( *iconfig ); + for( std::vector::const_iterator it = allTestCases.begin(), itEnd = allTestCases.end(); + it != itEnd; + ++it ) { + if( !context.aborting() && matchTest( *it, testSpec, *iconfig ) ) + totals += context.runTest( *it ); + else + reporter->skipTest( *it ); } - void makeReporter() { - std::string reporterName = m_config->getReporterName().empty() - ? "console" - : m_config->getReporterName(); - m_reporter = getRegistryHub().getReporterRegistry().create( reporterName, m_config.get() ); - if( !m_reporter ) { - std::ostringstream oss; - oss << "No reporter registered with name: '" << reporterName << "'"; - throw std::domain_error( oss.str() ); - } - } + context.testGroupEnded( iconfig->name(), totals, 1, 1 ); + return totals; + } - private: - Ptr m_config; - std::ofstream m_ofs; - Ptr m_reporter; - std::set m_testsAlreadyRun; - }; + void applyFilenamesAsTags( IConfig const& config ) { + std::vector const& tests = getAllTestCasesSorted( config ); + for(std::size_t i = 0; i < tests.size(); ++i ) { + TestCase& test = const_cast( tests[i] ); + std::set tags = test.tags; + + std::string filename = test.lineInfo.file; + std::string::size_type lastSlash = filename.find_last_of( "\\/" ); + if( lastSlash != std::string::npos ) + filename = filename.substr( lastSlash+1 ); + + std::string::size_type lastDot = filename.find_last_of( "." ); + if( lastDot != std::string::npos ) + filename = filename.substr( 0, lastDot ); - class Session { + tags.insert( "#" + filename ); + setTags( test, tags ); + } + } + + class Session : NonCopyable { static bool alreadyInstantiated; public: @@ -5325,7 +6390,7 @@ namespace Catch { : m_cli( makeCommandLineParser() ) { if( alreadyInstantiated ) { std::string msg = "Only one instance of Catch::Session can ever be used"; - std::cerr << msg << std::endl; + Catch::cerr() << msg << std::endl; throw std::logic_error( msg ); } alreadyInstantiated = true; @@ -5335,21 +6400,16 @@ namespace Catch { } void showHelp( std::string const& processName ) { - std::cout << "\nCatch v" << libraryVersion.majorVersion << "." - << libraryVersion.minorVersion << " build " - << libraryVersion.buildNumber; - if( libraryVersion.branchName != std::string( "master" ) ) - std::cout << " (" << libraryVersion.branchName << " branch)"; - std::cout << "\n"; + Catch::cout() << "\nCatch v" << libraryVersion << "\n"; - m_cli.usage( std::cout, processName ); - std::cout << "For more detail usage please see the project docs\n" << std::endl; + m_cli.usage( Catch::cout(), processName ); + Catch::cout() << "For more detail usage please see the project docs\n" << std::endl; } - int applyCommandLine( int argc, char* const argv[], OnUnusedOptions::DoWhat unusedOptionBehaviour = OnUnusedOptions::Fail ) { + int applyCommandLine( int argc, char const* const* const argv, OnUnusedOptions::DoWhat unusedOptionBehaviour = OnUnusedOptions::Fail ) { try { m_cli.setThrowOnUnrecognisedTokens( unusedOptionBehaviour == OnUnusedOptions::Fail ); - m_unusedTokens = m_cli.parseInto( argc, argv, m_configData ); + m_unusedTokens = m_cli.parseInto( Clara::argsToVector( argc, argv ), m_configData ); if( m_configData.showHelp ) showHelp( m_configData.processName ); m_config.reset(); @@ -5357,11 +6417,12 @@ namespace Catch { catch( std::exception& ex ) { { Colour colourGuard( Colour::Red ); - std::cerr << "\nError(s) in input:\n" - << Text( ex.what(), TextAttributes().setIndent(2) ) - << "\n\n"; + Catch::cerr() + << "\nError(s) in input:\n" + << Text( ex.what(), TextAttributes().setIndent(2) ) + << "\n\n"; } - m_cli.usage( std::cout, m_configData.processName ); + m_cli.usage( Catch::cout(), m_configData.processName ); return (std::numeric_limits::max)(); } return 0; @@ -5372,7 +6433,7 @@ namespace Catch { m_config.reset(); } - int run( int argc, char* const argv[] ) { + int run( int argc, char const* const* const argv ) { int returnCode = applyCommandLine( argc, argv ); if( returnCode == 0 ) @@ -5387,16 +6448,20 @@ namespace Catch { try { config(); // Force config to be constructed - Runner runner( m_config ); + + seedRng( *m_config ); + + if( m_configData.filenamesAsTags ) + applyFilenamesAsTags( *m_config ); // Handle list request if( Option listed = list( config() ) ) return static_cast( *listed ); - return static_cast( runner.runTests().assertions.failed ); + return static_cast( runTests( m_config ).assertions.failed ); } catch( std::exception& ex ) { - std::cerr << ex.what() << std::endl; + Catch::cerr() << ex.what() << std::endl; return (std::numeric_limits::max)(); } } @@ -5415,7 +6480,6 @@ namespace Catch { m_config = new Config( m_configData ); return *m_config; } - private: Clara::CommandLine m_cli; std::vector m_unusedTokens; @@ -5437,12 +6501,94 @@ namespace Catch { #include #include #include +#include namespace Catch { + struct RandomNumberGenerator { + typedef std::ptrdiff_t result_type; + + result_type operator()( result_type n ) const { return std::rand() % n; } + +#ifdef CATCH_CONFIG_CPP11_SHUFFLE + static constexpr result_type min() { return 0; } + static constexpr result_type max() { return 1000000; } + result_type operator()() const { return std::rand() % max(); } +#endif + template + static void shuffle( V& vector ) { + RandomNumberGenerator rng; +#ifdef CATCH_CONFIG_CPP11_SHUFFLE + std::shuffle( vector.begin(), vector.end(), rng ); +#else + std::random_shuffle( vector.begin(), vector.end(), rng ); +#endif + } + }; + + inline std::vector sortTests( IConfig const& config, std::vector const& unsortedTestCases ) { + + std::vector sorted = unsortedTestCases; + + switch( config.runOrder() ) { + case RunTests::InLexicographicalOrder: + std::sort( sorted.begin(), sorted.end() ); + break; + case RunTests::InRandomOrder: + { + seedRng( config ); + RandomNumberGenerator::shuffle( sorted ); + } + break; + case RunTests::InDeclarationOrder: + // already in declaration order + break; + } + return sorted; + } + bool matchTest( TestCase const& testCase, TestSpec const& testSpec, IConfig const& config ) { + return testSpec.matches( testCase ) && ( config.allowThrows() || !testCase.throws() ); + } + + void enforceNoDuplicateTestCases( std::vector const& functions ) { + std::set seenFunctions; + for( std::vector::const_iterator it = functions.begin(), itEnd = functions.end(); + it != itEnd; + ++it ) { + std::pair::const_iterator, bool> prev = seenFunctions.insert( *it ); + if( !prev.second ) { + std::ostringstream ss; + + ss << Colour( Colour::Red ) + << "error: TEST_CASE( \"" << it->name << "\" ) already defined.\n" + << "\tFirst seen at " << prev.first->getTestCaseInfo().lineInfo << "\n" + << "\tRedefined at " << it->getTestCaseInfo().lineInfo << std::endl; + + throw std::runtime_error(ss.str()); + } + } + } + + std::vector filterTests( std::vector const& testCases, TestSpec const& testSpec, IConfig const& config ) { + std::vector filtered; + filtered.reserve( testCases.size() ); + for( std::vector::const_iterator it = testCases.begin(), itEnd = testCases.end(); + it != itEnd; + ++it ) + if( matchTest( *it, testSpec, config ) ) + filtered.push_back( *it ); + return filtered; + } + std::vector const& getAllTestCasesSorted( IConfig const& config ) { + return getRegistryHub().getTestCaseRegistry().getAllTestsSorted( config ); + } + class TestRegistry : public ITestCaseRegistry { public: - TestRegistry() : m_unnamedCount( 0 ) {} + TestRegistry() + : m_currentSortOrder( RunTests::InDeclarationOrder ), + m_unnamedCount( 0 ) + {} virtual ~TestRegistry(); virtual void registerTest( TestCase const& testCase ) { @@ -5452,49 +6598,29 @@ namespace Catch { oss << "Anonymous test case " << ++m_unnamedCount; return registerTest( testCase.withName( oss.str() ) ); } - - if( m_functions.find( testCase ) == m_functions.end() ) { - m_functions.insert( testCase ); - m_functionsInOrder.push_back( testCase ); - if( !testCase.isHidden() ) - m_nonHiddenFunctions.push_back( testCase ); - } - else { - TestCase const& prev = *m_functions.find( testCase ); - { - Colour colourGuard( Colour::Red ); - std::cerr << "error: TEST_CASE( \"" << name << "\" ) already defined.\n" - << "\tFirst seen at " << prev.getTestCaseInfo().lineInfo << "\n" - << "\tRedefined at " << testCase.getTestCaseInfo().lineInfo << std::endl; - } - exit(1); - } + m_functions.push_back( testCase ); } virtual std::vector const& getAllTests() const { - return m_functionsInOrder; - } - - virtual std::vector const& getAllNonHiddenTests() const { - return m_nonHiddenFunctions; + return m_functions; } + virtual std::vector const& getAllTestsSorted( IConfig const& config ) const { + if( m_sortedFunctions.empty() ) + enforceNoDuplicateTestCases( m_functions ); - virtual void getFilteredTests( TestSpec const& testSpec, IConfig const& config, std::vector& matchingTestCases ) const { - for( std::vector::const_iterator it = m_functionsInOrder.begin(), - itEnd = m_functionsInOrder.end(); - it != itEnd; - ++it ) { - if( testSpec.matches( *it ) && ( config.allowThrows() || !it->throws() ) ) - matchingTestCases.push_back( *it ); + if( m_currentSortOrder != config.runOrder() || m_sortedFunctions.empty() ) { + m_sortedFunctions = sortTests( config, m_functions ); + m_currentSortOrder = config.runOrder(); } + return m_sortedFunctions; } private: - - std::set m_functions; - std::vector m_functionsInOrder; - std::vector m_nonHiddenFunctions; + std::vector m_functions; + mutable RunTests::InWhatOrder m_currentSortOrder; + mutable std::vector m_sortedFunctions; size_t m_unnamedCount; + std::ios_base::Init m_ostreamInit; // Forces cout/ cerr to be initialised }; /////////////////////////////////////////////////////////////////////////// @@ -5527,29 +6653,38 @@ namespace Catch { return className; } - /////////////////////////////////////////////////////////////////////////// + void registerTestCase + ( ITestCase* testCase, + char const* classOrQualifiedMethodName, + NameAndDesc const& nameAndDesc, + SourceLineInfo const& lineInfo ) { - AutoReg::AutoReg( TestFunction function, - SourceLineInfo const& lineInfo, - NameAndDesc const& nameAndDesc ) { + getMutableRegistryHub().registerTest + ( makeTestCase + ( testCase, + extractClassName( classOrQualifiedMethodName ), + nameAndDesc.name, + nameAndDesc.description, + lineInfo ) ); + } + void registerTestCaseFunction + ( TestFunction function, + SourceLineInfo const& lineInfo, + NameAndDesc const& nameAndDesc ) { registerTestCase( new FreeFunctionTestCase( function ), "", nameAndDesc, lineInfo ); } - AutoReg::~AutoReg() {} - - void AutoReg::registerTestCase( ITestCase* testCase, - char const* classOrQualifiedMethodName, - NameAndDesc const& nameAndDesc, - SourceLineInfo const& lineInfo ) { + /////////////////////////////////////////////////////////////////////////// - getMutableRegistryHub().registerTest - ( makeTestCase( testCase, - extractClassName( classOrQualifiedMethodName ), - nameAndDesc.name, - nameAndDesc.description, - lineInfo ) ); + AutoReg::AutoReg + ( TestFunction function, + SourceLineInfo const& lineInfo, + NameAndDesc const& nameAndDesc ) { + registerTestCaseFunction( function, lineInfo, nameAndDesc ); } + AutoReg::~AutoReg() {} + } // end namespace Catch // #included from: catch_reporter_registry.hpp @@ -5563,27 +6698,32 @@ namespace Catch { public: - virtual ~ReporterRegistry() { - deleteAllValues( m_factories ); - } + virtual ~ReporterRegistry() CATCH_OVERRIDE {} - virtual IStreamingReporter* create( std::string const& name, Ptr const& config ) const { + virtual IStreamingReporter* create( std::string const& name, Ptr const& config ) const CATCH_OVERRIDE { FactoryMap::const_iterator it = m_factories.find( name ); if( it == m_factories.end() ) - return NULL; + return CATCH_NULL; return it->second->create( ReporterConfig( config ) ); } - void registerReporter( std::string const& name, IReporterFactory* factory ) { + void registerReporter( std::string const& name, Ptr const& factory ) { m_factories.insert( std::make_pair( name, factory ) ); } + void registerListener( Ptr const& factory ) { + m_listeners.push_back( factory ); + } - FactoryMap const& getFactories() const { + virtual FactoryMap const& getFactories() const CATCH_OVERRIDE { return m_factories; } + virtual Listeners const& getListeners() const CATCH_OVERRIDE { + return m_listeners; + } private: FactoryMap m_factories; + Listeners m_listeners; }; } @@ -5611,13 +6751,13 @@ namespace Catch { #ifdef __OBJC__ // In Objective-C try objective-c exceptions first @try { - throw; + return tryTranslators(); } @catch (NSException *exception) { - return toString( [exception description] ); + return Catch::toString( [exception description] ); } #else - throw; + return tryTranslators(); #endif } catch( TestFailureException& ) { @@ -5633,20 +6773,15 @@ namespace Catch { return msg; } catch(...) { - return tryTranslators( m_translators.begin() ); + return "Unknown exception"; } } - std::string tryTranslators( std::vector::const_iterator it ) const { - if( it == m_translators.end() ) - return "Unknown exception"; - - try { - return (*it)->translate(); - } - catch(...) { - return tryTranslators( it+1 ); - } + std::string tryTranslators() const { + if( m_translators.empty() ) + throw; + else + return m_translators[0]->translate( m_translators.begin()+1, m_translators.end() ); } private: @@ -5666,24 +6801,27 @@ namespace Catch { public: // IRegistryHub RegistryHub() { } - virtual IReporterRegistry const& getReporterRegistry() const { + virtual IReporterRegistry const& getReporterRegistry() const CATCH_OVERRIDE { return m_reporterRegistry; } - virtual ITestCaseRegistry const& getTestCaseRegistry() const { + virtual ITestCaseRegistry const& getTestCaseRegistry() const CATCH_OVERRIDE { return m_testCaseRegistry; } - virtual IExceptionTranslatorRegistry& getExceptionTranslatorRegistry() { + virtual IExceptionTranslatorRegistry& getExceptionTranslatorRegistry() CATCH_OVERRIDE { return m_exceptionTranslatorRegistry; } public: // IMutableRegistryHub - virtual void registerReporter( std::string const& name, IReporterFactory* factory ) { + virtual void registerReporter( std::string const& name, Ptr const& factory ) CATCH_OVERRIDE { m_reporterRegistry.registerReporter( name, factory ); } - virtual void registerTest( TestCase const& testInfo ) { + virtual void registerListener( Ptr const& factory ) CATCH_OVERRIDE { + m_reporterRegistry.registerListener( factory ); + } + virtual void registerTest( TestCase const& testInfo ) CATCH_OVERRIDE { m_testCaseRegistry.registerTest( testInfo ); } - virtual void registerTranslator( const IExceptionTranslator* translator ) { + virtual void registerTranslator( const IExceptionTranslator* translator ) CATCH_OVERRIDE { m_exceptionTranslatorRegistry.registerTranslator( translator ); } @@ -5695,7 +6833,7 @@ namespace Catch { // Single, global, instance inline RegistryHub*& getTheRegistryHub() { - static RegistryHub* theRegistryHub = NULL; + static RegistryHub* theRegistryHub = CATCH_NULL; if( !theRegistryHub ) theRegistryHub = new RegistryHub(); return theRegistryHub; @@ -5710,7 +6848,7 @@ namespace Catch { } void cleanUp() { delete getTheRegistryHub(); - getTheRegistryHub() = NULL; + getTheRegistryHub() = CATCH_NULL; cleanUpContext(); } std::string translateActiveException() { @@ -5746,21 +6884,9 @@ namespace Catch { // #included from: catch_stream.hpp #define TWOBLUECUBES_CATCH_STREAM_HPP_INCLUDED -// #included from: catch_streambuf.h -#define TWOBLUECUBES_CATCH_STREAMBUF_H_INCLUDED - -#include - -namespace Catch { - - class StreamBufBase : public std::streambuf { - public: - virtual ~StreamBufBase() CATCH_NOEXCEPT; - }; -} - #include #include +#include namespace Catch { @@ -5802,6 +6928,19 @@ namespace Catch { /////////////////////////////////////////////////////////////////////////// + FileStream::FileStream( std::string const& filename ) { + m_ofs.open( filename.c_str() ); + if( m_ofs.fail() ) { + std::ostringstream oss; + oss << "Unable to open file: '" << filename << "'"; + throw std::domain_error( oss.str() ); + } + } + + std::ostream& FileStream::stream() const { + return m_ofs; + } + struct OutputDebugWriter { void operator()( std::string const&str ) { @@ -5809,28 +6948,40 @@ namespace Catch { } }; - Stream::Stream() - : streamBuf( NULL ), isOwned( false ) + DebugOutStream::DebugOutStream() + : m_streamBuf( new StreamBufImpl() ), + m_os( m_streamBuf.get() ) {} - Stream::Stream( std::streambuf* _streamBuf, bool _isOwned ) - : streamBuf( _streamBuf ), isOwned( _isOwned ) + std::ostream& DebugOutStream::stream() const { + return m_os; + } + + // Store the streambuf from cout up-front because + // cout may get redirected when running tests + CoutStream::CoutStream() + : m_os( Catch::cout().rdbuf() ) {} - void Stream::release() { - if( isOwned ) { - delete streamBuf; - streamBuf = NULL; - isOwned = false; - } + std::ostream& CoutStream::stream() const { + return m_os; } + +#ifndef CATCH_CONFIG_NOSTDOUT // If you #define this you must implement these functions + std::ostream& cout() { + return std::cout; + } + std::ostream& cerr() { + return std::cerr; + } +#endif } namespace Catch { class Context : public IMutableContext { - Context() : m_config( NULL ), m_runner( NULL ), m_resultCapture( NULL ) {} + Context() : m_config( CATCH_NULL ), m_runner( CATCH_NULL ), m_resultCapture( CATCH_NULL ) {} Context( Context const& ); void operator=( Context const& ); @@ -5873,10 +7024,10 @@ namespace Catch { std::string testName = getResultCapture()->getCurrentTestName(); std::map::const_iterator it = - m_generatorsByTestName.find( testName ); + m_generatorsByTestName.find( testName ); return it != m_generatorsByTestName.end() ? it->second - : NULL; + : CATCH_NULL; } IGeneratorsForTest& getGeneratorsForCurrentTest() { @@ -5897,7 +7048,7 @@ namespace Catch { }; namespace { - Context* currentContext = NULL; + Context* currentContext = CATCH_NULL; } IMutableContext& getCurrentMutableContext() { if( !currentContext ) @@ -5908,31 +7059,44 @@ namespace Catch { return getCurrentMutableContext(); } - Stream createStream( std::string const& streamName ) { - if( streamName == "stdout" ) return Stream( std::cout.rdbuf(), false ); - if( streamName == "stderr" ) return Stream( std::cerr.rdbuf(), false ); - if( streamName == "debug" ) return Stream( new StreamBufImpl, true ); - - throw std::domain_error( "Unknown stream: " + streamName ); - } - void cleanUpContext() { delete currentContext; - currentContext = NULL; + currentContext = CATCH_NULL; } } // #included from: catch_console_colour_impl.hpp #define TWOBLUECUBES_CATCH_CONSOLE_COLOUR_IMPL_HPP_INCLUDED -namespace Catch { namespace Detail { - struct IColourImpl { - virtual ~IColourImpl() {} - virtual void use( Colour::Code _colourCode ) = 0; - }; -}} +namespace Catch { + namespace { -#if defined ( CATCH_PLATFORM_WINDOWS ) ///////////////////////////////////////// + struct IColourImpl { + virtual ~IColourImpl() {} + virtual void use( Colour::Code _colourCode ) = 0; + }; + + struct NoColourImpl : IColourImpl { + void use( Colour::Code ) {} + + static IColourImpl* instance() { + static NoColourImpl s_instance; + return &s_instance; + } + }; + + } // anon namespace +} // namespace Catch + +#if !defined( CATCH_CONFIG_COLOUR_NONE ) && !defined( CATCH_CONFIG_COLOUR_WINDOWS ) && !defined( CATCH_CONFIG_COLOUR_ANSI ) +# ifdef CATCH_PLATFORM_WINDOWS +# define CATCH_CONFIG_COLOUR_WINDOWS +# else +# define CATCH_CONFIG_COLOUR_ANSI +# endif +#endif + +#if defined ( CATCH_CONFIG_COLOUR_WINDOWS ) ///////////////////////////////////////// #ifndef NOMINMAX #define NOMINMAX @@ -5947,18 +7111,19 @@ namespace Catch { namespace Detail { namespace Catch { namespace { - class Win32ColourImpl : public Detail::IColourImpl { + class Win32ColourImpl : public IColourImpl { public: Win32ColourImpl() : stdoutHandle( GetStdHandle(STD_OUTPUT_HANDLE) ) { CONSOLE_SCREEN_BUFFER_INFO csbiInfo; GetConsoleScreenBufferInfo( stdoutHandle, &csbiInfo ); - originalAttributes = csbiInfo.wAttributes; + originalForegroundAttributes = csbiInfo.wAttributes & ~( BACKGROUND_GREEN | BACKGROUND_RED | BACKGROUND_BLUE | BACKGROUND_INTENSITY ); + originalBackgroundAttributes = csbiInfo.wAttributes & ~( FOREGROUND_GREEN | FOREGROUND_RED | FOREGROUND_BLUE | FOREGROUND_INTENSITY ); } virtual void use( Colour::Code _colourCode ) { switch( _colourCode ) { - case Colour::None: return setTextAttribute( originalAttributes ); + case Colour::None: return setTextAttribute( originalForegroundAttributes ); case Colour::White: return setTextAttribute( FOREGROUND_GREEN | FOREGROUND_RED | FOREGROUND_BLUE ); case Colour::Red: return setTextAttribute( FOREGROUND_RED ); case Colour::Green: return setTextAttribute( FOREGROUND_GREEN ); @@ -5978,25 +7143,33 @@ namespace { private: void setTextAttribute( WORD _textAttribute ) { - SetConsoleTextAttribute( stdoutHandle, _textAttribute ); + SetConsoleTextAttribute( stdoutHandle, _textAttribute | originalBackgroundAttributes ); } HANDLE stdoutHandle; - WORD originalAttributes; + WORD originalForegroundAttributes; + WORD originalBackgroundAttributes; }; - inline bool shouldUseColourForPlatform() { - return true; - } - - static Detail::IColourImpl* platformColourInstance() { + IColourImpl* platformColourInstance() { static Win32ColourImpl s_instance; - return &s_instance; + + Ptr config = getCurrentContext().getConfig(); + UseColour::YesOrNo colourMode = config + ? config->useColour() + : UseColour::Auto; + if( colourMode == UseColour::Auto ) + colourMode = !isDebuggerActive() + ? UseColour::Yes + : UseColour::No; + return colourMode == UseColour::Yes + ? &s_instance + : NoColourImpl::instance(); } } // end anon namespace } // end namespace Catch -#else // Not Windows - assumed to be POSIX compatible ////////////////////////// +#elif defined( CATCH_CONFIG_COLOUR_ANSI ) ////////////////////////////////////// #include @@ -6007,7 +7180,7 @@ namespace { // Thanks to Adam Strzelecki for original contribution // (http://github.com/nanoant) // https://github.com/philsquared/Catch/pull/131 - class PosixColourImpl : public Detail::IColourImpl { + class PosixColourImpl : public IColourImpl { public: virtual void use( Colour::Code _colourCode ) { switch( _colourCode ) { @@ -6015,7 +7188,7 @@ namespace { case Colour::White: return setColour( "[0m" ); case Colour::Red: return setColour( "[0;31m" ); case Colour::Green: return setColour( "[0;32m" ); - case Colour::Blue: return setColour( "[0:34m" ); + case Colour::Blue: return setColour( "[0;34m" ); case Colour::Cyan: return setColour( "[0;36m" ); case Colour::Yellow: return setColour( "[0;33m" ); case Colour::Grey: return setColour( "[1;30m" ); @@ -6028,53 +7201,53 @@ namespace { case Colour::Bright: throw std::logic_error( "not a colour" ); } } + static IColourImpl* instance() { + static PosixColourImpl s_instance; + return &s_instance; + } + private: void setColour( const char* _escapeCode ) { - std::cout << '\033' << _escapeCode; + Catch::cout() << '\033' << _escapeCode; } }; - inline bool shouldUseColourForPlatform() { - return isatty(STDOUT_FILENO); - } - - static Detail::IColourImpl* platformColourInstance() { - static PosixColourImpl s_instance; - return &s_instance; + IColourImpl* platformColourInstance() { + Ptr config = getCurrentContext().getConfig(); + UseColour::YesOrNo colourMode = config + ? config->useColour() + : UseColour::Auto; + if( colourMode == UseColour::Auto ) + colourMode = (!isDebuggerActive() && isatty(STDOUT_FILENO) ) + ? UseColour::Yes + : UseColour::No; + return colourMode == UseColour::Yes + ? PosixColourImpl::instance() + : NoColourImpl::instance(); } } // end anon namespace } // end namespace Catch -#endif // not Windows +#else // not Windows or ANSI /////////////////////////////////////////////// namespace Catch { - namespace { - struct NoColourImpl : Detail::IColourImpl { - void use( Colour::Code ) {} + static IColourImpl* platformColourInstance() { return NoColourImpl::instance(); } - static IColourImpl* instance() { - static NoColourImpl s_instance; - return &s_instance; - } - }; - static bool shouldUseColour() { - return shouldUseColourForPlatform() && !isDebuggerActive(); - } - } +} // end namespace Catch + +#endif // Windows/ ANSI/ None + +namespace Catch { Colour::Colour( Code _colourCode ) : m_moved( false ) { use( _colourCode ); } Colour::Colour( Colour const& _other ) : m_moved( false ) { const_cast( _other ).m_moved = true; } Colour::~Colour(){ if( !m_moved ) use( None ); } - void Colour::use( Code _colourCode ) { - impl()->use( _colourCode ); - } - Detail::IColourImpl* Colour::impl() { - return shouldUseColour() - ? platformColourInstance() - : NoColourImpl::instance(); + void Colour::use( Code _colourCode ) { + static IColourImpl* impl = platformColourInstance(); + impl->use( _colourCode ); } } // end namespace Catch @@ -6239,7 +7412,7 @@ namespace Catch { namespace Catch { inline TestCaseInfo::SpecialProperties parseSpecialTag( std::string const& tag ) { - if( tag == "." || + if( startsWith( tag, "." ) || tag == "hide" || tag == "!hide" ) return TestCaseInfo::IsHidden; @@ -6259,13 +7432,13 @@ namespace Catch { if( isReservedTag( tag ) ) { { Colour colourGuard( Colour::Red ); - std::cerr + Catch::cerr() << "Tag name [" << tag << "] not allowed.\n" << "Tag names starting with non alpha-numeric characters are reserved\n"; } { Colour colourGuard( Colour::FileName ); - std::cerr << _lineInfo << std::endl; + Catch::cerr() << _lineInfo << std::endl; } exit(1); } @@ -6293,14 +7466,15 @@ namespace Catch { } else { if( c == ']' ) { - enforceNotReservedTag( tag, _lineInfo ); - - inTag = false; - if( tag == "hide" || tag == "." ) + TestCaseInfo::SpecialProperties prop = parseSpecialTag( tag ); + if( prop == TestCaseInfo::IsHidden ) isHidden = true; - else - tags.insert( tag ); + else if( prop == TestCaseInfo::None ) + enforceNotReservedTag( tag, _lineInfo ); + + tags.insert( tag ); tag.clear(); + inTag = false; } else tag += c; @@ -6315,6 +7489,21 @@ namespace Catch { return TestCase( _testCase, info ); } + void setTags( TestCaseInfo& testCaseInfo, std::set const& tags ) + { + testCaseInfo.tags = tags; + testCaseInfo.lcaseTags.clear(); + + std::ostringstream oss; + for( std::set::const_iterator it = tags.begin(), itEnd = tags.end(); it != itEnd; ++it ) { + oss << "[" << *it << "]"; + std::string lcaseTag = toLower( *it ); + testCaseInfo.properties = static_cast( testCaseInfo.properties | parseSpecialTag( lcaseTag ) ); + testCaseInfo.lcaseTags.insert( lcaseTag ); + } + testCaseInfo.tagsAsString = oss.str(); + } + TestCaseInfo::TestCaseInfo( std::string const& _name, std::string const& _className, std::string const& _description, @@ -6323,18 +7512,10 @@ namespace Catch { : name( _name ), className( _className ), description( _description ), - tags( _tags ), lineInfo( _lineInfo ), properties( None ) { - std::ostringstream oss; - for( std::set::const_iterator it = _tags.begin(), itEnd = _tags.end(); it != itEnd; ++it ) { - oss << "[" << *it << "]"; - std::string lcaseTag = toLower( *it ); - properties = static_cast( properties | parseSpecialTag( lcaseTag ) ); - lcaseTags.insert( lcaseTag ); - } - tagsAsString = oss.str(); + setTags( *this, _tags ); } TestCaseInfo::TestCaseInfo( TestCaseInfo const& other ) @@ -6417,8 +7598,33 @@ namespace Catch { namespace Catch { - // These numbers are maintained by a script - Version libraryVersion( 1, 0, 53, "master" ); + Version::Version + ( unsigned int _majorVersion, + unsigned int _minorVersion, + unsigned int _patchNumber, + std::string const& _branchName, + unsigned int _buildNumber ) + : majorVersion( _majorVersion ), + minorVersion( _minorVersion ), + patchNumber( _patchNumber ), + branchName( _branchName ), + buildNumber( _buildNumber ) + {} + + std::ostream& operator << ( std::ostream& os, Version const& version ) { + os << version.majorVersion << "." + << version.minorVersion << "." + << version.patchNumber; + + if( !version.branchName.empty() ) { + os << "-" << version.branchName + << "." << version.buildNumber; + } + return os; + } + + Version libraryVersion( 1, 6, 0, "", 0 ); + } // #included from: catch_message.hpp @@ -6502,6 +7708,7 @@ namespace Catch virtual void testCaseEnded( TestCaseStats const& testCaseStats ); virtual void testGroupEnded( TestGroupStats const& testGroupStats ); virtual void testRunEnded( TestRunStats const& testRunStats ); + virtual void skipTest( TestCaseInfo const& ); private: Ptr m_legacyReporter; @@ -6575,6 +7782,8 @@ namespace Catch void LegacyReporterAdapter::testRunEnded( TestRunStats const& testRunStats ) { m_legacyReporter->EndTesting( testRunStats.totals ); } + void LegacyReporterAdapter::skipTest( TestCaseInfo const& ) { + } } // #included from: catch_timer.hpp @@ -6597,17 +7806,17 @@ namespace Catch { uint64_t getCurrentTicks() { static uint64_t hz=0, hzo=0; if (!hz) { - QueryPerformanceFrequency((LARGE_INTEGER*)&hz); - QueryPerformanceCounter((LARGE_INTEGER*)&hzo); + QueryPerformanceFrequency( reinterpret_cast( &hz ) ); + QueryPerformanceCounter( reinterpret_cast( &hzo ) ); } uint64_t t; - QueryPerformanceCounter((LARGE_INTEGER*)&t); + QueryPerformanceCounter( reinterpret_cast( &t ) ); return ((t-hzo)*1000000)/hz; } #else uint64_t getCurrentTicks() { timeval t; - gettimeofday(&t,NULL); + gettimeofday(&t,CATCH_NULL); return static_cast( t.tv_sec ) * 1000000ull + static_cast( t.tv_usec ); } #endif @@ -6616,14 +7825,14 @@ namespace Catch { void Timer::start() { m_ticks = getCurrentTicks(); } - unsigned int Timer::getElapsedNanoseconds() const { + unsigned int Timer::getElapsedMicroseconds() const { return static_cast(getCurrentTicks() - m_ticks); } unsigned int Timer::getElapsedMilliseconds() const { - return static_cast((getCurrentTicks() - m_ticks)/1000); + return static_cast(getElapsedMicroseconds()/1000); } double Timer::getElapsedSeconds() const { - return (getCurrentTicks() - m_ticks)/1000000.0; + return getElapsedMicroseconds()/1000000.0; } } // namespace Catch @@ -6645,8 +7854,11 @@ namespace Catch { bool contains( std::string const& s, std::string const& infix ) { return s.find( infix ) != std::string::npos; } + char toLowerCh(char c) { + return static_cast( ::tolower( c ) ); + } void toLowerInPlace( std::string& s ) { - std::transform( s.begin(), s.end(), s.begin(), ::tolower ); + std::transform( s.begin(), s.end(), s.begin(), toLowerCh ); } std::string toLower( std::string const& s ) { std::string lc = s; @@ -6661,6 +7873,20 @@ namespace Catch { return start != std::string::npos ? str.substr( start, 1+end-start ) : ""; } + bool replaceInPlace( std::string& str, std::string const& replaceThis, std::string const& withThis ) { + bool replaced = false; + std::size_t i = str.find( replaceThis ); + while( i != std::string::npos ) { + replaced = true; + str = str.substr( 0, i ) + withThis + str.substr( i+replaceThis.size() ); + if( i < str.size()-withThis.size() ) + i = str.find( replaceThis, i+withThis.size() ); + else + i = std::string::npos; + } + return replaced; + } + pluralise::pluralise( std::size_t count, std::string const& label ) : m_count( count ), m_label( label ) @@ -6688,6 +7914,17 @@ namespace Catch { bool SourceLineInfo::operator == ( SourceLineInfo const& other ) const { return line == other.line && file == other.file; } + bool SourceLineInfo::operator < ( SourceLineInfo const& other ) const { + return line < other.line || ( line == other.line && file < other.file ); + } + + void seedRng( IConfig const& config ) { + if( config.rngSeed() != 0 ) + std::srand( config.rngSeed() ); + } + unsigned int rngSeed() { + return getCurrentContext().getConfig()->rngSeed(); + } std::ostream& operator << ( std::ostream& os, SourceLineInfo const& info ) { #ifndef __GNUG__ @@ -6728,8 +7965,13 @@ namespace Catch { } Section::~Section() { - if( m_sectionIncluded ) - getResultCapture().sectionEnded( m_info, m_assertions, m_timer.getElapsedSeconds() ); + if( m_sectionIncluded ) { + SectionEndInfo endInfo( m_info, m_assertions, m_timer.getElapsedSeconds() ); + if( std::uncaught_exception() ) + getResultCapture().sectionEndedEarly( endInfo ); + else + getResultCapture().sectionEnded( endInfo ); + } } // This indicates whether the section should be executed or not @@ -6781,8 +8023,8 @@ namespace Catch { // Call sysctl. size = sizeof(info); - if( sysctl(mib, sizeof(mib) / sizeof(*mib), &info, &size, NULL, 0) != 0 ) { - std::cerr << "\n** Call to sysctl failed - unable to determine if debugger is active **\n" << std::endl; + if( sysctl(mib, sizeof(mib) / sizeof(*mib), &info, &size, CATCH_NULL, 0) != 0 ) { + Catch::cerr() << "\n** Call to sysctl failed - unable to determine if debugger is active **\n" << std::endl; return false; } @@ -6823,7 +8065,7 @@ namespace Catch { namespace Catch { void writeToDebugConsole( std::string const& text ) { // !TBD: Need a version for Mac/ XCode and other IDEs - std::cout << text; + Catch::cout() << text; } } #endif // Platform @@ -6835,7 +8077,11 @@ namespace Catch { namespace Detail { + const std::string unprintableString = "{?}"; + namespace { + const int hexThreshold = 255; + struct Endianness { enum Arch { Big, Little }; @@ -6893,7 +8139,7 @@ std::string toString( std::wstring const& value ) { s.reserve( value.size() ); for(size_t i = 0; i < value.size(); ++i ) s += value[i] <= 0xff ? static_cast( value[i] ) : '?'; - return toString( s ); + return Catch::toString( s ); } std::string toString( const char* const value ) { @@ -6917,20 +8163,21 @@ std::string toString( wchar_t* const value ) std::string toString( int value ) { std::ostringstream oss; oss << value; + if( value > Detail::hexThreshold ) + oss << " (0x" << std::hex << value << ")"; return oss.str(); } std::string toString( unsigned long value ) { std::ostringstream oss; - if( value > 8192 ) - oss << "0x" << std::hex << value; - else - oss << value; + oss << value; + if( value > Detail::hexThreshold ) + oss << " (0x" << std::hex << value << ")"; return oss.str(); } std::string toString( unsigned int value ) { - return toString( static_cast( value ) ); + return Catch::toString( static_cast( value ) ); } template @@ -6974,6 +8221,23 @@ std::string toString( unsigned char value ) { return toString( static_cast( value ) ); } +#ifdef CATCH_CONFIG_CPP11_LONG_LONG +std::string toString( long long value ) { + std::ostringstream oss; + oss << value; + if( value > Detail::hexThreshold ) + oss << " (0x" << std::hex << value << ")"; + return oss.str(); +} +std::string toString( unsigned long long value ) { + std::ostringstream oss; + oss << value; + if( value > Detail::hexThreshold ) + oss << " (0x" << std::hex << value << ")"; + return oss.str(); +} +#endif + #ifdef CATCH_CONFIG_CPP11_NULLPTR std::string toString( std::nullptr_t ) { return "nullptr"; @@ -7003,11 +8267,17 @@ std::string toString( std::nullptr_t ) { namespace Catch { + std::string capturedExpressionWithSecondArgument( std::string const& capturedExpression, std::string const& secondArg ) { + return secondArg.empty() || secondArg == "\"\"" + ? capturedExpression + : capturedExpression + ", " + secondArg; + } ResultBuilder::ResultBuilder( char const* macroName, SourceLineInfo const& lineInfo, char const* capturedExpression, - ResultDisposition::Flags resultDisposition ) - : m_assertionInfo( macroName, lineInfo, capturedExpression, resultDisposition ), + ResultDisposition::Flags resultDisposition, + char const* secondArg ) + : m_assertionInfo( macroName, lineInfo, capturedExpressionWithSecondArgument( capturedExpression, secondArg ), resultDisposition ), m_shouldDebugBreak( false ), m_shouldThrow( false ) {} @@ -7044,19 +8314,45 @@ namespace Catch { captureResult( ResultWas::ThrewException ); } - void ResultBuilder::captureResult( ResultWas::OfType resultType ) { - setResultType( resultType ); - captureExpression(); + void ResultBuilder::captureResult( ResultWas::OfType resultType ) { + setResultType( resultType ); + captureExpression(); + } + void ResultBuilder::captureExpectedException( std::string const& expectedMessage ) { + if( expectedMessage.empty() ) + captureExpectedException( Matchers::Impl::Generic::AllOf() ); + else + captureExpectedException( Matchers::Equals( expectedMessage ) ); + } + + void ResultBuilder::captureExpectedException( Matchers::Impl::Matcher const& matcher ) { + + assert( m_exprComponents.testFalse == false ); + AssertionResultData data = m_data; + data.resultType = ResultWas::Ok; + data.reconstructedExpression = m_assertionInfo.capturedExpression; + + std::string actualMessage = Catch::translateActiveException(); + if( !matcher.match( actualMessage ) ) { + data.resultType = ResultWas::ExpressionFailed; + data.reconstructedExpression = actualMessage; + } + AssertionResult result( m_assertionInfo, data ); + handleResult( result ); } void ResultBuilder::captureExpression() { AssertionResult result = build(); + handleResult( result ); + } + void ResultBuilder::handleResult( AssertionResult const& result ) + { getResultCapture().assertionEnded( result ); if( !result.isOk() ) { if( getCurrentContext().getConfig()->shouldDebugBreak() ) m_shouldDebugBreak = true; - if( getCurrentContext().getRunner()->aborting() || m_assertionInfo.resultDisposition == ResultDisposition::Normal ) + if( getCurrentContext().getRunner()->aborting() || (m_assertionInfo.resultDisposition & ResultDisposition::Normal) ) m_shouldThrow = true; } } @@ -7094,7 +8390,7 @@ namespace Catch { } std::string ResultBuilder::reconstructExpression() const { if( m_exprComponents.op == "" ) - return m_exprComponents.lhs.empty() ? m_assertionInfo.capturedExpression : m_exprComponents.op + m_exprComponents.lhs; + return m_exprComponents.lhs.empty() ? m_assertionInfo.capturedExpression : m_exprComponents.lhs; else if( m_exprComponents.op == "matches" ) return m_exprComponents.lhs + " " + m_exprComponents.rhs; else if( m_exprComponents.op != "!" ) { @@ -7196,19 +8492,157 @@ namespace Catch { } catch( std::exception& ex ) { Colour colourGuard( Colour::Red ); - std::cerr << ex.what() << std::endl; + Catch::cerr() << ex.what() << std::endl; exit(1); } } } // end namespace Catch +// #included from: ../reporters/catch_reporter_multi.hpp +#define TWOBLUECUBES_CATCH_REPORTER_MULTI_HPP_INCLUDED + +namespace Catch { + +class MultipleReporters : public SharedImpl { + typedef std::vector > Reporters; + Reporters m_reporters; + +public: + void add( Ptr const& reporter ) { + m_reporters.push_back( reporter ); + } + +public: // IStreamingReporter + + virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { + return m_reporters[0]->getPreferences(); + } + + virtual void noMatchingTestCases( std::string const& spec ) CATCH_OVERRIDE { + for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); + it != itEnd; + ++it ) + (*it)->noMatchingTestCases( spec ); + } + + virtual void testRunStarting( TestRunInfo const& testRunInfo ) CATCH_OVERRIDE { + for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); + it != itEnd; + ++it ) + (*it)->testRunStarting( testRunInfo ); + } + + virtual void testGroupStarting( GroupInfo const& groupInfo ) CATCH_OVERRIDE { + for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); + it != itEnd; + ++it ) + (*it)->testGroupStarting( groupInfo ); + } + + virtual void testCaseStarting( TestCaseInfo const& testInfo ) CATCH_OVERRIDE { + for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); + it != itEnd; + ++it ) + (*it)->testCaseStarting( testInfo ); + } + + virtual void sectionStarting( SectionInfo const& sectionInfo ) CATCH_OVERRIDE { + for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); + it != itEnd; + ++it ) + (*it)->sectionStarting( sectionInfo ); + } + + virtual void assertionStarting( AssertionInfo const& assertionInfo ) CATCH_OVERRIDE { + for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); + it != itEnd; + ++it ) + (*it)->assertionStarting( assertionInfo ); + } + + // The return value indicates if the messages buffer should be cleared: + virtual bool assertionEnded( AssertionStats const& assertionStats ) CATCH_OVERRIDE { + bool clearBuffer = false; + for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); + it != itEnd; + ++it ) + clearBuffer |= (*it)->assertionEnded( assertionStats ); + return clearBuffer; + } + + virtual void sectionEnded( SectionStats const& sectionStats ) CATCH_OVERRIDE { + for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); + it != itEnd; + ++it ) + (*it)->sectionEnded( sectionStats ); + } + + virtual void testCaseEnded( TestCaseStats const& testCaseStats ) CATCH_OVERRIDE { + for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); + it != itEnd; + ++it ) + (*it)->testCaseEnded( testCaseStats ); + } + + virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { + for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); + it != itEnd; + ++it ) + (*it)->testGroupEnded( testGroupStats ); + } + + virtual void testRunEnded( TestRunStats const& testRunStats ) CATCH_OVERRIDE { + for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); + it != itEnd; + ++it ) + (*it)->testRunEnded( testRunStats ); + } + + virtual void skipTest( TestCaseInfo const& testInfo ) CATCH_OVERRIDE { + for( Reporters::const_iterator it = m_reporters.begin(), itEnd = m_reporters.end(); + it != itEnd; + ++it ) + (*it)->skipTest( testInfo ); + } + + virtual MultipleReporters* tryAsMulti() CATCH_OVERRIDE { + return this; + } + +}; + +Ptr addReporter( Ptr const& existingReporter, Ptr const& additionalReporter ) { + Ptr resultingReporter; + + if( existingReporter ) { + MultipleReporters* multi = existingReporter->tryAsMulti(); + if( !multi ) { + multi = new MultipleReporters; + resultingReporter = Ptr( multi ); + if( existingReporter ) + multi->add( existingReporter ); + } + else + resultingReporter = existingReporter; + multi->add( additionalReporter ); + } + else + resultingReporter = additionalReporter; + + return resultingReporter; +} + +} // end namespace Catch + // #included from: ../reporters/catch_reporter_xml.hpp #define TWOBLUECUBES_CATCH_REPORTER_XML_HPP_INCLUDED // #included from: catch_reporter_bases.hpp #define TWOBLUECUBES_CATCH_REPORTER_BASES_HPP_INCLUDED +#include + namespace Catch { struct StreamingReporterBase : SharedImpl { @@ -7216,43 +8650,53 @@ namespace Catch { StreamingReporterBase( ReporterConfig const& _config ) : m_config( _config.fullConfig() ), stream( _config.stream() ) - {} + { + m_reporterPrefs.shouldRedirectStdOut = false; + } + + virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { + return m_reporterPrefs; + } - virtual ~StreamingReporterBase(); + virtual ~StreamingReporterBase() CATCH_OVERRIDE; - virtual void noMatchingTestCases( std::string const& ) {} + virtual void noMatchingTestCases( std::string const& ) CATCH_OVERRIDE {} - virtual void testRunStarting( TestRunInfo const& _testRunInfo ) { + virtual void testRunStarting( TestRunInfo const& _testRunInfo ) CATCH_OVERRIDE { currentTestRunInfo = _testRunInfo; } - virtual void testGroupStarting( GroupInfo const& _groupInfo ) { + virtual void testGroupStarting( GroupInfo const& _groupInfo ) CATCH_OVERRIDE { currentGroupInfo = _groupInfo; } - virtual void testCaseStarting( TestCaseInfo const& _testInfo ) { + virtual void testCaseStarting( TestCaseInfo const& _testInfo ) CATCH_OVERRIDE { currentTestCaseInfo = _testInfo; } - virtual void sectionStarting( SectionInfo const& _sectionInfo ) { + virtual void sectionStarting( SectionInfo const& _sectionInfo ) CATCH_OVERRIDE { m_sectionStack.push_back( _sectionInfo ); } - virtual void sectionEnded( SectionStats const& /* _sectionStats */ ) { + virtual void sectionEnded( SectionStats const& /* _sectionStats */ ) CATCH_OVERRIDE { m_sectionStack.pop_back(); } - virtual void testCaseEnded( TestCaseStats const& /* _testCaseStats */ ) { + virtual void testCaseEnded( TestCaseStats const& /* _testCaseStats */ ) CATCH_OVERRIDE { currentTestCaseInfo.reset(); - assert( m_sectionStack.empty() ); } - virtual void testGroupEnded( TestGroupStats const& /* _testGroupStats */ ) { + virtual void testGroupEnded( TestGroupStats const& /* _testGroupStats */ ) CATCH_OVERRIDE { currentGroupInfo.reset(); } - virtual void testRunEnded( TestRunStats const& /* _testRunStats */ ) { + virtual void testRunEnded( TestRunStats const& /* _testRunStats */ ) CATCH_OVERRIDE { currentTestCaseInfo.reset(); currentGroupInfo.reset(); currentTestRunInfo.reset(); } - Ptr m_config; + virtual void skipTest( TestCaseInfo const& ) CATCH_OVERRIDE { + // Don't do anything with this by default. + // It can optionally be overridden in the derived class. + } + + Ptr m_config; std::ostream& stream; LazyStat currentTestRunInfo; @@ -7260,6 +8704,7 @@ namespace Catch { LazyStat currentTestCaseInfo; std::vector m_sectionStack; + ReporterPreferences m_reporterPrefs; }; struct CumulativeReporterBase : SharedImpl { @@ -7310,15 +8755,21 @@ namespace Catch { CumulativeReporterBase( ReporterConfig const& _config ) : m_config( _config.fullConfig() ), stream( _config.stream() ) - {} + { + m_reporterPrefs.shouldRedirectStdOut = false; + } ~CumulativeReporterBase(); - virtual void testRunStarting( TestRunInfo const& ) {} - virtual void testGroupStarting( GroupInfo const& ) {} + virtual ReporterPreferences getPreferences() const CATCH_OVERRIDE { + return m_reporterPrefs; + } + + virtual void testRunStarting( TestRunInfo const& ) CATCH_OVERRIDE {} + virtual void testGroupStarting( GroupInfo const& ) CATCH_OVERRIDE {} - virtual void testCaseStarting( TestCaseInfo const& ) {} + virtual void testCaseStarting( TestCaseInfo const& ) CATCH_OVERRIDE {} - virtual void sectionStarting( SectionInfo const& sectionInfo ) { + virtual void sectionStarting( SectionInfo const& sectionInfo ) CATCH_OVERRIDE { SectionStats incompleteStats( sectionInfo, Counts(), 0, false ); Ptr node; if( m_sectionStack.empty() ) { @@ -7343,21 +8794,21 @@ namespace Catch { m_deepestSection = node; } - virtual void assertionStarting( AssertionInfo const& ) {} + virtual void assertionStarting( AssertionInfo const& ) CATCH_OVERRIDE {} - virtual bool assertionEnded( AssertionStats const& assertionStats ) { + virtual bool assertionEnded( AssertionStats const& assertionStats ) CATCH_OVERRIDE { assert( !m_sectionStack.empty() ); SectionNode& sectionNode = *m_sectionStack.back(); sectionNode.assertions.push_back( assertionStats ); return true; } - virtual void sectionEnded( SectionStats const& sectionStats ) { + virtual void sectionEnded( SectionStats const& sectionStats ) CATCH_OVERRIDE { assert( !m_sectionStack.empty() ); SectionNode& node = *m_sectionStack.back(); node.stats = sectionStats; m_sectionStack.pop_back(); } - virtual void testCaseEnded( TestCaseStats const& testCaseStats ) { + virtual void testCaseEnded( TestCaseStats const& testCaseStats ) CATCH_OVERRIDE { Ptr node = new TestCaseNode( testCaseStats ); assert( m_sectionStack.size() == 0 ); node->children.push_back( m_rootSection ); @@ -7368,12 +8819,12 @@ namespace Catch { m_deepestSection->stdOut = testCaseStats.stdOut; m_deepestSection->stdErr = testCaseStats.stdErr; } - virtual void testGroupEnded( TestGroupStats const& testGroupStats ) { + virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { Ptr node = new TestGroupNode( testGroupStats ); node->children.swap( m_testCases ); m_testGroups.push_back( node ); } - virtual void testRunEnded( TestRunStats const& testRunStats ) { + virtual void testRunEnded( TestRunStats const& testRunStats ) CATCH_OVERRIDE { Ptr node = new TestRunNode( testRunStats ); node->children.swap( m_testGroups ); m_testRuns.push_back( node ); @@ -7381,7 +8832,9 @@ namespace Catch { } virtual void testRunEndedCumulative() = 0; - Ptr m_config; + virtual void skipTest( TestCaseInfo const& ) CATCH_OVERRIDE {} + + Ptr m_config; std::ostream& stream; std::vector m_assertions; std::vector > > m_sections; @@ -7393,7 +8846,29 @@ namespace Catch { Ptr m_rootSection; Ptr m_deepestSection; std::vector > m_sectionStack; + ReporterPreferences m_reporterPrefs; + + }; + + template + char const* getLineOfChars() { + static char line[CATCH_CONFIG_CONSOLE_WIDTH] = {0}; + if( !*line ) { + memset( line, C, CATCH_CONFIG_CONSOLE_WIDTH-1 ); + line[CATCH_CONFIG_CONSOLE_WIDTH-1] = 0; + } + return line; + } + struct TestEventListenerBase : StreamingReporterBase { + TestEventListenerBase( ReporterConfig const& _config ) + : StreamingReporterBase( _config ) + {} + + virtual void assertionStarting( AssertionInfo const& ) CATCH_OVERRIDE {} + virtual bool assertionEnded( AssertionStats const& ) CATCH_OVERRIDE { + return false; + } }; } // end namespace Catch @@ -7426,7 +8901,7 @@ namespace Catch { template class ReporterRegistrar { - class ReporterFactory : public IReporterFactory { + class ReporterFactory : public SharedImpl { // *** Please Note ***: // - If you end up here looking at a compiler error because it's trying to register @@ -7454,23 +8929,103 @@ namespace Catch { getMutableRegistryHub().registerReporter( name, new ReporterFactory() ); } }; + + template + class ListenerRegistrar { + + class ListenerFactory : public SharedImpl { + + virtual IStreamingReporter* create( ReporterConfig const& config ) const { + return new T( config ); + } + virtual std::string getDescription() const { + return ""; + } + }; + + public: + + ListenerRegistrar() { + getMutableRegistryHub().registerListener( new ListenerFactory() ); + } + }; } #define INTERNAL_CATCH_REGISTER_LEGACY_REPORTER( name, reporterType ) \ namespace{ Catch::LegacyReporterRegistrar catch_internal_RegistrarFor##reporterType( name ); } + #define INTERNAL_CATCH_REGISTER_REPORTER( name, reporterType ) \ namespace{ Catch::ReporterRegistrar catch_internal_RegistrarFor##reporterType( name ); } +#define INTERNAL_CATCH_REGISTER_LISTENER( listenerType ) \ + namespace{ Catch::ListenerRegistrar catch_internal_RegistrarFor##listenerType; } + // #included from: ../internal/catch_xmlwriter.hpp #define TWOBLUECUBES_CATCH_XMLWRITER_HPP_INCLUDED #include -#include #include #include +#include namespace Catch { + class XmlEncode { + public: + enum ForWhat { ForTextNodes, ForAttributes }; + + XmlEncode( std::string const& str, ForWhat forWhat = ForTextNodes ) + : m_str( str ), + m_forWhat( forWhat ) + {} + + void encodeTo( std::ostream& os ) const { + + // Apostrophe escaping not necessary if we always use " to write attributes + // (see: http://www.w3.org/TR/xml/#syntax) + + for( std::size_t i = 0; i < m_str.size(); ++ i ) { + char c = m_str[i]; + switch( c ) { + case '<': os << "<"; break; + case '&': os << "&"; break; + + case '>': + // See: http://www.w3.org/TR/xml/#syntax + if( i > 2 && m_str[i-1] == ']' && m_str[i-2] == ']' ) + os << ">"; + else + os << c; + break; + + case '\"': + if( m_forWhat == ForAttributes ) + os << """; + else + os << c; + break; + + default: + // Escape control chars - based on contribution by @espenalb in PR #465 and + // by @mrpi PR #588 + if ( ( c >= 0 && c < '\x09' ) || ( c > '\x0D' && c < '\x20') || c=='\x7F' ) + os << "&#x" << std::uppercase << std::hex << std::setfill('0') << std::setw(2) << static_cast( c ) << ';'; + else + os << c; + } + } + } + + friend std::ostream& operator << ( std::ostream& os, XmlEncode const& xmlEncode ) { + xmlEncode.encodeTo( os ); + return os; + } + + private: + std::string m_str; + ForWhat m_forWhat; + }; + class XmlWriter { public: @@ -7482,7 +9037,7 @@ namespace Catch { ScopedElement( ScopedElement const& other ) : m_writer( other.m_writer ){ - other.m_writer = NULL; + other.m_writer = CATCH_NULL; } ~ScopedElement() { @@ -7508,41 +9063,27 @@ namespace Catch { XmlWriter() : m_tagIsOpen( false ), m_needsNewline( false ), - m_os( &std::cout ) - {} + m_os( &Catch::cout() ) + { + // We encode control characters, which requires + // XML 1.1 + // see http://stackoverflow.com/questions/404107/why-are-control-characters-illegal-in-xml-1-0 + *m_os << "\n"; + } XmlWriter( std::ostream& os ) : m_tagIsOpen( false ), m_needsNewline( false ), m_os( &os ) - {} + { + *m_os << "\n"; + } ~XmlWriter() { while( !m_tags.empty() ) endElement(); } -//# ifndef CATCH_CPP11_OR_GREATER -// XmlWriter& operator = ( XmlWriter const& other ) { -// XmlWriter temp( other ); -// swap( temp ); -// return *this; -// } -//# else -// XmlWriter( XmlWriter const& ) = default; -// XmlWriter( XmlWriter && ) = default; -// XmlWriter& operator = ( XmlWriter const& ) = default; -// XmlWriter& operator = ( XmlWriter && ) = default; -//# endif -// -// void swap( XmlWriter& other ) { -// std::swap( m_tagIsOpen, other.m_tagIsOpen ); -// std::swap( m_needsNewline, other.m_needsNewline ); -// std::swap( m_tags, other.m_tags ); -// std::swap( m_indent, other.m_indent ); -// std::swap( m_os, other.m_os ); -// } - XmlWriter& startElement( std::string const& name ) { ensureTagClosed(); newlineIfNecessary(); @@ -7574,11 +9115,8 @@ namespace Catch { } XmlWriter& writeAttribute( std::string const& name, std::string const& attribute ) { - if( !name.empty() && !attribute.empty() ) { - stream() << " " << name << "=\""; - writeEncodedText( attribute ); - stream() << "\""; - } + if( !name.empty() && !attribute.empty() ) + stream() << " " << name << "=\"" << XmlEncode( attribute, XmlEncode::ForAttributes ) << "\""; return *this; } @@ -7589,9 +9127,9 @@ namespace Catch { template XmlWriter& writeAttribute( std::string const& name, T const& attribute ) { - if( !name.empty() ) - stream() << " " << name << "=\"" << attribute << "\""; - return *this; + std::ostringstream oss; + oss << attribute; + return writeAttribute( name, oss.str() ); } XmlWriter& writeText( std::string const& text, bool indent = true ) { @@ -7600,7 +9138,7 @@ namespace Catch { ensureTagClosed(); if( tagWasOpen && indent ) stream() << m_indent; - writeEncodedText( text ); + stream() << XmlEncode( text ); m_needsNewline = true; } return *this; @@ -7645,30 +9183,6 @@ namespace Catch { } } - void writeEncodedText( std::string const& text ) { - static const char* charsToEncode = "<&\""; - std::string mtext = text; - std::string::size_type pos = mtext.find_first_of( charsToEncode ); - while( pos != std::string::npos ) { - stream() << mtext.substr( 0, pos ); - - switch( mtext[pos] ) { - case '<': - stream() << "<"; - break; - case '&': - stream() << "&"; - break; - case '\"': - stream() << """; - break; - } - mtext = mtext.substr( pos+1 ); - pos = mtext.find_first_of( charsToEncode ); - } - stream() << mtext; - } - bool m_tagIsOpen; bool m_needsNewline; std::vector m_tags; @@ -7677,82 +9191,103 @@ namespace Catch { }; } +// #included from: catch_reenable_warnings.h + +#define TWOBLUECUBES_CATCH_REENABLE_WARNINGS_H_INCLUDED + +#ifdef __clang__ +# ifdef __ICC // icpc defines the __clang__ macro +# pragma warning(pop) +# else +# pragma clang diagnostic pop +# endif +#elif defined __GNUC__ +# pragma GCC diagnostic pop +#endif + + namespace Catch { - class XmlReporter : public SharedImpl { + class XmlReporter : public StreamingReporterBase { public: - XmlReporter( ReporterConfig const& config ) : m_config( config ), m_sectionDepth( 0 ) {} + XmlReporter( ReporterConfig const& _config ) + : StreamingReporterBase( _config ), + m_xml(_config.stream()), + m_sectionDepth( 0 ) + { + m_reporterPrefs.shouldRedirectStdOut = true; + } + + virtual ~XmlReporter() CATCH_OVERRIDE; static std::string getDescription() { return "Reports test results as an XML document"; } - virtual ~XmlReporter(); - private: // IReporter + public: // StreamingReporterBase - virtual bool shouldRedirectStdout() const { - return true; + virtual void noMatchingTestCases( std::string const& s ) CATCH_OVERRIDE { + StreamingReporterBase::noMatchingTestCases( s ); } - virtual void StartTesting() { - m_xml.setStream( m_config.stream() ); + virtual void testRunStarting( TestRunInfo const& testInfo ) CATCH_OVERRIDE { + StreamingReporterBase::testRunStarting( testInfo ); m_xml.startElement( "Catch" ); - if( !m_config.fullConfig()->name().empty() ) - m_xml.writeAttribute( "name", m_config.fullConfig()->name() ); - } - - virtual void EndTesting( const Totals& totals ) { - m_xml.scopedElement( "OverallResults" ) - .writeAttribute( "successes", totals.assertions.passed ) - .writeAttribute( "failures", totals.assertions.failed ) - .writeAttribute( "expectedFailures", totals.assertions.failedButOk ); - m_xml.endElement(); + if( !m_config->name().empty() ) + m_xml.writeAttribute( "name", m_config->name() ); } - virtual void StartGroup( const std::string& groupName ) { + virtual void testGroupStarting( GroupInfo const& groupInfo ) CATCH_OVERRIDE { + StreamingReporterBase::testGroupStarting( groupInfo ); m_xml.startElement( "Group" ) - .writeAttribute( "name", groupName ); + .writeAttribute( "name", groupInfo.name ); } - virtual void EndGroup( const std::string&, const Totals& totals ) { - m_xml.scopedElement( "OverallResults" ) - .writeAttribute( "successes", totals.assertions.passed ) - .writeAttribute( "failures", totals.assertions.failed ) - .writeAttribute( "expectedFailures", totals.assertions.failedButOk ); - m_xml.endElement(); + virtual void testCaseStarting( TestCaseInfo const& testInfo ) CATCH_OVERRIDE { + StreamingReporterBase::testCaseStarting(testInfo); + m_xml.startElement( "TestCase" ).writeAttribute( "name", testInfo.name ); + + if ( m_config->showDurations() == ShowDurations::Always ) + m_testCaseTimer.start(); } - virtual void StartSection( const std::string& sectionName, const std::string& description ) { + virtual void sectionStarting( SectionInfo const& sectionInfo ) CATCH_OVERRIDE { + StreamingReporterBase::sectionStarting( sectionInfo ); if( m_sectionDepth++ > 0 ) { m_xml.startElement( "Section" ) - .writeAttribute( "name", trim( sectionName ) ) - .writeAttribute( "description", description ); + .writeAttribute( "name", trim( sectionInfo.name ) ) + .writeAttribute( "description", sectionInfo.description ); } } - virtual void NoAssertionsInSection( const std::string& ) {} - virtual void NoAssertionsInTestCase( const std::string& ) {} - virtual void EndSection( const std::string& /*sectionName*/, const Counts& assertions ) { - if( --m_sectionDepth > 0 ) { - m_xml.scopedElement( "OverallResults" ) - .writeAttribute( "successes", assertions.passed ) - .writeAttribute( "failures", assertions.failed ) - .writeAttribute( "expectedFailures", assertions.failedButOk ); - m_xml.endElement(); - } - } + virtual void assertionStarting( AssertionInfo const& ) CATCH_OVERRIDE { } - virtual void StartTestCase( const Catch::TestCaseInfo& testInfo ) { - m_xml.startElement( "TestCase" ).writeAttribute( "name", trim( testInfo.name ) ); - m_currentTestSuccess = true; - } + virtual bool assertionEnded( AssertionStats const& assertionStats ) CATCH_OVERRIDE { + const AssertionResult& assertionResult = assertionStats.assertionResult; - virtual void Result( const Catch::AssertionResult& assertionResult ) { - if( !m_config.fullConfig()->includeSuccessfulResults() && assertionResult.getResultType() == ResultWas::Ok ) - return; + // Print any info messages in tags. + if( assertionStats.assertionResult.getResultType() != ResultWas::Ok ) { + for( std::vector::const_iterator it = assertionStats.infoMessages.begin(), itEnd = assertionStats.infoMessages.end(); + it != itEnd; + ++it ) { + if( it->type == ResultWas::Info ) { + m_xml.scopedElement( "Info" ) + .writeText( it->message ); + } else if ( it->type == ResultWas::Warning ) { + m_xml.scopedElement( "Warning" ) + .writeText( it->message ); + } + } + } + // Drop out if result was successful but we're not printing them. + if( !m_config->includeSuccessfulResults() && isOk(assertionResult.getResultType()) ) + return true; + + // Print the expression if there is one. if( assertionResult.hasExpression() ) { m_xml.startElement( "Expression" ) .writeAttribute( "success", assertionResult.succeeded() ) + .writeAttribute( "type", assertionResult.getTestMacroName() ) .writeAttribute( "filename", assertionResult.getSourceInfo().file ) .writeAttribute( "line", assertionResult.getSourceInfo().line ); @@ -7760,58 +9295,96 @@ namespace Catch { .writeText( assertionResult.getExpression() ); m_xml.scopedElement( "Expanded" ) .writeText( assertionResult.getExpandedExpression() ); - m_currentTestSuccess &= assertionResult.succeeded(); } + // And... Print a result applicable to each result type. switch( assertionResult.getResultType() ) { case ResultWas::ThrewException: m_xml.scopedElement( "Exception" ) .writeAttribute( "filename", assertionResult.getSourceInfo().file ) .writeAttribute( "line", assertionResult.getSourceInfo().line ) .writeText( assertionResult.getMessage() ); - m_currentTestSuccess = false; + break; + case ResultWas::FatalErrorCondition: + m_xml.scopedElement( "FatalErrorCondition" ) + .writeAttribute( "filename", assertionResult.getSourceInfo().file ) + .writeAttribute( "line", assertionResult.getSourceInfo().line ) + .writeText( assertionResult.getMessage() ); break; case ResultWas::Info: m_xml.scopedElement( "Info" ) .writeText( assertionResult.getMessage() ); break; case ResultWas::Warning: - m_xml.scopedElement( "Warning" ) - .writeText( assertionResult.getMessage() ); + // Warning will already have been written break; case ResultWas::ExplicitFailure: m_xml.scopedElement( "Failure" ) .writeText( assertionResult.getMessage() ); - m_currentTestSuccess = false; break; - case ResultWas::Unknown: - case ResultWas::Ok: - case ResultWas::FailureBit: - case ResultWas::ExpressionFailed: - case ResultWas::Exception: - case ResultWas::DidntThrowException: + default: break; } + if( assertionResult.hasExpression() ) m_xml.endElement(); + + return true; + } + + virtual void sectionEnded( SectionStats const& sectionStats ) CATCH_OVERRIDE { + StreamingReporterBase::sectionEnded( sectionStats ); + if( --m_sectionDepth > 0 ) { + XmlWriter::ScopedElement e = m_xml.scopedElement( "OverallResults" ); + e.writeAttribute( "successes", sectionStats.assertions.passed ); + e.writeAttribute( "failures", sectionStats.assertions.failed ); + e.writeAttribute( "expectedFailures", sectionStats.assertions.failedButOk ); + + if ( m_config->showDurations() == ShowDurations::Always ) + e.writeAttribute( "durationInSeconds", sectionStats.durationInSeconds ); + + m_xml.endElement(); + } + } + + virtual void testCaseEnded( TestCaseStats const& testCaseStats ) CATCH_OVERRIDE { + StreamingReporterBase::testCaseEnded( testCaseStats ); + XmlWriter::ScopedElement e = m_xml.scopedElement( "OverallResult" ); + e.writeAttribute( "success", testCaseStats.totals.assertions.allOk() ); + + if ( m_config->showDurations() == ShowDurations::Always ) + e.writeAttribute( "durationInSeconds", m_testCaseTimer.getElapsedSeconds() ); + + m_xml.endElement(); } - virtual void Aborted() { - // !TBD + virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { + StreamingReporterBase::testGroupEnded( testGroupStats ); + // TODO: Check testGroupStats.aborting and act accordingly. + m_xml.scopedElement( "OverallResults" ) + .writeAttribute( "successes", testGroupStats.totals.assertions.passed ) + .writeAttribute( "failures", testGroupStats.totals.assertions.failed ) + .writeAttribute( "expectedFailures", testGroupStats.totals.assertions.failedButOk ); + m_xml.endElement(); } - virtual void EndTestCase( const Catch::TestCaseInfo&, const Totals&, const std::string&, const std::string& ) { - m_xml.scopedElement( "OverallResult" ).writeAttribute( "success", m_currentTestSuccess ); + virtual void testRunEnded( TestRunStats const& testRunStats ) CATCH_OVERRIDE { + StreamingReporterBase::testRunEnded( testRunStats ); + m_xml.scopedElement( "OverallResults" ) + .writeAttribute( "successes", testRunStats.totals.assertions.passed ) + .writeAttribute( "failures", testRunStats.totals.assertions.failed ) + .writeAttribute( "expectedFailures", testRunStats.totals.assertions.failedButOk ); m_xml.endElement(); } private: - ReporterConfig m_config; - bool m_currentTestSuccess; + Timer m_testCaseTimer; XmlWriter m_xml; int m_sectionDepth; }; + INTERNAL_CATCH_REGISTER_REPORTER( "xml", XmlReporter ) + } // end namespace Catch // #included from: ../reporters/catch_reporter_junit.hpp @@ -7826,28 +9399,24 @@ namespace Catch { JunitReporter( ReporterConfig const& _config ) : CumulativeReporterBase( _config ), xml( _config.stream() ) - {} + { + m_reporterPrefs.shouldRedirectStdOut = true; + } - ~JunitReporter(); + virtual ~JunitReporter() CATCH_OVERRIDE; static std::string getDescription() { return "Reports test results in an XML format that looks like Ant's junitreport target"; } - virtual void noMatchingTestCases( std::string const& /*spec*/ ) {} - - virtual ReporterPreferences getPreferences() const { - ReporterPreferences prefs; - prefs.shouldRedirectStdOut = true; - return prefs; - } + virtual void noMatchingTestCases( std::string const& /*spec*/ ) CATCH_OVERRIDE {} - virtual void testRunStarting( TestRunInfo const& runInfo ) { + virtual void testRunStarting( TestRunInfo const& runInfo ) CATCH_OVERRIDE { CumulativeReporterBase::testRunStarting( runInfo ); xml.startElement( "testsuites" ); } - virtual void testGroupStarting( GroupInfo const& groupInfo ) { + virtual void testGroupStarting( GroupInfo const& groupInfo ) CATCH_OVERRIDE { suiteTimer.start(); stdOutForSuite.str(""); stdErrForSuite.str(""); @@ -7855,25 +9424,25 @@ namespace Catch { CumulativeReporterBase::testGroupStarting( groupInfo ); } - virtual bool assertionEnded( AssertionStats const& assertionStats ) { + virtual bool assertionEnded( AssertionStats const& assertionStats ) CATCH_OVERRIDE { if( assertionStats.assertionResult.getResultType() == ResultWas::ThrewException ) unexpectedExceptions++; return CumulativeReporterBase::assertionEnded( assertionStats ); } - virtual void testCaseEnded( TestCaseStats const& testCaseStats ) { + virtual void testCaseEnded( TestCaseStats const& testCaseStats ) CATCH_OVERRIDE { stdOutForSuite << testCaseStats.stdOut; stdErrForSuite << testCaseStats.stdErr; CumulativeReporterBase::testCaseEnded( testCaseStats ); } - virtual void testGroupEnded( TestGroupStats const& testGroupStats ) { + virtual void testGroupEnded( TestGroupStats const& testGroupStats ) CATCH_OVERRIDE { double suiteTime = suiteTimer.getElapsedSeconds(); CumulativeReporterBase::testGroupEnded( testGroupStats ); writeGroup( *m_testGroups.back(), suiteTime ); } - virtual void testRunEndedCumulative() { + virtual void testRunEndedCumulative() CATCH_OVERRIDE { xml.endElement(); } @@ -7938,7 +9507,7 @@ namespace Catch { xml.writeAttribute( "classname", className ); xml.writeAttribute( "name", name ); } - xml.writeAttribute( "time", toString( sectionNode.stats.durationInSeconds ) ); + xml.writeAttribute( "time", Catch::toString( sectionNode.stats.durationInSeconds ) ); writeAssertions( sectionNode ); @@ -7971,6 +9540,7 @@ namespace Catch { std::string elementName; switch( result.getResultType() ) { case ResultWas::ThrewException: + case ResultWas::FatalErrorCondition: elementName = "error"; break; case ResultWas::ExplicitFailure: @@ -8029,8 +9599,6 @@ namespace Catch { // #included from: ../reporters/catch_reporter_console.hpp #define TWOBLUECUBES_CATCH_REPORTER_CONSOLE_HPP_INCLUDED -#include - namespace Catch { struct ConsoleReporter : StreamingReporterBase { @@ -8039,24 +9607,19 @@ namespace Catch { m_headerPrinted( false ) {} - virtual ~ConsoleReporter(); + virtual ~ConsoleReporter() CATCH_OVERRIDE; static std::string getDescription() { return "Reports test results as plain lines of text"; } - virtual ReporterPreferences getPreferences() const { - ReporterPreferences prefs; - prefs.shouldRedirectStdOut = false; - return prefs; - } - virtual void noMatchingTestCases( std::string const& spec ) { + virtual void noMatchingTestCases( std::string const& spec ) CATCH_OVERRIDE { stream << "No test cases matched '" << spec << "'" << std::endl; } - virtual void assertionStarting( AssertionInfo const& ) { + virtual void assertionStarting( AssertionInfo const& ) CATCH_OVERRIDE { } - virtual bool assertionEnded( AssertionStats const& _assertionStats ) { + virtual bool assertionEnded( AssertionStats const& _assertionStats ) CATCH_OVERRIDE { AssertionResult const& result = _assertionStats.assertionResult; bool printInfoMessages = true; @@ -8076,11 +9639,11 @@ namespace Catch { return true; } - virtual void sectionStarting( SectionInfo const& _sectionInfo ) { + virtual void sectionStarting( SectionInfo const& _sectionInfo ) CATCH_OVERRIDE { m_headerPrinted = false; StreamingReporterBase::sectionStarting( _sectionInfo ); } - virtual void sectionEnded( SectionStats const& _sectionStats ) { + virtual void sectionEnded( SectionStats const& _sectionStats ) CATCH_OVERRIDE { if( _sectionStats.missingAssertions ) { lazyPrint(); Colour colour( Colour::ResultError ); @@ -8102,11 +9665,11 @@ namespace Catch { StreamingReporterBase::sectionEnded( _sectionStats ); } - virtual void testCaseEnded( TestCaseStats const& _testCaseStats ) { + virtual void testCaseEnded( TestCaseStats const& _testCaseStats ) CATCH_OVERRIDE { StreamingReporterBase::testCaseEnded( _testCaseStats ); m_headerPrinted = false; } - virtual void testGroupEnded( TestGroupStats const& _testGroupStats ) { + virtual void testGroupEnded( TestGroupStats const& _testGroupStats ) CATCH_OVERRIDE { if( currentGroupInfo.used ) { printSummaryDivider(); stream << "Summary for group '" << _testGroupStats.groupInfo.name << "':\n"; @@ -8115,7 +9678,7 @@ namespace Catch { } StreamingReporterBase::testGroupEnded( _testGroupStats ); } - virtual void testRunEnded( TestRunStats const& _testRunStats ) { + virtual void testRunEnded( TestRunStats const& _testRunStats ) CATCH_OVERRIDE { printTotalsDivider( _testRunStats.totals ); printTotals( _testRunStats.totals ); stream << std::endl; @@ -8165,6 +9728,11 @@ namespace Catch { passOrFail = "FAILED"; messageLabel = "due to unexpected exception with message"; break; + case ResultWas::FatalErrorCondition: + colour = Colour::Error; + passOrFail = "FAILED"; + messageLabel = "due to a fatal error condition"; + break; case ResultWas::DidntThrowException: colour = Colour::Error; passOrFail = "FAILED"; @@ -8274,14 +9842,12 @@ namespace Catch { stream << "\n" << getLineOfChars<'~'>() << "\n"; Colour colour( Colour::SecondaryText ); stream << currentTestRunInfo->name - << " is a Catch v" << libraryVersion.majorVersion << "." - << libraryVersion.minorVersion << " b" - << libraryVersion.buildNumber; - if( libraryVersion.branchName != std::string( "master" ) ) - stream << " (" << libraryVersion.branchName << ")"; - stream << " host application.\n" + << " is a Catch v" << libraryVersion << " host application.\n" << "Run with -? for options\n\n"; + if( m_config->rngSeed() != 0 ) + stream << "Randomness seeded to: " << m_config->rngSeed() << "\n\n"; + currentTestRunInfo.used = true; } void lazyPrintGroupInfo() { @@ -8369,7 +9935,7 @@ namespace Catch { if( totals.testCases.total() == 0 ) { stream << Colour( Colour::Warning ) << "No tests ran\n"; } - else if( totals.assertions.total() > 0 && totals.assertions.allPassed() ) { + else if( totals.assertions.total() > 0 && totals.testCases.allPassed() ) { stream << Colour( Colour::ResultSuccess ) << "All tests passed"; stream << " (" << pluralise( totals.assertions.passed, "assertion" ) << " in " @@ -8453,15 +10019,6 @@ namespace Catch { void printSummaryDivider() { stream << getLineOfChars<'-'>() << "\n"; } - template - static char const* getLineOfChars() { - static char line[CATCH_CONFIG_CONSOLE_WIDTH] = {0}; - if( !*line ) { - memset( line, C, CATCH_CONFIG_CONSOLE_WIDTH-1 ); - line[CATCH_CONFIG_CONSOLE_WIDTH-1] = 0; - } - return line; - } private: bool m_headerPrinted; @@ -8570,6 +10127,13 @@ namespace Catch { printExpressionWas(); printRemainingMessages(); break; + case ResultWas::FatalErrorCondition: + printResultType( Colour::Error, failedString() ); + printIssue( "fatal error condition with message:" ); + printMessage(); + printExpressionWas(); + printRemainingMessages(); + break; case ResultWas::DidntThrowException: printResultType( Colour::Error, failedString() ); printIssue( "expected exception, got none" ); @@ -8753,8 +10317,14 @@ namespace Catch { } // end namespace Catch namespace Catch { + // These are all here to avoid warnings about not having any out of line + // virtual methods NonCopyable::~NonCopyable() {} IShared::~IShared() {} + IStream::~IStream() CATCH_NOEXCEPT {} + FileStream::~FileStream() CATCH_NOEXCEPT {} + CoutStream::~CoutStream() CATCH_NOEXCEPT {} + DebugOutStream::~DebugOutStream() CATCH_NOEXCEPT {} StreamBufBase::~StreamBufBase() CATCH_NOEXCEPT {} IContext::~IContext() {} IResultCapture::~IResultCapture() {} @@ -8788,6 +10358,7 @@ namespace Catch { FreeFunctionTestCase::~FreeFunctionTestCase() {} IGeneratorInfo::~IGeneratorInfo() {} IGeneratorsForTest::~IGeneratorsForTest() {} + WildcardPattern::~WildcardPattern() {} TestSpec::Pattern::~Pattern() {} TestSpec::NamePattern::~NamePattern() {} TestSpec::TagPattern::~TagPattern() {} @@ -8800,7 +10371,12 @@ namespace Catch { void Config::dummy() {} - INTERNAL_CATCH_REGISTER_LEGACY_REPORTER( "xml", XmlReporter ) + namespace TestCaseTracking { + ITracker::~ITracker() {} + TrackerBase::~TrackerBase() {} + SectionTracker::~SectionTracker() {} + IndexTracker::~IndexTracker() {} + } } #ifdef __clang__ @@ -8816,7 +10392,7 @@ namespace Catch { #ifndef __OBJC__ // Standard C/C++ main entry point -int main (int argc, char * const argv[]) { +int main (int argc, char * argv[]) { return Catch::Session().run( argc, argv ); } @@ -8854,8 +10430,9 @@ int main (int argc, char * const argv[]) { #define CATCH_REQUIRE( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::Normal, "CATCH_REQUIRE" ) #define CATCH_REQUIRE_FALSE( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::Normal | Catch::ResultDisposition::FalseTest, "CATCH_REQUIRE_FALSE" ) -#define CATCH_REQUIRE_THROWS( expr ) INTERNAL_CATCH_THROWS( expr, Catch::ResultDisposition::Normal, "CATCH_REQUIRE_THROWS" ) +#define CATCH_REQUIRE_THROWS( expr ) INTERNAL_CATCH_THROWS( expr, Catch::ResultDisposition::Normal, "", "CATCH_REQUIRE_THROWS" ) #define CATCH_REQUIRE_THROWS_AS( expr, exceptionType ) INTERNAL_CATCH_THROWS_AS( expr, exceptionType, Catch::ResultDisposition::Normal, "CATCH_REQUIRE_THROWS_AS" ) +#define CATCH_REQUIRE_THROWS_WITH( expr, matcher ) INTERNAL_CATCH_THROWS( expr, Catch::ResultDisposition::Normal, matcher, "CATCH_REQUIRE_THROWS_WITH" ) #define CATCH_REQUIRE_NOTHROW( expr ) INTERNAL_CATCH_NO_THROW( expr, Catch::ResultDisposition::Normal, "CATCH_REQUIRE_NOTHROW" ) #define CATCH_CHECK( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::ContinueOnFailure, "CATCH_CHECK" ) @@ -8864,8 +10441,9 @@ int main (int argc, char * const argv[]) { #define CATCH_CHECKED_ELSE( expr ) INTERNAL_CATCH_ELSE( expr, Catch::ResultDisposition::ContinueOnFailure, "CATCH_CHECKED_ELSE" ) #define CATCH_CHECK_NOFAIL( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::ContinueOnFailure | Catch::ResultDisposition::SuppressFail, "CATCH_CHECK_NOFAIL" ) -#define CATCH_CHECK_THROWS( expr ) INTERNAL_CATCH_THROWS( expr, Catch::ResultDisposition::ContinueOnFailure, "CATCH_CHECK_THROWS" ) +#define CATCH_CHECK_THROWS( expr ) INTERNAL_CATCH_THROWS( expr, Catch::ResultDisposition::ContinueOnFailure, "", "CATCH_CHECK_THROWS" ) #define CATCH_CHECK_THROWS_AS( expr, exceptionType ) INTERNAL_CATCH_THROWS_AS( expr, exceptionType, Catch::ResultDisposition::ContinueOnFailure, "CATCH_CHECK_THROWS_AS" ) +#define CATCH_CHECK_THROWS_WITH( expr, matcher ) INTERNAL_CATCH_THROWS( expr, Catch::ResultDisposition::ContinueOnFailure, matcher, "CATCH_CHECK_THROWS_WITH" ) #define CATCH_CHECK_NOTHROW( expr ) INTERNAL_CATCH_NO_THROW( expr, Catch::ResultDisposition::ContinueOnFailure, "CATCH_CHECK_NOTHROW" ) #define CHECK_THAT( arg, matcher ) INTERNAL_CHECK_THAT( arg, matcher, Catch::ResultDisposition::ContinueOnFailure, "CATCH_CHECK_THAT" ) @@ -8881,6 +10459,7 @@ int main (int argc, char * const argv[]) { #define CATCH_TEST_CASE( ... ) INTERNAL_CATCH_TESTCASE( __VA_ARGS__ ) #define CATCH_TEST_CASE_METHOD( className, ... ) INTERNAL_CATCH_TEST_CASE_METHOD( className, __VA_ARGS__ ) #define CATCH_METHOD_AS_TEST_CASE( method, ... ) INTERNAL_CATCH_METHOD_AS_TEST_CASE( method, __VA_ARGS__ ) + #define CATCH_REGISTER_TEST_CASE( Function, ... ) INTERNAL_CATCH_REGISTER_TESTCASE( Function, __VA_ARGS__ ) #define CATCH_SECTION( ... ) INTERNAL_CATCH_SECTION( __VA_ARGS__ ) #define CATCH_FAIL( ... ) INTERNAL_CATCH_MSG( Catch::ResultWas::ExplicitFailure, Catch::ResultDisposition::Normal, "CATCH_FAIL", __VA_ARGS__ ) #define CATCH_SUCCEED( ... ) INTERNAL_CATCH_MSG( Catch::ResultWas::Ok, Catch::ResultDisposition::ContinueOnFailure, "CATCH_SUCCEED", __VA_ARGS__ ) @@ -8888,6 +10467,7 @@ int main (int argc, char * const argv[]) { #define CATCH_TEST_CASE( name, description ) INTERNAL_CATCH_TESTCASE( name, description ) #define CATCH_TEST_CASE_METHOD( className, name, description ) INTERNAL_CATCH_TEST_CASE_METHOD( className, name, description ) #define CATCH_METHOD_AS_TEST_CASE( method, name, description ) INTERNAL_CATCH_METHOD_AS_TEST_CASE( method, name, description ) + #define CATCH_REGISTER_TEST_CASE( function, name, description ) INTERNAL_CATCH_REGISTER_TESTCASE( function, name, description ) #define CATCH_SECTION( name, description ) INTERNAL_CATCH_SECTION( name, description ) #define CATCH_FAIL( msg ) INTERNAL_CATCH_MSG( Catch::ResultWas::ExplicitFailure, Catch::ResultDisposition::Normal, "CATCH_FAIL", msg ) #define CATCH_SUCCEED( msg ) INTERNAL_CATCH_MSG( Catch::ResultWas::Ok, Catch::ResultDisposition::ContinueOnFailure, "CATCH_SUCCEED", msg ) @@ -8907,11 +10487,11 @@ int main (int argc, char * const argv[]) { #define CATCH_SCENARIO( name, tags ) CATCH_TEST_CASE( "Scenario: " name, tags ) #define CATCH_SCENARIO_METHOD( className, name, tags ) INTERNAL_CATCH_TEST_CASE_METHOD( className, "Scenario: " name, tags ) #endif -#define CATCH_GIVEN( desc ) CATCH_SECTION( "Given: " desc, "" ) -#define CATCH_WHEN( desc ) CATCH_SECTION( " When: " desc, "" ) -#define CATCH_AND_WHEN( desc ) CATCH_SECTION( " And: " desc, "" ) -#define CATCH_THEN( desc ) CATCH_SECTION( " Then: " desc, "" ) -#define CATCH_AND_THEN( desc ) CATCH_SECTION( " And: " desc, "" ) +#define CATCH_GIVEN( desc ) CATCH_SECTION( std::string( "Given: ") + desc, "" ) +#define CATCH_WHEN( desc ) CATCH_SECTION( std::string( " When: ") + desc, "" ) +#define CATCH_AND_WHEN( desc ) CATCH_SECTION( std::string( " And: ") + desc, "" ) +#define CATCH_THEN( desc ) CATCH_SECTION( std::string( " Then: ") + desc, "" ) +#define CATCH_AND_THEN( desc ) CATCH_SECTION( std::string( " And: ") + desc, "" ) // If CATCH_CONFIG_PREFIX_ALL is not defined then the CATCH_ prefix is not required #else @@ -8919,8 +10499,9 @@ int main (int argc, char * const argv[]) { #define REQUIRE( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::Normal, "REQUIRE" ) #define REQUIRE_FALSE( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::Normal | Catch::ResultDisposition::FalseTest, "REQUIRE_FALSE" ) -#define REQUIRE_THROWS( expr ) INTERNAL_CATCH_THROWS( expr, Catch::ResultDisposition::Normal, "REQUIRE_THROWS" ) +#define REQUIRE_THROWS( expr ) INTERNAL_CATCH_THROWS( expr, Catch::ResultDisposition::Normal, "", "REQUIRE_THROWS" ) #define REQUIRE_THROWS_AS( expr, exceptionType ) INTERNAL_CATCH_THROWS_AS( expr, exceptionType, Catch::ResultDisposition::Normal, "REQUIRE_THROWS_AS" ) +#define REQUIRE_THROWS_WITH( expr, matcher ) INTERNAL_CATCH_THROWS( expr, Catch::ResultDisposition::Normal, matcher, "REQUIRE_THROWS_WITH" ) #define REQUIRE_NOTHROW( expr ) INTERNAL_CATCH_NO_THROW( expr, Catch::ResultDisposition::Normal, "REQUIRE_NOTHROW" ) #define CHECK( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::ContinueOnFailure, "CHECK" ) @@ -8929,8 +10510,9 @@ int main (int argc, char * const argv[]) { #define CHECKED_ELSE( expr ) INTERNAL_CATCH_ELSE( expr, Catch::ResultDisposition::ContinueOnFailure, "CHECKED_ELSE" ) #define CHECK_NOFAIL( expr ) INTERNAL_CATCH_TEST( expr, Catch::ResultDisposition::ContinueOnFailure | Catch::ResultDisposition::SuppressFail, "CHECK_NOFAIL" ) -#define CHECK_THROWS( expr ) INTERNAL_CATCH_THROWS( expr, Catch::ResultDisposition::ContinueOnFailure, "CHECK_THROWS" ) +#define CHECK_THROWS( expr ) INTERNAL_CATCH_THROWS( expr, Catch::ResultDisposition::ContinueOnFailure, "", "CHECK_THROWS" ) #define CHECK_THROWS_AS( expr, exceptionType ) INTERNAL_CATCH_THROWS_AS( expr, exceptionType, Catch::ResultDisposition::ContinueOnFailure, "CHECK_THROWS_AS" ) +#define CHECK_THROWS_WITH( expr, matcher ) INTERNAL_CATCH_THROWS( expr, Catch::ResultDisposition::ContinueOnFailure, matcher, "CHECK_THROWS_WITH" ) #define CHECK_NOTHROW( expr ) INTERNAL_CATCH_NO_THROW( expr, Catch::ResultDisposition::ContinueOnFailure, "CHECK_NOTHROW" ) #define CHECK_THAT( arg, matcher ) INTERNAL_CHECK_THAT( arg, matcher, Catch::ResultDisposition::ContinueOnFailure, "CHECK_THAT" ) @@ -8946,6 +10528,7 @@ int main (int argc, char * const argv[]) { #define TEST_CASE( ... ) INTERNAL_CATCH_TESTCASE( __VA_ARGS__ ) #define TEST_CASE_METHOD( className, ... ) INTERNAL_CATCH_TEST_CASE_METHOD( className, __VA_ARGS__ ) #define METHOD_AS_TEST_CASE( method, ... ) INTERNAL_CATCH_METHOD_AS_TEST_CASE( method, __VA_ARGS__ ) + #define REGISTER_TEST_CASE( Function, ... ) INTERNAL_CATCH_REGISTER_TESTCASE( Function, __VA_ARGS__ ) #define SECTION( ... ) INTERNAL_CATCH_SECTION( __VA_ARGS__ ) #define FAIL( ... ) INTERNAL_CATCH_MSG( Catch::ResultWas::ExplicitFailure, Catch::ResultDisposition::Normal, "FAIL", __VA_ARGS__ ) #define SUCCEED( ... ) INTERNAL_CATCH_MSG( Catch::ResultWas::Ok, Catch::ResultDisposition::ContinueOnFailure, "SUCCEED", __VA_ARGS__ ) @@ -8953,6 +10536,7 @@ int main (int argc, char * const argv[]) { #define TEST_CASE( name, description ) INTERNAL_CATCH_TESTCASE( name, description ) #define TEST_CASE_METHOD( className, name, description ) INTERNAL_CATCH_TEST_CASE_METHOD( className, name, description ) #define METHOD_AS_TEST_CASE( method, name, description ) INTERNAL_CATCH_METHOD_AS_TEST_CASE( method, name, description ) + #define REGISTER_TEST_CASE( method, name, description ) INTERNAL_CATCH_REGISTER_TESTCASE( method, name, description ) #define SECTION( name, description ) INTERNAL_CATCH_SECTION( name, description ) #define FAIL( msg ) INTERNAL_CATCH_MSG( Catch::ResultWas::ExplicitFailure, Catch::ResultDisposition::Normal, "FAIL", msg ) #define SUCCEED( msg ) INTERNAL_CATCH_MSG( Catch::ResultWas::Ok, Catch::ResultDisposition::ContinueOnFailure, "SUCCEED", msg ) @@ -8976,25 +10560,13 @@ int main (int argc, char * const argv[]) { #define SCENARIO( name, tags ) TEST_CASE( "Scenario: " name, tags ) #define SCENARIO_METHOD( className, name, tags ) INTERNAL_CATCH_TEST_CASE_METHOD( className, "Scenario: " name, tags ) #endif -#define GIVEN( desc ) SECTION( " Given: " desc, "" ) -#define WHEN( desc ) SECTION( " When: " desc, "" ) -#define AND_WHEN( desc ) SECTION( "And when: " desc, "" ) -#define THEN( desc ) SECTION( " Then: " desc, "" ) -#define AND_THEN( desc ) SECTION( " And: " desc, "" ) +#define GIVEN( desc ) SECTION( std::string(" Given: ") + desc, "" ) +#define WHEN( desc ) SECTION( std::string(" When: ") + desc, "" ) +#define AND_WHEN( desc ) SECTION( std::string("And when: ") + desc, "" ) +#define THEN( desc ) SECTION( std::string(" Then: ") + desc, "" ) +#define AND_THEN( desc ) SECTION( std::string(" And: ") + desc, "" ) using Catch::Detail::Approx; -// #included from: internal/catch_reenable_warnings.h - -#define TWOBLUECUBES_CATCH_REENABLE_WARNINGS_H_INCLUDED - -#ifdef __clang__ -#pragma clang diagnostic pop -#elif defined __GNUC__ -#pragma GCC diagnostic pop -#endif - #endif // TWOBLUECUBES_SINGLE_INCLUDE_CATCH_HPP_INCLUDED - - diff --git a/TestMothur/dataset.cpp b/TestMothur/dataset.cpp index a539705e..adcd6315 100755 --- a/TestMothur/dataset.cpp +++ b/TestMothur/dataset.cpp @@ -7,9 +7,12 @@ // #include "dataset.h" +#include "inputdata.h" + /***********************************************************************/ TestDataSet::TestDataSet() { m = MothurOut::getInstance(); + gMap = NULL; } /***********************************************************************/ void TestDataSet::createCountTable() { @@ -48,7 +51,7 @@ void TestDataSet::createCountTable() { ct->push_back(firstCol, abunds); } } - delete gMap; + delete gMap; gMap = NULL; nameMap.clear(); } /***********************************************************************/ @@ -69,192772 +72,59 @@ vector TestDataSet::getSubsetFNGFiles(int numSeqs) { out3 << subsetSeqs[i].getName() << '\t' << gMap->getGroup(subsetSeqs[i].getName()) << '\n'; } nameMap.clear(); - delete gMap; + delete gMap; gMap = NULL; vector filenames; filenames.push_back("tempSeqs.txt"); filenames.push_back("tempNames.txt"); filenames.push_back("tempGroup.txt"); return filenames; } /***********************************************************************/ - void TestDataSet::fillSeqs() { - //fill seqs with final.fasta seqs.clear(); -string name = "GQY1XT001CFHYQ"; -string align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1(name, align); -seqs.push_back(newSeq1); -name = "GQY1XT001C44N8"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2(name, align); -seqs.push_back(newSeq2); -name = "GQY1XT001C296C"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3(name, align); -seqs.push_back(newSeq3); -name = "GQY1XT001ARCB1"; -align = "C-T--C-T--GA-T-A-C-T-G-T--CG-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AT--AA-C-T-G-G-TT-G-T-C--G-G-C-G------------ATA-AAA---------T-G-T-C-G-G-T-G-A-C--TA--A-G-C-G-AA-A-G-C-G-A-TAA-G-TTA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq4(name, align); -seqs.push_back(newSeq4); -name = "GQY1XT001A146F"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq5(name, align); -seqs.push_back(newSeq5); -name = "GQY1XT001CE14C"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq6(name, align); -seqs.push_back(newSeq6); -name = "GQY1XT001DOO7Q"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq7(name, align); -seqs.push_back(newSeq7); -name = "GQY1XT001A2EZX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq8(name, align); -seqs.push_back(newSeq8); -name = "GQY1XT001AYMEB"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq9(name, align); -seqs.push_back(newSeq9); -name = "GQY1XT001DC1IC"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------G-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq10(name, align); -seqs.push_back(newSeq10); -name = "GQY1XT001DE4SZ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq11(name, align); -seqs.push_back(newSeq11); -name = "GQY1XT001BNM96"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq12(name, align); -seqs.push_back(newSeq12); -name = "GQY1XT001AK7BA"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq13(name, align); -seqs.push_back(newSeq13); -name = "GQY1XT001BCUK5"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq14(name, align); -seqs.push_back(newSeq14); -name = "GQY1XT001A05IW"; -align = "A-C--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GC-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GGA-GG-CGG-C-TT-A--CTGG-AC-GG-T-C-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-C-G-G--G---C----AG-G-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq15(name, align); -seqs.push_back(newSeq15); -name = "GQY1XT001AN2XX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-TT-G-T-C--C-G-G-G-T--C-------GAA-TGA-----G-A-T-C-T-G-G-G-C-G-G-C--GA--A-G-C-G-AA-A-G-C-G-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq16(name, align); -seqs.push_back(newSeq16); -name = "GQY1XT001CTNPK"; -align = "C-A--G-A--GA-A-A-C-C-G-T--AT-A-A-C--T-A-G-A-G-T-A-T-GG-TA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-A-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-GT-G-T-C----G-G---------------GA-AA------------C---C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAT-TCC-ACC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq17(name, align); -seqs.push_back(newSeq17); -name = "GQY1XT001D5GRM"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-A-A-C--T-C-G-A-G-A-G-G-GA-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-C-A-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TT-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CT-CC-T-A-TCT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-C-G-G-CT-G-C-C--C-G-G-G-C--C-------GAT-TGA-----G-G-T-C-T-G-G-G-T-G-G-C--GA--A-G-C-G-AA-A-G-C-G-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq18(name, align); -seqs.push_back(newSeq18); -name = "GQY1XT001DR1VM"; -align = "A-T--T-G--GA-A-A-C-T-G-G--TT-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-G-A--AG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TA-T-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-C--CTGG-TC-TG-C-A-ACT--GACA-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-G-G-----------TC-GA--------A-C-C-T-C-A-G-T-G-C-T--GA--A-G-T-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq19(name, align); -seqs.push_back(newSeq19); -name = "GQY1XT001BA2S8"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-C-C-C--T-T-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-A--CTGG-AC-GA-T-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq20(name, align); -seqs.push_back(newSeq20); -name = "GQY1XT001EGASM"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-A-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-G--A-G-G-G-G--G---C----CA-A-----G-C-C-C-C-C-T-G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq21(name, align); -seqs.push_back(newSeq21); -name = "GQY1XT001BKUTY"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq22(name, align); -seqs.push_back(newSeq22); -name = "GQY1XT001AFH3B"; -align = "A-T--T-G--GA-A-A-C-T-G-G--GA-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-T-A-ACT--GACG-CTG-A-GG--T-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAT-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq23(name, align); -seqs.push_back(newSeq23); -name = "GQY1XT001BPI4U"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq24(name, align); -seqs.push_back(newSeq24); -name = "GQY1XT001A7N0G"; -align = "A-A--A-A--GA-T-A-C-T-G-C--AA-A-G-C--T-A-G-A-G-T-A-T-GA-CA-G-A-G-G-C-A--AG-T-GG-A-ACT-A-C-A-T-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AA--AT-A-TA-T-G-T-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-GT-CG-A-T-ACT--GACA-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCC-T-AAAC-G-A-TG-AG--TA-C-T-A-A-GT-G-T-T--G-G-T---------------GA-GA------------A-T-C-A-G-T-G-C-T--GA--A-G-T-T-AA-C-G-C-A-T-TAA-G-TAC-TCC-GCC-T-G-AGT-AG-TA--CG-TA-C-G-C-A-AGTATGAA"; -Sequence newSeq25(name, align); -seqs.push_back(newSeq25); -name = "GQY1XT001AIUIJ"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq26(name, align); -seqs.push_back(newSeq26); -name = "GQY1XT001EDNHY"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-A-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-AC-C---C----AA-G-----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq27(name, align); -seqs.push_back(newSeq27); -name = "GQY1XT001DPAC5"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-CG-G-G-G-G----T---T----CA-AG----A-A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq28(name, align); -seqs.push_back(newSeq28); -name = "GQY1XT001D93B0"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-A-A-C--T-C-G-A-G-A-G-G-GA-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-C-A-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TT-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CT-CC-T-G-TCT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-C-G-G-TT-G-C-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--GA--A-G-C-G-AA-A-G-C-G-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq29(name, align); -seqs.push_back(newSeq29); -name = "GQY1XT001AM8UY"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AG-G-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq30(name, align); -seqs.push_back(newSeq30); -name = "GQY1XT001DXDJ4"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-A-G-A-G-T-A-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-G--A-G-G-G-T--G---C----TA-A-----G-C-A-T-C-C-T-G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq31(name, align); -seqs.push_back(newSeq31); -name = "GQY1XT001BO1NW"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq32(name, align); -seqs.push_back(newSeq32); -name = "GQY1XT001CUIQF"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-A-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----TAGA-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq33(name, align); -seqs.push_back(newSeq33); -name = "GQY1XT001CQ0HR"; -align = "A-T--T-T--CA-A-A-C-T-G-G--AA-G-T-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TC-T--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-G-G-G-T--T-------GTC-AT------G-A-C-C-T-C-T-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-T-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGATTAAA"; -Sequence newSeq34(name, align); -seqs.push_back(newSeq34); -name = "GQY1XT001BUOY9"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---T----AA-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq35(name, align); -seqs.push_back(newSeq35); -name = "GQY1XT001A5M3K"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CT-G-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq36(name, align); -seqs.push_back(newSeq36); -name = "GQY1XT001APUDR"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq37(name, align); -seqs.push_back(newSeq37); -name = "GQY1XT001DTSOS"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GGA-GG-CGG-C-TT-G--CTGG-AC-GG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-CG-G-G-G-G----A---C----AT-AA----G-T-T-T-C-C-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-C-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq38(name, align); -seqs.push_back(newSeq38); -name = "GQY1XT001DOHBW"; -align = "T-T--T-G--GG-A-A-C-T-G-T--AC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq39(name, align); -seqs.push_back(newSeq39); -name = "GQY1XT001DLRT5"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-C-G-G--G---C----AG-G-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq40(name, align); -seqs.push_back(newSeq40); -name = "GQY1XT001B1YL9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq41(name, align); -seqs.push_back(newSeq41); -name = "GQY1XT001COTQS"; -align = "T-T--T-T--GA-A-A-C-T-G-T--AG-G-G-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATTCC-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTGAA"; -Sequence newSeq42(name, align); -seqs.push_back(newSeq42); -name = "GQY1XT001B2H0U"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CT-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-T-T--GG-C-GG-A-ATT-C-C-G-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-C-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CA-A--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-AT--AA-C-T-A-G-GT-G-TGG--G-G-G---G----------TCT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GC--A-GC--T-AA-C-G-C-A-A-TAA-G-TTA-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq43(name, align); -seqs.push_back(newSeq43); -name = "GQY1XT001BHSTH"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AG-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq44(name, align); -seqs.push_back(newSeq44); -name = "GQY1XT001A11OV"; -align = "A-T--C-G--GA-A-A-C-C-G-G--GC-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-C--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq45(name, align); -seqs.push_back(newSeq45); -name = "GQY1XT001DEX9U"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AG-T-T-C--T-T-G-A-G-T-G-A-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AT-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GACC------C-C-T-T-C-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq46(name, align); -seqs.push_back(newSeq46); -name = "GQY1XT001D9BN9"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CG-G-A-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-G-A-G-GT-G-T-C--G-G-G-A-G--G---C----AG-A-----G-C-C-T-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq47(name, align); -seqs.push_back(newSeq47); -name = "GQY1XT001DW1V5"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq48(name, align); -seqs.push_back(newSeq48); -name = "GQY1XT001AWZI0"; -align = "A-T--T-G--GA-A-A-C-T-G-T--CG-C-G-C--T-C-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AC-A-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq49(name, align); -seqs.push_back(newSeq49); -name = "GQY1XT001ALHWC"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CC-C-G-C--T-C-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-TGT-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AT-G-----G-C-C-C-C-C-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq50(name, align); -seqs.push_back(newSeq50); -name = "GQY1XT001ECPOA"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CG-G-G-G-G----T---T----TA-CG----G-A-C-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq51(name, align); -seqs.push_back(newSeq51); -name = "GQY1XT001D7RD3"; -align = "A-T--A-A--CG-A-A-C-T-A-T--CT-A-G-C--T-A-G-A-G-T-A-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-A-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A-----------GG-AA--------T-T-C-C-C-G-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-CAC-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq52(name, align); -seqs.push_back(newSeq52); -name = "GQY1XT001BXUR6"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq53(name, align); -seqs.push_back(newSeq53); -name = "GQY1XT001AG9HZ"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-G-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-C--C---CT---AA-G-----G-G-G-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq54(name, align); -seqs.push_back(newSeq54); -name = "GQY1XT001A1M68"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq55(name, align); -seqs.push_back(newSeq55); -name = "GQY1XT001EC06X"; -align = "T-T--T-T--GA-A-A-C-T-G-C--AG-A-G-C--T-T-G-A-G-T-G-G-AG-TA-G-A-G-G-T-A--GG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TC-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G----------ACT-GA-CC-----C-C-A-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq56(name, align); -seqs.push_back(newSeq56); -name = "GQY1XT001CTFHS"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq57(name, align); -seqs.push_back(newSeq57); -name = "GQY1XT001CIUF3"; -align = "A-C--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-C-G-G--G---C----AC-G-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq58(name, align); -seqs.push_back(newSeq58); -name = "GQY1XT001BXD8S"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-A-C-TG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq59(name, align); -seqs.push_back(newSeq59); -name = "GQY1XT001AF1Q3"; -align = "A-C--T-G--GG-A-A-C-T-G-T--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-C-A-ACT--GACG-TTG-A-GG--C-C-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-TA--TA-C-C-A-G-GT-G-T-C--G-G-A-T-A--T---C----AA-G-----G-A-T-A-T-C-C-G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-ACC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq60(name, align); -seqs.push_back(newSeq60); -name = "GQY1XT001C8QTK"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--CGA------GT-GA------G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq61(name, align); -seqs.push_back(newSeq61); -name = "GQY1XT001BVJNO"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-A-C-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq62(name, align); -seqs.push_back(newSeq62); -name = "GQY1XT001ETRS5"; -align = "A-T--T-G--GG-A-A-C-T-A-C--CG-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-T-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-A--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--C---C----AG-G-----G-G-C-C-C-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq63(name, align); -seqs.push_back(newSeq63); -name = "GQY1XT001EQW3X"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq64(name, align); -seqs.push_back(newSeq64); -name = "GQY1XT001EJ7DU"; -align = "T-C--T-G--GA-A-A-C-T-A-T--GT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-G--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq65(name, align); -seqs.push_back(newSeq65); -name = "GQY1XT001DWRL7"; -align = "G-T--T-T--GA-A-A-C-T-G-T--TC-T-T-C--T-T-G-A-G-T-G-A-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AT-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GACC------C-C-C-T-C-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq66(name, align); -seqs.push_back(newSeq66); -name = "GQY1XT001D79TR"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq67(name, align); -seqs.push_back(newSeq67); -name = "GQY1XT001B6C9Z"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq68(name, align); -seqs.push_back(newSeq68); -name = "GQY1XT001EI480"; -align = "G-A--T-C--AA-A-A-C-T-G-C--AA-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G----------ACT-GA-CC-----C-C-A-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGATTGAA"; -Sequence newSeq69(name, align); -seqs.push_back(newSeq69); -name = "GQY1XT001EE24J"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq70(name, align); -seqs.push_back(newSeq70); -name = "GQY1XT001EDBEC"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-TT-G-T-C--C-G-G-G-T--CGA------AT-GA------G-A-T-C-T-G-G-G-C-G-G-C--GA--A-G-C-G-AA-A-G-C-G-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq71(name, align); -seqs.push_back(newSeq71); -name = "GQY1XT001D47YY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--CGA------TT-GA------G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq72(name, align); -seqs.push_back(newSeq72); -name = "GQY1XT001CNUHI"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq73(name, align); -seqs.push_back(newSeq73); -name = "GQY1XT001BH4P4"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---C----ATAA-----G-A-C-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq74(name, align); -seqs.push_back(newSeq74); -name = "GQY1XT001AWI4W"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq75(name, align); -seqs.push_back(newSeq75); -name = "GQY1XT001AMRXQ"; -align = "A-T--T-G--GA-A-A-C-T-G-C--AT-A-T-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-A-G--G---C----AA-A-----G-C-C-T-T-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq76(name, align); -seqs.push_back(newSeq76); -name = "GQY1XT001EISNU"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CC-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AG-G-----G-C-C-C-C-C-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq77(name, align); -seqs.push_back(newSeq77); -name = "GQY1XT001EDAPN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq78(name, align); -seqs.push_back(newSeq78); -name = "GQY1XT001E06HP"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq79(name, align); -seqs.push_back(newSeq79); -name = "GQY1XT001DXX0D"; -align = "T-A--C-C--AA-A-A-C-T-G-T--TG-G-A-C--T-T-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TT-G--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-G-G-G-G--T-------ATC-GA-C----T-C-C-C-T-C-T-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-T-TAA-G-TAT-TCC-GCC-T-G-GGG-AC-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq80(name, align); -seqs.push_back(newSeq80); -name = "GQY1XT001DK76L"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq81(name, align); -seqs.push_back(newSeq81); -name = "GQY1XT001DC2Z9"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq82(name, align); -seqs.push_back(newSeq82); -name = "GQY1XT001D8HIW"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq83(name, align); -seqs.push_back(newSeq83); -name = "GQY1XT001CYGKE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq84(name, align); -seqs.push_back(newSeq84); -name = "GQY1XT001CTAEP"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq85(name, align); -seqs.push_back(newSeq85); -name = "GQY1XT001CHFDU"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq86(name, align); -seqs.push_back(newSeq86); -name = "GQY1XT001CAHA5"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq87(name, align); -seqs.push_back(newSeq87); -name = "GQY1XT001AU3JG"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-T--T-------CTA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq88(name, align); -seqs.push_back(newSeq88); -name = "GQY1XT001A7KLW"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq89(name, align); -seqs.push_back(newSeq89); -name = "GQY1XT001EVNLV"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-A-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---CT---AG-A-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq90(name, align); -seqs.push_back(newSeq90); -name = "GQY1XT001DZCL2"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AC-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AT-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-G--CTGG-AC-AG-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----CCC-T-C-C-G---T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq91(name, align); -seqs.push_back(newSeq91); -name = "GQY1XT001DUZOP"; -align = "T-T--T-A--GA-A-A-C-T-G-C--TC-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-T-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-AA----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq92(name, align); -seqs.push_back(newSeq92); -name = "GQY1XT001DD4OA"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-C-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGT-C-TT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-T-G--C---C----AA-A-----G-G-C-A-T-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq93(name, align); -seqs.push_back(newSeq93); -name = "GQY1XT001CLQ8T"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq94(name, align); -seqs.push_back(newSeq94); -name = "GQY1XT001CI64O"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-C-C-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq95(name, align); -seqs.push_back(newSeq95); -name = "GQY1XT001C21E5"; -align = "C-A--C-T--GA-T-A-C-T-G-T--TA-G-A-C--T-T-G-A-G-T-A-T-GG-AA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TC-T--CTGG-GC-CA-A-G-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-T--A-G-T-A-G---------TTTC-GA-TG-----C-T-A-C-T-A-G-T-G-C-C--GG--A-G-T-A-AA-C-A-C-A-A-TAA-G-TAT-CCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq96(name, align); -seqs.push_back(newSeq96); -name = "GQY1XT001BATAU"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq97(name, align); -seqs.push_back(newSeq97); -name = "GQY1XT001B2L2T"; -align = "T-T--T-T--GA-A-A-C-T-G-A--GT-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AA-A-----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq98(name, align); -seqs.push_back(newSeq98); -name = "GQY1XT001EKTYL"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq99(name, align); -seqs.push_back(newSeq99); -name = "GQY1XT001EH08T"; -align = "T-C--T-G--GA-A-A-C-T-G-T--CC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-C-A-G-GT-G-T-C--G-G-G-G-G--T---T----AACA-----G-A-C-C-C-C-C-G-G-T-G-C-C--GA--A-G-C-C-AA-C-G-C-A-T-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq100(name, align); -seqs.push_back(newSeq100); -name = "GQY1XT001EBAXG"; -align = "T-T--T-T--GG-A-A-C-T-A-T--CT-A-G-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-C-G--C---C----AT-A-----G-G-C-G-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq101(name, align); -seqs.push_back(newSeq101); -name = "GQY1XT001DZX4H"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq102(name, align); -seqs.push_back(newSeq102); -name = "GQY1XT001DX9HF"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--CGA------GT-GA------G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq103(name, align); -seqs.push_back(newSeq103); -name = "GQY1XT001D6C10"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq104(name, align); -seqs.push_back(newSeq104); -name = "GQY1XT001CU6G0"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq105(name, align); -seqs.push_back(newSeq105); -name = "GQY1XT001CCIKR"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq106(name, align); -seqs.push_back(newSeq106); -name = "GQY1XT001C5FNH"; -align = "A-T--T-T--CA-A-A-C-T-G-G--AA-G-T-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TC-T--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-G-G-G-T--T-------GTC-AT------G-A-C-T-T-C-T-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-T-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGAATGAA"; -Sequence newSeq107(name, align); -seqs.push_back(newSeq107); -name = "GQY1XT001BW5GI"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C-----A-GG----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq108(name, align); -seqs.push_back(newSeq108); -name = "GQY1XT001BKKRF"; -align = "T-T--T-G--GA-A-A-CTT-T-T--TT-T-G-C--T-G-G-A-G-T-A-C-CG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--A---C----AA-A-----G-T-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq109(name, align); -seqs.push_back(newSeq109); -name = "GQY1XT001BFDG3"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq110(name, align); -seqs.push_back(newSeq110); -name = "GQY1XT001BA1UZ"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-C-C-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--C---C----GA-C-----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq111(name, align); -seqs.push_back(newSeq111); -name = "GQY1XT001B7B4F"; -align = "T-T--T-T--GA-A-A-C-T-G-T--TG-A-A-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-A--G---C----A--AA----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq112(name, align); -seqs.push_back(newSeq112); -name = "GQY1XT001B3HER"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AG-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq113(name, align); -seqs.push_back(newSeq113); -name = "GQY1XT001AZUJZ"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-C-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C----G-G-G-G--A---C----CG-AC----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq114(name, align); -seqs.push_back(newSeq114); -name = "GQY1XT001AVTPK"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq115(name, align); -seqs.push_back(newSeq115); -name = "GQY1XT001AGP1J"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq116(name, align); -seqs.push_back(newSeq116); -name = "GQY1XT001AESMQ"; -align = "T-T--T-T--GG-A-A-C-T-G-C--GT-G-T-C--T-T-G-A-G-T-G-A-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-C-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AT-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-A-G-G---------TATT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq117(name, align); -seqs.push_back(newSeq117); -name = "GQY1XT001EXMDA"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--CGA------TT-GA------G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq118(name, align); -seqs.push_back(newSeq118); -name = "GQY1XT001EHLX1"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GT-T-G-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-A--G---C----AA-G-----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq119(name, align); -seqs.push_back(newSeq119); -name = "GQY1XT001EEPSH"; -align = "A-T--T-G--GG-A-A-C-T-G-G--CG-C-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-T-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-A--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-G-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-C-C--C---C----AT-T-----G-G-G-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq120(name, align); -seqs.push_back(newSeq120); -name = "GQY1XT001E0WEO"; -align = "A-T--T-G--GA-A-A-C-T-G-G--CG-A-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-G-C-G--C---C----AC-G-----G-G-C-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq121(name, align); -seqs.push_back(newSeq121); -name = "GQY1XT001DV57S"; -align = "A-T--T-T--GA-A-A-C-T-G-T---T-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AT-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-G--CTGG-AC-AG-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----CCC-T-C-C-G---T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq122(name, align); -seqs.push_back(newSeq122); -name = "GQY1XT001DC1ON"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---T----AA-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GT--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq123(name, align); -seqs.push_back(newSeq123); -name = "GQY1XT001D0EZV"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-CG-G-G-G-C----A---C----AT-AA----G-T-G-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-C-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq124(name, align); -seqs.push_back(newSeq124); -name = "GQY1XT001D07O6"; -align = "A-C--T-C--AA-A-A-C-T-G-C--AG-C-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq125(name, align); -seqs.push_back(newSeq125); -name = "GQY1XT001CVG08"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq126(name, align); -seqs.push_back(newSeq126); -name = "GQY1XT001CTARO"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq127(name, align); -seqs.push_back(newSeq127); -name = "GQY1XT001CPLJN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq128(name, align); -seqs.push_back(newSeq128); -name = "GQY1XT001CB5IC"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq129(name, align); -seqs.push_back(newSeq129); -name = "GQY1XT001C281B"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq130(name, align); -seqs.push_back(newSeq130); -name = "GQY1XT001BWUNQ"; -align = "G-T--T-T--GA-A-A-C-T-G-T--CG-T-T-C--T-T-G-A-G-T-G-A-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AT-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq131(name, align); -seqs.push_back(newSeq131); -name = "GQY1XT001BUCXD"; -align = "T-T--T-G--GA-A-A-C-T-G-C--GA-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AA-A-----G-C-C-C-C-T-C-G-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-A-TAA-G-CAC-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq132(name, align); -seqs.push_back(newSeq132); -name = "GQY1XT001BQUGT"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq133(name, align); -seqs.push_back(newSeq133); -name = "GQY1XT001BNNDP"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq134(name, align); -seqs.push_back(newSeq134); -name = "GQY1XT001BN9CV"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-A-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq135(name, align); -seqs.push_back(newSeq135); -name = "GQY1XT001BL21S"; -align = "C-C--T-T--GG-A-A-C-T-G-T--GC-G-G-C--T-G-G-A-G-T-G-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-CG-G-G-G-G-A--C---G----AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq136(name, align); -seqs.push_back(newSeq136); -name = "GQY1XT001BD93X"; -align = "A-C--T-C--AA-A-A-C-T-G-C--AG-C-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AGA-T--A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq137(name, align); -seqs.push_back(newSeq137); -name = "GQY1XT001B7SJ3"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-A-G-A--G---C----AA-A-----G-C-T-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq138(name, align); -seqs.push_back(newSeq138); -name = "GQY1XT001B79N5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------TT-GG------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq139(name, align); -seqs.push_back(newSeq139); -name = "GQY1XT001AXXKK"; -align = "A-T--A-T--AA-A-A-C-T-G-G--GG-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-G--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCC-T-AAAC-G-A-TG-GA--TA-C-T-A-G-AC-G-A-A--G-G-G-A-G--TA------TTT-C-------A-C-T-C-T-C-T-G-T-G-T-C--GA--A-G-C-C-AA-C-G-C-G-A-TAA-G-TAT-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq140(name, align); -seqs.push_back(newSeq140); -name = "GQY1XT001APMMG"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-GG----A-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq141(name, align); -seqs.push_back(newSeq141); -name = "GQY1XT001AO6DL"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq142(name, align); -seqs.push_back(newSeq142); -name = "GQY1XT001AI1JK"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-TCG--G-G-G-G-T--T---C----AA-G-----A-A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq143(name, align); -seqs.push_back(newSeq143); -name = "GQY1XT001AE5A7"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq144(name, align); -seqs.push_back(newSeq144); -name = "GQY1XT001A77FU"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq145(name, align); -seqs.push_back(newSeq145); -name = "GQY1XT001EZU1F"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq146(name, align); -seqs.push_back(newSeq146); -name = "GQY1XT001EY0VF"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-C-G-G--G---C----AA-A-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq147(name, align); -seqs.push_back(newSeq147); -name = "GQY1XT001EWITF"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq148(name, align); -seqs.push_back(newSeq148); -name = "GQY1XT001EVEB5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C----T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--GC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq149(name, align); -seqs.push_back(newSeq149); -name = "GQY1XT001ERVUL"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq150(name, align); -seqs.push_back(newSeq150); -name = "GQY1XT001EPR0H"; -align = "T-T--T-G--GA-A-A-C-T-G-T--TA-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq151(name, align); -seqs.push_back(newSeq151); -name = "GQY1XT001EPKYE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq152(name, align); -seqs.push_back(newSeq152); -name = "GQY1XT001EM0TN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq153(name, align); -seqs.push_back(newSeq153); -name = "GQY1XT001EHL10"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq154(name, align); -seqs.push_back(newSeq154); -name = "GQY1XT001EH8KN"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq155(name, align); -seqs.push_back(newSeq155); -name = "GQY1XT001EFRAG"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-GG----A-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq156(name, align); -seqs.push_back(newSeq156); -name = "GQY1XT001EDZY7"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq157(name, align); -seqs.push_back(newSeq157); -name = "GQY1XT001E3LM5"; -align = "A-T--T-G--GA-A-A-C-T-G-T--CG-C-G-C--T-C-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AG-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq158(name, align); -seqs.push_back(newSeq158); -name = "GQY1XT001E1X2E"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-G-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-CG-G-G-G-C-C--C---T----AA-G-----G-G-G-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq159(name, align); -seqs.push_back(newSeq159); -name = "GQY1XT001DWYDQ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq160(name, align); -seqs.push_back(newSeq160); -name = "GQY1XT001DN9I6"; -align = "A-T--T-T--GA-A-A-C-T---G--TT-T-T-C--T-T-G-A-G-T-A-C-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA--C-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq161(name, align); -seqs.push_back(newSeq161); -name = "GQY1XT001DJWFM"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq162(name, align); -seqs.push_back(newSeq162); -name = "GQY1XT001DHVO8"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-A-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq163(name, align); -seqs.push_back(newSeq163); -name = "GQY1XT001DH4I4"; -align = "T-T--T-T--GA-A-A-C-T-G-T--TG-A-A-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-C-G--C---C----AT-AG----G-C-G---T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq164(name, align); -seqs.push_back(newSeq164); -name = "GQY1XT001DADJM"; -align = "T-T--T-G--GG-A-A-C-T-G-T--AC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq165(name, align); -seqs.push_back(newSeq165); -name = "GQY1XT001D5TRF"; -align = "A-T--C-T--AA-A-A-C-T-G-T--TG-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-G--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-A-G-GC-GAA-GG-CGA-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCC-T-AAAC-G-A-TG-GA--TA-C-T-A-G-AG-G-A-A--G-G-G-G-G--T-------ATA-A-------A-CTC-C-TCC-T-G-T-C-T-C--GA--A-G-C-A-AA-C-G-C-G-A-TAA-G-TAT-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq166(name, align); -seqs.push_back(newSeq166); -name = "GQY1XT001D2UY9"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq167(name, align); -seqs.push_back(newSeq167); -name = "GQY1XT001D1463"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-G--G-G-A-G-G--A---C----TG-A-----C-C-C-C-T-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq168(name, align); -seqs.push_back(newSeq168); -name = "GQY1XT001CWRV8"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CC-C-G-C--T-C-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-TGT-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G---G-G--G---C----A--T-----G-G-C-C-C-C-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq169(name, align); -seqs.push_back(newSeq169); -name = "GQY1XT001CVRVK"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--CAA------AT-GA------G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq170(name, align); -seqs.push_back(newSeq170); -name = "GQY1XT001CUC2B"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-CG-G-G-G-G----G---C----AG-AG----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq171(name, align); -seqs.push_back(newSeq171); -name = "GQY1XT001CRFHI"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq172(name, align); -seqs.push_back(newSeq172); -name = "GQY1XT001CQZ2F"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq173(name, align); -seqs.push_back(newSeq173); -name = "GQY1XT001CMO4M"; -align = "A-T--C-T--AA-A-A-C-T-G-G--TA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-G--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-A-G-GC-GAA-GG-CGA-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCC-T-AAAC-G-A-TG-GA--TA-C-T-A-G-AG-G-A-A--G-G-G-G-G--T-------ATA-AA-C----T-C-C-T-C-C-T-G-T-C-T-C--GA--A-G-C-A-AA-C-G-C-G-A-TAA-G-TAT-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq174(name, align); -seqs.push_back(newSeq174); -name = "GQY1XT001CF4I5"; -align = "..T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq175(name, align); -seqs.push_back(newSeq175); -name = "GQY1XT001CEE8H"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-TCCG-G-GCC-G------------ATT-GAGG--------C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq176(name, align); -seqs.push_back(newSeq176); -name = "GQY1XT001CCAN6"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq177(name, align); -seqs.push_back(newSeq177); -name = "GQY1XT001C9X04"; -align = "A-T--T-T--CA-A-A-C-T-G-G--AA-G-T-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-TC-T--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--T-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CA-C-T-A-G-GT-G-T-C--G-G-G-G-T--C-------G-C-AA------G-A-C-T-T-C-G-G-T-G-C-C--GT--A-G-T-T-AA-C-G-C-A-T-TAA-G-TGC-TCC-GCC-T-G-GGG-AG-TA--CG-CA-C-G-C-A-AGTGTGAA"; -Sequence newSeq178(name, align); -seqs.push_back(newSeq178); -name = "GQY1XT001C9UYZ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-TCCG-G-GCC-G------------ATT-GAGG--------C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq179(name, align); -seqs.push_back(newSeq179); -name = "GQY1XT001C610G"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq180(name, align); -seqs.push_back(newSeq180); -name = "GQY1XT001C4J0B"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq181(name, align); -seqs.push_back(newSeq181); -name = "GQY1XT001C2OS7"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----CA-AG----G-C-C-C-T-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq182(name, align); -seqs.push_back(newSeq182); -name = "GQY1XT001C1WMY"; -align = "T-T--T-G--GA-A-A-C-T-G-T--TA-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq183(name, align); -seqs.push_back(newSeq183); -name = "GQY1XT001BT9LZ"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq184(name, align); -seqs.push_back(newSeq184); -name = "GQY1XT001BRS60"; -align = "C-T--T-G--CG-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-A-A-ACT--GACG-CTG-A-GG--T-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AG--CA-C-T-A-G-GT-G-T-C--G-G-G-G-T--C--------GA-AA------G-A-C-T-T-C-G-G-T-G-C-C--GC--A-G-T-T-AA-C-G-C-A-A-TAA-G-TGC-TCC-GCC-T-G-GGG-AG-TA--CG-CA-C-G-C-A-AGTGTGAA"; -Sequence newSeq185(name, align); -seqs.push_back(newSeq185); -name = "GQY1XT001BLMSS"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-A-G-A--G---C----AA--A----G-C-T-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq186(name, align); -seqs.push_back(newSeq186); -name = "GQY1XT001BFEVN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq187(name, align); -seqs.push_back(newSeq187); -name = "GQY1XT001BCRZC"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq188(name, align); -seqs.push_back(newSeq188); -name = "GQY1XT001BBF5C"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----CA-AG----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq189(name, align); -seqs.push_back(newSeq189); -name = "GQY1XT001BAF72"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq190(name, align); -seqs.push_back(newSeq190); -name = "GQY1XT001B9Y3W"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GT-A-A-C--T-A-G-A-G-T-G-C-AG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--A---C----AA-A-----G-T-C-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq191(name, align); -seqs.push_back(newSeq191); -name = "GQY1XT001B9XO1"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq192(name, align); -seqs.push_back(newSeq192); -name = "GQY1XT001B7NBQ"; -align = "G-C--C-G--GG-T-A-C-G-G-G--CG-G-G-C--T-T-G-A-G-T-G-C-GG-TA-G-G-G-G-A-G--AC-T-GG-A-ATT-C-C-C-G-GT-GT-A-A-CGGT-G-GAA--TG-T-GT-AG--AT-A-TC-G-G-G-AA-G-A-AC-A-CC-AA-T-G-GC-GAA-GG-CAG-G-TC-T--CTGG-GC-CG-T-T-ACT--GACG-CTG-A-GG--A-G-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-G-TG-GA--TG-C-T-G-G-AT-G-T-G--G-G-G-C-C--C------TTTT-TC-C----G-G-G-T-C-C-T-G-T-G-T-C--GG--A-G-C-T-AA-C-G-C-G-T-TAA-G-CAT-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTAAA"; -Sequence newSeq193(name, align); -seqs.push_back(newSeq193); -name = "GQY1XT001B6B6X"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-G-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-C-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGG-A-----G-C-C-C-T-T-C-G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq194(name, align); -seqs.push_back(newSeq194); -name = "GQY1XT001B5FDE"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq195(name, align); -seqs.push_back(newSeq195); -name = "GQY1XT001B44ZE"; -align = "G-T--T-C--AA-A-A-C-T-G-T--TC-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G----------ACT-GA-CC-----C-C-A-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq196(name, align); -seqs.push_back(newSeq196); -name = "GQY1XT001B3RRH"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq197(name, align); -seqs.push_back(newSeq197); -name = "GQY1XT001B1FMW"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-C-G--C---C----AA-A-----G-G-C-G-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq198(name, align); -seqs.push_back(newSeq198); -name = "GQY1XT001B0S0G"; -align = "A-T--T-T--GA-A-A-C-T-G-T--CC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G----C---C----CA-CA----G-G-G-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq199(name, align); -seqs.push_back(newSeq199); -name = "GQY1XT001AZ7TX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq200(name, align); -seqs.push_back(newSeq200); -name = "GQY1XT001AWGGS"; -align = "T-T--T-G--GG-G-A-C-T-G-T--AC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq201(name, align); -seqs.push_back(newSeq201); -name = "GQY1XT001AW13I"; -align = "T-C--T-G--GG-A-A-C-T-G-C--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-C-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGG-A-----G-C-C-C-T-T-C-G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq202(name, align); -seqs.push_back(newSeq202); -name = "GQY1XT001AVVL8"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq203(name, align); -seqs.push_back(newSeq203); -name = "GQY1XT001AVDQY"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-CG-G-T-G-G----G---T----AT-GG----A-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq204(name, align); -seqs.push_back(newSeq204); -name = "GQY1XT001AP7WE"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq205(name, align); -seqs.push_back(newSeq205); -name = "GQY1XT001AN9R6"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq206(name, align); -seqs.push_back(newSeq206); -name = "GQY1XT001AMF1Z"; -align = "C-C--T-G--CG-A-A-C-T-G-G--GA-T-G-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--T-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CA-C-T-A-G-GT-G-T-C--G-G-G-G-T--C--------GC-AA------G-A-C-T-T-C-G-G-T-G-C-C--GT--A-G-T-T-AA-C-G-C-A-T-TAA-G-TGC-TCC-GCC-T-G-GGG-AG-TA--CG-CA-C-G-C-A-AGTGTGAA"; -Sequence newSeq207(name, align); -seqs.push_back(newSeq207); -name = "GQY1XT001AL3PU"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq208(name, align); -seqs.push_back(newSeq208); -name = "GQY1XT001AIOL2"; -align = "G-T--T-C--TA-A-A-C-T-G-C--CG-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AGA-T--A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq209(name, align); -seqs.push_back(newSeq209); -name = "GQY1XT001AFW79"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq210(name, align); -seqs.push_back(newSeq210); -name = "GQY1XT001AEZLH"; -align = "G-T--C-C--CG-A-A-C-T-G-G--GC-G-C-C--T-C-G-A-G-T-G-C-GG-TA-G-G-G-G-A-G--AT-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-GAA--TG-C-GC-AG--AT-A-TC-G-G-G-AA-G-A-AC-A-CC-GA-T-G-GC-GAA-GG-CAG-A-TC-T--CTGG-GC-CG-C-C-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-T-AGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CT-A-G-CCG-T-AAAC-G-A-TG-GG--CG-C-T-A-G-GT-G-T-G--G-G-G-A-G-----------CG-AT-TG-----C-T-C-T-C-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CGC-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTAAA"; -Sequence newSeq211(name, align); -seqs.push_back(newSeq211); -name = "GQY1XT001A7064"; -align = "A-T--T-G--GA-A-A-C-T-G-T--GC-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AT-G-----G-C-C-C-C-T-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq212(name, align); -seqs.push_back(newSeq212); -name = "GQY1XT001A6CSK"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CC-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GGA-GG-CGG-C-CT-G--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----A--GG----G-C-C-C-C-C-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq213(name, align); -seqs.push_back(newSeq213); -name = "GQY1XT001A5XOT"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq214(name, align); -seqs.push_back(newSeq214); -name = "GQY1XT001A5J6A"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq215(name, align); -seqs.push_back(newSeq215); -name = "GQY1XT001A0G36"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq216(name, align); -seqs.push_back(newSeq216); -name = "GQY1XT001EZZNX"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-AC-C---C----AA-G-----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq217(name, align); -seqs.push_back(newSeq217); -name = "GQY1XT001EZL0F"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------TT-GG------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq218(name, align); -seqs.push_back(newSeq218); -name = "GQY1XT001EZ03E"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-C-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq219(name, align); -seqs.push_back(newSeq219); -name = "GQY1XT001EYZ4F"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq220(name, align); -seqs.push_back(newSeq220); -name = "GQY1XT001EYTQI"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G--T---A----TG-G-----A-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq221(name, align); -seqs.push_back(newSeq221); -name = "GQY1XT001EYNL7"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CG-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq222(name, align); -seqs.push_back(newSeq222); -name = "GQY1XT001EYE6M"; -align = "G-T--T-C--AA-A-A-C-T-GTT--TT-T-T-C--T-T-G-A-G-T-G-G-AG-TA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AA--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq223(name, align); -seqs.push_back(newSeq223); -name = "GQY1XT001EXZXC"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-AG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-GCC-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq224(name, align); -seqs.push_back(newSeq224); -name = "GQY1XT001EXZLY"; -align = "C-G--T-T--GA-A-A-C-TAG-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-G-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC---CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq225(name, align); -seqs.push_back(newSeq225); -name = "GQY1XT001EXOOM"; -align = "A-T--C-T--AA-A-A-C-T-G-G--TA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-G--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-A-G-GC-GAA-GG-CGA-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCC-T-AAAC-G-A-TG-GA--TA-C-T-A-G-AG-G-A-A--G-G-G-G-G--T-------ATA-A-------A-C-TCC-TCC-T-G-T-C-T-C--GA--A-G-C-A-AA-C-G-C-G-A-TAA-G-TAT-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq226(name, align); -seqs.push_back(newSeq226); -name = "GQY1XT001EX24Z"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAG-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq227(name, align); -seqs.push_back(newSeq227); -name = "GQY1XT001EWUBU"; -align = "C-G----T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq228(name, align); -seqs.push_back(newSeq228); -name = "GQY1XT001EWJBM"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G---GA-AG-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-GG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GTGG-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq229(name, align); -seqs.push_back(newSeq229); -name = "GQY1XT001EVP68"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-CG-G-T-G-G----G---T----AT-GG----A-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq230(name, align); -seqs.push_back(newSeq230); -name = "GQY1XT001EVO39"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CG-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq231(name, align); -seqs.push_back(newSeq231); -name = "GQY1XT001EUELE"; -align = "C-T--C-T--GA-T-A-C-T-G-T--CG-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AT--AA-C-T-G-G-TT-G-T----C-----G-G--C-------GA--TAA-----A-A-T-G-T-C-G-G-T-G-A-C--TA--A-G-C-G-AA-A-G-C-G-A-TAA-G-TTA-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq232(name, align); -seqs.push_back(newSeq232); -name = "GQY1XT001EU3ZN"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq233(name, align); -seqs.push_back(newSeq233); -name = "GQY1XT001ETY3N"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-ACGT-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq234(name, align); -seqs.push_back(newSeq234); -name = "GQY1XT001ETV5R"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AG-T-T-C--T-T-G-A-G-T-G-A-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AT-T-A-ACT--GACG-CTG-A-GG--C-GACG-AAA-G-CGG-TGGG-G--AGC-A-AA-CA-GG-ATTAGACTA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GACC------C-C-T-T-C-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq235(name, align); -seqs.push_back(newSeq235); -name = "GQY1XT001ETSII"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq236(name, align); -seqs.push_back(newSeq236); -name = "GQY1XT001ET9BS"; -align = "A-T--C-G--GA-A-A-C-C-G-G--GC-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-C--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq237(name, align); -seqs.push_back(newSeq237); -name = "GQY1XT001ESYFW"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-TGG-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq238(name, align); -seqs.push_back(newSeq238); -name = "GQY1XT001ESY2M"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq239(name, align); -seqs.push_back(newSeq239); -name = "GQY1XT001ES0NY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq240(name, align); -seqs.push_back(newSeq240); -name = "GQY1XT001EQOBG"; -align = "T-C--T-G--GA-A-A-C-T-A-T--GT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-G--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq241(name, align); -seqs.push_back(newSeq241); -name = "GQY1XT001EQCKJ"; -align = "A-T--T-G--GG-A-A-C-T-G-G--CG-C-G-C--T-G-G-A-G-T-G-C-CG-GA---G-G-G-T----AG-C-GG-A-ATT---C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-A--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-G-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-C-C--C---C----AT-T-----G-G-G-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq242(name, align); -seqs.push_back(newSeq242); -name = "GQY1XT001EQ1UK"; -align = "T-T--T-G--GG-A-A-C-T-G-T--AC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq243(name, align); -seqs.push_back(newSeq243); -name = "GQY1XT001EPWKA"; -align = "A-GT-T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-CTTT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-CGG------------ATA-TAC---------A-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq244(name, align); -seqs.push_back(newSeq244); -name = "GQY1XT001EPCM9"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAG-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq245(name, align); -seqs.push_back(newSeq245); -name = "GQY1XT001EPA06"; -align = "T-T--T-T--GG-A-A-C-T-A-T--CT-A-G-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----CA-AG----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-A-TAA-G-CAC-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq246(name, align); -seqs.push_back(newSeq246); -name = "GQY1XT001EOW0D"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq247(name, align); -seqs.push_back(newSeq247); -name = "GQY1XT001EMQDS"; -align = "A-T--T-G--GG-A-A-C-T-A-C--CG-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-T-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G---G-G--G---C----TT-C-----G-G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq248(name, align); -seqs.push_back(newSeq248); -name = "GQY1XT001EMIPL"; -align = "T-C--T-G--GA-A-A-C-T-G-C--GT-C-G-C--T-G-G-A-G-T-A-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AGA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-TCG--G-G-G-G-A--C---G----AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq249(name, align); -seqs.push_back(newSeq249); -name = "GQY1XT001EM91Y"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-T-GG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-AGG-GT-G-T-C--G-G-G-G-G--C---C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T---GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq250(name, align); -seqs.push_back(newSeq250); -name = "GQY1XT001EM3V4"; -align = "A-T--A-A--GA-A-A-C-T-G-T--CG-G-A-C--T-T-G-A-G-T-A-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C---A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-G-G-G-AA-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-A-A-ACT--GACG-CTG-A-GT--C-A-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--G-G-C-A-A--G---G----A--A---------T-T-G-T-C-G-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq251(name, align); -seqs.push_back(newSeq251); -name = "GQY1XT001ELV8X"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq252(name, align); -seqs.push_back(newSeq252); -name = "GQY1XT001ELC1A"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------AT-GA------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq253(name, align); -seqs.push_back(newSeq253); -name = "GQY1XT001EL9FP"; -align = "T-T--T-T--GA-A-A-C-T-G-C--AG-A-G-C--T-T-G-A-G-T-G-G-AG-TA-G-A-G-G-T-A--GG-C-GG-A-ATTCC-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq254(name, align); -seqs.push_back(newSeq254); -name = "GQY1XT001EKKMD"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-GG----A-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq255(name, align); -seqs.push_back(newSeq255); -name = "GQY1XT001EJY90"; -align = "A-C--T-C--AA-A-A-C-T-G-C--AG-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AGA-T--A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq256(name, align); -seqs.push_back(newSeq256); -name = "GQY1XT001EJXCX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-A-A-C--T-C-G-A-G-A-G-G-GA-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-C-A-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TT-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CT-CC-T-G-TCT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-C-G-G-CT-G-C-C--C-G-G-G-C--C-------GAT-TGG-----G-G-T-C-T-G-G-G-T-G-G-C--GA--A-G-C-G-AA-A-G-C-G-A-TAA-G-CGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq257(name, align); -seqs.push_back(newSeq257); -name = "GQY1XT001EJVJ8"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---C---ATA-A-----G-A-C-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq258(name, align); -seqs.push_back(newSeq258); -name = "GQY1XT001EJSIK"; -align = "A-T--T-T--CA-A-A-C-T-G-G--AA-G-T-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TC-T--CTGG-AC-TG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-G-G-G-T--TG------GTC-ATC-----G-A-C-C-T-C-T-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-T-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGATTAAA"; -Sequence newSeq259(name, align); -seqs.push_back(newSeq259); -name = "GQY1XT001EJC79"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq260(name, align); -seqs.push_back(newSeq260); -name = "GQY1XT001EJ8V5"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq261(name, align); -seqs.push_back(newSeq261); -name = "GQY1XT001EJ37H"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq262(name, align); -seqs.push_back(newSeq262); -name = "GQY1XT001EJ24C"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TC-T--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-G-G-G-T--T---G----TC-A-----T-G-A-C-C-T-C-T-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-T-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGATTAAA"; -Sequence newSeq263(name, align); -seqs.push_back(newSeq263); -name = "GQY1XT001EIQO8"; -align = "A-T--T-G--GA-A-A-C-T-G-T--TT-A-A-C--T-G-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-T-G--G---C----AA-A-----G-C-C-A-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq264(name, align); -seqs.push_back(newSeq264); -name = "GQY1XT001EHRTI"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq265(name, align); -seqs.push_back(newSeq265); -name = "GQY1XT001EHPLG"; -align = "T-T--T-T--GA-A-A-C-T-G-T--AT-G-A-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CA-G-G-G-A----G---C-----A-AA----G-C-T-T-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq266(name, align); -seqs.push_back(newSeq266); -name = "GQY1XT001EHPDN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq267(name, align); -seqs.push_back(newSeq267); -name = "GQY1XT001EHHQV"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G---A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-CCAA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq268(name, align); -seqs.push_back(newSeq268); -name = "GQY1XT001EH12T"; -align = "A-G--G-C--GA-T-A-C-G-G-G--CATA-A-C--T-T-G-A-G-T-A-C-TG-TA-G-G-G-G-T-A--AC-T-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GC-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GA-T-G-GC-GAA-GG-CAG-G-TT-A--CTGG-GC-AG-T-T-ACT--GACG-CTG-A-GG--A-G-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-G-TG-GG--CG-C-T-A-G-GT-G-T-G--A-G-G-G-T--C-------TTT-CA-C----G-A-C-T-T-T-C-G-T-G-C-C--GT--A-G-C-T-AA-C-G-C-A-T-TAA-G-CGC-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTAAA"; -Sequence newSeq269(name, align); -seqs.push_back(newSeq269); -name = "GQY1XT001EGK7D"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-CG-G-G-G-G----T---T----CA-AG----A-A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq270(name, align); -seqs.push_back(newSeq270); -name = "GQY1XT001EG5VE"; -align = "A-T--T-G--GA-A-A-C-T-G-C--AT-A-T-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----GA-A-----G-C-C-C-T-T-T-G-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq271(name, align); -seqs.push_back(newSeq271); -name = "GQY1XT001EFRQ9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-CA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq272(name, align); -seqs.push_back(newSeq272); -name = "GQY1XT001EEEZ6"; -align = "C-G--C-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq273(name, align); -seqs.push_back(newSeq273); -name = "GQY1XT001EE22V"; -align = "C-G--T-T--GA-A-A-C-T-G----GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-G--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-C-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-G-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq274(name, align); -seqs.push_back(newSeq274); -name = "GQY1XT001EDXUZ"; -align = "A-T--T-G--GA-A-A-C-T-G-T--TA-A-G-C--T-G-G-A-G-T-A-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---C---ATG-G-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq275(name, align); -seqs.push_back(newSeq275); -name = "GQY1XT001EDVDZ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-AAGTG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq276(name, align); -seqs.push_back(newSeq276); -name = "GQY1XT001ECOVZ"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GGAA-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AG-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq277(name, align); -seqs.push_back(newSeq277); -name = "GQY1XT001EC1PC"; -align = "G-T--T-C--AA-A-A-C-T-G-T--TC-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AGA-T--A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G----------ACT-GA-CC-----C-C-A-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq278(name, align); -seqs.push_back(newSeq278); -name = "GQY1XT001EBNLI"; -align = "C-C--T-G--CG-A-A-C-T-G-G--GT-T-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AT--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-T-T-ACT--GACA-CTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CCG-T-AAAC-G-A-TG-AG--CA-C-T-A-G-GT-G-T-C--G-G-G-G-T--C--------GC-AA------G-A-C-T-T-C-G-G-T-G-C-C--GC--A-G-T-T-AA-C-G-C-A-T-TAA-G-TGC-TCC-GCC-T-G-GGG-AG-TA--CG-TA-C-G-C-A-AGTATGAA"; -Sequence newSeq279(name, align); -seqs.push_back(newSeq279); -name = "GQY1XT001EBKJQ"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-T--T---C----AA-GA------A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T---GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq280(name, align); -seqs.push_back(newSeq280); -name = "GQY1XT001EAXM4"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CA-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-C-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CG-G-G-G-A-C--C--------GA-CG------G-T-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq281(name, align); -seqs.push_back(newSeq281); -name = "GQY1XT001EADVY"; -align = "T-T--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-T-T-A-G-GT-G-T-C--G-G-T-G-A--G---C----AA-A-----G-C-T-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-A-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq282(name, align); -seqs.push_back(newSeq282); -name = "GQY1XT001EA7AT"; -align = "A-T--T-G--GG-A-A-C-T-A-C--CG-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-T-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq283(name, align); -seqs.push_back(newSeq283); -name = "GQY1XT001E3176"; -align = "..T--C-T--GA-T-A-C-T-G-C--TG-T-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-G-G-G-T--C-------AT--A-------A---G-A-C-TTCTG-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTGAA"; -Sequence newSeq284(name, align); -seqs.push_back(newSeq284); -name = "GQY1XT001E304Z"; -align = "T-T--T-A--GA-A-A-C-T-G-C--TC-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-T-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----TA-GA----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq285(name, align); -seqs.push_back(newSeq285); -name = "GQY1XT001E1O3T"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-G-G-G--A---C---ATA-A-----G-T-T-T-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq286(name, align); -seqs.push_back(newSeq286); -name = "GQY1XT001E076I"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq287(name, align); -seqs.push_back(newSeq287); -name = "GQY1XT001DZ8G2"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-C-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq288(name, align); -seqs.push_back(newSeq288); -name = "GQY1XT001DZ55W"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq289(name, align); -seqs.push_back(newSeq289); -name = "GQY1XT001DYZRF"; -align = "A-C--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T---ATG-G-----A-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq290(name, align); -seqs.push_back(newSeq290); -name = "GQY1XT001DYT64"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--G-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq291(name, align); -seqs.push_back(newSeq291); -name = "GQY1XT001DYSF1"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-A--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-G-TG-AA--TA-C-T-A-G-GT-G-T-CG-G-G-C-C----C---C----AT-TG----G-G-G-C---C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq292(name, align); -seqs.push_back(newSeq292); -name = "GQY1XT001DYRS9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq293(name, align); -seqs.push_back(newSeq293); -name = "GQY1XT001DYPI5"; -align = "A-T--T-T--CA-A-A-C-T-G-G--AA-G-T-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TC-T--CTGG-AC-TG-T-G-ACT--GACG-CTGAA-GG--C-T-CG-AAA-G-C-G-T-GG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-G-G-G-T--T-------GTC-AT------G-A-C-C-T-C-T-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-T-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGATTAAA"; -Sequence newSeq294(name, align); -seqs.push_back(newSeq294); -name = "GQY1XT001DYN2K"; -align = "T-A--C-C--AA-A-A-C-T-G-T--TG-G-A-C--T-C-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--AA-T-GG-A-ATT-C-C-C-A-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TT-G--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-G-G-G-G--T-------ATC-GA-T----T-C-C-C-T-C-T-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-T-TAA-G-TAT-TCC-GCC-T-G-GGG-AC-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq295(name, align); -seqs.push_back(newSeq295); -name = "GQY1XT001DYM8E"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GAGG-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G---C--C-G-G-T-G--CG------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq296(name, align); -seqs.push_back(newSeq296); -name = "GQY1XT001DYDGQ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq297(name, align); -seqs.push_back(newSeq297); -name = "GQY1XT001DXFSS"; -align = "A-T--T-T--GA-A-A-C-T---G--TT-T-T-C--T-T-G-A-G-T-A-C-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq298(name, align); -seqs.push_back(newSeq298); -name = "GQY1XT001DXCE4"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq299(name, align); -seqs.push_back(newSeq299); -name = "GQY1XT001DWX52"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CC-C-G-C--T-C-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-TGT-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C-----A-TG----G-C-C-C-C-C-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq300(name, align); -seqs.push_back(newSeq300); -name = "GQY1XT001DW3U5"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AG-T-T-C--T-T-G-A-G-T-G-A-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AT-T-A-ACT-GAACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GACC------C-C-T-T-C-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-CAA-AGGTTGAA"; -Sequence newSeq301(name, align); -seqs.push_back(newSeq301); -name = "GQY1XT001DVWF7"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-A-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq302(name, align); -seqs.push_back(newSeq302); -name = "GQY1XT001DVSKQ"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AGA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--C---C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq303(name, align); -seqs.push_back(newSeq303); -name = "GQY1XT001DVP26"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq304(name, align); -seqs.push_back(newSeq304); -name = "GQY1XT001DUPBA"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq305(name, align); -seqs.push_back(newSeq305); -name = "GQY1XT001DUJQE"; -align = "T-C--T-G--GA-A-A-C-T-G-C--GT-C-G-C--T-G-G-A-G-T-A-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AGA-G-C-G-TGGG-G--AGC---AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-C--G-G-G---G--A---C----GA-C-----A-G-T-G-C-C-C-G-G-T-G-C-C--GC--C-G---C-AA-C-G-C-A-G-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq306(name, align); -seqs.push_back(newSeq306); -name = "GQY1XT001DUC9E"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-A-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-G-C--C---C----GA-A-----G-G-G-C-G-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq307(name, align); -seqs.push_back(newSeq307); -name = "GQY1XT001DU5IH"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-T-T-A-G-GT-G-T-C--G-G-T-G-A--G---C----AA-A-----G-C-T-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-A-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq308(name, align); -seqs.push_back(newSeq308); -name = "GQY1XT001DU5G9"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---T----AA-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GT--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq309(name, align); -seqs.push_back(newSeq309); -name = "GQY1XT001DTZQL"; -align = "T-T--T-G--GG-A-A-C-T-G-T--AC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-A-A-GCT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-C--G-G-A-G-G-----------GG-AA--------C-C-T-T-C-G-G-T-G-C-C--GG--A-G-T-A-AA-C-A-C-A-A-TAA-G-CAC-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq310(name, align); -seqs.push_back(newSeq310); -name = "GQY1XT001DTVYI"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-GG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-C-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq311(name, align); -seqs.push_back(newSeq311); -name = "GQY1XT001DTDNX"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq312(name, align); -seqs.push_back(newSeq312); -name = "GQY1XT001DT8QU"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--CGA------AT-GG------G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq313(name, align); -seqs.push_back(newSeq313); -name = "GQY1XT001DT73O"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T---G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq314(name, align); -seqs.push_back(newSeq314); -name = "GQY1XT001DS1JN"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq315(name, align); -seqs.push_back(newSeq315); -name = "GQY1XT001DRPPW"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq316(name, align); -seqs.push_back(newSeq316); -name = "GQY1XT001DRHRE"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AG-G-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-GCC----------GAT-TG-AG-----G-T-C-T-G-G-G-T-G-G-C--GA--A-G-C-G-AA-A-G-C-G-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq317(name, align); -seqs.push_back(newSeq317); -name = "GQY1XT001DQU6D"; -align = "A-C--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---CT---AG-A-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq318(name, align); -seqs.push_back(newSeq318); -name = "GQY1XT001DQOL0"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-GCAAGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq319(name, align); -seqs.push_back(newSeq319); -name = "GQY1XT001DQH6M"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq320(name, align); -seqs.push_back(newSeq320); -name = "GQY1XT001DQB6Y"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T----CA-A-----G-A-A-C-C-TCC-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq321(name, align); -seqs.push_back(newSeq321); -name = "GQY1XT001DQ6WQ"; -align = "C-G----T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq322(name, align); -seqs.push_back(newSeq322); -name = "GQY1XT001DPU46"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-CG-G-G-G-G----G---C----CA-AG----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq323(name, align); -seqs.push_back(newSeq323); -name = "GQY1XT001DPMQQ"; -align = "T-C--T-T--GG-A-A-C-T-G-C--GC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-G-ACT--GACG-TTG-A-GG--C-C-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C---AGA-G-----A-C-T-G-C-C-C-G-G-TGG-C-C--GC--A-G-C-C-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq324(name, align); -seqs.push_back(newSeq324); -name = "GQY1XT001DPG56"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq325(name, align); -seqs.push_back(newSeq325); -name = "GQY1XT001DORYK"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-TGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq326(name, align); -seqs.push_back(newSeq326); -name = "GQY1XT001DOMBN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq327(name, align); -seqs.push_back(newSeq327); -name = "GQY1XT001DOITQ"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGAG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq328(name, align); -seqs.push_back(newSeq328); -name = "GQY1XT001DOESM"; -align = "ATT--T-T--GA-A-A-C-T-G-T--GT-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq329(name, align); -seqs.push_back(newSeq329); -name = "GQY1XT001DO480"; -align = "C-T--T-G--CG-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-TGG--GTG-G-G-T--A--------TG-GA------C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq330(name, align); -seqs.push_back(newSeq330); -name = "GQY1XT001DNKOZ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq331(name, align); -seqs.push_back(newSeq331); -name = "GQY1XT001DMXE2"; -align = "C-C--T-T--GG-A-A-C-T-G-C--AT-G-G-C--T-G-G-A-G-T-G---CG-GA-G---G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-CG-G-G-G-G-A--C---G----AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq332(name, align); -seqs.push_back(newSeq332); -name = "GQY1XT001DMKGX"; -align = "A-C--T-C--GG-A-A-C-T-G-G--CG-T-G-C--T-A-G-A-G-T-G-T-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AA-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-T--C---CG---AC-A-----G-G-G-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq333(name, align); -seqs.push_back(newSeq333); -name = "GQY1XT001DM11M"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--C---T----AG-A-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq334(name, align); -seqs.push_back(newSeq334); -name = "GQY1XT001DLPOT"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-AGAACGGT-G-AAA--TG-C-AT-AGA-AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG--AA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq335(name, align); -seqs.push_back(newSeq335); -name = "GQY1XT001DLMPA"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T---G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq336(name, align); -seqs.push_back(newSeq336); -name = "GQY1XT001DL5J3"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGGAGG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq337(name, align); -seqs.push_back(newSeq337); -name = "GQY1XT001DL4BQ"; -align = "T-T--T-G--GA-A-A-C-T-G-T--TC-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-G-G-G-A-G--AG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-T--A-G-G-C-C--C---T----AT-CC----G-G-G-G-C-T-T-A-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq338(name, align); -seqs.push_back(newSeq338); -name = "GQY1XT001DL47B"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T----TA-CG----G-A-C-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq339(name, align); -seqs.push_back(newSeq339); -name = "GQY1XT001DIUN5"; -align = "A-T--T-G--GA-A-A-C-T-G-T--CC-A-A-C--T-T-G-A-A-T-G-C-AG-AA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-A--CTGG-TC-TG-T-G-ATT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAT-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq340(name, align); -seqs.push_back(newSeq340); -name = "GQY1XT001DIS0K"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T----CA-AG----A-A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq341(name, align); -seqs.push_back(newSeq341); -name = "GQY1XT001DIM47"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AC-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-AGG-G-C-A--AT-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-G--CTGG-AC-AG-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-CGG-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA--C-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGGAGG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq342(name, align); -seqs.push_back(newSeq342); -name = "GQY1XT001DIDBJ"; -align = "A-T--T-G--GA-A-A-C-T-G-T--CG-C-G-C--T-C-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---ACC-A-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA-CGG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq343(name, align); -seqs.push_back(newSeq343); -name = "GQY1XT001DHWUM"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACC--GACA-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-C-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq344(name, align); -seqs.push_back(newSeq344); -name = "GQY1XT001DHOP9"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq345(name, align); -seqs.push_back(newSeq345); -name = "GQY1XT001DHLYL"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-TGG-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATGGC-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-TGG--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-TGG-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq346(name, align); -seqs.push_back(newSeq346); -name = "GQY1XT001DH9DZ"; -align = "C-G--T-T--GA-A-A-C-T-G----GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-GCGGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq347(name, align); -seqs.push_back(newSeq347); -name = "GQY1XT001DGVVI"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TG-G-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq348(name, align); -seqs.push_back(newSeq348); -name = "GQY1XT001DFIYO"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GT-G-TCC--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------TT-GG------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq349(name, align); -seqs.push_back(newSeq349); -name = "GQY1XT001DFEAQ"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq350(name, align); -seqs.push_back(newSeq350); -name = "GQY1XT001DFBY0"; -align = "T-T--T-T--GA-A-A-C-T-G-A--GT-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C--G-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----A--AA----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq351(name, align); -seqs.push_back(newSeq351); -name = "GQY1XT001DETP8"; -align = "A-T--T-T--GA-A-A-C-T-G-T--CA-G-T-C--T-T-G-A-G-T-A-C-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq352(name, align); -seqs.push_back(newSeq352); -name = "GQY1XT001DEOXH"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq353(name, align); -seqs.push_back(newSeq353); -name = "GQY1XT001DEN9A"; -align = "T-C--T-T--GG-A-A-C-T-G-T--GC-G-G-C--T-G-G-A-G-T-G---CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-CG-G-G-G-C-A--C---G----AC-A-----G-T-G-C-T-T-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGA-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq354(name, align); -seqs.push_back(newSeq354); -name = "GQY1XT001DEM5V"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CC-T-G-C--T-G-A-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CA-G-G-G-G----G---C-----A-GG----G-C-C-C-C-C-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq355(name, align); -seqs.push_back(newSeq355); -name = "GQY1XT001DEK0W"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G---C--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq356(name, align); -seqs.push_back(newSeq356); -name = "GQY1XT001DE7OZ"; -align = "C-G----T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-CT-G---T--C-C-G-G-T--T-------CTA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq357(name, align); -seqs.push_back(newSeq357); -name = "GQY1XT001DDTEX"; -align = "A-C--T-C--AA-A-A-C-T-G-C--AG-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-TCC--G-G-C-C-C----------GAT-TG-GG-----G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq358(name, align); -seqs.push_back(newSeq358); -name = "GQY1XT001DDAO6"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AA-A-----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq359(name, align); -seqs.push_back(newSeq359); -name = "GQY1XT001DD70H"; -align = "A-T--T-T--C--A-A-C-T-G-G--AA-G-T-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TC-T--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-G-G-G-T--T-------GTC-AT------G-A-C-T-T-C-T-G-T-G-C-C--GC--C-G-C-T-AA-C-G-T-A-T-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGATTAAA"; -Sequence newSeq360(name, align); -seqs.push_back(newSeq360); -name = "GQY1XT001DD2SA"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq361(name, align); -seqs.push_back(newSeq361); -name = "GQY1XT001DCJ7D"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-A-G-AGGTT-A-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-G--A-G-G-G-T--G---C-----T-A----AG-C-A-T-C-C-T-G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq362(name, align); -seqs.push_back(newSeq362); -name = "GQY1XT001DC7XN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq363(name, align); -seqs.push_back(newSeq363); -name = "GQY1XT001DBUC8"; -align = "A-T--T-T--GA-A-A-C-T-G-T--CA-G-G-C--T-A-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--A---C----GA-CA----G-T-T-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq364(name, align); -seqs.push_back(newSeq364); -name = "GQY1XT001DBJBB"; -align = "A-T--T-G--GG-A-A-C-T-A-C--CG-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-T-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq365(name, align); -seqs.push_back(newSeq365); -name = "GQY1XT001DB8H8"; -align = "A-T--T-G--GG-A-A-C-T-G-G--CG-C-G-C--T-G-G-A-G-T-G-C-CG-GA---G-G-G-T-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AG-G-----G-C-C-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq366(name, align); -seqs.push_back(newSeq366); -name = "GQY1XT001DAG24"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-C--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq367(name, align); -seqs.push_back(newSeq367); -name = "GQY1XT001D9K26"; -align = "C-C--T-G--CG-A-A-C-T-G-G--GA-T-G-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq368(name, align); -seqs.push_back(newSeq368); -name = "GQY1XT001D8B8W"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-C-G-G--G---C----AA-A-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq369(name, align); -seqs.push_back(newSeq369); -name = "GQY1XT001D8755"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq370(name, align); -seqs.push_back(newSeq370); -name = "GQY1XT001D7OHA"; -align = "T-C--T-G--GA-A-A-C-T-G-T-GTA-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq371(name, align); -seqs.push_back(newSeq371); -name = "GQY1XT001D7MZG"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAGC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C-----A-GG----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq372(name, align); -seqs.push_back(newSeq372); -name = "GQY1XT001D7GR1"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq373(name, align); -seqs.push_back(newSeq373); -name = "GQY1XT001D6II6"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-T-CG-GA---G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-C-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-C-G-G--G---C----AC-G-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq374(name, align); -seqs.push_back(newSeq374); -name = "GQY1XT001D5V6Q"; -align = "C-G--T-G--GA-A-A-C-C-G-A--GC-A-G-C--T-A-G-A-G-T-G-C-AG-TA-G-A-G-G-A-T--CG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-GA-T--CTGG-GC-TG-C-A-ACT--GACG-CTC-A-GT--C-C-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TA-C-T-A-A-GT-G-T-T--G-G---G-G-----------TC-AA--------A-C-C-T-C-A-G-T-G-C-T--GC--A-G-T-T-AA-C-G-C-A-A-TAA-G-TAC-TCC-GCC-T-G-AGT-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq375(name, align); -seqs.push_back(newSeq375); -name = "GQY1XT001D53Q1"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq376(name, align); -seqs.push_back(newSeq376); -name = "GQY1XT001D4YFG"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-GCC-T-G-GGG-AG-TA--CG-CA-C-G-C-A-AGTGTGAA"; -Sequence newSeq377(name, align); -seqs.push_back(newSeq377); -name = "GQY1XT001D4IEY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq378(name, align); -seqs.push_back(newSeq378); -name = "GQY1XT001D4G6Q"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--C---A----GA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq379(name, align); -seqs.push_back(newSeq379); -name = "GQY1XT001D450X"; -align = "T-C--T-G--GG-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-C-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AG-G-----G-C-C-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq380(name, align); -seqs.push_back(newSeq380); -name = "GQY1XT001D3T3X"; -align = "T-C--T-G--GA-A-A-C-T-G-C--GC-C-G-C--T-G-G-A-G-T-A-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AGA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-C--G-G-G-G-G--A---CG---AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq381(name, align); -seqs.push_back(newSeq381); -name = "GQY1XT001D3IK7"; -align = "A-T--A-A--GA-A-A-C-T-G-T--CG-G-A-C--T-T-G-A-G-T-A-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-C-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-G-G-G-AA-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-A-A-ACT--GACG-CTG-A-GT--C-A-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-TCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--G-G-C-A-A-----------GG-AA--------T-T-G-T-C-G-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq382(name, align); -seqs.push_back(newSeq382); -name = "GQY1XT001D2RSU"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq383(name, align); -seqs.push_back(newSeq383); -name = "GQY1XT001D2QXP"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AG-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AT-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-G--CTGG-AC-AG-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq384(name, align); -seqs.push_back(newSeq384); -name = "GQY1XT001D2C3B"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq385(name, align); -seqs.push_back(newSeq385); -name = "GQY1XT001D1Z7R"; -align = "A-T--T-C--AA-A-A-C-T-G-A--CT-G-A-C--T-A-G-A-G-T-A-T-GG-TA-G-A-G-G-G-T--GG-T-GG-A-ATT-T-C-C-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-G-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-CA-C--CTGG-AC-TA-A-T-ACT--GACA-CTG-A-GG--T-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-TC--AA-C-T-A-G-CC-G-T-T--G-G-A-A-G--C-------CTT-GA------G-C-T-T-T-T-A-G-T-G-G-C--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-TTG-ACC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTAAA"; -Sequence newSeq386(name, align); -seqs.push_back(newSeq386); -name = "GQY1XT001D12EL"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-T-CG-GA---G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq387(name, align); -seqs.push_back(newSeq387); -name = "GQY1XT001D0XYA"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq388(name, align); -seqs.push_back(newSeq388); -name = "GQY1XT001D0UJP"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-TAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GA------G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq389(name, align); -seqs.push_back(newSeq389); -name = "GQY1XT001D0MQQ"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AGA-T--A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-GTG-G-G----------TAT-GG-AC-----C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq390(name, align); -seqs.push_back(newSeq390); -name = "GQY1XT001D0E4F"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CG-G-G-G-G----T---C----AT-AA----G-A-C-T-T-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq391(name, align); -seqs.push_back(newSeq391); -name = "GQY1XT001D03R0"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-TG-G-G-G-G----T---C-------GA------A-C-C-T---C-A-G-T-G-C-T--GA--A-G-T-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq392(name, align); -seqs.push_back(newSeq392); -name = "GQY1XT001D033P"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AA-A-----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq393(name, align); -seqs.push_back(newSeq393); -name = "GQY1XT001CYUAQ"; -align = "A-T--T-T--GA-A-A-C-T-G-T--CC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CA-G-G-G-A----G---C-----A-AA----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq394(name, align); -seqs.push_back(newSeq394); -name = "GQY1XT001CYN5E"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq395(name, align); -seqs.push_back(newSeq395); -name = "GQY1XT001CXLAN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq396(name, align); -seqs.push_back(newSeq396); -name = "GQY1XT001CXJOX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G---A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq397(name, align); -seqs.push_back(newSeq397); -name = "GQY1XT001CXGFO"; -align = "T-T--T-T--GA-A-A-C-T-G-T--AG-G-G-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-A--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-A-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G-----------GT-AA-GG-----C-C-C-C-C-G-G-T-G-C-C--GT--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq398(name, align); -seqs.push_back(newSeq398); -name = "GQY1XT001CX3HF"; -align = "T-T--T-G--GA-A-A-C-T-G-T--TA-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq399(name, align); -seqs.push_back(newSeq399); -name = "GQY1XT001CWL63"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-C-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--C---C----GA-C-----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq400(name, align); -seqs.push_back(newSeq400); -name = "GQY1XT001CWKMA"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq401(name, align); -seqs.push_back(newSeq401); -name = "GQY1XT001CW63U"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-TCCG-G-G-C-C-G----------AAT-GG-GG-----C-C---T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq402(name, align); -seqs.push_back(newSeq402); -name = "GQY1XT001CW42X"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-C-G-G--G---C----AG-G-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq403(name, align); -seqs.push_back(newSeq403); -name = "GQY1XT001CW2KE"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq404(name, align); -seqs.push_back(newSeq404); -name = "GQY1XT001CVWLK"; -align = "A-T--C-G--GA-A-A-C-C-G-G--GC-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-C--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-T-A-ACT--GACG-CTG-A-GG--T-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAT-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq405(name, align); -seqs.push_back(newSeq405); -name = "GQY1XT001CV50F"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GG------G-G-G-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq406(name, align); -seqs.push_back(newSeq406); -name = "GQY1XT001CUPYI"; -align = "T-C--T-G-GAA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq407(name, align); -seqs.push_back(newSeq407); -name = "GQY1XT001CUJ15"; -align = "T-C--T-G--GA-A-A-C-T-G-C--GT-C-G-C--T-G-G-A-G-T-A-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AGA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-CG-G-G-G-G-A--C---G----AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq408(name, align); -seqs.push_back(newSeq408); -name = "GQY1XT001CTW9V"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq409(name, align); -seqs.push_back(newSeq409); -name = "GQY1XT001CTKIZ"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-A-G-A--G---C----AA-A-----G-C-T-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-GT-T-C-G-CAAGAATGAA"; -Sequence newSeq410(name, align); -seqs.push_back(newSeq410); -name = "GQY1XT001CTF9O"; -align = "A-T--T-T--CA-A-A-C-T-G-G--AA-G-T-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-GTG-G-G--T-------ATG-GA------C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq411(name, align); -seqs.push_back(newSeq411); -name = "GQY1XT001CT4ZD"; -align = "C-G--T-T--GA-A-A-C-C-T-G--GC-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGAG----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T---GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq412(name, align); -seqs.push_back(newSeq412); -name = "GQY1XT001CSW2S"; -align = "A-T--C-T--AA-A-A-C-T-G-G--TA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-G--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-A-G-GC-GAA-GG-CGA-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCC-T-AAAC-G-A-TG-GA--TA-C-T-A-G-AG-G-A-A--G-G-G-G-G--T-------ATA-A-------A-C-TCC-TCC-T-G-T-C-T-C--GA--A-G-C-A-AA-C-G-C-G-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq413(name, align); -seqs.push_back(newSeq413); -name = "GQY1XT001CSRVL"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------A-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq414(name, align); -seqs.push_back(newSeq414); -name = "GQY1XT001CSIAG"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AT-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAG--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-G--CTGG-AC-AG-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----CCC-T-C-C-G---T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq415(name, align); -seqs.push_back(newSeq415); -name = "GQY1XT001CSF7O"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-AG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq416(name, align); -seqs.push_back(newSeq416); -name = "GQY1XT001CRZOA"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AG-G-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq417(name, align); -seqs.push_back(newSeq417); -name = "GQY1XT001CRZFM"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq418(name, align); -seqs.push_back(newSeq418); -name = "GQY1XT001CRXBF"; -align = "A-T--T-T--GG-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-TGT-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AT-G-----G-C-C-C-C-C-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq419(name, align); -seqs.push_back(newSeq419); -name = "GQY1XT001CQH75"; -align = "A-T--T-G--GA-A-G-C-T-G-T--CG-C-G-C--T-C-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AC-A-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq420(name, align); -seqs.push_back(newSeq420); -name = "GQY1XT001CQAZN"; -align = "T-T--T-T--GG-A-A-C-T-G-T--CA-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq421(name, align); -seqs.push_back(newSeq421); -name = "GQY1XT001CPWEO"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq422(name, align); -seqs.push_back(newSeq422); -name = "GQY1XT001CPUCT"; -align = "C-G--T-T--G--A-A-C-T-G-G--GG-C-C-T--T-G-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-G-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq423(name, align); -seqs.push_back(newSeq423); -name = "GQY1XT001CPP9D"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq424(name, align); -seqs.push_back(newSeq424); -name = "GQY1XT001CPONM"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--CGA------GT-GA------G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq425(name, align); -seqs.push_back(newSeq425); -name = "GQY1XT001CPKJY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq426(name, align); -seqs.push_back(newSeq426); -name = "GQY1XT001COH2D"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-C-C-C--T-T-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-ACGGT-G-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AT-G-----G-C-C-C-C-C-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq427(name, align); -seqs.push_back(newSeq427); -name = "GQY1XT001COC8H"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-CCGGGG-G-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq428(name, align); -seqs.push_back(newSeq428); -name = "GQY1XT001CO725"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq429(name, align); -seqs.push_back(newSeq429); -name = "GQY1XT001CNM4Q"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G----------GCA-AA-GC-----C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq430(name, align); -seqs.push_back(newSeq430); -name = "GQY1XT001CMN1O"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq431(name, align); -seqs.push_back(newSeq431); -name = "GQY1XT001CMIJN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq432(name, align); -seqs.push_back(newSeq432); -name = "GQY1XT001CMEK1"; -align = "T-T--T-T--GG-A-A-C-T-G-T--CA-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-G-----G-C-T-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq433(name, align); -seqs.push_back(newSeq433); -name = "GQY1XT001CM3X9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-GTT-C--G-G-G-T-C--CAAA-----TG-AG------G-A-T-C-T-G-A-G-T-G-A-T--ACA-A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCCGACC-T-G-GGG-AG-TA--CG-CCGG-G-CAA-ACGGTGAA"; -Sequence newSeq434(name, align); -seqs.push_back(newSeq434); -name = "GQY1XT001CLRZ4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G---T--C-C-G-G-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-GCGGTGAA"; -Sequence newSeq435(name, align); -seqs.push_back(newSeq435); -name = "GQY1XT001CLQMC"; -align = "T-C--T-G-GAA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq436(name, align); -seqs.push_back(newSeq436); -name = "GQY1XT001CKBTX"; -align = "A-C--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-CG-GA---G-G-G-T-A--AG-C-GG-A-ATT-C-C-G-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GC-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-GT-T---T----AC-G-----G-A-C-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq437(name, align); -seqs.push_back(newSeq437); -name = "GQY1XT001CJVHK"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-T-G--C---C----AA-A-----G-G-C-T-C-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq438(name, align); -seqs.push_back(newSeq438); -name = "GQY1XT001CJKVR"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T--T-C-G-G-G----T---C----AA-AT----G-A-G-A-T-C-T-GAG-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq439(name, align); -seqs.push_back(newSeq439); -name = "GQY1XT001CJ8YZ"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-G-ACT--GACG-TTG-A-GG--C-C-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AG-A-----G-A-C-TGC-C-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq440(name, align); -seqs.push_back(newSeq440); -name = "GQY1XT001CI4ZB"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq441(name, align); -seqs.push_back(newSeq441); -name = "GQY1XT001CGUEK"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq442(name, align); -seqs.push_back(newSeq442); -name = "GQY1XT001CFUML"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-G-G--T---C----GA-A-------C---C---T-C-A-G-T-G-C-T--GA--A-G-T-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq443(name, align); -seqs.push_back(newSeq443); -name = "GQY1XT001CFTIS"; -align = "C-A--G-A--GA-A-A-C-C-G-T--AT-A-A-C--T-A-G-A-G-T-A-T-GG-TA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-A-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-GT-G-T----C-------G--G-------GA---AA-----C-C-G-G-T---G-C-T---G----A---A-G-T-T-AA-C-A-C-A-T-TAA-G-TAT-TCC-ACC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq444(name, align); -seqs.push_back(newSeq444); -name = "GQY1XT001CFB0Z"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--CGA------AT-GG------G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq445(name, align); -seqs.push_back(newSeq445); -name = "GQY1XT001CF9D9"; -align = "A-T--T-G--GA-A-A-C-T-G-T--CC-A-A-C--T-T-G-A-A-T-G-C-AG-AA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-A--CTGG-TC-TG-T-G-ATT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-T--GG--A-G-T-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq446(name, align); -seqs.push_back(newSeq446); -name = "GQY1XT001CF1VL"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-TCCG-G-GCC-G------------ATT-GAGG--------C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq447(name, align); -seqs.push_back(newSeq447); -name = "GQY1XT001CEOFM"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq448(name, align); -seqs.push_back(newSeq448); -name = "GQY1XT001CDKVO"; -align = "A-T--T-T--GG-A-A-C-T-G-T--AA-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-T-GG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGAATGAA"; -Sequence newSeq449(name, align); -seqs.push_back(newSeq449); -name = "GQY1XT001CDDPN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq450(name, align); -seqs.push_back(newSeq450); -name = "GQY1XT001CD2TW"; -align = "T-T--T-T--GG-A-A-C-T-A-T--CT-A-G-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CA-G-G-G-A----G---C-----A-AA----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq451(name, align); -seqs.push_back(newSeq451); -name = "GQY1XT001CCYF2"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-C-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--C---C----GA-C-----G-G-T-C-T-C-C-G-G-C-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGA-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq452(name, align); -seqs.push_back(newSeq452); -name = "GQY1XT001CCWT6"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TAGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------TT-GA------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq453(name, align); -seqs.push_back(newSeq453); -name = "GQY1XT001CCR1M"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-C-G-G--G---C----AG-G-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq454(name, align); -seqs.push_back(newSeq454); -name = "GQY1XT001CCI1I"; -align = "A-T--T-T-CAA-A-A-C-T-G-G--AA-G-T-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TC-T--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-G-G-G-T--T-------GTC-AT------G-A-C-C-T-C-T-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-T-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGATTAAA"; -Sequence newSeq455(name, align); -seqs.push_back(newSeq455); -name = "GQY1XT001CCGUZ"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-T-G--G---C----AA-A-----G-C-C-A-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq456(name, align); -seqs.push_back(newSeq456); -name = "GQY1XT001CCE0U"; -align = "T-T--T-T--GA-A-A-C-T-G-T--AG-G-G-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-A--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-A-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G----------GTA-AG-GC-----C-C-C-C-C-G-G-T-G-C-C--GT--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq457(name, align); -seqs.push_back(newSeq457); -name = "GQY1XT001CC1XY"; -align = "T-T--T-G--GA-A-A-C-T-G-C--GA-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---G----CA-A-----A-GCC-C-C-T-C-G-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-A-TAA-G-CAC-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq458(name, align); -seqs.push_back(newSeq458); -name = "GQY1XT001CBVTY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G---A-G-T-A--TG-C-GG-A-ATG-C---T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq459(name, align); -seqs.push_back(newSeq459); -name = "GQY1XT001CBFFO"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq460(name, align); -seqs.push_back(newSeq460); -name = "GQY1XT001CB1V8"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-C-C-C--T-T-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-A--CTGG-AC-GA-T-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA--C-----C-C-C-T-G-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGAATGAA"; -Sequence newSeq461(name, align); -seqs.push_back(newSeq461); -name = "GQY1XT001CAQ0P"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CT-G-A-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GC-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GGA-GG-CGG-C-TT-A--CTGG-AC-GG-T-C-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-C-G-G--G---C----AG-G-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq462(name, align); -seqs.push_back(newSeq462); -name = "GQY1XT001CAKTI"; -align = "A-C--A-T--AA-A-A-C-T-G-G--GA-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-T-C-C-A-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TT-G-G-G-AA-G-A-AC-A-CC-GG-A-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCC-T-AAAC-G-A-TG-GA--TA-C-T-A-G-AC-G-A-A--G-G-G-G-G--T-------ACA-A-------A-CTC-C-TCC-T-G-T-G-T-C--GA--A-G-C-A-AA-C-G-C-G-A-TAA-G-TAT-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq463(name, align); -seqs.push_back(newSeq463); -name = "GQY1XT001CAG4J"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GT-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-CG-G-G-G-T----T---C----AA-GA------A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq464(name, align); -seqs.push_back(newSeq464); -name = "GQY1XT001C9TCH"; -align = "G-T--T-C--CG-G-A-C-T-G-G--GC-G-G-C--T-C-G-A-G-T-G-C-GG-TA-G-A-G-G-A-G--AG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-GAA--TG-C-GC-AG--AT-A-TC-G-G-G-AA-G-A-AC-A-CC-GA-T-G-GC-GAA-GG-CAG-C-TC-T--CTGG-GC-CG-T-C-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-T-GGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CC-A-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G-----------AT-CC-C------C-C-C-T-C-C-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-T-TAA-G-TAT-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTAAA"; -Sequence newSeq465(name, align); -seqs.push_back(newSeq465); -name = "GQY1XT001C9SSG"; -align = "C-GT-T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C---G-A-G--G-------CTT-CGA-------C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq466(name, align); -seqs.push_back(newSeq466); -name = "GQY1XT001C9NGS"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----GA--C----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq467(name, align); -seqs.push_back(newSeq467); -name = "GQY1XT001C9K3I"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq468(name, align); -seqs.push_back(newSeq468); -name = "GQY1XT001C8MW2"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T----CA-A-----G-A-A-C-C-TCC-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq469(name, align); -seqs.push_back(newSeq469); -name = "GQY1XT001C8MIJ"; -align = "A-T--T-G--GG-A-A-C-T-A-C--CG-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-T-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-AG--G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TTG---CTGG-AC-AG-TA--ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq470(name, align); -seqs.push_back(newSeq470); -name = "GQY1XT001C8MC2"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--C---A----GA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq471(name, align); -seqs.push_back(newSeq471); -name = "GQY1XT001C868Q"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CG-G-G-G-G----T---C----AT-AA----G-A-C-T-T-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq472(name, align); -seqs.push_back(newSeq472); -name = "GQY1XT001C7YPJ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C---G---G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACAGTGAA"; -Sequence newSeq473(name, align); -seqs.push_back(newSeq473); -name = "GQY1XT001C7PTU"; -align = "A-T--C-T--AA-A-A-C-T-G-G--TA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----TAGA-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq474(name, align); -seqs.push_back(newSeq474); -name = "GQY1XT001C7C75"; -align = "C-G--T-TG-GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-G-T--C-C-G---G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq475(name, align); -seqs.push_back(newSeq475); -name = "GQY1XT001C79Z4"; -align = "T-T--T-TG-GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq476(name, align); -seqs.push_back(newSeq476); -name = "GQY1XT001C718S"; -align = "C-T--C-T--GA-T-A-C-T-G-T--CG-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-C-G-G----------AGTCAAGGC---------T-C-TGC-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq477(name, align); -seqs.push_back(newSeq477); -name = "GQY1XT001C6ZPG"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-TCCG-G-GCC-GA-----------ATG-GGG---------C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq478(name, align); -seqs.push_back(newSeq478); -name = "GQY1XT001C6YHZ"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-GAC-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq479(name, align); -seqs.push_back(newSeq479); -name = "GQY1XT001C6PIP"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq480(name, align); -seqs.push_back(newSeq480); -name = "GQY1XT001C61JR"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-C-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq481(name, align); -seqs.push_back(newSeq481); -name = "GQY1XT001C5ZY5"; -align = "T-C--T-T--GG-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G---CG-GA-G---G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-T-GG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-CA-G-G-G-C-A--C---G----AC-A-----G-T-G-C-T-T-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq482(name, align); -seqs.push_back(newSeq482); -name = "GQY1XT001C4V1I"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-C-C-C--T-T-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AT-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-G-C--C---C----GA-A-----G-G-G-C-G-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq483(name, align); -seqs.push_back(newSeq483); -name = "GQY1XT001C4G89"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq484(name, align); -seqs.push_back(newSeq484); -name = "GQY1XT001C4B5B"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq485(name, align); -seqs.push_back(newSeq485); -name = "GQY1XT001C48GV"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-T-G-A-G-T-G-C-AG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-T-GG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-C-G-G-A--GT--C----AA-G-----G-C-T-C-T-G-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq486(name, align); -seqs.push_back(newSeq486); -name = "GQY1XT001C2094"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq487(name, align); -seqs.push_back(newSeq487); -name = "GQY1XT001C1ENK"; -align = "T-C--T-G--GA-A-A-C-T-G-C--CT-G-G-C--T-G-G-A-G-T-A-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T---AGA-A-----G-G-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq488(name, align); -seqs.push_back(newSeq488); -name = "GQY1XT001C1E97"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq489(name, align); -seqs.push_back(newSeq489); -name = "GQY1XT001C1E4P"; -align = "A-T--C-T--AA-A-A-C-T-G-G--TA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-G--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG---ATA-TT-A-G-G-AG-G-A-AC-A-CC-AG-A-G-GC-GAA-GG-CGA-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCC-T-AAAC-G-A-TG-GA--TA-C-T-A-G-AG-G-A-A--G-G-G-G-G---------TATA-AA-CT-----C-C-T-C-C-T-G-T-C-T-C--GA--A-G-C-A-AA-C-G-C-G-A-TAA-G-TAT-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq490(name, align); -seqs.push_back(newSeq490); -name = "GQY1XT001C1E0Z"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATTCC-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---T----AA-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GT--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq491(name, align); -seqs.push_back(newSeq491); -name = "GQY1XT001C1C86"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-TCC--G-GCCCG------------ATT-GGG---------G-GCT-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq492(name, align); -seqs.push_back(newSeq492); -name = "GQY1XT001C0JEM"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq493(name, align); -seqs.push_back(newSeq493); -name = "GQY1XT001C0IZK"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AG-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-CTG-G-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T----G-G-G-G-A----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq494(name, align); -seqs.push_back(newSeq494); -name = "GQY1XT001C08ZG"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-C-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq495(name, align); -seqs.push_back(newSeq495); -name = "GQY1XT001C02D6"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-A-G-A-G-T-G-C-AG-GA-G---G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-T-G--G---C----AA-A-----G-C-C-A-T-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq496(name, align); -seqs.push_back(newSeq496); -name = "GQY1XT001BZGJ5"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--CGA------AT-GG------G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq497(name, align); -seqs.push_back(newSeq497); -name = "GQY1XT001BZEEW"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq498(name, align); -seqs.push_back(newSeq498); -name = "GQY1XT001BZ5JC"; -align = "T-T--T-T--GA-A-A-C-T-G-A--GT-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGCA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AA-A-----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq499(name, align); -seqs.push_back(newSeq499); -name = "GQY1XT001BYJE7"; -align = "C-G--T-T--G--A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq500(name, align); -seqs.push_back(newSeq500); -name = "GQY1XT001BYHUX"; -align = "T-T--T-T--GG-A-A-C-T-A-T--CT-A-G-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq501(name, align); -seqs.push_back(newSeq501); -name = "GQY1XT001BY7S6"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-A-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--C---T----AG-A-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq502(name, align); -seqs.push_back(newSeq502); -name = "GQY1XT001BXVN0"; -align = "A-A--A-A--GA-T-A-C-T-G-C--AA-A-G-C--T-A-G-A-G-T-A-T-GA-CA-G-A-G-G-C-A--AG-T-GG-A-ACT-A-C-A-T-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AA--AT-A-TA-T-G-T-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-GT-CG-A-T-ACT--GACA-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCC-T-AAAC-G-A-TG-AG--TA-C-T-A-A-GT-G-T-T--G-G-T--------------GAG-GA------------A-T-C-A-G-T-G-C-T--GA--A-G-T-T-AA-C-G-C-A-T-TAA-G-TAC-TCC-GCC-T-G-AGT-AG-TA--CG-TA-C-G-C-A-AGTATGAA"; -Sequence newSeq503(name, align); -seqs.push_back(newSeq503); -name = "GQY1XT001BXRJZ"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-GC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq504(name, align); -seqs.push_back(newSeq504); -name = "GQY1XT001BXP1D"; -align = "C-T--T-G--CG-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AGAC-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-T-CTTGG-AC-TG-A-A-ACT--GACG-CTG-A-GG--T-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AG--CA-C-T-A-G-GT-G-T-C--G-G-G-G-T--C--------GA-AA------G-A-C-T-T-C-G-G-T-G-C-C--GC--A-G-T-T-AA-C-G-C-A-A-TAA-G-TGC-TCC-GCC-T-G-GGGAGG-TA--CG-CA-C-G-C-A-AGTGTGAA"; -Sequence newSeq505(name, align); -seqs.push_back(newSeq505); -name = "GQY1XT001BX4K9"; -align = "A-T--T-T--GA-A-A-C-T-G-T---T-T-T-C--T-T-G-A-G-T-G-A-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AT-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GACC------C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-A-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq506(name, align); -seqs.push_back(newSeq506); -name = "GQY1XT001BWQQE"; -align = "..T--T-T--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----A--AA----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-T-A-AGAATGAA"; -Sequence newSeq507(name, align); -seqs.push_back(newSeq507); -name = "GQY1XT001BWFAY"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AG-A-A-C--T-A-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-G-C--C---C----GA-A-----G-G-G-C-G-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq508(name, align); -seqs.push_back(newSeq508); -name = "GQY1XT001BWD9D"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CC-C-G-C--T-C-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq509(name, align); -seqs.push_back(newSeq509); -name = "GQY1XT001BW2CO"; -align = "T-C--T-G--GA-A-A-C-T-A-T--GT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq510(name, align); -seqs.push_back(newSeq510); -name = "GQY1XT001BVPPE"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq511(name, align); -seqs.push_back(newSeq511); -name = "GQY1XT001BV13J"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq512(name, align); -seqs.push_back(newSeq512); -name = "GQY1XT001BV02F"; -align = "G-C--T-T--GA-A-A-C-T-G-T--GT-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-TG--C-A-CG-AAA-G-C-A-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CTG-T-AAAC-G-A-TG-AT--TG-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GG--A-G-T-A-AA-C-A-C-A-A-TAA-G-CAA-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq513(name, align); -seqs.push_back(newSeq513); -name = "GQY1XT001BUOWZ"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-C--C---CT---AA-G-----G-G-G-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq514(name, align); -seqs.push_back(newSeq514); -name = "GQY1XT001BUI0U"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GT-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-TGG-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq515(name, align); -seqs.push_back(newSeq515); -name = "GQY1XT001BUBF2"; -align = "A-T--T-T--GG-A-A-C-T-G-T--AA-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq516(name, align); -seqs.push_back(newSeq516); -name = "GQY1XT001BTIDT"; -align = "T-C--T-G--GA-A-A-C-T-G-T--CC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-C-A-G-GT-G-T-C--G-G-G-G-T--T---A----AC-A-----G-A-C-C-C-C-C-G-G-T-G-C-C--GA--A-G-C-C-AA-C-G-C-A-T-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq517(name, align); -seqs.push_back(newSeq517); -name = "GQY1XT001BSD18"; -align = "C-G----T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq518(name, align); -seqs.push_back(newSeq518); -name = "GQY1XT001BSBWI"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq519(name, align); -seqs.push_back(newSeq519); -name = "GQY1XT001BS7HX"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-A-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-CG-G-G-G-A-C--C---C----AA-G-----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGGAGG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq520(name, align); -seqs.push_back(newSeq520); -name = "GQY1XT001BRX1J"; -align = "T-T--T-G--GA-A-A-C-T-G-TA-TA-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T----CA-A-----G-A-A-C-C-TCC-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq521(name, align); -seqs.push_back(newSeq521); -name = "GQY1XT001BRNZN"; -align = "G-T--T-T--GA-A-A-C-T-G-T--TC-T-T-C--T-T-G-A-G-T-G-A-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AT-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq522(name, align); -seqs.push_back(newSeq522); -name = "GQY1XT001BRLCO"; -align = "G-T--T-C--AA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-G-G-AG-TA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AAA-T--A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-GTG-G-G----------TAT-GG-AC-----C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq523(name, align); -seqs.push_back(newSeq523); -name = "GQY1XT001BR887"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--A---C----TG-A-----C-C-C-C-A-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGATTGAA"; -Sequence newSeq524(name, align); -seqs.push_back(newSeq524); -name = "GQY1XT001BQRGU"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq525(name, align); -seqs.push_back(newSeq525); -name = "GQY1XT001BQN60"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-C-G-G--G---C----AG-G-----G-C-C-T-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq526(name, align); -seqs.push_back(newSeq526); -name = "GQY1XT001BQKS9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-G-G-G-T--C-------ATA-AGA-----C-T-T-C-T-G-T-G-C-C-G-----G--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTGAA"; -Sequence newSeq527(name, align); -seqs.push_back(newSeq527); -name = "GQY1XT001BQBAR"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTGAA"; -Sequence newSeq528(name, align); -seqs.push_back(newSeq528); -name = "GQY1XT001BQ2OX"; -align = "T-C--T-G--GA-A-A-C-T-A-T--GT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-TGA--GG-C-AG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq529(name, align); -seqs.push_back(newSeq529); -name = "GQY1XT001BPBSW"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CC-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---T----AA-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq530(name, align); -seqs.push_back(newSeq530); -name = "GQY1XT001BOO42"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq531(name, align); -seqs.push_back(newSeq531); -name = "GQY1XT001BOD0P"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACA-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T----CA-AG----A-A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq532(name, align); -seqs.push_back(newSeq532); -name = "GQY1XT001BNX1P"; -align = "T-T--C-T--GA-T-A-C-T-G-C--TG-T-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-GTG-G-G--T-------ATG-GA------C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TG--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq533(name, align); -seqs.push_back(newSeq533); -name = "GQY1XT001BNKMD"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AG-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AC-A-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq534(name, align); -seqs.push_back(newSeq534); -name = "GQY1XT001BNINJ"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq535(name, align); -seqs.push_back(newSeq535); -name = "GQY1XT001BNHEB"; -align = "A-T--T-C--AA-A-A-C-T-G-C--GA-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-GC-CA-A-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC---AAATA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-GT-G-T------C-G-G-G----------A----A--------A-C-----C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAT-TCC-ACC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq536(name, align); -seqs.push_back(newSeq536); -name = "GQY1XT001BNEKF"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-GC-TT-T-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T----G-G-G-G-G----------CGT-CA--A-----G-C-T-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq537(name, align); -seqs.push_back(newSeq537); -name = "GQY1XT001BND9V"; -align = "C-GT-T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq538(name, align); -seqs.push_back(newSeq538); -name = "GQY1XT001BMICD"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq539(name, align); -seqs.push_back(newSeq539); -name = "GQY1XT001BMGFB"; -align = "A-T--T-T--CA-A-A-C-T-G-G--AA-G-T-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-TC-T--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-G-G-G-T--T-------GTC-AT------G-A-C-C-T-C-T-G-T-G-C-C--GC--C-G-C-T-AA-C-GAC-A-T-TAA-G-TAT-TCC-GCC-T-G-GGGAGG-TA--CG-GT-C-G-C-A-AGATTAAA"; -Sequence newSeq540(name, align); -seqs.push_back(newSeq540); -name = "GQY1XT001BM6X4"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGGCC-GT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---CT---AG-A-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq541(name, align); -seqs.push_back(newSeq541); -name = "GQY1XT001BLVK4"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-A-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq542(name, align); -seqs.push_back(newSeq542); -name = "GQY1XT001BLQ5R"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CT-G-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq543(name, align); -seqs.push_back(newSeq543); -name = "GQY1XT001BL97L"; -align = "T-C--T-G--GG-A-A-C-T-G-C--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--A---CG---AC-A-----G-T-T-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq544(name, align); -seqs.push_back(newSeq544); -name = "GQY1XT001BKNRP"; -align = "A-C--T-G-GAA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GC-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GGA-GG-CGG-C-TT-A--CTGG-AC-GA-T-C-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-C-G-G--G---C----AG-G-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq545(name, align); -seqs.push_back(newSeq545); -name = "GQY1XT001BKMWZ"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-GG----A-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq546(name, align); -seqs.push_back(newSeq546); -name = "GQY1XT001BKLLZ"; -align = "..T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq547(name, align); -seqs.push_back(newSeq547); -name = "GQY1XT001BKCW6"; -align = "A-A--C-C--AA-A-A-C-T-G-C--AA-C-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq548(name, align); -seqs.push_back(newSeq548); -name = "GQY1XT001BKB24"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GT-T-G-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT---C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AA-A-----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq549(name, align); -seqs.push_back(newSeq549); -name = "GQY1XT001BK3EB"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---C---ATA-A-----G-A-C-T-T-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq550(name, align); -seqs.push_back(newSeq550); -name = "GQY1XT001BJ3RN"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq551(name, align); -seqs.push_back(newSeq551); -name = "GQY1XT001BJ21N"; -align = "A-C--T-C--AA-A-A-C-T-G-C--AG-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq552(name, align); -seqs.push_back(newSeq552); -name = "GQY1XT001BIYD4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G---GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--CGA------GT-GA------G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq553(name, align); -seqs.push_back(newSeq553); -name = "GQY1XT001BIPG4"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-CGG-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GTGG-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq554(name, align); -seqs.push_back(newSeq554); -name = "GQY1XT001BHUGP"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-A-C-TG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq555(name, align); -seqs.push_back(newSeq555); -name = "GQY1XT001BHQ7A"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq556(name, align); -seqs.push_back(newSeq556); -name = "GQY1XT001BH0TX"; -align = "C-G--T-T--GA-A-A-C-T-G----GT-T-T-C--T-T-G-A-G-C-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq557(name, align); -seqs.push_back(newSeq557); -name = "GQY1XT001BG7V4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq558(name, align); -seqs.push_back(newSeq558); -name = "GQY1XT001BFAJA"; -align = "G-T--T-C--AA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-G-G-AG-TA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AA--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-TCG--G-T-G-G-G----------TAT-GG-AC-----C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq559(name, align); -seqs.push_back(newSeq559); -name = "GQY1XT001BEFPN"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq560(name, align); -seqs.push_back(newSeq560); -name = "GQY1XT001BE0A4"; -align = "C-A--G-A--GA-A-A-C-C-G-T--AT-A-A-C--T-A-G-A-G-T-A-T-GG-TA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-A-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-GT-G-T-C----G-G---------------GA-AA------------C---C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAT-TCC-ACC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGAATGAA"; -Sequence newSeq561(name, align); -seqs.push_back(newSeq561); -name = "GQY1XT001BDJ3H"; -align = "T-T--C-T--GA-T-A-C-T-G-C--TG-T-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A----G-G-G-T--C-------AT--A-------A---G-A-C-TTCTG-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-GCC-T-G-GGGAGG-TA--CG-GC-C-G-C-A-AGGCTGAA"; -Sequence newSeq562(name, align); -seqs.push_back(newSeq562); -name = "GQY1XT001BDFRW"; -align = "T-A--C-C--AA-A-A-C-T-G-T--TG-G-A-C--T-T-G-A-G-T-G-C-A--GA-G-G-G-G-C-A--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TC-T--CTGG-GC-CA-A-G-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-T--A-G-T-A-G--T-------TTC-GA-T----G-C-T-A-C-T-A-G-T-G-C-C--GG--A-G-T-A-AA-C-A-C-A-A-TAA-G-TAT-CCC-TCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq563(name, align); -seqs.push_back(newSeq563); -name = "GQY1XT001BD58P"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GC-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq564(name, align); -seqs.push_back(newSeq564); -name = "GQY1XT001BD0XN"; -align = "G-T--T-T--GA-A-A-C-T-G-T--GA-G-G-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-T-A--GG-C-GG-A-ATTCC-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-A--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-A-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq565(name, align); -seqs.push_back(newSeq565); -name = "GQY1XT001BCZ7K"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq566(name, align); -seqs.push_back(newSeq566); -name = "GQY1XT001BCYTA"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--CGA------GT-GA------G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq567(name, align); -seqs.push_back(newSeq567); -name = "GQY1XT001BCW2Z"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-TGG--GTG-G-GT-----------ATG-GACC--------C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq568(name, align); -seqs.push_back(newSeq568); -name = "GQY1XT001BCVHH"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T---G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq569(name, align); -seqs.push_back(newSeq569); -name = "GQY1XT001BCT3V"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TG-A-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-T-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq570(name, align); -seqs.push_back(newSeq570); -name = "GQY1XT001BC8K4"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-GC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTT-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq571(name, align); -seqs.push_back(newSeq571); -name = "GQY1XT001BC02D"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTGG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq572(name, align); -seqs.push_back(newSeq572); -name = "GQY1XT001BBL1N"; -align = "C-T--T-T--GGAA-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-GAA--TG-C-GC-AG--AT-A-TC-G-G-G-AA-G-A-AC-A-CC-GA-T-G-GC-GAA-GG-CAG-C-TC-T--CTGG-GC-CG-T-C-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-T-GGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CC-A-G-CCG-T-AAAC-G-A-TG-GA--CG-C-T-A-G-GT-G-T-G--G-G-G-G-G-----------AC-CT-G------C-C-C-T-C-C-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-T-TAA-G-CGT-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTAAA"; -Sequence newSeq573(name, align); -seqs.push_back(newSeq573); -name = "GQY1XT001BB0AL"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq574(name, align); -seqs.push_back(newSeq574); -name = "GQY1XT001BAPQ9"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C----T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACAGTGAA"; -Sequence newSeq575(name, align); -seqs.push_back(newSeq575); -name = "GQY1XT001BALRK"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T----G-T-G-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq576(name, align); -seqs.push_back(newSeq576); -name = "GQY1XT001BAB67"; -align = "..T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CG-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq577(name, align); -seqs.push_back(newSeq577); -name = "GQY1XT001BAARR"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T---G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq578(name, align); -seqs.push_back(newSeq578); -name = "GQY1XT001B9E2H"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-A-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq579(name, align); -seqs.push_back(newSeq579); -name = "GQY1XT001B8XHJ"; -align = "..T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GGA-GG-CGG-C-TT-G--CTGG-AC-GG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq580(name, align); -seqs.push_back(newSeq580); -name = "GQY1XT001B8XAS"; -align = "T-T--T-G--GA-A-A-C-T-G-T--TC-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-G-G-G-A-G--AG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq581(name, align); -seqs.push_back(newSeq581); -name = "GQY1XT001B8MR4"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-T-G--G---C----AA-A-----G-C-C-A-T-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq582(name, align); -seqs.push_back(newSeq582); -name = "GQY1XT001B8G73"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-TCG--G-G-G-G-C--A---G----AG-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq583(name, align); -seqs.push_back(newSeq583); -name = "GQY1XT001B7WUW"; -align = "A-T--T-T--GG-A-A-C-T-G-T--AA-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATTCC-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G--T---C----TG-A-----C-C-C-C-C-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTGAA"; -Sequence newSeq584(name, align); -seqs.push_back(newSeq584); -name = "GQY1XT001B7WRH"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq585(name, align); -seqs.push_back(newSeq585); -name = "GQY1XT001B7WHA"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATTCC-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-T-GG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----CA-AG----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq586(name, align); -seqs.push_back(newSeq586); -name = "GQY1XT001B7DYD"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---CT---AG-A-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq587(name, align); -seqs.push_back(newSeq587); -name = "GQY1XT001B6OQ6"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----TAGA-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-C-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq588(name, align); -seqs.push_back(newSeq588); -name = "GQY1XT001B69EC"; -align = "T-C--T-G-GAA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GATA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq589(name, align); -seqs.push_back(newSeq589); -name = "GQY1XT001B60C3"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq590(name, align); -seqs.push_back(newSeq590); -name = "GQY1XT001B5SFC"; -align = "C-G--T-T--GA-A-A-C-T-G-A--C--G-T-C----T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq591(name, align); -seqs.push_back(newSeq591); -name = "GQY1XT001B5NV4"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G----G---C----AG-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq592(name, align); -seqs.push_back(newSeq592); -name = "GQY1XT001B3YIX"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-T-A--AT-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-G-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-A--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq593(name, align); -seqs.push_back(newSeq593); -name = "GQY1XT001B3X0W"; -align = "C-G----T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq594(name, align); -seqs.push_back(newSeq594); -name = "GQY1XT001B3FMW"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-AA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq595(name, align); -seqs.push_back(newSeq595); -name = "GQY1XT001B33L9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq596(name, align); -seqs.push_back(newSeq596); -name = "GQY1XT001B2NMD"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CT-G-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq597(name, align); -seqs.push_back(newSeq597); -name = "GQY1XT001B2LC1"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-GG----A-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq598(name, align); -seqs.push_back(newSeq598); -name = "GQY1XT001B2BSQ"; -align = "A-A--A-A--GA-T-A-C-T-G-C--AA-A-G-C--T-A-G-A-G-T-A-T-GA-CA-G-A-G-G-C-A--AG-T-GG-A-ACT-A-C-A-T-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AA--AT-A-TA-T-G-T-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-GT-CG-A-T-ACT--GACA-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCC-T-AAAC-G-A-TG-AG--TA-C-T-A-A-GT-G-T----T-G-G-T-G--A-------GAA-TCA---------G---T-----G-C-T-G----A---A-G-T-T-AA-C-G-C-A-T-TAA-G-TAC-TCC-GCC-T-G-AGT-AG-TA--CG-TA-C-G-C-A-AGTATGAA"; -Sequence newSeq599(name, align); -seqs.push_back(newSeq599); -name = "GQY1XT001B1NT0"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq600(name, align); -seqs.push_back(newSeq600); -name = "GQY1XT001B1L47"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq601(name, align); -seqs.push_back(newSeq601); -name = "GQY1XT001B16R1"; -align = "T-T--T-G--GA-A-A-C-T-G-T--TC-A-T-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---C---ATA-A-----G-A-C-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq602(name, align); -seqs.push_back(newSeq602); -name = "GQY1XT001B15LZ"; -align = "A-T--T-T--GA-A-A-C-T-G-T--CA-G-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CG-G-G-G-A----A---C----GA-CA----G-T-T-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq603(name, align); -seqs.push_back(newSeq603); -name = "GQY1XT001B0XDL"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq604(name, align); -seqs.push_back(newSeq604); -name = "GQY1XT001B0RDE"; -align = "A-T--T-G--GA-A-A-C-T-G-T--CG-C-G-C--T-C-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-G-T--C-G-G-G-G--G---C----AC-A-----C-G-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq605(name, align); -seqs.push_back(newSeq605); -name = "GQY1XT001B0PXR"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-TT-G-T-C--C-G-G-G-T--CGA------AT-GA------G-A-T-C-T-G-G-G-C-G-G-C--GA--A-G-C-G-AA-A-G-C-G-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq606(name, align); -seqs.push_back(newSeq606); -name = "GQY1XT001B0NDH"; -align = "C-A--C-T--GA-T-A-C-T-G-T--TA-G-A-C--T-T-G-A-G-T-A-T-GG-AA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TC-T--CTGG-GC-CA-A-G-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-T--A-G-T-A-G--T-------T-TCGA-T----G-C-T-A-C-T-A-G-T-G-C-C--GG--A-G-T-A-AA-C-A-C-A-A-TAA-G-TAT-CCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq607(name, align); -seqs.push_back(newSeq607); -name = "GQY1XT001B0LOS"; -align = "T-C--T-G--GA-A-A-C-T-A-T--GT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-G--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq608(name, align); -seqs.push_back(newSeq608); -name = "GQY1XT001B05N5"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AT-T-T-CT-T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AT-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-G--CTGG-AC-AG-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----CCC-T-C-C-G---T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq609(name, align); -seqs.push_back(newSeq609); -name = "GQY1XT001AZULT"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AA-A-T-C--T-T-G-A-G-T-G-C-CG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA--A----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq610(name, align); -seqs.push_back(newSeq610); -name = "GQY1XT001AZRLQ"; -align = "A-T--T-G--GA-A-A-C-T-G-G--TT-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-G-A--AG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TA-T-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-C--CTGG-TC-TG-C-A-ACT--GACA-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T----G-G-G-G-----------TC-GA--------A-C-C-T-C-A-G-T-G-C-T--GA--A-G-T-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGGAGG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq611(name, align); -seqs.push_back(newSeq611); -name = "GQY1XT001AZHRG"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-TT-G-T-C--C-G-G-G-T--C-------GAA-TGA-----G-A-T-C-T-G-G-G-C-G-G-C--GA--A-G-C-G-AA-A-G-C-G-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq612(name, align); -seqs.push_back(newSeq612); -name = "GQY1XT001AZAPT"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TC-T--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-G-G-G-T--T-------GTC-AT------G-A-C-C-T-C-T-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-T-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGATTAAA"; -Sequence newSeq613(name, align); -seqs.push_back(newSeq613); -name = "GQY1XT001AYX7D"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CG-G-A-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-C-G-G--G---C----AG-G-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq614(name, align); -seqs.push_back(newSeq614); -name = "GQY1XT001AYQ5Z"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq615(name, align); -seqs.push_back(newSeq615); -name = "GQY1XT001AXRGB"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq616(name, align); -seqs.push_back(newSeq616); -name = "GQY1XT001AXG2N"; -align = "T-T--T-G--GA-A-A-C-T-G-T--TA-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq617(name, align); -seqs.push_back(newSeq617); -name = "GQY1XT001AXDRE"; -align = "G-T--T-T--GA-A-A-C-T-G-T--TC-T-T-C--T-T-G-A-G-T-G-A-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AT-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G-AGGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-C------C-C-C-T-C-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq618(name, align); -seqs.push_back(newSeq618); -name = "GQY1XT001AWWIG"; -align = "C-A--C-T--GA-T-A-C-T-G-T--TA-G-A-C--T-T-G-A-G-T-A-T-GG-AA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TC-T--CTGG-GC-CA-A-G-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-T--A-G-T-A-G--T---T----TC-G-----A-T-G-C-T-A-CTA-G-T-G-C-C--GG--A-G-T-A-AA-C-A-C-A-A-TAA-G-TAT-CCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq619(name, align); -seqs.push_back(newSeq619); -name = "GQY1XT001AW8WD"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-A-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq620(name, align); -seqs.push_back(newSeq620); -name = "GQY1XT001AW1W6"; -align = "T-T--T-T--GA-A-A-C-T-G-A--GT-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq621(name, align); -seqs.push_back(newSeq621); -name = "GQY1XT001AW0BB"; -align = "..T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq622(name, align); -seqs.push_back(newSeq622); -name = "GQY1XT001AVY6F"; -align = "T-T--T-G--GA-A-A-C-T-G-A--GC-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-A-G--G---C----AA-A-----G-C-C-T-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq623(name, align); -seqs.push_back(newSeq623); -name = "GQY1XT001AVXPI"; -align = "T-T--T-G--GG-A-A-C-T-G-T--AC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-A-----GAC-C-C-A-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq624(name, align); -seqs.push_back(newSeq624); -name = "GQY1XT001AVW8R"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq625(name, align); -seqs.push_back(newSeq625); -name = "GQY1XT001AVR1M"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCC-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-T-G--C---C----AA-A-----G-G-C-T-C-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq626(name, align); -seqs.push_back(newSeq626); -name = "GQY1XT001AV5CD"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T---GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq627(name, align); -seqs.push_back(newSeq627); -name = "GQY1XT001AUELS"; -align = "T-T--T-T--GG-A-A-C-T-A-T--CA-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-A-A-ACT--GACA-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-T--A---C----AA-A-----G-T-A-C-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq628(name, align); -seqs.push_back(newSeq628); -name = "GQY1XT001ATVXJ"; -align = "C-A--G-A--GA-A-A-C-C-G-T--AT-A-A-C--T-A-G-A-G-T-A-T-GG-TA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-A-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-GT-G-T-C------G---G--G--------AA-A---------C-------C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAT-TCC-ACC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq629(name, align); -seqs.push_back(newSeq629); -name = "GQY1XT001ATLSJ"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G--A---C-----T-GA----C-C-C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq630(name, align); -seqs.push_back(newSeq630); -name = "GQY1XT001ATF02"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-C-A-G-GT-G-TCG--G-G-T-G-T--C---G----AA-G-----G-A-C-G-G-C-C-G-G-T-G-C-C--GC--A-G-C-G-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq631(name, align); -seqs.push_back(newSeq631); -name = "GQY1XT001ASOCW"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-A-G-A-G-T---G-CA-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-T-G-GT-G-T-C--G-G-G-G-G--G---C----TAGA-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq632(name, align); -seqs.push_back(newSeq632); -name = "GQY1XT001ASDN9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq633(name, align); -seqs.push_back(newSeq633); -name = "GQY1XT001AS27U"; -align = "T-C--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-G-G-A-G-T-G-C-GG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq634(name, align); -seqs.push_back(newSeq634); -name = "GQY1XT001ARTKK"; -align = "..T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq635(name, align); -seqs.push_back(newSeq635); -name = "GQY1XT001ARRPS"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GGA-GG-CGG-C-TT-G--CTGG-AC-GG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-CG-G-T-G-G----G---T----AT-GG----A-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq636(name, align); -seqs.push_back(newSeq636); -name = "GQY1XT001AREMS"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CC-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GC-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-C--C---T----AA-G-----G-G-G-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq637(name, align); -seqs.push_back(newSeq637); -name = "GQY1XT001AQOQL"; -align = "C-C--T-T--GG-A-A-C-T-G-T--GC-G-G-C--T-G-G-A-G-T-G-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--A---CG---AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq638(name, align); -seqs.push_back(newSeq638); -name = "GQY1XT001AQKOI"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-G-C--T-A-G-G-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T----TA-C-----G-G-A-CGC-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq639(name, align); -seqs.push_back(newSeq639); -name = "GQY1XT001AQ7W0"; -align = "C-G--T-T--GA-A-A-C-T-G----GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-C-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq640(name, align); -seqs.push_back(newSeq640); -name = "GQY1XT001APAHX"; -align = "C-A--T-G--GA-A-A-C-T-G-G--TT-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-CAA-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-T-A-ACT--GACG-CTG-A-GG--T-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAT-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq641(name, align); -seqs.push_back(newSeq641); -name = "GQY1XT001AP4SY"; -align = "A-T--T-T--GG-A-A-C-T-G-T--AA-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq642(name, align); -seqs.push_back(newSeq642); -name = "GQY1XT001AOQFM"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G---G-G---------GACT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq643(name, align); -seqs.push_back(newSeq643); -name = "GQY1XT001AOPM0"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-C-C-C--T-T-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-A--CTGG-AC-GA-T-A-ACT--GACG-GTG-G-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-T---G-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq644(name, align); -seqs.push_back(newSeq644); -name = "GQY1XT001AOKG2"; -align = "T-T--T-G--GA-A-A-C-TGG-C--GG-G-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-CG-G-G-G-C-C--C---T----AA-G-----G-G-G-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq645(name, align); -seqs.push_back(newSeq645); -name = "GQY1XT001AOB1H"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-GT-T---T----AC-G-----G-A-C-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq646(name, align); -seqs.push_back(newSeq646); -name = "GQY1XT001AMBT9"; -align = "A-T--T-C--AA-A-A-C-T-G-C--GA-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-GC-TT-T-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------CGT-CA-A------G-C-T-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq647(name, align); -seqs.push_back(newSeq647); -name = "GQY1XT001AL3K5"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C----T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--CAA-CG-AAA-G-CGG-TGGG-T--ATC-G-AA-CA-GG-ATTAGACTA-CCCT-GGTA-GT-C-CA-C-GCAAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-C-G-C-C--C-------GAG-TG------G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq648(name, align); -seqs.push_back(newSeq648); -name = "GQY1XT001AKULV"; -align = "A-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T---ATG-G-----A-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq649(name, align); -seqs.push_back(newSeq649); -name = "GQY1XT001AKJCY"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AG-G-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-T-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-G--AC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq650(name, align); -seqs.push_back(newSeq650); -name = "GQY1XT001AJPC9"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-C-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-A-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-C-G-G--G---C----AC-G-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-GCC-T-G-GGGAAG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq651(name, align); -seqs.push_back(newSeq651); -name = "GQY1XT001AJMR4"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-G-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-G-G-GTC-----------AT-AA--------G-A-CTT-C-T-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTGAA"; -Sequence newSeq652(name, align); -seqs.push_back(newSeq652); -name = "GQY1XT001AJ700"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-A-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq653(name, align); -seqs.push_back(newSeq653); -name = "GQY1XT001AJ20W"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-C-C-C--T-T-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AT-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G----------GTA-AG-GC-----C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq654(name, align); -seqs.push_back(newSeq654); -name = "GQY1XT001AIWYF"; -align = "T-A--G-C--TA-A-A-C-T-G-C--TA-A-G-C--T-C-G-A-G-A-C-C-GT-TA-G-G-G-G-T-A--AC-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-GAGT-G-AAA--TC-C-GT-AG--AT-A-TT-A-G-A-AG-GA--AC-A-CC-GA-T-A-GC-GTA-GG-CAG-G-TT-A--CTGG-GA-CG-G-T-TCT--GACA-CTA-A-GG--C-A-CG-AAA-G-C-G-TAGG-G--AGC-A-AA-CG-GG-ATTAG-ATA-CCCC-GGTA-GT-C-TA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-CA-G-T-T--T-T-G-G-G---------TATC-GA-CC-----C-C-T-A-G-A-G-T-T-G-C--GA--A-GC--T-AA-C-G-C-G-T-TAA-G-TAT-CCC-ACC-T-G-TGT-AG-TA--CG-AT-C-G-C-A-AGATTAAA"; -Sequence newSeq655(name, align); -seqs.push_back(newSeq655); -name = "GQY1XT001AILS4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--CGA------GT-GA------G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-G-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq656(name, align); -seqs.push_back(newSeq656); -name = "GQY1XT001AIBN7"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq657(name, align); -seqs.push_back(newSeq657); -name = "GQY1XT001AI3O1"; -align = "T-T--T-G--GA-A-A-C-T-G----CC-G-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AG-A-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq658(name, align); -seqs.push_back(newSeq658); -name = "GQY1XT001AHO2K"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAG-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq659(name, align); -seqs.push_back(newSeq659); -name = "GQY1XT001AGROC"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--GCG-G-G-G----------ACT-CG-AC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq660(name, align); -seqs.push_back(newSeq660); -name = "GQY1XT001AGKBN"; -align = "C-C--T-G--CG-A-A-C-T-G-G--GT-T-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT---C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-G--GGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq661(name, align); -seqs.push_back(newSeq661); -name = "GQY1XT001AGG6W"; -align = "A-T--T-T-CAA-A-A-C-T-G-G--AA-G-T-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TC-T--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-G-G-G-T--T-------GTC-AT------G-A-C-C-T-C-T-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-T-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq662(name, align); -seqs.push_back(newSeq662); -name = "GQY1XT001AGC6C"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-A-G-A-G-T-A-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-G--A-G-G-G-T--G---C----TA-AG----C-A-T-C-C-T---G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq663(name, align); -seqs.push_back(newSeq663); -name = "GQY1XT001AFXPL"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-CG-G-G-G-G----G---C----AG-AG----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq664(name, align); -seqs.push_back(newSeq664); -name = "GQY1XT001AFXF7"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq665(name, align); -seqs.push_back(newSeq665); -name = "GQY1XT001AFX9C"; -align = "T-T--T-G-GAA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq666(name, align); -seqs.push_back(newSeq666); -name = "GQY1XT001AEO5Y"; -align = "A-G----T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------G-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-CAT-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq667(name, align); -seqs.push_back(newSeq667); -name = "GQY1XT001AEDFI"; -align = "A-T--T-G--GA-A-A-C-T-G-G--CG-A-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCC-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-G-C-G--C---C----AC-G-----G-G-C-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGGAGG-TA--CG-TT-C-G-C-A-AGGATGAA"; -Sequence newSeq668(name, align); -seqs.push_back(newSeq668); -name = "GQY1XT001AD3AA"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq669(name, align); -seqs.push_back(newSeq669); -name = "GQY1XT001A8ZAM"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-A-G-A-G-T-A-C-AG-GA-G-G-G-G-T-A--GG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TC-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--A--------CT-GA----C-C-C-C-A-T-C-C-G-T-G-C-C--GG--A-G-TTA--A-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-GCA-A-CG-GTGAA"; -Sequence newSeq670(name, align); -seqs.push_back(newSeq670); -name = "GQY1XT001A8Y8K"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-T-G-A-G-T-G-C-AG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--GCG-G-A-G--T---C----AA-G-----G-C-T-C-T-G-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq671(name, align); -seqs.push_back(newSeq671); -name = "GQY1XT001A8WF3"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-A-A-ACT--GACA-CTG-A-GG--C-T-CG-AAA-G-C-G-T-GG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-T--A---C----AA-A-----G-T-A-C-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq672(name, align); -seqs.push_back(newSeq672); -name = "GQY1XT001A8T80"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GACC------C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq673(name, align); -seqs.push_back(newSeq673); -name = "GQY1XT001A8Q74"; -align = "A-T--T-G--GA-A-A-C-T-G-C--GG-G-A-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-T-GG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-G-G----G---C----AC-G-----G-C---C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq674(name, align); -seqs.push_back(newSeq674); -name = "GQY1XT001A8163"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A--------GA-AT------G-ATCCC-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq675(name, align); -seqs.push_back(newSeq675); -name = "GQY1XT001A6YXB"; -align = "T-C--T-T--GG-A-A-C-T-G-C--GC-G-G-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-CG-G-G-G-C-A--C---G----AC-A-----G-T-G-C-T-T-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq676(name, align); -seqs.push_back(newSeq676); -name = "GQY1XT001A5HGV"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq677(name, align); -seqs.push_back(newSeq677); -name = "GQY1XT001A5DA8"; -align = "T-T--T-G--GG-A-A-C-T-G-T--AC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-CG-G-G-G-C----A---C----AT-AA----G-T-G-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-C-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq678(name, align); -seqs.push_back(newSeq678); -name = "GQY1XT001A4XYG"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq679(name, align); -seqs.push_back(newSeq679); -name = "GQY1XT001A4O71"; -align = "A-T--T-G--GA-A-A-C-T-G-C--GC-A-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-G-G-G--G---C----AG-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq680(name, align); -seqs.push_back(newSeq680); -name = "GQY1XT001A3N9X"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq681(name, align); -seqs.push_back(newSeq681); -name = "GQY1XT001A2ZIR"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GT-T-G-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-A--G---C----A--AG----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq682(name, align); -seqs.push_back(newSeq682); -name = "GQY1XT001A2D1V"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----GA-A-----G-C-C-C-T-T-T-G-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq683(name, align); -seqs.push_back(newSeq683); -name = "GQY1XT001A26B8"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----TAGA-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq684(name, align); -seqs.push_back(newSeq684); -name = "GQY1XT001A22CL"; -align = "C-T--C-T--GA-T-A-C-T-G-T--CG-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-TCCG-G-GCC-GA-----------ATG-GGG---------C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq685(name, align); -seqs.push_back(newSeq685); -name = "GQY1XT001A20SJ"; -align = "A-T--T-T--CA-A-A-C-T-G-G--AA-G-T-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G-------CAG-AG------G-C-C-CTT-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq686(name, align); -seqs.push_back(newSeq686); -name = "GQY1XT001A1OAD"; -align = "A-T--T-T--GGAA-A-C-T-G-T--AA-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AC-A-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq687(name, align); -seqs.push_back(newSeq687); -name = "GQY1XT001A03SX"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAT-GAA-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-AGTAA-G-TAA-TCC-ACC-T-G-GGGAGG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq688(name, align); -seqs.push_back(newSeq688); -name = "GQY1XT001A1T0J"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq689(name, align); -seqs.push_back(newSeq689); -name = "GQY1XT001CWZS4"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-C-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--C---C----GA-C-----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq690(name, align); -seqs.push_back(newSeq690); -name = "GQY1XT001BF21Z"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq691(name, align); -seqs.push_back(newSeq691); -name = "GQY1XT001BSUXQ"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq692(name, align); -seqs.push_back(newSeq692); -name = "GQY1XT001DEAMX"; -align = "A-T--T-T--GA-A-A-C-T---G--TT-T-T-C--T-T-G-A-G-T-A-C-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq693(name, align); -seqs.push_back(newSeq693); -name = "GQY1XT001BHQ8W"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq694(name, align); -seqs.push_back(newSeq694); -name = "GQY1XT001BH6RQ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq695(name, align); -seqs.push_back(newSeq695); -name = "GQY1XT001EYPWE"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----TAGA-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq696(name, align); -seqs.push_back(newSeq696); -name = "GQY1XT001DG39T"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-A-C-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq697(name, align); -seqs.push_back(newSeq697); -name = "GQY1XT001EYPCU"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq698(name, align); -seqs.push_back(newSeq698); -name = "GQY1XT001EGKMY"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-C-G-G--G---C----AG-G-----G-C-C-T-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq699(name, align); -seqs.push_back(newSeq699); -name = "GQY1XT001C40V6"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq700(name, align); -seqs.push_back(newSeq700); -name = "GQY1XT001EHCCH"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq701(name, align); -seqs.push_back(newSeq701); -name = "GQY1XT001DSKV4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq702(name, align); -seqs.push_back(newSeq702); -name = "GQY1XT001DBATA"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq703(name, align); -seqs.push_back(newSeq703); -name = "GQY1XT001BMQ72"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq704(name, align); -seqs.push_back(newSeq704); -name = "GQY1XT001ENQS7"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-A-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-CG-G-G-G-A-C--C---C----AA-G-----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq705(name, align); -seqs.push_back(newSeq705); -name = "GQY1XT001EDG3L"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AG-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq706(name, align); -seqs.push_back(newSeq706); -name = "GQY1XT001DW4OA"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq707(name, align); -seqs.push_back(newSeq707); -name = "GQY1XT001D559F"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AC-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AT-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-G--CTGG-AC-AG-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq708(name, align); -seqs.push_back(newSeq708); -name = "GQY1XT001C74CB"; -align = "T-C--T-T--GG-A-A-C-T-G-C--GC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-G-ACT--GACG-TTG-A-GG--C-C-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C---AGA-G-----A-C-T-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq709(name, align); -seqs.push_back(newSeq709); -name = "GQY1XT001BYB9O"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq710(name, align); -seqs.push_back(newSeq710); -name = "GQY1XT001BGXA5"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq711(name, align); -seqs.push_back(newSeq711); -name = "GQY1XT001A69AD"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AT-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AT-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-G--CTGG-AC-AG-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq712(name, align); -seqs.push_back(newSeq712); -name = "GQY1XT001EZ7ET"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq713(name, align); -seqs.push_back(newSeq713); -name = "GQY1XT001E1YNT"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq714(name, align); -seqs.push_back(newSeq714); -name = "GQY1XT001DDQVF"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq715(name, align); -seqs.push_back(newSeq715); -name = "GQY1XT001CTZM0"; -align = "A-T--T-T--GA-A-A-C-T-G-T---T-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA--C-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq716(name, align); -seqs.push_back(newSeq716); -name = "GQY1XT001CCJT7"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq717(name, align); -seqs.push_back(newSeq717); -name = "GQY1XT001C9JY3"; -align = "T-T--T-G--GA-A-A-C-T-T-T--TT-T-G-C--T-G-G-A-G-T-A-C-CG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--A---C----AA-A-----G-T-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq718(name, align); -seqs.push_back(newSeq718); -name = "GQY1XT001C5F0S"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq719(name, align); -seqs.push_back(newSeq719); -name = "GQY1XT001BSRO2"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TG-A-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq720(name, align); -seqs.push_back(newSeq720); -name = "GQY1XT001B9VA2"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq721(name, align); -seqs.push_back(newSeq721); -name = "GQY1XT001ARVHF"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq722(name, align); -seqs.push_back(newSeq722); -name = "GQY1XT001AOG78"; -align = "C-T--C-T--GA-T-A-C-T-G-T--CG-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AT--AA-C-T-G-G-TT-G-T-C--G-G-C-G------------ATA-AAA---------T-G-T-C-G-G-T-G-A-C--TA--A-G-C-G-AA-A-G-C-G-A-TAA-G-TTA-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq723(name, align); -seqs.push_back(newSeq723); -name = "GQY1XT001AEGP7"; -align = "T-C--T-G--GA-A-A-C-T-G-C--GG-C-G-C--T-G-G-A-G-T-A-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AGA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-C--G-G-G-G-G--A---CG---AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq724(name, align); -seqs.push_back(newSeq724); -name = "GQY1XT001EX0ZP"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------TT-GA------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq725(name, align); -seqs.push_back(newSeq725); -name = "GQY1XT001EPHS5"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AT-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-G--CTGG-AC-AG-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----CCC-T-C-C-G---T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq726(name, align); -seqs.push_back(newSeq726); -name = "GQY1XT001EP1JC"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-T-G--C---C----AA-A-----G-G-C-T-C-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq727(name, align); -seqs.push_back(newSeq727); -name = "GQY1XT001EHN7S"; -align = "T-T--T-T--GA-A-A-C-T-G-T--AG-G-G-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTGAA"; -Sequence newSeq728(name, align); -seqs.push_back(newSeq728); -name = "GQY1XT001EFUZQ"; -align = "T-T--T-G--GA-A-A-C-T-G-C--GA-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-TCG--G-G-G-G-G--G---C----AA-A-----G-C-C-C-C-T-C-G-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-A-TAA-G-CAC-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq729(name, align); -seqs.push_back(newSeq729); -name = "GQY1XT001EDYY1"; -align = "C-G--T-T--GA-A-A-C-T-G-G---C-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq730(name, align); -seqs.push_back(newSeq730); -name = "GQY1XT001ECG24"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--CGA------AT-GA------G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq731(name, align); -seqs.push_back(newSeq731); -name = "GQY1XT001EB301"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-TCCGGG-G-G-GA-----------ATG-GCC---------C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq732(name, align); -seqs.push_back(newSeq732); -name = "GQY1XT001DQWXH"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-TAG--G-G-G-G-T--A---T----CG-A-----T-T-C-C-C-T-C-T-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-T-TAA-G-TAT-TCC-GCC-T-G-GGG-AC-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq733(name, align); -seqs.push_back(newSeq733); -name = "GQY1XT001DOMXB"; -align = "C-T--C-T--GA-T-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-TCC--G-G-T-T------------CTACGGG---------A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq734(name, align); -seqs.push_back(newSeq734); -name = "GQY1XT001DGEAP"; -align = "A-T--T-G--GA-A-A-C-T-G-C--AT-A-T-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-T-G--G---C----AA-A-----G-C-C-A-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq735(name, align); -seqs.push_back(newSeq735); -name = "GQY1XT001CYFOT"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-A-A-C--T-C-G-A-G-A-G-G-GA-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq736(name, align); -seqs.push_back(newSeq736); -name = "GQY1XT001CYCIB"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CC-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C-----A-GG----G-C-C-C-C-C-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq737(name, align); -seqs.push_back(newSeq737); -name = "GQY1XT001CXUJD"; -align = "A-T--T-T--GG-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CG-G-G-G-G-C--T---C----AC-G-----G-G-C-G-C-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq738(name, align); -seqs.push_back(newSeq738); -name = "GQY1XT001CXMNA"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-T-G-A-G-T-G-C-AG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-C-G-G-A--GT--C----AA-G-----G-C-T-C-T-G-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq739(name, align); -seqs.push_back(newSeq739); -name = "GQY1XT001CW602"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T----TA-C-----G-G-A-CGC-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq740(name, align); -seqs.push_back(newSeq740); -name = "GQY1XT001CVQSF"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-G-ACT--GACG-TTG-A-GG--C-C-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-C--G-G-G-G-G--G-------CAG-GGG-----C-C-C-C-C-C-G-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-T-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq741(name, align); -seqs.push_back(newSeq741); -name = "GQY1XT001CMS04"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----CA-AG----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq742(name, align); -seqs.push_back(newSeq742); -name = "GQY1XT001CIFR7"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq743(name, align); -seqs.push_back(newSeq743); -name = "GQY1XT001CHEOP"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-G-G-C--T-T-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-T-G--G---C----AA-A-----G-C-C-A-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq744(name, align); -seqs.push_back(newSeq744); -name = "GQY1XT001BUH2B"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-C-G-G--G---C----AG-G-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq745(name, align); -seqs.push_back(newSeq745); -name = "GQY1XT001BTJY0"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-A-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AG-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq746(name, align); -seqs.push_back(newSeq746); -name = "GQY1XT001BPBAW"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-TCG--G-G-G-G-T--T---C----AA-G-----A-A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq747(name, align); -seqs.push_back(newSeq747); -name = "GQY1XT001BGSX9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq748(name, align); -seqs.push_back(newSeq748); -name = "GQY1XT001BGF0U"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq749(name, align); -seqs.push_back(newSeq749); -name = "GQY1XT001BDDJJ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq750(name, align); -seqs.push_back(newSeq750); -name = "GQY1XT001BC7OS"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-A-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq751(name, align); -seqs.push_back(newSeq751); -name = "GQY1XT001B0P0B"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATT-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq752(name, align); -seqs.push_back(newSeq752); -name = "GQY1XT001AZ42D"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GGAA-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq753(name, align); -seqs.push_back(newSeq753); -name = "GQY1XT001AKTCW"; -align = "T-T--C-T--GA-T-A-C-T-G-C--TG-T-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-G-G-G----T---C----AT-A-----A-G-A-C-T-T-C-T-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTGAA"; -Sequence newSeq754(name, align); -seqs.push_back(newSeq754); -name = "GQY1XT001A0V8W"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-AC-C---C----AA-G-----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq755(name, align); -seqs.push_back(newSeq755); -name = "GQY1XT001A058D"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-C--C---CT---AA-G-----G-G-G-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq756(name, align); -seqs.push_back(newSeq756); -name = "GQY1XT001EZCXH"; -align = "A-C--T-T--GA-A-A-C-T-G-G--GT-G-T-C--T-T-G-A-G-G-G-C-AG-GA-G-A-G-G-A-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-T--CTGG-AC-TG-T-A-CCT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-T--AGC-G-AA-CG-GG-ATTAG-ATA-CCCC-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-G-A-G-G---------TATC-GA-CT-----C-C-T-T-C-T-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-GCC-T-G-GGG-AC-TA--CG-GT-C-G-C-A-AGAATGAA"; -Sequence newSeq757(name, align); -seqs.push_back(newSeq757); -name = "GQY1XT001EZ8GE"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATG-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T----CA-A-----G-A-A-C-C-TCC-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq758(name, align); -seqs.push_back(newSeq758); -name = "GQY1XT001EYYS5"; -align = "A-C--T-C--GG-A-A-C-T-G-G--CG-T-G-C--T-A-G-A-G-T-G-T-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq759(name, align); -seqs.push_back(newSeq759); -name = "GQY1XT001EYPAX"; -align = "T-C--T-G-GAA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-AGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq760(name, align); -seqs.push_back(newSeq760); -name = "GQY1XT001EYIV1"; -align = "G-T--T-C--CG-G-A-C-T-G-G--GC-G-G-C--T-C-G-A-G-T-G-C-GG-TA-G-A-G-G-A-G--AG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-GAA--TG-C-GC-AG--AT-A-TC-G-G-G-AA-G-A-AC-A-CC-GA-T-G-GC-GAA-GG-CAG-C-TC-T--CTGG-GC-CG-T-C-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-T-GGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CC-A-G-CCG-T-AAAT-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G-----------AT-CC-C------C-C-C-T-C-C-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-T-TAA-G-TAT-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTAAA"; -Sequence newSeq761(name, align); -seqs.push_back(newSeq761); -name = "GQY1XT001EXIVG"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-A-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G---T--G-A-G-G-G--G---C----CA-A-----G-C-C-C-C-C-T-G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq762(name, align); -seqs.push_back(newSeq762); -name = "GQY1XT001EXEU5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-TT-G-T-C--C-G-G-G-T--C-------GAA-TGA-----GAG-GTC-T-G-G-G-C-G-G-C--GA--A-G-C-G-AA-A-G-C-G-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq763(name, align); -seqs.push_back(newSeq763); -name = "GQY1XT001EXAZ7"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq764(name, align); -seqs.push_back(newSeq764); -name = "GQY1XT001EWK0A"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq765(name, align); -seqs.push_back(newSeq765); -name = "GQY1XT001EW7MF"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------TT-GG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq766(name, align); -seqs.push_back(newSeq766); -name = "GQY1XT001EW2K2"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-A-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq767(name, align); -seqs.push_back(newSeq767); -name = "GQY1XT001EVP92"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq768(name, align); -seqs.push_back(newSeq768); -name = "GQY1XT001EVHL0"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-C-A-G-GT-G-T-C--G-G-G-G-C--A---C---ATA-A-----G-T-G-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq769(name, align); -seqs.push_back(newSeq769); -name = "GQY1XT001EV8AL"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-A-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq770(name, align); -seqs.push_back(newSeq770); -name = "GQY1XT001EV1R0"; -align = "T-T--T-G--GA-A-A-C-T-G-T--TA-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq771(name, align); -seqs.push_back(newSeq771); -name = "GQY1XT001EURY9"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq772(name, align); -seqs.push_back(newSeq772); -name = "GQY1XT001EUIOC"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-GAA-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-GTGGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TTGG-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq773(name, align); -seqs.push_back(newSeq773); -name = "GQY1XT001EU9X6"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq774(name, align); -seqs.push_back(newSeq774); -name = "GQY1XT001ETFKQ"; -align = "C-A--G-A--GA-A-A-C-C-G-T--AT-A-A-C--T-A-G-A-G-T-A-T-GG-TA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-A-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-GT-G-T----C-G-G-------------------G------A-A-A-C---C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAT-TCC-ACC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq775(name, align); -seqs.push_back(newSeq775); -name = "GQY1XT001ETF05"; -align = "C-G--T-T--GA-A-A-C-G-G-G--TT-TTAGCC-T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq776(name, align); -seqs.push_back(newSeq776); -name = "GQY1XT001ETDKY"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C----T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAG--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GATA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TC-G-G-C-A-ACGGTGAA"; -Sequence newSeq777(name, align); -seqs.push_back(newSeq777); -name = "GQY1XT001ET5SK"; -align = "A-T--T-G--GG-A-A-C-T-A-C-CGG-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-T-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---C----ATAA-----G-A-C-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq778(name, align); -seqs.push_back(newSeq778); -name = "GQY1XT001EQWOD"; -align = "T-C--T-G--GA-A-A-C-T-G-T--CC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T----CA-A-----G-A-A-C-C-TCC-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq779(name, align); -seqs.push_back(newSeq779); -name = "GQY1XT001EQIV5"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-T-G-A-G-T-G-C-AG-GA-G-G-G-G-T-A--AG-C-GG-A-A-T-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--GCG-G-A-G--T---C----AA-G-----G-C-T-C-T-G-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq780(name, align); -seqs.push_back(newSeq780); -name = "GQY1XT001EPE74"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq781(name, align); -seqs.push_back(newSeq781); -name = "GQY1XT001EP30T"; -align = "C-C--T-G--CG-A-A-C-T-G-G--GA-T-G-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G--------CC-AAG-----GCC-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq782(name, align); -seqs.push_back(newSeq782); -name = "GQY1XT001ENZ1M"; -align = "T-C--T-G--GA-A-A-C-T-G-T--CC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-C-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq783(name, align); -seqs.push_back(newSeq783); -name = "GQY1XT001ENH1J"; -align = "A-T--T-T--GA-A-A-C-T-G-T---T-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AT-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-G--CTGG-AC-AG-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq784(name, align); -seqs.push_back(newSeq784); -name = "GQY1XT001EMKVP"; -align = "T-T--T-T--GG-A-A-C-T-A-T--CA-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---T----AA-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGGATGAA"; -Sequence newSeq785(name, align); -seqs.push_back(newSeq785); -name = "GQY1XT001EMC11"; -align = "T-C--T-G--GA-A-A-C-T-G-C--GC-C-G-C--T-G-G-A-G-T-A-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AGA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-C--G-G-G-G-G--A---CG---AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq786(name, align); -seqs.push_back(newSeq786); -name = "GQY1XT001EMATT"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-A-G-A-G-T-A-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-G--A-G-G-G-T--G---C----TA-A-----G-C-A-T-C-C-T-G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq787(name, align); -seqs.push_back(newSeq787); -name = "GQY1XT001EMAQQ"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AT-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AT-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-G--CTGG-AC-AG-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T----G-G-G-G-G----------ACT-GA-CC-----CCC-T-C-C-G---T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq788(name, align); -seqs.push_back(newSeq788); -name = "GQY1XT001EM827"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-C-A-ACT--GACG-TTG-A-GG--C-C-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-TA-C-G-CCG-T-AAAC-G-A-TG-TA--TA-C-C-A-G-GT-G-T-C--G-G---A-T--A---T----CA-A-----G-G-A-T-A-TCC-G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-ACC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq789(name, align); -seqs.push_back(newSeq789); -name = "GQY1XT001EM7A3"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-C-C-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-CG-G-G-G-C----A---C----AT-AA----G-T-G-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-C-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq790(name, align); -seqs.push_back(newSeq790); -name = "GQY1XT001EM6RV"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-C-A-G-GT-G-T-C--G-G-G-G-G--T---T----AACA-----G-A-C-C-C-C-C-G-G-T-G-C-C--GA--A-G-C-C-AA-C-G-C-A-T-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq791(name, align); -seqs.push_back(newSeq791); -name = "GQY1XT001ELZVI"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-A-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-G-T--C-G-G-G-A--C---C----AA-G-----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq792(name, align); -seqs.push_back(newSeq792); -name = "GQY1XT001EKQHH"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq793(name, align); -seqs.push_back(newSeq793); -name = "GQY1XT001EKMAO"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C----T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq794(name, align); -seqs.push_back(newSeq794); -name = "GQY1XT001EKHHJ"; -align = "A-T--T-G--GA-A-A-C-T-G-C--AT-A-T-C--T-A-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G----G---C----AG-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq795(name, align); -seqs.push_back(newSeq795); -name = "GQY1XT001EJU1D"; -align = "A-C--T-C--AA-A-A-C-T-G-C--AG-C-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AGA-T--A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-T-ACT--GACG-CTG-A-GG--C-T-CG-AAAGG-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GTGG-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-TGG-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq796(name, align); -seqs.push_back(newSeq796); -name = "GQY1XT001EJ2FF"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-T-GG-G--AGC-A-AA-CG-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq797(name, align); -seqs.push_back(newSeq797); -name = "GQY1XT001EHO81"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAAGG-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CTGG-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq798(name, align); -seqs.push_back(newSeq798); -name = "GQY1XT001EGVLY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCC-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GA------G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq799(name, align); -seqs.push_back(newSeq799); -name = "GQY1XT001EGSME"; -align = "T-T--T-G--GA-A-A-C-T-G-C--GA-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-C--G-G-G-G-G--C---A----AA-G-------C-C-C-C-T-C-G-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-A-TAA-G-CAC-TCC-ACC-T---GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq800(name, align); -seqs.push_back(newSeq800); -name = "GQY1XT001EGAZT"; -align = "A-C--T-C--GG-A-A-C-T-G-G--CG-T-G-C--T-A-G-A-G-T-G-T-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq801(name, align); -seqs.push_back(newSeq801); -name = "GQY1XT001EEXO8"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C---G----AT-TG----G-G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq802(name, align); -seqs.push_back(newSeq802); -name = "GQY1XT001EENTR"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GT-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq803(name, align); -seqs.push_back(newSeq803); -name = "GQY1XT001EEIYW"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---T----AA-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GT--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq804(name, align); -seqs.push_back(newSeq804); -name = "GQY1XT001EDTAQ"; -align = "C-G--T-T--GA-A-A-C-T-G----GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-AGG-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-GAAA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq805(name, align); -seqs.push_back(newSeq805); -name = "GQY1XT001ECTBL"; -align = "T-C--T-T--GG-A-A-C-T-G-C--GC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-G-ACT--GACG-TTG-A-GG--C-C-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq806(name, align); -seqs.push_back(newSeq806); -name = "GQY1XT001ECQ1R"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq807(name, align); -seqs.push_back(newSeq807); -name = "GQY1XT001EA3NI"; -align = "C-G--T-T--G--A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-GCT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-GCGGTGAA"; -Sequence newSeq808(name, align); -seqs.push_back(newSeq808); -name = "GQY1XT001E3JUH"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-A-G-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq809(name, align); -seqs.push_back(newSeq809); -name = "GQY1XT001E2UEG"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-C-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G----A---C----CG-AC----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq810(name, align); -seqs.push_back(newSeq810); -name = "GQY1XT001E10W9"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-GTCCGG-G-G-G-GA-----------ATG-GCC---------C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq811(name, align); -seqs.push_back(newSeq811); -name = "GQY1XT001E0KPB"; -align = "A-T--T-T--GA-A-A-C-T-G-T---T-T-T-C--T-T-G-A-G-T-A-C-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq812(name, align); -seqs.push_back(newSeq812); -name = "GQY1XT001E0777"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G---T--C-G-G-G-G--A-------GGA---A-----T-T-C-C-C-G---G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-CAC-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq813(name, align); -seqs.push_back(newSeq813); -name = "GQY1XT001E02IL"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------A-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq814(name, align); -seqs.push_back(newSeq814); -name = "GQY1XT001DZXJA"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-AC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-C--C---CT---AA-G-----G-G-G-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq815(name, align); -seqs.push_back(newSeq815); -name = "GQY1XT001DZJKO"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq816(name, align); -seqs.push_back(newSeq816); -name = "GQY1XT001DYOCU"; -align = "T-T--C-T--GA-T-A-C-T-G-C--TG-T-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-G-G-G-T--C-------AT--A-------A---G-A-C-TTCTG-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTGAA"; -Sequence newSeq817(name, align); -seqs.push_back(newSeq817); -name = "GQY1XT001DYGKE"; -align = "T-T--T-T--GA-A-A-C-T-G-A--GT-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq818(name, align); -seqs.push_back(newSeq818); -name = "GQY1XT001DXUGT"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------AT-GA------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq819(name, align); -seqs.push_back(newSeq819); -name = "GQY1XT001DX0D5"; -align = "A-T--A-A--GA-A-A-C-T-G-T--CG-G-A-C--T-T-G-A-G-T-A-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-C-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-G-G-G-AA-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-A-A-ACT--GACG-CTG-A-GT--C-A-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--G-G-C-A-A-----------GG-AA--------T-T-G-T-C-G-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGAATGAA"; -Sequence newSeq820(name, align); -seqs.push_back(newSeq820); -name = "GQY1XT001DX0CQ"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-GT-T---T----AC-G-----G-A-C-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq821(name, align); -seqs.push_back(newSeq821); -name = "GQY1XT001DWG63"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq822(name, align); -seqs.push_back(newSeq822); -name = "GQY1XT001DW6TO"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq823(name, align); -seqs.push_back(newSeq823); -name = "GQY1XT001DVLUO"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-A-C-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-A-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq824(name, align); -seqs.push_back(newSeq824); -name = "GQY1XT001DUDVJ"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-A-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-A--CTGG-AC-GA-T-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G--A---C----TG-A-----C-C-C-C-C-T-G-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq825(name, align); -seqs.push_back(newSeq825); -name = "GQY1XT001DT2OI"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-G---GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-G-AAGG-CGG-C-CT-G--CTGG-GC-TC-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T----G-G-GTG-G----------ACT-GA-CC-----C-C-A-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq826(name, align); -seqs.push_back(newSeq826); -name = "GQY1XT001DSPP3"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TG-A-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T----G-G-G-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq827(name, align); -seqs.push_back(newSeq827); -name = "GQY1XT001DSLZ5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-TT-G-T-C--C-G-G-G-T--CGA------AT-GA------G-A-T-C-T-G-G-G-C-G-G-C--GA--A-G-C-G-AA-A-G-C-G-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq828(name, align); -seqs.push_back(newSeq828); -name = "GQY1XT001DSCYV"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq829(name, align); -seqs.push_back(newSeq829); -name = "GQY1XT001DRNKQ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-TC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq830(name, align); -seqs.push_back(newSeq830); -name = "GQY1XT001DRMG3"; -align = "A-T--T-T--GA-A-A-C-T---G--TT-T-T-C--T-T-G-A-G-T-A-C-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq831(name, align); -seqs.push_back(newSeq831); -name = "GQY1XT001DQ4UV"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-T-G-A-G-T-G-C-AG-GA---G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-GCT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGCA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T---ATG-G-----A-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq832(name, align); -seqs.push_back(newSeq832); -name = "GQY1XT001DPYJ6"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-A-G--G---C----AA-A-----G-C-C-T-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq833(name, align); -seqs.push_back(newSeq833); -name = "GQY1XT001DOJ3N"; -align = "C-G--T-C--GT-A-G-A-C-T-G--GT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq834(name, align); -seqs.push_back(newSeq834); -name = "GQY1XT001DN337"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGG-G-G-G--G--------AA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq835(name, align); -seqs.push_back(newSeq835); -name = "GQY1XT001DN193"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-G-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--CGA------GT-GA------G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq836(name, align); -seqs.push_back(newSeq836); -name = "GQY1XT001DMV4N"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq837(name, align); -seqs.push_back(newSeq837); -name = "GQY1XT001DM54B"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-C-A-G-GT-G-T-C--G-G-G-G-G--T---T----AACA-----G-A-C-C-C-C-C-G-G-T-G-C-C--GA--A-G-C-C-AA-C-G-C-A-T-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq838(name, align); -seqs.push_back(newSeq838); -name = "GQY1XT001DLXQL"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-TCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq839(name, align); -seqs.push_back(newSeq839); -name = "GQY1XT001DLSU0"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-CT-T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-GG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq840(name, align); -seqs.push_back(newSeq840); -name = "GQY1XT001DL380"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq841(name, align); -seqs.push_back(newSeq841); -name = "GQY1XT001DKSU0"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq842(name, align); -seqs.push_back(newSeq842); -name = "GQY1XT001DKKIC"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TC-G-G-C-A-ACGGTGAA"; -Sequence newSeq843(name, align); -seqs.push_back(newSeq843); -name = "GQY1XT001DKIM9"; -align = "T-C--T-G--GA-A-A-C-T-A-TG-GT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-G--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-CG-G-G-G-G-T--T---C----CA-AG----A-A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq844(name, align); -seqs.push_back(newSeq844); -name = "GQY1XT001DK8XV"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq845(name, align); -seqs.push_back(newSeq845); -name = "GQY1XT001DJFPN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-A-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq846(name, align); -seqs.push_back(newSeq846); -name = "GQY1XT001DJ8OY"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-A-A-GCT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-G--A-G-G-G------------TGCTAAG---------C-A-TCC-T-G-G-T-G-C-CGA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq847(name, align); -seqs.push_back(newSeq847); -name = "GQY1XT001DIGSI"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq848(name, align); -seqs.push_back(newSeq848); -name = "GQY1XT001DH9T4"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T----TA-C-----G-G-A-CGC-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq849(name, align); -seqs.push_back(newSeq849); -name = "GQY1XT001DH5LL"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq850(name, align); -seqs.push_back(newSeq850); -name = "GQY1XT001DGUTC"; -align = "C-A--G-A--GA-A-A-C-C-G-T--AT-A-A-C--T-A-G-A-G-T-A-T-GG-TA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-A-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-GT-G-T-C----G-G---------------GA-AA------------C---C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq851(name, align); -seqs.push_back(newSeq851); -name = "GQY1XT001DGUJB"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---C----AT-A-----A-G-A-C-T-TCC-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq852(name, align); -seqs.push_back(newSeq852); -name = "GQY1XT001DGLDS"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq853(name, align); -seqs.push_back(newSeq853); -name = "GQY1XT001DGLC1"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---T----AA-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq854(name, align); -seqs.push_back(newSeq854); -name = "GQY1XT001DGL64"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-TT-G-T-C--C-G-G-G-T--CGA------AT-GA------G-A-T-C-T-G-G-G-C-G-G-C--GA--A-G-C-G-AA-A-G-C-G-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq855(name, align); -seqs.push_back(newSeq855); -name = "GQY1XT001DG1MD"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq856(name, align); -seqs.push_back(newSeq856); -name = "GQY1XT001DEX8G"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq857(name, align); -seqs.push_back(newSeq857); -name = "GQY1XT001DET7J"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq858(name, align); -seqs.push_back(newSeq858); -name = "GQY1XT001DDWCI"; -align = "A-T--T-T--GG-A-A-C-TGG-T--AT-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CG-G-G-G-G-C--T---C----AC-G-----G-G-C-G-C-T-C-G-G-TGG-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq859(name, align); -seqs.push_back(newSeq859); -name = "GQY1XT001DDLUW"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GA-A-G-C--T-G-G-A-G-T---G-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AG-A-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq860(name, align); -seqs.push_back(newSeq860); -name = "GQY1XT001DDAN0"; -align = "A-T--T-G--G--A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-TCG--G-G-G-G-C--T---C----AC-G-----G-G-C-G-C-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq861(name, align); -seqs.push_back(newSeq861); -name = "GQY1XT001DCR8A"; -align = "T-T--T-A--GA-A-A-C-T-G-G--CA-A-A-C--T-A-G-A-G-T-G-C-AG-TA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-T-AAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-GC-TG-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TA-C-T-A-A-GT-G-G-T--C-G-G---------------GC-AA------------C---C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAC-TCC-GCC-T-G-AGTAGG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq862(name, align); -seqs.push_back(newSeq862); -name = "GQY1XT001DCR44"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GTGG-TCG--G-G-G-G-T--T---C----AA-G-----A-A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq863(name, align); -seqs.push_back(newSeq863); -name = "GQY1XT001DBLBC"; -align = "T-C--T-T--GG-A-A-C-T-G-C--AT-G-G-C--T-G-G-A-G-T-A-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-G-ACT--GACG-TTG-A-GG--C-C-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGG-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-T-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq864(name, align); -seqs.push_back(newSeq864); -name = "GQY1XT001DB2I6"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-TT-G-TCCG-G-GTC-G------------AAT-GAG---------ATC-T-G-G-G-C-G-G-C--GA--A-G-C-G-AA-A-G-C-G-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq865(name, align); -seqs.push_back(newSeq865); -name = "GQY1XT001DABCU"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq866(name, align); -seqs.push_back(newSeq866); -name = "GQY1XT001D9Y8F"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-TGT--G-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq867(name, align); -seqs.push_back(newSeq867); -name = "GQY1XT001D7Y5M"; -align = "A-C--T-C--AA-A-A-C-T-G-C--AG-C-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq868(name, align); -seqs.push_back(newSeq868); -name = "GQY1XT001D7XCR"; -align = "..T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-G-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq869(name, align); -seqs.push_back(newSeq869); -name = "GQY1XT001D7GRK"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-GTT-GAA-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq870(name, align); -seqs.push_back(newSeq870); -name = "GQY1XT001D63XM"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CG-G-A-C--T-G-G-A-G-T-G-T-CG-GA---G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G----G---C----AG-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq871(name, align); -seqs.push_back(newSeq871); -name = "GQY1XT001D50JU"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq872(name, align); -seqs.push_back(newSeq872); -name = "GQY1XT001D4JG2"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-G-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq873(name, align); -seqs.push_back(newSeq873); -name = "GQY1XT001D4C8Y"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T-------CAT-AAG-----A-C-T-T-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq874(name, align); -seqs.push_back(newSeq874); -name = "GQY1XT001D37QE"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GT-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-T--T---T----AC-G-----G-A-C-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq875(name, align); -seqs.push_back(newSeq875); -name = "GQY1XT001D26Z9"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-C-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-CG-G-C-G-G----G---C-----A-CG----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq876(name, align); -seqs.push_back(newSeq876); -name = "GQY1XT001D17ZG"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---CT---AG-A-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq877(name, align); -seqs.push_back(newSeq877); -name = "GQY1XT001D0ZS2"; -align = "C-C--T-T--GG-A-A-C-T-G-T--GC-G-G-C--T-G-G-A-G-T-G---CG-GA-G---G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-CG-G-G-G-G-A--C---G----AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq878(name, align); -seqs.push_back(newSeq878); -name = "GQY1XT001D0XR5"; -align = "A-C--T-C--GG-A-A-C-T-G-G--CG-T-G-C--T-A-G-A-G-T-G-T-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-CG-G-G-G-GT---T---C----AA-GG----A-A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq879(name, align); -seqs.push_back(newSeq879); -name = "GQY1XT001CZEGP"; -align = "A-T--T-T--GG-A-A-C-T-A-T--CA-A-G-C--T-G-G-A-G-T-A-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-A-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-T-GG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A-----------GG-AA--------T-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAC-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq880(name, align); -seqs.push_back(newSeq880); -name = "GQY1XT001CYRVV"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G--GGC-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G---T--C-C-G-G-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq881(name, align); -seqs.push_back(newSeq881); -name = "GQY1XT001CYQ63"; -align = "..T--T-T--GA-A-A-C-T-G-C--AG-A-G-C--T-T-G-A-G-T-G-G-AG-TA-G-A-G-G-T-A--GG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TC-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-G-G----------TC--GA--------A-C-C-T-C-A-G-T-G-C-T--GA--A-G-T-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq882(name, align); -seqs.push_back(newSeq882); -name = "GQY1XT001CXKEA"; -align = "C-T--C-T--GA-T-A-C-T-G-T--CG-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AT--AA-C-T-G-G-TT-G-T-C--G-G-C-G------------ATA-AAA---------T-G-T-C-G-G-T-G-A-C--TA--A-G-C-G-AA-A-G-C-G-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq883(name, align); -seqs.push_back(newSeq883); -name = "GQY1XT001CX3Z9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq884(name, align); -seqs.push_back(newSeq884); -name = "GQY1XT001CWSQ6"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-C-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-C-G-G--G---C----AC-G-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq885(name, align); -seqs.push_back(newSeq885); -name = "GQY1XT001CWP9L"; -align = "T-C--T-G--GA-A-A-C-T-G-T--CC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-C-A-G-GT-G-T-C--G-G-G-G-G--T---T----AA-CA----G-A-C-C-C-C-C-G-G-T-G-C-C--GA--A-G-C-C-AA-C-G-C-A-T-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq886(name, align); -seqs.push_back(newSeq886); -name = "GQY1XT001CWL08"; -align = "A-T--T-T--GG-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-C--T---C----AC-G-----G-G-C-G-C-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T---GGG-AG-TA--CG-CT-C-G-C-A-AGAATGAA"; -Sequence newSeq887(name, align); -seqs.push_back(newSeq887); -name = "GQY1XT001CW00N"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AAGG-----G-C-C-C-T-C-C-G-A-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq888(name, align); -seqs.push_back(newSeq888); -name = "GQY1XT001CVAAI"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CG-------AT-TG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq889(name, align); -seqs.push_back(newSeq889); -name = "GQY1XT001CU0DC"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGGCCG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq890(name, align); -seqs.push_back(newSeq890); -name = "GQY1XT001CU014"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CG-G-G-G-G----T---C----AT-AA----G-A-C-T-T-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq891(name, align); -seqs.push_back(newSeq891); -name = "GQY1XT001CTH8F"; -align = "G-T--T-T--GA-A-A-C-T-G-T--GA-G-G-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-T-A--GG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-A--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-A-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq892(name, align); -seqs.push_back(newSeq892); -name = "GQY1XT001CT7MI"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-GT-T---T----AC-G-----G-A-C-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq893(name, align); -seqs.push_back(newSeq893); -name = "GQY1XT001CT48N"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-G-G-C--A---C---ATA-A-----G-T-G-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-C-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq894(name, align); -seqs.push_back(newSeq894); -name = "GQY1XT001CSO5P"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-GCAAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-C-G-C-C--C-------GAGTGGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq895(name, align); -seqs.push_back(newSeq895); -name = "GQY1XT001CS3JZ"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq896(name, align); -seqs.push_back(newSeq896); -name = "GQY1XT001CREXW"; -align = "A-T--T-T--GA-A-A-C-T-G-T--GT-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-CTG-A-GG----G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq897(name, align); -seqs.push_back(newSeq897); -name = "GQY1XT001CQMXT"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq898(name, align); -seqs.push_back(newSeq898); -name = "GQY1XT001CQJTC"; -align = "T-C--T-G--GA-A-A-C-T-A-T--GT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-G--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T---ATG-G-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq899(name, align); -seqs.push_back(newSeq899); -name = "GQY1XT001CPDJX"; -align = "T-T--T-T--GA-A-A-C-T-G-C--CA-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-C-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C----G-G-G-G--A---C----CG-AC----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq900(name, align); -seqs.push_back(newSeq900); -name = "GQY1XT001COZPO"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq901(name, align); -seqs.push_back(newSeq901); -name = "GQY1XT001COXEE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq902(name, align); -seqs.push_back(newSeq902); -name = "GQY1XT001CON9S"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq903(name, align); -seqs.push_back(newSeq903); -name = "GQY1XT001CNX9I"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-C--C---CT---AA-G-----G-G-G-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq904(name, align); -seqs.push_back(newSeq904); -name = "GQY1XT001CNBJ0"; -align = "T-T--T-T--GA-A-A-C-T-G-C--AG-A-G-C--T-T-G-A-G-T-G-G-AG-TA-G-A-G-G-T-A--GG-C-GG-AATTC-C-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TC-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T----G-G-G-G-G--G-------TCT-GAC-----C-C-C-C-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTGAA"; -Sequence newSeq905(name, align); -seqs.push_back(newSeq905); -name = "GQY1XT001CLKQS"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-A-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq906(name, align); -seqs.push_back(newSeq906); -name = "GQY1XT001CKMKE"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-C-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-GCT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-TT-G-T-C--C-G-G-G-T--C-------GAA-TGA-----G-A-T-C-T-G-G-G-C-G-G-C--GA--A-G-C-G-AA-A-G-C-G-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq907(name, align); -seqs.push_back(newSeq907); -name = "GQY1XT001CK4HA"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-TGG-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq908(name, align); -seqs.push_back(newSeq908); -name = "GQY1XT001CJ4OA"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq909(name, align); -seqs.push_back(newSeq909); -name = "GQY1XT001CJ4BB"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq910(name, align); -seqs.push_back(newSeq910); -name = "GQY1XT001CIWFS"; -align = "T-T--T-T--GA-A-A-C-T-G-C--CA-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-C-C-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G----A---C----CG-AC----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq911(name, align); -seqs.push_back(newSeq911); -name = "GQY1XT001CIELQ"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq912(name, align); -seqs.push_back(newSeq912); -name = "GQY1XT001CHZHN"; -align = "A-T--T-T--GA-A-A-C-T---G--TT-T-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-T-A--AT-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-A--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq913(name, align); -seqs.push_back(newSeq913); -name = "GQY1XT001CH6TQ"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-A--G---C----AA-G-----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq914(name, align); -seqs.push_back(newSeq914); -name = "GQY1XT001CGX5Q"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-A-G--G---C----AA-A-----G-C-C-T-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq915(name, align); -seqs.push_back(newSeq915); -name = "GQY1XT001CGU9N"; -align = "T-C--T-G--GA-A-A-C-T-G-T--CC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---T----AA-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GT--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq916(name, align); -seqs.push_back(newSeq916); -name = "GQY1XT001CGNFH"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq917(name, align); -seqs.push_back(newSeq917); -name = "GQY1XT001CFHVA"; -align = "A-T--A-A--CG-A-A-C-T-A-T--CT-A-G-C--T-A-G-A-G-T-A-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-A-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AT--AA-C-T-G-G-TT-G-T-C--G-G-C-G-A-----------TA-AA--------A-T-G-T-C-G-G-T-G-A-C--TA--A-G-C-G-AA-A-G-C-G-A-TAA-G-TTA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq918(name, align); -seqs.push_back(newSeq918); -name = "GQY1XT001CEW6A"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq919(name, align); -seqs.push_back(newSeq919); -name = "GQY1XT001CETAI"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-G-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--GC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq920(name, align); -seqs.push_back(newSeq920); -name = "GQY1XT001CDZ21"; -align = "C-C--T-G--CG-A-A-C-T-G-G--GA-T-G-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-C--C--------CT-AAGG----G-G-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq921(name, align); -seqs.push_back(newSeq921); -name = "GQY1XT001CCZ3D"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-CGTT-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq922(name, align); -seqs.push_back(newSeq922); -name = "GQY1XT001CCX22"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq923(name, align); -seqs.push_back(newSeq923); -name = "GQY1XT001CCMSC"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--CGA------GT-GA------G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-C-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq924(name, align); -seqs.push_back(newSeq924); -name = "GQY1XT001CCDO5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--A-------CGA-CAG-----T-G-C-C-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq925(name, align); -seqs.push_back(newSeq925); -name = "GQY1XT001CC4MW"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-ACTG-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq926(name, align); -seqs.push_back(newSeq926); -name = "GQY1XT001CBZH8"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq927(name, align); -seqs.push_back(newSeq927); -name = "GQY1XT001CBQMW"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq928(name, align); -seqs.push_back(newSeq928); -name = "GQY1XT001C9VTR"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G---T--C-G-C-G-G--A-------GTC-AAG-----G-C-T-C-T-GCG-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq929(name, align); -seqs.push_back(newSeq929); -name = "GQY1XT001C9PNP"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq930(name, align); -seqs.push_back(newSeq930); -name = "GQY1XT001C9D54"; -align = "A-C--T-C--AA-A-A-C-T-G-C--AG-C-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CC-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T----G-G-G-G-G----------TCT-GA--C-----C-C-C-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTGAA"; -Sequence newSeq931(name, align); -seqs.push_back(newSeq931); -name = "GQY1XT001C94DS"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AT-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-G--CTGG-AC-AG-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----CCC-T-C-C-G---T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTGAA"; -Sequence newSeq932(name, align); -seqs.push_back(newSeq932); -name = "GQY1XT001C8DG5"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-CG-G-G-G-G----G---C----CA-AG----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq933(name, align); -seqs.push_back(newSeq933); -name = "GQY1XT001C87G9"; -align = "C----A-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-T-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-CGG-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GTGG-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq934(name, align); -seqs.push_back(newSeq934); -name = "GQY1XT001C85TH"; -align = "T-T--T-T--GA-A-A-C-T-G-C--AG-A-G-C--T-T-G-A-G-T-G-G-AG-TA-G-A-G-G-T-A--GG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq935(name, align); -seqs.push_back(newSeq935); -name = "GQY1XT001C7K6X"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-T-G-A-G-T-G-C-AG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-CG-G-G-G-G----T---T----CA-AG----A-A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq936(name, align); -seqs.push_back(newSeq936); -name = "GQY1XT001C5X81"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G----C---C----CA-CA----G-G-G-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-A-C-A-T-TAA-G-TAT-TCC-ACC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq937(name, align); -seqs.push_back(newSeq937); -name = "GQY1XT001C5RKW"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATTCC-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-AC-C---C----AA-G-----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq938(name, align); -seqs.push_back(newSeq938); -name = "GQY1XT001C5R30"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GG------G-G-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq939(name, align); -seqs.push_back(newSeq939); -name = "GQY1XT001C5OQA"; -align = "G-T--T-C--AA-A-A-C-T-T-C--TT-G-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AGA-T--A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-A-G-G-G----------ACT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq940(name, align); -seqs.push_back(newSeq940); -name = "GQY1XT001C5OF6"; -align = "T-T--T-T--GA-A-A-C-T-G-C--AG-A-G-C--T-T-G-A-G-T-G-G-AG-TA-G-A-G-G-T-A--GG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A----------CCC-AAGGG-----T-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq941(name, align); -seqs.push_back(newSeq941); -name = "GQY1XT001C5JUW"; -align = "T-T--T-G--GG-A-A-C-T-G-T--AC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-C-A-G-GT-G-T-C--G-G-G-G-G--T---T----AACA-----G-A-C-C-C-C-C-G-G-T-G-C-C--GA--A-G-C-C-AA-C-G-C-A-T-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq942(name, align); -seqs.push_back(newSeq942); -name = "GQY1XT001C5GUL"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-CAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq943(name, align); -seqs.push_back(newSeq943); -name = "GQY1XT001C59AH"; -align = "T-T--T-T--GG-A-A-C-T-G-T--GT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T----TA-CG----G-A-C-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-A-G-C-A-ACGGTGAA"; -Sequence newSeq944(name, align); -seqs.push_back(newSeq944); -name = "GQY1XT001C3K31"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq945(name, align); -seqs.push_back(newSeq945); -name = "GQY1XT001C3J66"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq946(name, align); -seqs.push_back(newSeq946); -name = "GQY1XT001C2HG4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGCGAA"; -Sequence newSeq947(name, align); -seqs.push_back(newSeq947); -name = "GQY1XT001C2GSX"; -align = "A-C--T-C--GG-A-A-C-T-G-G--CG-T-G-C--T-A-G-A-G-T-G-T-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq948(name, align); -seqs.push_back(newSeq948); -name = "GQY1XT001C1ZEV"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-A-C-TG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq949(name, align); -seqs.push_back(newSeq949); -name = "GQY1XT001C1QWT"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq950(name, align); -seqs.push_back(newSeq950); -name = "GQY1XT001C136W"; -align = "T-T--T-G--G--A-A-C-T-G-G--CG-A-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-AC-C---C----AA-G-----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq951(name, align); -seqs.push_back(newSeq951); -name = "GQY1XT001C0R97"; -align = "C-A--G-A--GA-A-A-C-C-G-T--AT-A-A-C--T-A-G-A-G-T-A-T-GG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq952(name, align); -seqs.push_back(newSeq952); -name = "GQY1XT001C0JOK"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C----T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--AG------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACAGTGAA"; -Sequence newSeq953(name, align); -seqs.push_back(newSeq953); -name = "GQY1XT001C09ZC"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-TT-G-T-C--C-G-G-G-T--C-------GAA-TGA-----G-A-T-C-T-G-G-G-C-G-G-C--GA--A-G-C-G-AA-A-G-C-G-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq954(name, align); -seqs.push_back(newSeq954); -name = "GQY1XT001C07XU"; -align = "C-G--T-T--GA-A-A-C-T-T-G--GT-T-T-C----T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq955(name, align); -seqs.push_back(newSeq955); -name = "GQY1XT001BZ1JQ"; -align = "T-T--T-G--GA-A-A-C-T-G-T--TA-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq956(name, align); -seqs.push_back(newSeq956); -name = "GQY1XT001BXU25"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-A-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---T----AA-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq957(name, align); -seqs.push_back(newSeq957); -name = "GQY1XT001BXOYU"; -align = "C-G--C-A--TG-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC--AA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGG-G-G-G--G--------AA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq958(name, align); -seqs.push_back(newSeq958); -name = "GQY1XT001BWXPR"; -align = "T-C--T-G--GG-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-C-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq959(name, align); -seqs.push_back(newSeq959); -name = "GQY1XT001BWNL7"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-C-G-G-A--GT--C----AA-G-----G-C-T-C-T-G-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq960(name, align); -seqs.push_back(newSeq960); -name = "GQY1XT001BV5DU"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-A-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq961(name, align); -seqs.push_back(newSeq961); -name = "GQY1XT001BTPWD"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-T--G-G-G-T-G------C----CA-AA----G-G-C-T-C-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq962(name, align); -seqs.push_back(newSeq962); -name = "GQY1XT001BSM39"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq963(name, align); -seqs.push_back(newSeq963); -name = "GQY1XT001BSIYP"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-A-A-C--T-A-G-A-G-T---G-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-CG-G-G-G-G-G--C---C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq964(name, align); -seqs.push_back(newSeq964); -name = "GQY1XT001BR1RG"; -align = "A-T--T-G--GA-A-A-C-T-G-T--TT-A-A-C--T-G-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-T-G--G---C----AA-A-----G-C-C-A-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq965(name, align); -seqs.push_back(newSeq965); -name = "GQY1XT001BQOC4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq966(name, align); -seqs.push_back(newSeq966); -name = "GQY1XT001BQ6PL"; -align = "C-G--T-T--GA-A-A-C-T-G-A--C--G-T-C--T-T-G-A-G-T-G-G-GC-GA-A-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq967(name, align); -seqs.push_back(newSeq967); -name = "GQY1XT001BQ5P4"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq968(name, align); -seqs.push_back(newSeq968); -name = "GQY1XT001BPLGT"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq969(name, align); -seqs.push_back(newSeq969); -name = "GQY1XT001BPJSB"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq970(name, align); -seqs.push_back(newSeq970); -name = "GQY1XT001BORQD"; -align = "ATT--T-T--GA-A-A-C-T-GTT--TT-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T----G-G-G-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGAATGAA"; -Sequence newSeq971(name, align); -seqs.push_back(newSeq971); -name = "GQY1XT001BODJS"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-TC-AG-T-G-GC-GGA-GG-CGG-C-TT-G--CTGG-AC-GG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-CG-G-G-G-G----A---C-----A-TA----G-T-T-T-C-C-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-C-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq972(name, align); -seqs.push_back(newSeq972); -name = "GQY1XT001BODBA"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---C---ATA-A-----G-A-C-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq973(name, align); -seqs.push_back(newSeq973); -name = "GQY1XT001BOBWZ"; -align = "T-T--T-G--GA-A-A-C-T-G-C--GA-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-TCG--G-G-G-G-G--G---C----AA-A-----G-C-C-C-C-T-C-G-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq974(name, align); -seqs.push_back(newSeq974); -name = "GQY1XT001BNP5A"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-A-C-TG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-AC-C---C----AA-G-----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq975(name, align); -seqs.push_back(newSeq975); -name = "GQY1XT001BLW7T"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AG-A-A-C--T-A-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-CC-T-G--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G--A---C----TG-A-----C-C-C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TA--TCCCACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq976(name, align); -seqs.push_back(newSeq976); -name = "GQY1XT001BLL0X"; -align = "T-C--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-G-G-A-G-T-G-C-GG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---C---ATA-A-----G-A-C-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq977(name, align); -seqs.push_back(newSeq977); -name = "GQY1XT001BLGDV"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A---G-T----GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-AA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------G-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq978(name, align); -seqs.push_back(newSeq978); -name = "GQY1XT001BLF40"; -align = "T-T--T-T--GA-A-A-C-T-G-C--AG-A-G-C--T-T-G-A-G-T-G-G-AG-TA-G-A-G-G-T-A--GG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TC-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-TCG--G-G-G-G-G----------CCA-AG-GC-----C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq979(name, align); -seqs.push_back(newSeq979); -name = "GQY1XT001BLEJH"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-T--T---C----AA-G-----A-A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T---GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq980(name, align); -seqs.push_back(newSeq980); -name = "GQY1XT001BKFDJ"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq981(name, align); -seqs.push_back(newSeq981); -name = "GQY1XT001BJGWI"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq982(name, align); -seqs.push_back(newSeq982); -name = "GQY1XT001BIZXC"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-C-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq983(name, align); -seqs.push_back(newSeq983); -name = "GQY1XT001BIRIE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--TGCCCCG-----------AGTG-AGG---------G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq984(name, align); -seqs.push_back(newSeq984); -name = "GQY1XT001BIC49"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq985(name, align); -seqs.push_back(newSeq985); -name = "GQY1XT001BI4NP"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-C--C---CT---AA-G-----G-G-G-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq986(name, align); -seqs.push_back(newSeq986); -name = "GQY1XT001BHX1B"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T---G-GC-GA-A-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq987(name, align); -seqs.push_back(newSeq987); -name = "GQY1XT001BHSU0"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-AC-C---C----AA-G-----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq988(name, align); -seqs.push_back(newSeq988); -name = "GQY1XT001BH3PR"; -align = "C-C--T-G--CG-A-A-C-T-G-G--GA-T-G-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-CG-GTG-G-G-T--A--------TG-GA------C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq989(name, align); -seqs.push_back(newSeq989); -name = "GQY1XT001BGZRP"; -align = "C-A--G-A--GA-A-A-C-C-G-T--AT-A-A-C--T-A-G-A-G-T-A-T-GG-TA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-A-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GC-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-C-G-G--G---C----AA-A-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq990(name, align); -seqs.push_back(newSeq990); -name = "GQY1XT001BGXQP"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-T-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAG"; -Sequence newSeq991(name, align); -seqs.push_back(newSeq991); -name = "GQY1XT001BFXWS"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-A-A-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq992(name, align); -seqs.push_back(newSeq992); -name = "GQY1XT001BFWOA"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GT-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq993(name, align); -seqs.push_back(newSeq993); -name = "GQY1XT001BF5QA"; -align = "A-C--T-G--AG-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-TA--TA-C-C-A-G-GT-G-T-C--G-G-G-C-A--T---CG---A--A----GG-A-T-G-G-C-C-G-G-T-G-C-C--GT--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-ACC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq994(name, align); -seqs.push_back(newSeq994); -name = "GQY1XT001BDRKB"; -align = "A-T--T-T--GA-A-A-C-T---G--TT-T-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-T-A--AT-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-A--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TGC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq995(name, align); -seqs.push_back(newSeq995); -name = "GQY1XT001BCL2I"; -align = "A-T--T-T--GA-A-A-C-T-GTT--TT-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AT-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-G--CTGG-AC-AG-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----CCC-T-C-C-G---T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq996(name, align); -seqs.push_back(newSeq996); -name = "GQY1XT001BCCY2"; -align = "C-G--T-T--GA-A-A-C-T---G--AC-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-GA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq997(name, align); -seqs.push_back(newSeq997); -name = "GQY1XT001BC5ZU"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---C----AT-AA----G-A-C-T-T-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq998(name, align); -seqs.push_back(newSeq998); -name = "GQY1XT001BBVJO"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-AC-C---C----AA-G-----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq999(name, align); -seqs.push_back(newSeq999); -name = "GQY1XT001BBFG5"; -align = "C-GT-T-T--GA-A-ACC-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G---A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TTCCG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACCGT-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1000(name, align); -seqs.push_back(newSeq1000); -name = "GQY1XT001BAG3V"; -align = "C-C--T-G--CG-A-A-C-T-G-G--GA-T-G-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G--------CC-AA------G-GCCCT-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1001(name, align); -seqs.push_back(newSeq1001); -name = "GQY1XT001B9TIV"; -align = "A-T--T-T--GG-A-A-C-T-A-T--CA-A-G-C--T-A-G-A-G-T-A-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-A-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--------GCTAG-AG--------C-C-CTT-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1002(name, align); -seqs.push_back(newSeq1002); -name = "GQY1XT001B9I8C"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1003(name, align); -seqs.push_back(newSeq1003); -name = "GQY1XT001B9GME"; -align = "C-A--G-A--GA-A-A-C-C-G-T--AT-A-A-C--T-A-G-A-G-T-A-T-GG-TA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TC-T--CTGG-GC-CA-G-G-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-GTT-A-GTAGTT---------------TCGATG-----------C-TACTA-G-T-G-C-C--GG--A-G-T-A-AA-C-A-C-A-A-TAA-G-TAT-CCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq1004(name, align); -seqs.push_back(newSeq1004); -name = "GQY1XT001B7GQG"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GT-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T----TA-CG----G-A-C-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1005(name, align); -seqs.push_back(newSeq1005); -name = "GQY1XT001B6YL8"; -align = "T-C--T-T--GG-A-A-C-T-G-C--GC-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GC-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GGA-GG-CGG-C-TT-A--CTGG-AC-GG-T-C-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-C-G-G--G---C----AG-G-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1006(name, align); -seqs.push_back(newSeq1006); -name = "GQY1XT001B6W23"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A---G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1007(name, align); -seqs.push_back(newSeq1007); -name = "GQY1XT001B6E9B"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-C-C-C--T-T-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TGC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1008(name, align); -seqs.push_back(newSeq1008); -name = "GQY1XT001B5BKI"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CG-G-C-G-G----G---C-----A-GG----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1009(name, align); -seqs.push_back(newSeq1009); -name = "GQY1XT001B4UWB"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CG-G-A-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-G-A-G-GT-G-T-C--G-G---G-A--G---G----CA-GA----G-C-C-T-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1010(name, align); -seqs.push_back(newSeq1010); -name = "GQY1XT001B4M8E"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-C-G-G--G---C----AC-G-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1011(name, align); -seqs.push_back(newSeq1011); -name = "GQY1XT001B4J0M"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-G-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-GCCC-G---T----AAGG-----G-G-C-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1012(name, align); -seqs.push_back(newSeq1012); -name = "GQY1XT001B4H50"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-TAA-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G---G-G--G---T----AA-G-----G-C---C-C-C-C-G-G-T-G-C-C--GT--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1013(name, align); -seqs.push_back(newSeq1013); -name = "GQY1XT001B3PMW"; -align = "T-T--T-T--GA-A-A-C-T-G-T--TG-A-A-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq1014(name, align); -seqs.push_back(newSeq1014); -name = "GQY1XT001B32FR"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATG-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1015(name, align); -seqs.push_back(newSeq1015); -name = "GQY1XT001B2GF9"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-G-A-C--T-A-G-A-G-T-G-C--G-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq1016(name, align); -seqs.push_back(newSeq1016); -name = "GQY1XT001AZX5J"; -align = "G-T--T-C--AA-A-A-C-T-G-A--TA-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T----G-G-G-G-G----------ACT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TTA-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1017(name, align); -seqs.push_back(newSeq1017); -name = "GQY1XT001AZW3I"; -align = "A-T--T-C--AA-A-A-C-T-G-C--GA-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-GC-TT-T-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T----G-G-G-G-G----------CGT-CA-A------G-C-T-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1018(name, align); -seqs.push_back(newSeq1018); -name = "GQY1XT001AZ0Q5"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-A-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T----G-A-G-G-G--G---C----CA-A-----G-C-C-C-C-C-T-G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1019(name, align); -seqs.push_back(newSeq1019); -name = "GQY1XT001AYX5B"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T----CA-A-----G-A-A-C-C-TCC-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq1020(name, align); -seqs.push_back(newSeq1020); -name = "GQY1XT001AXGVN"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--C---C----CA-AG----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1021(name, align); -seqs.push_back(newSeq1021); -name = "GQY1XT001AXFH3"; -align = "C-T--C-T--GA-T-A-C-T-G-T--CG-G-G-C--T-A-G-A-GTT-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-GG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-T-GG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AT--AA-C-T-G-G-TT-G-T-C--G-G-C-G------------ATA-AAA---------T-G-T-C-G-G-T-G-A-C--TA--A-G-C-G-AA-A-G-C-G-A-TAA-G-TTA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1022(name, align); -seqs.push_back(newSeq1022); -name = "GQY1XT001AWXTO"; -align = "T-T--T-G--GG-A-A-C-T-G-T--AC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--C---A----GA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq1023(name, align); -seqs.push_back(newSeq1023); -name = "GQY1XT001AWQD2"; -align = "T-T--T-T--GA-A-A-C-T-G-C--AG-A-G-C--T-T-G-A-G-T-G-G-AG-TA-G-A-G-G-T-A--GG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TC-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G----------ACT-GA-CC-----C-C-A-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1024(name, align); -seqs.push_back(newSeq1024); -name = "GQY1XT001AWCF3"; -align = "C-C--T-T--GG-A-A-C-T-G-T--GC-G-G-C--T-G-G-A-G-T-G-C--G-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----CA-AG----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1025(name, align); -seqs.push_back(newSeq1025); -name = "GQY1XT001AW9VM"; -align = "A-T--T-G-GAA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T----CA-AG----A-A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1026(name, align); -seqs.push_back(newSeq1026); -name = "GQY1XT001AVNVM"; -align = "G-T--T-C--CG-G-A-C-TGG-G--GC-G-G-C--T-C-G-A-G-T-G-C-GG-TA-G-A-G-G-A-G--AG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-GAA--TG-C-GC-AG--AT-A-TC-G-G-G-AA-G-A-AC-A-CC-GA-T-G-GC-GAA-GG-CAG-C-TC-T--CTGG-GC-CG-T-C-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-T--GGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CC-A-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G-----------AT-CC-C------C-C-C-T-C-C-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-T-TAA-G-TAT-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTAAA"; -Sequence newSeq1027(name, align); -seqs.push_back(newSeq1027); -name = "GQY1XT001AV50O"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1028(name, align); -seqs.push_back(newSeq1028); -name = "GQY1XT001AV0AG"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--CGA------TT-GA------G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1029(name, align); -seqs.push_back(newSeq1029); -name = "GQY1XT001AUH91"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1030(name, align); -seqs.push_back(newSeq1030); -name = "GQY1XT001AUEHA"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-G-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---T----AA-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1031(name, align); -seqs.push_back(newSeq1031); -name = "GQY1XT001ASTYP"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-C-C-C--T-T-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-A--CTGG-AC-GA-T-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-CTG-C-G-T-G-C-C--GG--A-G-T-T-AA-C-G-C-A-A-TAA-G-TAT-CGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1032(name, align); -seqs.push_back(newSeq1032); -name = "GQY1XT001AS6OS"; -align = "A-C--T-C--GG-A-A-C-T-G-G--CG-T-G-C--T-A-G-A-G-T-G-T-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AA-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-T--C---C----GA-CA----G-G-G-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1033(name, align); -seqs.push_back(newSeq1033); -name = "GQY1XT001ARMXF"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-G-GCA--C---A----TA-AG----T-G-G-C-C---C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-ACT-TAA-G-TAT-TCC-ACC-T-G-GGA-GG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1034(name, align); -seqs.push_back(newSeq1034); -name = "GQY1XT001AQXRW"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CCC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CTGG-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1035(name, align); -seqs.push_back(newSeq1035); -name = "GQY1XT001AQWB0"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1036(name, align); -seqs.push_back(newSeq1036); -name = "GQY1XT001AQSSN"; -align = "..T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-G-G-C--A---C---ATA-A-----G-T-G-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-C-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1037(name, align); -seqs.push_back(newSeq1037); -name = "GQY1XT001AQKX4"; -align = "..T--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-T-GG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1038(name, align); -seqs.push_back(newSeq1038); -name = "GQY1XT001AQ61I"; -align = "A----T-G--GA-A-A-C-T-G-C--AT-A-T-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-A-G--G---C----AA-A-----G-C-C-T-T-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--TG-TT-C-G-C-A-AGAATGGA"; -Sequence newSeq1039(name, align); -seqs.push_back(newSeq1039); -name = "GQY1XT001AOO50"; -align = "C-A--G-A--GA-A-A-C-C-G-T--AT-A-A-C--T-A-G-A-G-T-A-T-GG-TA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-A-A-ACT--GACG-CTG-A-GG--C-A-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-C-AAAC-G-G-TG-AA--TA-C-T-A-A-GT-G-T-C----G-G---------------GA-AA------------C---C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAT-TCC-ACC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq1040(name, align); -seqs.push_back(newSeq1040); -name = "GQY1XT001ANP6T"; -align = "..T--T-G--GA-A-A-C-T-G-G--CG-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-G--AG-C-AG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1041(name, align); -seqs.push_back(newSeq1041); -name = "GQY1XT001ANOK9"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1042(name, align); -seqs.push_back(newSeq1042); -name = "GQY1XT001AMRUB"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-T-G--C---C----AA-A-----G-G-C-T-C-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1043(name, align); -seqs.push_back(newSeq1043); -name = "GQY1XT001ALJLO"; -align = "C-C--T-T--GG-A-A-C-T-G-G--TT-G-G-C--T-G-G-A-G-T-G-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-CG-G-G-G-G-A--C---G----AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq1044(name, align); -seqs.push_back(newSeq1044); -name = "GQY1XT001AJ2QW"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---C---ATA-A-----G-A-C-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1045(name, align); -seqs.push_back(newSeq1045); -name = "GQY1XT001AHUSC"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1046(name, align); -seqs.push_back(newSeq1046); -name = "GQY1XT001AHUAL"; -align = "A-T--C-T--AA-A-A-C-T-G-T--GA-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-G--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-A-G-GC-GAA-GG-CGA-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCC-T-AAAC-G-A-TG-GA--TA-C-T-A-G-AG-G-A-A--G-G-G-G-G--T-------ATA-A-------A-C-TCC-TCC-T-G-T-C-T-C--GA--A-G-C-A-AA-C-G-C-G-A-TAA-G-TAT-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1047(name, align); -seqs.push_back(newSeq1047); -name = "GQY1XT001AGOD0"; -align = "C-G--T-T--GA-A-A-C-T-G-T--AG-G-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GACC------C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1048(name, align); -seqs.push_back(newSeq1048); -name = "GQY1XT001AG9L4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGG-G-G-G--G--------AA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1049(name, align); -seqs.push_back(newSeq1049); -name = "GQY1XT001AF8KT"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1050(name, align); -seqs.push_back(newSeq1050); -name = "GQY1XT001AF4C6"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-G-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G------------ACCCAAG---------GGTCTCC-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1051(name, align); -seqs.push_back(newSeq1051); -name = "GQY1XT001AEZPI"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G------------GGCCAAGGC-------C-C-TCC-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1052(name, align); -seqs.push_back(newSeq1052); -name = "GQY1XT001AEYWL"; -align = "T-T--T-G-GAA-A-A-C-T-G-T--AT-A-G-C--T-G-A-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1053(name, align); -seqs.push_back(newSeq1053); -name = "GQY1XT001A9O5F"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-G-A-C--T-A-G-A-G-T-G-C--G-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-G--A-G-G-G-G--G---C----CA-A-----G-C-C-C-C-C-T-G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1054(name, align); -seqs.push_back(newSeq1054); -name = "GQY1XT001A9M51"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1055(name, align); -seqs.push_back(newSeq1055); -name = "GQY1XT001A9L9E"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GGAA-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-T-A-ACT--GACG-CTG-A-GG--T-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAT-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1056(name, align); -seqs.push_back(newSeq1056); -name = "GQY1XT001A9ETE"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1057(name, align); -seqs.push_back(newSeq1057); -name = "GQY1XT001A95IK"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-C-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G---T--C-G-G-G-G--A---C----CG-AC----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1058(name, align); -seqs.push_back(newSeq1058); -name = "GQY1XT001A913G"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1059(name, align); -seqs.push_back(newSeq1059); -name = "GQY1XT001A8KO0"; -align = "C----A-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGG-G-G-G--G--------AA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1060(name, align); -seqs.push_back(newSeq1060); -name = "GQY1XT001A84F0"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AG-A-A-C--T-A-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-A-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-GT-G-T-C--G-G------------G-----A--A----------A---C-C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAT-TCC-ACC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq1061(name, align); -seqs.push_back(newSeq1061); -name = "GQY1XT001A7RP1"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-GAC--C---C----AA-G-----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1062(name, align); -seqs.push_back(newSeq1062); -name = "GQY1XT001A7CBN"; -align = "A-G--T-T--GA-T-A-C-T-G-G--AT-A-T-C--T-T-G-A-G-T-G-C-AG-TT-G-A-G-G-C-A--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-G--CTAA-GC-TG-C-A-ACT--GACA-TTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CGG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------G-G-C-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1063(name, align); -seqs.push_back(newSeq1063); -name = "GQY1XT001A79DG"; -align = "C-G--T-T-GAA-A-A-C-T-G-A--CG-T-T-C--T-T-G-AGG-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GGAA-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CCC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1064(name, align); -seqs.push_back(newSeq1064); -name = "GQY1XT001A6ZCJ"; -align = "A-T--T-G--GA-A-A-C-T-G-T--TT-A-A-C--T-G-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-A-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-GT-G-T-C----G-G-G----A--------AA-------------C-----C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAT-TCC-ACC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq1065(name, align); -seqs.push_back(newSeq1065); -name = "GQY1XT001A6TCB"; -align = "T-C--T-G--GA-A-A-C-T-A-T--GT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-G--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-GG----A-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1066(name, align); -seqs.push_back(newSeq1066); -name = "GQY1XT001A6PVD"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-GG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--G--------AA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1067(name, align); -seqs.push_back(newSeq1067); -name = "GQY1XT001A5XMR"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-C-G-G--G---C----AG-G-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1068(name, align); -seqs.push_back(newSeq1068); -name = "GQY1XT001A5HB1"; -align = "A-C--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AG-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1069(name, align); -seqs.push_back(newSeq1069); -name = "GQY1XT001A4YSE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------AT-GA------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1070(name, align); -seqs.push_back(newSeq1070); -name = "GQY1XT001A4NL2"; -align = "T-T--T-G--GA-A-A-C-T-G-T--TA-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1071(name, align); -seqs.push_back(newSeq1071); -name = "GQY1XT001A3MZI"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-G-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-AC-C---C----AA-G-----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1072(name, align); -seqs.push_back(newSeq1072); -name = "GQY1XT001A3K6U"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-C--CTGG-TC-TG-C-A-ACT--GACA-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-G-T--T-G-G-G-G--G---T----CG-A-----A-C---C---T-C-A-G-T-G-C-T--GA--A-G-T-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGGAGG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq1073(name, align); -seqs.push_back(newSeq1073); -name = "GQY1XT001A3DE2"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-G-GCA--C---A----TA-AG----T-G-G-C-C---C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-C-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1074(name, align); -seqs.push_back(newSeq1074); -name = "GQY1XT001A3B9P"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AG-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-C--C---CT---AA-G-----G-G-G-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1075(name, align); -seqs.push_back(newSeq1075); -name = "GQY1XT001A3680"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AG-G-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-GCT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A----------ACGACA-GT-----T-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1076(name, align); -seqs.push_back(newSeq1076); -name = "GQY1XT001A2FJ5"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-CG-G-G-G-G-T--T---C----AA-G-----A-A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1077(name, align); -seqs.push_back(newSeq1077); -name = "GQY1XT001A2E5Q"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1078(name, align); -seqs.push_back(newSeq1078); -name = "GQY1XT001A1NGX"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-C-C-C--T-T-G-A-G-T-G-T-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GA-T-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-TC-----C-C-C-T-G-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1079(name, align); -seqs.push_back(newSeq1079); -name = "GQY1XT001A0Y0K"; -align = "C-G--T-T--GA-A-A-C-T-G-A--C--G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-TT-G-T-C--C-G-G-G-T--C-------GAA-TGA-----G-A-T-C-T-G-G-G-C-G-G-C--GA--A-G-C-G-AA-A-G-C-G-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1080(name, align); -seqs.push_back(newSeq1080); -name = "GQY1XT001C8WLX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1081(name, align); -seqs.push_back(newSeq1081); -name = "GQY1XT001ARWIN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1082(name, align); -seqs.push_back(newSeq1082); -name = "GQY1XT001DWF91"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--CGA------AT-GA------G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1083(name, align); -seqs.push_back(newSeq1083); -name = "GQY1XT001A6L7F"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1084(name, align); -seqs.push_back(newSeq1084); -name = "GQY1XT001DCSAA"; -align = "A-T--T-T--GA-A-A-C-T-G-T--GT-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1085(name, align); -seqs.push_back(newSeq1085); -name = "GQY1XT001AO4OF"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1086(name, align); -seqs.push_back(newSeq1086); -name = "GQY1XT001EYTUJ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1087(name, align); -seqs.push_back(newSeq1087); -name = "GQY1XT001DX7JG"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1088(name, align); -seqs.push_back(newSeq1088); -name = "GQY1XT001DD6MN"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-GC-T---C----AC-G-----G-G-C-G-C-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1089(name, align); -seqs.push_back(newSeq1089); -name = "GQY1XT001A2X6V"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1090(name, align); -seqs.push_back(newSeq1090); -name = "GQY1XT001ER71E"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1091(name, align); -seqs.push_back(newSeq1091); -name = "GQY1XT001EK6NY"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AG-A-G-C--T-G-G-A-G-T-G-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-C-G-G-T--A---C----GA-A-----G-T-A-C-T-G-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1092(name, align); -seqs.push_back(newSeq1092); -name = "GQY1XT001E0S28"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1093(name, align); -seqs.push_back(newSeq1093); -name = "GQY1XT001DWQKZ"; -align = "T-T--T-T--GA-A-A-C-T-G-T--TG-A-A-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--T-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CA-C-T-A-G-GT-G-T-C--G-G-G-G-T--C--------GC-AA------G-A-C-T-T-C-G-G-T-G-C-C--GT--A-G-T-T-AA-C-G-C-A-T-TAA-G-TGC-TCC-GCC-T-G-GGG-AG-TA--CG-CA-C-G-C-A-AGTGTGAA"; -Sequence newSeq1094(name, align); -seqs.push_back(newSeq1094); -name = "GQY1XT001DMFJ7"; -align = "A-C--T-C--GG-A-A-C-T-G-G--CG-T-G-C--T-A-G-A-G-T-G-T-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AA-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CG-G-G-G-T-C--C---G----AC-A-----G-G-G-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1095(name, align); -seqs.push_back(newSeq1095); -name = "GQY1XT001DEIXZ"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1096(name, align); -seqs.push_back(newSeq1096); -name = "GQY1XT001CRU7B"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1097(name, align); -seqs.push_back(newSeq1097); -name = "GQY1XT001CQC5Q"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-T-A-A-G-T-G-C-AG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-C-G-G-A--GT--C----AA-G-----G-C-T-C-T-G-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1098(name, align); -seqs.push_back(newSeq1098); -name = "GQY1XT001EURNN"; -align = "A-T--T-G--GA-A-A-C-T-G-T--CG-G-A-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-T-G--G---C----AA-A-----G-C-C-A-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1099(name, align); -seqs.push_back(newSeq1099); -name = "GQY1XT001ETZ76"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-GTG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1100(name, align); -seqs.push_back(newSeq1100); -name = "GQY1XT001E25J6"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1101(name, align); -seqs.push_back(newSeq1101); -name = "GQY1XT001DUTRF"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1102(name, align); -seqs.push_back(newSeq1102); -name = "GQY1XT001DP8X2"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AT-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AT-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----CCC-T-C-C-G---T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1103(name, align); -seqs.push_back(newSeq1103); -name = "GQY1XT001DDM4B"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1104(name, align); -seqs.push_back(newSeq1104); -name = "GQY1XT001CV0CL"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------TT-GG------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1105(name, align); -seqs.push_back(newSeq1105); -name = "GQY1XT001CRXFZ"; -align = "A-A--C-T--AA-A-A-C-T-A-T--CT-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-A-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-T--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-A--G-G-A-G-A--T-------GAA-TA------A-T-C-T-T-C-T-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1106(name, align); -seqs.push_back(newSeq1106); -name = "GQY1XT001CJN5F"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GATG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-T-G--C---C----AA-A-----G-G-C-T-C-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1107(name, align); -seqs.push_back(newSeq1107); -name = "GQY1XT001C8VP3"; -align = "C-C--T-G--CG-A-A-C-T-G-G--GT-T-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-T-T-ACT--GACA-CTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CCG-T-AAAC-G-A-TG-AG--CA-C-T-A-G-GT-G-T-C--G-G-G-G-T--C--------GC-AA------G-A-C-T-T-C-G-G-T-G-C-C--GC--A-G-T-T-AA-C-G-C-A-T-TAA-G-TGC-TCC-GCC-T-G-GGG-AG-TA--CG-TA-C-G-C-A-AGTATGAA"; -Sequence newSeq1108(name, align); -seqs.push_back(newSeq1108); -name = "GQY1XT001BWP2E"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-A-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AG-A-----GAC-T-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq1109(name, align); -seqs.push_back(newSeq1109); -name = "GQY1XT001BPR6V"; -align = "C-A--G-A--GA-A-A-C-C-G-T--AT-A-A-C--T-A-G-A-G-T-A-T-GG-TA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-A-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-GT-G-T-C--G-G---G------------A-A--AC---------------C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAT-TCC-ACC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq1110(name, align); -seqs.push_back(newSeq1110); -name = "GQY1XT001BH3F6"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1111(name, align); -seqs.push_back(newSeq1111); -name = "GQY1XT001B6491"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1112(name, align); -seqs.push_back(newSeq1112); -name = "GQY1XT001AUFBS"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1113(name, align); -seqs.push_back(newSeq1113); -name = "GQY1XT001AT9WW"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1114(name, align); -seqs.push_back(newSeq1114); -name = "GQY1XT001APJL5"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-CCGGGG-G-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1115(name, align); -seqs.push_back(newSeq1115); -name = "GQY1XT001A79Q2"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1116(name, align); -seqs.push_back(newSeq1116); -name = "GQY1XT001A5DY7"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1117(name, align); -seqs.push_back(newSeq1117); -name = "GQY1XT001A57CJ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1118(name, align); -seqs.push_back(newSeq1118); -name = "GQY1XT001A180R"; -align = "A-A--C-T--AA-A-A-C-T-A-T--TT-T-T-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-A--G-G-A-G-A--T-------ATT-A-----A-G-T-C-T-T-C-T-G-T-G-C-C--G---TCG-C-A-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1119(name, align); -seqs.push_back(newSeq1119); -name = "GQY1XT001EZ0T4"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-C-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1120(name, align); -seqs.push_back(newSeq1120); -name = "GQY1XT001EYASV"; -align = "G-C--C-G--GG-T-A-C-G-G-G--CG-G-G-C--T-T-G-A-G-T-G-C-GG-TA-G-G-G-G-A-G--AC-T-GG-A-ATTCC-C-C-G-GT-GT-A-A-CGGT-G-GAA--TG-T-GT-AG--AT-A-TC-G-G-G-AA-G-A-AC-A-CC-AA-T-G-GC-GAA-GG-CAG-G-TC-T--CTGG-GC-CG-T-T-ACT--GACG-CTG-A-GG--A-G-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-G-TG-GA--TG-C-T-G-G-AT-G-T-G--G-G-G-C-C--C------TTTT-TC-C----G-G-G-T-C-C-T-G-T-G-T-C--GG--A-G-C-T-AA-C-G-C-G-T-TAA-G-CAT-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTAAA"; -Sequence newSeq1121(name, align); -seqs.push_back(newSeq1121); -name = "GQY1XT001EX8JH"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-G-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1122(name, align); -seqs.push_back(newSeq1122); -name = "GQY1XT001EWSQ7"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1123(name, align); -seqs.push_back(newSeq1123); -name = "GQY1XT001EWJ0G"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---C----ATAA-----G-A-C-T-T-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1124(name, align); -seqs.push_back(newSeq1124); -name = "GQY1XT001EWCLZ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1125(name, align); -seqs.push_back(newSeq1125); -name = "GQY1XT001EW4SG"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------TT-GG------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1126(name, align); -seqs.push_back(newSeq1126); -name = "GQY1XT001EVMR1"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-T--T-------CTA-CG------G-G-A-C-T-G-G-G-C-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1127(name, align); -seqs.push_back(newSeq1127); -name = "GQY1XT001ESC8I"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-TGG-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1128(name, align); -seqs.push_back(newSeq1128); -name = "GQY1XT001ES7A7"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AC-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-G-G-G-T-G--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1129(name, align); -seqs.push_back(newSeq1129); -name = "GQY1XT001ERCRU"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-GCG-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GTGG-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1130(name, align); -seqs.push_back(newSeq1130); -name = "GQY1XT001EPXLK"; -align = "A-T--T-T--GA-A-A-C-T-G-T--CC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-A--G-G-A-G------------ATATTAAG--------TCT-T-C-T-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1131(name, align); -seqs.push_back(newSeq1131); -name = "GQY1XT001EPRKA"; -align = "C-G----T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1132(name, align); -seqs.push_back(newSeq1132); -name = "GQY1XT001EP50F"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-GTCCGG-G-G-G-GA-----------ATG-GCC---------C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1133(name, align); -seqs.push_back(newSeq1133); -name = "GQY1XT001ENIJK"; -align = "T-T--T-G--GA-A-A-C-T-G-A--GC-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GGA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-A-G--G---C----AA-A-----G-C-C-T-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq1134(name, align); -seqs.push_back(newSeq1134); -name = "GQY1XT001ELQAV"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1135(name, align); -seqs.push_back(newSeq1135); -name = "GQY1XT001EL1XN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TAA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1136(name, align); -seqs.push_back(newSeq1136); -name = "GQY1XT001EK9UC"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------TT-GG------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1137(name, align); -seqs.push_back(newSeq1137); -name = "GQY1XT001EJ6IE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1138(name, align); -seqs.push_back(newSeq1138); -name = "GQY1XT001EINOB"; -align = "G-T--T-T--GA-A-A-C-T-G-T--GG-G-G-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-T-A--GG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-A--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-A-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGGAGG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1139(name, align); -seqs.push_back(newSeq1139); -name = "GQY1XT001EHR1D"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1140(name, align); -seqs.push_back(newSeq1140); -name = "GQY1XT001EG89W"; -align = "A-C--T-C--AA-A-A-C-T-G-C--AG-C-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC---AAACA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1141(name, align); -seqs.push_back(newSeq1141); -name = "GQY1XT001EE7HC"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1142(name, align); -seqs.push_back(newSeq1142); -name = "GQY1XT001EDX2L"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-GTG-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--CGA------TT-GA------G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1143(name, align); -seqs.push_back(newSeq1143); -name = "GQY1XT001ECV6N"; -align = "T-T--T-G--GA-A-A-C-T-G-T--TA-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq1144(name, align); -seqs.push_back(newSeq1144); -name = "GQY1XT001EC768"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1145(name, align); -seqs.push_back(newSeq1145); -name = "GQY1XT001EC5ZD"; -align = "A-T--T-G--GA-A-A-C-T-G-G--GA-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1146(name, align); -seqs.push_back(newSeq1146); -name = "GQY1XT001EBILS"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1147(name, align); -seqs.push_back(newSeq1147); -name = "GQY1XT001E5VFY"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AG-A-A-C--T-A-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G---G--C---C----CG-A-----A-G-G-G-C-GTC-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1148(name, align); -seqs.push_back(newSeq1148); -name = "GQY1XT001E4RC6"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T---G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACCGT-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1149(name, align); -seqs.push_back(newSeq1149); -name = "GQY1XT001E26E5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1150(name, align); -seqs.push_back(newSeq1150); -name = "GQY1XT001DZGN2"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C---G---G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1151(name, align); -seqs.push_back(newSeq1151); -name = "GQY1XT001DY9EE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GC-G-T----T-G-G-A-G--G-------GTT-TCC-----G-C-C-CTT-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAT-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1152(name, align); -seqs.push_back(newSeq1152); -name = "GQY1XT001DXZ94"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1153(name, align); -seqs.push_back(newSeq1153); -name = "GQY1XT001DXXRY"; -align = "C-GT-T-T--GA-A-A-C-T-G-A--TT-TGT-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1154(name, align); -seqs.push_back(newSeq1154); -name = "GQY1XT001DX5YX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C----T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----TCC-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1155(name, align); -seqs.push_back(newSeq1155); -name = "GQY1XT001DWB8A"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1156(name, align); -seqs.push_back(newSeq1156); -name = "GQY1XT001DW661"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T---G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-TGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1157(name, align); -seqs.push_back(newSeq1157); -name = "GQY1XT001DVVV9"; -align = "A-T--T-T--GG-A-A-C-T-G-T--TA-A-G-C--T-G-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGGAGG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1158(name, align); -seqs.push_back(newSeq1158); -name = "GQY1XT001DVRMX"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-A-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1159(name, align); -seqs.push_back(newSeq1159); -name = "GQY1XT001DUGOQ"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AA-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-A-A-TG-AG--TG-C-T-A-G-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1160(name, align); -seqs.push_back(newSeq1160); -name = "GQY1XT001DSKYO"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1161(name, align); -seqs.push_back(newSeq1161); -name = "GQY1XT001DQEX4"; -align = "C-G----T--GA-A-A-C-T-G-A--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1162(name, align); -seqs.push_back(newSeq1162); -name = "GQY1XT001DPQ0U"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G---A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1163(name, align); -seqs.push_back(newSeq1163); -name = "GQY1XT001DP988"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1164(name, align); -seqs.push_back(newSeq1164); -name = "GQY1XT001DOEFT"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAGGTGA-----GCC-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1165(name, align); -seqs.push_back(newSeq1165); -name = "GQY1XT001DMV73"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1166(name, align); -seqs.push_back(newSeq1166); -name = "GQY1XT001DMAIL"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1167(name, align); -seqs.push_back(newSeq1167); -name = "GQY1XT001DJKAP"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1168(name, align); -seqs.push_back(newSeq1168); -name = "GQY1XT001DIY7I"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-T-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-TCC-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-A-TAT-TCC-ACC-T---GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1169(name, align); -seqs.push_back(newSeq1169); -name = "GQY1XT001DI2F4"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-A-C-TG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-G--A-G-G-G-G--G---C----CA-A-----G-C-C-C-C-C-T-G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1170(name, align); -seqs.push_back(newSeq1170); -name = "GQY1XT001DG89M"; -align = "A-C--T-C--AA-A-A-C-T-G-C--AG-C-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A----------CCC-AAGGG-----T-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1171(name, align); -seqs.push_back(newSeq1171); -name = "GQY1XT001DFPOZ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-CT-T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1172(name, align); -seqs.push_back(newSeq1172); -name = "GQY1XT001DFNZA"; -align = "A-C--T-C--AA-A-A-C-T-G-C--AG-C-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--T-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CA-C-T-A-G-GT-G-T-C--G-G-G-G-T--C--------GC-AA------G-A-C-T-T-C-G-G-T-G-C-C--GT--A-G-T-T-AA-C-G-C-A-T-TAA-G-TGC-TCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1173(name, align); -seqs.push_back(newSeq1173); -name = "GQY1XT001DFFH1"; -align = "G-T--C-C--CG-G-A-C-T-G-G--GC-G-G-C--T-C-G-A-G-T-G-C-GG-TA-G-A-G-G-A-G--AG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-GAA--TG-C-GC-AG--AT-A-TC-G-G-G-AA-G-A-AC-A-CC-GA-T-G-GC-GAA-GG-CAG-C-TC-T--CTGG-GC-CG-T-C-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-T-GGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CC-A-G-CCG-T-AAAC-G-A-TG-GG--CG-C-T-A-G-GT-G-T-G--G-G-G-G-G-----------AC-GA-T------C-C-C-T-C-C-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-T-TAA-G-CGC-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTAAA"; -Sequence newSeq1174(name, align); -seqs.push_back(newSeq1174); -name = "GQY1XT001DECCK"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G--A---C----TG-A-----C-C-C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1175(name, align); -seqs.push_back(newSeq1175); -name = "GQY1XT001DDP54"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-CG-G-G-G-G--------G----TA-AG----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1176(name, align); -seqs.push_back(newSeq1176); -name = "GQY1XT001DCWXL"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1177(name, align); -seqs.push_back(newSeq1177); -name = "GQY1XT001DCROU"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GA------G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1178(name, align); -seqs.push_back(newSeq1178); -name = "GQY1XT001DCHHZ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1179(name, align); -seqs.push_back(newSeq1179); -name = "GQY1XT001DBR6R"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-CT-G---T--C-C-G-G-G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1180(name, align); -seqs.push_back(newSeq1180); -name = "GQY1XT001DBR15"; -align = "A-T--T-T--GA-A-A-C-TGT-T--TT-T-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-T-A--AT-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-A--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1181(name, align); -seqs.push_back(newSeq1181); -name = "GQY1XT001DB6W5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--ATAA-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CAGGG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TTCGG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1182(name, align); -seqs.push_back(newSeq1182); -name = "GQY1XT001DB48V"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T----GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CTGG-T-T--T-G-C-G------------ATA-TACC--------A-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1183(name, align); -seqs.push_back(newSeq1183); -name = "GQY1XT001DAXHO"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1184(name, align); -seqs.push_back(newSeq1184); -name = "GQY1XT001DA3NK"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GA------G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1185(name, align); -seqs.push_back(newSeq1185); -name = "GQY1XT001D9XV0"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1186(name, align); -seqs.push_back(newSeq1186); -name = "GQY1XT001D9PEI"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------AT-GA------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1187(name, align); -seqs.push_back(newSeq1187); -name = "GQY1XT001D9NS0"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1188(name, align); -seqs.push_back(newSeq1188); -name = "GQY1XT001D9LBF"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG---T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1189(name, align); -seqs.push_back(newSeq1189); -name = "GQY1XT001D90UB"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGG-G-G-G--G--------AA-TG------G-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1190(name, align); -seqs.push_back(newSeq1190); -name = "GQY1XT001D7SQ4"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1191(name, align); -seqs.push_back(newSeq1191); -name = "GQY1XT001D73BL"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-G-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-C-A-G-GT-G-T-C--G-G-G-T-G--T---C----GA-A-----G-G-A-CGG-C-C-G-G-T-G-C-C--GC--A-G-C-G-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1192(name, align); -seqs.push_back(newSeq1192); -name = "GQY1XT001D6WIL"; -align = "G-T--T-C--AA-A-A-C-T-G-C--AG-G-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AGA-T--A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-A-G----------A-T-CA-AA-----C-T-T-T-C-C-G-T-G-C-C--GG--A-G-T-A-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1193(name, align); -seqs.push_back(newSeq1193); -name = "GQY1XT001D54HY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-A-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1194(name, align); -seqs.push_back(newSeq1194); -name = "GQY1XT001D4WJX"; -align = "C-G----T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1195(name, align); -seqs.push_back(newSeq1195); -name = "GQY1XT001D4IMR"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-TCC--G-GCCCG------------ATT-GGG---------G-GCT-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1196(name, align); -seqs.push_back(newSeq1196); -name = "GQY1XT001D4AF7"; -align = "T-C--T-G-GAA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1197(name, align); -seqs.push_back(newSeq1197); -name = "GQY1XT001D404H"; -align = "CAT--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--CGA------GT-GA------G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1198(name, align); -seqs.push_back(newSeq1198); -name = "GQY1XT001D3JL9"; -align = "A-C--T-G--GG-A-A-C-T-G-T--CA-G-A-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-TAA--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-C-A-ACT--GACG-TTG-A-GG--C-C-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-TA--TA-C-C-A-G-GT-G-T-C--G-G-A-T-A--T---C----AA-G-----G-A-T-A-T-C-C-G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-ACC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1199(name, align); -seqs.push_back(newSeq1199); -name = "GQY1XT001D36LX"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1200(name, align); -seqs.push_back(newSeq1200); -name = "GQY1XT001D34SX"; -align = "C-T--C-T--GA-T-A-C-T-G-T--CG-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AT--AA-C-T-G-G-TT-G-T-C--G-G-C-G------------ATA-AAA---------T-G-T-C-G-G-T-G-A-C--TA--A-G-C-G-AA-A-G-C-G-A-TAA-G-TTA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1201(name, align); -seqs.push_back(newSeq1201); -name = "GQY1XT001D2Z78"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1202(name, align); -seqs.push_back(newSeq1202); -name = "GQY1XT001D26TY"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1203(name, align); -seqs.push_back(newSeq1203); -name = "GQY1XT001D0PS5"; -align = "A-T--T-T--GA-A-A-C-T-G-T--CC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-CG-G-T-G-G----G---T----AT-GG----A-C-C-C-A-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1204(name, align); -seqs.push_back(newSeq1204); -name = "GQY1XT001D096N"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1205(name, align); -seqs.push_back(newSeq1205); -name = "GQY1XT001CZLBS"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1206(name, align); -seqs.push_back(newSeq1206); -name = "GQY1XT001CZJDF"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1207(name, align); -seqs.push_back(newSeq1207); -name = "GQY1XT001CZIDF"; -align = "A-T--T-T--GG-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CG-G-G-G-G-C--T---C----AC-G-----G-G-C-G-C-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1208(name, align); -seqs.push_back(newSeq1208); -name = "GQY1XT001CYTB5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1209(name, align); -seqs.push_back(newSeq1209); -name = "GQY1XT001CXSFV"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-AA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1210(name, align); -seqs.push_back(newSeq1210); -name = "GQY1XT001CVW9J"; -align = "C-T--C-T--GA-T-A-C-T-G-T--CG-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-CG-G-G-G-G-----------ACGA-CAG---------T-GCCCC-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1211(name, align); -seqs.push_back(newSeq1211); -name = "GQY1XT001CVNYD"; -align = "G-T--T-C--AA-A-A-C-T-G-A--TA-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq1212(name, align); -seqs.push_back(newSeq1212); -name = "GQY1XT001CVDAV"; -align = "A-T--T-T--GG-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-TCG--G-G-G-G-C--T---C----AC-G-----G-G-C-G-C-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1213(name, align); -seqs.push_back(newSeq1213); -name = "GQY1XT001CTR8U"; -align = "G-A--T-C--AA-A-A-C-T-G-C--AA-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1214(name, align); -seqs.push_back(newSeq1214); -name = "GQY1XT001CT03W"; -align = "T-C--T-G--GA-A-A-C-T-G-C--GT-C-G-C--T-T-G-G-A-G-T-A-CG-GG-A-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AGA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--C---G----AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1215(name, align); -seqs.push_back(newSeq1215); -name = "GQY1XT001CSFPB"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1216(name, align); -seqs.push_back(newSeq1216); -name = "GQY1XT001CSE8M"; -align = "C-G----T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--CGA------TT-GA------G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1217(name, align); -seqs.push_back(newSeq1217); -name = "GQY1XT001CS75Q"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1218(name, align); -seqs.push_back(newSeq1218); -name = "GQY1XT001CRCO3"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1219(name, align); -seqs.push_back(newSeq1219); -name = "GQY1XT001CR3OY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G---G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1220(name, align); -seqs.push_back(newSeq1220); -name = "GQY1XT001CQNP0"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C----T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1221(name, align); -seqs.push_back(newSeq1221); -name = "GQY1XT001CQISV"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1222(name, align); -seqs.push_back(newSeq1222); -name = "GQY1XT001CO2B2"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1223(name, align); -seqs.push_back(newSeq1223); -name = "GQY1XT001CO0A6"; -align = "C-G----T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G---GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1224(name, align); -seqs.push_back(newSeq1224); -name = "GQY1XT001CN21H"; -align = "C-G--T-TC-GA-A-A-C-TAG-GA-GG-C-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1225(name, align); -seqs.push_back(newSeq1225); -name = "GQY1XT001CMSDB"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C---G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1226(name, align); -seqs.push_back(newSeq1226); -name = "GQY1XT001CMP9R"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-T--T-------CTA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1227(name, align); -seqs.push_back(newSeq1227); -name = "GQY1XT001CM9OV"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CC-C-G-C--T-C-G-A-G-T-G-C-CG-GA-G-G---GGC-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---CT---AG-A-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1228(name, align); -seqs.push_back(newSeq1228); -name = "GQY1XT001CM539"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G---G--A---G----CA-AA----G-C-T-T-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1229(name, align); -seqs.push_back(newSeq1229); -name = "GQY1XT001CM0Q4"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAACGG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------G-G-T-A-A-G-C-A-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1230(name, align); -seqs.push_back(newSeq1230); -name = "GQY1XT001CLDR0"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1231(name, align); -seqs.push_back(newSeq1231); -name = "GQY1XT001CKNS4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------TT-GA------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1232(name, align); -seqs.push_back(newSeq1232); -name = "GQY1XT001CJLK2"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1233(name, align); -seqs.push_back(newSeq1233); -name = "GQY1XT001CJIIR"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1234(name, align); -seqs.push_back(newSeq1234); -name = "GQY1XT001CJAFS"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-TT-G-T-C--C-G-G-G-T--CGA------AT-GA------G-A-T-C-T-G-G-G-C-G-G-C--GA--A-G-C-G-AA-A-G-C-G-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1235(name, align); -seqs.push_back(newSeq1235); -name = "GQY1XT001CJ3M8"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-T-C-A-AGAATGAA"; -Sequence newSeq1236(name, align); -seqs.push_back(newSeq1236); -name = "GQY1XT001CJ0AB"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CT-G-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CGAAAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1237(name, align); -seqs.push_back(newSeq1237); -name = "GQY1XT001CIODF"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-TT-G-TCCG-G-GTC-G------------AAT-GAGA--------T-C-T-G-G-G-C-G-G-C--GA--A-G-C-G-AA-A-G-C-G-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1238(name, align); -seqs.push_back(newSeq1238); -name = "GQY1XT001CID7T"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CG-------AT-TG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1239(name, align); -seqs.push_back(newSeq1239); -name = "GQY1XT001CIB8G"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CC-C-G-C--T-C-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-GTACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G--A---C----TG-A-----C-C-C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1240(name, align); -seqs.push_back(newSeq1240); -name = "GQY1XT001CH8FI"; -align = "A-T--T-G--GA-A-A-C-T-G-G--GA-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1241(name, align); -seqs.push_back(newSeq1241); -name = "GQY1XT001CFUS2"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------AT-GA------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1242(name, align); -seqs.push_back(newSeq1242); -name = "GQY1XT001CFEOC"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1243(name, align); -seqs.push_back(newSeq1243); -name = "GQY1XT001CFDUW"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1244(name, align); -seqs.push_back(newSeq1244); -name = "GQY1XT001CED3S"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----TAGA-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1245(name, align); -seqs.push_back(newSeq1245); -name = "GQY1XT001CE5F9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--CAA------AT-GA------G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1246(name, align); -seqs.push_back(newSeq1246); -name = "GQY1XT001CCIDU"; -align = "G-T--T-C--AA-A-A-C-T-G-C--AG-G-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-T-GG-G--AGC---AAACA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-C----------CCA-CA-GG-----G-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1247(name, align); -seqs.push_back(newSeq1247); -name = "GQY1XT001CBTVR"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1248(name, align); -seqs.push_back(newSeq1248); -name = "GQY1XT001CB6LJ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--CGA------AT-GA------G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1249(name, align); -seqs.push_back(newSeq1249); -name = "GQY1XT001CAO9E"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-A-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--C---C----CA-A-----G-G-G-T-C-TCC-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1250(name, align); -seqs.push_back(newSeq1250); -name = "GQY1XT001C9TKV"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-C--CGA------TT-GG------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1251(name, align); -seqs.push_back(newSeq1251); -name = "GQY1XT001C9NXV"; -align = "T-C--T-T--GG-A-A-C-T-G-C--GC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1252(name, align); -seqs.push_back(newSeq1252); -name = "GQY1XT001C8JHR"; -align = "T-T--T-T--GA-A-A-C-T-G-T--AG-G-G-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATTCC-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1253(name, align); -seqs.push_back(newSeq1253); -name = "GQY1XT001C7ZUB"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-C-C-C--T-T-G-A-G-T-G-T-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GA-T-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CGC-ACC-T-G-GGGAGG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1254(name, align); -seqs.push_back(newSeq1254); -name = "GQY1XT001C7O3D"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1255(name, align); -seqs.push_back(newSeq1255); -name = "GQY1XT001C6LWA"; -align = "C-G--T-T--GA-A-A-C-T-G----GG-G-C-C--T-T-G-A-G-T---G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTGAA-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1256(name, align); -seqs.push_back(newSeq1256); -name = "GQY1XT001C6HBD"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1257(name, align); -seqs.push_back(newSeq1257); -name = "GQY1XT001C653P"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GATA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1258(name, align); -seqs.push_back(newSeq1258); -name = "GQY1XT001C5MUK"; -align = "ATT--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-ACCC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G-AGGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T----CA-AG----A-A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA-CGG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1259(name, align); -seqs.push_back(newSeq1259); -name = "GQY1XT001C4W7P"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAGTGGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1260(name, align); -seqs.push_back(newSeq1260); -name = "GQY1XT001C34WE"; -align = "C-C--T-G--CG-A-A-C-T-G-G--GA-T-G-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-GC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq1261(name, align); -seqs.push_back(newSeq1261); -name = "GQY1XT001C2MZ1"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-G--AG-C-AG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1262(name, align); -seqs.push_back(newSeq1262); -name = "GQY1XT001C24KA"; -align = "C-G--T-T--GA-A-A-C-T-G----GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1263(name, align); -seqs.push_back(newSeq1263); -name = "GQY1XT001C1J8R"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1264(name, align); -seqs.push_back(newSeq1264); -name = "GQY1XT001C063V"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-A-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TA-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1265(name, align); -seqs.push_back(newSeq1265); -name = "GQY1XT001BZVNE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-T--T-------CTA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1266(name, align); -seqs.push_back(newSeq1266); -name = "GQY1XT001BZDM7"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-G-T--C-G-G-G-G--G---CT---CA-C-----G-G-G-CGC-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1267(name, align); -seqs.push_back(newSeq1267); -name = "GQY1XT001BY007"; -align = "T-C--T-G-GAA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1268(name, align); -seqs.push_back(newSeq1268); -name = "GQY1XT001BXHIS"; -align = "T-T--T-G--GG-A-A-C-T-G-T--TT-T-G-C--T-G-G-A-G-T-A-T-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CA-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-C-A-G-GT-G-T-CG-G-G-T-G-T--C---G----AA-G-----G-A-C-G-G-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1269(name, align); -seqs.push_back(newSeq1269); -name = "GQY1XT001BX11Y"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C----T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-T-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1270(name, align); -seqs.push_back(newSeq1270); -name = "GQY1XT001BWODL"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--TCG-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TTC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1271(name, align); -seqs.push_back(newSeq1271); -name = "GQY1XT001BW0YY"; -align = "C-G--T-T--GA-A-A-C-T-G-A--C--G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1272(name, align); -seqs.push_back(newSeq1272); -name = "GQY1XT001BVIE9"; -align = "AGT--T-G-GAA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-CG-G-G-G-G----T---T----CA-AG----A-A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1273(name, align); -seqs.push_back(newSeq1273); -name = "GQY1XT001BVA7U"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-GA--TA-C-T-C-G-CT-G-T-T----T-G-C-G--A--------TA-T-A-------C-G-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1274(name, align); -seqs.push_back(newSeq1274); -name = "GQY1XT001BUF2I"; -align = "G-T--T-C--AA-A-A-C-T-G-T--TC-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AGA-T--A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCA-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G----------ACT-GA-CC-----C-C-A-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1275(name, align); -seqs.push_back(newSeq1275); -name = "GQY1XT001BSJ6O"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1276(name, align); -seqs.push_back(newSeq1276); -name = "GQY1XT001BROZN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1277(name, align); -seqs.push_back(newSeq1277); -name = "GQY1XT001BPYYS"; -align = "A-C--T-G--GG-A-A-C-T-G-T--CA-G-A-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-C-A-ACT--GACG-TTG-A-GG--C-C-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-TA--TA-C-C-A-G-GT-G-T-C--G-G-A-T-A--T---C----AA-G-----G-A-T-A-T-C-C-G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-ACC-ACC-T-G-GGGAGG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1278(name, align); -seqs.push_back(newSeq1278); -name = "GQY1XT001BN5O9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1279(name, align); -seqs.push_back(newSeq1279); -name = "GQY1XT001BLPCS"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-G--CGA------GT-GA------G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1280(name, align); -seqs.push_back(newSeq1280); -name = "GQY1XT001BKAZ3"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1281(name, align); -seqs.push_back(newSeq1281); -name = "GQY1XT001BJITH"; -align = "A-T--T-G--GA-A-A-C-T-A-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T----CA-AG----A-A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1282(name, align); -seqs.push_back(newSeq1282); -name = "GQY1XT001BJIGU"; -align = "C-C--T-T--GG-A-A-C-T-G-C--AT-G-G-C--T-G-G-A-G-T-G-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-CG-G-G-G-G-A--C---G----AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGAATGAA"; -Sequence newSeq1283(name, align); -seqs.push_back(newSeq1283); -name = "GQY1XT001BJ3FA"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1284(name, align); -seqs.push_back(newSeq1284); -name = "GQY1XT001BIZB8"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1285(name, align); -seqs.push_back(newSeq1285); -name = "GQY1XT001BI4HN"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AT-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-A-G-G---------TATT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1286(name, align); -seqs.push_back(newSeq1286); -name = "GQY1XT001BH4H2"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------TT-GA------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1287(name, align); -seqs.push_back(newSeq1287); -name = "GQY1XT001BGGFI"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1288(name, align); -seqs.push_back(newSeq1288); -name = "GQY1XT001BFQBJ"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-G-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1289(name, align); -seqs.push_back(newSeq1289); -name = "GQY1XT001BE8ZJ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--CGA------AT-GA------G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1290(name, align); -seqs.push_back(newSeq1290); -name = "GQY1XT001BDSVG"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1291(name, align); -seqs.push_back(newSeq1291); -name = "GQY1XT001BDGGT"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1292(name, align); -seqs.push_back(newSeq1292); -name = "GQY1XT001BDBLL"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-TCC--G-GCCCG------------ATT-GGG---------G-GCT-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1293(name, align); -seqs.push_back(newSeq1293); -name = "GQY1XT001BCIU5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1294(name, align); -seqs.push_back(newSeq1294); -name = "GQY1XT001BADJQ"; -align = "A-C--T-C--GG-A-A-C-T-G-G--CG-T-G-C--T-A-G-A-G-T-G-T-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-GT-T---C----AA-G-----A-A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1295(name, align); -seqs.push_back(newSeq1295); -name = "GQY1XT001B9ID3"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1296(name, align); -seqs.push_back(newSeq1296); -name = "GQY1XT001B948Z"; -align = "A-T--T-G--GA-A-A-C-T-G-T--TG-A-T-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----GA-A-----G-C-C-G-T-C-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1297(name, align); -seqs.push_back(newSeq1297); -name = "GQY1XT001B92EF"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------TT-GA------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1298(name, align); -seqs.push_back(newSeq1298); -name = "GQY1XT001B91G9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1299(name, align); -seqs.push_back(newSeq1299); -name = "GQY1XT001B8YZD"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-TCCG-G-G-G-G------------GAA-TGG---------C-C-C-C-T-G-G-GTG-C--CAC-A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1300(name, align); -seqs.push_back(newSeq1300); -name = "GQY1XT001B8ILX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1301(name, align); -seqs.push_back(newSeq1301); -name = "GQY1XT001B7HR5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1302(name, align); -seqs.push_back(newSeq1302); -name = "GQY1XT001B78LF"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATT-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1303(name, align); -seqs.push_back(newSeq1303); -name = "GQY1XT001B760U"; -align = "A-T--T-T--GG-A-A-C-T-A-T--CA-A-G-C--T-A-G-A-G-T-A-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-A-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A-----------GG-AA--------T-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAC-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1304(name, align); -seqs.push_back(newSeq1304); -name = "GQY1XT001B5012"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-A-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1305(name, align); -seqs.push_back(newSeq1305); -name = "GQY1XT001B3JPS"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-T--T-------CTA-CGG-----G-A-C-T-G-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1306(name, align); -seqs.push_back(newSeq1306); -name = "GQY1XT001B2Z3X"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1307(name, align); -seqs.push_back(newSeq1307); -name = "GQY1XT001B2WW2"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-ACCGT-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1308(name, align); -seqs.push_back(newSeq1308); -name = "GQY1XT001B2ISN"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1309(name, align); -seqs.push_back(newSeq1309); -name = "GQY1XT001AZODE"; -align = "T-T--T-T--GA-A-A-C-T-G-T--AG-G-G-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATTCC-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1310(name, align); -seqs.push_back(newSeq1310); -name = "GQY1XT001AZIY5"; -align = "A-T--C-G--GA-A-A-C-C-G-G--GC-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-C--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-T-A-ACT--GACG-CTG-A-GG--T-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAT-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1311(name, align); -seqs.push_back(newSeq1311); -name = "GQY1XT001AZ137"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-T-T-ACT--GACA-CTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CCG-T-AAAC-G-A-TG-AG--CA-C-T-A-G-GT-G-T-C--G-G-G-G----T---C----GC-AA----G---A-C-T-T-C-G-G-T-G-C-C--GC--A-G-T-T-AA-C-G-C-A-T-TAA-G-TGC-TCC-GCC-T-G-GGG-AG-TA--CG-TA-C-G-C-A-AGTATGAA"; -Sequence newSeq1312(name, align); -seqs.push_back(newSeq1312); -name = "GQY1XT001AZ0J0"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1313(name, align); -seqs.push_back(newSeq1313); -name = "GQY1XT001AXWM2"; -align = "T-T--T-G--GG-A-A-C-T-G-T--TT-T-G-C--T-G-G-A-G-T-A-T-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-GT-T---C----AA-G-----A-A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1314(name, align); -seqs.push_back(newSeq1314); -name = "GQY1XT001AXWKG"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1315(name, align); -seqs.push_back(newSeq1315); -name = "GQY1XT001AXFW6"; -align = "T-T--T-T--GA-A-A-C-T-G-T--AG-G-G-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATTCC-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-GG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTGAA"; -Sequence newSeq1316(name, align); -seqs.push_back(newSeq1316); -name = "GQY1XT001AWGFR"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1317(name, align); -seqs.push_back(newSeq1317); -name = "GQY1XT001AVIEN"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1318(name, align); -seqs.push_back(newSeq1318); -name = "GQY1XT001ARHZE"; -align = "A-C--T-G--AG-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-TA--TA-C-C-A-G-GT-G-T-C--G-G-G-C-A--T---C----AA-G-----G-A-T-G-G-C-C-G-G-T-G-C-C--GT--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-ACC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1319(name, align); -seqs.push_back(newSeq1319); -name = "GQY1XT001APWQ4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C---G---G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1320(name, align); -seqs.push_back(newSeq1320); -name = "GQY1XT001AP3GC"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-AT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1321(name, align); -seqs.push_back(newSeq1321); -name = "GQY1XT001AOY82"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1322(name, align); -seqs.push_back(newSeq1322); -name = "GQY1XT001AOTBI"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--CACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1323(name, align); -seqs.push_back(newSeq1323); -name = "GQY1XT001ANPOD"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1324(name, align); -seqs.push_back(newSeq1324); -name = "GQY1XT001AN0O0"; -align = "T-C--T-G--GA-A-A-C-T-G-T--CC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-C-A-G-GT-G-T-C--G-G-G-G-G--T---T----AA-C-----A-G-A-C-C-C-C-G-G-T-G-C-C--GA--A-G-C-C-AA-C-G-C-A-T-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1325(name, align); -seqs.push_back(newSeq1325); -name = "GQY1XT001AM04G"; -align = "C-T--T-G--CG-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AA-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-GTC--C-------GAC-AG------G-G-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1326(name, align); -seqs.push_back(newSeq1326); -name = "GQY1XT001AJDZP"; -align = "C-G--T-T-GAA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1327(name, align); -seqs.push_back(newSeq1327); -name = "GQY1XT001AJBW8"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-GCG-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1328(name, align); -seqs.push_back(newSeq1328); -name = "GQY1XT001AJ8JE"; -align = "A-C--T-C--GG-A-A-C-T-G-G--CG-T-G-C--T-A-G-A-G-T-G-T-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---T----AA-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1329(name, align); -seqs.push_back(newSeq1329); -name = "GQY1XT001AHQ4E"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1330(name, align); -seqs.push_back(newSeq1330); -name = "GQY1XT001AGQKS"; -align = "T-C--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-G-G-A-G-T-G-C-GG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-CG-G-G-G-G-T--T---A----AC-A-----G-A-C-C-C-C-C-G-G-T-G-C-C--GA--A-G-C-C-AA-C-G-C-A-T-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1331(name, align); -seqs.push_back(newSeq1331); -name = "GQY1XT001AFW2U"; -align = "A----T-G--GA-A-A-C-T-G-G--GA-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-T-A-ACT--GACG-CTG-A-GG--T-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1332(name, align); -seqs.push_back(newSeq1332); -name = "GQY1XT001AF3OR"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-CG-G-G-G-G-T--T---C----AA-G-----A-A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATAAA"; -Sequence newSeq1333(name, align); -seqs.push_back(newSeq1333); -name = "GQY1XT001AEJCX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAG-TTG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1334(name, align); -seqs.push_back(newSeq1334); -name = "GQY1XT001A9WRU"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T---G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1335(name, align); -seqs.push_back(newSeq1335); -name = "GQY1XT001A9CWO"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C----T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1336(name, align); -seqs.push_back(newSeq1336); -name = "GQY1XT001A90IT"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-C-C-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C----G-G-G-G--A---C----CG-AC----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1337(name, align); -seqs.push_back(newSeq1337); -name = "GQY1XT001A8LEY"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGC-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1338(name, align); -seqs.push_back(newSeq1338); -name = "GQY1XT001A6JJ4"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GT-T-G-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-A--G---C----A--AA----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1339(name, align); -seqs.push_back(newSeq1339); -name = "GQY1XT001A5ZJV"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C---G---G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1340(name, align); -seqs.push_back(newSeq1340); -name = "GQY1XT001A5X5F"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1341(name, align); -seqs.push_back(newSeq1341); -name = "GQY1XT001A4Y95"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-A-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1342(name, align); -seqs.push_back(newSeq1342); -name = "GQY1XT001A3TPF"; -align = "A-T--T-T--GG-A-A-C-T-G-T--AA-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GTGG-T-C--G-G-G-T-G--G---C----AA-A-----G-C-C-A-T-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1343(name, align); -seqs.push_back(newSeq1343); -name = "GQY1XT001A35IX"; -align = "A-T--T-T--GA-A-A-C-T---G--TT-T-T-C--T-T-G-A-G-T-A-C-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1344(name, align); -seqs.push_back(newSeq1344); -name = "GQY1XT001A2MTB"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CCC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1345(name, align); -seqs.push_back(newSeq1345); -name = "GQY1XT001A103Z"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G---A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-ATGG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1346(name, align); -seqs.push_back(newSeq1346); -name = "GQY1XT001AH00T"; -align = "T-T--T-T--GA-A-A-C-T-G-C--AG-A-G-C--T-T-G-A-G-T-G-G-AG-TA-G-A-G-G-T-A--GG-C-GG-A-ATT---C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TC-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G----------ACT-GA-CC-----C-C-A-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1347(name, align); -seqs.push_back(newSeq1347); -name = "GQY1XT001B2VYN"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GT-T-G-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1348(name, align); -seqs.push_back(newSeq1348); -name = "GQY1XT001C5VZB"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C-----A-GG----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1349(name, align); -seqs.push_back(newSeq1349); -name = "GQY1XT001C3CGW"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1350(name, align); -seqs.push_back(newSeq1350); -name = "GQY1XT001BX1WD"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1351(name, align); -seqs.push_back(newSeq1351); -name = "GQY1XT001ERPB8"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1352(name, align); -seqs.push_back(newSeq1352); -name = "GQY1XT001EK4QD"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1353(name, align); -seqs.push_back(newSeq1353); -name = "GQY1XT001E0JJ6"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1354(name, align); -seqs.push_back(newSeq1354); -name = "GQY1XT001DI6MT"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C----T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1355(name, align); -seqs.push_back(newSeq1355); -name = "GQY1XT001CTMYM"; -align = "A-T--T-G--GG-A-A-C-T-G-G--CA-A-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-T-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1356(name, align); -seqs.push_back(newSeq1356); -name = "GQY1XT001CGMM4"; -align = "G-T--T-C--AA-A-A-C-T-T-C--TT-G-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AGA-T--A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1357(name, align); -seqs.push_back(newSeq1357); -name = "GQY1XT001C8CYT"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1358(name, align); -seqs.push_back(newSeq1358); -name = "GQY1XT001C1TAA"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1359(name, align); -seqs.push_back(newSeq1359); -name = "GQY1XT001ARJ71"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1360(name, align); -seqs.push_back(newSeq1360); -name = "GQY1XT001ANOGE"; -align = "C-G--T-T--GA-A-A-C-T---G--AC-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1361(name, align); -seqs.push_back(newSeq1361); -name = "GQY1XT001A1PQ5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1362(name, align); -seqs.push_back(newSeq1362); -name = "GQY1XT001EWMVA"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GA------G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1363(name, align); -seqs.push_back(newSeq1363); -name = "GQY1XT001EU4WB"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1364(name, align); -seqs.push_back(newSeq1364); -name = "GQY1XT001ES0JB"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--CGA------AT-GG------G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1365(name, align); -seqs.push_back(newSeq1365); -name = "GQY1XT001ENTCB"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-C-T-A-AT-T-G-T--G-T-G-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1366(name, align); -seqs.push_back(newSeq1366); -name = "GQY1XT001EN26C"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1367(name, align); -seqs.push_back(newSeq1367); -name = "GQY1XT001EK1FO"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-TC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1368(name, align); -seqs.push_back(newSeq1368); -name = "GQY1XT001ECKCE"; -align = "A-T--T-G--GA-A-A-C-T-G-G--GA-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--C---C----CA-AG----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-T-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1369(name, align); -seqs.push_back(newSeq1369); -name = "GQY1XT001DWTG9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--CGA------AT-GA------G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1370(name, align); -seqs.push_back(newSeq1370); -name = "GQY1XT001DG6NS"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1371(name, align); -seqs.push_back(newSeq1371); -name = "GQY1XT001DDPZU"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-AG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-AAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1372(name, align); -seqs.push_back(newSeq1372); -name = "GQY1XT001DBZNZ"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-T-A-ACT--GACG-CTG-A-GG--T-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAT-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1373(name, align); -seqs.push_back(newSeq1373); -name = "GQY1XT001DA6U8"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1374(name, align); -seqs.push_back(newSeq1374); -name = "GQY1XT001CU13S"; -align = "A----T-T--GA-A-A-C-T-G-T--TG-A-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1375(name, align); -seqs.push_back(newSeq1375); -name = "GQY1XT001COMF5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1376(name, align); -seqs.push_back(newSeq1376); -name = "GQY1XT001CLMLV"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--CAA------AT-GA------G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1377(name, align); -seqs.push_back(newSeq1377); -name = "GQY1XT001CK4OI"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1378(name, align); -seqs.push_back(newSeq1378); -name = "GQY1XT001CGNXV"; -align = "T-T--T-G--GG-A-A-C-T-G-T--TT-T-G-C--T-G-G-A-G-T-A-T-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CA-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-C-A-G-GT-G-T-CG-G-G-T-G-T--C---G----AA-G-----G-A-C-G-G-C-C-G-G-T-G-C-C--GC--A-G-C-G-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1379(name, align); -seqs.push_back(newSeq1379); -name = "GQY1XT001CAUVT"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1380(name, align); -seqs.push_back(newSeq1380); -name = "GQY1XT001BRZLF"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1381(name, align); -seqs.push_back(newSeq1381); -name = "GQY1XT001BNGMO"; -align = "T-C--T-G--GA-A-A-C-T-G-T--CC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-C-A-G-GT-G-T-C--G-G-G-G-G--T---T----AA-CA----G-A-C-C-C-C-C-G-G-T-G-C-C--GA--A-G-C-C-AA-C-G-C-A-T-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1382(name, align); -seqs.push_back(newSeq1382); -name = "GQY1XT001BLEL1"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AT-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AT-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-G--CTGG-AC-AG-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----CCC-T-C-C-G---T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1383(name, align); -seqs.push_back(newSeq1383); -name = "GQY1XT001BI8Q8"; -align = "C-C--T-T--GG-A-A-C-T-G-C--AT-G-G-C--T-G-G-A-G-T-G-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-CG-G-G-G-G-A--C---G----AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq1384(name, align); -seqs.push_back(newSeq1384); -name = "GQY1XT001BGINZ"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-T--T-------CTA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1385(name, align); -seqs.push_back(newSeq1385); -name = "GQY1XT001BAFIL"; -align = "C-T--T-G--CG-A-A-C-T-G-T--CA-G-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-A-A-ACT--GACG-CTG-A-GG--T-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AG--CA-C-T-A-G-GT-G-T-C--G-G-G-G-T--C--------GA-AA------G-A-C-T-T-C-G-G-T-G-C-C--GC--A-G-T-T-AA-C-G-C-A-A-TAA-G-TGC-TCC-GCC-T-G-GGG-AG-TA--CG-CA-C-G-C-A-AGTGTGAA"; -Sequence newSeq1386(name, align); -seqs.push_back(newSeq1386); -name = "GQY1XT001BADAL"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---T----AA-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GT--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1387(name, align); -seqs.push_back(newSeq1387); -name = "GQY1XT001B9YU3"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1388(name, align); -seqs.push_back(newSeq1388); -name = "GQY1XT001B9LVE"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-T-G-A-G-T-G-C-AG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--C---T----CA-C-----G-G-G-C-GCT-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1389(name, align); -seqs.push_back(newSeq1389); -name = "GQY1XT001B7LFF"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GA------G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1390(name, align); -seqs.push_back(newSeq1390); -name = "GQY1XT001AVZNJ"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-GT-T---C----AA-G-----A-A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1391(name, align); -seqs.push_back(newSeq1391); -name = "GQY1XT001ALAP8"; -align = "A-T--T-G--GA-A-A-C-T-G-T--TA-A-G-C--T-G-G-A-G-T-A-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-T-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-A-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1392(name, align); -seqs.push_back(newSeq1392); -name = "GQY1XT001AK5P4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1393(name, align); -seqs.push_back(newSeq1393); -name = "GQY1XT001A44RE"; -align = "A-T--T-G--GA-A-A-C-T-G-G--GA-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-T-A-ACT--GACG-CTG-A-GG--T-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAT-TCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1394(name, align); -seqs.push_back(newSeq1394); -name = "GQY1XT001A41BE"; -align = "T-T--T-T--GA-A-A-C-T-G-T--TG-A-A-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CA-G-G-G-A----G---C-----A-AA----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1395(name, align); -seqs.push_back(newSeq1395); -name = "GQY1XT001EYW01"; -align = "T-C--T-T--GG-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-CG-G-G-G-C-A--C---G----AC-A-----G-T-G-C-T-T-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq1396(name, align); -seqs.push_back(newSeq1396); -name = "GQY1XT001EY2DY"; -align = "A-T--T-G--GA-A-A-C-T-G-T--CG-C-G-C--T-C-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-C-G-G--G---C----AG-G-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1397(name, align); -seqs.push_back(newSeq1397); -name = "GQY1XT001EXARN"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--C---C----GA-C-----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1398(name, align); -seqs.push_back(newSeq1398); -name = "GQY1XT001EX4SQ"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1399(name, align); -seqs.push_back(newSeq1399); -name = "GQY1XT001EWW6P"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1400(name, align); -seqs.push_back(newSeq1400); -name = "GQY1XT001EWMHC"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-T--T-------CTA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1401(name, align); -seqs.push_back(newSeq1401); -name = "GQY1XT001EVYE7"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AG-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1402(name, align); -seqs.push_back(newSeq1402); -name = "GQY1XT001EVK6W"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GTGG-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1403(name, align); -seqs.push_back(newSeq1403); -name = "GQY1XT001EVDLH"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CAGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1404(name, align); -seqs.push_back(newSeq1404); -name = "GQY1XT001EUNUL"; -align = "A-T--T-G--GA-A-A-C-T-G-G--GA-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1405(name, align); -seqs.push_back(newSeq1405); -name = "GQY1XT001EUAHK"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1406(name, align); -seqs.push_back(newSeq1406); -name = "GQY1XT001ETWIV"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AG-T-T-C--T-TAG-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------G-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1407(name, align); -seqs.push_back(newSeq1407); -name = "GQY1XT001ETHDG"; -align = "T-C--T-G--GA-A-A-C-T-A-T--GT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-G--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1408(name, align); -seqs.push_back(newSeq1408); -name = "GQY1XT001ET3LN"; -align = "T-T--T-T--GA-A-A-C-T-G-T--TT-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--A---C----AG-A-----G-T-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1409(name, align); -seqs.push_back(newSeq1409); -name = "GQY1XT001ET2GC"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1410(name, align); -seqs.push_back(newSeq1410); -name = "GQY1XT001ESW3T"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1411(name, align); -seqs.push_back(newSeq1411); -name = "GQY1XT001ES5NN"; -align = "T-C--T-T--GG-A-A-C-C-G-C--AT-G-G-C--T-G-G-A-G-T-A-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-T-G--C---C----AA-A-----G-G-C-T-C-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1412(name, align); -seqs.push_back(newSeq1412); -name = "GQY1XT001EPGP5"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AA-A-T-C--T-T-G-A-G-T-G-C-CG-GA-G-A---GGT-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1413(name, align); -seqs.push_back(newSeq1413); -name = "GQY1XT001EPEVX"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1414(name, align); -seqs.push_back(newSeq1414); -name = "GQY1XT001EO96Y"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-T-CG-GA---G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AC-A-----G---C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1415(name, align); -seqs.push_back(newSeq1415); -name = "GQY1XT001ENU0Z"; -align = "T-T--T-T--GG-A-A-C-T-G-C--CC-A-G-C--T-A-G-A-G-T-A-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-A-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-A-G------C----GA-TA----G---C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1416(name, align); -seqs.push_back(newSeq1416); -name = "GQY1XT001EN3AH"; -align = "T-T--T-G--GA-A-A-C-T-T-T--TT-T-G-C--T-G-G-A-G-T-A-C-CG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1417(name, align); -seqs.push_back(newSeq1417); -name = "GQY1XT001EM72G"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1418(name, align); -seqs.push_back(newSeq1418); -name = "GQY1XT001ELD3K"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-A-AC-C---C----AA-G-----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1419(name, align); -seqs.push_back(newSeq1419); -name = "GQY1XT001ELBY4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1420(name, align); -seqs.push_back(newSeq1420); -name = "GQY1XT001EL950"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1421(name, align); -seqs.push_back(newSeq1421); -name = "GQY1XT001EL0JX"; -align = "C-T--C-T--GA-T-A-C-T-G-T--CG-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-TCCGGG-G-G-GA-----------ATG-GCC---------C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1422(name, align); -seqs.push_back(newSeq1422); -name = "GQY1XT001EK28K"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CG-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1423(name, align); -seqs.push_back(newSeq1423); -name = "GQY1XT001EJ1PO"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAGTTGG-----G-G-G-C-T-G-G-G-T-G-C-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1424(name, align); -seqs.push_back(newSeq1424); -name = "GQY1XT001EIXO1"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-A-C-A-ACGGTGAA"; -Sequence newSeq1425(name, align); -seqs.push_back(newSeq1425); -name = "GQY1XT001EITFI"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------G-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1426(name, align); -seqs.push_back(newSeq1426); -name = "GQY1XT001EIQRA"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-GC-GG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-CG-G-G-G-C----A---C----AT-AA----G-T-G-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-C-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1427(name, align); -seqs.push_back(newSeq1427); -name = "GQY1XT001EI0LV"; -align = "T-T--T-T--GG-A-A-C-T-G-C--GT-G-T-C--T-T-G-A-G-T-G-A-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C---A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AT-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-A-G-G---------TATT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1428(name, align); -seqs.push_back(newSeq1428); -name = "GQY1XT001EGXAQ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1429(name, align); -seqs.push_back(newSeq1429); -name = "GQY1XT001EF612"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-CG-G-G-G-T----T---C----AA-GA------A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1430(name, align); -seqs.push_back(newSeq1430); -name = "GQY1XT001EF5T3"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq1431(name, align); -seqs.push_back(newSeq1431); -name = "GQY1XT001EDEJO"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---T----AA-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1432(name, align); -seqs.push_back(newSeq1432); -name = "GQY1XT001EDD2Q"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1433(name, align); -seqs.push_back(newSeq1433); -name = "GQY1XT001EDCRZ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCAG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1434(name, align); -seqs.push_back(newSeq1434); -name = "GQY1XT001ED2KQ"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-GTA-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-TGG-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1435(name, align); -seqs.push_back(newSeq1435); -name = "GQY1XT001ECP6K"; -align = "A-T--T-T--GG-A-A-C-T-G-T--AT-A-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AT-G-----G-C-C-C-C-T-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1436(name, align); -seqs.push_back(newSeq1436); -name = "GQY1XT001ECKQ8"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1437(name, align); -seqs.push_back(newSeq1437); -name = "GQY1XT001EBZGK"; -align = "A-T--T-T--GA-A-A-C-T---G--TT-T-C-C--T-T-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-A--CTGG-AC-GA-T-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA--C-----C-C-C-T-G-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1438(name, align); -seqs.push_back(newSeq1438); -name = "GQY1XT001EBMY4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1439(name, align); -seqs.push_back(newSeq1439); -name = "GQY1XT001EBJEN"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GT-T-G-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CA-G-G-G-A----G---C-----A-AA----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1440(name, align); -seqs.push_back(newSeq1440); -name = "GQY1XT001EAR1W"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1441(name, align); -seqs.push_back(newSeq1441); -name = "GQY1XT001EAKA8"; -align = "T-T--T-G--GG-A-A-C-T-G-T--AC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1442(name, align); -seqs.push_back(newSeq1442); -name = "GQY1XT001EAB4X"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1443(name, align); -seqs.push_back(newSeq1443); -name = "GQY1XT001E6HLG"; -align = "ATT--T-T--GA-A-A-C-T-G-T--TG-G-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-G--AC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1444(name, align); -seqs.push_back(newSeq1444); -name = "GQY1XT001E5SDM"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACAGTGAA"; -Sequence newSeq1445(name, align); -seqs.push_back(newSeq1445); -name = "GQY1XT001E5SA2"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-A-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--C---T----AG-A-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T---GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1446(name, align); -seqs.push_back(newSeq1446); -name = "GQY1XT001E46CM"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A--------GA-AT------G-ATCCC-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1447(name, align); -seqs.push_back(newSeq1447); -name = "GQY1XT001E20HL"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1448(name, align); -seqs.push_back(newSeq1448); -name = "GQY1XT001E1M0P"; -align = "C-G----T--GA-A-A-C-T-G-G--CG-G---C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-C--C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1449(name, align); -seqs.push_back(newSeq1449); -name = "GQY1XT001E15F4"; -align = "C-G--T-T--GA-A-A-C-T-G-A--C--G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1450(name, align); -seqs.push_back(newSeq1450); -name = "GQY1XT001E0UJM"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1451(name, align); -seqs.push_back(newSeq1451); -name = "GQY1XT001DZNGQ"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq1452(name, align); -seqs.push_back(newSeq1452); -name = "GQY1XT001DZEW1"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-C-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CA-G-G-G-G----G---C-----G-AA----G-C-C-C-T-T-T-G-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1453(name, align); -seqs.push_back(newSeq1453); -name = "GQY1XT001DZ8GV"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AT--AA-C-T-G-G-TT-G-T-C--G-G-C-G------------ATA-AAA---------T-G-T-C-G-G-T-G-A-C--TA--A-G-C-G-AA-A-G-C-G-A-TAA-G-TTA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1454(name, align); -seqs.push_back(newSeq1454); -name = "GQY1XT001DZ0KY"; -align = "C-G----T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1455(name, align); -seqs.push_back(newSeq1455); -name = "GQY1XT001DY0CK"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-A-A-C--T-A-G-A-G-T-G-C-GG-GA-G---G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--GT--C----AA-G-----G-C-T-C-T-G-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1456(name, align); -seqs.push_back(newSeq1456); -name = "GQY1XT001DWHYF"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-C-C-C--T-T-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-A--CTGG-AC-GA-T-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1457(name, align); -seqs.push_back(newSeq1457); -name = "GQY1XT001DWDBA"; -align = "C-G--T-T--GA-A-A-C-T-G----GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTAGA"; -Sequence newSeq1458(name, align); -seqs.push_back(newSeq1458); -name = "GQY1XT001DVNA6"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AG-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-GG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1459(name, align); -seqs.push_back(newSeq1459); -name = "GQY1XT001DVCOB"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1460(name, align); -seqs.push_back(newSeq1460); -name = "GQY1XT001DV35L"; -align = "T-T--T-T--GA-A-A-C-T-G-A--GT-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1461(name, align); -seqs.push_back(newSeq1461); -name = "GQY1XT001DUECS"; -align = "TCT--G-G--GA-A-A-C-T-A-T--GT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-G--AGCG-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1462(name, align); -seqs.push_back(newSeq1462); -name = "GQY1XT001DU444"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T----CA-A-----G-A-A-C-C-TCC-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1463(name, align); -seqs.push_back(newSeq1463); -name = "GQY1XT001DU3CY"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GC-T-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G--A---C----TG-A-----C-C-C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1464(name, align); -seqs.push_back(newSeq1464); -name = "GQY1XT001DSCKH"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-A-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---C---ATG-G-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1465(name, align); -seqs.push_back(newSeq1465); -name = "GQY1XT001DS64R"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1466(name, align); -seqs.push_back(newSeq1466); -name = "GQY1XT001DRX66"; -align = "A-T--T-G--GA-A-A-C-T-G-G--GA-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1467(name, align); -seqs.push_back(newSeq1467); -name = "GQY1XT001DRTLT"; -align = "C-A--G-A--GA-A-A-C-C-G-T--AT-A-A-C--T-A-G-A-G-T-A-T-GG-TA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-A-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A-----------GG-AA--------T-T-C-C-C-G-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-CAC-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1468(name, align); -seqs.push_back(newSeq1468); -name = "GQY1XT001DRDE3"; -align = "A-T--T-G--GG-A-A-C-T-G-G--CG-C-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-T-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-A--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-G-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-C-C--C---C----AT-T-----G-G-G-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1469(name, align); -seqs.push_back(newSeq1469); -name = "GQY1XT001DR8SK"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--CGA------GT-GA------G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1470(name, align); -seqs.push_back(newSeq1470); -name = "GQY1XT001DQXNX"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-C-A-G-GT-G-T-C--G-G-G-G-G--T---T----AACA-----G-A-C-C-C-C-C-G-G-T-G-C-C--GA--A-G-C-C-AA-C-G-C-A-T-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1471(name, align); -seqs.push_back(newSeq1471); -name = "GQY1XT001DQGHU"; -align = "T-C--T-G--GA-A-A-C-T-G-T--CC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G-AGGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1472(name, align); -seqs.push_back(newSeq1472); -name = "GQY1XT001DPRCM"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-C-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1473(name, align); -seqs.push_back(newSeq1473); -name = "GQY1XT001DNTMI"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--T-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CA-C-T-A-G-GT-G-T-C--G-G-G-G-T--C---G----CA-A-----G---A-C-T-T-C-G-G-T-G-C-C--GT--A-G-T-T-AA-C-G-C-A-T-TAA-G-TGC-TCC-GCC-T-G-GGG-AG-TA--CG-CA-C-G-C-A-AGTGTGAA"; -Sequence newSeq1474(name, align); -seqs.push_back(newSeq1474); -name = "GQY1XT001DNKEL"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AG-A-G-C--T-G-G-A-G-T-G-C--G-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-C-G-G-T--A---C----GA-A-----G-T-A-C-T-G-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1475(name, align); -seqs.push_back(newSeq1475); -name = "GQY1XT001DMLLT"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CC-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-G-T--A---C----AG-A-----A-G-TAC-C-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1476(name, align); -seqs.push_back(newSeq1476); -name = "GQY1XT001DLWAK"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GGAG-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1477(name, align); -seqs.push_back(newSeq1477); -name = "GQY1XT001DL86Q"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1478(name, align); -seqs.push_back(newSeq1478); -name = "GQY1XT001DKH2H"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-G-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1479(name, align); -seqs.push_back(newSeq1479); -name = "GQY1XT001DJZXU"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1480(name, align); -seqs.push_back(newSeq1480); -name = "GQY1XT001DJTQD"; -align = "A-T--T-G--GA-A-A-C-T-G-G--GA-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAT-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1481(name, align); -seqs.push_back(newSeq1481); -name = "GQY1XT001DJSTQ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1482(name, align); -seqs.push_back(newSeq1482); -name = "GQY1XT001DJGVS"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TC-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1483(name, align); -seqs.push_back(newSeq1483); -name = "GQY1XT001DIT11"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1484(name, align); -seqs.push_back(newSeq1484); -name = "GQY1XT001DI0XA"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CC-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AG-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1485(name, align); -seqs.push_back(newSeq1485); -name = "GQY1XT001DHLN2"; -align = "C-C--T-G--TG-A-A-C-T-G-G--GG-G-A-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-GA-A-A-ACT--GACG-CTG-A-GG--T-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CA-C-T-A-G-GT-G-T-C--G-G-G-G-C--C--------GC-AA------G-G-C-T-T-C-G-G-T-G-C-C--GG--A-G-T-T-AA-C-G-C-A-A-TAA-G-TGC-TCC-GCC-T-G-GGG-AG-TA--CG-CA-C-G-C-A-AGTGTGAA"; -Sequence newSeq1486(name, align); -seqs.push_back(newSeq1486); -name = "GQY1XT001DGULU"; -align = "C-C--T-G--CG-A-A-C-T-G-G--GA-T-G-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G--------CC-AAG-----GCC-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1487(name, align); -seqs.push_back(newSeq1487); -name = "GQY1XT001DFWED"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-A-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-T-GG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G---T--G-A-G-G-G--G---C----CA-A-----G-C-C-C-C-C-T-G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1488(name, align); -seqs.push_back(newSeq1488); -name = "GQY1XT001DFKHN"; -align = "C-G--T-T--G--A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-TGG--CGA------AT-GA------G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1489(name, align); -seqs.push_back(newSeq1489); -name = "GQY1XT001DF84J"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG--AA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1490(name, align); -seqs.push_back(newSeq1490); -name = "GQY1XT001DF1JP"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1491(name, align); -seqs.push_back(newSeq1491); -name = "GQY1XT001DDZ64"; -align = "T-C--T-G--GA-A-A-C-T-G-C--GG-C-G-C--T-G-G-A-G-T-A-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AGA-G-C-G-TGGG-G-AGGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-CG-G-G-G-G-AC-G---G----AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1492(name, align); -seqs.push_back(newSeq1492); -name = "GQY1XT001DDYWL"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-G--AG-C-AG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1493(name, align); -seqs.push_back(newSeq1493); -name = "GQY1XT001DDUAP"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-T-GG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--C---T----AG-A-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1494(name, align); -seqs.push_back(newSeq1494); -name = "GQY1XT001DCOLP"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-G-G-GT-G-T-C--G-G-G-GCA--C---A----TA-AG----T-G-G-C-C---C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-C-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1495(name, align); -seqs.push_back(newSeq1495); -name = "GQY1XT001DCECZ"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------AT-GA------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1496(name, align); -seqs.push_back(newSeq1496); -name = "GQY1XT001DCDRA"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-TGCC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CGG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1497(name, align); -seqs.push_back(newSeq1497); -name = "GQY1XT001DC9ED"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-GAAA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1498(name, align); -seqs.push_back(newSeq1498); -name = "GQY1XT001DC57H"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------TT-GA------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CA-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1499(name, align); -seqs.push_back(newSeq1499); -name = "GQY1XT001DC2D4"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-A-G-C--C-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1500(name, align); -seqs.push_back(newSeq1500); -name = "GQY1XT001DBXHE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1501(name, align); -seqs.push_back(newSeq1501); -name = "GQY1XT001DBI9W"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1502(name, align); -seqs.push_back(newSeq1502); -name = "GQY1XT001DAGYA"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-A--CTGG-AC-GA-T-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1503(name, align); -seqs.push_back(newSeq1503); -name = "GQY1XT001D99ZR"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-CG-G-G-G-G-G--C--------TA-GA------G-C-C-CTT-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1504(name, align); -seqs.push_back(newSeq1504); -name = "GQY1XT001D91DA"; -align = "CAT--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGCA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1505(name, align); -seqs.push_back(newSeq1505); -name = "GQY1XT001D8IRX"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GATA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1506(name, align); -seqs.push_back(newSeq1506); -name = "GQY1XT001D8D82"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1507(name, align); -seqs.push_back(newSeq1507); -name = "GQY1XT001D71UW"; -align = "A-T--T-T--GA-A-A-C-T-G-T--GT-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A----------GCA-AA-GC-----T-T-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1508(name, align); -seqs.push_back(newSeq1508); -name = "GQY1XT001D6ZO3"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--TAG-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C-------TTC-GGC-----T-C---T-G-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1509(name, align); -seqs.push_back(newSeq1509); -name = "GQY1XT001D6G48"; -align = "A-T--T-T--GA-A-A-C-T---G--TT-T-T-C--T-T-G-A-G-T-A-C-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1510(name, align); -seqs.push_back(newSeq1510); -name = "GQY1XT001D6CXP"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1511(name, align); -seqs.push_back(newSeq1511); -name = "GQY1XT001D6BVE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1512(name, align); -seqs.push_back(newSeq1512); -name = "GQY1XT001D685S"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1513(name, align); -seqs.push_back(newSeq1513); -name = "GQY1XT001D65FP"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-AC-C---C----AA-G-----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1514(name, align); -seqs.push_back(newSeq1514); -name = "GQY1XT001D5NPT"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-C-G-G-A--GT--C----AA-G-----G-C-T-C-T-G-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1515(name, align); -seqs.push_back(newSeq1515); -name = "GQY1XT001D4OGY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1516(name, align); -seqs.push_back(newSeq1516); -name = "GQY1XT001D44LT"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1517(name, align); -seqs.push_back(newSeq1517); -name = "GQY1XT001D41V5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1518(name, align); -seqs.push_back(newSeq1518); -name = "GQY1XT001D3GTN"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-G-A-C--T-A-G-A-G-T-G-C-GG-GA-G---G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1519(name, align); -seqs.push_back(newSeq1519); -name = "GQY1XT001D3FCE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1520(name, align); -seqs.push_back(newSeq1520); -name = "GQY1XT001D35QL"; -align = "A-T--T-T--GA-A-A-C-T-G-T---T-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTAG-AC-AG-C-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1521(name, align); -seqs.push_back(newSeq1521); -name = "GQY1XT001D2XVX"; -align = "T-T--T-G--GG-A-A-C-T-G-T--TT-T-G-C--T-G-G-A-G-T-A-T-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CA-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-C-A-G-GT-G-T-C--G-G-G-T-G--T---CG---AA-G-----G-A-C-G-G-C-C-G-G-T-G-C-C--GC--A-G-C-G-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1522(name, align); -seqs.push_back(newSeq1522); -name = "GQY1XT001D29U4"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-A-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1523(name, align); -seqs.push_back(newSeq1523); -name = "GQY1XT001D20M4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATT-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-T--T-------CTA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1524(name, align); -seqs.push_back(newSeq1524); -name = "GQY1XT001D1UIA"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1525(name, align); -seqs.push_back(newSeq1525); -name = "GQY1XT001D1RMM"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1526(name, align); -seqs.push_back(newSeq1526); -name = "GQY1XT001D190O"; -align = "C-A--C-T--GA-T-A-C-T-G-T--TA-G-A-C--T-T-G-A-G-T-A-T-GG-AA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TC-T--CTGG-GC-CA-A-G-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-T--A-G-T-A-G----------TTTCGA-TG-----C-T-A-C-T-A-G-T-G-C-C--GG--A-G-T-A-AA-C-A-C-A-A-TAA-G-TAT-CCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq1527(name, align); -seqs.push_back(newSeq1527); -name = "GQY1XT001D1555"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-AGT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1528(name, align); -seqs.push_back(newSeq1528); -name = "GQY1XT001D0VK0"; -align = "A-T--T-G--G--A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-C-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-C-G-G--G---CG---AC-G-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-GCC-T-G-GGGAGG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1529(name, align); -seqs.push_back(newSeq1529); -name = "GQY1XT001D0SW9"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G---GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--CGA------GT-GA------G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1530(name, align); -seqs.push_back(newSeq1530); -name = "GQY1XT001D0KKO"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1531(name, align); -seqs.push_back(newSeq1531); -name = "GQY1XT001D059N"; -align = "A-G----T--GA-A-A-C-T-G-G--CT-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------A-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1532(name, align); -seqs.push_back(newSeq1532); -name = "GQY1XT001CZDP6"; -align = "T-C--T-G--GA-A-A-C-T-G-T--CC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1533(name, align); -seqs.push_back(newSeq1533); -name = "GQY1XT001CZD5D"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-CA-C-G-C-A-AGTGTGAA"; -Sequence newSeq1534(name, align); -seqs.push_back(newSeq1534); -name = "GQY1XT001CZ6YY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1535(name, align); -seqs.push_back(newSeq1535); -name = "GQY1XT001CYV83"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AT-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-G--CTGG-AC-AG-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----CCC-T-C-C-G---T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1536(name, align); -seqs.push_back(newSeq1536); -name = "GQY1XT001CYM11"; -align = "T-T--T-G--GA-A-A-C-T-T-T--TT-T-G-C--T-G-G-A-G-T-A-C-CG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-A-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G--------GA-A-------T-T-C---C-C-G-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-CAC-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1537(name, align); -seqs.push_back(newSeq1537); -name = "GQY1XT001CXU0W"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-T-G-A-G-T-G-C-AG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-CG-G-G-G-C-C--C---T----AA-G-----G-G-G-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1538(name, align); -seqs.push_back(newSeq1538); -name = "GQY1XT001CXAOY"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1539(name, align); -seqs.push_back(newSeq1539); -name = "GQY1XT001CX782"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-C-G-G-A--G---T----CA-AG----G-C-T-C-A-G-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1540(name, align); -seqs.push_back(newSeq1540); -name = "GQY1XT001CWR6V"; -align = "G-T--T-T--GA-A-A-C-T-G-T--TC-T-T-C--T-T-G-A-G-T-G-A-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1541(name, align); -seqs.push_back(newSeq1541); -name = "GQY1XT001CWIZ7"; -align = "G-T--T-C--AA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-G-G-AG-TA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AA--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1542(name, align); -seqs.push_back(newSeq1542); -name = "GQY1XT001CW6Y0"; -align = "T-C--T-T--GG-A-A-C-T-G-C--GC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-G-ACT--GACG-TTG-A-GG--C-C-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AG-A-----GAC-T-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq1543(name, align); -seqs.push_back(newSeq1543); -name = "GQY1XT001CVXRA"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1544(name, align); -seqs.push_back(newSeq1544); -name = "GQY1XT001CV6D0"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-CT-T-T-G-A-G-T-G-A-GC-GA-G-A-AGG-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1545(name, align); -seqs.push_back(newSeq1545); -name = "GQY1XT001CUJ97"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1546(name, align); -seqs.push_back(newSeq1546); -name = "GQY1XT001CUE16"; -align = "T-T--T-T--GA-A-A-C-T-G-T--TG-A-A-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1547(name, align); -seqs.push_back(newSeq1547); -name = "GQY1XT001CU7PP"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1548(name, align); -seqs.push_back(newSeq1548); -name = "GQY1XT001CU6OX"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-A-C-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1549(name, align); -seqs.push_back(newSeq1549); -name = "GQY1XT001CSFEZ"; -align = "T-T--T-G--GG-A-A-C-T-G-T--AC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-T-GG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1550(name, align); -seqs.push_back(newSeq1550); -name = "GQY1XT001CRSPD"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C----T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-------G-G-G-G-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1551(name, align); -seqs.push_back(newSeq1551); -name = "GQY1XT001CRPGT"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1552(name, align); -seqs.push_back(newSeq1552); -name = "GQY1XT001CRDDY"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-G-T--C-C-G---G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1553(name, align); -seqs.push_back(newSeq1553); -name = "GQY1XT001CPIDA"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-C-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-T-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-TGG-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-A-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1554(name, align); -seqs.push_back(newSeq1554); -name = "GQY1XT001COYQ7"; -align = "A-T--T-G--GA-A-A-C-T-G-T--CG-G-A-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G---G-T--G---G----CA-AA----G-C-C-A-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1555(name, align); -seqs.push_back(newSeq1555); -name = "GQY1XT001COVAB"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-A-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--C---T----AG-A-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1556(name, align); -seqs.push_back(newSeq1556); -name = "GQY1XT001CO8VV"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-GTG-G------------ACAAAGTC--------C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1557(name, align); -seqs.push_back(newSeq1557); -name = "GQY1XT001CO0K0"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1558(name, align); -seqs.push_back(newSeq1558); -name = "GQY1XT001CNVA3"; -align = "T-T--T-T--GA-A-A-C-T-G-T--AG-G-G-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATTCC-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TTC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTGAA"; -Sequence newSeq1559(name, align); -seqs.push_back(newSeq1559); -name = "GQY1XT001CNJGA"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G---G-G--G---T----AA-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GT--A-G-C-A-AA-C-G-C-A-G-TAACG-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1560(name, align); -seqs.push_back(newSeq1560); -name = "GQY1XT001CMX16"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C-----A-GG----G-C-C-C-C-C-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1561(name, align); -seqs.push_back(newSeq1561); -name = "GQY1XT001CMV43"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-T-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-A-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1562(name, align); -seqs.push_back(newSeq1562); -name = "GQY1XT001CMRMZ"; -align = "T-C--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---T----AA-A-----GAC-T-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1563(name, align); -seqs.push_back(newSeq1563); -name = "GQY1XT001CML6P"; -align = "T-T--T-T--GA-A-A-C-T-G-A--GT-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1564(name, align); -seqs.push_back(newSeq1564); -name = "GQY1XT001CLRD6"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1565(name, align); -seqs.push_back(newSeq1565); -name = "GQY1XT001CKIUP"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-C-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq1566(name, align); -seqs.push_back(newSeq1566); -name = "GQY1XT001CKACU"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G---G--G---C----AC-A-----G-C-C---C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1567(name, align); -seqs.push_back(newSeq1567); -name = "GQY1XT001CIO6Z"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1568(name, align); -seqs.push_back(newSeq1568); -name = "GQY1XT001CINOS"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-ACTG-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1569(name, align); -seqs.push_back(newSeq1569); -name = "GQY1XT001CIG4J"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1570(name, align); -seqs.push_back(newSeq1570); -name = "GQY1XT001CI3UJ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T--------T-T-G--C-------GA--TAT-----A-C-G-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1571(name, align); -seqs.push_back(newSeq1571); -name = "GQY1XT001CHXQQ"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T----CA-A-----G-A-A-C-C-TCC-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1572(name, align); -seqs.push_back(newSeq1572); -name = "GQY1XT001CH8ZD"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AG-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1573(name, align); -seqs.push_back(newSeq1573); -name = "GQY1XT001CGZI2"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-A-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-T-G--C---C----AA-A-----G-G-C-T-C-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1574(name, align); -seqs.push_back(newSeq1574); -name = "GQY1XT001CGMGM"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1575(name, align); -seqs.push_back(newSeq1575); -name = "GQY1XT001CFTZL"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1576(name, align); -seqs.push_back(newSeq1576); -name = "GQY1XT001CEU3H"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AG-G-----G-C-C-C-C-C-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1577(name, align); -seqs.push_back(newSeq1577); -name = "GQY1XT001CES55"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1578(name, align); -seqs.push_back(newSeq1578); -name = "GQY1XT001CENGR"; -align = "C-G----T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1579(name, align); -seqs.push_back(newSeq1579); -name = "GQY1XT001CEHFU"; -align = "A-T--T-G--GA-A-A-C-T-G-G--GA-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-T-A-ACT--GACG-CTG-A-GG--T-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---T----AA-AG----A-C-T-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1580(name, align); -seqs.push_back(newSeq1580); -name = "GQY1XT001CE091"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1581(name, align); -seqs.push_back(newSeq1581); -name = "GQY1XT001CDWT4"; -align = "C-GT-T-T-GAA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1582(name, align); -seqs.push_back(newSeq1582); -name = "GQY1XT001CDMZ4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1583(name, align); -seqs.push_back(newSeq1583); -name = "GQY1XT001CDA2V"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-GTCCGG-T-C-C-GA-----------ATG-AGG---------A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1584(name, align); -seqs.push_back(newSeq1584); -name = "GQY1XT001CCF82"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--CGA------AT-GA------G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1585(name, align); -seqs.push_back(newSeq1585); -name = "GQY1XT001CBCVJ"; -align = "A-T--T-G--GA-A-A-C-T-G-G--GA-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1586(name, align); -seqs.push_back(newSeq1586); -name = "GQY1XT001CAKVS"; -align = "T-T--T-G--GG-A-A-C-T-G-T--AC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CA-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGCA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq1587(name, align); -seqs.push_back(newSeq1587); -name = "GQY1XT001CA3UA"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1588(name, align); -seqs.push_back(newSeq1588); -name = "GQY1XT001C9V0H"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1589(name, align); -seqs.push_back(newSeq1589); -name = "GQY1XT001C8RQZ"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CG-G-G-G-G----T---C----AT-AA----G-A-C-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1590(name, align); -seqs.push_back(newSeq1590); -name = "GQY1XT001C80S1"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1591(name, align); -seqs.push_back(newSeq1591); -name = "GQY1XT001C7PAI"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1592(name, align); -seqs.push_back(newSeq1592); -name = "GQY1XT001C61J8"; -align = "C-G--T-T--GA-A-A-C-TGG-G--AG-C-C-T--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CGG-----G-A-C-T-G-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1593(name, align); -seqs.push_back(newSeq1593); -name = "GQY1XT001C5P4N"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-A-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-G--A-G-G-G-G--G---C----CA-A-----G-C-C-C-C-C-T-G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1594(name, align); -seqs.push_back(newSeq1594); -name = "GQY1XT001C5MQ7"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C----T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-T-GG-A-ATG-C-G-T-G-GT-GT-A-G-TGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1595(name, align); -seqs.push_back(newSeq1595); -name = "GQY1XT001C4S0G"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1596(name, align); -seqs.push_back(newSeq1596); -name = "GQY1XT001C2WHP"; -align = "T-T--T-G--G--A-A-C-T-G-T--TC-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-G-G-G-A-G--AG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-C-GT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-T--A-G-G-C-C--C---T----AT-CC----G-G-G-G-C-T-T-A-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1597(name, align); -seqs.push_back(newSeq1597); -name = "GQY1XT001C2KSO"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1598(name, align); -seqs.push_back(newSeq1598); -name = "GQY1XT001C23JD"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1599(name, align); -seqs.push_back(newSeq1599); -name = "GQY1XT001C1L1B"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G---T--G-G-G-G-G--G-------TCT-GAC-----C-C-C-C-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1600(name, align); -seqs.push_back(newSeq1600); -name = "GQY1XT001C1CJH"; -align = "T-T--T-T--GG-A-A-C-T-G-C--GT-G-T-C--T-T-G-A-G-T-G-A-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-C-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AT-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-A-G-G---------TATT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1601(name, align); -seqs.push_back(newSeq1601); -name = "GQY1XT001C1A4H"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-A-C-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-A--CTGG-AC-GA-T-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1602(name, align); -seqs.push_back(newSeq1602); -name = "GQY1XT001C18EI"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-GAG-G-T--A--------TT-GA------C-C-C-CTT-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1603(name, align); -seqs.push_back(newSeq1603); -name = "GQY1XT001C0EIP"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1604(name, align); -seqs.push_back(newSeq1604); -name = "GQY1XT001C054B"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1605(name, align); -seqs.push_back(newSeq1605); -name = "GQY1XT001C02H7"; -align = "A-T--T-G--GA-A-A-C-T-G-G--GA-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-T-A-ACT--GACG-CTG-A-GG--T-T-CG-AAA-G-C-G-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1606(name, align); -seqs.push_back(newSeq1606); -name = "GQY1XT001C01OE"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-C-C-C--T-T-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-A--CTGG-AC-GA-T-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CGC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1607(name, align); -seqs.push_back(newSeq1607); -name = "GQY1XT001BZL9H"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-A--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---C---ATG-G-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1608(name, align); -seqs.push_back(newSeq1608); -name = "GQY1XT001BYOHC"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TG-A-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1609(name, align); -seqs.push_back(newSeq1609); -name = "GQY1XT001BY7Q5"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GACC------C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1610(name, align); -seqs.push_back(newSeq1610); -name = "GQY1XT001BY4XC"; -align = "A-T--C-A--G--A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG--A-G-A-G-G-A-G--AG-T-GG-A-ACT---C-A-T-GT-GT-A-G-CGGC-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-C--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1611(name, align); -seqs.push_back(newSeq1611); -name = "GQY1XT001BY2VC"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-ACGG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1612(name, align); -seqs.push_back(newSeq1612); -name = "GQY1XT001BWH5Q"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--CGA------GT-GA------G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1613(name, align); -seqs.push_back(newSeq1613); -name = "GQY1XT001BW5LP"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1614(name, align); -seqs.push_back(newSeq1614); -name = "GQY1XT001BW0GJ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--TGCC-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1615(name, align); -seqs.push_back(newSeq1615); -name = "GQY1XT001BVJKI"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---C----AA--A----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1616(name, align); -seqs.push_back(newSeq1616); -name = "GQY1XT001BVJ8N"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TG-G-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GACC------C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1617(name, align); -seqs.push_back(newSeq1617); -name = "GQY1XT001BVATR"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1618(name, align); -seqs.push_back(newSeq1618); -name = "GQY1XT001BV86B"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C----T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATG-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1619(name, align); -seqs.push_back(newSeq1619); -name = "GQY1XT001BUYF3"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAGCC-TT-C--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1620(name, align); -seqs.push_back(newSeq1620); -name = "GQY1XT001BUUF4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-G-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CA-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1621(name, align); -seqs.push_back(newSeq1621); -name = "GQY1XT001BTLTU"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATTCC-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1622(name, align); -seqs.push_back(newSeq1622); -name = "GQY1XT001BT9DZ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1623(name, align); -seqs.push_back(newSeq1623); -name = "GQY1XT001BSGSM"; -align = "T-T--T-T--GG-A-A-C-T-G-T--CA-G-G-C--T-G-G-A-G-T-G-C-AG-GA---G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-G-ACT--GACG-TTG-A-GG--C-C-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGG-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-T-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1624(name, align); -seqs.push_back(newSeq1624); -name = "GQY1XT001BRS3S"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1625(name, align); -seqs.push_back(newSeq1625); -name = "GQY1XT001BRN8Y"; -align = "T-T--T-T--GA-A-A-C-T-G-C--AG-A-G-C--T-T-G-A-G-T-G-G-AG-TA-G-A-G-G-T-A--GG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TC-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTGAA"; -Sequence newSeq1626(name, align); -seqs.push_back(newSeq1626); -name = "GQY1XT001BRIHM"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-GCG-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1627(name, align); -seqs.push_back(newSeq1627); -name = "GQY1XT001BRBY0"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-C-C-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G----A---C----CG-AC----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1628(name, align); -seqs.push_back(newSeq1628); -name = "GQY1XT001BRB2B"; -align = "T-T--T-T--GG-A-A-C-T-G-C--CC-A-G-C--T-A-G-A-G-T-A-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-A-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AG-A-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1629(name, align); -seqs.push_back(newSeq1629); -name = "GQY1XT001BR3TH"; -align = "C-T--C-T--GA-T-A-C-T-G-T--CG-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-TCC--G-GCCCG------------ATT-GGG---------G-GCT-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1630(name, align); -seqs.push_back(newSeq1630); -name = "GQY1XT001BPB9Y"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-TCG--G-G-G-G-T--T---C----AA-G-----A-A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1631(name, align); -seqs.push_back(newSeq1631); -name = "GQY1XT001BP0GH"; -align = "A-T--T-T--GA-A-A-C-T-G-T--CC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-CG-G-G-G-G----T---T----CA-AG----A-A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1632(name, align); -seqs.push_back(newSeq1632); -name = "GQY1XT001BOZ60"; -align = "T-C--T-G--GA-A-A-C-T-G-T--CC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-A--G---C----AA--A----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACCGT-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1633(name, align); -seqs.push_back(newSeq1633); -name = "GQY1XT001BOTKM"; -align = "C-G----T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-A-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1634(name, align); -seqs.push_back(newSeq1634); -name = "GQY1XT001BOCH0"; -align = "G-T--T-C--AA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-G-G-AG-TA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AA--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-T--AGC---AAACA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A----------CCG-AC-GG-----T-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1635(name, align); -seqs.push_back(newSeq1635); -name = "GQY1XT001BO5AY"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-T--T-------CTA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1636(name, align); -seqs.push_back(newSeq1636); -name = "GQY1XT001BO26H"; -align = "C-T--C-T--GA-T-A-C-T-G-T--CG-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AT--AA-C-T-G-G-TT-G-T-C--G-G-C-G------------ATA-AAA---------T-G-T-C-G-G-T-G-A-C--TA--A-G-C-G-AA-A-G-C-G-A-TAA-G-TTA-TCC-ACC-T-G-GGG-GG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1637(name, align); -seqs.push_back(newSeq1637); -name = "GQY1XT001BO0VB"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AC-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-G-G-G-T-G--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AG-A-----GAC-T-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1638(name, align); -seqs.push_back(newSeq1638); -name = "GQY1XT001BMANE"; -align = "C-G--T-T--GA-A-A-C-G-G-G--AG---C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1639(name, align); -seqs.push_back(newSeq1639); -name = "GQY1XT001BJW91"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-A-G-C--C-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1640(name, align); -seqs.push_back(newSeq1640); -name = "GQY1XT001BJ5VY"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1641(name, align); -seqs.push_back(newSeq1641); -name = "GQY1XT001BIQ0Y"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-A-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1642(name, align); -seqs.push_back(newSeq1642); -name = "GQY1XT001BI1VW"; -align = "A----T-T--GA-A-A-C-T-G-T--GT-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1643(name, align); -seqs.push_back(newSeq1643); -name = "GQY1XT001BI0RV"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1644(name, align); -seqs.push_back(newSeq1644); -name = "GQY1XT001BHY85"; -align = "A-T--T-T--GA-A-A-C-T---G--TT-C-C-C--T-T-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-A--CTGG-AC-GA-T-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1645(name, align); -seqs.push_back(newSeq1645); -name = "GQY1XT001BHU11"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----TAGA-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1646(name, align); -seqs.push_back(newSeq1646); -name = "GQY1XT001BHQEM"; -align = "T-C--T-G--GA-A-A-C-T-G-TA-AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AC-A-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1647(name, align); -seqs.push_back(newSeq1647); -name = "GQY1XT001BHK64"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T-G---GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1648(name, align); -seqs.push_back(newSeq1648); -name = "GQY1XT001BH4GI"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AT-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1649(name, align); -seqs.push_back(newSeq1649); -name = "GQY1XT001BGQGA"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1650(name, align); -seqs.push_back(newSeq1650); -name = "GQY1XT001BG448"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1651(name, align); -seqs.push_back(newSeq1651); -name = "GQY1XT001BFPNU"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAAGG-CGG-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GTGG-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1652(name, align); -seqs.push_back(newSeq1652); -name = "GQY1XT001BEKGR"; -align = "C-G--T-T-GAA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GTGG-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1653(name, align); -seqs.push_back(newSeq1653); -name = "GQY1XT001BCOC6"; -align = "A-T--C-G--GA-A-A-C-C-G-G--GC-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-C--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-TCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAT-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1654(name, align); -seqs.push_back(newSeq1654); -name = "GQY1XT001BC1WQ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-GTT-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1655(name, align); -seqs.push_back(newSeq1655); -name = "GQY1XT001BB3UG"; -align = "T-T--T-G--GG-A-A-C-T-G-T--AC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1656(name, align); -seqs.push_back(newSeq1656); -name = "GQY1XT001B8ZUW"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TG-G-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G-AGGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1657(name, align); -seqs.push_back(newSeq1657); -name = "GQY1XT001B899B"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTG-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1658(name, align); -seqs.push_back(newSeq1658); -name = "GQY1XT001B874Y"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AT-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AT-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-G--CTGG-AC-AG-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T----G-G-G-G-G----------ACT-GA--C-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGAATGAA"; -Sequence newSeq1659(name, align); -seqs.push_back(newSeq1659); -name = "GQY1XT001B81VY"; -align = "A-T--T-G--GA-A-A-C-T-G-G--GA-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-T-A-ACT--GACG-CTG-A-GG--T-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAT-TCC-GCC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1660(name, align); -seqs.push_back(newSeq1660); -name = "GQY1XT001B7U5I"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-C-G----G---G----CA-AA----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1661(name, align); -seqs.push_back(newSeq1661); -name = "GQY1XT001B7CX2"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TG-G-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1662(name, align); -seqs.push_back(newSeq1662); -name = "GQY1XT001B6Y9C"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1663(name, align); -seqs.push_back(newSeq1663); -name = "GQY1XT001B6PJY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTT-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TA-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1664(name, align); -seqs.push_back(newSeq1664); -name = "GQY1XT001B5Y52"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-A--CTGG-AC-GA-T-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-GTG-G-G--T-------ATG-GA------C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1665(name, align); -seqs.push_back(newSeq1665); -name = "GQY1XT001B5VPJ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1666(name, align); -seqs.push_back(newSeq1666); -name = "GQY1XT001B5S1X"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-C--C---CT---AA-G-----G-G-G-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1667(name, align); -seqs.push_back(newSeq1667); -name = "GQY1XT001B5GOX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1668(name, align); -seqs.push_back(newSeq1668); -name = "GQY1XT001B4XAQ"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CC-T-G-C--T-G-G-A-G-T-G-C-CG-GA---G-G-G---C--AG-G-CG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G---G-G--G---C----AG-G-----G-C-C-C-C-C-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1669(name, align); -seqs.push_back(newSeq1669); -name = "GQY1XT001B4D1T"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1670(name, align); -seqs.push_back(newSeq1670); -name = "GQY1XT001B4056"; -align = "A-T--T-G--GA-A-A-C-T-G-T--CG-C-G-C--T-C-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-A-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-GT-G-T-C------G-G-G--A--------A--A-----------C-----C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAT-TCC-ACC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq1671(name, align); -seqs.push_back(newSeq1671); -name = "GQY1XT001B3J69"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1672(name, align); -seqs.push_back(newSeq1672); -name = "GQY1XT001B2Z07"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-GTCCGG-T-C-C-G-----------ATTG-GGG---------A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1673(name, align); -seqs.push_back(newSeq1673); -name = "GQY1XT001B2UVD"; -align = "C-G----T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1674(name, align); -seqs.push_back(newSeq1674); -name = "GQY1XT001B264Y"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CC-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1675(name, align); -seqs.push_back(newSeq1675); -name = "GQY1XT001B0B7S"; -align = "A-T--T-G--GA-A-A-C-T-G-T--CG-G-A-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-C-G-G--G---C----AA-A-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1676(name, align); -seqs.push_back(newSeq1676); -name = "GQY1XT001B02KN"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G---G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C-----A-GG----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1677(name, align); -seqs.push_back(newSeq1677); -name = "GQY1XT001AZEJX"; -align = "T-T--T-T--GG-A-A-C-T-G-T--CA-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----TA-GA----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1678(name, align); -seqs.push_back(newSeq1678); -name = "GQY1XT001AZ91Q"; -align = "T-T--T-G--GA-A-A-C-T-G-T--TA-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-C-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1679(name, align); -seqs.push_back(newSeq1679); -name = "GQY1XT001AXWID"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1680(name, align); -seqs.push_back(newSeq1680); -name = "GQY1XT001AW4XW"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-CT-T-G-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-TC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1681(name, align); -seqs.push_back(newSeq1681); -name = "GQY1XT001AV5RM"; -align = "T-T--T-G--GA-A-A-C-T-G-C--GA-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1682(name, align); -seqs.push_back(newSeq1682); -name = "GQY1XT001AUZKM"; -align = "C-G--T-T--GA-A-A-C-T-G-G---C-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1683(name, align); -seqs.push_back(newSeq1683); -name = "GQY1XT001AUA36"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CT-TC-C-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1684(name, align); -seqs.push_back(newSeq1684); -name = "GQY1XT001AU7GQ"; -align = "T-T--T-G--GA-A-A-C-T-G-C--GA-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----TAGA-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1685(name, align); -seqs.push_back(newSeq1685); -name = "GQY1XT001AU0ZO"; -align = "A-T--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-GCAAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1686(name, align); -seqs.push_back(newSeq1686); -name = "GQY1XT001AU0YX"; -align = "A-C--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GC-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GGA-GG-CGG-C-TT-A--CTGG-AC-GG-T-C-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-C-G-G--G---C----AG-G-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1687(name, align); -seqs.push_back(newSeq1687); -name = "GQY1XT001ATICR"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-A-C-TG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G---G-A--G---C----AA-A-----G-C-T---T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-CAT-TCC-ACC-T---GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1688(name, align); -seqs.push_back(newSeq1688); -name = "GQY1XT001ATCH2"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-CGG-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G---G-G--G---T----AA-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GAG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1689(name, align); -seqs.push_back(newSeq1689); -name = "GQY1XT001AT098"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1690(name, align); -seqs.push_back(newSeq1690); -name = "GQY1XT001ASHNW"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1691(name, align); -seqs.push_back(newSeq1691); -name = "GQY1XT001AQAE2"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-A-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----TA-GA----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1692(name, align); -seqs.push_back(newSeq1692); -name = "GQY1XT001APT2N"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1693(name, align); -seqs.push_back(newSeq1693); -name = "GQY1XT001APR6R"; -align = "A-T--T-T--GA-A-A-C-G-T-G--CC-AGG-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-AACC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-C-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-T-GG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--C---C----GA-C-----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1694(name, align); -seqs.push_back(newSeq1694); -name = "GQY1XT001APLM5"; -align = "G-T--T-T--GA-A-A-C-T-G-T--GA-G-G-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-T-A--GG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-A--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G----------ACT-GA-CC-----C-C-A-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1695(name, align); -seqs.push_back(newSeq1695); -name = "GQY1XT001AP3ZY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------AT-GA------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1696(name, align); -seqs.push_back(newSeq1696); -name = "GQY1XT001AOT7K"; -align = "T-T--T-T--GA-A-A-C-T-G-T--TG-A-A-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-TAA-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGGAGG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1697(name, align); -seqs.push_back(newSeq1697); -name = "GQY1XT001AOB8V"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-TCGG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----TAGA-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1698(name, align); -seqs.push_back(newSeq1698); -name = "GQY1XT001AO39T"; -align = "C-G--T-T--GA-A-A-C-T-A-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GG------G-G-G-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1699(name, align); -seqs.push_back(newSeq1699); -name = "GQY1XT001ANM2O"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A--------GA-AT------G-ATCCC-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1700(name, align); -seqs.push_back(newSeq1700); -name = "GQY1XT001ANEPB"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1701(name, align); -seqs.push_back(newSeq1701); -name = "GQY1XT001AN52Q"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-A-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---CT---AG-A-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C--AAGGTTGAA"; -Sequence newSeq1702(name, align); -seqs.push_back(newSeq1702); -name = "GQY1XT001AMT3B"; -align = "C-A--T-T-GAA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C---T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1703(name, align); -seqs.push_back(newSeq1703); -name = "GQY1XT001AMFIX"; -align = "A-C--T-G--AG-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-G-G-G--A---C---ATA-A-----G-T-T-T-C-C-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-C-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1704(name, align); -seqs.push_back(newSeq1704); -name = "GQY1XT001ALORM"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAGTGGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1705(name, align); -seqs.push_back(newSeq1705); -name = "GQY1XT001ALJR9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1706(name, align); -seqs.push_back(newSeq1706); -name = "GQY1XT001AL7YW"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1707(name, align); -seqs.push_back(newSeq1707); -name = "GQY1XT001AKDWB"; -align = "A-T--T-G--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C---G----AT-TG----G-G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1708(name, align); -seqs.push_back(newSeq1708); -name = "GQY1XT001AJW7Z"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1709(name, align); -seqs.push_back(newSeq1709); -name = "GQY1XT001AJMTR"; -align = "T-T--T-G--GA-A-A-C-T-G-C--GA-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-C--G-G-G-G----G---C----AA-A-----G-C-C-C-C-T-C-G-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-A-TAA-G-CAC-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq1710(name, align); -seqs.push_back(newSeq1710); -name = "GQY1XT001AJCQ5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1711(name, align); -seqs.push_back(newSeq1711); -name = "GQY1XT001AJ4TJ"; -align = "T-T--T-G--GA-A-A-CTT-T-T--TT-T-G-C--T-G-G-A-G-T-A-C-CG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--A---C----AA-A-----G-T-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-C-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1712(name, align); -seqs.push_back(newSeq1712); -name = "GQY1XT001AI9J5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1713(name, align); -seqs.push_back(newSeq1713); -name = "GQY1XT001AGTZA"; -align = "A-T--T-G--GA-A-A-C-T-G-G--GA-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1714(name, align); -seqs.push_back(newSeq1714); -name = "GQY1XT001AFNJT"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GT-T-G-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-A--G---C----A--AA----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1715(name, align); -seqs.push_back(newSeq1715); -name = "GQY1XT001AFCLT"; -align = "T-T--T-T--GA-A-A-C-T-G-A--GT-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-GG----A-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1716(name, align); -seqs.push_back(newSeq1716); -name = "GQY1XT001A9Q52"; -align = "T-T--T-T--GA-A-A-C-T-G-T--AT-G-A-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-A--G---C----A--AA----G-C-T-T-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1717(name, align); -seqs.push_back(newSeq1717); -name = "GQY1XT001A9KYL"; -align = "T-C--T-G--GG-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-C-CG-GA---G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AG-G-----G-C-C-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1718(name, align); -seqs.push_back(newSeq1718); -name = "GQY1XT001A9094"; -align = "T-C--T-G--GA-A-A-C-T-G-C--GG-C-G-C--T-G-G-A-G-T-A-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AGA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--C---G----AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1719(name, align); -seqs.push_back(newSeq1719); -name = "GQY1XT001A8IDN"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-C-A-G-GT-G-T-CG-G-T-G-G----G---T----AT-GG----A-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq1720(name, align); -seqs.push_back(newSeq1720); -name = "GQY1XT001A8AXM"; -align = "C----T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-ATAAG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1721(name, align); -seqs.push_back(newSeq1721); -name = "GQY1XT001A7E5Q"; -align = "T-T--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1722(name, align); -seqs.push_back(newSeq1722); -name = "GQY1XT001A6E93"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1723(name, align); -seqs.push_back(newSeq1723); -name = "GQY1XT001A6BRC"; -align = "G-C--C-C--CG-A-A-C-T-G-T--GA-G-T-C--T-C-G-A-G-T-G-T-GG-TA-G-G-G-G-A-A--GG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-GAA--TG-C-GC-AG--AT-A-TC-G-G-G-AA-G-A-AC-A-CC-GA-T-G-GC-GAA-GG-CAG-C-CT-T--CTGG-GC-CA-T-C-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-GT-G-T------C-G-G-G-----------A---A------------A-C-C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAT-TCC-ACC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq1724(name, align); -seqs.push_back(newSeq1724); -name = "GQY1XT001A5J2H"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AG--CA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T----TA-C-----G-G-A-CGC-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1725(name, align); -seqs.push_back(newSeq1725); -name = "GQY1XT001A59OZ"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-A-C-TG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-GT-CG-A-T-ACT--GACA-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCC-T-AAAC-G-A-TG-AG--TA-C-T-A-A-GT-G-T-T--G-G-T-G-A--G---------A-A---------T-C-A-------G-T-G-C-T--GA--A-G-T-T-AA-C-G-C-A-T-TAA-G-TAC-TCC-GCC-T-G-AGT-AG-TA--CG-TA-C-G-C-A-AGTATGAA"; -Sequence newSeq1726(name, align); -seqs.push_back(newSeq1726); -name = "GQY1XT001A4Q0L"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-T-G-A-T-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1727(name, align); -seqs.push_back(newSeq1727); -name = "GQY1XT001A3WVS"; -align = "T-T--T-T--GG-A-A-C-T-G-C--CC-A-G-C--T-A-G-A-G-T-A-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-A-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-A-G--C---G----AT-A-----G-C-C---T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1728(name, align); -seqs.push_back(newSeq1728); -name = "GQY1XT001A3WQR"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------A-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGGG"; -Sequence newSeq1729(name, align); -seqs.push_back(newSeq1729); -name = "GQY1XT001A3TQ3"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1730(name, align); -seqs.push_back(newSeq1730); -name = "GQY1XT001A2QK9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1731(name, align); -seqs.push_back(newSeq1731); -name = "GQY1XT001A1SOP"; -align = "CAT--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1732(name, align); -seqs.push_back(newSeq1732); -name = "GQY1XT001A1ONR"; -align = "T-T--T-T--GA-A-A-C-T-G-T--TG-A-A-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T----CA-A-----G-A-A-C-C-TCC-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1733(name, align); -seqs.push_back(newSeq1733); -name = "GQY1XT001A1A4Q"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1734(name, align); -seqs.push_back(newSeq1734); -name = "GQY1XT001A12RU"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1735(name, align); -seqs.push_back(newSeq1735); -name = "GQY1XT001EVHT3"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TG-G-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1736(name, align); -seqs.push_back(newSeq1736); -name = "GQY1XT001BC1OQ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--CGA------GT-GA------G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1737(name, align); -seqs.push_back(newSeq1737); -name = "GQY1XT001CV3PG"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1738(name, align); -seqs.push_back(newSeq1738); -name = "GQY1XT001CKP7A"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1739(name, align); -seqs.push_back(newSeq1739); -name = "GQY1XT001A4XF1"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1740(name, align); -seqs.push_back(newSeq1740); -name = "GQY1XT001CBEPN"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1741(name, align); -seqs.push_back(newSeq1741); -name = "GQY1XT001CVFWB"; -align = "T-C--T-G--GA-A-A-C-T-G-C--GT-C-G-C--T-G-G-A-G-T-A-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AGA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-C--G-G-G-G-G--A---CG---AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1742(name, align); -seqs.push_back(newSeq1742); -name = "GQY1XT001CA4CP"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-A-T-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-A-G--G---C----AA-A-----G-C-C-T-T-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1743(name, align); -seqs.push_back(newSeq1743); -name = "GQY1XT001BYO88"; -align = "T-C--T-T--GG-A-A-C-T-G-C--GC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-G-ACT--GACG-TTG-A-GG--C-C-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AG-A-----G-A-C-TGC-C-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq1744(name, align); -seqs.push_back(newSeq1744); -name = "GQY1XT001BQZ93"; -align = "T-C--T-G--GA-A-A-C-T-G-C--GT-C-G-C--T-G-G-A-G-T-A-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1745(name, align); -seqs.push_back(newSeq1745); -name = "GQY1XT001BJD55"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AG-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1746(name, align); -seqs.push_back(newSeq1746); -name = "GQY1XT001B5TIJ"; -align = "A-A--C-T--AA-A-A-C-T-G-A--AT-T-T-C--T-T-G-A-G-T-G-C-GG-GA-G-A-G-G-A-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-T--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-A--G-G-G-A-A--T-------ATT-AA------G-T-T-T-T-C-T-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1747(name, align); -seqs.push_back(newSeq1747); -name = "GQY1XT001AVQRK"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1748(name, align); -seqs.push_back(newSeq1748); -name = "GQY1XT001AV8ZM"; -align = "A-T--T-T--GA-A-A-C-T---G--TT-T-C-C--T-T-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-A--CTGG-AC-GA-T-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1749(name, align); -seqs.push_back(newSeq1749); -name = "GQY1XT001EROXS"; -align = "T-T--T-T--GG-A-A-C-T-G-T--CA-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-G-ACT--GACG-TTG-A-GG--C-C-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C---AGA-G-----A-C-T-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq1750(name, align); -seqs.push_back(newSeq1750); -name = "GQY1XT001EJWHQ"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------G-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1751(name, align); -seqs.push_back(newSeq1751); -name = "GQY1XT001EJN8I"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---C----AT-AA----G-A-C-T-T-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1752(name, align); -seqs.push_back(newSeq1752); -name = "GQY1XT001EJGNG"; -align = "G-T--T-C--AA-A-A-C-T-G-C--AG-G-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATTCC-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-A-G----------A-T-CA-AA-----C-T-T-T-C-C-G-T-G-C-C--GG--A-G-T-A-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1753(name, align); -seqs.push_back(newSeq1753); -name = "GQY1XT001EFJ4B"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-C-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G----A---C----CG-AC----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1754(name, align); -seqs.push_back(newSeq1754); -name = "GQY1XT001ECB3X"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-T----G---G----CA-AA----G-C-C-A-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1755(name, align); -seqs.push_back(newSeq1755); -name = "GQY1XT001EAC3N"; -align = "T-T--T-G--GG-A-A-C-T-G-T--AC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1756(name, align); -seqs.push_back(newSeq1756); -name = "GQY1XT001E0PCI"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1757(name, align); -seqs.push_back(newSeq1757); -name = "GQY1XT001DR760"; -align = "A-A--C-C--AA-A-A-C-T-A-T--TA-T-T-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-GTG-G-G--T-------ATG-GA------C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1758(name, align); -seqs.push_back(newSeq1758); -name = "GQY1XT001D9PSL"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-A-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--CGA------TT-GA------G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1759(name, align); -seqs.push_back(newSeq1759); -name = "GQY1XT001D9LQM"; -align = "A-T--C-G--GA-A-A-C-C-G-G--GC-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-C--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1760(name, align); -seqs.push_back(newSeq1760); -name = "GQY1XT001D0BXA"; -align = "A-T--T-G--GA-A-A-C-T-G-G--GA-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-A-A-TG-AG--TG-C-T-A-G-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1761(name, align); -seqs.push_back(newSeq1761); -name = "GQY1XT001CSFK4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1762(name, align); -seqs.push_back(newSeq1762); -name = "GQY1XT001CS9RH"; -align = "C-C--T-T--GG-A-A-C-T-G-T--GC-G-G-C--T-G-G-A-G-T-G-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-CG-G-G-G-G-A--C---G----AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq1763(name, align); -seqs.push_back(newSeq1763); -name = "GQY1XT001CNG65"; -align = "T-C--T-T--GA-A-A-C-T-G-G--CA-G-G-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-G-ACT--GACA-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-G----TA--C----AG-AA----G-T-A-C-C-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1764(name, align); -seqs.push_back(newSeq1764); -name = "GQY1XT001C3Y4F"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CC-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-GG----A-C-C-C-A-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1765(name, align); -seqs.push_back(newSeq1765); -name = "GQY1XT001C20JS"; -align = "C-T--C-T--GA-T-A-C-T-G-T--CG-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-TAG--G-G-G-GT----------ATTA-AGC---------C-T-T-C-T-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1766(name, align); -seqs.push_back(newSeq1766); -name = "GQY1XT001BXN5D"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-C-A-G-GT-G-T-C--G-G-G-G-G--T---T----AACA-----G-A-C-C-C-C-C-G-G-T-G-C-C--GA--A-G-C-C-AA-C-G-C-A-T-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1767(name, align); -seqs.push_back(newSeq1767); -name = "GQY1XT001BVPBJ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1768(name, align); -seqs.push_back(newSeq1768); -name = "GQY1XT001BHQ0I"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1769(name, align); -seqs.push_back(newSeq1769); -name = "GQY1XT001BD68A"; -align = "T-T--T-T--GG-A-A-C-T-A-T--CT-A-G-C--T-A-G-A-T-T-G-C-AG-GA-G---G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-C-G--C---C----AT-A-----G-G-C-G-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1770(name, align); -seqs.push_back(newSeq1770); -name = "GQY1XT001BD5WD"; -align = "T-C--T-G--GA-A-A-C-T-G-T--CC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1771(name, align); -seqs.push_back(newSeq1771); -name = "GQY1XT001BAM0T"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T---G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1772(name, align); -seqs.push_back(newSeq1772); -name = "GQY1XT001B1Z38"; -align = "A-T--T-G--GG-A-A-C-T-G-G--CA-A-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA--A----G-C-T-T-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1773(name, align); -seqs.push_back(newSeq1773); -name = "GQY1XT001AHFN5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1774(name, align); -seqs.push_back(newSeq1774); -name = "GQY1XT001A96BG"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-A-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---C---ATA-A-----G-A-C-T-T-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1775(name, align); -seqs.push_back(newSeq1775); -name = "GQY1XT001A37W3"; -align = "T-T--T-G--GG-A-A-C-T-G-T--AC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1776(name, align); -seqs.push_back(newSeq1776); -name = "GQY1XT001EZSGA"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-C-A-G-GT-G-T-C--G-G-G-G-G--T---T----AACA-----G-A-C-C-C-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1777(name, align); -seqs.push_back(newSeq1777); -name = "GQY1XT001EXW1N"; -align = "A-T--T-T--GA-A-A-C-T-G-T--CA-G-T-C--T-T-G-A-G-T-A-C-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1778(name, align); -seqs.push_back(newSeq1778); -name = "GQY1XT001EXH2J"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AT-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AT-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AT-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1779(name, align); -seqs.push_back(newSeq1779); -name = "GQY1XT001EXGNL"; -align = "T-T--T-T--GG-A-A-C-T-A-T--CT-A-G-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-A--G---C----AA--A----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1780(name, align); -seqs.push_back(newSeq1780); -name = "GQY1XT001EX06G"; -align = "T-T--T-T--GA-A-A-C-T-G-A--GT-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AA-A-----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq1781(name, align); -seqs.push_back(newSeq1781); -name = "GQY1XT001EWF9Y"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-C-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1782(name, align); -seqs.push_back(newSeq1782); -name = "GQY1XT001EW08O"; -align = "C-G--T-T--GA-A-A-C-G-G-T--TT-TCGTC--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1783(name, align); -seqs.push_back(newSeq1783); -name = "GQY1XT001EVBLO"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GC-T-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-G-ACT--GACG-TTG-A-GG--C-C-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AG-A-----GAC-T-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq1784(name, align); -seqs.push_back(newSeq1784); -name = "GQY1XT001EUDD8"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1785(name, align); -seqs.push_back(newSeq1785); -name = "GQY1XT001ETQFN"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA---G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AG-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1786(name, align); -seqs.push_back(newSeq1786); -name = "GQY1XT001ESRP4"; -align = "A-T--A-A--GA-A-A-C-T-G-T--CG-G-A-C--T-T-G-A-G-T-A-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C---A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-G-G-G-AA-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-A-A-ACT--GACG-CTG-A-GT--C-A-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--G-G-C-A-A-----------GG-AA--------T-T-G-T-C-G-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1787(name, align); -seqs.push_back(newSeq1787); -name = "GQY1XT001ER70P"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AC-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-G-G-G-T-G--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---C---ATG-G-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1788(name, align); -seqs.push_back(newSeq1788); -name = "GQY1XT001ER69B"; -align = "T-C--T-G--GA-A-A-C-T-G-C--GG-C-G-C--T-G-G-A-G-T-A-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AGA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-TCG--G-G-G-G-A--C---G----AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1789(name, align); -seqs.push_back(newSeq1789); -name = "GQY1XT001EQC7D"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AC-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G---G-G-T-G--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1790(name, align); -seqs.push_back(newSeq1790); -name = "GQY1XT001EP7ZP"; -align = "A-T--A-A--GA-A-A-C-T-G-T--CG-G-A-C--T-T-G-A-G-T-A-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C---A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-CT-T-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-GT-T---T----AC-G-----G-A-C-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-T-CCACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1791(name, align); -seqs.push_back(newSeq1791); -name = "GQY1XT001EOV2A"; -align = "C-C--T-T--GG-A-A-C-T-G-T--GC-G-G-C--T-G-G-A-G-T-G-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-CG-G-G-G-G-A--C---G----AC-A-----GTG-C-C-C-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq1792(name, align); -seqs.push_back(newSeq1792); -name = "GQY1XT001EOFW7"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CC-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1793(name, align); -seqs.push_back(newSeq1793); -name = "GQY1XT001ENVYC"; -align = "A-C--T-T--GA-A-A-C-T-G-G--GT-G-T-C--T-T-G-A-G-G-G-C-AG-GA-G-A-G-G-A-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-T--CTGG-AC-TG-T-A-CCT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1794(name, align); -seqs.push_back(newSeq1794); -name = "GQY1XT001EMTPI"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AC-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-G-G-G-T-G--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1795(name, align); -seqs.push_back(newSeq1795); -name = "GQY1XT001EMGX3"; -align = "A-T--C-T--GA-T-A-C-T-G-G--CA-A-G-C--T-T-G-A-G-T-C-T-CG-TA-G-A-G-G-G-G--GG-T-AG-A-ATT-C-C-A-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-T-G-G-AG-G-A-AT-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CC-C--CTGG-AC-GA-A-G-ACT--GACG-CTC-A-GG--T-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-TC--GA-C-T-T-G-GA-G-G-T--T-G-T-G-C--C-------CTT-GA------G-G-C-G-T-G-G-C-T-T-C-C--GG--A-G-C-T-AA-C-G-C-G-T-TAA-G-TCG-ACC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTAAA"; -Sequence newSeq1796(name, align); -seqs.push_back(newSeq1796); -name = "GQY1XT001EM07L"; -align = "T-T--T-G--GG-A-A-C-T-G-T--AC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-T-G--C---C----AA-A-----G-G-C-T-C-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1797(name, align); -seqs.push_back(newSeq1797); -name = "GQY1XT001ELLXI"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1798(name, align); -seqs.push_back(newSeq1798); -name = "GQY1XT001ELBS5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1799(name, align); -seqs.push_back(newSeq1799); -name = "GQY1XT001EL25N"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--C---C----GA--C----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1800(name, align); -seqs.push_back(newSeq1800); -name = "GQY1XT001EKYBD"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-G-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1801(name, align); -seqs.push_back(newSeq1801); -name = "GQY1XT001EK5N6"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GGA-GG-CGG-C-TT-A--CTGG-AC-GG-T-C-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-C-G-G--G---C----AG-G-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1802(name, align); -seqs.push_back(newSeq1802); -name = "GQY1XT001EJPJY"; -align = "T-T--T-G-GAA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1803(name, align); -seqs.push_back(newSeq1803); -name = "GQY1XT001EJLS1"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C---G---G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1804(name, align); -seqs.push_back(newSeq1804); -name = "GQY1XT001EI6M7"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CCGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-C-G-G--G---C----AA--A----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1805(name, align); -seqs.push_back(newSeq1805); -name = "GQY1XT001EI1UI"; -align = "A-C--T-G--AG-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-TA--TA-C-C-A-G-GT-G-T-C--G-G-G-C-A--T---CG---AG-G----AT-G-G-C-----C-G-G-T-G-C-C--GT--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-ACC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1806(name, align); -seqs.push_back(newSeq1806); -name = "GQY1XT001EH7V8"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-TG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1807(name, align); -seqs.push_back(newSeq1807); -name = "GQY1XT001EG39J"; -align = "T-T--T-T--GA-A-A-C-T-G-T--AC-A-G-C--T-T-G-A-T-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1808(name, align); -seqs.push_back(newSeq1808); -name = "GQY1XT001EFORW"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AC-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-G-G-G-T-G--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--C---C----A--AG----G-C-C-C-T-T-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1809(name, align); -seqs.push_back(newSeq1809); -name = "GQY1XT001EFMJE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G---A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1810(name, align); -seqs.push_back(newSeq1810); -name = "GQY1XT001EF6C6"; -align = "T-T--T-G--GT-A-A-A-C-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1811(name, align); -seqs.push_back(newSeq1811); -name = "GQY1XT001EEYEJ"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTGG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-C-G-G--G---C----AA-A-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-CA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1812(name, align); -seqs.push_back(newSeq1812); -name = "GQY1XT001EEGJS"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-TCC--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1813(name, align); -seqs.push_back(newSeq1813); -name = "GQY1XT001EDXO4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GG-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCC-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1814(name, align); -seqs.push_back(newSeq1814); -name = "GQY1XT001ECYZV"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-G-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AC-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1815(name, align); -seqs.push_back(newSeq1815); -name = "GQY1XT001ECO3L"; -align = "A-T--T-G--GA-A-A-C-T-G-G--GA-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-T--A-G-G-C-C--C---T----AT-CC----G-G-G-G-C-T-T-A-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1816(name, align); -seqs.push_back(newSeq1816); -name = "GQY1XT001EC680"; -align = "T-T--T-G--GG-A-A-C-T-G-T--AC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-C-A-G-GT-G-T-C--G-G-G-G-G--T---T----AACA-----G-A-C-C-C-C-C-G-G-T-G-C-C--GA--A-G-C-C-AA-C-G-C-A-T-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1817(name, align); -seqs.push_back(newSeq1817); -name = "GQY1XT001EBV6C"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-T-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-A-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1818(name, align); -seqs.push_back(newSeq1818); -name = "GQY1XT001EAZSN"; -align = "T-T--C-T--GA-T-A-C-T-G-C--TG-T-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AT-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-GTG-G--C-------AAA-G-------C-C-A-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1819(name, align); -seqs.push_back(newSeq1819); -name = "GQY1XT001EAZPN"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1820(name, align); -seqs.push_back(newSeq1820); -name = "GQY1XT001EAXU4"; -align = "T-T--T-G--GG-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---C---ATA-A-----G-A-C-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1821(name, align); -seqs.push_back(newSeq1821); -name = "GQY1XT001EA66J"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-C-G-G-T--A---C----GA-A-----G-T-A-C-T-G-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1822(name, align); -seqs.push_back(newSeq1822); -name = "GQY1XT001EA1KP"; -align = "A-T--C-G--GA-A-A-C-C-G-G--GC-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-C--AG-T-GG-A-ACT---C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CAG-C-TG-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-A-A-TG-AG--TG-C-T-A-G-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1823(name, align); -seqs.push_back(newSeq1823); -name = "GQY1XT001E1UQP"; -align = "C-G----T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T---G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1824(name, align); -seqs.push_back(newSeq1824); -name = "GQY1XT001E18R9"; -align = "G-T--T-C--AA-A-A-C-T-T-C--TT-G-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AGA-T--A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T----G-G-G-G-G----------ACT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1825(name, align); -seqs.push_back(newSeq1825); -name = "GQY1XT001E11J6"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1826(name, align); -seqs.push_back(newSeq1826); -name = "GQY1XT001DZFOE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--CGA------GT-GA------G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1827(name, align); -seqs.push_back(newSeq1827); -name = "GQY1XT001DZ7T4"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G---G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-T--C---A----TA-A-----G-A-C-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1828(name, align); -seqs.push_back(newSeq1828); -name = "GQY1XT001DYMWW"; -align = "T-C--T-G--GA-A-A-C-T-G-C--GT-C-G-C--T-G-G-A-G-T-A-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AGA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-CG-G-G-G-G-A--C---G----AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1829(name, align); -seqs.push_back(newSeq1829); -name = "GQY1XT001DXVZE"; -align = "ATT--T-T--GG-A-A-C-T-A-T--CA-A-G-C--T-A-G-A-G-T-A-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-A-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T-----------CTACGG-------G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1830(name, align); -seqs.push_back(newSeq1830); -name = "GQY1XT001DXOHI"; -align = "A-C--T-G--AG-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-TA--TA-C-C-A-G-GT-G-T-CG-G-G-C-A-T--C---A----AG-G-----A-T-G---G-C-C-G-G-T-G-C-C--GT--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-ACC-ACC-TGG-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1831(name, align); -seqs.push_back(newSeq1831); -name = "GQY1XT001DXF3E"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-CG-G-G-G-C----A---C----AT-AA----G-T-G-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-C-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1832(name, align); -seqs.push_back(newSeq1832); -name = "GQY1XT001DX6EC"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CC-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---CT---AG-A-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1833(name, align); -seqs.push_back(newSeq1833); -name = "GQY1XT001DWP39"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1834(name, align); -seqs.push_back(newSeq1834); -name = "GQY1XT001DVUS5"; -align = "C-C--T-T--GG-A-A-C-T-G-C--AT-G-G-C--T-G-G-A-G-T-G-C--G-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-G-ACT--GGCG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-CG-G-G-G-G-A--C---G----AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq1835(name, align); -seqs.push_back(newSeq1835); -name = "GQY1XT001DRVRB"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-CG-G-G-G-G--------G----TA-AG----G-C-C-C-C-C-C-G-G-T-G-C-C--GT--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1836(name, align); -seqs.push_back(newSeq1836); -name = "GQY1XT001DRPT7"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--CAA-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGAG-----TT-GG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1837(name, align); -seqs.push_back(newSeq1837); -name = "GQY1XT001DR86K"; -align = "C-T--C-T--GA-T-A-C-T-G-T--CG-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-AG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AT--AA-C-T-G-G-TT-G-T-C--G-G-C-G------------AAT-AAA---------T-G-T-C-G-G-T-G-A-C--TA--A-G-C-G-AA-A-G-C-G-A-TAA-G-TTA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1838(name, align); -seqs.push_back(newSeq1838); -name = "GQY1XT001DQ0O7"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---CT---AG-A-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq1839(name, align); -seqs.push_back(newSeq1839); -name = "GQY1XT001DPPPW"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1840(name, align); -seqs.push_back(newSeq1840); -name = "GQY1XT001DPO3P"; -align = "T-T--T-G--GA-A-A-C-T-G-T--TA-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-C-A-G-GT-G-T-CG-G-G-G-G-T--T---A----AC-A-----G-A-C-C-C-C-C-G-G-T-G-C-C--GA--A-G-C-C-AA-C-G-C-A-T-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1841(name, align); -seqs.push_back(newSeq1841); -name = "GQY1XT001DP5ZJ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T-ATTC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1842(name, align); -seqs.push_back(newSeq1842); -name = "GQY1XT001DOST9"; -align = "A-T--T-G--GA-A-A-C-T-G-G--GA-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-C--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1843(name, align); -seqs.push_back(newSeq1843); -name = "GQY1XT001DONIK"; -align = "..T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-C-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1844(name, align); -seqs.push_back(newSeq1844); -name = "GQY1XT001DOCNR"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-TG-G-G-G-G-A--C---C----AA-G-----G-T-T-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1845(name, align); -seqs.push_back(newSeq1845); -name = "GQY1XT001DO0R3"; -align = "G-T--T-C--CG-G-A-C-T-G-G--GC-G-G-C--T-C-G-A-G-T-G-C-GG-TA-G-A-G-G-A-G--AG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-GAA--TG-C-GC-AG--AT-A-TC-G-G-G-AA-G-A-AC-A-CC-GA-T-G-GC-GAA-GG-CAG-C-TC-T--CTGG-GC-CG-T-C-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-T-GGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CC-A-G-CCG-T-AAAC-G-A-TG-GA--CG-C-T-A-G-GT-G-T-G--G-G-G-G-G-----------AC-CT-G------C-C-C-T-C-C-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-T-TAA-G-CGT-CCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1846(name, align); -seqs.push_back(newSeq1846); -name = "GQY1XT001DNSLC"; -align = "T-T--T-G--GG-A-A-C-T-G-T--AC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---T----AA--G----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1847(name, align); -seqs.push_back(newSeq1847); -name = "GQY1XT001DMF03"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1848(name, align); -seqs.push_back(newSeq1848); -name = "GQY1XT001DLAEE"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T---ATG-G-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1849(name, align); -seqs.push_back(newSeq1849); -name = "GQY1XT001DL079"; -align = "T-C--T-G--GA-A-A-C-T-G-T--CC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq1850(name, align); -seqs.push_back(newSeq1850); -name = "GQY1XT001DKNZ2"; -align = "T-T--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--A---C----TG-A-----C-C-C-C-A-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1851(name, align); -seqs.push_back(newSeq1851); -name = "GQY1XT001DKNON"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-CG--A-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------G-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1852(name, align); -seqs.push_back(newSeq1852); -name = "GQY1XT001DJXKJ"; -align = "T-A--G-C--TA-A-A-C-T-G-C--TA-A-G-C--T-C-G-A-G-A-C-C-GT-TA-G-G-G-G-T-A--AC-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-GAGT-G-AAA--TC-C-GT-AG--AT-A-TT-A-G-A-AG-GA--AC-A-CC-GA-T-A-GC-GTA-GG-CAG-G-TT-A--CTGG-GA-CG-G-T-TCC--GACA-CTA-A-GG--C-A-CG-AAA-G-C-G-TAGG-G--AGC-A-AA-CG-GG-ATTAG-ATA-CCCC-GGTA-GT-C-TA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-CA-G-T-T--T-T-G-G-G---------TATC-GA-CC-----C-C-T-A-G-A-G-T-T-G-C--GA--A-GC--T-AA-C-G-C-G-T-TAA-G-TAT-CCC-ACC-T-G-TGT-AG-TA--CG-AT-C-G-C-A-AGATTAAA"; -Sequence newSeq1853(name, align); -seqs.push_back(newSeq1853); -name = "GQY1XT001DINZJ"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-C-G-G--G--------CA-AA----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1854(name, align); -seqs.push_back(newSeq1854); -name = "GQY1XT001DHTB1"; -align = "T-C--T-G--GA-A-A-C-T-A-T--GT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-G--AG-C-AG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-T-A-ACT--GACG-CTG-A-GG--T-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-GT-G-T-T--G-GAG-G-G--T---T----TC-C-----G-C-C-C-T-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAT-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1855(name, align); -seqs.push_back(newSeq1855); -name = "GQY1XT001DH92M"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----TAGA-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1856(name, align); -seqs.push_back(newSeq1856); -name = "GQY1XT001DH8CG"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1857(name, align); -seqs.push_back(newSeq1857); -name = "GQY1XT001DF3CS"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-AG-TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-TGCC-GAA-GG-CAG-C-AT-A--CCCG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAATGGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1858(name, align); -seqs.push_back(newSeq1858); -name = "GQY1XT001DEFEX"; -align = "C-G--T-G--GA-A-A-C-C-G-A--GC-A-G-C--T-A-G-A-G-T-G-C-AG-TA-G-A-G-G-A-T--CG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-GA-T--CTGG-GC-TG-C-A-ACT--GACG-CTC-A-GT--C-C-CG-AAA--GC-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TA-C-T-A-A-GT-G-T-T--G-G-G-G-G-----------TC-AA--------A-C-C-T-C-A-G-T-G-C-T--GC--A-G-T-T-AA-C-G-C-A-A-TAA-G-TAC-TCC-GCC-T-GAGGT-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1859(name, align); -seqs.push_back(newSeq1859); -name = "GQY1XT001DE9CC"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1860(name, align); -seqs.push_back(newSeq1860); -name = "GQY1XT001DDNR5"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-T-A--AT-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-A--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1861(name, align); -seqs.push_back(newSeq1861); -name = "GQY1XT001DDE64"; -align = "C-G----T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-GTA-CCCT-GGTA-GT-C-CA-C-GCAAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1862(name, align); -seqs.push_back(newSeq1862); -name = "GQY1XT001DDALJ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------AAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1863(name, align); -seqs.push_back(newSeq1863); -name = "GQY1XT001DCVNJ"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-C-G-G--G---C----AA--A----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1864(name, align); -seqs.push_back(newSeq1864); -name = "GQY1XT001DCQHM"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---CT---AG-A-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1865(name, align); -seqs.push_back(newSeq1865); -name = "GQY1XT001DCI72"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CA-G-G-G-A----G---C-----A-AG----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1866(name, align); -seqs.push_back(newSeq1866); -name = "GQY1XT001DCCEH"; -align = "A-C--T-C--AA-A-A-C-T-G-C--AG-C-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AGA-T--A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1867(name, align); -seqs.push_back(newSeq1867); -name = "GQY1XT001DC1XU"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-GTGGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1868(name, align); -seqs.push_back(newSeq1868); -name = "GQY1XT001DAEXS"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATTCC-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---T----AA-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1869(name, align); -seqs.push_back(newSeq1869); -name = "GQY1XT001D9C0M"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CG-G-G-G-G-T--T---T----AC-G-----G-A-C-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1870(name, align); -seqs.push_back(newSeq1870); -name = "GQY1XT001D9196"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GAG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1871(name, align); -seqs.push_back(newSeq1871); -name = "GQY1XT001D768K"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-A-T-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-G-G-G--G---C----AC-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1872(name, align); -seqs.push_back(newSeq1872); -name = "GQY1XT001D73IR"; -align = "A-C--T-T--GA-A-A-C-T-G-G--GT-G-T-C--T-T-G-A-G-G-G-C-AG-GA-G-A-G-G-A-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-T--CTGG-AC-TG-T-A-CCT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-T--AGC-G-AA-CG-GG-ATTAG-ATA-CCCC-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-G-A-G-G---------TATC-GA-CT-----C-C-T-T-C-T-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-GCC-T-G-GGG-AC-TA--CG-GT-C-G-C-A-AGACTAAA"; -Sequence newSeq1873(name, align); -seqs.push_back(newSeq1873); -name = "GQY1XT001D6H9H"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--CGA------AT-GG------G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1874(name, align); -seqs.push_back(newSeq1874); -name = "GQY1XT001D61WR"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1875(name, align); -seqs.push_back(newSeq1875); -name = "GQY1XT001D61AN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T---G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATCGG-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1876(name, align); -seqs.push_back(newSeq1876); -name = "GQY1XT001D5U9U"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AG-AG----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq1877(name, align); -seqs.push_back(newSeq1877); -name = "GQY1XT001D5BKZ"; -align = "G-C--C-C--CG-A-A-C-T-G-T--GA-G-T-C--T-C-G-A-G-T-G-T-GG-TA-G-G-G-G-A-A--GG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-GAA--TG-C-GC-AG--AT-A-TC-G-G-G-AA-G-A-AC-A-CC-GA-T-G-GC-GAA-GG-CAG-C-CT-T--CTGG-GC-CA-T-C-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-T-AGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CT-A-G-CCG-T-AAAC-G-A-TG-GG--CA-C-T-A-G-GT-G-T-G--G-GCGA------------CACA-GT-C----------G-T-C-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-TGC-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTAAA"; -Sequence newSeq1878(name, align); -seqs.push_back(newSeq1878); -name = "GQY1XT001D4OH9"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AT-G-----G-C-C-C-C-T-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1879(name, align); -seqs.push_back(newSeq1879); -name = "GQY1XT001D4MLK"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AC-A-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1880(name, align); -seqs.push_back(newSeq1880); -name = "GQY1XT001D3I8P"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AA-A-----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1881(name, align); -seqs.push_back(newSeq1881); -name = "GQY1XT001D3A2N"; -align = "T-T--T-T--GA-A-A-C-T-G-A--GT-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1882(name, align); -seqs.push_back(newSeq1882); -name = "GQY1XT001D39GQ"; -align = "A-T--T-G--GG-A-A-C-T-G-T--CC-G-G-C--T-G-G-A-G-C-G-C-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-C-G-ACT--GACG-TTG-A-TG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-TA--TA-C-C-A-G-GT-G-T-C--G-G-C-C-A--T---C----AA-G-----G-A-T-G-G-C-C-G-G-T-G-C-C--GA--A-G-C-C-AA-C-G-C-A-T-TAA-G-TAT-ACC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1883(name, align); -seqs.push_back(newSeq1883); -name = "GQY1XT001D2OKK"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1884(name, align); -seqs.push_back(newSeq1884); -name = "GQY1XT001D1TL6"; -align = "T-C--T-T--GG-A-A-C-T-G-C--AT-G-G-C--T-G-G-A-G-T-A-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-G-ACT--GACG-TTG-A-GG--C-C-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AG-G-----G-C-C-C-C-C-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1885(name, align); -seqs.push_back(newSeq1885); -name = "GQY1XT001D1QQZ"; -align = "C-A--C-T--GA-T-A-C-T-G-T--TA-G-A-C--T-T-G-A-G-T-A-T-GG-AA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--A---C----GA-CA----G-T-T-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1886(name, align); -seqs.push_back(newSeq1886); -name = "GQY1XT001D1I3B"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1887(name, align); -seqs.push_back(newSeq1887); -name = "GQY1XT001D0WF6"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1888(name, align); -seqs.push_back(newSeq1888); -name = "GQY1XT001D0NMQ"; -align = "A-C--T-T--GA-A-A-C-T-G-G--GT-G-T-C--T-T-G-A-G-G-G-C-AG-GA-G-A-G-G-A-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-T--CTGG-AC-TG-T-A-CCT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-G--A-G-G-G-G----------GCC-AA-GC-----C-C-C-C-T-G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1889(name, align); -seqs.push_back(newSeq1889); -name = "GQY1XT001CZE5B"; -align = "T-T--T-T--GA-A-A-C-T-G-T--TT-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-C-G--T---C----AA-A-----G-A-C-G-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1890(name, align); -seqs.push_back(newSeq1890); -name = "GQY1XT001CZ9U1"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1891(name, align); -seqs.push_back(newSeq1891); -name = "GQY1XT001CYYLW"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AT--AA-C-T-G-G-TT-G-T-C--G-G-C-G------------ATA-AAA---------T-G-T-C-G-G-T-G-A-C--TA--A-G-C-G-AA-A-G-C-G-A-TAA-G-TTA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1892(name, align); -seqs.push_back(newSeq1892); -name = "GQY1XT001CYVZR"; -align = "A-C--T-C--GG-A-A-C-T-G-G--CG-T-G-C--T-A-G-A-G-T-G-T-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G--T---A----TG-G-----A-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1893(name, align); -seqs.push_back(newSeq1893); -name = "GQY1XT001CXZ3M"; -align = "C-G----T--G--A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-TGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G---G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1894(name, align); -seqs.push_back(newSeq1894); -name = "GQY1XT001CXL4B"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--CGA------GT-GA------G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1895(name, align); -seqs.push_back(newSeq1895); -name = "GQY1XT001CWJP3"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AG-T-T-C--T-T-G-A-G-T-G-A-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AT-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GACC------C-C-T-T-C-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAACG-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1896(name, align); -seqs.push_back(newSeq1896); -name = "GQY1XT001CW27H"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-G-TG-G-AAT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---C----AT-AA----G-A-C-T-T-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1897(name, align); -seqs.push_back(newSeq1897); -name = "GQY1XT001CVKWG"; -align = "C-G--T-TA-GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-AGG-T-G-G-GC-GA-G-A-A-G-T-A-TGG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1898(name, align); -seqs.push_back(newSeq1898); -name = "GQY1XT001CVGUG"; -align = "ATT--T-T--GA-A-A-C-T-G-T--TG-G-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-CGG-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1899(name, align); -seqs.push_back(newSeq1899); -name = "GQY1XT001CTZ1C"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-T-G--CGA------AT-GA------G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1900(name, align); -seqs.push_back(newSeq1900); -name = "GQY1XT001CS7SI"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-T-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1901(name, align); -seqs.push_back(newSeq1901); -name = "GQY1XT001CS7KX"; -align = "T-T--T-G--GA-A-A-C-T-G-TA-TA-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-T-A-AGAATGAA"; -Sequence newSeq1902(name, align); -seqs.push_back(newSeq1902); -name = "GQY1XT001CS736"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-AACTG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1903(name, align); -seqs.push_back(newSeq1903); -name = "GQY1XT001CRZXT"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--CGA------TT-GA------G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1904(name, align); -seqs.push_back(newSeq1904); -name = "GQY1XT001CRNDK"; -align = "A-T--T-G--GA-A-A-C-T-G-G--GA-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-T-A-ACT--GACG-CTG-A-GG--T-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TG--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1905(name, align); -seqs.push_back(newSeq1905); -name = "GQY1XT001CRM3D"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AC-A-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-T-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1906(name, align); -seqs.push_back(newSeq1906); -name = "GQY1XT001CPMSQ"; -align = "T-T--T-G--GA-A-A-C-T-G-T--TA-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1907(name, align); -seqs.push_back(newSeq1907); -name = "GQY1XT001CPHCR"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-A-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-G--A-G-G-G-G--G---C----CA-A-----G-C-C-C-C-C-T-G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1908(name, align); -seqs.push_back(newSeq1908); -name = "GQY1XT001CN67L"; -align = "G-T--T-C--AA-A-A-C-T-G-T--TC-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-T-ACT--GGCG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G----------ACT-GA-CC-----C-C-A-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1909(name, align); -seqs.push_back(newSeq1909); -name = "GQY1XT001CN3YQ"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-T-C--GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-C-A--G---C----AA-A-----G-C-T-G-T-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1910(name, align); -seqs.push_back(newSeq1910); -name = "GQY1XT001CMILT"; -align = "C-GT-T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1911(name, align); -seqs.push_back(newSeq1911); -name = "GQY1XT001CLZ2E"; -align = "A-T--T-G--GA-A-A-C-T-G-T--CG-C-G-C--T-C-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAAGG-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-AGG-GT-G-T-C--G-G-G-G-G--G---C----AC-A-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1912(name, align); -seqs.push_back(newSeq1912); -name = "GQY1XT001CLELR"; -align = "A-T--T-T--GA-A-A-C-T-G-T--CC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AT-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CG-G-C-G-G----G---C-----A-AA----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1913(name, align); -seqs.push_back(newSeq1913); -name = "GQY1XT001CKOMV"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-GCAAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CTGG-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1914(name, align); -seqs.push_back(newSeq1914); -name = "GQY1XT001CK9DQ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-GTG-G-G--C--------AA-AG------C-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1915(name, align); -seqs.push_back(newSeq1915); -name = "GQY1XT001CJX38"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-GTGGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-TGG-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1916(name, align); -seqs.push_back(newSeq1916); -name = "GQY1XT001CIZ7Q"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CA-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-C-A-G-GT-G-T-C--G-G-G-TGT--C--------GA-AG------G-ACG-G-C-C-G-G-T-G-C-T--GC--A-G-C-G-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1917(name, align); -seqs.push_back(newSeq1917); -name = "GQY1XT001CIROP"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T---G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1918(name, align); -seqs.push_back(newSeq1918); -name = "GQY1XT001CIP8X"; -align = "A-GT-T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------A-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-AGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1919(name, align); -seqs.push_back(newSeq1919); -name = "GQY1XT001CI21F"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-AT-G-TAG--G-A-G-G-T----------ATC-GA-CT-----C-C-T-T-C-T-G-C-G-T-C--GC--A-G-T-T-AA-C-A-C-G-A-TAA-G-TAT-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1920(name, align); -seqs.push_back(newSeq1920); -name = "GQY1XT001CGPLI"; -align = "A-T--T-G--GA-A-A-C-T-G-G--TT-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-G-A--AG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TA-T-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-C--CTGG-TC-TG-C-A-ACT--GACA-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-G-G-----------TC-GA--------A-C-C-T-C-A-G-T-G-C-T--GA--A-G-T-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1921(name, align); -seqs.push_back(newSeq1921); -name = "GQY1XT001CFP5W"; -align = "A-T--T-G--GA-A-A-C-T-G-T--CG-C-G-C--T-C-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---C----ATAA-----G-A-C-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1922(name, align); -seqs.push_back(newSeq1922); -name = "GQY1XT001CFMGK"; -align = "T-C--T-G-GAA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1923(name, align); -seqs.push_back(newSeq1923); -name = "GQY1XT001CFADH"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---C---ATA-A-----G-A-C-T-T-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1924(name, align); -seqs.push_back(newSeq1924); -name = "GQY1XT001CF6LR"; -align = "C-T--C-T--GA-T-A-C-T-G-T--CG-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-TCC--G-GCCCG------------ATT-GGG---------G-GCT-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AA-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1925(name, align); -seqs.push_back(newSeq1925); -name = "GQY1XT001CF37K"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1926(name, align); -seqs.push_back(newSeq1926); -name = "GQY1XT001CEXMY"; -align = "C-T--C-T--GA-T-A-C-T-G-T--CG-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-TCCG-GTG-C-G-----------AGTG-AGC---------G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1927(name, align); -seqs.push_back(newSeq1927); -name = "GQY1XT001CC5UW"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1928(name, align); -seqs.push_back(newSeq1928); -name = "GQY1XT001CBOLF"; -align = "T-C--T-G--GA-A-A-C-T-G-T--CC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1929(name, align); -seqs.push_back(newSeq1929); -name = "GQY1XT001CB4GZ"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-T-G-A-G-T-G-C-AG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CG-G-G-G-G-T--T---T----AC-G-----G-A-C-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1930(name, align); -seqs.push_back(newSeq1930); -name = "GQY1XT001CAAJI"; -align = "A-T--T-G--GA-A-A-C-T-G-T--CG-C-G-C--T-C-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1931(name, align); -seqs.push_back(newSeq1931); -name = "GQY1XT001C9V9V"; -align = "T-C--T-T--GA-A-A-C-T-G-G--CA-G-G-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-G-ACT--GACA-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-G-T--A---C----AG-AA----G-T-A-C-C-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1932(name, align); -seqs.push_back(newSeq1932); -name = "GQY1XT001C99RM"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T--------T-T-G--C-------GA--TAT-----A-C-G-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1933(name, align); -seqs.push_back(newSeq1933); -name = "GQY1XT001C8NWP"; -align = "C-GT-T-T-GAA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1934(name, align); -seqs.push_back(newSeq1934); -name = "GQY1XT001C8I85"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-TGG-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1935(name, align); -seqs.push_back(newSeq1935); -name = "GQY1XT001C7QEH"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C---G---G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1936(name, align); -seqs.push_back(newSeq1936); -name = "GQY1XT001C6TKL"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-T-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1937(name, align); -seqs.push_back(newSeq1937); -name = "GQY1XT001C6R9H"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-A-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-G--A-G-G-G-G--C---C----AA-G-----C-C-C-C-C-T---G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1938(name, align); -seqs.push_back(newSeq1938); -name = "GQY1XT001C5WDQ"; -align = "C-G--T-T--GA-A-A-CTT-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--CAA------AT-GA------G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1939(name, align); -seqs.push_back(newSeq1939); -name = "GQY1XT001C5QY5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GT-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C---G---G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1940(name, align); -seqs.push_back(newSeq1940); -name = "GQY1XT001C5NG3"; -align = "A-T--T-G--GA-A-A-C-T-G-T--CG-C-G-C--T-C-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1941(name, align); -seqs.push_back(newSeq1941); -name = "GQY1XT001C5M1V"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1942(name, align); -seqs.push_back(newSeq1942); -name = "GQY1XT001C5M0Q"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GA------G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1943(name, align); -seqs.push_back(newSeq1943); -name = "GQY1XT001C5B0O"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------G-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1944(name, align); -seqs.push_back(newSeq1944); -name = "GQY1XT001C3H6L"; -align = "T-C--T-G--GA-A-A-C-T-A-T--GT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-G--AG-C-AG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-GT-T---T----AC-G-----G-A-C-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1945(name, align); -seqs.push_back(newSeq1945); -name = "GQY1XT001C2UBP"; -align = "T-C--T-G--GA-A-A-C-T-A-T--GT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-G--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1946(name, align); -seqs.push_back(newSeq1946); -name = "GQY1XT001C2PYQ"; -align = "A-T--C-G--GA-A-A-C-C-G-G--GC-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-C--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1947(name, align); -seqs.push_back(newSeq1947); -name = "GQY1XT001C221X"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G---G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-A-G--G---C----AA-A-----G-C-C-T-T-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1948(name, align); -seqs.push_back(newSeq1948); -name = "GQY1XT001C1EYP"; -align = "T-C--T-G--GG-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---C---ATA-A-----G-A-C-T-T-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1949(name, align); -seqs.push_back(newSeq1949); -name = "GQY1XT001C16TB"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1950(name, align); -seqs.push_back(newSeq1950); -name = "GQY1XT001C0OMN"; -align = "T-C--T-G-GAA-A-A-C-T-G-C--GT-C-G-C--T-G-G-A-G-T-A-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AGA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-CG-G-G-G-G-A--C---G----AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1951(name, align); -seqs.push_back(newSeq1951); -name = "GQY1XT001C00MG"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1952(name, align); -seqs.push_back(newSeq1952); -name = "GQY1XT001BZCH8"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--A---CG---AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq1953(name, align); -seqs.push_back(newSeq1953); -name = "GQY1XT001BYU6O"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--C---T----AG-A-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1954(name, align); -seqs.push_back(newSeq1954); -name = "GQY1XT001BYF9U"; -align = "T-T--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-T-T-A-G-GT-G-T-C--G---G-T-G--A---G----CA-AA----G-C-T-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-A-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1955(name, align); -seqs.push_back(newSeq1955); -name = "GQY1XT001BY8RG"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1956(name, align); -seqs.push_back(newSeq1956); -name = "GQY1XT001BXWIR"; -align = "A-C--T-C--GG-A-A-C-T-G-G--CG-T-G-C--T-A-G-A-G-T-G-T-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---C---ATA-A-----G-A-C-T-T-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1957(name, align); -seqs.push_back(newSeq1957); -name = "GQY1XT001BXHAR"; -align = "T-T--T-G--GA-A-A-C-T-T-T--TT-T-G-C--T-G-G-A-G-T-A-C-CG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1958(name, align); -seqs.push_back(newSeq1958); -name = "GQY1XT001BWH3N"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1959(name, align); -seqs.push_back(newSeq1959); -name = "GQY1XT001BW3VD"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1960(name, align); -seqs.push_back(newSeq1960); -name = "GQY1XT001BVV4N"; -align = "A-T--T-G--GA-A-A-C-T-G-G--GA-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-T--G-G-A-G-G--G--------TT-CC----G-C-C-T-T-C-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1961(name, align); -seqs.push_back(newSeq1961); -name = "GQY1XT001BVRGQ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------TT-GA------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1962(name, align); -seqs.push_back(newSeq1962); -name = "GQY1XT001BV1S2"; -align = "C-A--C-T--GA-T-A-C-T-G-T--TA-G-A-C--T-T-G-A-G-T-A-T-GG-AA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TC-T--CTGG-GC-CA-A-G-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-T--A-G-T-A-G---------TTTC-GA-TG-----C-T-A-C-T-A-G-T-G-C-C--GG--A-G-T-A-AA-C-A-C-A-A-TAA-G-TAT-CCC-GCC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1963(name, align); -seqs.push_back(newSeq1963); -name = "GQY1XT001BUHFQ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AT--AA-C-T-G-G-TT-G-T-C--G-G-C-G------------ATA-AAA---------T-G-T-C-G-G-T-G-A-C--TA--A-G-C-G-AA-A-G-C-G-A-TAA-G-TTA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1964(name, align); -seqs.push_back(newSeq1964); -name = "GQY1XT001BU854"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AG-G-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-G--AC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq1965(name, align); -seqs.push_back(newSeq1965); -name = "GQY1XT001BRWKV"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1966(name, align); -seqs.push_back(newSeq1966); -name = "GQY1XT001BRG77"; -align = "C-T--C-T--GA-T-A-C-T-G-T--CG-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-CGG-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AT--AA-C-T-G-G-TT-G-T-C--G-G-C-G------------ATAAAAT---------G-G-T-C-G-G-T-G-A-C--TA--A-G-C-G-AA-A-G-C-G-ATTAA-G-TTA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1967(name, align); -seqs.push_back(newSeq1967); -name = "GQY1XT001BQJ6A"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-A-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-G-T--C-G-G-G-AC-C---C----AA-G-----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1968(name, align); -seqs.push_back(newSeq1968); -name = "GQY1XT001BQJ2K"; -align = "A-G--T-T--GA-A-A-C-T-G-GC-CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAG-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------A-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1969(name, align); -seqs.push_back(newSeq1969); -name = "GQY1XT001BQH3H"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-T-C--GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AGA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-C--G-G-G-G-G--A---CG---AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1970(name, align); -seqs.push_back(newSeq1970); -name = "GQY1XT001BQE0T"; -align = "T-C--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-G-G-A-G-T-G-C-GG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T----AA-CG----G-A-C-C-C-C-C-G-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-T-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1971(name, align); -seqs.push_back(newSeq1971); -name = "GQY1XT001BQ1IR"; -align = "C----A-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-A-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1972(name, align); -seqs.push_back(newSeq1972); -name = "GQY1XT001BPXQV"; -align = "T-C--T-G--GA-A-A-C-T-G-T--CC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---C---ATA-A-----G-A-C-T-T-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1973(name, align); -seqs.push_back(newSeq1973); -name = "GQY1XT001BP06R"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1974(name, align); -seqs.push_back(newSeq1974); -name = "GQY1XT001BOS3Q"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1975(name, align); -seqs.push_back(newSeq1975); -name = "GQY1XT001BKUXJ"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GC-G-G-C--T-C-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AC-A-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1976(name, align); -seqs.push_back(newSeq1976); -name = "GQY1XT001BKF8J"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GTGG-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1977(name, align); -seqs.push_back(newSeq1977); -name = "GQY1XT001BJBFJ"; -align = "T-T--T-G--GA-A-A-C-T-G-T--TC-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-G-G-G-A-G--AG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-T--A-G-G-C-C--C---T----AT-CC----G-G-G-G-C-T-T-A-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-C-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1978(name, align); -seqs.push_back(newSeq1978); -name = "GQY1XT001BJ17T"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1979(name, align); -seqs.push_back(newSeq1979); -name = "GQY1XT001BISR7"; -align = "A-T--T-G--GA-A-A-C-T-G-C--GG-G-A-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G---G-G--G---C----AC-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1980(name, align); -seqs.push_back(newSeq1980); -name = "GQY1XT001BIS33"; -align = "A-C--T-C--AA-A-A-C-T-G-C--AG-T-T-CT-T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AGA-T--A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1981(name, align); -seqs.push_back(newSeq1981); -name = "GQY1XT001BI6HC"; -align = "A-T--T-G--GA-A-A-C-T-G-G--GA-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1982(name, align); -seqs.push_back(newSeq1982); -name = "GQY1XT001BH407"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1983(name, align); -seqs.push_back(newSeq1983); -name = "GQY1XT001BGM3L"; -align = "T-T--T-G--GA-A-A-C-T-G-T--TA-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-T-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-A-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1984(name, align); -seqs.push_back(newSeq1984); -name = "GQY1XT001BGE4C"; -align = "TCT--A-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1985(name, align); -seqs.push_back(newSeq1985); -name = "GQY1XT001BFVIT"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-T-GG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---T----AA-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GT--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-AGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1986(name, align); -seqs.push_back(newSeq1986); -name = "GQY1XT001BFPZ4"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GT--C-A-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---C---ATA-A-----G-A-C-T-T-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AAAATGAA"; -Sequence newSeq1987(name, align); -seqs.push_back(newSeq1987); -name = "GQY1XT001BFPG2"; -align = "..C--G-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-CC-G-G-G-C----C---G----AT-TG----A-G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1988(name, align); -seqs.push_back(newSeq1988); -name = "GQY1XT001BF6A3"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1989(name, align); -seqs.push_back(newSeq1989); -name = "GQY1XT001BERPN"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-C-C-C--T-T-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-A--CTGG-AC-GA-T-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CGC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1990(name, align); -seqs.push_back(newSeq1990); -name = "GQY1XT001BEJKR"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-TCG--G-G-G-G-A--C---C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1991(name, align); -seqs.push_back(newSeq1991); -name = "GQY1XT001BE3DR"; -align = "C-G--T-T--GA-A-A-C-T---G--AC-G-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1992(name, align); -seqs.push_back(newSeq1992); -name = "GQY1XT001BE160"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-C-G-G-A--G---T----CA-A-----G-G-C-T-C-TGC-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1993(name, align); -seqs.push_back(newSeq1993); -name = "GQY1XT001BDKOG"; -align = "T-A--C-C--AA-A-A-C-T-G-T--TG-G-A-C--T-T-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TT-G--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-AG-G-G-G-G-G--T-------ATC-GA-C----T-C-C-C-T-C-T-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-T-TAA-G-TAT-TCC-GCC-T-G-GGG-AC-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq1994(name, align); -seqs.push_back(newSeq1994); -name = "GQY1XT001BD35A"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-TT-G-T-C--C-G-G-G-T--CGA------AT-GA------G-A-T-C-T-G-G-G-C-G-G-C--GA--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1995(name, align); -seqs.push_back(newSeq1995); -name = "GQY1XT001BCHZQ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1996(name, align); -seqs.push_back(newSeq1996); -name = "GQY1XT001BB5QV"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-GCC--G-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1997(name, align); -seqs.push_back(newSeq1997); -name = "GQY1XT001BB3IM"; -align = "A-T--T-G--GA-A-A-C-T-G-T--TA-A-G-C--T-G-G-A-G-T-A-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---T----AA-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq1998(name, align); -seqs.push_back(newSeq1998); -name = "GQY1XT001BB2I1"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CTGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq1999(name, align); -seqs.push_back(newSeq1999); -name = "GQY1XT001BAE4D"; -align = "T-T--T-G--GA-A-A-C-T-G-C--GA-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2000(name, align); -seqs.push_back(newSeq2000); -name = "GQY1XT001B82M4"; -align = "T-T--T-T--GG-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-C-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-C-G-G--G-------CAC-GG------C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2001(name, align); -seqs.push_back(newSeq2001); -name = "GQY1XT001B7II3"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-AGG-GT-G-T-C--G-G-G-G-G--T---C---ATA-A-----G-A-C-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2002(name, align); -seqs.push_back(newSeq2002); -name = "GQY1XT001B79XZ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-AATTG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--CGA------TT-GA------G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2003(name, align); -seqs.push_back(newSeq2003); -name = "GQY1XT001B4KMH"; -align = "A-T--T-T--GA-A-A-C-T-G-T--GT-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-CAT-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2004(name, align); -seqs.push_back(newSeq2004); -name = "GQY1XT001B4CWV"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-GTT-G--G-G-G-A-G--C--------AA-AG------C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2005(name, align); -seqs.push_back(newSeq2005); -name = "GQY1XT001B3O5L"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TC-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G---G--G---T----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2006(name, align); -seqs.push_back(newSeq2006); -name = "GQY1XT001B3NK9"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-T--A---C----AA-A-----G-T-A-C-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2007(name, align); -seqs.push_back(newSeq2007); -name = "GQY1XT001B3G81"; -align = "T-T--T-A--GA-A-A-C-T-G-G--CA-A-A-C--T-A-G-A-G-T-G-C-AG-TA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-T-AAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-GC-TG-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TA-C-T-A-A-GT-G-T-C----G-G---------------GC-AA------------C---C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAC-TCC-GCC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq2008(name, align); -seqs.push_back(newSeq2008); -name = "GQY1XT001B3DGI"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2009(name, align); -seqs.push_back(newSeq2009); -name = "GQY1XT001B2XRI"; -align = "T-C--T-G--GA-A-A-C-T-G-T--CC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2010(name, align); -seqs.push_back(newSeq2010); -name = "GQY1XT001B2X2X"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TG-G-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACTGAC-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2011(name, align); -seqs.push_back(newSeq2011); -name = "GQY1XT001B1Q23"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2012(name, align); -seqs.push_back(newSeq2012); -name = "GQY1XT001B198G"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---C---ATG-G-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2013(name, align); -seqs.push_back(newSeq2013); -name = "GQY1XT001B18RP"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AC-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-G-G-G-T-G--AG-C-GG-A-ATTCC-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-TCG--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2014(name, align); -seqs.push_back(newSeq2014); -name = "GQY1XT001B125S"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2015(name, align); -seqs.push_back(newSeq2015); -name = "GQY1XT001B0PAO"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2016(name, align); -seqs.push_back(newSeq2016); -name = "GQY1XT001AYZV4"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACTG-GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTAAGT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-T--C---A----TA-A-----G-A-C-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2017(name, align); -seqs.push_back(newSeq2017); -name = "GQY1XT001AY9X7"; -align = "G-T--T-C--AA-A-A-C-T-G-T--TC-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G----------ACT-GA-CC-----C-C-A-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2018(name, align); -seqs.push_back(newSeq2018); -name = "GQY1XT001AXWLP"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-A-G--G---C----AA-A-----G-C-C-T-T-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2019(name, align); -seqs.push_back(newSeq2019); -name = "GQY1XT001AVOTP"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AG-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GACCC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2020(name, align); -seqs.push_back(newSeq2020); -name = "GQY1XT001AVHY2"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G---G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-A-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A-----------GG-AA--------T-T-C-C-C-G-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-CAC-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2021(name, align); -seqs.push_back(newSeq2021); -name = "GQY1XT001AV0Z7"; -align = "T-C--T-G-GAA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-A-C-TG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq2022(name, align); -seqs.push_back(newSeq2022); -name = "GQY1XT001AUAZ1"; -align = "C-A--G-A--GA-A-A-C-C-G-T--AT-A-A-C--T-A-G-A-G-T-A-T-GG-TA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-A-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-GT-G-T-C------G-G-G--------------AA------A-------C-C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAT-TCC-ACC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq2023(name, align); -seqs.push_back(newSeq2023); -name = "GQY1XT001AU8BF"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-TCCG-G-G-G-G------------GAA-TGG---------C-C-C-C-T-G-G-GTG-C--CAC-A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2024(name, align); -seqs.push_back(newSeq2024); -name = "GQY1XT001ATTEW"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--CGA------GT-GA------G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2025(name, align); -seqs.push_back(newSeq2025); -name = "GQY1XT001ASJY7"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2026(name, align); -seqs.push_back(newSeq2026); -name = "GQY1XT001ASGKK"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTT-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-T-G--C---C----AA-A-----G-G-C-T-C-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq2027(name, align); -seqs.push_back(newSeq2027); -name = "GQY1XT001ARJ5H"; -align = "T-T--T-G--GA-A-A-C-T-G-T--TA-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq2028(name, align); -seqs.push_back(newSeq2028); -name = "GQY1XT001AQ6RI"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2029(name, align); -seqs.push_back(newSeq2029); -name = "GQY1XT001ANHGU"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-C-G-G--G---C----AA-A-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2030(name, align); -seqs.push_back(newSeq2030); -name = "GQY1XT001ANAR9"; -align = "T-T--T-G--GA-A-A-C-T-G-C--GA-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-C-G-ACT--GACG-TTG-A-TG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-TA--TG-C-C-A-G-GT-G-T-C--G-G-C-C-A--T---C----AA-G-----G-A-T-G-G-C-C-G-G-T-G-C-C--GA--A-G-C-C-AA-C-G-C-A-T-TAA-G-TAT-ACC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2031(name, align); -seqs.push_back(newSeq2031); -name = "GQY1XT001AML81"; -align = "T-C--T-G--GA-A-A-C-T-G-T--CC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-GG----A-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2032(name, align); -seqs.push_back(newSeq2032); -name = "GQY1XT001AMF77"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-G-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-C-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-T-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AG-G-----G-C-C-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2033(name, align); -seqs.push_back(newSeq2033); -name = "GQY1XT001ALM9Y"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AG-A-G-C--T-G-G-A-G-T-G---CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-C-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-C-G-G-T--A---C----GA-A-----G-T-A-C-T-G-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2034(name, align); -seqs.push_back(newSeq2034); -name = "GQY1XT001AL02A"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2035(name, align); -seqs.push_back(newSeq2035); -name = "GQY1XT001AKR2J"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2036(name, align); -seqs.push_back(newSeq2036); -name = "GQY1XT001AKLZB"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2037(name, align); -seqs.push_back(newSeq2037); -name = "GQY1XT001AJQ84"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATA-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-TCC--G-G-G-G------------CTT-CGGC--------T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2038(name, align); -seqs.push_back(newSeq2038); -name = "GQY1XT001AJA87"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2039(name, align); -seqs.push_back(newSeq2039); -name = "GQY1XT001AJ9NL"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-C-A-ACT--GACG-TTG-A-GG--C-C-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-TA--TA-C-C-A-G-GT-G-T-C--G-G-A-T-A--T---C----AA-G-----G-A-T-A-T-C-C-G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-ACC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2040(name, align); -seqs.push_back(newSeq2040); -name = "GQY1XT001AH6WY"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2041(name, align); -seqs.push_back(newSeq2041); -name = "GQY1XT001AGY0S"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GT-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-GT-T---T----AC-G-----G-A-C-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2042(name, align); -seqs.push_back(newSeq2042); -name = "GQY1XT001AF930"; -align = "A-C--T-C--GG-A-A-C-T-G-G--CG-T-G-C--T-A-G-A-G-T-G-T-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AA-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAA-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-T--C---C----GA-CA----G-G-G-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2043(name, align); -seqs.push_back(newSeq2043); -name = "GQY1XT001AF1T5"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---CT---AG-A-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2044(name, align); -seqs.push_back(newSeq2044); -name = "GQY1XT001AEDAY"; -align = "T-T--C-T--AA-A-A-C-T-G-T--AT-G-A-C--T-T-G-A-G-T-G-C-AG-TA-G-A-G-G-T-T--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-A-G-GC-GAA-GG-CGG-C-TA-A--CTGG-AC-TG-C-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-G-G-C--A-------CAT-AA-G----T-G-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-C-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2045(name, align); -seqs.push_back(newSeq2045); -name = "GQY1XT001A9X7Q"; -align = "T-C--T-G--GA-A-A-C-T-G-C--GG-C-G-C--T-G-G-A-G-T-A-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AGA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-C--G-G-G-G-AC-G---A----CA-G-----T-C-G-C-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2046(name, align); -seqs.push_back(newSeq2046); -name = "GQY1XT001A9EON"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-T--T-------CTA-CGG-----G-A-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2047(name, align); -seqs.push_back(newSeq2047); -name = "GQY1XT001A9C7P"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--TGCCCCG-----------AGTG-AGG---------G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2048(name, align); -seqs.push_back(newSeq2048); -name = "GQY1XT001A7UQG"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-A-G-A-G-T-G-C-AG-GA-G-G-G-A-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-CGGG-G-G-G------------CTAGAGCC--------C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2049(name, align); -seqs.push_back(newSeq2049); -name = "GQY1XT001A7R0H"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-A-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---C---ATA-AG----G-A-C-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2050(name, align); -seqs.push_back(newSeq2050); -name = "GQY1XT001A7L8W"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq2051(name, align); -seqs.push_back(newSeq2051); -name = "GQY1XT001A7C1T"; -align = "T-C--T-G-GAA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-A-C-TG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CGAAAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA-CGG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2052(name, align); -seqs.push_back(newSeq2052); -name = "GQY1XT001A5QIO"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AG-A-G-C--T-G-G-A-G-T-G-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--GCG-G-T-A--C---G----GA-A-----G-T-A-C-T-G-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2053(name, align); -seqs.push_back(newSeq2053); -name = "GQY1XT001A40A8"; -align = "T-T--T-T-GAA-A-A-C-T-G-T--AC-A-G-C--T-T-G-A-T-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-GA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----A--GG----G-C-C-C-C-C-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2054(name, align); -seqs.push_back(newSeq2054); -name = "GQY1XT001A3XZV"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CGG-----G-A-C-T-G-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2055(name, align); -seqs.push_back(newSeq2055); -name = "GQY1XT001A38QD"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-C-A-G-GT-G-C-C--G-G-G-G-G--T---T----AACA-----G-A-C-C-C-C-C-G-G-T-G-C-C--GA--A-G-C-C-AA-C-G-C-A-T-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2056(name, align); -seqs.push_back(newSeq2056); -name = "GQY1XT001A2D3Z"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G---G--G---T----AA-G-----G-C-C---C-C-C-G-G-T-G-C-C--GT--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2057(name, align); -seqs.push_back(newSeq2057); -name = "GQY1XT001A21FJ"; -align = "C-T--C-T--GA-T-A-C-T-G-T--CG-G-G-C--T-A-G-A-G-T---G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2058(name, align); -seqs.push_back(newSeq2058); -name = "GQY1XT001A21BT"; -align = "T-C--T-T--GG-A-A-C-T-GCA--TG-G-G-C--T-G-G-A-G-T-A-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-G-ACT--GACG-TTG-A-GG--C-C-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AG-G-----G-C-C-C-C-C-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2059(name, align); -seqs.push_back(newSeq2059); -name = "GQY1XT001A1Q4W"; -align = "A-A--C-T--AA-A-A-C-T-A-T--TT-T-T-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-A--G-G-A-G-A--T-------ATT-A-----A-G-T-C-T-T-C-T-G-T-G-C-C--G---TCG-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2060(name, align); -seqs.push_back(newSeq2060); -name = "GQY1XT001A1OWI"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-A-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--A---CG---AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq2061(name, align); -seqs.push_back(newSeq2061); -name = "GQY1XT001A0U24"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2062(name, align); -seqs.push_back(newSeq2062); -name = "GQY1XT001A0CJ8"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT---C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---T----AA-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GT--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2063(name, align); -seqs.push_back(newSeq2063); -name = "GQY1XT001A09FJ"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-G-G-C--A---C----AT-AA----G-T-G-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-C-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2064(name, align); -seqs.push_back(newSeq2064); -name = "GQY1XT001A04J0"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATC-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2065(name, align); -seqs.push_back(newSeq2065); -name = "GQY1XT001ASJ0W"; -align = "T-C--T-A--TA-A-A-C-T-G-A--TA-G-A-C--T-A-G-A-G-T-G-T-GG-TA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-GAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-T-C-ACT--GACG-GTC-A-GG--G-A-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CA-C-T-A-A-GT-G-T-C----G-G---------------GC-AA------------C---C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TGC-TCC-GCC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq2066(name, align); -seqs.push_back(newSeq2066); -name = "GQY1XT001EZGV8"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2067(name, align); -seqs.push_back(newSeq2067); -name = "GQY1XT001D11RT"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2068(name, align); -seqs.push_back(newSeq2068); -name = "GQY1XT001CABID"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AG-C-C-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-G--G-G-A-G-G----------ACT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2069(name, align); -seqs.push_back(newSeq2069); -name = "GQY1XT001AR262"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------AT-GA------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2070(name, align); -seqs.push_back(newSeq2070); -name = "GQY1XT001CEZTO"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2071(name, align); -seqs.push_back(newSeq2071); -name = "GQY1XT001ET5U1"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2072(name, align); -seqs.push_back(newSeq2072); -name = "GQY1XT001DPTUR"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2073(name, align); -seqs.push_back(newSeq2073); -name = "GQY1XT001D98L5"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2074(name, align); -seqs.push_back(newSeq2074); -name = "GQY1XT001D2WCH"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2075(name, align); -seqs.push_back(newSeq2075); -name = "GQY1XT001BCEJ4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2076(name, align); -seqs.push_back(newSeq2076); -name = "GQY1XT001AIM3N"; -align = "C-G--T-G--GA-A-A-C-C-G-A--GC-A-G-C--T-A-G-A-G-T-G-C-AG-TA-G-A-G-G-A-T--CG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-GA-T--CTGG-GC-TG-C-A-ACT--GACG-CTC-A-GT--C-C-CG-AAA--GC-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TA-C-T-A-A-GT-G-T-T--G-G-G-G-G-----------TC-AA--------A-C-C-T-C-A-G-T-G-C-T--GC--A-G-T-T-AA-C-G-C-A-A-TAA-G-TAC-TCC-GCC-T-G-AGT-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2077(name, align); -seqs.push_back(newSeq2077); -name = "GQY1XT001EMIR6"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---T----AA-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GT--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2078(name, align); -seqs.push_back(newSeq2078); -name = "GQY1XT001DD3UK"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2079(name, align); -seqs.push_back(newSeq2079); -name = "GQY1XT001C1UQN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2080(name, align); -seqs.push_back(newSeq2080); -name = "GQY1XT001BV6MJ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2081(name, align); -seqs.push_back(newSeq2081); -name = "GQY1XT001BQTT3"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-T-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-A-C--AG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-CC-TG-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--AA-C-T-A-A-GT-G-T-T--G-G-A---------------GA-GA------------T-T-C-A-G-T-G-C-T--GC--A-G-T-T-AA-C-G-C-A-A-TAA-G-TTC-TCC-GCC-T-G-GGG-AG-TA--TG-CA-C-G-C-A-AGTGTGAA"; -Sequence newSeq2082(name, align); -seqs.push_back(newSeq2082); -name = "GQY1XT001B788F"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2083(name, align); -seqs.push_back(newSeq2083); -name = "GQY1XT001AXNP6"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2084(name, align); -seqs.push_back(newSeq2084); -name = "GQY1XT001EVVIE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2085(name, align); -seqs.push_back(newSeq2085); -name = "GQY1XT001EN9CW"; -align = "C-GT-T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2086(name, align); -seqs.push_back(newSeq2086); -name = "GQY1XT001EGDVE"; -align = "C-G----T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2087(name, align); -seqs.push_back(newSeq2087); -name = "GQY1XT001ECS7B"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2088(name, align); -seqs.push_back(newSeq2088); -name = "GQY1XT001DZZW5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAA-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2089(name, align); -seqs.push_back(newSeq2089); -name = "GQY1XT001DXJXL"; -align = "A-T--T-G--GA-A-A-C-T-G-G--GA-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2090(name, align); -seqs.push_back(newSeq2090); -name = "GQY1XT001DTTTZ"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2091(name, align); -seqs.push_back(newSeq2091); -name = "GQY1XT001DN3FQ"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AGA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2092(name, align); -seqs.push_back(newSeq2092); -name = "GQY1XT001DCSDO"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2093(name, align); -seqs.push_back(newSeq2093); -name = "GQY1XT001D4RB5"; -align = "A-T--T-T--GA-A-A-C-T-G-T--CC-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CG-G-G-G-T----C---C----AC-AG----G-A-T-C---C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2094(name, align); -seqs.push_back(newSeq2094); -name = "GQY1XT001CZGJX"; -align = "C-G----T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2095(name, align); -seqs.push_back(newSeq2095); -name = "GQY1XT001CX3VR"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2096(name, align); -seqs.push_back(newSeq2096); -name = "GQY1XT001COCAA"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------AT-GA------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2097(name, align); -seqs.push_back(newSeq2097); -name = "GQY1XT001CMOGO"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-GTCCGG-T-G-C-G------------AAT-GAG---------C-GCT-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2098(name, align); -seqs.push_back(newSeq2098); -name = "GQY1XT001CM5V7"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2099(name, align); -seqs.push_back(newSeq2099); -name = "GQY1XT001CDHSC"; -align = "C-C--C-C--GA-T-A-C-C-G-G--CA-G-G-C--T-T-G-A-G-T-C-T-GG-TA-G-G-G-G-A-A--GG-C-GG-A-ATT-C-C-C-A-GT-GT-A-G-CGGT-G-GAA--TG-C-GC-AG--AT-A-TT-G-G-G-AA-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-T--CTGG-GC-CA-C-G-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-T-AGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CT-A-G-CCG-T-AAAC-G-A-TG-GA--CG-C-T-A-G-GT-G-T-G--G-G-G-G-G--A--------CC-T-------G-C-C-C-T-C-C-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-T-TAA-G-CGT-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTAAA"; -Sequence newSeq2100(name, align); -seqs.push_back(newSeq2100); -name = "GQY1XT001CBZ32"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-A-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2101(name, align); -seqs.push_back(newSeq2101); -name = "GQY1XT001CAJ93"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2102(name, align); -seqs.push_back(newSeq2102); -name = "GQY1XT001C9TUG"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2103(name, align); -seqs.push_back(newSeq2103); -name = "GQY1XT001C9B6T"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2104(name, align); -seqs.push_back(newSeq2104); -name = "GQY1XT001C8S1G"; -align = "C-T--T-G--CG-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-A-A-ACT--GACG-CTG-A-GG--T-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CA-C-T-A-G-GT-G-T-C--G-G-G-G-T--C--------GA-AA------G-A-C-T-T-C-G-G-T-G-C-C--GC--A-G-T-T-AA-C-G-C-A-A-TAA-G-TGC-TCC-GCC-T-G-GGG-AG-TA--CG-CA-C-G-C-A-AGTGTGAA"; -Sequence newSeq2105(name, align); -seqs.push_back(newSeq2105); -name = "GQY1XT001C6NLZ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2106(name, align); -seqs.push_back(newSeq2106); -name = "GQY1XT001BYYDK"; -align = "T-C--T-G--GA-A-A-C-T-G-C--CT-G-G-C--T-G-G-A-G-T-A-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-T-T-A-G-GT-G-T-C--G-G-G-G-A------C----AA-A-----G-T-T-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-A-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2107(name, align); -seqs.push_back(newSeq2107); -name = "GQY1XT001BY3AD"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2108(name, align); -seqs.push_back(newSeq2108); -name = "GQY1XT001BRBLS"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2109(name, align); -seqs.push_back(newSeq2109); -name = "GQY1XT001BGUGL"; -align = "C-C--T-G--CG-A-A-C-T-G-G--GA-T-G-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2110(name, align); -seqs.push_back(newSeq2110); -name = "GQY1XT001BBFUD"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--CGGGG-G-G--A--------TT-GA------C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2111(name, align); -seqs.push_back(newSeq2111); -name = "GQY1XT001B956I"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TG-A-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-C-G-G----------GCA-AA-GC-----C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2112(name, align); -seqs.push_back(newSeq2112); -name = "GQY1XT001B6JAI"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2113(name, align); -seqs.push_back(newSeq2113); -name = "GQY1XT001B3ZEU"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-TGT-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AT-G-----G-C-C-C-C-C-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2114(name, align); -seqs.push_back(newSeq2114); -name = "GQY1XT001AXPEJ"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2115(name, align); -seqs.push_back(newSeq2115); -name = "GQY1XT001ALKX4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2116(name, align); -seqs.push_back(newSeq2116); -name = "GQY1XT001AGK3C"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2117(name, align); -seqs.push_back(newSeq2117); -name = "GQY1XT001AG9FR"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-TCC--G-G-T-T------------CTACGGG---------A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2118(name, align); -seqs.push_back(newSeq2118); -name = "GQY1XT001EZ1BL"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2119(name, align); -seqs.push_back(newSeq2119); -name = "GQY1XT001EYWBT"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2120(name, align); -seqs.push_back(newSeq2120); -name = "GQY1XT001EYO8K"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2121(name, align); -seqs.push_back(newSeq2121); -name = "GQY1XT001EYKIH"; -align = "C-T--C-T--GA-T-A-C-T-G----TC-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AT--AA-C-T-G-G-TT-G-T-C--G-G-C-G------------ATA-AAA---------T-G-T-C-G-G-T-G-A-C--TA--A-G-C-G-AA-A-G-C-G-A-TAA-G-TTA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2122(name, align); -seqs.push_back(newSeq2122); -name = "GQY1XT001EYG3J"; -align = "A-C--T-C--AA-A-A-C-T-G-C--AG-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2123(name, align); -seqs.push_back(newSeq2123); -name = "GQY1XT001EY82N"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--CGA------TT-GA------G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2124(name, align); -seqs.push_back(newSeq2124); -name = "GQY1XT001EY1VL"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2125(name, align); -seqs.push_back(newSeq2125); -name = "GQY1XT001EXXWG"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2126(name, align); -seqs.push_back(newSeq2126); -name = "GQY1XT001EXE4L"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2127(name, align); -seqs.push_back(newSeq2127); -name = "GQY1XT001EW1VI"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2128(name, align); -seqs.push_back(newSeq2128); -name = "GQY1XT001EUARD"; -align = "C-G--T-T--G--A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-GCG-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TCA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2129(name, align); -seqs.push_back(newSeq2129); -name = "GQY1XT001ETWVR"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2130(name, align); -seqs.push_back(newSeq2130); -name = "GQY1XT001ETW81"; -align = "C-T--C-T--GA-T-A-C-T-G-T--CG-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-TCCGGGGG-G-G------------ATT-GACC--------C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2131(name, align); -seqs.push_back(newSeq2131); -name = "GQY1XT001ETQPK"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2132(name, align); -seqs.push_back(newSeq2132); -name = "GQY1XT001EQDIW"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CG-G-A-C--T-A-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AT-G-----G-C-C-C-C-C-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2133(name, align); -seqs.push_back(newSeq2133); -name = "GQY1XT001EQBK2"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-G-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2134(name, align); -seqs.push_back(newSeq2134); -name = "GQY1XT001EPJJ2"; -align = "..T--T-G--GA-A-A-C-T-G-C--CT-G-GAC--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-ACCC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2135(name, align); -seqs.push_back(newSeq2135); -name = "GQY1XT001EOQBJ"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2136(name, align); -seqs.push_back(newSeq2136); -name = "GQY1XT001EOLRV"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2137(name, align); -seqs.push_back(newSeq2137); -name = "GQY1XT001EO54E"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2138(name, align); -seqs.push_back(newSeq2138); -name = "GQY1XT001ENXKK"; -align = "T-T--T-G--GA-A-A-C-T-G-C--GA-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-TCG--G-G-G-G-G--G---C----AA-A-----G-C-C-C-C-T-C-G-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-A-TAA-G-CAC-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2139(name, align); -seqs.push_back(newSeq2139); -name = "GQY1XT001ENSFC"; -align = "C-G--T-T--GA-A-A-CTT-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-AG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2140(name, align); -seqs.push_back(newSeq2140); -name = "GQY1XT001ENMRU"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2141(name, align); -seqs.push_back(newSeq2141); -name = "GQY1XT001ENMPD"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G--G-------GAT-TGA-----C-C-C-C-C-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2142(name, align); -seqs.push_back(newSeq2142); -name = "GQY1XT001EN34T"; -align = "T-T--T-G-GAA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2143(name, align); -seqs.push_back(newSeq2143); -name = "GQY1XT001EN0BU"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2144(name, align); -seqs.push_back(newSeq2144); -name = "GQY1XT001EMN18"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--CAA-CG-AAA-GCG-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-ACTG-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2145(name, align); -seqs.push_back(newSeq2145); -name = "GQY1XT001EML96"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2146(name, align); -seqs.push_back(newSeq2146); -name = "GQY1XT001EM3U5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2147(name, align); -seqs.push_back(newSeq2147); -name = "GQY1XT001EM1H3"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2148(name, align); -seqs.push_back(newSeq2148); -name = "GQY1XT001EM0QH"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2149(name, align); -seqs.push_back(newSeq2149); -name = "GQY1XT001EM0O7"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GG-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2150(name, align); -seqs.push_back(newSeq2150); -name = "GQY1XT001ELWEQ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACA-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T-------TCA-AGA-----A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2151(name, align); -seqs.push_back(newSeq2151); -name = "GQY1XT001ELQCK"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2152(name, align); -seqs.push_back(newSeq2152); -name = "GQY1XT001ELHWX"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2153(name, align); -seqs.push_back(newSeq2153); -name = "GQY1XT001ELEZO"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2154(name, align); -seqs.push_back(newSeq2154); -name = "GQY1XT001EKI6F"; -align = "C----A-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-CCGGGG-G-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2155(name, align); -seqs.push_back(newSeq2155); -name = "GQY1XT001EK9KU"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2156(name, align); -seqs.push_back(newSeq2156); -name = "GQY1XT001EK37G"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2157(name, align); -seqs.push_back(newSeq2157); -name = "GQY1XT001EK258"; -align = "A-GT-T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-CTTT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-A-A-TG-AA--TA-C-T-C-G-CTGG-T-T--T-G-C-G------------ATA-TAC---------A-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2158(name, align); -seqs.push_back(newSeq2158); -name = "GQY1XT001EJTED"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--CGG-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2159(name, align); -seqs.push_back(newSeq2159); -name = "GQY1XT001EJRAK"; -align = "C-G--T-T--GA-A-A-C-T-G----GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2160(name, align); -seqs.push_back(newSeq2160); -name = "GQY1XT001EJMF9"; -align = "A-T--T-T--GA-A-A-C-T-G-T---T-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-T-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2161(name, align); -seqs.push_back(newSeq2161); -name = "GQY1XT001EHXXG"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2162(name, align); -seqs.push_back(newSeq2162); -name = "GQY1XT001EHWUE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2163(name, align); -seqs.push_back(newSeq2163); -name = "GQY1XT001EHOA2"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--CG-G-TCC--T-C-G-A-G-T-G-G-GC-GA-G---A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA--G-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2164(name, align); -seqs.push_back(newSeq2164); -name = "GQY1XT001EH6SV"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2165(name, align); -seqs.push_back(newSeq2165); -name = "GQY1XT001EH38T"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2166(name, align); -seqs.push_back(newSeq2166); -name = "GQY1XT001EH12M"; -align = "A-T--T-G--GA-A-A-C-T-G-G--GA-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAT-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2167(name, align); -seqs.push_back(newSeq2167); -name = "GQY1XT001EGV0R"; -align = "T-T--T-G--GA-A-A-C-T-G-C--GA-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-T--T---C----TA-C-----G-G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-AACG-GTGAA"; -Sequence newSeq2168(name, align); -seqs.push_back(newSeq2168); -name = "GQY1XT001EGIMR"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-GAG-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-TGG-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2169(name, align); -seqs.push_back(newSeq2169); -name = "GQY1XT001EFKVR"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2170(name, align); -seqs.push_back(newSeq2170); -name = "GQY1XT001EFCVQ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-CT-T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2171(name, align); -seqs.push_back(newSeq2171); -name = "GQY1XT001EFBM5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G---G--G-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2172(name, align); -seqs.push_back(newSeq2172); -name = "GQY1XT001EF1BF"; -align = "T-C--T-G--GA-A-A-C-T-G-C--GG-C-G-C--T-G-G-A-G-T-A-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AGA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-G-G--T---C----GA-A-------C-C-----T-C-A-G-T-G-C-T--GA--A-G-T-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq2173(name, align); -seqs.push_back(newSeq2173); -name = "GQY1XT001EEW2G"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2174(name, align); -seqs.push_back(newSeq2174); -name = "GQY1XT001EESPD"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--CGGGG-G-G--A--------TT-GA------C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2175(name, align); -seqs.push_back(newSeq2175); -name = "GQY1XT001EEA4E"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2176(name, align); -seqs.push_back(newSeq2176); -name = "GQY1XT001EE9GI"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2177(name, align); -seqs.push_back(newSeq2177); -name = "GQY1XT001EDTJ0"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2178(name, align); -seqs.push_back(newSeq2178); -name = "GQY1XT001EDI9C"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-TC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2179(name, align); -seqs.push_back(newSeq2179); -name = "GQY1XT001EBK3E"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2180(name, align); -seqs.push_back(newSeq2180); -name = "GQY1XT001EB03N"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2181(name, align); -seqs.push_back(newSeq2181); -name = "GQY1XT001EB01F"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2182(name, align); -seqs.push_back(newSeq2182); -name = "GQY1XT001EAOYD"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2183(name, align); -seqs.push_back(newSeq2183); -name = "GQY1XT001E5FM5"; -align = "C-G--T-T--GA-A-A-C-T-G-GT-TT-T-T-CT-T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2184(name, align); -seqs.push_back(newSeq2184); -name = "GQY1XT001E5CON"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-ACGG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2185(name, align); -seqs.push_back(newSeq2185); -name = "GQY1XT001E2TM6"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2186(name, align); -seqs.push_back(newSeq2186); -name = "GQY1XT001E2H4O"; -align = "C-G--T-T--GA-A-A-C-T-T-G--GT-T-T-C----T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-GCGGTGAA"; -Sequence newSeq2187(name, align); -seqs.push_back(newSeq2187); -name = "GQY1XT001E2D7X"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-TA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2188(name, align); -seqs.push_back(newSeq2188); -name = "GQY1XT001E1PLX"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2189(name, align); -seqs.push_back(newSeq2189); -name = "GQY1XT001E15V8"; -align = "C-G--G-T--TG-A-A-A-C-G-G-----T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-GTGGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2190(name, align); -seqs.push_back(newSeq2190); -name = "GQY1XT001E10TY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2191(name, align); -seqs.push_back(newSeq2191); -name = "GQY1XT001E0DEM"; -align = "C-G--T-T-GAA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------TT-GG------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2192(name, align); -seqs.push_back(newSeq2192); -name = "GQY1XT001DZV9Q"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2193(name, align); -seqs.push_back(newSeq2193); -name = "GQY1XT001DYW57"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2194(name, align); -seqs.push_back(newSeq2194); -name = "GQY1XT001DYM6V"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2195(name, align); -seqs.push_back(newSeq2195); -name = "GQY1XT001DY2KC"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2196(name, align); -seqs.push_back(newSeq2196); -name = "GQY1XT001DXL8F"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2197(name, align); -seqs.push_back(newSeq2197); -name = "GQY1XT001DX4S1"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-CT-G-T-C--CGGGG-G-G--A--------TT-GA------C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2198(name, align); -seqs.push_back(newSeq2198); -name = "GQY1XT001DWVAQ"; -align = "A-T--T-G--GA-A-A-C-T-G-G--TT-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-C--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2199(name, align); -seqs.push_back(newSeq2199); -name = "GQY1XT001DWTVA"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-C-C-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-GT-GTT-G--G-A-G-G-G----------TTT-CC-GC-----C-C-T-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAT-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2200(name, align); -seqs.push_back(newSeq2200); -name = "GQY1XT001DWF5R"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-TT-G-T-C--C-G-G-G-T--C-------GAA-TGA-----G-A-T-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2201(name, align); -seqs.push_back(newSeq2201); -name = "GQY1XT001DW8RG"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2202(name, align); -seqs.push_back(newSeq2202); -name = "GQY1XT001DW1GN"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2203(name, align); -seqs.push_back(newSeq2203); -name = "GQY1XT001DVW4B"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T---G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2204(name, align); -seqs.push_back(newSeq2204); -name = "GQY1XT001DVNJ0"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G---C--T-C-G-A-G-T-G---GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--CAA------AT-GA------G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2205(name, align); -seqs.push_back(newSeq2205); -name = "GQY1XT001DVED9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2206(name, align); -seqs.push_back(newSeq2206); -name = "GQY1XT001DUQH1"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-AT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2207(name, align); -seqs.push_back(newSeq2207); -name = "GQY1XT001DUOF1"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GCGGA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-GA-ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TGAAA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2208(name, align); -seqs.push_back(newSeq2208); -name = "GQY1XT001DUNV0"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2209(name, align); -seqs.push_back(newSeq2209); -name = "GQY1XT001DUFHE"; -align = "T-T--T-G--GA-A-A-C-T-G-C--GA-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AA-A-----G-C-C-C-C-T-C-G-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-A-TAA-G-CAC-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq2210(name, align); -seqs.push_back(newSeq2210); -name = "GQY1XT001DUA2T"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2211(name, align); -seqs.push_back(newSeq2211); -name = "GQY1XT001DTC7H"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2212(name, align); -seqs.push_back(newSeq2212); -name = "GQY1XT001DT9LA"; -align = "C-G----T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2213(name, align); -seqs.push_back(newSeq2213); -name = "GQY1XT001DSUJF"; -align = "A-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-TCC--G-G-T-T------------CTACGGG---------A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2214(name, align); -seqs.push_back(newSeq2214); -name = "GQY1XT001DSSPW"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AT-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AT-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AA-T-G-GC-GAA-GG-CGG-A-TT-G--CTGG-AC-AG-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2215(name, align); -seqs.push_back(newSeq2215); -name = "GQY1XT001DS9WE"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---CT---AG-A-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2216(name, align); -seqs.push_back(newSeq2216); -name = "GQY1XT001DR9VE"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2217(name, align); -seqs.push_back(newSeq2217); -name = "GQY1XT001DR038"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2218(name, align); -seqs.push_back(newSeq2218); -name = "GQY1XT001DQZK0"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-GTCCGG-T-G-C-G------------AAT-GAG---------C-GCT-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2219(name, align); -seqs.push_back(newSeq2219); -name = "GQY1XT001DQUFK"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2220(name, align); -seqs.push_back(newSeq2220); -name = "GQY1XT001DQNEZ"; -align = "G-T--T-C--AA-A-A-C-T-T-C--TT-G-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2221(name, align); -seqs.push_back(newSeq2221); -name = "GQY1XT001DQ915"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2222(name, align); -seqs.push_back(newSeq2222); -name = "GQY1XT001DQ8IM"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-TGG-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-GCG-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2223(name, align); -seqs.push_back(newSeq2223); -name = "GQY1XT001DPV47"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2224(name, align); -seqs.push_back(newSeq2224); -name = "GQY1XT001DPTZA"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGA-GG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2225(name, align); -seqs.push_back(newSeq2225); -name = "GQY1XT001DPHDL"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGAG----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2226(name, align); -seqs.push_back(newSeq2226); -name = "GQY1XT001DONB7"; -align = "T-T--T-T--GA-A-A-C-T-G-T--AC-A-G-C--T-T-G-A-T-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AG-G-----G-C-C-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2227(name, align); -seqs.push_back(newSeq2227); -name = "GQY1XT001DN4K7"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2228(name, align); -seqs.push_back(newSeq2228); -name = "GQY1XT001DMBHH"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-ACGG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2229(name, align); -seqs.push_back(newSeq2229); -name = "GQY1XT001DM4OG"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2230(name, align); -seqs.push_back(newSeq2230); -name = "GQY1XT001DLHTI"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2231(name, align); -seqs.push_back(newSeq2231); -name = "GQY1XT001DK3EL"; -align = "T-T--T-A--GA-A-A-C-C-G-G--CA-G-G-C--T-T-G-A-G-T-A-T-GG-TA-G-A-G-G-C-A--AA-C-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-TT-G--CTGG-GC-CA-T-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TA-C-T-A-A-GT-G---T------C-G-G--G---T----TA-CC----G---------------G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAC-TCC-GCC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq2232(name, align); -seqs.push_back(newSeq2232); -name = "GQY1XT001DJS6C"; -align = "G-T--T-T--GA-A-A-C-T-G-T--CG-T-T-C--T-T-G-A-G-T-G-A-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AT-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GACC------C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2233(name, align); -seqs.push_back(newSeq2233); -name = "GQY1XT001DJ51Z"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2234(name, align); -seqs.push_back(newSeq2234); -name = "GQY1XT001DHGCR"; -align = "T-C--T-G--GA-A-A-C-T-G-C--GG-C-G-C--T-G-G-A-G-T-A-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AGA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-CG-G-G-G-G-A--C---G----AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2235(name, align); -seqs.push_back(newSeq2235); -name = "GQY1XT001DGXZT"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2236(name, align); -seqs.push_back(newSeq2236); -name = "GQY1XT001DGTVC"; -align = "A-A--C-C--AA-A-A-C-T-A-T--CT-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-A-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-T--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-A--G-G-G-G-A--T-------GAA-TA------A-T-C-T-T-C-T-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2237(name, align); -seqs.push_back(newSeq2237); -name = "GQY1XT001DGJN3"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2238(name, align); -seqs.push_back(newSeq2238); -name = "GQY1XT001DGBZ3"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2239(name, align); -seqs.push_back(newSeq2239); -name = "GQY1XT001DFZCJ"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GA--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C---G-A-G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2240(name, align); -seqs.push_back(newSeq2240); -name = "GQY1XT001DFJPE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C---G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T---GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2241(name, align); -seqs.push_back(newSeq2241); -name = "GQY1XT001DFE4U"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2242(name, align); -seqs.push_back(newSeq2242); -name = "GQY1XT001DF8IK"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2243(name, align); -seqs.push_back(newSeq2243); -name = "GQY1XT001DEXPM"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2244(name, align); -seqs.push_back(newSeq2244); -name = "GQY1XT001DERAL"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2245(name, align); -seqs.push_back(newSeq2245); -name = "GQY1XT001DEDV1"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2246(name, align); -seqs.push_back(newSeq2246); -name = "GQY1XT001DE4MT"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2247(name, align); -seqs.push_back(newSeq2247); -name = "GQY1XT001DBSD9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-ACTG-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2248(name, align); -seqs.push_back(newSeq2248); -name = "GQY1XT001DBPAC"; -align = "A-T--T-G--GA-A-A-C-T-G-G--GA-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-T-A-ACT--GACG-CTG-A-GG--T-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-T-T-A-G-GT-G-T-C--G-G-T-G-A--G--------CA-AA----G-C-T-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-A-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2249(name, align); -seqs.push_back(newSeq2249); -name = "GQY1XT001DBOLU"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2250(name, align); -seqs.push_back(newSeq2250); -name = "GQY1XT001DB8F3"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2251(name, align); -seqs.push_back(newSeq2251); -name = "GQY1XT001DARFS"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2252(name, align); -seqs.push_back(newSeq2252); -name = "GQY1XT001DAPRN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-GTT-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG--AA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2253(name, align); -seqs.push_back(newSeq2253); -name = "GQY1XT001DA93A"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2254(name, align); -seqs.push_back(newSeq2254); -name = "GQY1XT001D9MTI"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2255(name, align); -seqs.push_back(newSeq2255); -name = "GQY1XT001D8D72"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2256(name, align); -seqs.push_back(newSeq2256); -name = "GQY1XT001D7K8Y"; -align = "T-T--T-T--GA-A-A-C-T-G-T--AG-G-G-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T----G-G-G-G-G----------TCT-GA--C-----C-C-C-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T---GGG-AG-TA--CG-GC-C-G-C-A-AGGCTGAA"; -Sequence newSeq2257(name, align); -seqs.push_back(newSeq2257); -name = "GQY1XT001D7G24"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2258(name, align); -seqs.push_back(newSeq2258); -name = "GQY1XT001D75WE"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--TT-T-T-CT-T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2259(name, align); -seqs.push_back(newSeq2259); -name = "GQY1XT001D6QT9"; -align = "A-T--T-G--GA-A-A-C-T-G-G--GA-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAT-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2260(name, align); -seqs.push_back(newSeq2260); -name = "GQY1XT001D6NM5"; -align = "C-A--T-T-GAA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-A-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2261(name, align); -seqs.push_back(newSeq2261); -name = "GQY1XT001D6JYV"; -align = "G-T--C-C--CG-A-A-C-T-G-GC-GT-G-T-C--T-C-G-A-G-T-T-C-GG-TA-G-G-G-G-A-G--AT-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-GAA--TG-C-GC-AG--AT-A-TC-G-G-G-AA-G-A-AC-A-CC-GA-T-G-GC-GAA-GG-CAG-A-TC-T--CTGG-GC-CG-C-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-T-AGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CT-A-G-CCG-T-AAAC-G-A-TG-GA--CG-C-T-A-G-GT-G-TGG--G-GAG-------------GATA-GC-CT---------C-T-C-C-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-T-TAA-G-CGT-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTAAA"; -Sequence newSeq2262(name, align); -seqs.push_back(newSeq2262); -name = "GQY1XT001D668E"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------G-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2263(name, align); -seqs.push_back(newSeq2263); -name = "GQY1XT001D5MFV"; -align = "A-A--C-T--AA-A-A-C-T-A-T--CT-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-A-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-T--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CCG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-TCC--G-G-G-C-C--G-------AAT-GG------G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2264(name, align); -seqs.push_back(newSeq2264); -name = "GQY1XT001D4N08"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G---G------------TTC-TAC---------G-G-G-ACT-G-G-GTG-G--CAC-A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2265(name, align); -seqs.push_back(newSeq2265); -name = "GQY1XT001D4I9I"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G---T--C---C-G-G--T-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2266(name, align); -seqs.push_back(newSeq2266); -name = "GQY1XT001D4CDR"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2267(name, align); -seqs.push_back(newSeq2267); -name = "GQY1XT001D41JD"; -align = "A-T--T-G--GA-A-A-C-T-G-G--TT-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-G-A--AG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TA-T-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-C--CTGG-TC-TG-C-A-ACT--GACA-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G---G-G--G---------T--C----G-A-A-C-C-T-C-A-G-T-G-C-T--GA--A-G-T-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq2268(name, align); -seqs.push_back(newSeq2268); -name = "GQY1XT001D3UVI"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2269(name, align); -seqs.push_back(newSeq2269); -name = "GQY1XT001D3TGT"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2270(name, align); -seqs.push_back(newSeq2270); -name = "GQY1XT001D2V7O"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2271(name, align); -seqs.push_back(newSeq2271); -name = "GQY1XT001D2O2I"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-C--CGA------TT-GA------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2272(name, align); -seqs.push_back(newSeq2272); -name = "GQY1XT001D1TIS"; -align = "C-T--T-A--GA-A-A-C-T-G-G--TA-G-G-C--T-T-G-A-G-T-A-T-GG-TA-G-A-G-G-C-A--AA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-TT-G--CTGG-GC-CA-T-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TA-C-T-A-A-GT-G---T--C-----G-G----------G---T-------T-A-C-C---G---G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAC-TCC-GCC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq2273(name, align); -seqs.push_back(newSeq2273); -name = "GQY1XT001D1KCQ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-GCAAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-G-T--C-C-G---G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACCGT-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2274(name, align); -seqs.push_back(newSeq2274); -name = "GQY1XT001D1H65"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2275(name, align); -seqs.push_back(newSeq2275); -name = "GQY1XT001D15SY"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CA-C-T-A-G-GT-G-T-C--G-G-G-G----C---C----GC-A-----A-G-G-C-T-T-C-G-G-T-G-C-C--GG--A-G-T-T-AA-C-G-C-A-A-TAA-G-TGC-TCC-GCC-T-G-GGG-AG-TA--CG-CA-C-G-C-A-AGTGTGAA"; -Sequence newSeq2276(name, align); -seqs.push_back(newSeq2276); -name = "GQY1XT001D12JD"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2277(name, align); -seqs.push_back(newSeq2277); -name = "GQY1XT001D0UXA"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--CGA------TT-GA------G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2278(name, align); -seqs.push_back(newSeq2278); -name = "GQY1XT001D0LWE"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2279(name, align); -seqs.push_back(newSeq2279); -name = "GQY1XT001D03JZ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C----T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2280(name, align); -seqs.push_back(newSeq2280); -name = "GQY1XT001CZRIA"; -align = "A-T--T-G--GA-A-A-C-T-G-G--TT-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-G-A--AG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TA-T-G-G-AG-G-A-AC-G-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-C--CTGG-TC-TG-C-A-ACT--GATA-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T----G-G-G-G-----------TC-GA--------A-C-C-T-C-A-G-T-G-C-T--GA--A-G-T-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq2281(name, align); -seqs.push_back(newSeq2281); -name = "GQY1XT001CZ88P"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CTGG-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2282(name, align); -seqs.push_back(newSeq2282); -name = "GQY1XT001CZ2XN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2283(name, align); -seqs.push_back(newSeq2283); -name = "GQY1XT001CYFLO"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2284(name, align); -seqs.push_back(newSeq2284); -name = "GQY1XT001CXZ3R"; -align = "T-T--T-T--GG-A-A-C-T-G-C--GT-G-T-C--T-T-G-A-G-T-G-A-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-C-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-CT-G--CTGG-AC-AT-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G---------GTAT-GG-AC-----C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2285(name, align); -seqs.push_back(newSeq2285); -name = "GQY1XT001CXQN8"; -align = "TCT--T-T--GG-A-A-C-T-G-C--GC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-C-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2286(name, align); -seqs.push_back(newSeq2286); -name = "GQY1XT001CX4XX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--CGA------TT-GA------G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2287(name, align); -seqs.push_back(newSeq2287); -name = "GQY1XT001CX3XD"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--CGA------TT-GA------G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2288(name, align); -seqs.push_back(newSeq2288); -name = "GQY1XT001CX0JZ"; -align = "C-G----T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G---A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-ACTG-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2289(name, align); -seqs.push_back(newSeq2289); -name = "GQY1XT001CWGHE"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2290(name, align); -seqs.push_back(newSeq2290); -name = "GQY1XT001CWBXI"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T----G-T-G-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2291(name, align); -seqs.push_back(newSeq2291); -name = "GQY1XT001CWANE"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-A-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2292(name, align); -seqs.push_back(newSeq2292); -name = "GQY1XT001CVCCU"; -align = "C-C--T-G--CG-A-A-C-T-G-G--GA-G-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-A-G--G---C----AA-A-----G-C-C-T-T-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2293(name, align); -seqs.push_back(newSeq2293); -name = "GQY1XT001CSSBN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2294(name, align); -seqs.push_back(newSeq2294); -name = "GQY1XT001CSN03"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2295(name, align); -seqs.push_back(newSeq2295); -name = "GQY1XT001CSGXE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2296(name, align); -seqs.push_back(newSeq2296); -name = "GQY1XT001CP95M"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2297(name, align); -seqs.push_back(newSeq2297); -name = "GQY1XT001CP169"; -align = "C-G--T-T--GA-A-A-C-T-G----GT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2298(name, align); -seqs.push_back(newSeq2298); -name = "GQY1XT001COGSY"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CG-G-G-G-G----C---T----CA-CG----G-G-C-G-C-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2299(name, align); -seqs.push_back(newSeq2299); -name = "GQY1XT001CO68U"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-CT-T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2300(name, align); -seqs.push_back(newSeq2300); -name = "GQY1XT001CNKEX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAA-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2301(name, align); -seqs.push_back(newSeq2301); -name = "GQY1XT001CM5YX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-CGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------AT-GA------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2302(name, align); -seqs.push_back(newSeq2302); -name = "GQY1XT001CK485"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CGG-----G-A-C-T-G-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2303(name, align); -seqs.push_back(newSeq2303); -name = "GQY1XT001CJQYC"; -align = "C-G--T-T-GAA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2304(name, align); -seqs.push_back(newSeq2304); -name = "GQY1XT001CJ6I6"; -align = "C-G--T-T--GA-A-A-C-TGG-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2305(name, align); -seqs.push_back(newSeq2305); -name = "GQY1XT001CIDBM"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAAGG-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2306(name, align); -seqs.push_back(newSeq2306); -name = "GQY1XT001CHSVD"; -align = "C-G----T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2307(name, align); -seqs.push_back(newSeq2307); -name = "GQY1XT001CH9SM"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G---A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--CGA------AT-GG------G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2308(name, align); -seqs.push_back(newSeq2308); -name = "GQY1XT001CH86G"; -align = "A----T-T--GA-A-A-C-T-G-T---G-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T----G-G-G-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2309(name, align); -seqs.push_back(newSeq2309); -name = "GQY1XT001CH2DV"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2310(name, align); -seqs.push_back(newSeq2310); -name = "GQY1XT001CGHIY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2311(name, align); -seqs.push_back(newSeq2311); -name = "GQY1XT001CG8RD"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C-----A-GG----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2312(name, align); -seqs.push_back(newSeq2312); -name = "GQY1XT001CG85R"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--CGA------AT-GA------G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2313(name, align); -seqs.push_back(newSeq2313); -name = "GQY1XT001CFXQH"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2314(name, align); -seqs.push_back(newSeq2314); -name = "GQY1XT001CFGXK"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2315(name, align); -seqs.push_back(newSeq2315); -name = "GQY1XT001CFGWX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2316(name, align); -seqs.push_back(newSeq2316); -name = "GQY1XT001CEY38"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2317(name, align); -seqs.push_back(newSeq2317); -name = "GQY1XT001CEXOW"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2318(name, align); -seqs.push_back(newSeq2318); -name = "GQY1XT001CE3M2"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-AAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2319(name, align); -seqs.push_back(newSeq2319); -name = "GQY1XT001CE01N"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2320(name, align); -seqs.push_back(newSeq2320); -name = "GQY1XT001CDIOE"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2321(name, align); -seqs.push_back(newSeq2321); -name = "GQY1XT001CDDN6"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2322(name, align); -seqs.push_back(newSeq2322); -name = "GQY1XT001CD3K3"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--CG-T-T-C----T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--GC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2323(name, align); -seqs.push_back(newSeq2323); -name = "GQY1XT001CCS4A"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2324(name, align); -seqs.push_back(newSeq2324); -name = "GQY1XT001CABV8"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2325(name, align); -seqs.push_back(newSeq2325); -name = "GQY1XT001C9YVV"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T---G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2326(name, align); -seqs.push_back(newSeq2326); -name = "GQY1XT001C9E53"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-A-T-G--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGA-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2327(name, align); -seqs.push_back(newSeq2327); -name = "GQY1XT001C7RLB"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2328(name, align); -seqs.push_back(newSeq2328); -name = "GQY1XT001C7AIP"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2329(name, align); -seqs.push_back(newSeq2329); -name = "GQY1XT001C75MF"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2330(name, align); -seqs.push_back(newSeq2330); -name = "GQY1XT001C6K9P"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CT-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2331(name, align); -seqs.push_back(newSeq2331); -name = "GQY1XT001C5MGN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2332(name, align); -seqs.push_back(newSeq2332); -name = "GQY1XT001C58KW"; -align = "C-GT-T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2333(name, align); -seqs.push_back(newSeq2333); -name = "GQY1XT001C523Y"; -align = "A-T--C-A--G--A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAT-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2334(name, align); -seqs.push_back(newSeq2334); -name = "GQY1XT001C4NZY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2335(name, align); -seqs.push_back(newSeq2335); -name = "GQY1XT001C4LW9"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2336(name, align); -seqs.push_back(newSeq2336); -name = "GQY1XT001C4865"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2337(name, align); -seqs.push_back(newSeq2337); -name = "GQY1XT001C40WB"; -align = "C-GT-T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--CGA------GT-GA------G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2338(name, align); -seqs.push_back(newSeq2338); -name = "GQY1XT001C397Z"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2339(name, align); -seqs.push_back(newSeq2339); -name = "GQY1XT001C3304"; -align = "T-T--T-G-GAA-A-A-C-T-G-T--GG-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2340(name, align); -seqs.push_back(newSeq2340); -name = "GQY1XT001C2T69"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2341(name, align); -seqs.push_back(newSeq2341); -name = "GQY1XT001C2IXZ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2342(name, align); -seqs.push_back(newSeq2342); -name = "GQY1XT001C26LW"; -align = "A-T--T-C--AA-A-A-C-T-G-C--GA-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-CG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AGA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-C--G-G-G-G-G----------ACGACA-GT-----G-C-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2343(name, align); -seqs.push_back(newSeq2343); -name = "GQY1XT001C25U9"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2344(name, align); -seqs.push_back(newSeq2344); -name = "GQY1XT001C1I37"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-GTACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AT-G-----G-C-C-C-C-C-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2345(name, align); -seqs.push_back(newSeq2345); -name = "GQY1XT001C1CCS"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2346(name, align); -seqs.push_back(newSeq2346); -name = "GQY1XT001C0IH9"; -align = "C-G--T-G--GA-A-A-C-C-G-A--GC-A-G-C--T-A-G-A-G-T-G-C-AG-TA-G-A-G-G-A-T--CG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2347(name, align); -seqs.push_back(newSeq2347); -name = "GQY1XT001C09HT"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2348(name, align); -seqs.push_back(newSeq2348); -name = "GQY1XT001BZSFO"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2349(name, align); -seqs.push_back(newSeq2349); -name = "GQY1XT001BZP8J"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-GTCCGG-T-G-C-G------------AAT-GAG---------C-GCT-G-G-G-C-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2350(name, align); -seqs.push_back(newSeq2350); -name = "GQY1XT001BZJJ2"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2351(name, align); -seqs.push_back(newSeq2351); -name = "GQY1XT001BZIJ4"; -align = "A-T--T-G--GA-A-A-C-T-G-T--AT-A-T-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGA-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-A-G--G---C----AA-A-----G-C-C-T-T-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2352(name, align); -seqs.push_back(newSeq2352); -name = "GQY1XT001BYS0K"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAAGG-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2353(name, align); -seqs.push_back(newSeq2353); -name = "GQY1XT001BYOEW"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2354(name, align); -seqs.push_back(newSeq2354); -name = "GQY1XT001BYB50"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-C--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2355(name, align); -seqs.push_back(newSeq2355); -name = "GQY1XT001BVOX9"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C----T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCCGT-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTAGA"; -Sequence newSeq2356(name, align); -seqs.push_back(newSeq2356); -name = "GQY1XT001BVI50"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2357(name, align); -seqs.push_back(newSeq2357); -name = "GQY1XT001BVE7A"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C-------TTC-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2358(name, align); -seqs.push_back(newSeq2358); -name = "GQY1XT001BV1YB"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--CGA------GT-GA------G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2359(name, align); -seqs.push_back(newSeq2359); -name = "GQY1XT001BSJJO"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2360(name, align); -seqs.push_back(newSeq2360); -name = "GQY1XT001BSAZ7"; -align = "C-T--C-T--GA-T-G-C-T-G-T--CG-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AT--AA-C-T-G-G-TT-G-T-C--G-G-C-G------------ATA-AAA---------T-G-T-C-G-G-T-G-A-C--TA--A-G-C-G-AA-A-G-C-G-A-TAA-G-TTA-TCC-ACC-T-G-GGGAGG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2361(name, align); -seqs.push_back(newSeq2361); -name = "GQY1XT001BS4PJ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2362(name, align); -seqs.push_back(newSeq2362); -name = "GQY1XT001BQNRJ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2363(name, align); -seqs.push_back(newSeq2363); -name = "GQY1XT001BQI6Q"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-A-G-A-G-T-A-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2364(name, align); -seqs.push_back(newSeq2364); -name = "GQY1XT001BP6T4"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TAC-CGG-----G-A-C-T-G-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2365(name, align); -seqs.push_back(newSeq2365); -name = "GQY1XT001BO1B9"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAGTTGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2366(name, align); -seqs.push_back(newSeq2366); -name = "GQY1XT001BNHFP"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2367(name, align); -seqs.push_back(newSeq2367); -name = "GQY1XT001BM3N7"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2368(name, align); -seqs.push_back(newSeq2368); -name = "GQY1XT001BLX3A"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2369(name, align); -seqs.push_back(newSeq2369); -name = "GQY1XT001BL4UA"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2370(name, align); -seqs.push_back(newSeq2370); -name = "GQY1XT001BKWUQ"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2371(name, align); -seqs.push_back(newSeq2371); -name = "GQY1XT001BJ7J6"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGCGAA"; -Sequence newSeq2372(name, align); -seqs.push_back(newSeq2372); -name = "GQY1XT001BIB5H"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2373(name, align); -seqs.push_back(newSeq2373); -name = "GQY1XT001BIAMP"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-GAT--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2374(name, align); -seqs.push_back(newSeq2374); -name = "GQY1XT001BHZMM"; -align = "C-G--T-T--GA-A-A-C-T-G-G---C-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-G--C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2375(name, align); -seqs.push_back(newSeq2375); -name = "GQY1XT001BHZH4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2376(name, align); -seqs.push_back(newSeq2376); -name = "GQY1XT001BGP18"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2377(name, align); -seqs.push_back(newSeq2377); -name = "GQY1XT001BGNFF"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-A-A-C--T-A-G-A-G-T---G-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATTCC-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-CG-G-G-G-A-C--C---C----AA-G-----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2378(name, align); -seqs.push_back(newSeq2378); -name = "GQY1XT001BE830"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2379(name, align); -seqs.push_back(newSeq2379); -name = "GQY1XT001BE1VD"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TA-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2380(name, align); -seqs.push_back(newSeq2380); -name = "GQY1XT001BDUN6"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2381(name, align); -seqs.push_back(newSeq2381); -name = "GQY1XT001BCPKR"; -align = "C-G----T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2382(name, align); -seqs.push_back(newSeq2382); -name = "GQY1XT001BCMUX"; -align = "A-T--C-A--GA-A-A-C-T-G----TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAT-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2383(name, align); -seqs.push_back(newSeq2383); -name = "GQY1XT001BCHP8"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2384(name, align); -seqs.push_back(newSeq2384); -name = "GQY1XT001BBYUK"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2385(name, align); -seqs.push_back(newSeq2385); -name = "GQY1XT001BAKTQ"; -align = "A-T--A-T--AA-A-A-C-T-G-T--TT-A-A-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-A-TG-AGA-G-C-A-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CTG-T-AAAC-G-A-TG-GG--TA-C-T-A-G-GT-G-T-G--G-G-T-T-G--T-------GAA-TA------A-C-A-A-T-T-C-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAC-CCC-GCC-T-G-AGG-AG-TA--CG-AT-C-G-C-A-AGATTAAA"; -Sequence newSeq2386(name, align); -seqs.push_back(newSeq2386); -name = "GQY1XT001BA91D"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-A-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2387(name, align); -seqs.push_back(newSeq2387); -name = "GQY1XT001BA7J8"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2388(name, align); -seqs.push_back(newSeq2388); -name = "GQY1XT001BA5GH"; -align = "C-G--T-T--GA-A-A-C-T-G----GT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2389(name, align); -seqs.push_back(newSeq2389); -name = "GQY1XT001B9Q5E"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2390(name, align); -seqs.push_back(newSeq2390); -name = "GQY1XT001B9A2V"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-G-C--T-A-G-A-G-T-A-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-A-G-A--G---C----AA-A-----G-C-T-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2391(name, align); -seqs.push_back(newSeq2391); -name = "GQY1XT001B8RLN"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2392(name, align); -seqs.push_back(newSeq2392); -name = "GQY1XT001B8MID"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G---A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2393(name, align); -seqs.push_back(newSeq2393); -name = "GQY1XT001B80IP"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2394(name, align); -seqs.push_back(newSeq2394); -name = "GQY1XT001B6S1X"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TG-A-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-T-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2395(name, align); -seqs.push_back(newSeq2395); -name = "GQY1XT001B6NYW"; -align = "..T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2396(name, align); -seqs.push_back(newSeq2396); -name = "GQY1XT001B6L4H"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-GC-C-CC-GA-T-T-GCGGAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2397(name, align); -seqs.push_back(newSeq2397); -name = "GQY1XT001B6GNO"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AG-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2398(name, align); -seqs.push_back(newSeq2398); -name = "GQY1XT001B66RF"; -align = "A-G----T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TA-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------A-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2399(name, align); -seqs.push_back(newSeq2399); -name = "GQY1XT001B61RV"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGC-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2400(name, align); -seqs.push_back(newSeq2400); -name = "GQY1XT001B5CKB"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2401(name, align); -seqs.push_back(newSeq2401); -name = "GQY1XT001B51KL"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GT-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-C--G-G-G-C-G--G---C----AA-A-----G-C-C-G-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2402(name, align); -seqs.push_back(newSeq2402); -name = "GQY1XT001B4924"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2403(name, align); -seqs.push_back(newSeq2403); -name = "GQY1XT001B43PG"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2404(name, align); -seqs.push_back(newSeq2404); -name = "GQY1XT001B42UM"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C---G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2405(name, align); -seqs.push_back(newSeq2405); -name = "GQY1XT001B3AAS"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2406(name, align); -seqs.push_back(newSeq2406); -name = "GQY1XT001B351W"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2407(name, align); -seqs.push_back(newSeq2407); -name = "GQY1XT001B2B02"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2408(name, align); -seqs.push_back(newSeq2408); -name = "GQY1XT001B1O66"; -align = "..T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GAG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2409(name, align); -seqs.push_back(newSeq2409); -name = "GQY1XT001B1KJB"; -align = "C-G--T-T--GA-A-ACC-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CA-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CG-------AT-TG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2410(name, align); -seqs.push_back(newSeq2410); -name = "GQY1XT001AZ0YY"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2411(name, align); -seqs.push_back(newSeq2411); -name = "GQY1XT001AYWN9"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GTCC-CA-C-G-CAG-T-AAAC-G-A-TGAAA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2412(name, align); -seqs.push_back(newSeq2412); -name = "GQY1XT001AXE4L"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2413(name, align); -seqs.push_back(newSeq2413); -name = "GQY1XT001AWZ90"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-TGT--G-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2414(name, align); -seqs.push_back(newSeq2414); -name = "GQY1XT001AWJD3"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-A-C-TG-GA-G---G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2415(name, align); -seqs.push_back(newSeq2415); -name = "GQY1XT001AWJ4F"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2416(name, align); -seqs.push_back(newSeq2416); -name = "GQY1XT001AWGSE"; -align = "T-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2417(name, align); -seqs.push_back(newSeq2417); -name = "GQY1XT001AW0PD"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-GCG-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GTGG-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2418(name, align); -seqs.push_back(newSeq2418); -name = "GQY1XT001AV6XZ"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2419(name, align); -seqs.push_back(newSeq2419); -name = "GQY1XT001AV240"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2420(name, align); -seqs.push_back(newSeq2420); -name = "GQY1XT001AUVTV"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2421(name, align); -seqs.push_back(newSeq2421); -name = "GQY1XT001AURRM"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-A-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2422(name, align); -seqs.push_back(newSeq2422); -name = "GQY1XT001ATUWN"; -align = "C-G----T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-GCG-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2423(name, align); -seqs.push_back(newSeq2423); -name = "GQY1XT001ATI5U"; -align = "A-T--TGG--GG-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TGAAA--TA-C-T-A-G-GT-G-T-C--G-G-C-G-G--G---C----AA-A-----G-C-C-C-G-C-C-G-G-TGG-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T---GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2424(name, align); -seqs.push_back(newSeq2424); -name = "GQY1XT001ATHKA"; -align = "A-G----T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-GTCCGG-G-G-G-G------------ATT-GACC--------C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2425(name, align); -seqs.push_back(newSeq2425); -name = "GQY1XT001AQ17Y"; -align = "C-G--T-C-GTAGA-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2426(name, align); -seqs.push_back(newSeq2426); -name = "GQY1XT001APSXD"; -align = "C-G--T-T--GA-A-A-C-T-G-A--C--G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2427(name, align); -seqs.push_back(newSeq2427); -name = "GQY1XT001APKVT"; -align = "C-C--T-T--GG-A-A-C-T-G-C--TT-G-G-C--T-G-G-A-G-T-G---CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-CG-G-G-G-G-A--C---G----AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq2428(name, align); -seqs.push_back(newSeq2428); -name = "GQY1XT001AP9K8"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2429(name, align); -seqs.push_back(newSeq2429); -name = "GQY1XT001AP779"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-ACGG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CTGG-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2430(name, align); -seqs.push_back(newSeq2430); -name = "GQY1XT001AP0HA"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GC-T-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-G--G-G-A-G-G--A---C----TG-A-----C-C-C-C-T-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2431(name, align); -seqs.push_back(newSeq2431); -name = "GQY1XT001AO016"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2432(name, align); -seqs.push_back(newSeq2432); -name = "GQY1XT001ANRDN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG---T-C--T-T-G-A-G-T---G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--CG------GAG-TGA-----G---G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T---GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2433(name, align); -seqs.push_back(newSeq2433); -name = "GQY1XT001AN2YO"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-G-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-TGG-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2434(name, align); -seqs.push_back(newSeq2434); -name = "GQY1XT001AMQH4"; -align = "C-G----T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAGTTGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2435(name, align); -seqs.push_back(newSeq2435); -name = "GQY1XT001AMERS"; -align = "C-G----T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T-G---GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2436(name, align); -seqs.push_back(newSeq2436); -name = "GQY1XT001AM67G"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2437(name, align); -seqs.push_back(newSeq2437); -name = "GQY1XT001ALQ0I"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2438(name, align); -seqs.push_back(newSeq2438); -name = "GQY1XT001ALOK9"; -align = "C----A-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2439(name, align); -seqs.push_back(newSeq2439); -name = "GQY1XT001ALNXT"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-A-G-A--G---C----AA-A-----G-C-T-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2440(name, align); -seqs.push_back(newSeq2440); -name = "GQY1XT001AKOR4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-A-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CG-------AT-TG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2441(name, align); -seqs.push_back(newSeq2441); -name = "GQY1XT001AI1FE"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--A---CG---AC-A-----G-T-T-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2442(name, align); -seqs.push_back(newSeq2442); -name = "GQY1XT001AHY9K"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGG-G-G-G--G--------AA-TG------G-C-C-CAT-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2443(name, align); -seqs.push_back(newSeq2443); -name = "GQY1XT001AHWOL"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2444(name, align); -seqs.push_back(newSeq2444); -name = "GQY1XT001AG8EU"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2445(name, align); -seqs.push_back(newSeq2445); -name = "GQY1XT001AG3B8"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2446(name, align); -seqs.push_back(newSeq2446); -name = "GQY1XT001AFRIJ"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-TGT--C-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2447(name, align); -seqs.push_back(newSeq2447); -name = "GQY1XT001AFQZ9"; -align = "T-T--T-G--GA-A-A-C-T-G-C--GA-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-GC-AG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-CG-G-G-G-G-G--G---C----AA-A-----G-C-C-C-C-T-C-G-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-A-TAA-G-CAC-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2448(name, align); -seqs.push_back(newSeq2448); -name = "GQY1XT001AFH4C"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2449(name, align); -seqs.push_back(newSeq2449); -name = "GQY1XT001AEYVK"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2450(name, align); -seqs.push_back(newSeq2450); -name = "GQY1XT001AEL2X"; -align = "T-C--T-G--GG-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-C-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-TCC--G-G-T-G-C--G---A----AT-G-----A-G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2451(name, align); -seqs.push_back(newSeq2451); -name = "GQY1XT001A8DPO"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2452(name, align); -seqs.push_back(newSeq2452); -name = "GQY1XT001A7W4P"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2453(name, align); -seqs.push_back(newSeq2453); -name = "GQY1XT001A7V7C"; -align = "C-G----T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2454(name, align); -seqs.push_back(newSeq2454); -name = "GQY1XT001A774H"; -align = "C-G--T-T--G--A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2455(name, align); -seqs.push_back(newSeq2455); -name = "GQY1XT001A6X4L"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-CCAA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2456(name, align); -seqs.push_back(newSeq2456); -name = "GQY1XT001A64OH"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2457(name, align); -seqs.push_back(newSeq2457); -name = "GQY1XT001A60MM"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-TA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2458(name, align); -seqs.push_back(newSeq2458); -name = "GQY1XT001A5Q2R"; -align = "C-A--G-A--GA-A-A-C-C-G-T--AT-A-A-C--T-A-G-A-G-T-A-T-GG-TA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-A-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2459(name, align); -seqs.push_back(newSeq2459); -name = "GQY1XT001A4AB5"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G---A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TTGG-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2460(name, align); -seqs.push_back(newSeq2460); -name = "GQY1XT001A1I70"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--CGA------AT-GA------G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2461(name, align); -seqs.push_back(newSeq2461); -name = "GQY1XT001A1DE5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--CGA------AT-GA------G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2462(name, align); -seqs.push_back(newSeq2462); -name = "GQY1XT001A15A7"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2463(name, align); -seqs.push_back(newSeq2463); -name = "GQY1XT001A03YW"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGGTA--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--CGA------GT-GA------G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2464(name, align); -seqs.push_back(newSeq2464); -name = "GQY1XT001A9BAI"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2465(name, align); -seqs.push_back(newSeq2465); -name = "GQY1XT001D9OS4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2466(name, align); -seqs.push_back(newSeq2466); -name = "GQY1XT001CBY45"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2467(name, align); -seqs.push_back(newSeq2467); -name = "GQY1XT001DL7AU"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2468(name, align); -seqs.push_back(newSeq2468); -name = "GQY1XT001CHH60"; -align = "A-A--C-T--AA-A-A-C-T-A-A--TT-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-A-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-T--CTGG-AC-AG-A-A-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-A--G-G-G-T-G--T-------GAT-GA------A-C-G-C-T-C-T-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2469(name, align); -seqs.push_back(newSeq2469); -name = "GQY1XT001BPGSI"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2470(name, align); -seqs.push_back(newSeq2470); -name = "GQY1XT001DU562"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-T-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-A-C--AG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-CC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2471(name, align); -seqs.push_back(newSeq2471); -name = "GQY1XT001CYXHS"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-T-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2472(name, align); -seqs.push_back(newSeq2472); -name = "GQY1XT001AIBAJ"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGAG----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2473(name, align); -seqs.push_back(newSeq2473); -name = "GQY1XT001EFWU4"; -align = "C-C--T-G--CG-A-A-C-T-G-G--GA-T-G-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--T-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C--------AA-AT------G-A-G-A-T-CTGAG-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2474(name, align); -seqs.push_back(newSeq2474); -name = "GQY1XT001EFCWF"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2475(name, align); -seqs.push_back(newSeq2475); -name = "GQY1XT001D9HMJ"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2476(name, align); -seqs.push_back(newSeq2476); -name = "GQY1XT001CY9R7"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CC-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-C-G-G--G---C----AA-A-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2477(name, align); -seqs.push_back(newSeq2477); -name = "GQY1XT001CQRKG"; -align = "A-T--T-C--AA-A-A-C-T-G-C--GA-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-C-G-G--G---C----AA-A-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2478(name, align); -seqs.push_back(newSeq2478); -name = "GQY1XT001CJDEI"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-TCC--G-GCCCG------------ATT-GGG---------G-GCT-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2479(name, align); -seqs.push_back(newSeq2479); -name = "GQY1XT001CF1T3"; -align = "C-C--T-G--CG-A-A-C-T-G-G--GA-G-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GTCCACA-C----CG-T-AAAC-G-A-TG-AG--CA-C-T-A-G-GT-G-T-C--G-G-G-G-T--C--------GC-AA------G-A-C-T-T-C-G-G-T-G-C-C--GC--A-G-T-T-AA-C-G-C-A-T-TAA-G-TGC-TCC-GCC-T-G-GGG-AG-TA--CG-CA-C-G-C-A-AGTGTGAA"; -Sequence newSeq2480(name, align); -seqs.push_back(newSeq2480); -name = "GQY1XT001CBCXW"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--CGGGG-G-G--A--------TT-GA------C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2481(name, align); -seqs.push_back(newSeq2481); -name = "GQY1XT001BE1NB"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2482(name, align); -seqs.push_back(newSeq2482); -name = "GQY1XT001BCA6U"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--CAA------AT-GA------G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2483(name, align); -seqs.push_back(newSeq2483); -name = "GQY1XT001B68W9"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2484(name, align); -seqs.push_back(newSeq2484); -name = "GQY1XT001AYQUX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2485(name, align); -seqs.push_back(newSeq2485); -name = "GQY1XT001AX5T9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2486(name, align); -seqs.push_back(newSeq2486); -name = "GQY1XT001ALN4T"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2487(name, align); -seqs.push_back(newSeq2487); -name = "GQY1XT001AJG87"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G---G--G---------T--C----G-A-A-C-C-T-C-A-G-T-G-C-T--GA--A-G-T-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2488(name, align); -seqs.push_back(newSeq2488); -name = "GQY1XT001AJ30Z"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2489(name, align); -seqs.push_back(newSeq2489); -name = "GQY1XT001A7WE9"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C----T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2490(name, align); -seqs.push_back(newSeq2490); -name = "GQY1XT001A6VBJ"; -align = "A-T--T-G--GA-A-A-C-T-G-G--TT-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-G-A--AG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-GAG-GTT--------TCC-GC--------C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2491(name, align); -seqs.push_back(newSeq2491); -name = "GQY1XT001EZYSM"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CGAAAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-CCGGGG-G-G-A--A--------GT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2492(name, align); -seqs.push_back(newSeq2492); -name = "GQY1XT001EZQ8T"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2493(name, align); -seqs.push_back(newSeq2493); -name = "GQY1XT001EXSA0"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-TG-AAA-GCG-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2494(name, align); -seqs.push_back(newSeq2494); -name = "GQY1XT001EVJL8"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2495(name, align); -seqs.push_back(newSeq2495); -name = "GQY1XT001ET74J"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGAG----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2496(name, align); -seqs.push_back(newSeq2496); -name = "GQY1XT001ESNSJ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2497(name, align); -seqs.push_back(newSeq2497); -name = "GQY1XT001ERL66"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--T-G-G-T-C--C-------GAA-TGA-----A-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2498(name, align); -seqs.push_back(newSeq2498); -name = "GQY1XT001EPVS7"; -align = "A-T--C-A--GA-A-A-C-T-G-T--G--A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2499(name, align); -seqs.push_back(newSeq2499); -name = "GQY1XT001EPP77"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2500(name, align); -seqs.push_back(newSeq2500); -name = "GQY1XT001EPLB3"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-G-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2501(name, align); -seqs.push_back(newSeq2501); -name = "GQY1XT001EPJT4"; -align = "T-T--T-A--GA-A-A-C-T-G-C--TC-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-T-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2502(name, align); -seqs.push_back(newSeq2502); -name = "GQY1XT001EP2GW"; -align = "C-A--T-T--GA-A-ACC-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-T-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACT-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2503(name, align); -seqs.push_back(newSeq2503); -name = "GQY1XT001ENZ2E"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2504(name, align); -seqs.push_back(newSeq2504); -name = "GQY1XT001ENUI2"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2505(name, align); -seqs.push_back(newSeq2505); -name = "GQY1XT001ENHB8"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G--A---C----TG-A-----C-C-C-C-T-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TG--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2506(name, align); -seqs.push_back(newSeq2506); -name = "GQY1XT001EMW73"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-G-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2507(name, align); -seqs.push_back(newSeq2507); -name = "GQY1XT001EMEEK"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G---G--G---------T--C----G-A-A-C-C-T-C-A-G-T-G-C-T--GA--A-G-T-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2508(name, align); -seqs.push_back(newSeq2508); -name = "GQY1XT001EM78I"; -align = "A-T--T-G--GA-A-A-C-T-A-C--CG-A-A-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AT-T-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2509(name, align); -seqs.push_back(newSeq2509); -name = "GQY1XT001ELEJ9"; -align = "G-T--T-C--AA-A-A-C-T-G-T--TC-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T----G-G-G-T-G---------GACT-GA-CC-----C-C-A-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2510(name, align); -seqs.push_back(newSeq2510); -name = "GQY1XT001EKJWY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-A-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2511(name, align); -seqs.push_back(newSeq2511); -name = "GQY1XT001EGNVG"; -align = "C-G--T-T--GA-A-A-C-T---G--AT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2512(name, align); -seqs.push_back(newSeq2512); -name = "GQY1XT001EG269"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2513(name, align); -seqs.push_back(newSeq2513); -name = "GQY1XT001EEQKJ"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2514(name, align); -seqs.push_back(newSeq2514); -name = "GQY1XT001EDTK5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--CGA------GT-GA------G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2515(name, align); -seqs.push_back(newSeq2515); -name = "GQY1XT001EDMS3"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2516(name, align); -seqs.push_back(newSeq2516); -name = "GQY1XT001EDABE"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCC-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2517(name, align); -seqs.push_back(newSeq2517); -name = "GQY1XT001ED3D6"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2518(name, align); -seqs.push_back(newSeq2518); -name = "GQY1XT001ED0QA"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2519(name, align); -seqs.push_back(newSeq2519); -name = "GQY1XT001ECE4O"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--CGA------AT-GG------G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2520(name, align); -seqs.push_back(newSeq2520); -name = "GQY1XT001EBDSU"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ATGGTGAA"; -Sequence newSeq2521(name, align); -seqs.push_back(newSeq2521); -name = "GQY1XT001EB6IM"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-GG----A-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2522(name, align); -seqs.push_back(newSeq2522); -name = "GQY1XT001EA4MU"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2523(name, align); -seqs.push_back(newSeq2523); -name = "GQY1XT001E6KSQ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-G-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2524(name, align); -seqs.push_back(newSeq2524); -name = "GQY1XT001E5F5G"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T---G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2525(name, align); -seqs.push_back(newSeq2525); -name = "GQY1XT001E2NOM"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AG-G-----G-C-C-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2526(name, align); -seqs.push_back(newSeq2526); -name = "GQY1XT001E1YYS"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-G-C-C--C--------CG-AGT-----G-AGGGG-T-GCG-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2527(name, align); -seqs.push_back(newSeq2527); -name = "GQY1XT001E1W7A"; -align = "C-G----T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-G--GT-A-G-CGGT-G-AAA--TGCC-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2528(name, align); -seqs.push_back(newSeq2528); -name = "GQY1XT001E1QXS"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2529(name, align); -seqs.push_back(newSeq2529); -name = "GQY1XT001E14P0"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2530(name, align); -seqs.push_back(newSeq2530); -name = "GQY1XT001E0KUT"; -align = "T-C--T-G--GA-A-A-C-T-A-T--GT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-G--AG-C-AG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2531(name, align); -seqs.push_back(newSeq2531); -name = "GQY1XT001E0684"; -align = "C-G----T--GA-A-A-C-T-G-G--CG---G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2532(name, align); -seqs.push_back(newSeq2532); -name = "GQY1XT001DZPW9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2533(name, align); -seqs.push_back(newSeq2533); -name = "GQY1XT001DZK4V"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GG-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2534(name, align); -seqs.push_back(newSeq2534); -name = "GQY1XT001DZDRG"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2535(name, align); -seqs.push_back(newSeq2535); -name = "GQY1XT001DYZ2Q"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-A-C-TG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-C--C---C----AC-A-----G-G-G-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2536(name, align); -seqs.push_back(newSeq2536); -name = "GQY1XT001DY77C"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-GTG-G-A--C--------TG-AC------C-C-C-A-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2537(name, align); -seqs.push_back(newSeq2537); -name = "GQY1XT001DY30Y"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-G-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2538(name, align); -seqs.push_back(newSeq2538); -name = "GQY1XT001DXPG7"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-CGG-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-GCAAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-GAC-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2539(name, align); -seqs.push_back(newSeq2539); -name = "GQY1XT001DXJEY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2540(name, align); -seqs.push_back(newSeq2540); -name = "GQY1XT001DWS7R"; -align = "C-G--T-T--GA-A-A-C-T-G-T--CG-G-G-C--T-C-G-A-A-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2541(name, align); -seqs.push_back(newSeq2541); -name = "GQY1XT001DWDQE"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-A-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-T-G--G---C----AA-A-----G-C-C-A-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2542(name, align); -seqs.push_back(newSeq2542); -name = "GQY1XT001DWAKO"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2543(name, align); -seqs.push_back(newSeq2543); -name = "GQY1XT001DUOZH"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2544(name, align); -seqs.push_back(newSeq2544); -name = "GQY1XT001DUIYM"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-C--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-TCCG-G-GCC-G------------ATT-GAGG--------C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2545(name, align); -seqs.push_back(newSeq2545); -name = "GQY1XT001DUBJQ"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2546(name, align); -seqs.push_back(newSeq2546); -name = "GQY1XT001DTJB2"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAG-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2547(name, align); -seqs.push_back(newSeq2547); -name = "GQY1XT001DRC21"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2548(name, align); -seqs.push_back(newSeq2548); -name = "GQY1XT001DOVY1"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAATGGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2549(name, align); -seqs.push_back(newSeq2549); -name = "GQY1XT001DNYAN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2550(name, align); -seqs.push_back(newSeq2550); -name = "GQY1XT001DNCE2"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-TGG-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--CGA------AT-GG------G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2551(name, align); -seqs.push_back(newSeq2551); -name = "GQY1XT001DMKCG"; -align = "C-T--T-A--GA-A-A-C-T-G-G--TA-G-G-C--T-T-G-A-G-T-A-T-GG-TA-G-A-G-G-C-A--AA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-TT-G--CTGG-GC-CA-T-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TA-C-T-A-A-GT-G-T-C----G-G---------------GT-TA------------C---C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAC-TCC-GCC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq2552(name, align); -seqs.push_back(newSeq2552); -name = "GQY1XT001DLSKT"; -align = "C-G--T-T--GA-A-A-CGT-G-GC-CG-G-C-C--T-C-G-A-G-T-G---GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2553(name, align); -seqs.push_back(newSeq2553); -name = "GQY1XT001DKLBS"; -align = "A-T--T-T--CA-A-A-C-T-G-G--AA-G-T-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TC-T--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GA--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-G-G-G-T--T-------GTC-AT------G-A-C-C-T-C-T-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-T-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGAATGAA"; -Sequence newSeq2554(name, align); -seqs.push_back(newSeq2554); -name = "GQY1XT001DKBL4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--CGA------AT-GG------G-G-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-A-G-C-A-ACGGTGAA"; -Sequence newSeq2555(name, align); -seqs.push_back(newSeq2555); -name = "GQY1XT001DIWN1"; -align = "T-C--T-A--TA-A-A-C-T-G-A--TA-G-A-C--T-A-G-A-G-T-G-T-GG-TA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-GAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-T-C-ACT--GACG-GTC-A-GG--G-A-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--CA-C-T-A-A-GT-G---T--------C-G--G-----------------G-C-A-A-C---C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TGC-TCC-GCC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq2556(name, align); -seqs.push_back(newSeq2556); -name = "GQY1XT001DIEVS"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGG-G-G-G--G--------AA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2557(name, align); -seqs.push_back(newSeq2557); -name = "GQY1XT001DHSDW"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-AGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2558(name, align); -seqs.push_back(newSeq2558); -name = "GQY1XT001DGZGE"; -align = "T-C--T-T--GG-A-A-C-T-G-T--GC-G-G-C--T-G-G-A-G-T-G-C-GG-GA-G---G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-CG-G-G-G-C-A--C---G----AC-A-----G-T-G-C-T-T-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGA-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq2559(name, align); -seqs.push_back(newSeq2559); -name = "GQY1XT001DGFCV"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-T-A-ACT--GACG-CTG-A-GG--T-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAT-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2560(name, align); -seqs.push_back(newSeq2560); -name = "GQY1XT001DFPDZ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--CAA-CG-AAA-G-CGG-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAG-TTG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACCGT-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2561(name, align); -seqs.push_back(newSeq2561); -name = "GQY1XT001DF5YP"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2562(name, align); -seqs.push_back(newSeq2562); -name = "GQY1XT001DEDYU"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G---GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2563(name, align); -seqs.push_back(newSeq2563); -name = "GQY1XT001DDOTJ"; -align = "C-G--T-T--G--A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--AG------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2564(name, align); -seqs.push_back(newSeq2564); -name = "GQY1XT001DDH6M"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A--------GA-AT------G-ATCCC-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2565(name, align); -seqs.push_back(newSeq2565); -name = "GQY1XT001DD43P"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CC-C-G-C--T-C-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-TGT-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----A--T-----G-G-C-C-C-C-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2566(name, align); -seqs.push_back(newSeq2566); -name = "GQY1XT001DAR0U"; -align = "T-T--C-T--AA-A-A-C-T-G-T--AT-G-A-C--T-T-G-A-G-T-G-C-AG-TA-G-A-G-G-T-T--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-A-G-GC-GAA-GG-CGG-C-TA-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G---G-G----------GTC-GA------A-C-C---T-C-A-G-T-G-C-T--GA--A-G-T-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq2567(name, align); -seqs.push_back(newSeq2567); -name = "GQY1XT001DAFKD"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--CGA------TT-GA------G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2568(name, align); -seqs.push_back(newSeq2568); -name = "GQY1XT001DAC2U"; -align = "C-G--T-T--GA-A-A-C-T-G-A-CGT-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2569(name, align); -seqs.push_back(newSeq2569); -name = "GQY1XT001DABXK"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-CCAAAC-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2570(name, align); -seqs.push_back(newSeq2570); -name = "GQY1XT001D9S7R"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2571(name, align); -seqs.push_back(newSeq2571); -name = "GQY1XT001D9I4B"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2572(name, align); -seqs.push_back(newSeq2572); -name = "GQY1XT001D8PRO"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2573(name, align); -seqs.push_back(newSeq2573); -name = "GQY1XT001D8BBD"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T---G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2574(name, align); -seqs.push_back(newSeq2574); -name = "GQY1XT001D7ZPN"; -align = "A-T--T-T--GA-A-A-C-T-G-T--GT-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-C-C-C-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2575(name, align); -seqs.push_back(newSeq2575); -name = "GQY1XT001D6M5O"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2576(name, align); -seqs.push_back(newSeq2576); -name = "GQY1XT001D5RB1"; -align = "A-T--T-T--GA-A-A-C-T---G--TT-T-T-C--T-T-G-A-G-T-A-C-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-T--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2577(name, align); -seqs.push_back(newSeq2577); -name = "GQY1XT001D54SK"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--CGA------GT-GA------G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2578(name, align); -seqs.push_back(newSeq2578); -name = "GQY1XT001D477O"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C----T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2579(name, align); -seqs.push_back(newSeq2579); -name = "GQY1XT001D2XTB"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2580(name, align); -seqs.push_back(newSeq2580); -name = "GQY1XT001D2GAU"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G---T--C-C-G-G-T--T-------CTA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2581(name, align); -seqs.push_back(newSeq2581); -name = "GQY1XT001D2742"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-G-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2582(name, align); -seqs.push_back(newSeq2582); -name = "GQY1XT001D22UC"; -align = "A-T--T-T--GA-A-A-C-T-G-T---T-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-AGG-GT-G-T-C--G-G-C-G-G--G---C----AA-A-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2583(name, align); -seqs.push_back(newSeq2583); -name = "GQY1XT001D0UBD"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATC-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2584(name, align); -seqs.push_back(newSeq2584); -name = "GQY1XT001D042F"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T-G---GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2585(name, align); -seqs.push_back(newSeq2585); -name = "GQY1XT001D03O7"; -align = "C-G----T--GA-A-A-C-T-G-C--CG-G-G-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2586(name, align); -seqs.push_back(newSeq2586); -name = "GQY1XT001CZVKT"; -align = "A-T--C-A--GA-A-A-C-T-G----TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAT-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2587(name, align); -seqs.push_back(newSeq2587); -name = "GQY1XT001CZU7K"; -align = "C-G--T-T-GAA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--CAA-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2588(name, align); -seqs.push_back(newSeq2588); -name = "GQY1XT001CZQ2T"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2589(name, align); -seqs.push_back(newSeq2589); -name = "GQY1XT001CZLMA"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-C-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2590(name, align); -seqs.push_back(newSeq2590); -name = "GQY1XT001CZ9WR"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2591(name, align); -seqs.push_back(newSeq2591); -name = "GQY1XT001CY98E"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2592(name, align); -seqs.push_back(newSeq2592); -name = "GQY1XT001CXX5V"; -align = "A-T--T-G--GA-A-A-C-T-G-T--CG-G-A-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-C--G-G-G-T-G--G---C----AA-A-----G-C-C-A-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2593(name, align); -seqs.push_back(newSeq2593); -name = "GQY1XT001CWVW0"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2594(name, align); -seqs.push_back(newSeq2594); -name = "GQY1XT001CWIPD"; -align = "A-T--A-T--AA-A-A-C-T-G-T--TT-A-A-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2595(name, align); -seqs.push_back(newSeq2595); -name = "GQY1XT001CWFGU"; -align = "ATT--T-G--GA-A-A-C-T-G-G--TT-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-G-A--AG-T-GG-A-ACT---C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2596(name, align); -seqs.push_back(newSeq2596); -name = "GQY1XT001CW1IR"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GATTGGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2597(name, align); -seqs.push_back(newSeq2597); -name = "GQY1XT001CVOHN"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2598(name, align); -seqs.push_back(newSeq2598); -name = "GQY1XT001CVIV0"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2599(name, align); -seqs.push_back(newSeq2599); -name = "GQY1XT001CUYCW"; -align = "A----T-T--GA-A-A-C-T-G-T--TG-A-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2600(name, align); -seqs.push_back(newSeq2600); -name = "GQY1XT001CS85M"; -align = "A-T--C-G--GA-A-A-C-C-G-G--GC-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-C--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TA-T-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-C--CTGG-TC-TG-C-A-ACT--GACA-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G---G-G--G---------T--C----G-A-A-C-C-T-C-A-G-T-G-C-T--GA--A-G-T-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq2601(name, align); -seqs.push_back(newSeq2601); -name = "GQY1XT001CRNLX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG---T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CTCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2602(name, align); -seqs.push_back(newSeq2602); -name = "GQY1XT001CR03K"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-CCG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-G-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2603(name, align); -seqs.push_back(newSeq2603); -name = "GQY1XT001CQF64"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C---G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2604(name, align); -seqs.push_back(newSeq2604); -name = "GQY1XT001CQE7X"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--CGG-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2605(name, align); -seqs.push_back(newSeq2605); -name = "GQY1XT001CPXGG"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2606(name, align); -seqs.push_back(newSeq2606); -name = "GQY1XT001CNBWQ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2607(name, align); -seqs.push_back(newSeq2607); -name = "GQY1XT001CL6NZ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2608(name, align); -seqs.push_back(newSeq2608); -name = "GQY1XT001CL13S"; -align = "G-T--T-C--AA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-G-G-AG-TA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AA--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2609(name, align); -seqs.push_back(newSeq2609); -name = "GQY1XT001CKXY1"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2610(name, align); -seqs.push_back(newSeq2610); -name = "GQY1XT001CJU75"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-T-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2611(name, align); -seqs.push_back(newSeq2611); -name = "GQY1XT001CGYXS"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-GTC--C-------GAA-TGAG----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-TGG-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2612(name, align); -seqs.push_back(newSeq2612); -name = "GQY1XT001CGEXZ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--CGA------TT-GA------G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2613(name, align); -seqs.push_back(newSeq2613); -name = "GQY1XT001CFOI3"; -align = "A-T--T-G--GA-A-A-C-T-G-G--TT-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-G-A--AG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-GAG-GTT--------TCC-GC--------C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2614(name, align); -seqs.push_back(newSeq2614); -name = "GQY1XT001CFK1I"; -align = "A-A--C-C--AA-A-A-C-T-A-T--TA-T-T-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGA-C-TT-T--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-AT-G-T-A--G-G-A-G-G--T---A---TCG-A-----C-T-C-C-T-T-C-T-G-C-G-T-C--G---CAG-T-T-AA-C-A-C-G-A-TAA-G-TAT-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2615(name, align); -seqs.push_back(newSeq2615); -name = "GQY1XT001CEZSI"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--CGA------AT-GA------G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2616(name, align); -seqs.push_back(newSeq2616); -name = "GQY1XT001CDXSI"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2617(name, align); -seqs.push_back(newSeq2617); -name = "GQY1XT001CDVGA"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-G-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------TT-GG------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2618(name, align); -seqs.push_back(newSeq2618); -name = "GQY1XT001CCEVI"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-T--T-------CTA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2619(name, align); -seqs.push_back(newSeq2619); -name = "GQY1XT001CC81T"; -align = "C-G--T-T--GA-A-A-C-T-G-G-----G-G-C--C-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2620(name, align); -seqs.push_back(newSeq2620); -name = "GQY1XT001CAPQV"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2621(name, align); -seqs.push_back(newSeq2621); -name = "GQY1XT001CAKFP"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-GTCCGG-T-C-C-G------------ATT-GAGG--------A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2622(name, align); -seqs.push_back(newSeq2622); -name = "GQY1XT001CAK22"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2623(name, align); -seqs.push_back(newSeq2623); -name = "GQY1XT001CAHF0"; -align = "A-T--T-G--GA-A-A-C-T-G-G--TT-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-G-A--AG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G---T--C-G-G-C-G--G---G----CA-AA----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2624(name, align); -seqs.push_back(newSeq2624); -name = "GQY1XT001CACEV"; -align = "T-T--T-T--GG-A-A-C-T-G-C--GT-G-T-C--T-T-G-A-G-T-G-A-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-C-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-C-G-G----------GCA-AA-GC-----C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2625(name, align); -seqs.push_back(newSeq2625); -name = "GQY1XT001C9E0N"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-GTT-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-AGG-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2626(name, align); -seqs.push_back(newSeq2626); -name = "GQY1XT001C94DM"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--GG-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AG-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq2627(name, align); -seqs.push_back(newSeq2627); -name = "GQY1XT001C9343"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CA-T-G-CT-T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq2628(name, align); -seqs.push_back(newSeq2628); -name = "GQY1XT001C8Y34"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2629(name, align); -seqs.push_back(newSeq2629); -name = "GQY1XT001C85B2"; -align = "A-T--C-A--G--A-A-C-T-G-T--TG-A-A-C----T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-G-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2630(name, align); -seqs.push_back(newSeq2630); -name = "GQY1XT001C6M6H"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2631(name, align); -seqs.push_back(newSeq2631); -name = "GQY1XT001C5IR3"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C-------TTC-GGC-----T-C---T-G-G-G-T-G-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2632(name, align); -seqs.push_back(newSeq2632); -name = "GQY1XT001C4RLX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2633(name, align); -seqs.push_back(newSeq2633); -name = "GQY1XT001C4R21"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T----G-T-G-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2634(name, align); -seqs.push_back(newSeq2634); -name = "GQY1XT001C4G56"; -align = "C-G--T-T--GA-A-A-C-T-G-GT-TT-T-T-CT-T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2635(name, align); -seqs.push_back(newSeq2635); -name = "GQY1XT001C42HX"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2636(name, align); -seqs.push_back(newSeq2636); -name = "GQY1XT001C2UUY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2637(name, align); -seqs.push_back(newSeq2637); -name = "GQY1XT001BYRAT"; -align = "A-T--T-G--GA-A-A-C-T-G-G--TT-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-G-A--AG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2638(name, align); -seqs.push_back(newSeq2638); -name = "GQY1XT001BYR1O"; -align = "A-T--T-C--AA-A-A-C-T-G-C--GA-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-GC-TT-T-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T----G-G-G-G-G----------CGT-CA--A-----G-C-T-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2639(name, align); -seqs.push_back(newSeq2639); -name = "GQY1XT001BY259"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------G-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2640(name, align); -seqs.push_back(newSeq2640); -name = "GQY1XT001BWW4P"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A--------GA-AT------G-ATCCC-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2641(name, align); -seqs.push_back(newSeq2641); -name = "GQY1XT001BWNZB"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CG-G-A-C--T-G-G-A-G-T-G-T-CG-GA---G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-G-A-G-GT-G-T-C--G-G-G-A-G--G---C----AG-A-----G-C-C-T-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2642(name, align); -seqs.push_back(newSeq2642); -name = "GQY1XT001BWFU4"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-GAA-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGAG----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2643(name, align); -seqs.push_back(newSeq2643); -name = "GQY1XT001BW0IA"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2644(name, align); -seqs.push_back(newSeq2644); -name = "GQY1XT001BVWMR"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2645(name, align); -seqs.push_back(newSeq2645); -name = "GQY1XT001BSZ5K"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G---A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGCGAA"; -Sequence newSeq2646(name, align); -seqs.push_back(newSeq2646); -name = "GQY1XT001BS3HC"; -align = "T-T--T-A--GA-A-A-C-C-G-G--CA-G-G-C--T-T-G-A-G-T-A-T-GG-TA-G-A-G-G-C-A--AA-C-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-TT-G--CTGG-GC-CA-T-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TA-C-T-A-A-GT-G-T-C----G-G---------------GT-TA------------C---C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAC-TCC-GCC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq2647(name, align); -seqs.push_back(newSeq2647); -name = "GQY1XT001BRFWE"; -align = "A-T--C-A--GA-A-A-C-T-GTT--TG-A-A-C--T-T-G-A-G-T-G-C-AA-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA--CCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2648(name, align); -seqs.push_back(newSeq2648); -name = "GQY1XT001BQVU9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2649(name, align); -seqs.push_back(newSeq2649); -name = "GQY1XT001BQQH8"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2650(name, align); -seqs.push_back(newSeq2650); -name = "GQY1XT001BQCEO"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-C--CTGG-TC-TG-C-A-ACT--GACA-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G---G--G---------T--C----G-A-A-C-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2651(name, align); -seqs.push_back(newSeq2651); -name = "GQY1XT001BQ5GN"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-T-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2652(name, align); -seqs.push_back(newSeq2652); -name = "GQY1XT001BODSF"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2653(name, align); -seqs.push_back(newSeq2653); -name = "GQY1XT001BKZES"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2654(name, align); -seqs.push_back(newSeq2654); -name = "GQY1XT001BKPHF"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C----T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-G-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2655(name, align); -seqs.push_back(newSeq2655); -name = "GQY1XT001BJ3SU"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2656(name, align); -seqs.push_back(newSeq2656); -name = "GQY1XT001BJ1XX"; -align = "G-A--T-C--GA-A-A-C-T-G-T--TC-A-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AA--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A----------GCA-AA-GC-----T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2657(name, align); -seqs.push_back(newSeq2657); -name = "GQY1XT001BIZCD"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-A-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-T--A-G-T-A-G--T---T----TC-G-----A-T-G-C-T-A-CTA-G-T-G-C-C--GG--A-G-T-A-AA-C-A-C-A-A-TAA-G-TAT-CCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq2658(name, align); -seqs.push_back(newSeq2658); -name = "GQY1XT001BIPNI"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TA-T-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-C--CTGG-TC-TG-C-A-ACT--GACA-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-G-G-----------TC-GA--------A-C-C-T-C-A-G-T-G-C-T--GA--A-G-T-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2659(name, align); -seqs.push_back(newSeq2659); -name = "GQY1XT001BIGP0"; -align = "C-G--T-T--GA-A-A-C-T-G----GG-G-C-C--T-T-G-A-G-T---G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2660(name, align); -seqs.push_back(newSeq2660); -name = "GQY1XT001BH2BI"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2661(name, align); -seqs.push_back(newSeq2661); -name = "GQY1XT001BFJXC"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2662(name, align); -seqs.push_back(newSeq2662); -name = "GQY1XT001BF5FW"; -align = "C-G--T-T--GA-A-A-C-T-G-A--C--G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATG-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2663(name, align); -seqs.push_back(newSeq2663); -name = "GQY1XT001BF0VF"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2664(name, align); -seqs.push_back(newSeq2664); -name = "GQY1XT001BECMA"; -align = "T-T--T-T--GA-A-A-C-T-G-T--TG-A-A-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2665(name, align); -seqs.push_back(newSeq2665); -name = "GQY1XT001BE5XX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2666(name, align); -seqs.push_back(newSeq2666); -name = "GQY1XT001BDYDN"; -align = "T-T--T-G-GAA-A-A-C-T-G-T--GC-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-TG-G-G-G-G-A--C---C----AA-G-----G-T-T-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2667(name, align); -seqs.push_back(newSeq2667); -name = "GQY1XT001BDF2Y"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2668(name, align); -seqs.push_back(newSeq2668); -name = "GQY1XT001BCJXM"; -align = "A-T--T-T--GA-A-A-C-T-G----TT-T-C-C--C-T-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-A--CTGG-AC-GA-T-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA--C-----C-C-C-T-G-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2669(name, align); -seqs.push_back(newSeq2669); -name = "GQY1XT001BCJTJ"; -align = "C-G----T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2670(name, align); -seqs.push_back(newSeq2670); -name = "GQY1XT001BCBWQ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2671(name, align); -seqs.push_back(newSeq2671); -name = "GQY1XT001BBYRK"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--T-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AT--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2672(name, align); -seqs.push_back(newSeq2672); -name = "GQY1XT001BBTI4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TC-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2673(name, align); -seqs.push_back(newSeq2673); -name = "GQY1XT001BBE9K"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2674(name, align); -seqs.push_back(newSeq2674); -name = "GQY1XT001BB4X7"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2675(name, align); -seqs.push_back(newSeq2675); -name = "GQY1XT001BAVPM"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2676(name, align); -seqs.push_back(newSeq2676); -name = "GQY1XT001BACNK"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2677(name, align); -seqs.push_back(newSeq2677); -name = "GQY1XT001B7N9C"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-ACGG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-GCC-G--A--------TT-GA------G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2678(name, align); -seqs.push_back(newSeq2678); -name = "GQY1XT001B7EVD"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T---G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2679(name, align); -seqs.push_back(newSeq2679); -name = "GQY1XT001B637B"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2680(name, align); -seqs.push_back(newSeq2680); -name = "GQY1XT001B5QTM"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-C-G-G--G---C----AG-G-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2681(name, align); -seqs.push_back(newSeq2681); -name = "GQY1XT001B586P"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2682(name, align); -seqs.push_back(newSeq2682); -name = "GQY1XT001B31Y2"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2683(name, align); -seqs.push_back(newSeq2683); -name = "GQY1XT001B2LJX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2684(name, align); -seqs.push_back(newSeq2684); -name = "GQY1XT001B2CND"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2685(name, align); -seqs.push_back(newSeq2685); -name = "GQY1XT001B26ZN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGC-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2686(name, align); -seqs.push_back(newSeq2686); -name = "GQY1XT001B1FPP"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGTG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2687(name, align); -seqs.push_back(newSeq2687); -name = "GQY1XT001B1BHQ"; -align = "C-G--T-T--GA-A-A-C-T-G----GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TA-C-C-A-G-CT-G-T-C--C-G-G-G-GC-C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2688(name, align); -seqs.push_back(newSeq2688); -name = "GQY1XT001AZUBU"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2689(name, align); -seqs.push_back(newSeq2689); -name = "GQY1XT001AZU52"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-GTC--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2690(name, align); -seqs.push_back(newSeq2690); -name = "GQY1XT001AYT4G"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-GT-ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2691(name, align); -seqs.push_back(newSeq2691); -name = "GQY1XT001AYPVB"; -align = "G-T--T-C--CG-A-A-C-T-G-G--GC-G-G-C--T-C-G-A-G-T-G-C-GG-TA-G-A-G-G-A-G--AG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-GAA--TG-C-GC-AG--AT-A-TC-G-G-G-AA-G-A-AC-A-CC-GA-T-G-GC-GAA-GG-CAG-C-TC-T--CTGG-GC-CG-G-C-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-T-GGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CC-A-G-CCG-T-AAAC-G-A-TG-GG--CG-C-T-A-G-GT-G-T-G--G-G-G-G-G-----------AC-CT-T------C-C-C-T-C-C-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-T-TAA-G-CGC-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTAAA"; -Sequence newSeq2692(name, align); -seqs.push_back(newSeq2692); -name = "GQY1XT001AY3TM"; -align = "..T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2693(name, align); -seqs.push_back(newSeq2693); -name = "GQY1XT001AWZCV"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2694(name, align); -seqs.push_back(newSeq2694); -name = "GQY1XT001AWRFH"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2695(name, align); -seqs.push_back(newSeq2695); -name = "GQY1XT001AU8IP"; -align = "A-A--C-T--AA-A-A-C-T-G-A--TA-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-A-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-T--CTGG-AC-AG-A-A-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-A--G-G-G-T-G--T-------GAT-AA------A-C-G-C-T-C-T-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2696(name, align); -seqs.push_back(newSeq2696); -name = "GQY1XT001ATYMR"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G---GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2697(name, align); -seqs.push_back(newSeq2697); -name = "GQY1XT001ATWPZ"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2698(name, align); -seqs.push_back(newSeq2698); -name = "GQY1XT001ATIMP"; -align = "G-C--C-C--CG-A-A-C-T-G-T--GA-G-T-C--T-C-G-A-G-T-G-T-GG-TA-G-G-G-G-A-A--GG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-GAA--TG-C-GC-AG--AT-A-TC-G-G-G-AA-G-A-AC-A-CC-GA-T-G-GC-GAA-GG-CAG-C-CT-T--CTGG-GC-CA-T-C-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-T-AGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CT-A-G-CCG-T-AAAC-G-A-TG-GG--CA-C-T-A-G-GT-G-T-G--G-G-C-G-A-----------CA-CA-G------T-C-G-T-C-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-TGC-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTAAA"; -Sequence newSeq2699(name, align); -seqs.push_back(newSeq2699); -name = "GQY1XT001ATCV1"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2700(name, align); -seqs.push_back(newSeq2700); -name = "GQY1XT001ASY0A"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2701(name, align); -seqs.push_back(newSeq2701); -name = "GQY1XT001ASSY3"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GGA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2702(name, align); -seqs.push_back(newSeq2702); -name = "GQY1XT001ARTOG"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2703(name, align); -seqs.push_back(newSeq2703); -name = "GQY1XT001ARQXX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-C-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2704(name, align); -seqs.push_back(newSeq2704); -name = "GQY1XT001AR1EX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2705(name, align); -seqs.push_back(newSeq2705); -name = "GQY1XT001AQ7P5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCC-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2706(name, align); -seqs.push_back(newSeq2706); -name = "GQY1XT001APQN8"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--CAA------AT-GA------G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2707(name, align); -seqs.push_back(newSeq2707); -name = "GQY1XT001APIAZ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-TCCG-G-GCC-GA-----------ATG-GGG---------C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2708(name, align); -seqs.push_back(newSeq2708); -name = "GQY1XT001AO87U"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T---G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2709(name, align); -seqs.push_back(newSeq2709); -name = "GQY1XT001AN6AX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2710(name, align); -seqs.push_back(newSeq2710); -name = "GQY1XT001AM894"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C----T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-TGG-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2711(name, align); -seqs.push_back(newSeq2711); -name = "GQY1XT001ALN0X"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-GAAA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAATGGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2712(name, align); -seqs.push_back(newSeq2712); -name = "GQY1XT001AKNCJ"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T---G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2713(name, align); -seqs.push_back(newSeq2713); -name = "GQY1XT001AKAZ4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTGG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2714(name, align); -seqs.push_back(newSeq2714); -name = "GQY1XT001AJD71"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2715(name, align); -seqs.push_back(newSeq2715); -name = "GQY1XT001AJCX3"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2716(name, align); -seqs.push_back(newSeq2716); -name = "GQY1XT001AHDII"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2717(name, align); -seqs.push_back(newSeq2717); -name = "GQY1XT001AH7BT"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2718(name, align); -seqs.push_back(newSeq2718); -name = "GQY1XT001AH30T"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-G-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------A-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGATGAA"; -Sequence newSeq2719(name, align); -seqs.push_back(newSeq2719); -name = "GQY1XT001AFS2O"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G---G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2720(name, align); -seqs.push_back(newSeq2720); -name = "GQY1XT001AF7GX"; -align = "A-T--T-G--GA-A-A-C-T-G-G--TT-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-G-A--AG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TA-T-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-GAG-----------CA-AA--------AGCTCTT-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2721(name, align); -seqs.push_back(newSeq2721); -name = "GQY1XT001AE2FW"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-GAG-G--T---T----TC-C-----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2722(name, align); -seqs.push_back(newSeq2722); -name = "GQY1XT001A9NHQ"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-T--T-------CTA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2723(name, align); -seqs.push_back(newSeq2723); -name = "GQY1XT001A79AD"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2724(name, align); -seqs.push_back(newSeq2724); -name = "GQY1XT001A61DU"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2725(name, align); -seqs.push_back(newSeq2725); -name = "GQY1XT001A4ZU2"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--A---C----AA-A-----G-T-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2726(name, align); -seqs.push_back(newSeq2726); -name = "GQY1XT001A3P4Z"; -align = "T-T--T-T--GG-A-A-C-T-A-T--CT-A-G-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-A--G---C-----A-AA----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2727(name, align); -seqs.push_back(newSeq2727); -name = "GQY1XT001A3602"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2728(name, align); -seqs.push_back(newSeq2728); -name = "GQY1XT001A2IMA"; -align = "C-G--T-T--GA-A-A-C-T-G----GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-GAAA-A-G-C-GTT-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2729(name, align); -seqs.push_back(newSeq2729); -name = "GQY1XT001A2AND"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2730(name, align); -seqs.push_back(newSeq2730); -name = "GQY1XT001A28M3"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--CAA------AT-GA------G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2731(name, align); -seqs.push_back(newSeq2731); -name = "GQY1XT001A20I8"; -align = "A-T--CAA--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T----G-G-T-G--G---G----CA-AA----G-C-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2732(name, align); -seqs.push_back(newSeq2732); -name = "GQY1XT001A1KL2"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2733(name, align); -seqs.push_back(newSeq2733); -name = "GQY1XT001A1EIN"; -align = "T-C--T-G-GAA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-A-T-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-CG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2734(name, align); -seqs.push_back(newSeq2734); -name = "GQY1XT001A18SE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--CGA------GT-GA------G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2735(name, align); -seqs.push_back(newSeq2735); -name = "GQY1XT001A0YTE"; -align = "C-G--T-T--GA-A-A-C-TGG-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2736(name, align); -seqs.push_back(newSeq2736); -name = "GQY1XT001A0UZX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG---T-C--T-T-G-A-G-T-G-G-GCGGA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GC-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-TGG--C-------GAA-TGA-----G-CGG-C-T-G-G-G-C-G-G-T--AC--A-GAC-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACCGT-G-GGG-AG-TAC-CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2737(name, align); -seqs.push_back(newSeq2737); -name = "GQY1XT001A01Z9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T---G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2738(name, align); -seqs.push_back(newSeq2738); -name = "GQY1XT001CQPF6"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-G--A-G-G-G-T--G---C----TA-A-----G-C-A-T-C-C-T-G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2739(name, align); -seqs.push_back(newSeq2739); -name = "GQY1XT001ESPNA"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2740(name, align); -seqs.push_back(newSeq2740); -name = "GQY1XT001EFY7C"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2741(name, align); -seqs.push_back(newSeq2741); -name = "GQY1XT001C52ON"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G---T----G-G-G-G--G-------GAC-TGA-----C-C-C-CTT-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2742(name, align); -seqs.push_back(newSeq2742); -name = "GQY1XT001AFREK"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T----AA-A-----GAA-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2743(name, align); -seqs.push_back(newSeq2743); -name = "GQY1XT001A2KKR"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2744(name, align); -seqs.push_back(newSeq2744); -name = "GQY1XT001EUDI9"; -align = "A-C--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GC-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GGA-GG-CGG-C-TT-A--CTGG-AC-GG-T-C-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G---G----AT-T-----GAC-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2745(name, align); -seqs.push_back(newSeq2745); -name = "GQY1XT001EQAG9"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-CG-G-G-G-C----A---C----AT-AA----G-T-G-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-C-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2746(name, align); -seqs.push_back(newSeq2746); -name = "GQY1XT001EKQ9B"; -align = "G-T--C-C--CG-A-A-C-T-G-G--GC-G-C-C--T-C-G-A-G-C-G-C-GG-TA-G-G-G-G-A-G--AT-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-GAA--TG-C-GC-AG--AT-A-TC-G-G-G-AA-G-A-AC-A-CC-GA-T-G-GC-GAA-GG-CAG-A-TC-T--CTGG-GC-CG-C-C-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-T-AGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CT-A-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-GTT-G--G-GAG-GTT-----------TC-CG-C------C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2747(name, align); -seqs.push_back(newSeq2747); -name = "GQY1XT001EGMEX"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-C-G-G--G---C----AA--A----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2748(name, align); -seqs.push_back(newSeq2748); -name = "GQY1XT001EAPDN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2749(name, align); -seqs.push_back(newSeq2749); -name = "GQY1XT001EAEI8"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-GAG-G-T--A--------TC-GA------C-T-C-CTT-C-T-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-GCC-T-G-GGG-AC-TA--CG-GT-C-G-C-A-AGACTAAA"; -Sequence newSeq2750(name, align); -seqs.push_back(newSeq2750); -name = "GQY1XT001DZOIH"; -align = "A-T--T-T--GA-A-A-C-T-A-T--TG-G-T-C--T-T-G-A-G-T-A-C-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2751(name, align); -seqs.push_back(newSeq2751); -name = "GQY1XT001DRPMC"; -align = "A-T--T-T--GA-A-A-C-T---G--TT-T-T-C--T-T-G-A-G-T-A-C-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2752(name, align); -seqs.push_back(newSeq2752); -name = "GQY1XT001DD10D"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2753(name, align); -seqs.push_back(newSeq2753); -name = "GQY1XT001DCLB4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2754(name, align); -seqs.push_back(newSeq2754); -name = "GQY1XT001DBLYX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-T--T-------CTA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2755(name, align); -seqs.push_back(newSeq2755); -name = "GQY1XT001D7R6H"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2756(name, align); -seqs.push_back(newSeq2756); -name = "GQY1XT001D5MDQ"; -align = "A-A--G-C--AA-A-A-C-T-G-T--AT-A-T-C--T-T-G-A-G-T-A-C-TG-GA-G-G-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-AG-A-A-ACT--GACA-TTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-A--G-G-T-G-A--T-------GAT-AA------G-T-C-A-T-C-T-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2757(name, align); -seqs.push_back(newSeq2757); -name = "GQY1XT001CH6AQ"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-G-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-C-G-G-A--A---C----GA-A-----G-T-T-C-T-G-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2758(name, align); -seqs.push_back(newSeq2758); -name = "GQY1XT001CFTQ9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2759(name, align); -seqs.push_back(newSeq2759); -name = "GQY1XT001C3X6G"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-A-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2760(name, align); -seqs.push_back(newSeq2760); -name = "GQY1XT001C0QXK"; -align = "T-T--T-A--GA-A-A-C-T-G-C--TC-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-T-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2761(name, align); -seqs.push_back(newSeq2761); -name = "GQY1XT001BP0RL"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2762(name, align); -seqs.push_back(newSeq2762); -name = "GQY1XT001BOY57"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2763(name, align); -seqs.push_back(newSeq2763); -name = "GQY1XT001BJS15"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2764(name, align); -seqs.push_back(newSeq2764); -name = "GQY1XT001BDVFC"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2765(name, align); -seqs.push_back(newSeq2765); -name = "GQY1XT001AO05Y"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C---G----AT-T-----GAG-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2766(name, align); -seqs.push_back(newSeq2766); -name = "GQY1XT001EZ0IY"; -align = "A-T--T-T--GA-A-A-C-T-G-T---T-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AT-C-GGAA-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-G--CTGG-AC-AG-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----CCC-T-C-C-G---T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2767(name, align); -seqs.push_back(newSeq2767); -name = "GQY1XT001EYPY1"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2768(name, align); -seqs.push_back(newSeq2768); -name = "GQY1XT001EXYD1"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2769(name, align); -seqs.push_back(newSeq2769); -name = "GQY1XT001EXLNQ"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2770(name, align); -seqs.push_back(newSeq2770); -name = "GQY1XT001EX03D"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AA-A-G-C--T-G-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2771(name, align); -seqs.push_back(newSeq2771); -name = "GQY1XT001EWN6H"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-TT-G-T-C--C-G-G-G-T--C-------GAA-TGAG----A-T-C-C-T-G-G-G-C-G-G-C--GA--A-G-C-G-AA-A-G-C-G-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2772(name, align); -seqs.push_back(newSeq2772); -name = "GQY1XT001EWEG9"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CTGG-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2773(name, align); -seqs.push_back(newSeq2773); -name = "GQY1XT001EWDMI"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq2774(name, align); -seqs.push_back(newSeq2774); -name = "GQY1XT001EVM9I"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2775(name, align); -seqs.push_back(newSeq2775); -name = "GQY1XT001EVEML"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2776(name, align); -seqs.push_back(newSeq2776); -name = "GQY1XT001EUUVE"; -align = "T-T--T-G--GA-A-A-C-T-G-T--TA-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2777(name, align); -seqs.push_back(newSeq2777); -name = "GQY1XT001EUUH0"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2778(name, align); -seqs.push_back(newSeq2778); -name = "GQY1XT001EUI4W"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-GG----A-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2779(name, align); -seqs.push_back(newSeq2779); -name = "GQY1XT001ETVRK"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GTGGT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2780(name, align); -seqs.push_back(newSeq2780); -name = "GQY1XT001ETGG3"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A-TGG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--CGA------GT-GA------G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2781(name, align); -seqs.push_back(newSeq2781); -name = "GQY1XT001ETFRQ"; -align = "A-C--T-G--GG-A-A-C-T-G-T--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---C---ATG-G-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2782(name, align); -seqs.push_back(newSeq2782); -name = "GQY1XT001ESSG9"; -align = "A-T--T-T--GA-A-A-C-T-G-T--CA-G-T-C--T-T-G-A-G-T-A-C-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-A--CTGG-AC-GA-T-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2783(name, align); -seqs.push_back(newSeq2783); -name = "GQY1XT001ESMTR"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-AG--G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TTG---CTGG-AC-AG-TA--ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2784(name, align); -seqs.push_back(newSeq2784); -name = "GQY1XT001ES38D"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--G-G-C-A-A--G------------G----A-A-T-T-G-T-C-G-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2785(name, align); -seqs.push_back(newSeq2785); -name = "GQY1XT001ERZRE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GGCG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2786(name, align); -seqs.push_back(newSeq2786); -name = "GQY1XT001ERS7R"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--CGA------TT-GA------G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2787(name, align); -seqs.push_back(newSeq2787); -name = "GQY1XT001ERPCN"; -align = "A----T-T--GA-A-A-C-T-G-T--TG-A-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGAATGAA"; -Sequence newSeq2788(name, align); -seqs.push_back(newSeq2788); -name = "GQY1XT001ERK36"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TG-A-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2789(name, align); -seqs.push_back(newSeq2789); -name = "GQY1XT001ERI8E"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-A-G-A--G---C----AA-A-----G-C-T-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2790(name, align); -seqs.push_back(newSeq2790); -name = "GQY1XT001ERHVC"; -align = "T-T--T-T--GA-A-A-C-T-G-T--AT-G-A-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-T-GG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-A--G---C----A--AA----G-C-T-T-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2791(name, align); -seqs.push_back(newSeq2791); -name = "GQY1XT001ERBDS"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-A-C-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--CGG-G-G-G----------GAT-TG-AC-----C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2792(name, align); -seqs.push_back(newSeq2792); -name = "GQY1XT001ER672"; -align = "A-T--T-T--GA-A-A-C-T---G--TT-C-C-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G-T-G--C---G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2793(name, align); -seqs.push_back(newSeq2793); -name = "GQY1XT001EQQCT"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-ATAG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2794(name, align); -seqs.push_back(newSeq2794); -name = "GQY1XT001EQPNK"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-A-G-A--G---C----AA-A-----G-A-T-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2795(name, align); -seqs.push_back(newSeq2795); -name = "GQY1XT001EPXUN"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2796(name, align); -seqs.push_back(newSeq2796); -name = "GQY1XT001EOXJY"; -align = "T-T--T-A--GA-A-A-C-T-G-C--TC-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-T-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-TG-G-G-A-G-G--T--------TT-CC------GCC-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2797(name, align); -seqs.push_back(newSeq2797); -name = "GQY1XT001EOG66"; -align = "A-T--T-G--GA-A-A-C-T-A-C--CG-A-A-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GTGG-T-C--G-G-G-G-G--G---C----AT-T-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq2798(name, align); -seqs.push_back(newSeq2798); -name = "GQY1XT001ENTKH"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CG-G-A-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2799(name, align); -seqs.push_back(newSeq2799); -name = "GQY1XT001ENGO0"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-TAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-G-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2800(name, align); -seqs.push_back(newSeq2800); -name = "GQY1XT001EMYG1"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2801(name, align); -seqs.push_back(newSeq2801); -name = "GQY1XT001EMJ56"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-T-T-A-G-GT-G-T-C--G-G-G-G-G--A---C----AA-A-----G-T-T-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-A-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2802(name, align); -seqs.push_back(newSeq2802); -name = "GQY1XT001EL6BO"; -align = "T-C--G-T--AG-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2803(name, align); -seqs.push_back(newSeq2803); -name = "GQY1XT001EL11Y"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2804(name, align); -seqs.push_back(newSeq2804); -name = "GQY1XT001EKMUS"; -align = "T-T--T-G--GA-A-A-C-T-T-T--TT-T-G-C--T-G-G-A-G-T-A-C-CG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--C---A----GA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq2805(name, align); -seqs.push_back(newSeq2805); -name = "GQY1XT001EIRP1"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C----T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2806(name, align); -seqs.push_back(newSeq2806); -name = "GQY1XT001EI2G3"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--CGG-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-GAAA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2807(name, align); -seqs.push_back(newSeq2807); -name = "GQY1XT001EI08T"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-T--T-------CTA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2808(name, align); -seqs.push_back(newSeq2808); -name = "GQY1XT001EHIY8"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CT-G-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2809(name, align); -seqs.push_back(newSeq2809); -name = "GQY1XT001EH7HS"; -align = "A-T--T-T--GA-A-A-C-T-G-T--GT-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2810(name, align); -seqs.push_back(newSeq2810); -name = "GQY1XT001EH4XS"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2811(name, align); -seqs.push_back(newSeq2811); -name = "GQY1XT001EGCSH"; -align = "C-G--T-G--GA-A-A-C-C-G-A--GC-A-G-C--T-A-G-A-G-T-G-C-AG-TA-G-A-G-G-A-T--CG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-GA-T--CTGG-GC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-C-AT-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-GAG-GTT---------TC-CG--------C-CTC-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2812(name, align); -seqs.push_back(newSeq2812); -name = "GQY1XT001EG8TX"; -align = "T-T--T-G--GA-A-A-C-T-G-C--GA-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-G--A-G-G-G-T--G---C----TA-A-----G-C-A-T-C-C-T-G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2813(name, align); -seqs.push_back(newSeq2813); -name = "GQY1XT001EFOMH"; -align = "C-GT-T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-C-GG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGAC----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2814(name, align); -seqs.push_back(newSeq2814); -name = "GQY1XT001EFH1N"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2815(name, align); -seqs.push_back(newSeq2815); -name = "GQY1XT001EFD5H"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CCC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2816(name, align); -seqs.push_back(newSeq2816); -name = "GQY1XT001EFBVD"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-T-G-A-G-T-G-C-AG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-T-T-A-G-GT-G-T-C--G-G-T-G-A--G---C----AA-A-----G-C-T-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-A-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2817(name, align); -seqs.push_back(newSeq2817); -name = "GQY1XT001EFB3L"; -align = "T-T--T-T--GA-A-A-C-T-G-T--TG-A-A-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CA-G-G-C-G--------C----CA-TA----G-G-C-G-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2818(name, align); -seqs.push_back(newSeq2818); -name = "GQY1XT001EF074"; -align = "G-T--T-C--AA-A-A-C-T-T-C--TT-G-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AGA-T--A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2819(name, align); -seqs.push_back(newSeq2819); -name = "GQY1XT001EETIS"; -align = "A-T--T-G--GG-A-A-C-T-G-G--CG-C-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-T-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-A--CTGG-AC-GG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-CG-G-G-G-A-C--C---C----AA-G-----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2820(name, align); -seqs.push_back(newSeq2820); -name = "GQY1XT001EEKHZ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2821(name, align); -seqs.push_back(newSeq2821); -name = "GQY1XT001EE6EW"; -align = "G-T--T-C--AA-A-A-C-T-T-C--TT-G-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AGA-T--A-TT-A-G-G-AA-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGA-C-TT-T--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-A-CG--AA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-A--G-G-A-G-G----------TAT-TA-AG-----C-C-T-T-C-T-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2822(name, align); -seqs.push_back(newSeq2822); -name = "GQY1XT001EDZ0Y"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2823(name, align); -seqs.push_back(newSeq2823); -name = "GQY1XT001EDOTS"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-A--G-G-A-G-G--T---A----TT-A-----A-G-C-C-T-T-C-T-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2824(name, align); -seqs.push_back(newSeq2824); -name = "GQY1XT001ED3XA"; -align = "A----T-T--GA-A-A-C-T-G-T--GT-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2825(name, align); -seqs.push_back(newSeq2825); -name = "GQY1XT001EBVPB"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2826(name, align); -seqs.push_back(newSeq2826); -name = "GQY1XT001EBDZ0"; -align = "T-T--T-T--GG-A-A-C-T-G-C--GT-G-T-C--T-T-G-A-G-T-G-A-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C---A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-CT-G--CTGG-AC-AT-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-A-G-G---------TATT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2827(name, align); -seqs.push_back(newSeq2827); -name = "GQY1XT001EBD2E"; -align = "A-T--T-T--GA-A-A-C-T---G--TT-C-C-C--T-T-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-A--CTGG-AC-GA-T-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2828(name, align); -seqs.push_back(newSeq2828); -name = "GQY1XT001EAZ0R"; -align = "A-T--C-A--G--A-A-C-T-G----TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-C-GT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GGCCGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAA-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-CGT-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2829(name, align); -seqs.push_back(newSeq2829); -name = "GQY1XT001EAIUO"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG---T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2830(name, align); -seqs.push_back(newSeq2830); -name = "GQY1XT001E3APG"; -align = "C-G----T--GA-A-A-C-T-G-G--CG---T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG--C-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2831(name, align); -seqs.push_back(newSeq2831); -name = "GQY1XT001E1YLT"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TG-G-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2832(name, align); -seqs.push_back(newSeq2832); -name = "GQY1XT001E11Z6"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------TT-GG------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2833(name, align); -seqs.push_back(newSeq2833); -name = "GQY1XT001E0NF1"; -align = "T-T--T-T--GA-A-A-C-T-G-T--AT-G-A-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-AG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CA-G-G-G-A----G---C-----A-AA----G-C-T-T-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2834(name, align); -seqs.push_back(newSeq2834); -name = "GQY1XT001DZLBF"; -align = "A-A--T-T--GA-A-A-C-T-G-G--CG-A-G-C--T-A-G-A-G-T-A-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-A-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-GCC-T-A-----------TT-AA--------G-G-G-T-C-G-G-T-G-C-C--GC--A-G-T-T-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2835(name, align); -seqs.push_back(newSeq2835); -name = "GQY1XT001DZ3WH"; -align = "A-T--T-T--GG-A-A-C-T-G-T--AT-A-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G--A---C----TG-A-----C-C-C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2836(name, align); -seqs.push_back(newSeq2836); -name = "GQY1XT001DZ0YL"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CGG-----G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2837(name, align); -seqs.push_back(newSeq2837); -name = "GQY1XT001DY5A4"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G---GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-T-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2838(name, align); -seqs.push_back(newSeq2838); -name = "GQY1XT001DY3E7"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-TT-G-T-C--C-G-G-G-T--C-------GAA-TGA-----G-A-T-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2839(name, align); -seqs.push_back(newSeq2839); -name = "GQY1XT001DXHGE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2840(name, align); -seqs.push_back(newSeq2840); -name = "GQY1XT001DXH1N"; -align = "A-T--T-T--GA-A-A-C-T-G-T--GT-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-G-T--G-G-G-G-G----------ACT-GA-CC-----C-C-C---C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2841(name, align); -seqs.push_back(newSeq2841); -name = "GQY1XT001DX618"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CGTTT-C-G-C-A-AGAATGAA"; -Sequence newSeq2842(name, align); -seqs.push_back(newSeq2842); -name = "GQY1XT001DV9A2"; -align = "A-T--A-A--GA-A-A-C-T-G-T--CG-G-A-C--T-T-G-A-G-T-A-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-C-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-G-G-G-AA-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-A-A-ACT--GACG-CTG-A-GT--C-A-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--G-G-C-A-A-----------GG-AA--------T-T-G-T-C-G-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2843(name, align); -seqs.push_back(newSeq2843); -name = "GQY1XT001DV1JX"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-A-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-G-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-C-C--C---C----AT-T-----G-G-G-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2844(name, align); -seqs.push_back(newSeq2844); -name = "GQY1XT001DUYA6"; -align = "T-T--T-G--GA-A-A-CTT-T-T--TT-T-G-C--T-G-G-A-G-T-A-C-CG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--A---C----AA-A-----G-T-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2845(name, align); -seqs.push_back(newSeq2845); -name = "GQY1XT001DUKLW"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C----T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-TGG-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2846(name, align); -seqs.push_back(newSeq2846); -name = "GQY1XT001DU09X"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-TA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2847(name, align); -seqs.push_back(newSeq2847); -name = "GQY1XT001DTGU0"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2848(name, align); -seqs.push_back(newSeq2848); -name = "GQY1XT001DSN5G"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-C-C-C--T-T-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-A--CTGG-AC-GA-T-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-TAG--G-G-G-G-T----------ATC-GA-CT-----C-C-C-T-C-T-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-T-TAA-G-TAT-TCC-GCC-T-G-GGG-AC-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2849(name, align); -seqs.push_back(newSeq2849); -name = "GQY1XT001DSLA5"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AT-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AT-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-G--CTGG-AC-AG-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2850(name, align); -seqs.push_back(newSeq2850); -name = "GQY1XT001DRU1T"; -align = "A-A--C-C--AA-A-A-C-T-A-T--TA-T-T-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGA-C-TT-T--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-A--G-G-A-G-G--T-------ATT-AA------G-C-C-T-T-C-T-G-T-G-C-C---GT-C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2851(name, align); -seqs.push_back(newSeq2851); -name = "GQY1XT001DPY63"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CTGG-T-C--C-G-G-C-C--C-------GATTGGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2852(name, align); -seqs.push_back(newSeq2852); -name = "GQY1XT001DPE3X"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2853(name, align); -seqs.push_back(newSeq2853); -name = "GQY1XT001DP0JO"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2854(name, align); -seqs.push_back(newSeq2854); -name = "GQY1XT001DOY1X"; -align = "A-T--C-A--G--A-A-C-T-G-T--TG-A-A-C--T-T-A-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAG-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2855(name, align); -seqs.push_back(newSeq2855); -name = "GQY1XT001DOWC4"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G--------GA-CGA-----T-C-C-C-T-C-C-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-T-TAA-G-CGC-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTAAA"; -Sequence newSeq2856(name, align); -seqs.push_back(newSeq2856); -name = "GQY1XT001DO8JK"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-T-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-ATTC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2857(name, align); -seqs.push_back(newSeq2857); -name = "GQY1XT001DO5K9"; -align = "T-C--T-A--TA-A-A-C-T-G-A--TA-G-A-C--T-A-G-A-G-T-G-T-GG-TA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-GAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-T-C-ACT--GACG-GTC-A-GG--G-A-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CA-C-T-A-A-GT-G---T--C-G-G-G------------CAA-CCG-----------G-T-----G-C-T-G-----A--A-G-T-T-AA-C-A-C-A-T-TAA-G-TGC-TCC-GCC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq2858(name, align); -seqs.push_back(newSeq2858); -name = "GQY1XT001DO0UV"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--C---A----GA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq2859(name, align); -seqs.push_back(newSeq2859); -name = "GQY1XT001DMXH6"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-ACGG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2860(name, align); -seqs.push_back(newSeq2860); -name = "GQY1XT001DMVV9"; -align = "A----T-T--GA-A-A-C-T-G-T--TG-A-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T----G-C-G-G-G----------ACT-GA-CC-----C-C-T-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGGAGG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2861(name, align); -seqs.push_back(newSeq2861); -name = "GQY1XT001DM438"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-C-G--C---C----AT-A-----G-G-C-G-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2862(name, align); -seqs.push_back(newSeq2862); -name = "GQY1XT001DLHT6"; -align = "T-T--T----GA-A-A-C-T-G-T--GT-T-G-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-A--G---C----AA-G-----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2863(name, align); -seqs.push_back(newSeq2863); -name = "GQY1XT001DLEJH"; -align = "C-G--T-T--GA-A-A-C-T---G--AT-T-G-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2864(name, align); -seqs.push_back(newSeq2864); -name = "GQY1XT001DL4E7"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2865(name, align); -seqs.push_back(newSeq2865); -name = "GQY1XT001DL25U"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-TGCC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATCGG-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAAGTGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2866(name, align); -seqs.push_back(newSeq2866); -name = "GQY1XT001DKSRV"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2867(name, align); -seqs.push_back(newSeq2867); -name = "GQY1XT001DKLMW"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-T-A--AT-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-A--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TGC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2868(name, align); -seqs.push_back(newSeq2868); -name = "GQY1XT001DJ4FI"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AT-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AT-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-G--CTGG-AC-AG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-A-G-----------AT-CA-AA-----C-T-T-T-C-C-G-T-G-C-C--GG--A-G-T-A-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2869(name, align); -seqs.push_back(newSeq2869); -name = "GQY1XT001DGZES"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-G-G-C--A---C---ATA-A-----G-T-G-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-C-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2870(name, align); -seqs.push_back(newSeq2870); -name = "GQY1XT001DGTAF"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-A-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2871(name, align); -seqs.push_back(newSeq2871); -name = "GQY1XT001DGRU5"; -align = "T-T--T-G--GA-A-A-CTT-T-T--TT-T-G-C--T-G-G-A-G-T-A-C-CG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--A---C----AA-A-----G-T-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2872(name, align); -seqs.push_back(newSeq2872); -name = "GQY1XT001DG30A"; -align = "A-T--T-T--GG-A-A-C-T-G-T--AT-A-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-C-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2873(name, align); -seqs.push_back(newSeq2873); -name = "GQY1XT001DFJGD"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2874(name, align); -seqs.push_back(newSeq2874); -name = "GQY1XT001DFHOP"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2875(name, align); -seqs.push_back(newSeq2875); -name = "GQY1XT001DFBTA"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--TAG-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2876(name, align); -seqs.push_back(newSeq2876); -name = "GQY1XT001DF70T"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2877(name, align); -seqs.push_back(newSeq2877); -name = "GQY1XT001DEB0Q"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------AT-GA------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2878(name, align); -seqs.push_back(newSeq2878); -name = "GQY1XT001DDVL1"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-CG-T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2879(name, align); -seqs.push_back(newSeq2879); -name = "GQY1XT001DDUZD"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T----G-T-G-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2880(name, align); -seqs.push_back(newSeq2880); -name = "GQY1XT001DD4N2"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-TC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-GTG-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2881(name, align); -seqs.push_back(newSeq2881); -name = "GQY1XT001DCJII"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2882(name, align); -seqs.push_back(newSeq2882); -name = "GQY1XT001DCAT8"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2883(name, align); -seqs.push_back(newSeq2883); -name = "GQY1XT001DBA8M"; -align = "T-C--T-G--GA-A-A-C-T-G-C--GT-C-G-C--T-G-G-A-G-T---A-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AGA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--C---G----AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2884(name, align); -seqs.push_back(newSeq2884); -name = "GQY1XT001DAI5C"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2885(name, align); -seqs.push_back(newSeq2885); -name = "GQY1XT001D9S3I"; -align = "T-T--T-A--GA-A-A-C-C-G-G--CA-G-G-C--T-T-G-A-G-T-A-T-GG-TA-G-A-G-G---C--AA-C-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-TT-G--CTGG-GC-CA-T-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TA-C-T-A-A-GT-G---T----C-G---G--G---T----TA-CC----G---------------G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAC-TCC-GCC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq2886(name, align); -seqs.push_back(newSeq2886); -name = "GQY1XT001D9OYH"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2887(name, align); -seqs.push_back(newSeq2887); -name = "GQY1XT001D8ZVZ"; -align = "T-C--T-T--GG-A-A-C-T-G-C--AT-G-G-C--T-G-G-A-G-T-A-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-G-ACT--GACG-TTG-A-GG--C-C-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-TCC--G-G-T-G-C--G---A----AT-G-----A-G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2888(name, align); -seqs.push_back(newSeq2888); -name = "GQY1XT001D8WTL"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-T-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2889(name, align); -seqs.push_back(newSeq2889); -name = "GQY1XT001D8UUW"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-GAAAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2890(name, align); -seqs.push_back(newSeq2890); -name = "GQY1XT001D88NT"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GT-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G--A---C----TG-A-----C-C-C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2891(name, align); -seqs.push_back(newSeq2891); -name = "GQY1XT001D7ZIX"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2892(name, align); -seqs.push_back(newSeq2892); -name = "GQY1XT001D7FAQ"; -align = "A-T--T-T--GA-A-A-CGT-G-T--TG-G-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-CTA-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--GCG-G-G-G----------ACT-GA-C------C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2893(name, align); -seqs.push_back(newSeq2893); -name = "GQY1XT001D7A8I"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2894(name, align); -seqs.push_back(newSeq2894); -name = "GQY1XT001D661K"; -align = "A-C--T-C--GG-A-A-C-T-G-G--CG-T-G-C--T-A-G-A-G-T-G-T-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2895(name, align); -seqs.push_back(newSeq2895); -name = "GQY1XT001D64ZW"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2896(name, align); -seqs.push_back(newSeq2896); -name = "GQY1XT001D5YW6"; -align = "T-T--T-T--G--A-A-C-T-G-T--AG-G-G-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT---C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-T--G-G-G-G-G----------ACC-AAGGT-----T-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2897(name, align); -seqs.push_back(newSeq2897); -name = "GQY1XT001D5N31"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G----G---G----CA-T-----G-G-C-C-C-C-CTG-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2898(name, align); -seqs.push_back(newSeq2898); -name = "GQY1XT001D5E9Q"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-GTCCGG-T-C-C-G------------ATT-GAGG--------A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2899(name, align); -seqs.push_back(newSeq2899); -name = "GQY1XT001D58KF"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G----G---C-----A--G----G-G-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2900(name, align); -seqs.push_back(newSeq2900); -name = "GQY1XT001D4UWX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2901(name, align); -seqs.push_back(newSeq2901); -name = "GQY1XT001D4OM4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2902(name, align); -seqs.push_back(newSeq2902); -name = "GQY1XT001D4BZG"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2903(name, align); -seqs.push_back(newSeq2903); -name = "GQY1XT001D3JIS"; -align = "G-T--T----GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-TCC--G-G-C-C-C--G---A----TT-G-----G-G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2904(name, align); -seqs.push_back(newSeq2904); -name = "GQY1XT001D1Q1F"; -align = "A-T--T-T--GA-A-A-C-T-G-T--CC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G----C---C----CA-CA----G-G-G-C-T-T-C-G-G-T-G-C-C--AC--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2905(name, align); -seqs.push_back(newSeq2905); -name = "GQY1XT001D1JTO"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GCGTAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2906(name, align); -seqs.push_back(newSeq2906); -name = "GQY1XT001D1DR6"; -align = "C-G--T-T--GA-A-A-C-T-G----GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-AGG-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2907(name, align); -seqs.push_back(newSeq2907); -name = "GQY1XT001D1C1C"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-C-C-C--T-T-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2908(name, align); -seqs.push_back(newSeq2908); -name = "GQY1XT001D0Z1Y"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CT-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-T-T--GG-C-GG-A-ATT-C-C-G-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-C-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CA-A--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-G--AAC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-AT--AA-C-T-A-G-GT-G-T-GC-G-G-G---G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GG--A-GT--T-AA-C-A-C-A-A-TAA-G-TAT-CGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2909(name, align); -seqs.push_back(newSeq2909); -name = "GQY1XT001D0SOX"; -align = "A-T--C-A--G--A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-CAGG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAG"; -Sequence newSeq2910(name, align); -seqs.push_back(newSeq2910); -name = "GQY1XT001D03ZL"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AG-A-C-C--T-T-G-A-G-T-G-T-CG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-GG-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-T-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-A--G-G-A-G-G---------TATC-GA-CC-----C-C-T-T-C-T-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTGAA"; -Sequence newSeq2911(name, align); -seqs.push_back(newSeq2911); -name = "GQY1XT001CZL5R"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2912(name, align); -seqs.push_back(newSeq2912); -name = "GQY1XT001CZHD0"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------TT-GG------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2913(name, align); -seqs.push_back(newSeq2913); -name = "GQY1XT001CY8ET"; -align = "T-T--T-T--GG-A-A-C-T-A-T--CA-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2914(name, align); -seqs.push_back(newSeq2914); -name = "GQY1XT001CXWWL"; -align = "C-G--T-T--GA-A-A-T-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2915(name, align); -seqs.push_back(newSeq2915); -name = "GQY1XT001CXEXU"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2916(name, align); -seqs.push_back(newSeq2916); -name = "GQY1XT001CX2B8"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2917(name, align); -seqs.push_back(newSeq2917); -name = "GQY1XT001CWDSO"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--CGGGG-G-G--A--------TT-GA------C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2918(name, align); -seqs.push_back(newSeq2918); -name = "GQY1XT001CW5HC"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2919(name, align); -seqs.push_back(newSeq2919); -name = "GQY1XT001CVKHJ"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2920(name, align); -seqs.push_back(newSeq2920); -name = "GQY1XT001CUNPP"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2921(name, align); -seqs.push_back(newSeq2921); -name = "GQY1XT001CU5SJ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2922(name, align); -seqs.push_back(newSeq2922); -name = "GQY1XT001CT30S"; -align = "C-C--T-T--GG-A-A-C-T-G-C--AT-G-G-C--T-G-G-A-G-T-G---CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-CG-G-G-G-G-A--C---G----AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq2923(name, align); -seqs.push_back(newSeq2923); -name = "GQY1XT001CSL5I"; -align = "C-G--T-T--GA-A-A-CTT-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-GAC-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2924(name, align); -seqs.push_back(newSeq2924); -name = "GQY1XT001CS1FN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C---T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAG-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2925(name, align); -seqs.push_back(newSeq2925); -name = "GQY1XT001CRDHR"; -align = "T-T--T-TA-GA-A-A-C-T-G-C--TC-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-T-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-AA----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCT-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2926(name, align); -seqs.push_back(newSeq2926); -name = "GQY1XT001CQV4Q"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-T--T-------CTA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2927(name, align); -seqs.push_back(newSeq2927); -name = "GQY1XT001CQNHC"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-GTCCGG-T-G-C-G------------AAT-GAG---------C-GCT-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2928(name, align); -seqs.push_back(newSeq2928); -name = "GQY1XT001CPKJR"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2929(name, align); -seqs.push_back(newSeq2929); -name = "GQY1XT001CO1K4"; -align = "C-G--T-T--GA-A-A-C-T-G----GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-TCC--G-G-G-G-G--G---A----AT-G-----G-C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2930(name, align); -seqs.push_back(newSeq2930); -name = "GQY1XT001CNH3Y"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GC-T-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G--T---C----TG-A-----C-C-C-C-C-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTGAA"; -Sequence newSeq2931(name, align); -seqs.push_back(newSeq2931); -name = "GQY1XT001CMZX0"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-A--G-G-A-G-G--T---A----TT-A-----A-G-C-C-T-T-C-T-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2932(name, align); -seqs.push_back(newSeq2932); -name = "GQY1XT001CMT5M"; -align = "C-T--C-T--GA-T-A-C-T-G-T--CG-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-TCC--G-GTCCG------------ATT-GAGG--------A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2933(name, align); -seqs.push_back(newSeq2933); -name = "GQY1XT001CMC8Q"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--CGA------AT-GA------G-C-G-C-T-A-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2934(name, align); -seqs.push_back(newSeq2934); -name = "GQY1XT001CMBQP"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2935(name, align); -seqs.push_back(newSeq2935); -name = "GQY1XT001CM05N"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------G-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AC-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2936(name, align); -seqs.push_back(newSeq2936); -name = "GQY1XT001CK32O"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2937(name, align); -seqs.push_back(newSeq2937); -name = "GQY1XT001CINU1"; -align = "T-T--T-A--GA-A-C-C-G-G-C--AG---G-C--T-T-G-A-G-T-A-T-GG-TA-G-A-G-G-C-A--AA-C-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-TT-G--CTGG-GC-CA-T-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-T-GG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TA-C-T-A-A-GT-G-T-C----G-G---------------GT-TA------------C---C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAC-TCC-GCC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq2938(name, align); -seqs.push_back(newSeq2938); -name = "GQY1XT001CIC4L"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T----CA-A-----G-A-A-C-C-TCC-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2939(name, align); -seqs.push_back(newSeq2939); -name = "GQY1XT001CHGBL"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CT-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-T-T--GG-C-GG-A-ATTCC-C-G-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-C-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CA-A--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-AT--AA-C-T-A-G-GT-G-TGG--G-G-G---G----------TCT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GC--A-GC--T-AA-C-G-C-A-A-TAA-G-TTA-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2940(name, align); -seqs.push_back(newSeq2940); -name = "GQY1XT001CFKR3"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-T-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2941(name, align); -seqs.push_back(newSeq2941); -name = "GQY1XT001CEUY5"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT---C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-A-A-TG-AG--TG-C-T-A-G-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2942(name, align); -seqs.push_back(newSeq2942); -name = "GQY1XT001CDLHY"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GC-T-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2943(name, align); -seqs.push_back(newSeq2943); -name = "GQY1XT001CDAP7"; -align = "T-C--T-T--GG-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G---CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-CG-G-G-G-C-A--C---G----AC-A-----G-T-G-C-T-T-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq2944(name, align); -seqs.push_back(newSeq2944); -name = "GQY1XT001CCY5K"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2945(name, align); -seqs.push_back(newSeq2945); -name = "GQY1XT001CCHZC"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AT--AA-C-T-G-G-TT-G-T-C--G-G-C-G------------ATA-AAA---------T-G-T-C-G-G-T-G-A-C--TA--A-G-C-G-AA-A-G-C-G-A-TAA-G-TTA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2946(name, align); -seqs.push_back(newSeq2946); -name = "GQY1XT001CC8Y4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ATGGTGAA"; -Sequence newSeq2947(name, align); -seqs.push_back(newSeq2947); -name = "GQY1XT001CAY17"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-G-G-G-T--C-------AT--AA------G-A-C-T-T-C-T-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTGAA"; -Sequence newSeq2948(name, align); -seqs.push_back(newSeq2948); -name = "GQY1XT001CA81N"; -align = "A----T-T--CA-A-A-C-T-G-C--GA-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-GC-TT-T-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T----G-G-G-G-G----------CGT-CA--A-----G-C-T-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2949(name, align); -seqs.push_back(newSeq2949); -name = "GQY1XT001CA6LU"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-GTCCGG-G-G-G-GA-----------ATG-GCC---------C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2950(name, align); -seqs.push_back(newSeq2950); -name = "GQY1XT001C9LY6"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2951(name, align); -seqs.push_back(newSeq2951); -name = "GQY1XT001C8B04"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2952(name, align); -seqs.push_back(newSeq2952); -name = "GQY1XT001C89WT"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----CA-AG----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2953(name, align); -seqs.push_back(newSeq2953); -name = "GQY1XT001C7NIM"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGAATGAA"; -Sequence newSeq2954(name, align); -seqs.push_back(newSeq2954); -name = "GQY1XT001C7IR0"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-TCG--G-G-G-G-G--G---C----TAGA-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-TGG-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2955(name, align); -seqs.push_back(newSeq2955); -name = "GQY1XT001C7572"; -align = "T-T--T-T--GA-A-A-C-T-G-A--GT-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-A-G-A--G---C----AA-A-----G-C-T-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2956(name, align); -seqs.push_back(newSeq2956); -name = "GQY1XT001C6N6K"; -align = "C-A--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-A-C-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G-T-G--C---G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq2957(name, align); -seqs.push_back(newSeq2957); -name = "GQY1XT001C5XMJ"; -align = "T-C--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-G-G-A-G-T-G-C-GG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-CG-G-G-G-G-T--T---A----AC-G-----G-A-C-C-C-C-C-G-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-T-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2958(name, align); -seqs.push_back(newSeq2958); -name = "GQY1XT001C5XB9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-CCGGGG-G-G-A--A--------GT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2959(name, align); -seqs.push_back(newSeq2959); -name = "GQY1XT001C5C1Z"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C---G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2960(name, align); -seqs.push_back(newSeq2960); -name = "GQY1XT001C4RVB"; -align = "C-C--T-T--GG-A-A-C-T-G-C--AT-G-G-C--T-G-G-A-G-T-G---CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-G-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--A---CG---AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq2961(name, align); -seqs.push_back(newSeq2961); -name = "GQY1XT001C4EBJ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2962(name, align); -seqs.push_back(newSeq2962); -name = "GQY1XT001C4DLZ"; -align = "C-T--C-T--GA-T-A-C-T-G-T--CG-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AT--AA-C-T-G-G-TT-G-T-C--G-G-C-G------------ATA-AAA---------T-G-T-C-G-G-T-G-A-C--TA--A-G-C-G-AA-A-G-C-G-A-TAA-G-TTA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2963(name, align); -seqs.push_back(newSeq2963); -name = "GQY1XT001C42O2"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2964(name, align); -seqs.push_back(newSeq2964); -name = "GQY1XT001C41Q3"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2965(name, align); -seqs.push_back(newSeq2965); -name = "GQY1XT001C3ZUM"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-T-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2966(name, align); -seqs.push_back(newSeq2966); -name = "GQY1XT001C3YP2"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-A-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2967(name, align); -seqs.push_back(newSeq2967); -name = "GQY1XT001C3JSH"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-A-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--CGA------GT-GA------G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2968(name, align); -seqs.push_back(newSeq2968); -name = "GQY1XT001C3I5Y"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-AT-G-T-A--G-G-A-G-G--T-------ATC-GA-C----T-C-C-T-T-C-T-G-C-G-T-C--GC--A-G-T-T-AA-C-A-C-G-A-TAA-G-TAT-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2969(name, align); -seqs.push_back(newSeq2969); -name = "GQY1XT001C3C4K"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CGAAAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G---T--G-G-G-G-A--G---A----TC-A-----A-A-C-T-T-T-C-C-G-T-G-C-C--GG--A-G-T-A-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2970(name, align); -seqs.push_back(newSeq2970); -name = "GQY1XT001C338B"; -align = "C-G--T-T--GA-A-A-C-T-T-G--GT-T-T-T--C-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2971(name, align); -seqs.push_back(newSeq2971); -name = "GQY1XT001C2WHZ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-A-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2972(name, align); -seqs.push_back(newSeq2972); -name = "GQY1XT001C2DKZ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-TCC--G-GCCCG------------ATT-GGG---------G-GCT-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2973(name, align); -seqs.push_back(newSeq2973); -name = "GQY1XT001C1X1X"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2974(name, align); -seqs.push_back(newSeq2974); -name = "GQY1XT001C1CBA"; -align = "T-C--T-T--GG-A-A-C-T-G-C--AT-G-G-C--T-G-G-A-G-T-A-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-G-ACT--GACG-TTG-A-GG--C-C-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGG-G-----G-C-C-T-C-C-C-G-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-T-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2975(name, align); -seqs.push_back(newSeq2975); -name = "GQY1XT001C15GZ"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GC-AG--AT-A-TC-A-G-G-AA-G-A-AC-A-CC-GG-T-G-GC-GGA-GG-CGG-C-TT-A--CTGG-AC-GG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-C-G-G--G---C----AG-G-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-G-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2976(name, align); -seqs.push_back(newSeq2976); -name = "GQY1XT001C0WU2"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2977(name, align); -seqs.push_back(newSeq2977); -name = "GQY1XT001C0MK7"; -align = "A-C--T-C--AA-A-A-C-T-G-C--AG-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-GA-A-A-ACT--GACG-CTG-A-GG--T-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CA-C-T-A-G-GT-G-T----C-G-G---G---------GCCG-CA-AG-----G-C-T-T-C-G-G-T-G-C-C--GG--A-G-T-T-AA-C-G-C-A-A-TAA-G-TGC-TCC-GCC-T-G-GGG-AG-TA--CG-CA-C-G-C-A-AGTGTGAA"; -Sequence newSeq2978(name, align); -seqs.push_back(newSeq2978); -name = "GQY1XT001C0JER"; -align = "C-G--T-T--GA-A-A-C-T-G-A--C--G-T-C--T-T-G-A-G-T-G-G-GC-GA-G---A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G--AA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2979(name, align); -seqs.push_back(newSeq2979); -name = "GQY1XT001BYZNI"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2980(name, align); -seqs.push_back(newSeq2980); -name = "GQY1XT001BXZY4"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2981(name, align); -seqs.push_back(newSeq2981); -name = "GQY1XT001BXRLW"; -align = "A-T--C-A--G--A-A-C-T-G----TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT---C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-TGG-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2982(name, align); -seqs.push_back(newSeq2982); -name = "GQY1XT001BWTCG"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2983(name, align); -seqs.push_back(newSeq2983); -name = "GQY1XT001BV3MG"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2984(name, align); -seqs.push_back(newSeq2984); -name = "GQY1XT001BUZ72"; -align = "G-T--T-C--AA-A-A-C-T-G-C--AG-G-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-A-G----------A-T-CA-AA-----C-T-T-T-C-C-G-T-G-C-C--GG--A-G-T-A-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2985(name, align); -seqs.push_back(newSeq2985); -name = "GQY1XT001BUP8E"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2986(name, align); -seqs.push_back(newSeq2986); -name = "GQY1XT001BUE45"; -align = "C-G----T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-GTT-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-TGG-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2987(name, align); -seqs.push_back(newSeq2987); -name = "GQY1XT001BTYK2"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2988(name, align); -seqs.push_back(newSeq2988); -name = "GQY1XT001BTV43"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T---C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCC-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq2989(name, align); -seqs.push_back(newSeq2989); -name = "GQY1XT001BT3JN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-AAGTG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2990(name, align); -seqs.push_back(newSeq2990); -name = "GQY1XT001BRRLA"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2991(name, align); -seqs.push_back(newSeq2991); -name = "GQY1XT001BREFK"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-A-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G---T--C-G-G-A-G--G---------G-GA----A-C-C-T---T-C-G-G-T-G-C-C--GG--A-G-T-A-AA-C-A-C-A-A-TAA-G-CAC-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2992(name, align); -seqs.push_back(newSeq2992); -name = "GQY1XT001BQYLZ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-GCC--G--------AA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACT-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2993(name, align); -seqs.push_back(newSeq2993); -name = "GQY1XT001BQMIR"; -align = "A-T--T-T--GG-A-A-C-T-A-T--CA-A-G-C--T-A-G-A-G-T-A-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-A-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-C--G-G-A-G-G-----------GG-AA--------C-C-T-T-C-G-G-T-G-C-C--GG--A-G-T-A-AA-C-A-C-A-A-TAA-G-CAC-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq2994(name, align); -seqs.push_back(newSeq2994); -name = "GQY1XT001BPY8I"; -align = "G-T--T-C--CG-G-A-C-T-G-G--GC-G-G-C--T-C-G-A-G-T-G-C-GG-TA-G-A-G-G-A-G--AG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-GAA--TG-C-GC-AG--AT-A-TC-G-G-G-AA-G-A-AC-A-CC-GA-T-G-GC-GAA-GG-CAG-C-TC-T--CTGG-GC-CG-T-C-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-T-GGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CC-A-G-CCG-T-AAAC-G-A-TG-GA--CG-C-T-A-G-GT-G-T-G--G-G-G-G-G-----------AC-CT-G------C-C-C-T-C-C-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-T-TAA-G-CGT-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTAAA"; -Sequence newSeq2995(name, align); -seqs.push_back(newSeq2995); -name = "GQY1XT001BPJ6C"; -align = "A-T--T-G--GA-A-A-C-T-G-T--CG-C-G-C--T-C-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-A-G--G---C----AA-A-----G-C-C-T-T-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T---GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq2996(name, align); -seqs.push_back(newSeq2996); -name = "GQY1XT001BPAEC"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CT-G-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2997(name, align); -seqs.push_back(newSeq2997); -name = "GQY1XT001BNZ2F"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2998(name, align); -seqs.push_back(newSeq2998); -name = "GQY1XT001BNSFU"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq2999(name, align); -seqs.push_back(newSeq2999); -name = "GQY1XT001BNRCL"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3000(name, align); -seqs.push_back(newSeq3000); -name = "GQY1XT001BMOQL"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-A-C-TG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGA-C-TT-T--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-A--G-G-A-G-G--T---A----TT-A-----A-G-C-C-T-T-C-T-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3001(name, align); -seqs.push_back(newSeq3001); -name = "GQY1XT001BMFOG"; -align = "T-G----T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3002(name, align); -seqs.push_back(newSeq3002); -name = "GQY1XT001BLN6A"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-G-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3003(name, align); -seqs.push_back(newSeq3003); -name = "GQY1XT001BL6MD"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGA-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3004(name, align); -seqs.push_back(newSeq3004); -name = "GQY1XT001BL1GO"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3005(name, align); -seqs.push_back(newSeq3005); -name = "GQY1XT001BKY75"; -align = "C-G----T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3006(name, align); -seqs.push_back(newSeq3006); -name = "GQY1XT001BJTZX"; -align = "A-T--T-G--GA-A-A-C-T-G-T--TG-A-T-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3007(name, align); -seqs.push_back(newSeq3007); -name = "GQY1XT001BJ24E"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3008(name, align); -seqs.push_back(newSeq3008); -name = "GQY1XT001BI7O5"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-A-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G--------GA-A---------T-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAC-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3009(name, align); -seqs.push_back(newSeq3009); -name = "GQY1XT001BI6VE"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3010(name, align); -seqs.push_back(newSeq3010); -name = "GQY1XT001BGT7L"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3011(name, align); -seqs.push_back(newSeq3011); -name = "GQY1XT001BGHYK"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--CGA------AT-GA------G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3012(name, align); -seqs.push_back(newSeq3012); -name = "GQY1XT001BG4OI"; -align = "T-C--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-G-G-A-G-T-G-C-GG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3013(name, align); -seqs.push_back(newSeq3013); -name = "GQY1XT001BEQ7K"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------AT-GA------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3014(name, align); -seqs.push_back(newSeq3014); -name = "GQY1XT001BEKC6"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-TT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3015(name, align); -seqs.push_back(newSeq3015); -name = "GQY1XT001BCSKH"; -align = "A-T--C-G--GA-A-A-C-C---G--GC-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-C--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA-TGGCC-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TGCC-T-A-G-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3016(name, align); -seqs.push_back(newSeq3016); -name = "GQY1XT001BB8NC"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3017(name, align); -seqs.push_back(newSeq3017); -name = "GQY1XT001B9X2U"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3018(name, align); -seqs.push_back(newSeq3018); -name = "GQY1XT001B7V18"; -align = "A-C--T-C--AA-A-A-C-T-G-C--AG-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AT-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-A-G-G---------TATT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3019(name, align); -seqs.push_back(newSeq3019); -name = "GQY1XT001B6Z19"; -align = "C-G----T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3020(name, align); -seqs.push_back(newSeq3020); -name = "GQY1XT001B6H08"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3021(name, align); -seqs.push_back(newSeq3021); -name = "GQY1XT001B5YKG"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3022(name, align); -seqs.push_back(newSeq3022); -name = "GQY1XT001B5U3V"; -align = "A-T--C-A--GA-A-A-C-T-G----TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT---C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G---T--G-C-G-G-G--G---A----CT-GA----C-C-C-C-C-T-G-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq3023(name, align); -seqs.push_back(newSeq3023); -name = "GQY1XT001B5GBB"; -align = "A-T--T-G--GG-A-A-C-T-GCC--AG-G-C-T--G-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-C-G-G--G---C----AA-A-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3024(name, align); -seqs.push_back(newSeq3024); -name = "GQY1XT001B4RK2"; -align = "A-T--T-T--CA-A-A-C-T-G-G--AA-G-T-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TC-T--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-G-G-G-T--T-------GTC-AT------G-A-C-T-T-C-T-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-T-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGATTAAA"; -Sequence newSeq3025(name, align); -seqs.push_back(newSeq3025); -name = "GQY1XT001B4JGN"; -align = "G-T--T-T--GA-A-A-C-T-G-T--GA-G-G-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-T-A--GG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-A--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-A-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq3026(name, align); -seqs.push_back(newSeq3026); -name = "GQY1XT001B46L2"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-TCCG-G-GCC-GA-----------ATG-GGG---------C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3027(name, align); -seqs.push_back(newSeq3027); -name = "GQY1XT001B3S4A"; -align = "C-T--T-A--GA-A-A-C-T-G-G--TA-G-G-C--T-T-G-A-G-T-A-T-GG-TA-G-A-G-G-C-A--AA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-TT-G--CTGG-GC-CA-T-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TA-C-T-A-A-GT-G---T----C-G---G--G---T----TA-CC----G---------------G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAC-TCC-GCC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq3028(name, align); -seqs.push_back(newSeq3028); -name = "GQY1XT001B349K"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--G-CG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3029(name, align); -seqs.push_back(newSeq3029); -name = "GQY1XT001B24JY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--CGA------AT-GA------G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3030(name, align); -seqs.push_back(newSeq3030); -name = "GQY1XT001B21UE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CGG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3031(name, align); -seqs.push_back(newSeq3031); -name = "GQY1XT001B17UZ"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACCGT-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3032(name, align); -seqs.push_back(newSeq3032); -name = "GQY1XT001B0KSM"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3033(name, align); -seqs.push_back(newSeq3033); -name = "GQY1XT001AZNS8"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3034(name, align); -seqs.push_back(newSeq3034); -name = "GQY1XT001AZCFZ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCTT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3035(name, align); -seqs.push_back(newSeq3035); -name = "GQY1XT001AY31C"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-TCC--G-G-G-C-C--G---A----AT-G-----G-G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3036(name, align); -seqs.push_back(newSeq3036); -name = "GQY1XT001AY2B7"; -align = "T-T--C-T--AA-A-A-C-T-G-T--AT-G-A-C--T-T-G-A-G-T-G-C-AG-TA-G-A-G-G-T-T--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T-------TCA-AG-A----A-C-C-T-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3037(name, align); -seqs.push_back(newSeq3037); -name = "GQY1XT001AX52M"; -align = "A-T--C-G--GA-A-A-C-C-G-G--GC-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-C--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-ATGGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GTGG-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCCGGCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3038(name, align); -seqs.push_back(newSeq3038); -name = "GQY1XT001AWBPY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G---A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-TGG-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3039(name, align); -seqs.push_back(newSeq3039); -name = "GQY1XT001AW03O"; -align = "T-T--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-A--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--C---C----AG-G-----G-G-C-C-C-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3040(name, align); -seqs.push_back(newSeq3040); -name = "GQY1XT001AVN7L"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3041(name, align); -seqs.push_back(newSeq3041); -name = "GQY1XT001AVKKZ"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-T--T-------CTA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3042(name, align); -seqs.push_back(newSeq3042); -name = "GQY1XT001AVARK"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3043(name, align); -seqs.push_back(newSeq3043); -name = "GQY1XT001AV8X9"; -align = "ATT--T-T--GA-A-A-C-T-G-T--TT-C-C-C--T-T-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AT-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AC-A-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3044(name, align); -seqs.push_back(newSeq3044); -name = "GQY1XT001AV3Y6"; -align = "A-C--T-C--AA-A-A-C-T-G-C--AG-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AGA-T--A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3045(name, align); -seqs.push_back(newSeq3045); -name = "GQY1XT001AUI53"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AT--AA-C-T-G-G-TT-G-T-C--G-G-C-G------------ATA-AAA---------T-G-T-C-G-G-T-G-A-C--TA--A-G-C-G-AA-A-G-C-G-A-TAA-G-TTA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3046(name, align); -seqs.push_back(newSeq3046); -name = "GQY1XT001AUEE4"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CC-C-G-C--T-C-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGGACG-GT-G-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CG-G-G-G-A-A--C-------GAC-AGT-----T-G-C-C-C-G-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3047(name, align); -seqs.push_back(newSeq3047); -name = "GQY1XT001AU8KX"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C----T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3048(name, align); -seqs.push_back(newSeq3048); -name = "GQY1XT001ATX0K"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-CGG-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-G-T--C---C-G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3049(name, align); -seqs.push_back(newSeq3049); -name = "GQY1XT001AT3Y2"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3050(name, align); -seqs.push_back(newSeq3050); -name = "GQY1XT001ASVQN"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3051(name, align); -seqs.push_back(newSeq3051); -name = "GQY1XT001ASD8S"; -align = "C-A--G-A--GA-A-A-C-C-G-T--AT-A-A-C--T-A-G-A-G-T-A-T-GG-TA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-A-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CA-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3052(name, align); -seqs.push_back(newSeq3052); -name = "GQY1XT001AS1SB"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ATT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3053(name, align); -seqs.push_back(newSeq3053); -name = "GQY1XT001AQBXP"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-C--C-C-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAT-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--CGA------AT-GA------G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3054(name, align); -seqs.push_back(newSeq3054); -name = "GQY1XT001APBB9"; -align = "C-C--T-T--GG-A-A-C-T-G-C--AT-G-G-C--T-G-G-A-G-T-G-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-CG-C-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-CG-G-G-G-G-A--C---G----AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATAAA"; -Sequence newSeq3055(name, align); -seqs.push_back(newSeq3055); -name = "GQY1XT001AOQAZ"; -align = "C-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-A-G-A-G-T-G-C-AG-AA-G-A-G-G-G-A--AG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TA-T-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-C--CTGG-TC-TG-C-A-ACT--GACA-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-G-G-----------TC-GA--------A-C-C-T-C-A-G-T-G-C-T--GA--A-G-T-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq3056(name, align); -seqs.push_back(newSeq3056); -name = "GQY1XT001AOF14"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-GTCCGG-T-C-C-G------------ATT-GAGG--------A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3057(name, align); -seqs.push_back(newSeq3057); -name = "GQY1XT001AO7R0"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGAG----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3058(name, align); -seqs.push_back(newSeq3058); -name = "GQY1XT001ANIYW"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GC-T-G-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-C--CTGG-TC-TG-C-A-ACT--GACA-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-G-G--T---C----GA-A-------C---C---T-C-A-G-T-G-C-T--GA--A-G-T-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3059(name, align); -seqs.push_back(newSeq3059); -name = "GQY1XT001AN6MK"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G---T--C-G-G---G--G---------A-GG----A-A-T-T-T-T-C-G-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-CAC-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3060(name, align); -seqs.push_back(newSeq3060); -name = "GQY1XT001ALYPN"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3061(name, align); -seqs.push_back(newSeq3061); -name = "GQY1XT001ALP7S"; -align = "C-G--T-T--GA-A-A-C-T-G-T--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3062(name, align); -seqs.push_back(newSeq3062); -name = "GQY1XT001AKD17"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3063(name, align); -seqs.push_back(newSeq3063); -name = "GQY1XT001AJTRJ"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C--C-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-GC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AAT-TA-C-T-A-G-GT-G-T-C--G-C-G-G-AG-T---C----AA-GG----G-C-T-C-T-G-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3064(name, align); -seqs.push_back(newSeq3064); -name = "GQY1XT001AJB5H"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-CCGGGG-G-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3065(name, align); -seqs.push_back(newSeq3065); -name = "GQY1XT001AIVIO"; -align = "C-C--G-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T---G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3066(name, align); -seqs.push_back(newSeq3066); -name = "GQY1XT001AI63N"; -align = "T-T--T-G--GA-A-A-C-T-G----TC-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-G-G-G-A-G--AG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3067(name, align); -seqs.push_back(newSeq3067); -name = "GQY1XT001AHPOD"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C----T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3068(name, align); -seqs.push_back(newSeq3068); -name = "GQY1XT001AHK6O"; -align = "A-T--T-T--GA-A-A-C-T-G-T---T-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq3069(name, align); -seqs.push_back(newSeq3069); -name = "GQY1XT001AGTL4"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3070(name, align); -seqs.push_back(newSeq3070); -name = "GQY1XT001AGKBL"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-T--C---C----AC-A-----G-G-A-T-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3071(name, align); -seqs.push_back(newSeq3071); -name = "GQY1XT001AG68G"; -align = "T-C--T-G--GG-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CA-G-G-G-A----G---C-----A-AA----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3072(name, align); -seqs.push_back(newSeq3072); -name = "GQY1XT001AEPK3"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3073(name, align); -seqs.push_back(newSeq3073); -name = "GQY1XT001AE53O"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3074(name, align); -seqs.push_back(newSeq3074); -name = "GQY1XT001AE0CQ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-TGT--C-G-C-C-C--CGA------GT-GGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3075(name, align); -seqs.push_back(newSeq3075); -name = "GQY1XT001A8SUO"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3076(name, align); -seqs.push_back(newSeq3076); -name = "GQY1XT001A7RC7"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3077(name, align); -seqs.push_back(newSeq3077); -name = "GQY1XT001A7POV"; -align = "C----A-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-GTT-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3078(name, align); -seqs.push_back(newSeq3078); -name = "GQY1XT001A78ET"; -align = "T-T--T-G--GA-A-A-C-T-G-T--CC-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-TG-G-G-G-G-A--C---C----AA-G-----G-T-T-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3079(name, align); -seqs.push_back(newSeq3079); -name = "GQY1XT001A74MB"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CG-G-A-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-G--A-G-G-G-T--G---C----TA-A-----G-C-A-T-C-C-T-G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3080(name, align); -seqs.push_back(newSeq3080); -name = "GQY1XT001A6568"; -align = "A-T--C-G--GA-A-A-C-C-G-G--GC-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-C--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-TCC--G-G-T-G-C--G---A----AT-GA----G-C-G-C---T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3081(name, align); -seqs.push_back(newSeq3081); -name = "GQY1XT001A5I0H"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-GCAAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-TTGG-T-C--C-G-G-G-T--CGA------AT-GA------G-A-T-C-T-G-G-G-C-G-G-C--GA--A-G-C-G-AA-A-G-C-G-A-TAA-G-CAT-TCC-ACCGT-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3082(name, align); -seqs.push_back(newSeq3082); -name = "GQY1XT001A47SX"; -align = "G-A--T-C--AA-A-A-C-T-G-C--AA-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AGA-T--A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G----------ACT-GA-CC-----C-C-A-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGATTGAA"; -Sequence newSeq3083(name, align); -seqs.push_back(newSeq3083); -name = "GQY1XT001A3YSL"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3084(name, align); -seqs.push_back(newSeq3084); -name = "GQY1XT001A3H9J"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GTGG-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3085(name, align); -seqs.push_back(newSeq3085); -name = "GQY1XT001A32GR"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3086(name, align); -seqs.push_back(newSeq3086); -name = "GQY1XT001A2OIZ"; -align = "A-C--T-G--GG-A-A-C-T-G-T--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3087(name, align); -seqs.push_back(newSeq3087); -name = "GQY1XT001A2676"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-A-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3088(name, align); -seqs.push_back(newSeq3088); -name = "GQY1XT001A21F1"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3089(name, align); -seqs.push_back(newSeq3089); -name = "GQY1XT001A1MK4"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AT-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AT-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G-----------CA-GG-GC-----C-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3090(name, align); -seqs.push_back(newSeq3090); -name = "GQY1XT001A1FU0"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3091(name, align); -seqs.push_back(newSeq3091); -name = "GQY1XT001A1DTO"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-C-A--G---C----AA-A-----G-C-T-G-T-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3092(name, align); -seqs.push_back(newSeq3092); -name = "GQY1XT001CYVBA"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3093(name, align); -seqs.push_back(newSeq3093); -name = "GQY1XT001BTASU"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3094(name, align); -seqs.push_back(newSeq3094); -name = "GQY1XT001AIUY1"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3095(name, align); -seqs.push_back(newSeq3095); -name = "GQY1XT001C1WR1"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3096(name, align); -seqs.push_back(newSeq3096); -name = "GQY1XT001BYWY5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3097(name, align); -seqs.push_back(newSeq3097); -name = "GQY1XT001EJP5K"; -align = "T-C--T-A--TA-A-A-C-T-G-A--TA-G-A-C--T-A-G-A-G-T-G-T-GG-TA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-GAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-T-C-ACT--GACG-GTC-A-GG--G-A-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CA-C-T-A-A-GT-G---T--------C-G--G-----------------G-C-A-A-C---C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TGC-TCC-GCC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq3098(name, align); -seqs.push_back(newSeq3098); -name = "GQY1XT001DZDID"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3099(name, align); -seqs.push_back(newSeq3099); -name = "GQY1XT001DB2M7"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AG-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3100(name, align); -seqs.push_back(newSeq3100); -name = "GQY1XT001C121L"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CT-G-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CA-C-T-A-G-GT-G-T-C--G-G-G-G-T--C---G----CA-A-----G---A-C-T-T-C-G-G-T-G-C-C--GT--A-G-T-T-AA-C-G-C-A-T-TAA-G-TGC-TCC-GCC-T-G-GGG-AG-TA--CG-CA-C-G-C-A-AGTGTGAA"; -Sequence newSeq3101(name, align); -seqs.push_back(newSeq3101); -name = "GQY1XT001A9V6K"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq3102(name, align); -seqs.push_back(newSeq3102); -name = "GQY1XT001A5KO8"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CA-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3103(name, align); -seqs.push_back(newSeq3103); -name = "GQY1XT001DZFNC"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3104(name, align); -seqs.push_back(newSeq3104); -name = "GQY1XT001DMOMH"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3105(name, align); -seqs.push_back(newSeq3105); -name = "GQY1XT001DJWET"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-G-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3106(name, align); -seqs.push_back(newSeq3106); -name = "GQY1XT001CTRXH"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3107(name, align); -seqs.push_back(newSeq3107); -name = "GQY1XT001CPZP8"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-C--CGA------AT-GA------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3108(name, align); -seqs.push_back(newSeq3108); -name = "GQY1XT001CGFIZ"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AA-A-----G-C-T-T-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3109(name, align); -seqs.push_back(newSeq3109); -name = "GQY1XT001C9IAF"; -align = "ATT--T-T--GG-A-A-C-T-G-T--GT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CG-G-G-G-G----T---T----TA-CG----G-A-C-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3110(name, align); -seqs.push_back(newSeq3110); -name = "GQY1XT001BZ0KL"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3111(name, align); -seqs.push_back(newSeq3111); -name = "GQY1XT001BKB10"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3112(name, align); -seqs.push_back(newSeq3112); -name = "GQY1XT001B5THT"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3113(name, align); -seqs.push_back(newSeq3113); -name = "GQY1XT001B3WU9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TT-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-G-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3114(name, align); -seqs.push_back(newSeq3114); -name = "GQY1XT001AFW4W"; -align = "T-T--T-G--GA-A-A-C-T-T-T--TT-T-G-C--T-G-G-A-G-T-A-C-CG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--A---C----AA-A-----G-T-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3115(name, align); -seqs.push_back(newSeq3115); -name = "GQY1XT001A355Y"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3116(name, align); -seqs.push_back(newSeq3116); -name = "GQY1XT001A1RVC"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3117(name, align); -seqs.push_back(newSeq3117); -name = "GQY1XT001EZH20"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3118(name, align); -seqs.push_back(newSeq3118); -name = "GQY1XT001EYY1K"; -align = "T-T--T-G--GA-A-A-C-T-G-A--GC-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--AA-C-T-A-A-GT-G-T-T------G-G-A--G-----------A-----G-----A-T-T-C-A-G-T-G-C-T--GC--A-G-T-T-AA-C-G-C-A-A-TAA-G-TTC-TCC-GCC-T-G-GGG-AG-TA--TG-CA-C-G-C-A-AGTGTGAA"; -Sequence newSeq3119(name, align); -seqs.push_back(newSeq3119); -name = "GQY1XT001EXR5S"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3120(name, align); -seqs.push_back(newSeq3120); -name = "GQY1XT001EXG9I"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-A-G-A--G---C----AA-A-----G-C-T-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq3121(name, align); -seqs.push_back(newSeq3121); -name = "GQY1XT001EX3OQ"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CT-G-A-C--T-G-G-A-G-T-G-T-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-A-G-A--G---C----AA-A-----G-C-T-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq3122(name, align); -seqs.push_back(newSeq3122); -name = "GQY1XT001EWOFQ"; -align = "C-GT-T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3123(name, align); -seqs.push_back(newSeq3123); -name = "GQY1XT001EVIXR"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3124(name, align); -seqs.push_back(newSeq3124); -name = "GQY1XT001EVIL3"; -align = "C-A--C-T--GA-T-A-C-T-G-T--TA-G-A-C--T-T-G-A-G-T-A-T-GG-AA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TC-T--CTGG-GC-CA-A-G-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-T--A-G-T-A-G----------T-TCGA-T----G-C-T-A-C-T-A-G-T-G-C-C--GG--A-G-T-A-AA-C-A-C-A-A-TAA-G-TAT-CCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq3125(name, align); -seqs.push_back(newSeq3125); -name = "GQY1XT001EV5Z1"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TA-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3126(name, align); -seqs.push_back(newSeq3126); -name = "GQY1XT001EUB8F"; -align = "A-T--T-C--AA-A-A-C-T-G-T--AT-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-T-T-C-T-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3127(name, align); -seqs.push_back(newSeq3127); -name = "GQY1XT001EU98R"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-T-GGAA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGG-G-G-G--G--------AA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TG--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3128(name, align); -seqs.push_back(newSeq3128); -name = "GQY1XT001ES883"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3129(name, align); -seqs.push_back(newSeq3129); -name = "GQY1XT001ES4H3"; -align = "T-T--T-G--GA-A-A-C-T-G-C--GA-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---C---ATG-G-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3130(name, align); -seqs.push_back(newSeq3130); -name = "GQY1XT001ERRVZ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGATGAA"; -Sequence newSeq3131(name, align); -seqs.push_back(newSeq3131); -name = "GQY1XT001ER7KJ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3132(name, align); -seqs.push_back(newSeq3132); -name = "GQY1XT001EQUF9"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATC-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CTCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------A-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3133(name, align); -seqs.push_back(newSeq3133); -name = "GQY1XT001EQKSR"; -align = "T-T--T-A--GA-A-A-C-C-G-G--CA-G-G-C--T-T-G-A-G-T-A-T-GG-TA-G-A-G-G-C-A--AA-C-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-TT-G--CTGG-GC-CA-T-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TA-C-T-A-A-GT-G---T----C-G---G--G---T----TA-CC----G---------------G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAC-TCC-GCC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq3134(name, align); -seqs.push_back(newSeq3134); -name = "GQY1XT001EQ4T5"; -align = "T-T--T-T--GA-A-A-C-T-G-T--TG-A-A-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-A--G---C----A--AG----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3135(name, align); -seqs.push_back(newSeq3135); -name = "GQY1XT001EQ0GM"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------TT-GG------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3136(name, align); -seqs.push_back(newSeq3136); -name = "GQY1XT001EP3RW"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-C-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3137(name, align); -seqs.push_back(newSeq3137); -name = "GQY1XT001EOJ97"; -align = "T-T--T-T--GG-A-A-C-T-G-C--GT-G-T-C--T-T-G-A-G-T-G-A-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-C-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-CT-G--CTGG-AC-AT-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-T--A-G-T-A-G---------TTTC-GA-TG-----C-T-A-C-T-A-G-T-G-C-C--GG--A-G-T-A-AA-C-A-C-A-A-TAA-G-TAT-CCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq3138(name, align); -seqs.push_back(newSeq3138); -name = "GQY1XT001EOBZ4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T----G-T-G-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3139(name, align); -seqs.push_back(newSeq3139); -name = "GQY1XT001ENE25"; -align = "C-G--T-T--GA-A-A-C-TGG-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3140(name, align); -seqs.push_back(newSeq3140); -name = "GQY1XT001EMLHZ"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TA-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3141(name, align); -seqs.push_back(newSeq3141); -name = "GQY1XT001EMBCT"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-A-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---CT---AG-A-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-CAA-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3142(name, align); -seqs.push_back(newSeq3142); -name = "GQY1XT001ELGIG"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AA-A-----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3143(name, align); -seqs.push_back(newSeq3143); -name = "GQY1XT001ELA3R"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3144(name, align); -seqs.push_back(newSeq3144); -name = "GQY1XT001EKNJB"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-TGG-CGGG-G--ATC-A-AA-CA-GG-ATTAGACTA-CCCT-GGTA-GT-C-CG-C-ACAAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CTGG-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3145(name, align); -seqs.push_back(newSeq3145); -name = "GQY1XT001EK7F9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T--------T-T-G--C-------GA--TAT-----A-C-A-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3146(name, align); -seqs.push_back(newSeq3146); -name = "GQY1XT001EIC6B"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3147(name, align); -seqs.push_back(newSeq3147); -name = "GQY1XT001EI5XA"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-GAA-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3148(name, align); -seqs.push_back(newSeq3148); -name = "GQY1XT001EHJ1A"; -align = "T-T--T-A--GA-A-A-C-T-G-C--TC-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-T-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-G-G-----------TC-GA--------A-C-C-T-C-A-G-T-G-C-T--GA--A-G-T-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq3149(name, align); -seqs.push_back(newSeq3149); -name = "GQY1XT001EGMQR"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3150(name, align); -seqs.push_back(newSeq3150); -name = "GQY1XT001EG00X"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CT-G-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3151(name, align); -seqs.push_back(newSeq3151); -name = "GQY1XT001EFJCS"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--CG---AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGGAGG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3152(name, align); -seqs.push_back(newSeq3152); -name = "GQY1XT001EDJOE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-CT-G---T--C-C-G-G-T--T-------CTA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3153(name, align); -seqs.push_back(newSeq3153); -name = "GQY1XT001ED0X4"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3154(name, align); -seqs.push_back(newSeq3154); -name = "GQY1XT001ED0VN"; -align = "A-T--C-A--GA-A-A-C-T-G----TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3155(name, align); -seqs.push_back(newSeq3155); -name = "GQY1XT001ECIAV"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3156(name, align); -seqs.push_back(newSeq3156); -name = "GQY1XT001EC4HB"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3157(name, align); -seqs.push_back(newSeq3157); -name = "GQY1XT001EC08C"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T----G-G-G-G-A--G---A----TC-A-----A-A-C-T-T-T-C-C-G-T-G-C-C--GG--A-G-T-A-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3158(name, align); -seqs.push_back(newSeq3158); -name = "GQY1XT001EBT8D"; -align = "A-A--C-C--AA-A-A-C-T-A-T--TA-T-T-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGA-C-TT-T--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-A--G-G-G-G-A--T-------GAA-TA------A-T-C-T-T-C-T-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3159(name, align); -seqs.push_back(newSeq3159); -name = "GQY1XT001EBJ1Q"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-TG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AG-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-AACG-GTGAA"; -Sequence newSeq3160(name, align); -seqs.push_back(newSeq3160); -name = "GQY1XT001EAYKP"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-ATCG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------A-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGATGAA"; -Sequence newSeq3161(name, align); -seqs.push_back(newSeq3161); -name = "GQY1XT001EA3K9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T---G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3162(name, align); -seqs.push_back(newSeq3162); -name = "GQY1XT001E1XHD"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--G-------AGG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-GTTAT-TCC-ACCGT-G-GGG-AG-TA-CGG-CC-G-G-C-A-ACGGTAGA"; -Sequence newSeq3163(name, align); -seqs.push_back(newSeq3163); -name = "GQY1XT001DZXAF"; -align = "T-C--T-G--GG-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-G-C-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT---C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AG-G-----G-C-C-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3164(name, align); -seqs.push_back(newSeq3164); -name = "GQY1XT001DZPZR"; -align = "G-T--T-T--GA-A-A-C-T-G-T--TC-T-T-C--T-T-G-A-G-T-G-A-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AT-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-GAG-G-T----------ATT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3165(name, align); -seqs.push_back(newSeq3165); -name = "GQY1XT001DZMBP"; -align = "A-G--T-T--GA-A-A-C-TAG-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-AGG-GTT-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------G-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3166(name, align); -seqs.push_back(newSeq3166); -name = "GQY1XT001DZGO2"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3167(name, align); -seqs.push_back(newSeq3167); -name = "GQY1XT001DYWDT"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-AA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3168(name, align); -seqs.push_back(newSeq3168); -name = "GQY1XT001DY46X"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3169(name, align); -seqs.push_back(newSeq3169); -name = "GQY1XT001DXEQX"; -align = "A-T--T-G--GA-A-A-C-T-G-T--TT-A-A-C--T-G-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-T-G--G---C----AA-A-----G-C-C-A-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3170(name, align); -seqs.push_back(newSeq3170); -name = "GQY1XT001DXDO1"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G---GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C---G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3171(name, align); -seqs.push_back(newSeq3171); -name = "GQY1XT001DX5H7"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T---G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3172(name, align); -seqs.push_back(newSeq3172); -name = "GQY1XT001DWFVW"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3173(name, align); -seqs.push_back(newSeq3173); -name = "GQY1XT001DWEPH"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G--------GA-AT------G-G-C-C-C-T-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3174(name, align); -seqs.push_back(newSeq3174); -name = "GQY1XT001DV49J"; -align = "G-A--T-C--GA-A-A-C-T-G-T--TC-A-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AA--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTGAA"; -Sequence newSeq3175(name, align); -seqs.push_back(newSeq3175); -name = "GQY1XT001DU0CH"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-T-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3176(name, align); -seqs.push_back(newSeq3176); -name = "GQY1XT001DT67S"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3177(name, align); -seqs.push_back(newSeq3177); -name = "GQY1XT001DSZ1E"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-A-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GATA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-CG-G-G-G-A-C--C---C----AA-G-----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3178(name, align); -seqs.push_back(newSeq3178); -name = "GQY1XT001DSJH6"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA-TCC-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3179(name, align); -seqs.push_back(newSeq3179); -name = "GQY1XT001DSI9W"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-T-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ATGGTGAA"; -Sequence newSeq3180(name, align); -seqs.push_back(newSeq3180); -name = "GQY1XT001DS53E"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3181(name, align); -seqs.push_back(newSeq3181); -name = "GQY1XT001DRXCI"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-C--G-G-G-G----G---C----AA-A-----G-C-C-C-C-T-C-G-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-A-TAA-G-CAC-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq3182(name, align); -seqs.push_back(newSeq3182); -name = "GQY1XT001DRTF9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3183(name, align); -seqs.push_back(newSeq3183); -name = "GQY1XT001DR67U"; -align = "A-T--C-G--GA-A-A-C-C-G-G--GC-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-C--AG-T-GG-A-ACT---C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-AG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3184(name, align); -seqs.push_back(newSeq3184); -name = "GQY1XT001DQSZV"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3185(name, align); -seqs.push_back(newSeq3185); -name = "GQY1XT001DQKPP"; -align = "A-T--T-G--GA-A-A-C-T-G-T--TA-A-G-C--T-G-G-A-G-T-A-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T---GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3186(name, align); -seqs.push_back(newSeq3186); -name = "GQY1XT001DQIAS"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-TGT--G-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3187(name, align); -seqs.push_back(newSeq3187); -name = "GQY1XT001DQ59I"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3188(name, align); -seqs.push_back(newSeq3188); -name = "GQY1XT001DNKWG"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--CGA------GT-GA------G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3189(name, align); -seqs.push_back(newSeq3189); -name = "GQY1XT001DNEQK"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3190(name, align); -seqs.push_back(newSeq3190); -name = "GQY1XT001DN8J2"; -align = "C-G--T-T--GA-A-A-C-TAG-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-TCCC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-TGG--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3191(name, align); -seqs.push_back(newSeq3191); -name = "GQY1XT001DM9WG"; -align = "A-T--T-G--GA-A-A-C-T-G-T--TA-A-G-C--T-G-G-A-G-T-A-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---C---ATG-G-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3192(name, align); -seqs.push_back(newSeq3192); -name = "GQY1XT001DLFTW"; -align = "C-T--T-A--GA-A-C-T-G-G-T--AG---G-C--T-T-G-A-G-T-A-T-GG-TA-G-A-G-G-C-A--AA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-TT-G--CTGG-GC-CA-T-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AATA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TA-C-T-A-A-GT-G-T-C----G-G---------------GT-TA------------C---C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAC-TCC-GCC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq3193(name, align); -seqs.push_back(newSeq3193); -name = "GQY1XT001DL09H"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3194(name, align); -seqs.push_back(newSeq3194); -name = "GQY1XT001DJPDU"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-A-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3195(name, align); -seqs.push_back(newSeq3195); -name = "GQY1XT001DJOS0"; -align = "C-T--T-G--CG-A-A-C-T-G-T--CA-G-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-A-A-ACT--GACG-CTG-A-GG--T-A-CG-AAA-G-C-G-T-GG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-CG-G-G-G-G-C--C--------AA-GG------C-C-C-T-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3196(name, align); -seqs.push_back(newSeq3196); -name = "GQY1XT001DJ04A"; -align = "C-G--T-T--GA-A-A-C-TGG-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3197(name, align); -seqs.push_back(newSeq3197); -name = "GQY1XT001DHTSP"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3198(name, align); -seqs.push_back(newSeq3198); -name = "GQY1XT001DH4UX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GA------G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3199(name, align); -seqs.push_back(newSeq3199); -name = "GQY1XT001DGQL7"; -align = "T-C--T-A--TA-A-A-C-T-G-A--TA-G-A-C--T-A-G-A-G-T-G-T-GG-TA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-GAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-T-C-ACT--GACG-GTC-A-GG--G-A-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CA-C-T-A-A-GT-G-T----C-----G-G--G-------CA----A-----C-C-G-G-T---G-C-T---G----A---A-G-T-T-AA-C-A-C-A-T-TAA-G-TGC-TCC-GCC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq3200(name, align); -seqs.push_back(newSeq3200); -name = "GQY1XT001DEW4M"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3201(name, align); -seqs.push_back(newSeq3201); -name = "GQY1XT001DEKWE"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T--------T-T-G--C-------GAT-ATA-------C-A-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3202(name, align); -seqs.push_back(newSeq3202); -name = "GQY1XT001DD84B"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3203(name, align); -seqs.push_back(newSeq3203); -name = "GQY1XT001DCQ93"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--TT-T-T-C----T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3204(name, align); -seqs.push_back(newSeq3204); -name = "GQY1XT001DC0OE"; -align = "A-T--T-G-GAA-A-A-C-T-G-T--CG-G-A-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-T-G--G---C----AA-A-----G-C-C-A-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3205(name, align); -seqs.push_back(newSeq3205); -name = "GQY1XT001DBXXE"; -align = "C-G--T-T--GA-A-A-C-T-G-C-CGG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C---G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-GCC--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3206(name, align); -seqs.push_back(newSeq3206); -name = "GQY1XT001DAO2N"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3207(name, align); -seqs.push_back(newSeq3207); -name = "GQY1XT001DAG5U"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3208(name, align); -seqs.push_back(newSeq3208); -name = "GQY1XT001D9XLV"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3209(name, align); -seqs.push_back(newSeq3209); -name = "GQY1XT001D8BJE"; -align = "A-G----T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AGA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAA-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------G-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3210(name, align); -seqs.push_back(newSeq3210); -name = "GQY1XT001D89JO"; -align = "A-A--C-T--AA-A-A-C-T-A-A--TT-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-A-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-T--CTGG-AC-AG-A-A-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-A--G-G-G-T-G--T-------GAT-GA------A-C-G-C-T-C-T-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-CCC-ACC-TGG-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3211(name, align); -seqs.push_back(newSeq3211); -name = "GQY1XT001D6KIF"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-TGT--C-G-C-C-C--C-------GAGTGGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3212(name, align); -seqs.push_back(newSeq3212); -name = "GQY1XT001D5NKF"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3213(name, align); -seqs.push_back(newSeq3213); -name = "GQY1XT001D4LHV"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3214(name, align); -seqs.push_back(newSeq3214); -name = "GQY1XT001D2F94"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T---G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3215(name, align); -seqs.push_back(newSeq3215); -name = "GQY1XT001D1U5E"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3216(name, align); -seqs.push_back(newSeq3216); -name = "GQY1XT001D1B3E"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GC-AG--AT-A-TC-A-G-G-AA-G-A-AC-A-CC-GG-T-G-GC-GGA-GG-CGG-C-TT-A--CTGG-AC-GG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-C-G-G--G---C----AG-G-----G-C-C-C-G-C-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-G-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3217(name, align); -seqs.push_back(newSeq3217); -name = "GQY1XT001CYCXN"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3218(name, align); -seqs.push_back(newSeq3218); -name = "GQY1XT001CXQF6"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3219(name, align); -seqs.push_back(newSeq3219); -name = "GQY1XT001CXBCO"; -align = "T-T--TGG--GA-A-A-C-T-G-G--CG-A-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3220(name, align); -seqs.push_back(newSeq3220); -name = "GQY1XT001CVM86"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--TG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3221(name, align); -seqs.push_back(newSeq3221); -name = "GQY1XT001CU7DV"; -align = "G-T--T-T--GA-A-A-C-T-G-T--TC-T-T-C--T-T-G-A-G-T-G-A-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AT-T-A-GCT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-TGG--G-G-G-G-G----------TCT-GACC------C-C-C-T-C-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA-CGG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq3222(name, align); -seqs.push_back(newSeq3222); -name = "GQY1XT001CU69Y"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3223(name, align); -seqs.push_back(newSeq3223); -name = "GQY1XT001CTE6X"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3224(name, align); -seqs.push_back(newSeq3224); -name = "GQY1XT001CSQSO"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3225(name, align); -seqs.push_back(newSeq3225); -name = "GQY1XT001CSNC3"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3226(name, align); -seqs.push_back(newSeq3226); -name = "GQY1XT001CSIJ8"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3227(name, align); -seqs.push_back(newSeq3227); -name = "GQY1XT001CQ8Q3"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3228(name, align); -seqs.push_back(newSeq3228); -name = "GQY1XT001CPHL7"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G---A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CTGG-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3229(name, align); -seqs.push_back(newSeq3229); -name = "GQY1XT001CP7MB"; -align = "A-GT-T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-CTTT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------A-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3230(name, align); -seqs.push_back(newSeq3230); -name = "GQY1XT001CNOAV"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3231(name, align); -seqs.push_back(newSeq3231); -name = "GQY1XT001CN6GC"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3232(name, align); -seqs.push_back(newSeq3232); -name = "GQY1XT001CN0IU"; -align = "T-T--T-G--GA-A-A-C-T-G-T--TC-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-G-G-G-A-G--AG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACA-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G---------------GT--C----G-A-A-C-C-T-C-A-G-T-G-C-T--GA--A-G-T-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq3233(name, align); -seqs.push_back(newSeq3233); -name = "GQY1XT001CMNKQ"; -align = "C-G--T-T--GA-A-A-CTT-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3234(name, align); -seqs.push_back(newSeq3234); -name = "GQY1XT001CM77U"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----TAGA-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq3235(name, align); -seqs.push_back(newSeq3235); -name = "GQY1XT001CLSTW"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3236(name, align); -seqs.push_back(newSeq3236); -name = "GQY1XT001CLFS0"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G-------CAT-GGC-----C-C-C-C-T---G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3237(name, align); -seqs.push_back(newSeq3237); -name = "GQY1XT001CL10B"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3238(name, align); -seqs.push_back(newSeq3238); -name = "GQY1XT001CJSM2"; -align = "A-T--T-G--GG-A-A-C-T-G-G--CG-C-G-C--T-G-G-A-G-T-G-C-CG-GA---G-G-G-T-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-A--CTGG-AC-GG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-G-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-C-C--C---C----AT-T-----G-G-G-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3239(name, align); -seqs.push_back(newSeq3239); -name = "GQY1XT001CJO9T"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3240(name, align); -seqs.push_back(newSeq3240); -name = "GQY1XT001CJEIW"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3241(name, align); -seqs.push_back(newSeq3241); -name = "GQY1XT001CJE27"; -align = "T-T--T-T--GG-A-A-C-T-G-T--CA-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AT-G-----G-C-C-C-C-T-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3242(name, align); -seqs.push_back(newSeq3242); -name = "GQY1XT001CIZFZ"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-A-G-A-G-T---G-CA-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----TAGA-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3243(name, align); -seqs.push_back(newSeq3243); -name = "GQY1XT001CIIDQ"; -align = "G-T--T-C--AA-A-A-C-T-T-C--TT-G-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AGA-T--A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3244(name, align); -seqs.push_back(newSeq3244); -name = "GQY1XT001CHSKR"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--CGG-G-G-G--G-------GAGTTGA-----C-C-C-C-T-G-G-G-TGG-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3245(name, align); -seqs.push_back(newSeq3245); -name = "GQY1XT001CHNIE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3246(name, align); -seqs.push_back(newSeq3246); -name = "GQY1XT001CHA5C"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3247(name, align); -seqs.push_back(newSeq3247); -name = "GQY1XT001CH931"; -align = "A-A--C-C--AA-A-A-C-T-A-T--TA-T-T-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--T-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CA-C-T-A-G-GT-G-T-C--G-G-G-G-T--C--------GC-AA------G-A-C-T-T-C-G-G-T-G-C-C--GT--A-G-T-T-AA-C-G-C-A-T-TAA-G-TGC-TCC-GCC-T-G-GGG-AG-TA--CG-CA-C-G-C-A-AGTGTGAA"; -Sequence newSeq3248(name, align); -seqs.push_back(newSeq3248); -name = "GQY1XT001CG1BN"; -align = "A-GT-T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------G-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq3249(name, align); -seqs.push_back(newSeq3249); -name = "GQY1XT001CFXK7"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-GCGGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3250(name, align); -seqs.push_back(newSeq3250); -name = "GQY1XT001CFFM5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-AT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3251(name, align); -seqs.push_back(newSeq3251); -name = "GQY1XT001CDZBY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-CT-G-T-C--CGGGG-G-G--A--------TT-GA------C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3252(name, align); -seqs.push_back(newSeq3252); -name = "GQY1XT001CDT8V"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-AAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3253(name, align); -seqs.push_back(newSeq3253); -name = "GQY1XT001CDROF"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3254(name, align); -seqs.push_back(newSeq3254); -name = "GQY1XT001CAS6O"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3255(name, align); -seqs.push_back(newSeq3255); -name = "GQY1XT001C7BVW"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CA-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3256(name, align); -seqs.push_back(newSeq3256); -name = "GQY1XT001C6ZWZ"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq3257(name, align); -seqs.push_back(newSeq3257); -name = "GQY1XT001C6FPS"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3258(name, align); -seqs.push_back(newSeq3258); -name = "GQY1XT001C5LCN"; -align = "T-T--T-T--GA-A-A-C-T-G-T--AC-A-G-C--T-T-G-A-T-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--AA-C-T-G-G-TT-G-T-C------G-G-C------G----AT-AA------A-A-T-G-T-C-G-G-T-G-A-C--TA--A-G-C-G-AA-A-G-C-G-A-TAA-G-TTA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3259(name, align); -seqs.push_back(newSeq3259); -name = "GQY1XT001C2O06"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-GTGGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3260(name, align); -seqs.push_back(newSeq3260); -name = "GQY1XT001C2EJB"; -align = "C-GT-T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G---T--C-G-G-G-G--G-------GCA-TGG-----C-C-C-C-T-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3261(name, align); -seqs.push_back(newSeq3261); -name = "GQY1XT001C264J"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3262(name, align); -seqs.push_back(newSeq3262); -name = "GQY1XT001C18TC"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3263(name, align); -seqs.push_back(newSeq3263); -name = "GQY1XT001C0KVO"; -align = "A-T--T-T--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GGA-GG-CGG-C-TT-G--CTGG-AC-GG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-C-A-G-GT-G-T-C--G-G-G-G-G--A---C---ATA-A-----G-T-T-T-C-C-C-G-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-C-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3264(name, align); -seqs.push_back(newSeq3264); -name = "GQY1XT001BZQO1"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GAC--CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3265(name, align); -seqs.push_back(newSeq3265); -name = "GQY1XT001BYZTU"; -align = "..T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-G--AA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AG-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3266(name, align); -seqs.push_back(newSeq3266); -name = "GQY1XT001BYB00"; -align = "C-G--T-T--GA-A-A-C-T---G--AT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-T-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3267(name, align); -seqs.push_back(newSeq3267); -name = "GQY1XT001BXW2F"; -align = "A-C--T-C--AA-A-A-C-T-G-C--AG-C-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3268(name, align); -seqs.push_back(newSeq3268); -name = "GQY1XT001BXRFA"; -align = "C-C--T-G--CG-A-A-C-T-G-G--GA-T-G-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G--------CA-AA------G-C-T-TCT-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3269(name, align); -seqs.push_back(newSeq3269); -name = "GQY1XT001BXOLD"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3270(name, align); -seqs.push_back(newSeq3270); -name = "GQY1XT001BX8O3"; -align = "C-G--T-T--GA-A-A-C-T-G-A--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--CGG-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3271(name, align); -seqs.push_back(newSeq3271); -name = "GQY1XT001BVDRX"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-A-C-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACTGGA-CC-----C-C-C-T-GCC-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq3272(name, align); -seqs.push_back(newSeq3272); -name = "GQY1XT001BUZKF"; -align = "..T--T-G--GA-A-A-C-T-G-C--CT-G-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GTGG-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3273(name, align); -seqs.push_back(newSeq3273); -name = "GQY1XT001BUM3E"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG---T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3274(name, align); -seqs.push_back(newSeq3274); -name = "GQY1XT001BUEU9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C--------GA-GT------G-A-ACGCT-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3275(name, align); -seqs.push_back(newSeq3275); -name = "GQY1XT001BTTQZ"; -align = "T-T--T-G--GA-A-A-C-T-G-C--GA-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3276(name, align); -seqs.push_back(newSeq3276); -name = "GQY1XT001BSELK"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-G-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3277(name, align); -seqs.push_back(newSeq3277); -name = "GQY1XT001BP88E"; -align = "T-T--T-A--GA-A-A-C-C-G-G--CA-G-G-C--T-T-G-A-G-T-A-T-GG-TA-G-A-G-G-C-A--AA-C-GG-A-ATT-TCCCT-A-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-TT-G--CTGG-GC-CA-T-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TA-C-T-A-A-GT-G-T-C----G-G---------------GT-TA------------C---C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAC-TCC-GCC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq3278(name, align); -seqs.push_back(newSeq3278); -name = "GQY1XT001BOGRP"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3279(name, align); -seqs.push_back(newSeq3279); -name = "GQY1XT001BODNA"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-G-A--AG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TA-T-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-C--CTGG-TC-TG-C-A-ACT--GACA-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G---G--G---------T--C----G-A-A-C-C-T-C-A-G-T-G-C-T--GA--A-G-T-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq3280(name, align); -seqs.push_back(newSeq3280); -name = "GQY1XT001BO2G3"; -align = "A-T--T-G--GA-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-T-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-A-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CA-C-T-A-A-GT-G-T-C----G---G-G--G---C----A--A---------------C-C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TGC-TCC-GCC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq3281(name, align); -seqs.push_back(newSeq3281); -name = "GQY1XT001BNPUM"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-A-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-AG--G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TTG---CTGG-AC-AG-TA--ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3282(name, align); -seqs.push_back(newSeq3282); -name = "GQY1XT001BNDMF"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3283(name, align); -seqs.push_back(newSeq3283); -name = "GQY1XT001BMLA9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3284(name, align); -seqs.push_back(newSeq3284); -name = "GQY1XT001BL467"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AC-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-G-G-G-T-G--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-GAG-G-T--A---T----TG-A-----C-C-C-C-T-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3285(name, align); -seqs.push_back(newSeq3285); -name = "GQY1XT001BIJ28"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3286(name, align); -seqs.push_back(newSeq3286); -name = "GQY1XT001BH0W9"; -align = "T-T--T-A--GA-A-A-C-T-G-G--CA-G-G-C--T-T-G-A-G-T-A-T-GG-TA-G-A-G-G-C-A--AA-C-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-TT-G--CTGG-GC-CA-T-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TA-C-T-A-A-GT-G---T--C-----G-G----------G---T-------T-A-C-C---G---G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAC-TCC-GCC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq3287(name, align); -seqs.push_back(newSeq3287); -name = "GQY1XT001BG8LX"; -align = "T-T--T-G--GA-A-A-C-T-G-C--GA-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A---GGT-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-C--G-G-G---G--G---C----AA-A-----G-C-C-C-C-T-C-G-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-A-TAA-G-CAC-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3288(name, align); -seqs.push_back(newSeq3288); -name = "GQY1XT001BFVJG"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3289(name, align); -seqs.push_back(newSeq3289); -name = "GQY1XT001BF6FK"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-A-A-ACT--GACA-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-T--A---C----AA-A-----G-T-A-C-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3290(name, align); -seqs.push_back(newSeq3290); -name = "GQY1XT001BF379"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3291(name, align); -seqs.push_back(newSeq3291); -name = "GQY1XT001BF0W9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3292(name, align); -seqs.push_back(newSeq3292); -name = "GQY1XT001BE5OV"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G---A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3293(name, align); -seqs.push_back(newSeq3293); -name = "GQY1XT001BDOH5"; -align = "A-G--T-T--GA-A-A-C-T---G--GC-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-T-T--GG-C-GG-A-ATT-C-C-G-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-C-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CA-A--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-AT--AA-C-T-A-G-GT-G-TGG--G-G-G---G----------TCT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GC--A-GC--T-AA-C-G-C-A-A-TAA-G-TTA-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3294(name, align); -seqs.push_back(newSeq3294); -name = "GQY1XT001BDM6L"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-TT-G-T-C--C-G-G-G-T--C-------GAA-TGA-----G-A-T-C-T-G-G-G-C-G-G-C--GA--A-G-C-G-AA-A-G-C-G-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3295(name, align); -seqs.push_back(newSeq3295); -name = "GQY1XT001BDKWF"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C--------GA-GGT-----G-AGGGG-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3296(name, align); -seqs.push_back(newSeq3296); -name = "GQY1XT001BDBAF"; -align = "G-T--T-T--GA-A-A-C-T-G-T---T-C-T-C--T-T-G-A-G-T-G-A-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AT-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-C------C-C-C-T-C-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA-CGG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq3297(name, align); -seqs.push_back(newSeq3297); -name = "GQY1XT001BCRMC"; -align = "T-T--T-G--GA-A-A-C-T-G-T--TA-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GTGG-T-C--G-G-G-G-T--T---A----AAGA-----A-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3298(name, align); -seqs.push_back(newSeq3298); -name = "GQY1XT001BC48B"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3299(name, align); -seqs.push_back(newSeq3299); -name = "GQY1XT001BBV5E"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C----T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-A-C-A-AGACTGAA"; -Sequence newSeq3300(name, align); -seqs.push_back(newSeq3300); -name = "GQY1XT001BBP29"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3301(name, align); -seqs.push_back(newSeq3301); -name = "GQY1XT001B9AWM"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-TCC--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3302(name, align); -seqs.push_back(newSeq3302); -name = "GQY1XT001B95M3"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3303(name, align); -seqs.push_back(newSeq3303); -name = "GQY1XT001B8L7K"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-T-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3304(name, align); -seqs.push_back(newSeq3304); -name = "GQY1XT001B87PN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3305(name, align); -seqs.push_back(newSeq3305); -name = "GQY1XT001B6LMA"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3306(name, align); -seqs.push_back(newSeq3306); -name = "GQY1XT001B5F3H"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-GAAA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3307(name, align); -seqs.push_back(newSeq3307); -name = "GQY1XT001B41CK"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3308(name, align); -seqs.push_back(newSeq3308); -name = "GQY1XT001B2Q3R"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3309(name, align); -seqs.push_back(newSeq3309); -name = "GQY1XT001B13GD"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3310(name, align); -seqs.push_back(newSeq3310); -name = "GQY1XT001B11M6"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G---T--C-C-G-G-T--T-------CTA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3311(name, align); -seqs.push_back(newSeq3311); -name = "GQY1XT001B0XU3"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq3312(name, align); -seqs.push_back(newSeq3312); -name = "GQY1XT001B0XQQ"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3313(name, align); -seqs.push_back(newSeq3313); -name = "GQY1XT001B0NAD"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3314(name, align); -seqs.push_back(newSeq3314); -name = "GQY1XT001AZSAC"; -align = "C-G--T-T--GA-A-A-C-T-G----GG-G-C-C--T-T-G-A-G-T---G-GC-GA-G---A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-A--C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3315(name, align); -seqs.push_back(newSeq3315); -name = "GQY1XT001AZRUS"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-TC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-G-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3316(name, align); -seqs.push_back(newSeq3316); -name = "GQY1XT001AZ6ZX"; -align = "A-T--C-A--GA-A-A-C-T-G----TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT---C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3317(name, align); -seqs.push_back(newSeq3317); -name = "GQY1XT001AYG0R"; -align = "C-T--A-T---A-A-A-C-T-G-A--TA-G-A-C--T-A-G-A-G-T-G-T-GG-TA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-GAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-T-C-ACT--GACG-GTC-A-GG--G-A-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CA-C-T-A-A-GT-G-T-C--G-G---G----------------CA----------A---C-C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TGC-TCC-GCC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq3318(name, align); -seqs.push_back(newSeq3318); -name = "GQY1XT001AW9SX"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-TA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3319(name, align); -seqs.push_back(newSeq3319); -name = "GQY1XT001AVT16"; -align = "T-T--T-T--GG-A-A-C-T-G-C--GT-G-T-C--T-T-G-A-G-T-G-A-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-C-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-CT-G--CTGG-AC-AT-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-A-G-G---------TATT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3320(name, align); -seqs.push_back(newSeq3320); -name = "GQY1XT001AVK8L"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3321(name, align); -seqs.push_back(newSeq3321); -name = "GQY1XT001AVIFA"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-TT-G-T-C--C-G-G-G-T--CGA------AT-GA------G-A-T-C-T-G-G-G-C-G-G-C--GA--A-G-C-G-AA-A-G-C-G-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3322(name, align); -seqs.push_back(newSeq3322); -name = "GQY1XT001AVF4E"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3323(name, align); -seqs.push_back(newSeq3323); -name = "GQY1XT001AUQ1O"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T---G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACCGT-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3324(name, align); -seqs.push_back(newSeq3324); -name = "GQY1XT001ATR8J"; -align = "T-C--T-A--TA-A-A-C-T-G-A--TA-G-A-C--T-A-G-A-G-T-G-T-GG-TA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-GAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-T-C-ACT--GACG-GTC-A-GG--G-A-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CA-C-T-A-A-GT-G-T------C-G-G-G-----------C---A--------A-C-----C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TGC-TCC-GCC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq3325(name, align); -seqs.push_back(newSeq3325); -name = "GQY1XT001ATMMQ"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3326(name, align); -seqs.push_back(newSeq3326); -name = "GQY1XT001ARSOG"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3327(name, align); -seqs.push_back(newSeq3327); -name = "GQY1XT001AQU2W"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-GC-C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3328(name, align); -seqs.push_back(newSeq3328); -name = "GQY1XT001APHH0"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-T-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-T-TAA-A-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3329(name, align); -seqs.push_back(newSeq3329); -name = "GQY1XT001AOMXQ"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3330(name, align); -seqs.push_back(newSeq3330); -name = "GQY1XT001ANUUY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3331(name, align); -seqs.push_back(newSeq3331); -name = "GQY1XT001AMYAV"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCAG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3332(name, align); -seqs.push_back(newSeq3332); -name = "GQY1XT001AKR8Q"; -align = "T-C--T-T--GG-A-A-C-T-G-C--GC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-G-ACT--GACG-TTG-A-GG--C-C-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AG-A-----GAC-T-G-C-C-C-G-G-T-G-C-C--GC--A-G-T-C-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq3333(name, align); -seqs.push_back(newSeq3333); -name = "GQY1XT001AKPS7"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-G-T--C-C-G---G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACCGT-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3334(name, align); -seqs.push_back(newSeq3334); -name = "GQY1XT001AK6UN"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T----G-G---G--G---------T--C----G-A-A-C-C-T-C-A-G-T-G-C-T--GA--A-G-T-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq3335(name, align); -seqs.push_back(newSeq3335); -name = "GQY1XT001AJDFY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-T-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3336(name, align); -seqs.push_back(newSeq3336); -name = "GQY1XT001AIJTW"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C----T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3337(name, align); -seqs.push_back(newSeq3337); -name = "GQY1XT001AGXYX"; -align = "T-T--T-G--GA-A-A-C-T-G-C--GA-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--T-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CA-C-T-A-G-GT-G-T-C--G-G-G-G-T--C---G----CA-A-----G---A-C-T-T-C-G-G-T-G-C-C--GT--A-G-T-T-AA-C-G-C-A-T-TAA-G-TGC-TCC-GCC-T-G-GGG-AG-TA--CG-CA-C-G-C-A-AGTGTGAA"; -Sequence newSeq3338(name, align); -seqs.push_back(newSeq3338); -name = "GQY1XT001AGWWC"; -align = "G-T--C-C--CG-A-A-C-T-G-GC-GT-G-T-C--T-C-G-A-G-T-T-C-GG-TA-G-G-G-G-A-G--AT-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-GAA--TG-C-GC-AG--AT-A-TC-G-G-G-AA-G-A-AC-A-CC-GA-T-G-GC-GAA-GG-CAG-A-TC-T--CTGG-GC-CG-C-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-T-AGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CT-A-G-CCG-T-AAAC-G-A-TG-GA--CG-C-T-A-G-GT-G-T-G--G-G-GAG-G-----------AT-AG-C------C-T-C-T-C-C-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-T-TAA-G-CGT-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTAAA"; -Sequence newSeq3339(name, align); -seqs.push_back(newSeq3339); -name = "GQY1XT001AGT98"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--CGA------GT-GA------G-G-G-G-T-G-C-G-T-G-A-T--AT--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3340(name, align); -seqs.push_back(newSeq3340); -name = "GQY1XT001AEGXE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--CGA------GT-GA------G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3341(name, align); -seqs.push_back(newSeq3341); -name = "GQY1XT001A7WSM"; -align = "A-T--A-T--AA-A-A-C-T-GTT--TT-A-A-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-A-TG-AGA-G-C-A-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CTG-T-AAAC-G-A-TG-GG--TA-C-T-A-G-GT-G-T-G--G-G-T-T-G--T-------GAA-TA------A-C-A-A-T-T-C-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAC-CCC-GCC-T-G-AGG-AG-TA--CG-AT-C-G-C-A-AGATTAAA"; -Sequence newSeq3342(name, align); -seqs.push_back(newSeq3342); -name = "GQY1XT001A6AS9"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C----T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3343(name, align); -seqs.push_back(newSeq3343); -name = "GQY1XT001A5P2L"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-GC-C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3344(name, align); -seqs.push_back(newSeq3344); -name = "GQY1XT001A5IPZ"; -align = "T-C--T-A--TA-A-A-C-T-G-A--TA-G-A-C--T-A-G-A-G-T-G-T-GG-TA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-GAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-T-C-ACT--GACG-GTC-A-GG--G-A-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CA-C-T-A-A-GT-G-T-C--G-G-----G------------C----AA-----C-------C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TGC-TCC-GCC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq3345(name, align); -seqs.push_back(newSeq3345); -name = "GQY1XT001A448J"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-G-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA-CGG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3346(name, align); -seqs.push_back(newSeq3346); -name = "GQY1XT001A3EAP"; -align = "C-G----T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3347(name, align); -seqs.push_back(newSeq3347); -name = "GQY1XT001A242T"; -align = "C-G--T-T--GA-A-A-C-T-G-A--C--G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3348(name, align); -seqs.push_back(newSeq3348); -name = "GQY1XT001DO01W"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3349(name, align); -seqs.push_back(newSeq3349); -name = "GQY1XT001CHVTH"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3350(name, align); -seqs.push_back(newSeq3350); -name = "GQY1XT001EFYPL"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-T-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-A-C--AG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-A-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-CC-TG-T-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--AA-C-T-A-A-GT-G-T-T--G-G-A---------------GA-GA------------T-T-C-A-G-T-G-C-T--GC--A-G-T-T-AA-C-G-C-A-A-TAA-G-TTC-TCC-GCC-T-G-GGG-AG-TA--TG-CA-C-G-C-A-AGTGTGAA"; -Sequence newSeq3351(name, align); -seqs.push_back(newSeq3351); -name = "GQY1XT001C3TV9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3352(name, align); -seqs.push_back(newSeq3352); -name = "GQY1XT001ELUU5"; -align = "T-A--C-C--AA-A-A-C-T-G-T--TG-G-A-C--T-T-G-A-G-T-G-C-AG-GA---G-G-G-C-A--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TT-G--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-G-G-G-G--T-------ATC-GA-C----T-C-C-C-T-C-T-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-T-TAA-G-TAT-TCC-GCC-T-G-GGG-AC-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3353(name, align); -seqs.push_back(newSeq3353); -name = "GQY1XT001DQ2GQ"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3354(name, align); -seqs.push_back(newSeq3354); -name = "GQY1XT001DLHWX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3355(name, align); -seqs.push_back(newSeq3355); -name = "GQY1XT001CPFM8"; -align = "A----T-T--GA-A-A-C-T-G-T--TG-A-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-T-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq3356(name, align); -seqs.push_back(newSeq3356); -name = "GQY1XT001CIQK9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CGG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3357(name, align); -seqs.push_back(newSeq3357); -name = "GQY1XT001EVTKL"; -align = "T-T--T-G-GAA-A-A-C-T-G-C--CA-T-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3358(name, align); -seqs.push_back(newSeq3358); -name = "GQY1XT001EJC9R"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3359(name, align); -seqs.push_back(newSeq3359); -name = "GQY1XT001EHN8D"; -align = "A-T--C-A--G--A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3360(name, align); -seqs.push_back(newSeq3360); -name = "GQY1XT001E0EBK"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-G-G-G-T--T---G----TC-A-----T-G-A-C-C-T-C-T-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-T-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGATTAAA"; -Sequence newSeq3361(name, align); -seqs.push_back(newSeq3361); -name = "GQY1XT001DP3XG"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAA-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3362(name, align); -seqs.push_back(newSeq3362); -name = "GQY1XT001DCXDJ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3363(name, align); -seqs.push_back(newSeq3363); -name = "GQY1XT001D72B0"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-A-C-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-G--CTGG-AC-AG-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TA-C-T-A-A-GT-G-T----C---G-G-G------------T-TA----------C-C---G---G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAC-TCC-GCC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq3364(name, align); -seqs.push_back(newSeq3364); -name = "GQY1XT001CZJ7Y"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3365(name, align); -seqs.push_back(newSeq3365); -name = "GQY1XT001CUFSX"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-TT-G-T-C--C-G-G-G-T--C-------GAA-TGA-----G-A-T-C-T-G-G-G-C-G-G-C--GA--A-G-C-G-AA-A-G-C-G-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3366(name, align); -seqs.push_back(newSeq3366); -name = "GQY1XT001CU9JC"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3367(name, align); -seqs.push_back(newSeq3367); -name = "GQY1XT001CP1A6"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3368(name, align); -seqs.push_back(newSeq3368); -name = "GQY1XT001CDUN9"; -align = "A-C--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GC-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-GT-T---T----AC-G-----G-A-C-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTGAA"; -Sequence newSeq3369(name, align); -seqs.push_back(newSeq3369); -name = "GQY1XT001CAC92"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-C-A-ACT--GACG-TTG-A-GG--C-C-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-TA--TA-C-C-A-G-GT-G-T-C--G-G-A-T-A--T---C----AA-G-----G-A-T-A-T-C-C-G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-ACC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3370(name, align); -seqs.push_back(newSeq3370); -name = "GQY1XT001C9NQP"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CT-G-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3371(name, align); -seqs.push_back(newSeq3371); -name = "GQY1XT001C7B7J"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3372(name, align); -seqs.push_back(newSeq3372); -name = "GQY1XT001BZMQ1"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3373(name, align); -seqs.push_back(newSeq3373); -name = "GQY1XT001BGTRD"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3374(name, align); -seqs.push_back(newSeq3374); -name = "GQY1XT001BEO0U"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-G--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3375(name, align); -seqs.push_back(newSeq3375); -name = "GQY1XT001BC4R9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3376(name, align); -seqs.push_back(newSeq3376); -name = "GQY1XT001BBDAM"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3377(name, align); -seqs.push_back(newSeq3377); -name = "GQY1XT001BA7OW"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGG-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3378(name, align); -seqs.push_back(newSeq3378); -name = "GQY1XT001BA2Z8"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3379(name, align); -seqs.push_back(newSeq3379); -name = "GQY1XT001AZVWN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------TT-GA------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3380(name, align); -seqs.push_back(newSeq3380); -name = "GQY1XT001AIWV5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-TT-G-T-C--C-G-G-G-T--CGA------AT-GA------G-A-T-C-T-G-G-G-C-G-G-C--GA--A-G-C-G-AA-A-G-C-G-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3381(name, align); -seqs.push_back(newSeq3381); -name = "GQY1XT001AHH7D"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3382(name, align); -seqs.push_back(newSeq3382); -name = "GQY1XT001AFC1R"; -align = "C-G--T-T--GA-A-A-C-T-G----GT-T-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3383(name, align); -seqs.push_back(newSeq3383); -name = "GQY1XT001A5T5N"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3384(name, align); -seqs.push_back(newSeq3384); -name = "GQY1XT001EZD5U"; -align = "T-T--T-T--GG-A-A-C-T-A-T--CT-A-G-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G----G---G----CA-AA----G-C-C-A-T-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3385(name, align); -seqs.push_back(newSeq3385); -name = "GQY1XT001EX08P"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3386(name, align); -seqs.push_back(newSeq3386); -name = "GQY1XT001EWHO5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-CGGG-A-ATG-C-G-T-G-GTGGT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CAGGG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--CG------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-TGG-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3387(name, align); -seqs.push_back(newSeq3387); -name = "GQY1XT001EWC2A"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3388(name, align); -seqs.push_back(newSeq3388); -name = "GQY1XT001EWBQ9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3389(name, align); -seqs.push_back(newSeq3389); -name = "GQY1XT001EW9SQ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3390(name, align); -seqs.push_back(newSeq3390); -name = "GQY1XT001EURAU"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CT-T-T-C--T-T-G-A-G-T-G-A-AG-TA-G-A-G-G-T-T--GG-C-GG-A-ATT-C-C-G-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-C-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CA-A--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCC-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-AT--AA-C-T-A-G-GT-G-TGG--G-G-G---G----------TCT-GA-CC-----C-C-T-T-C-C-G-T-G-C-C--GC--A-GC--T-AA-C-G-C-A-A-TAA-G-TTA-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3391(name, align); -seqs.push_back(newSeq3391); -name = "GQY1XT001EUR5I"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3392(name, align); -seqs.push_back(newSeq3392); -name = "GQY1XT001EUFVJ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3393(name, align); -seqs.push_back(newSeq3393); -name = "GQY1XT001EUCL8"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3394(name, align); -seqs.push_back(newSeq3394); -name = "GQY1XT001EU9WZ"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GC-A-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3395(name, align); -seqs.push_back(newSeq3395); -name = "GQY1XT001EU8HV"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-TGT--C-G-C-C-C--C-------GAGTGGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3396(name, align); -seqs.push_back(newSeq3396); -name = "GQY1XT001EU68M"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGG-G-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-A-C-A-ACGGTGAA"; -Sequence newSeq3397(name, align); -seqs.push_back(newSeq3397); -name = "GQY1XT001ETQB6"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3398(name, align); -seqs.push_back(newSeq3398); -name = "GQY1XT001ETGP5"; -align = "A-T--T-T--GA-A-A-C-T-G-T--CC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3399(name, align); -seqs.push_back(newSeq3399); -name = "GQY1XT001ESQ7W"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GGCG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3400(name, align); -seqs.push_back(newSeq3400); -name = "GQY1XT001ERVXI"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CT-G-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--A---C----TG-A-----C-C-C-C-A-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3401(name, align); -seqs.push_back(newSeq3401); -name = "GQY1XT001ERTUE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-GCC--G--------AA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-C-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3402(name, align); -seqs.push_back(newSeq3402); -name = "GQY1XT001ERR74"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3403(name, align); -seqs.push_back(newSeq3403); -name = "GQY1XT001EROE2"; -align = "T-T--T-G--GG-A-A-C-T-G-T--AC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-A-G-A--G---C----AA-A-----G-C-T-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3404(name, align); -seqs.push_back(newSeq3404); -name = "GQY1XT001EQMAL"; -align = "C-GT-T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3405(name, align); -seqs.push_back(newSeq3405); -name = "GQY1XT001EQIZD"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AA-A-----G-C-T-T-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-CAT-TCC-ACC-C-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3406(name, align); -seqs.push_back(newSeq3406); -name = "GQY1XT001EQI8M"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T---GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3407(name, align); -seqs.push_back(newSeq3407); -name = "GQY1XT001EQHNJ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CAGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3408(name, align); -seqs.push_back(newSeq3408); -name = "GQY1XT001EPCGG"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3409(name, align); -seqs.push_back(newSeq3409); -name = "GQY1XT001ENW69"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CT-G-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATTCC-C-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G---T--G-G-G-G-G--G---T----CT-GA----C-C-C-C-C-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTGAA"; -Sequence newSeq3410(name, align); -seqs.push_back(newSeq3410); -name = "GQY1XT001EMHOG"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3411(name, align); -seqs.push_back(newSeq3411); -name = "GQY1XT001EKU1S"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C------GAAT-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3412(name, align); -seqs.push_back(newSeq3412); -name = "GQY1XT001EKFMP"; -align = "C----T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGCA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3413(name, align); -seqs.push_back(newSeq3413); -name = "GQY1XT001EJF0G"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G-------TAT-GGA-----C-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3414(name, align); -seqs.push_back(newSeq3414); -name = "GQY1XT001EJA9N"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3415(name, align); -seqs.push_back(newSeq3415); -name = "GQY1XT001EI5GF"; -align = "A-T--T-G--GA-A-A-C-T-A-C--CG-A-A-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TC-T--CTGG-GC-CA-A-G-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3416(name, align); -seqs.push_back(newSeq3416); -name = "GQY1XT001EHOGV"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--TGCCCCG-----------AGTG-AGG---------G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3417(name, align); -seqs.push_back(newSeq3417); -name = "GQY1XT001EHFJ7"; -align = "G-T--T-T--GA-A-A-C-T-G-T--CG-T-T-C--T-T-G-A-G-T-G-A-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-TGT--G-C-C-C-C--G---A----GT-G-----A-G-G-G-G-T-G-C-G-T-G-A-T--AC---AG-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3418(name, align); -seqs.push_back(newSeq3418); -name = "GQY1XT001EH8EF"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3419(name, align); -seqs.push_back(newSeq3419); -name = "GQY1XT001EGP61"; -align = "T-T--T-T--GG-A-A-C-T-G-C--GT-G-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G---G-G---------GACT-GA-CC-----C-C-T-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq3420(name, align); -seqs.push_back(newSeq3420); -name = "GQY1XT001EG37S"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATCGG-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C---G-G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3421(name, align); -seqs.push_back(newSeq3421); -name = "GQY1XT001EFDKT"; -align = "T-T--T-A--GA-A-A-C-T-G-C--TC-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-T-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T----AA-AG----A-A-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3422(name, align); -seqs.push_back(newSeq3422); -name = "GQY1XT001EEA5J"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-G--G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3423(name, align); -seqs.push_back(newSeq3423); -name = "GQY1XT001EE9OP"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-A-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AG-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3424(name, align); -seqs.push_back(newSeq3424); -name = "GQY1XT001EDY98"; -align = "A-T--T-G--GA-A-A-C-T-G-G--TT-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-G-A--AG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TA-T-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-C--CTGG-TC-TG-C-A-ACT--GACA-CTG-AGGG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T----G-G-G-G-----------TC-GA--------A-C-C-T-C-A-G-T-G-C-T--GA--A-G-T-T-AA-C-G-C-A-T-TAA-G-CAC-TCCGGCC-T-G-GGG-AG-TA--CG-GT-C-A-C-A-AGACTGAA"; -Sequence newSeq3425(name, align); -seqs.push_back(newSeq3425); -name = "GQY1XT001EDJBD"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3426(name, align); -seqs.push_back(newSeq3426); -name = "GQY1XT001EDDHT"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3427(name, align); -seqs.push_back(newSeq3427); -name = "GQY1XT001EDBZ5"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-A-C-TG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3428(name, align); -seqs.push_back(newSeq3428); -name = "GQY1XT001ED6SW"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3429(name, align); -seqs.push_back(newSeq3429); -name = "GQY1XT001ECSR1"; -align = "C-G--T-T--GA-A-A-C-T-G----GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3430(name, align); -seqs.push_back(newSeq3430); -name = "GQY1XT001EC3JY"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-C-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-T-GG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T----G-G-G-G-G----------ACT-GA--C-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T---GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq3431(name, align); -seqs.push_back(newSeq3431); -name = "GQY1XT001EBKJB"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3432(name, align); -seqs.push_back(newSeq3432); -name = "GQY1XT001EAZQS"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CT-G-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--A---C----AA-A-----G-T-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3433(name, align); -seqs.push_back(newSeq3433); -name = "GQY1XT001EAK70"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3434(name, align); -seqs.push_back(newSeq3434); -name = "GQY1XT001EA0NA"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-G-G-T--T---A----AA-G-----A-A-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3435(name, align); -seqs.push_back(newSeq3435); -name = "GQY1XT001E49EJ"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-C--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3436(name, align); -seqs.push_back(newSeq3436); -name = "GQY1XT001E3SKF"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-AACG-GTGAA"; -Sequence newSeq3437(name, align); -seqs.push_back(newSeq3437); -name = "GQY1XT001E31H9"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TG-G-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3438(name, align); -seqs.push_back(newSeq3438); -name = "GQY1XT001E2MU1"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CC-G-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-G-G-G-T--T---G----TC-A-----T-G-A-C-C-T-C-T-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-T-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGATTAAA"; -Sequence newSeq3439(name, align); -seqs.push_back(newSeq3439); -name = "GQY1XT001E1VKU"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC---CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-CGG-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGG-G-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3440(name, align); -seqs.push_back(newSeq3440); -name = "GQY1XT001E0YWZ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-A-A-G-T-G-C-GC-GA-G---A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GATTGGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3441(name, align); -seqs.push_back(newSeq3441); -name = "GQY1XT001E0YUP"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3442(name, align); -seqs.push_back(newSeq3442); -name = "GQY1XT001E0XSE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3443(name, align); -seqs.push_back(newSeq3443); -name = "GQY1XT001E0JG7"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--CAA------AT-GA------G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3444(name, align); -seqs.push_back(newSeq3444); -name = "GQY1XT001E011N"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3445(name, align); -seqs.push_back(newSeq3445); -name = "GQY1XT001DZHYF"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3446(name, align); -seqs.push_back(newSeq3446); -name = "GQY1XT001DZARG"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CT-G-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-G-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3447(name, align); -seqs.push_back(newSeq3447); -name = "GQY1XT001DYKHM"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-A-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3448(name, align); -seqs.push_back(newSeq3448); -name = "GQY1XT001DYG9X"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3449(name, align); -seqs.push_back(newSeq3449); -name = "GQY1XT001DYB7Z"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-A-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3450(name, align); -seqs.push_back(newSeq3450); -name = "GQY1XT001DXVQD"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-C-C-C--T-T-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq3451(name, align); -seqs.push_back(newSeq3451); -name = "GQY1XT001DWWEU"; -align = "T-T--T-T--GG-A-A-C-T-A-T--CA-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3452(name, align); -seqs.push_back(newSeq3452); -name = "GQY1XT001DWW8X"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3453(name, align); -seqs.push_back(newSeq3453); -name = "GQY1XT001DWANV"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3454(name, align); -seqs.push_back(newSeq3454); -name = "GQY1XT001DUVQ4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------AT-GA------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3455(name, align); -seqs.push_back(newSeq3455); -name = "GQY1XT001DUFB3"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--CAA------AT-GA------G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCT-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3456(name, align); -seqs.push_back(newSeq3456); -name = "GQY1XT001DUAZG"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3457(name, align); -seqs.push_back(newSeq3457); -name = "GQY1XT001DTY0A"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-A-G-A--G---C----AA-A-----G-C-T-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-AACG-GTGAA"; -Sequence newSeq3458(name, align); -seqs.push_back(newSeq3458); -name = "GQY1XT001DTPL4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCC-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------AT-GA------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3459(name, align); -seqs.push_back(newSeq3459); -name = "GQY1XT001DTOJ7"; -align = "T-C--T-A--TA-A-A-C-T-G-A--TA-G-A-C--T-A-G-A-G-T-G-T-GG-TA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-GAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CT-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-T-C-ACT--GACG-GTC-A-GG--G-A-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-TA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C---G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3460(name, align); -seqs.push_back(newSeq3460); -name = "GQY1XT001DTFRN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3461(name, align); -seqs.push_back(newSeq3461); -name = "GQY1XT001DTCQF"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3462(name, align); -seqs.push_back(newSeq3462); -name = "GQY1XT001DT5CD"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T---GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3463(name, align); -seqs.push_back(newSeq3463); -name = "GQY1XT001DR68L"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-C-C-C--T-TGG-A-G-T-A-T-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CAGGG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TGC-ACC-T-G-GGG-AG-TA-CGG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq3464(name, align); -seqs.push_back(newSeq3464); -name = "GQY1XT001DQJV7"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-CGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3465(name, align); -seqs.push_back(newSeq3465); -name = "GQY1XT001DP0ZY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-TGG-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3466(name, align); -seqs.push_back(newSeq3466); -name = "GQY1XT001DOYGT"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-GT-A--CCGG-CG-CC-A-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-G-G-TT-G-T-C--C-G-G-G-T--CGA------AT-GA------G-A-T-C-T-G-G-G-C-G-G-C--GA--A-G-C-G-AA-A-G-C-G-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3467(name, align); -seqs.push_back(newSeq3467); -name = "GQY1XT001DOOAO"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq3468(name, align); -seqs.push_back(newSeq3468); -name = "GQY1XT001DODSH"; -align = "T-T--T-G-GAA-A-A-C-T-G-C--CT-G-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-GCA-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3469(name, align); -seqs.push_back(newSeq3469); -name = "GQY1XT001DNYFM"; -align = "G-T--C-C--CG-A-A-C-T-G-G--CA-G-C-C--T-C-G-A-G-T-G-C-GG-TA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-GAA--TG-C-GC-AG--AT-A-TC-G-G-G-AA-G-A-AC-A-CC-GA-T-G-GC-GAA-GG-CAG-C-TT-A--CTGG-GC-CG-A-C-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-T-AGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CT-A-G-CCG-T-AAAC-G-A-TG-AA--CA-C-T-A-G-GT-G-TGG--GAGAG-------------ATAA-CT-C----------T-T-C-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-TGT-TCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTAAA"; -Sequence newSeq3470(name, align); -seqs.push_back(newSeq3470); -name = "GQY1XT001DNRUT"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3471(name, align); -seqs.push_back(newSeq3471); -name = "GQY1XT001DN33J"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3472(name, align); -seqs.push_back(newSeq3472); -name = "GQY1XT001DMKPA"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AT-T-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3473(name, align); -seqs.push_back(newSeq3473); -name = "GQY1XT001DMDFW"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-TCC--G-GCCCG------------ATT-GAG---------G-GTT-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3474(name, align); -seqs.push_back(newSeq3474); -name = "GQY1XT001DMAYV"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G---GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3475(name, align); -seqs.push_back(newSeq3475); -name = "GQY1XT001DM99T"; -align = "A-C--T-G--GG-A-A-C-T-G-T--CA-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-C-A-ACT--GACG-TTG-A-GG--C-C-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-TA--TA-C-C-A-G-GT-G-T-C--G-G-A-T-A--T-------CAA-GGA-----T-A-T-C-C-G---G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-ACC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3476(name, align); -seqs.push_back(newSeq3476); -name = "GQY1XT001DLOR2"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3477(name, align); -seqs.push_back(newSeq3477); -name = "GQY1XT001DLAQ3"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3478(name, align); -seqs.push_back(newSeq3478); -name = "GQY1XT001DL3ZL"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------TT-GG------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3479(name, align); -seqs.push_back(newSeq3479); -name = "GQY1XT001DKYGN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-GCAAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T----G-T-G-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3480(name, align); -seqs.push_back(newSeq3480); -name = "GQY1XT001DKRZR"; -align = "T-T--T-G--GA-A-A-C-T-G-T--TA-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T---AGT-G-----GAC-C-C-A-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGGAGG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3481(name, align); -seqs.push_back(newSeq3481); -name = "GQY1XT001DJU9C"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T---G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3482(name, align); -seqs.push_back(newSeq3482); -name = "GQY1XT001DJTM6"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq3483(name, align); -seqs.push_back(newSeq3483); -name = "GQY1XT001DJ3G8"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAT-TCC-GCC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3484(name, align); -seqs.push_back(newSeq3484); -name = "GQY1XT001DIUQ4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3485(name, align); -seqs.push_back(newSeq3485); -name = "GQY1XT001DITX4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-TG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3486(name, align); -seqs.push_back(newSeq3486); -name = "GQY1XT001DIODY"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3487(name, align); -seqs.push_back(newSeq3487); -name = "GQY1XT001DHO1K"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3488(name, align); -seqs.push_back(newSeq3488); -name = "GQY1XT001DFPH2"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CT-G-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3489(name, align); -seqs.push_back(newSeq3489); -name = "GQY1XT001DF5SO"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TG-G-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A----------GCA-AA-GC-----T-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3490(name, align); -seqs.push_back(newSeq3490); -name = "GQY1XT001DEPXH"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CT-C-G-C--AAGAATGAA"; -Sequence newSeq3491(name, align); -seqs.push_back(newSeq3491); -name = "GQY1XT001DD0KI"; -align = "..T--T-G--GA-A-A-C-T-G-C--CT-G-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-AT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3492(name, align); -seqs.push_back(newSeq3492); -name = "GQY1XT001DCSTX"; -align = "A-T--T-T--CA-A-A-C-T-G-G--AA-G-T-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TC-T--CTGG-AC-TG-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-G-G-G-T--T-------GTC-AT------G-A-C-T-T-C-T-G-T-G-C-C--GC--C-G-C-T-AA-C-G-T-A-T-TAA-G-TAT-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGATTAAA"; -Sequence newSeq3493(name, align); -seqs.push_back(newSeq3493); -name = "GQY1XT001DCMTB"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-T-G--C---C----AA-A-----G-G-C-T-C-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq3494(name, align); -seqs.push_back(newSeq3494); -name = "GQY1XT001DBW7V"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3495(name, align); -seqs.push_back(newSeq3495); -name = "GQY1XT001DBDYX"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3496(name, align); -seqs.push_back(newSeq3496); -name = "GQY1XT001DBBSK"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TC-T--CTGG-GC-CA-A-G-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3497(name, align); -seqs.push_back(newSeq3497); -name = "GQY1XT001DAYUX"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TG-G-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-G-C----------CCG-AA-GG-----G-C-G-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3498(name, align); -seqs.push_back(newSeq3498); -name = "GQY1XT001DATMY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-GTGGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3499(name, align); -seqs.push_back(newSeq3499); -name = "GQY1XT001DART7"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GT-A-G-C--T-G-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-A-G--G---C----AA-A-----G-C-C-T-T-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3500(name, align); -seqs.push_back(newSeq3500); -name = "GQY1XT001DAEXA"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3501(name, align); -seqs.push_back(newSeq3501); -name = "GQY1XT001DAC6R"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3502(name, align); -seqs.push_back(newSeq3502); -name = "GQY1XT001DA16W"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T---G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3503(name, align); -seqs.push_back(newSeq3503); -name = "GQY1XT001D9WQ7"; -align = "A----T-T--CA-A-A-C-T-G-G--AA-G-T-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TC-T--CTGG-AC-TG-T-G-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-T-G-G--G-------CAA-AG------C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3504(name, align); -seqs.push_back(newSeq3504); -name = "GQY1XT001D9E4Z"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-ACTG-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3505(name, align); -seqs.push_back(newSeq3505); -name = "GQY1XT001D9DNF"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--CAA-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAGACTA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G------------GGG-AAT---------G-GCCCC-T-G-G-GTG-C--CAC-A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3506(name, align); -seqs.push_back(newSeq3506); -name = "GQY1XT001D96WW"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T---G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C---G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3507(name, align); -seqs.push_back(newSeq3507); -name = "GQY1XT001D8LM1"; -align = "T-C--T-G--GA-A-A-C-T-G-T--AC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3508(name, align); -seqs.push_back(newSeq3508); -name = "GQY1XT001D8H0J"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3509(name, align); -seqs.push_back(newSeq3509); -name = "GQY1XT001D89HM"; -align = "C-T--C-T--GA-T-A-C-T-G-T--CG-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AT--AA-C-T-G-G-TT-G-T-C--G-G-C-G------------ATA-AAA---------T-G-T-C-G-G-T-G-A-C--TA--A-G-C-G-AA-A-G-C-G-A-TAA-G-TTA-TCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq3510(name, align); -seqs.push_back(newSeq3510); -name = "GQY1XT001D89AO"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CGG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3511(name, align); -seqs.push_back(newSeq3511); -name = "GQY1XT001D83YP"; -align = "T-T--T-G--GA-A-A-C-T-G-T--TA-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-T--CTGG-AC-AG-A-A-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-A--G-G-G-T-G--T---G----AT-G-----A-A-C-G-C-T-C-T-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-AACG-GTGAA"; -Sequence newSeq3512(name, align); -seqs.push_back(newSeq3512); -name = "GQY1XT001D83TG"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C----------CGAGTG-AG-----G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3513(name, align); -seqs.push_back(newSeq3513); -name = "GQY1XT001D7V0C"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AG-G-----G-C-C-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3514(name, align); -seqs.push_back(newSeq3514); -name = "GQY1XT001D7S3W"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3515(name, align); -seqs.push_back(newSeq3515); -name = "GQY1XT001D7ICJ"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGC-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3516(name, align); -seqs.push_back(newSeq3516); -name = "GQY1XT001D6ICR"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3517(name, align); -seqs.push_back(newSeq3517); -name = "GQY1XT001D6GBI"; -align = "C-G--T-T--GT-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3518(name, align); -seqs.push_back(newSeq3518); -name = "GQY1XT001D5Z5M"; -align = "T-T--T-G--GA-A-A-CTT-T-T--TT-T-G-C--T-G-G-A-G-T-A-C-CG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3519(name, align); -seqs.push_back(newSeq3519); -name = "GQY1XT001D5WBP"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3520(name, align); -seqs.push_back(newSeq3520); -name = "GQY1XT001D5DGI"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-G-T-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3521(name, align); -seqs.push_back(newSeq3521); -name = "GQY1XT001D4U2W"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CCGC-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-CGG-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3522(name, align); -seqs.push_back(newSeq3522); -name = "GQY1XT001D4DZQ"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AG-G-T-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-GC-G-G-G-G----A---C----TG-AC----C-C-C-C-T-G-C---G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq3523(name, align); -seqs.push_back(newSeq3523); -name = "GQY1XT001D3OAC"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-CGT-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3524(name, align); -seqs.push_back(newSeq3524); -name = "GQY1XT001D1YOJ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3525(name, align); -seqs.push_back(newSeq3525); -name = "GQY1XT001D1XZA"; -align = "A-T--T-G--GG-A-A-C-T-G-C--CC-T-G-C--T-G-G-A-G-T-G-C-CG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-A--CTGG-AC-GG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--A---C----AA-A-----G-T-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3526(name, align); -seqs.push_back(newSeq3526); -name = "GQY1XT001D000W"; -align = "C-G--C-G--TG-A-A-C-T-G-A--TT-G-T-C--T-T-A-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3527(name, align); -seqs.push_back(newSeq3527); -name = "GQY1XT001CZXNI"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGA-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--AG------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3528(name, align); -seqs.push_back(newSeq3528); -name = "GQY1XT001CZW3Z"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--TG-TCC-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3529(name, align); -seqs.push_back(newSeq3529); -name = "GQY1XT001CYR32"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-A-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3530(name, align); -seqs.push_back(newSeq3530); -name = "GQY1XT001CYCJN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3531(name, align); -seqs.push_back(newSeq3531); -name = "GQY1XT001CYC4U"; -align = "C-G--T-T--GA-A-A-C-T-G-G---A-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3532(name, align); -seqs.push_back(newSeq3532); -name = "GQY1XT001CXS6D"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3533(name, align); -seqs.push_back(newSeq3533); -name = "GQY1XT001CX8LX"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3534(name, align); -seqs.push_back(newSeq3534); -name = "GQY1XT001CX2Q2"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CT-G-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--A-G-G-G-G--G---C----AT-G-----G-C-C-C-C-C-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3535(name, align); -seqs.push_back(newSeq3535); -name = "GQY1XT001CW98H"; -align = "C-A--C-T--GA-T-A-C-T-G-T--TA-G-A-C--T-T-G-A-G-T-A-T-GG-AA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TC-T--CTGG-GC-CA-A-G-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-TA-G-T-A-G----T---T----TC-GA----T-G-C-T-A-C-T-A-G-T-G-C-C--GG--A-G-T-A-AA-C-A-C-A-A-TAA-G-TAT-CCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq3536(name, align); -seqs.push_back(newSeq3536); -name = "GQY1XT001CVV85"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-AG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--CGG-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3537(name, align); -seqs.push_back(newSeq3537); -name = "GQY1XT001CVRJI"; -align = "C-T--C-T--GA-TAA-C-T-G-T--CG-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-GTGGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AT--AA-C-T-G-G-TT-G-T-C--G-G-C-G------------ATA-AAA---------T-G-T-C-G-G-T-G-A-C--TA--A-G-C-G-AA-A-G-C-G-A-TAA-G-TTA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3538(name, align); -seqs.push_back(newSeq3538); -name = "GQY1XT001CVOL0"; -align = "T-C--T-G-GAA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3539(name, align); -seqs.push_back(newSeq3539); -name = "GQY1XT001CVFNC"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGGCCG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG--AA-G-C-G-GTGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--CGA------GT-GA------G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3540(name, align); -seqs.push_back(newSeq3540); -name = "GQY1XT001CV1LL"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3541(name, align); -seqs.push_back(newSeq3541); -name = "GQY1XT001CV0DW"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-GCC--G-------AAC-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3542(name, align); -seqs.push_back(newSeq3542); -name = "GQY1XT001CTWYV"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3543(name, align); -seqs.push_back(newSeq3543); -name = "GQY1XT001CTWB6"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3544(name, align); -seqs.push_back(newSeq3544); -name = "GQY1XT001CTRQ3"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-CT-T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-A-T-G-GT-GT-A-G-C-GT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3545(name, align); -seqs.push_back(newSeq3545); -name = "GQY1XT001CTKRX"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-C-A-ACT--GACG-TTG-A-GG--C-C-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-TA--TA-C-C-A-G-GT-G-T-C--G-G-A-T-A--T---C----AA-G-----G-A-T-A-T-C-C-G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-ACC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3546(name, align); -seqs.push_back(newSeq3546); -name = "GQY1XT001CTK4X"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-T-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--CGA------TT-GA------G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3547(name, align); -seqs.push_back(newSeq3547); -name = "GQY1XT001CTK21"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-A-C-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq3548(name, align); -seqs.push_back(newSeq3548); -name = "GQY1XT001CTF0L"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CT-G-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3549(name, align); -seqs.push_back(newSeq3549); -name = "GQY1XT001CT2JM"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T-G---GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3550(name, align); -seqs.push_back(newSeq3550); -name = "GQY1XT001CSHR4"; -align = "A-T--T-G--GG-A-A-C-T-A-C--CG-G-G-C--T-G-G-A-G-T-G-C-CG-GA-G-A-G-G-T-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-T-G--C---C----AA-A-----G-G-C-T-C-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3551(name, align); -seqs.push_back(newSeq3551); -name = "GQY1XT001CRUPS"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3552(name, align); -seqs.push_back(newSeq3552); -name = "GQY1XT001CRGVT"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3553(name, align); -seqs.push_back(newSeq3553); -name = "GQY1XT001CQRH7"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AG-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3554(name, align); -seqs.push_back(newSeq3554); -name = "GQY1XT001CQI4I"; -align = "T-C--T-G--GA-A-A-C-T-G-C--GT-C-G-C--T-G-G-A-G-T-A-C-GG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-TGG-C-CT-G--CTGG-AC-CG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AGA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-TCG--G-G-G-G-A--C---G----AC-A-----G-T-G-C-C-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3555(name, align); -seqs.push_back(newSeq3555); -name = "GQY1XT001CQFTX"; -align = "C-A--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3556(name, align); -seqs.push_back(newSeq3556); -name = "GQY1XT001CQ5GA"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-GAG-G--T---T----TC-C-----G-C-C-C-T-T-C-A-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-ACC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3557(name, align); -seqs.push_back(newSeq3557); -name = "GQY1XT001CPMSS"; -align = "A-T--T-T--CA-A-A-C-T-G-G--AA-G-T-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G--A-------CTG-AC------C-C-C-C-T-G-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-CGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq3558(name, align); -seqs.push_back(newSeq3558); -name = "GQY1XT001CP08F"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-A-C-TG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq3559(name, align); -seqs.push_back(newSeq3559); -name = "GQY1XT001CO8LA"; -align = "T-C--T-A--TA-A-A-C-T-G-A--TA-G-A-C--T-A-G-A-G-T-G-T-GG-TA-G-A-G-G-C-A--AG-T-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-GAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-TT-G--CTGG-GC-CA-T-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TA-C-T-A-A-GT-G-T-C----G-G---------------GT-TA------------C---C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TGC-TCC-GCC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq3560(name, align); -seqs.push_back(newSeq3560); -name = "GQY1XT001CNQRQ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-C-GT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3561(name, align); -seqs.push_back(newSeq3561); -name = "GQY1XT001CNIFR"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----A-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3562(name, align); -seqs.push_back(newSeq3562); -name = "GQY1XT001CN1SH"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3563(name, align); -seqs.push_back(newSeq3563); -name = "GQY1XT001CN0JB"; -align = "..T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3564(name, align); -seqs.push_back(newSeq3564); -name = "GQY1XT001CMX6S"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3565(name, align); -seqs.push_back(newSeq3565); -name = "GQY1XT001CM9KO"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-A-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3566(name, align); -seqs.push_back(newSeq3566); -name = "GQY1XT001CM17B"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3567(name, align); -seqs.push_back(newSeq3567); -name = "GQY1XT001CLYL8"; -align = "T-T--T-A--GA-A-A-C-T-G-C--TC-A-G-C--T-A-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-T-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-GA---G---C----AA-AA----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3568(name, align); -seqs.push_back(newSeq3568); -name = "GQY1XT001CLI56"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3569(name, align); -seqs.push_back(newSeq3569); -name = "GQY1XT001CKSVL"; -align = "T-T--T-G--GA-A-A-C-T-G-T--TA-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-AACG-GTGAA"; -Sequence newSeq3570(name, align); -seqs.push_back(newSeq3570); -name = "GQY1XT001CJ6J0"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3571(name, align); -seqs.push_back(newSeq3571); -name = "GQY1XT001CJ1YF"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-C-GT-G--AA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------G-G-C-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3572(name, align); -seqs.push_back(newSeq3572); -name = "GQY1XT001CIODT"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--T---T----TA-CG----G-A-C-G-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3573(name, align); -seqs.push_back(newSeq3573); -name = "GQY1XT001CIA0D"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CT-G-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GG--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3574(name, align); -seqs.push_back(newSeq3574); -name = "GQY1XT001CH6H7"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-A-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-CGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---CT---AG-A-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3575(name, align); -seqs.push_back(newSeq3575); -name = "GQY1XT001CH5CN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-A-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--CGGGG-G-G--A--------TT-GA------C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3576(name, align); -seqs.push_back(newSeq3576); -name = "GQY1XT001CH58X"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3577(name, align); -seqs.push_back(newSeq3577); -name = "GQY1XT001CGXD7"; -align = "C-G--T-T-GAA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3578(name, align); -seqs.push_back(newSeq3578); -name = "GQY1XT001CGH66"; -align = "T-T--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-T-G--C---C----AA-A-----G-G-C-T-C-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3579(name, align); -seqs.push_back(newSeq3579); -name = "GQY1XT001CGF2P"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3580(name, align); -seqs.push_back(newSeq3580); -name = "GQY1XT001CG622"; -align = "C----A-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3581(name, align); -seqs.push_back(newSeq3581); -name = "GQY1XT001CG521"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G---G-T-G--G---G----CA-AA----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3582(name, align); -seqs.push_back(newSeq3582); -name = "GQY1XT001CG4OF"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3583(name, align); -seqs.push_back(newSeq3583); -name = "GQY1XT001CFS8O"; -align = "T-T--T-G--GG-A-A-C-T-G-T--AC-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AT-T-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3584(name, align); -seqs.push_back(newSeq3584); -name = "GQY1XT001CEVMY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GC-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GA------G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3585(name, align); -seqs.push_back(newSeq3585); -name = "GQY1XT001CE4Q0"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-G-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-CGT-A-G-GT-G-T-C--G-G-G-G-C--C---CT---AA-G-----G-G-G-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3586(name, align); -seqs.push_back(newSeq3586); -name = "GQY1XT001CDJUW"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-CT-G--CTGG-ACAGG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---G----CA-A-----A-GCC-C-C-T-C-G-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-A-TAA-G-CAC-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3587(name, align); -seqs.push_back(newSeq3587); -name = "GQY1XT001CBSLG"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3588(name, align); -seqs.push_back(newSeq3588); -name = "GQY1XT001CB5T5"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-A-G-A--G---C----AA-A-----G-C-T-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3589(name, align); -seqs.push_back(newSeq3589); -name = "GQY1XT001C9U6C"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-T-G--G---C----AA-A-----G-C-C-A-T-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3590(name, align); -seqs.push_back(newSeq3590); -name = "GQY1XT001C9BPY"; -align = "T-C--T-G--GA-A-A-C-T-A-T--GT-G-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-G--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--C---A----GA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq3591(name, align); -seqs.push_back(newSeq3591); -name = "GQY1XT001C98BJ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3592(name, align); -seqs.push_back(newSeq3592); -name = "GQY1XT001C8VLV"; -align = "C-A--C-T--GA-T-A-C-T-G-T--TA-G-A-C--T-T-G-A-G-T-A-T-GG-AA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-T-TC-T--CTGG-GC-CA-A-G-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-T--A-G-T-A-G--T-------TTC-GAT-----G-C-T-A-C-T-A-G-T-G-C-C--GG--A-G-T-A-AA-C-A-C-A-A-TAA-G-TAT-CCC-GCC-T-G-GGG-AG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq3593(name, align); -seqs.push_back(newSeq3593); -name = "GQY1XT001C8RL3"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3594(name, align); -seqs.push_back(newSeq3594); -name = "GQY1XT001C8QJ3"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3595(name, align); -seqs.push_back(newSeq3595); -name = "GQY1XT001C8255"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-TGCC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C-------TTC-GGC-----G---T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA-CGG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3596(name, align); -seqs.push_back(newSeq3596); -name = "GQY1XT001C7ZOX"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-AC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3597(name, align); -seqs.push_back(newSeq3597); -name = "GQY1XT001C7SH9"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--CGG-G-G-G--G-------GAGTTGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3598(name, align); -seqs.push_back(newSeq3598); -name = "GQY1XT001C7KNS"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-GCG-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-CGG-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--CG------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3599(name, align); -seqs.push_back(newSeq3599); -name = "GQY1XT001C75NS"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3600(name, align); -seqs.push_back(newSeq3600); -name = "GQY1XT001C6WKE"; -align = "A-T--T-G--GA-A-A-C-T-G-T--CG-G-A-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GT-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3601(name, align); -seqs.push_back(newSeq3601); -name = "GQY1XT001C6SJY"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AG-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-AACG-GTGAA"; -Sequence newSeq3602(name, align); -seqs.push_back(newSeq3602); -name = "GQY1XT001C6KPW"; -align = "T-T--T-A--GA-A-A-C-C-G-G--CA-G-G-C--T-T-G-A-G-T-A-T-GG-TA-G-A-G-G-C-A--AA-C-GG-A-ATT-T-C-T-A-GT-GT-A-G-CGGT-A-GAA--TG-C-GT-AG--AT-A-TT-A-G-A-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-G--CTGG-GC-CA-T-C-ACT--GACG-GTC-A-GG--G-A-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CA-C-T-A-A-GT-G-T-C----G-G---------------GC-AA------------C---C-G-G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TGC-TCC-GCC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq3603(name, align); -seqs.push_back(newSeq3603); -name = "GQY1XT001C68RV"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-TGG-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3604(name, align); -seqs.push_back(newSeq3604); -name = "GQY1XT001C5JU1"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-GAC--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3605(name, align); -seqs.push_back(newSeq3605); -name = "GQY1XT001C5CE7"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C----T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3606(name, align); -seqs.push_back(newSeq3606); -name = "GQY1XT001C54I8"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--CGA------TT-GA------G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3607(name, align); -seqs.push_back(newSeq3607); -name = "GQY1XT001C51HZ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3608(name, align); -seqs.push_back(newSeq3608); -name = "GQY1XT001C49GL"; -align = "T-T--T-G--GA-A-A-C-T-G-C--GA-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-G-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-CGGG-G-G-GC-----------AAA-GCC---------C-C-T-C-G-G-T-G-C-C--GC--C-G-C-T-AA-C-G-C-A-A-TAA-G-CAC-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3609(name, align); -seqs.push_back(newSeq3609); -name = "GQY1XT001C44EL"; -align = "T-T--T-TG-GA-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GTAGT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-T-G--C---C----AA-A-----G-G-C-T-C-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3610(name, align); -seqs.push_back(newSeq3610); -name = "GQY1XT001C3S0Z"; -align = "A-T--T-T--GG-A-A-C-T-G-T--GT-A-G-C--T-G-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGA-C-TT-T--CTGG-AC-TG-T-A-CCT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-T--AGC-G-AA-CG-GG-ATTAG-ATA-CCCC-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-A--G-GAG-G-T--A---T----CG-A-----C-T-C-C-T-T-C-T-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-GCC-T-G-GGG-AC-TA--CG-GT-C-G-C-A-AGACTAAA"; -Sequence newSeq3611(name, align); -seqs.push_back(newSeq3611); -name = "GQY1XT001C2Y41"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--A---C----AA-A-----G-T-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq3612(name, align); -seqs.push_back(newSeq3612); -name = "GQY1XT001C2ODJ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3613(name, align); -seqs.push_back(newSeq3613); -name = "GQY1XT001C2JT7"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3614(name, align); -seqs.push_back(newSeq3614); -name = "GQY1XT001C27UP"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AG-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A----------GCA-AA-GC-----T-T-C-T-C-G-G-T-G-C-C--GC--T-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3615(name, align); -seqs.push_back(newSeq3615); -name = "GQY1XT001C0NUT"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GATTGGG-----G-G-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3616(name, align); -seqs.push_back(newSeq3616); -name = "GQY1XT001BZV37"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C----T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3617(name, align); -seqs.push_back(newSeq3617); -name = "GQY1XT001BZSJU"; -align = "C-T--C-T--GA-T-A-C-T-G----TC-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AAC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AT--AA-C-T-G-G-TT-G-T-C--G-G-C-G------------ATA-AAA---------T-G-T-C-G-G-T-G-A-C--TA--A-G-C-G-AA-A-G-C-G-A-TAA-G-TTA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3618(name, align); -seqs.push_back(newSeq3618); -name = "GQY1XT001BZ3PM"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-T-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-C--C---C----TA-AG----G-G-G-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3619(name, align); -seqs.push_back(newSeq3619); -name = "GQY1XT001BZ2RC"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG----ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3620(name, align); -seqs.push_back(newSeq3620); -name = "GQY1XT001BYZUD"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-TA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3621(name, align); -seqs.push_back(newSeq3621); -name = "GQY1XT001BYT57"; -align = "T-T--C-T--GA-T-A-C-T-G-C--TG-T-G-C--T-C-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-A-G-A--G---C----AA-A-----G-C-T-T-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq3622(name, align); -seqs.push_back(newSeq3622); -name = "GQY1XT001BYKA3"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3623(name, align); -seqs.push_back(newSeq3623); -name = "GQY1XT001BXVU5"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3624(name, align); -seqs.push_back(newSeq3624); -name = "GQY1XT001BX7JZ"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3625(name, align); -seqs.push_back(newSeq3625); -name = "GQY1XT001BW40O"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3626(name, align); -seqs.push_back(newSeq3626); -name = "GQY1XT001BVWDT"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAT-TGG-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3627(name, align); -seqs.push_back(newSeq3627); -name = "GQY1XT001BVHR6"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--CC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3628(name, align); -seqs.push_back(newSeq3628); -name = "GQY1XT001BT9UW"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-G-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTGAA"; -Sequence newSeq3629(name, align); -seqs.push_back(newSeq3629); -name = "GQY1XT001BSY3L"; -align = "..T--T-G--GA-A-A-C-T-G-T--GC-T-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3630(name, align); -seqs.push_back(newSeq3630); -name = "GQY1XT001BSMQ4"; -align = "C-G--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3631(name, align); -seqs.push_back(newSeq3631); -name = "GQY1XT001BS13U"; -align = "A-T--T-T--GA-A-A-C-T-G----TA-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AT-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-G--CTGG-AC-AG-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------ACT-GA-CC-----C-C-C-T-C-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq3632(name, align); -seqs.push_back(newSeq3632); -name = "GQY1XT001BRTL5"; -align = "C-G----T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3633(name, align); -seqs.push_back(newSeq3633); -name = "GQY1XT001BR72O"; -align = "C-G--T-T--G--A-A-C-T---G--AT-G-C-C--T-T-G-A-G-T-G---GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3634(name, align); -seqs.push_back(newSeq3634); -name = "GQY1XT001BQZ4F"; -align = "T-T--T-G--GA-A-A-C-T-G-T--TA-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G--T---C----TG-A-----C-C-C-C-C-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C--AAGGTTGAA"; -Sequence newSeq3635(name, align); -seqs.push_back(newSeq3635); -name = "GQY1XT001BQWBU"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-A-C-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG-ACT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-G--CTGG-AC-AG-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-TA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TA-C-T-A-A-G--G-T-G--T-C-G-G-G------------T-TA----------C-C---G---G-T-G-C-T--GA--A-G-T-T-AA-C-A-C-A-T-TAA-G-TAC-TCC-GCC-T-G-AGT-AG-TA--CG-GT-C-G-C-A-AGGCTGAA"; -Sequence newSeq3636(name, align); -seqs.push_back(newSeq3636); -name = "GQY1XT001BQLUR"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3637(name, align); -seqs.push_back(newSeq3637); -name = "GQY1XT001BQB6D"; -align = "A-T--T-T--GA-A-A-C-T-G-T--AC-T-T-C--T-T-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AT-C-GG-A-ATT-C-C-G-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-C-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TT-G--CTGG-AC-AG-T-A-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G----------TCT-GA-CC-----CCC-T-C-C-G---T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq3638(name, align); -seqs.push_back(newSeq3638); -name = "GQY1XT001BQ5G4"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G------GAAG-TGG-----C-C-C-C-TCG-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3639(name, align); -seqs.push_back(newSeq3639); -name = "GQY1XT001BQ1S6"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-GTCCGG-T-C-C-G-----------ATTG-GGG---------A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3640(name, align); -seqs.push_back(newSeq3640); -name = "GQY1XT001BQ0GL"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3641(name, align); -seqs.push_back(newSeq3641); -name = "GQY1XT001BPOSP"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3642(name, align); -seqs.push_back(newSeq3642); -name = "GQY1XT001BOSE8"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--CGGGG-G-G--A--------TT-GA------C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3643(name, align); -seqs.push_back(newSeq3643); -name = "GQY1XT001BOCB0"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3644(name, align); -seqs.push_back(newSeq3644); -name = "GQY1XT001BNOH7"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-C--C-G-G-C-C--CGA------TT-GG------G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-TGG-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3645(name, align); -seqs.push_back(newSeq3645); -name = "GQY1XT001BN99E"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--GC--C----AA-G-----G-C-C-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3646(name, align); -seqs.push_back(newSeq3646); -name = "GQY1XT001BMUIK"; -align = "C-GT-T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3647(name, align); -seqs.push_back(newSeq3647); -name = "GQY1XT001BMIAQ"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--A---C----AA-A-----GTC-C-A-T-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGGAGG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq3648(name, align); -seqs.push_back(newSeq3648); -name = "GQY1XT001BMFUU"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3649(name, align); -seqs.push_back(newSeq3649); -name = "GQY1XT001BM7K9"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-GCAAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CG------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3650(name, align); -seqs.push_back(newSeq3650); -name = "GQY1XT001BM7EA"; -align = "A-T--C-G--GA-A-A-C-C-G-G--GC-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-C--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3651(name, align); -seqs.push_back(newSeq3651); -name = "GQY1XT001BKZRW"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3652(name, align); -seqs.push_back(newSeq3652); -name = "GQY1XT001BKFMA"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3653(name, align); -seqs.push_back(newSeq3653); -name = "GQY1XT001BKFH5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3654(name, align); -seqs.push_back(newSeq3654); -name = "GQY1XT001BKAWE"; -align = "G-T--T-C--CG-G-A-C-T-G-G--GC-G-G-C--T-C-G-A-G-T-G-C-GG-TA-G-A-G-G-A-G--AG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-GAA--TG-C-GC-AG--AT-A-TC-G-G-G-AA-G-A-AC-A-CC-GA-T-G-GC-GAA-GG-CAG-C-TC-T--CTGG-GC-CG-T-C-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-T-GGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CC-A-G-CCG-T-AAAC-G-A-TG-GA--CG-C-T-A-G-GT-G-T----G-G-G-G-G-----------AC-CT-G------C-C-C-T-C-C-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-T-TAA-G-CGT--CC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTAAA"; -Sequence newSeq3655(name, align); -seqs.push_back(newSeq3655); -name = "GQY1XT001BJYSJ"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3656(name, align); -seqs.push_back(newSeq3656); -name = "GQY1XT001BJ8H5"; -align = "G-T--C-C--CG-G-A-C-T-G-G--GC-G-G-C--T-C-G-A-G-T-G-C-GG-TA-G-A-G-G-A-G--AG-C-GG-A-ATT-C-C-C-G-GT-GT-A-G-CGGT-G-GAA--TG-C-GC-AG--AT-A-TC-G-G-G-AA-G-A-AC-A-CC-GA-T-G-GC-GAA-GG-CAG-C-TC-T--CTGG-GC-CG-T-C-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-T-GGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-TCCG-G-C-C-C-G----------ATT-GG-G------G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3657(name, align); -seqs.push_back(newSeq3657); -name = "GQY1XT001BI3LM"; -align = "C-A--T-T--GA-A-A-C-T-G-G---G-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-G--GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------G-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3658(name, align); -seqs.push_back(newSeq3658); -name = "GQY1XT001BHXDE"; -align = "C-C--T-G--TG-A-A-C-T-G-G--GG-G-A-C--T-T-G-A-G-T-A-T-CG-GA-G-A-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-GA-A-A-ACT--GACG-CTG-A-GG--T-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AC--TA-C-T-A-G-GT-G-T-C--G-G-G-C-A--G---C----AA-A-----G-C-T-G-T-T-C-G-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-A-TAA-G-TAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3659(name, align); -seqs.push_back(newSeq3659); -name = "GQY1XT001BGQ7E"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-AGC-TG-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3660(name, align); -seqs.push_back(newSeq3660); -name = "GQY1XT001BG450"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CA-T-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-GA-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C----AG-G-----G-C-C-C-C-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3661(name, align); -seqs.push_back(newSeq3661); -name = "GQY1XT001BFZK3"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-TGGT-G-AAA--TG-C-AT-AG--AT-A-TC-G-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3662(name, align); -seqs.push_back(newSeq3662); -name = "GQY1XT001BF30O"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------AAA-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3663(name, align); -seqs.push_back(newSeq3663); -name = "GQY1XT001BF2QX"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-AGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3664(name, align); -seqs.push_back(newSeq3664); -name = "GQY1XT001BEJZT"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3665(name, align); -seqs.push_back(newSeq3665); -name = "GQY1XT001BEBW7"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CT-G-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq3666(name, align); -seqs.push_back(newSeq3666); -name = "GQY1XT001BDRSD"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-GA--TG-C-C-A-G-CT-G-T-C--C-G-G-G-C--C-------GAA-TGG-----G-G-C-C-T-G-G-G-T-G-G-C--AA--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGATGAA"; -Sequence newSeq3667(name, align); -seqs.push_back(newSeq3667); -name = "GQY1XT001BD828"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AT--AA-C-T-G-G-TT-G-T----C-G-G---C--G--------AT-AA------A-A-T-G-T-C-G-G-T-G-A-C--TA--A-G-C-G-AA-A-G-C-G-A-TAA-G-TTA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3668(name, align); -seqs.push_back(newSeq3668); -name = "GQY1XT001BCLXW"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3669(name, align); -seqs.push_back(newSeq3669); -name = "GQY1XT001BCKVK"; -align = "C-T--C-T--GA-T-A-C-T-G-T--CG-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AT--AA-C-T-G-G-TT-G-T-C--G-G-C-G------------ATA-AAA---------T-G-T-C-G-G-T-G-A-C--TA--A-G-C-G-AA-A-G-C-G-A-TAA-G-TTA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTGAA"; -Sequence newSeq3670(name, align); -seqs.push_back(newSeq3670); -name = "GQY1XT001BCISS"; -align = "C-G----T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3671(name, align); -seqs.push_back(newSeq3671); -name = "GQY1XT001BCH1F"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACA-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3672(name, align); -seqs.push_back(newSeq3672); -name = "GQY1XT001BAXRL"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-A-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3673(name, align); -seqs.push_back(newSeq3673); -name = "GQY1XT001BA51O"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3674(name, align); -seqs.push_back(newSeq3674); -name = "GQY1XT001B9XTN"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-TCC--G-G-T-T------------CTACGGG---------A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3675(name, align); -seqs.push_back(newSeq3675); -name = "GQY1XT001B96VA"; -align = "C-T--C-T--GA-T-A-C-T-G-T--CG-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3676(name, align); -seqs.push_back(newSeq3676); -name = "GQY1XT001B8U6Y"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-CCGGGG-G-G-G--A--------TT-GA------C-C-C-C-TGG-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3677(name, align); -seqs.push_back(newSeq3677); -name = "GQY1XT001B8QB4"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--CG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3678(name, align); -seqs.push_back(newSeq3678); -name = "GQY1XT001B8DXP"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3679(name, align); -seqs.push_back(newSeq3679); -name = "GQY1XT001B8BT5"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3680(name, align); -seqs.push_back(newSeq3680); -name = "GQY1XT001B85U6"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-G--G-G-G-G-G--T---C----TG-A-----C-C-C-C-T-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C--AAGGTTGAA"; -Sequence newSeq3681(name, align); -seqs.push_back(newSeq3681); -name = "GQY1XT001B7EFI"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3682(name, align); -seqs.push_back(newSeq3682); -name = "GQY1XT001B74TO"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-A-C-CG-GA-G-A-G-G-T-C--AT-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-A-TG-A--CTGG-AC-GG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-TGG-C-G-T-G-C-C--GC--A-G-T-T-AA-C-A-C-A-A-TAA-G-TAT-TGCACCC-G-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq3683(name, align); -seqs.push_back(newSeq3683); -name = "GQY1XT001B6FIY"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3684(name, align); -seqs.push_back(newSeq3684); -name = "GQY1XT001B64TM"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATA-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3685(name, align); -seqs.push_back(newSeq3685); -name = "GQY1XT001B617J"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3686(name, align); -seqs.push_back(newSeq3686); -name = "GQY1XT001B5MNA"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-TAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3687(name, align); -seqs.push_back(newSeq3687); -name = "GQY1XT001B5G9X"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-T--C-------GAG-TGA-----G-A-T-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3688(name, align); -seqs.push_back(newSeq3688); -name = "GQY1XT001B56EM"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--CGA------AT-GA------G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3689(name, align); -seqs.push_back(newSeq3689); -name = "GQY1XT001B4UML"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-A-A-C--T-A-G-A-G-T---G-CG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-CG-G-G-G-A-C--C---C----AA-G-----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3690(name, align); -seqs.push_back(newSeq3690); -name = "GQY1XT001B4MUT"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-G-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3691(name, align); -seqs.push_back(newSeq3691); -name = "GQY1XT001B40W5"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-T-A-ACT--GACG-CTG-A-GG--T-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3692(name, align); -seqs.push_back(newSeq3692); -name = "GQY1XT001B3W8S"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3693(name, align); -seqs.push_back(newSeq3693); -name = "GQY1XT001B3N9K"; -align = "C-G----T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GTGG-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3694(name, align); -seqs.push_back(newSeq3694); -name = "GQY1XT001B3EYH"; -align = "T-T--T-G--GA-A-A-C-T-G-G--CG-A-A-C--T-A-G-A-G-T-G-C-GG-GA-G-G-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AG-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3695(name, align); -seqs.push_back(newSeq3695); -name = "GQY1XT001B384B"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3696(name, align); -seqs.push_back(newSeq3696); -name = "GQY1XT001B2RDE"; -align = "C-G--T-T--TG-A-A-A-C-T-G--AT-T-G-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3697(name, align); -seqs.push_back(newSeq3697); -name = "GQY1XT001B2EC3"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CGA------TT-GG------G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3698(name, align); -seqs.push_back(newSeq3698); -name = "GQY1XT001B2DYC"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ATC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3699(name, align); -seqs.push_back(newSeq3699); -name = "GQY1XT001B2A7O"; -align = "C-GT-T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3700(name, align); -seqs.push_back(newSeq3700); -name = "GQY1XT001B23BY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TA--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C--------TA-CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3701(name, align); -seqs.push_back(newSeq3701); -name = "GQY1XT001B1FYN"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TT-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-A-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A----------GCA-AA-GC-----T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3702(name, align); -seqs.push_back(newSeq3702); -name = "GQY1XT001B0IDP"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CG-G-G-C--T-G-G-A-G-T-G-C-AG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CCG-T-AAAC-G-A-TG-AT--CA-C-T-A-G-GT-G-T-G--G-G-G-G-G--T---C----TG-A-----C-C-C-C-T-T-C-C-G-T-G-C-C--GG--A-G-T-T-AA-C-A-C-A-A-TAA-G-TGA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3703(name, align); -seqs.push_back(newSeq3703); -name = "GQY1XT001AZT7W"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TC-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--C-------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3704(name, align); -seqs.push_back(newSeq3704); -name = "GQY1XT001AZAZH"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-CAGG-TA-G-A-G-G-T-G--GG-C-GG-A-ATT-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-TT-AG--AT-A-TC-A-C-G-AA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-TC-A--CTGG-AC-TG-C-A-ACT--GACA-CTG-A-TG--C-T-CG-AAA-G-T-G-TGGG-T--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-C-G-CT-G-T-T--T-G-C-G------------ATA-TAC---------A-G-T-A-A-G-C-G-G-C--CA--A-G-C-G-AA-A-G-C-A-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3705(name, align); -seqs.push_back(newSeq3705); -name = "GQY1XT001AZ6QQ"; -align = "T-T--T-G--GA-A-A-C-T-G-T--TA-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3706(name, align); -seqs.push_back(newSeq3706); -name = "GQY1XT001AYUTA"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TC-A-G-G-AG-G-A-AC-A-CC-GG-C-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-C-A-ACT--GACG-TTG-A-GG--C-C-CG-AAA-G-C-G-TGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-TA--TA-C-C-A-G-GT-G-T-C--G-G-A-T-A--T---C----AA-G-----G-A-T-A-T-C-C-G-G-T-G-C-C--GA--A-G-C-A-AA-C-G-C-A-T-TAA-G-TAT-ACC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3707(name, align); -seqs.push_back(newSeq3707); -name = "GQY1XT001AYNA7"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-T--C-G-G-G-G--A-------GAA-TGA-----T-C-C-C-T-G-A-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3708(name, align); -seqs.push_back(newSeq3708); -name = "GQY1XT001AYHAK"; -align = "G-T--T-C--CG-G-A-C-T-G-G--GC-G-G-C--T-C-G-A-G-T-G-C-GG-TA-G-A-G-G-A-G--AG-C-GG-A-ATT---C-C-G-GT-GT-A-G-CGGT-G-GAA--TG-C-GC-AG--AT-A-TC-G-G-G-AA-G-A-AC-A-CC-GA-T-G-GC-GAA-GG-CAG-C-TC-T--CTGG-GC-CG-T-C-ACT--GACG-CTG-A-GG--C-G-CG-AAA-G-C-T-GGGG-G--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CC-A-G-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G-----------AT-CC-C------C-C-C-T-C-C-G-T-G-C-C--GC--A-G-C-C-AA-C-G-C-A-T-TAA-G-TAT-CCC-GCC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTAAA"; -Sequence newSeq3709(name, align); -seqs.push_back(newSeq3709); -name = "GQY1XT001AY4WP"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3710(name, align); -seqs.push_back(newSeq3710); -name = "GQY1XT001AX8EE"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GG-G-C-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3711(name, align); -seqs.push_back(newSeq3711); -name = "GQY1XT001AWZIH"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3712(name, align); -seqs.push_back(newSeq3712); -name = "GQY1XT001AWRVU"; -align = "C-G--T-T-GAA-A-A-C-T-G-G--TG-T-C-C--T-A-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-T-C--CG------GAA-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3713(name, align); -seqs.push_back(newSeq3713); -name = "GQY1XT001AWJ1M"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-----G-G--G-------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3714(name, align); -seqs.push_back(newSeq3714); -name = "GQY1XT001AW2T0"; -align = "T-T--T-T--GA-A-A-C-T-G-T--GT-T-G-C--T-A-G-A-T-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-AAT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-CA-G-G-G-A----G---C-----A-AG----G-C-T-C-T-T-T-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3715(name, align); -seqs.push_back(newSeq3715); -name = "GQY1XT001AVXBJ"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--A---C----AA-A-----G-T-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3716(name, align); -seqs.push_back(newSeq3716); -name = "GQY1XT001AVBP5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CT-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-T-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3717(name, align); -seqs.push_back(newSeq3717); -name = "GQY1XT001ATUZ8"; -align = "T-T--T-G--GA-A-A-C-T-G-C--CT-G-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3718(name, align); -seqs.push_back(newSeq3718); -name = "GQY1XT001ASWQS"; -align = "C-G--T-T--GA-A-A-C-T-G-G--TT-T-T-C--T-T-G-A-G-T-G-A-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3719(name, align); -seqs.push_back(newSeq3719); -name = "GQY1XT001ASFQE"; -align = "A-T--T-T--GA-A-A-C-T-G-T--CC-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACA-CTG-A-GG--T-A-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--CA-C-T-A-G-GT-G-T-C--G-G-G-G----T---C----GC-AA----G-A---C-T-T-C-G-G-T-G-C-C--GT--A-G-T-T-AA-C-G-C-A-T-TAA-G-TGC-TCC-GCC-T-G-GGG-AG-TA--CG-CA-C-G-C-A-AGTGTGAA"; -Sequence newSeq3720(name, align); -seqs.push_back(newSeq3720); -name = "GQY1XT001AROO8"; -align = "A-G--T-T--GA-A-A-C-T-G-G--CA-G-T-C--T-T-G-A-G-T-A-C-AG-TA-G-A-G-G-T-G--GG-C-GG-A-ATG-C-G-C-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-TCCG-G-GCC-G------------ATT-GAGG--------C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3721(name, align); -seqs.push_back(newSeq3721); -name = "GQY1XT001AR18V"; -align = "A-T--T-G--GA-A-A-C-T-A-C--CG-A-A-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-GC-TT-T-T-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-G--G-G-G-G-G--T---C----TG-A-----C-C-C-C-C-T-C-C-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3722(name, align); -seqs.push_back(newSeq3722); -name = "GQY1XT001AQZ6X"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--C-G-G-G-G--G-------GAA-TGG-----C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-CCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3723(name, align); -seqs.push_back(newSeq3723); -name = "GQY1XT001AQG1X"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-G-C--C-------GAT-TGA-----G-G-C-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3724(name, align); -seqs.push_back(newSeq3724); -name = "GQY1XT001AQ3PI"; -align = "A----T-T--GA-A-A-C-T---G--TT-T-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TC-AA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-TGC-ACC-T-G-GGG-AG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq3725(name, align); -seqs.push_back(newSeq3725); -name = "GQY1XT001APGKI"; -align = "C-G--T-T--GA-A-A-C-T-G-G---T-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3726(name, align); -seqs.push_back(newSeq3726); -name = "GQY1XT001APD07"; -align = "C-T--C-T--GA-T-A-C-T-G-T--CG-G-G-C--T-A-G-A-G-T-T-T-AG-TT-G-C-G-G-T-A--GG-C-GG-A-ATG-T-A-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--G-------GAT-TGA-----C-C-C-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3727(name, align); -seqs.push_back(newSeq3727); -name = "GQY1XT001AORNO"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CT-TC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-G--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AG--CG-C-T-A-G-GT-G-T-C--CGGGG-G-G--A--------AT-GG------C-C-C-C-T-G-G-G-T-G-C-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CGC-TCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGCTGAA"; -Sequence newSeq3728(name, align); -seqs.push_back(newSeq3728); -name = "GQY1XT001AOHJF"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3729(name, align); -seqs.push_back(newSeq3729); -name = "GQY1XT001AO5IX"; -align = "C-A--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-AA-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGAG----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3730(name, align); -seqs.push_back(newSeq3730); -name = "GQY1XT001AL3RI"; -align = "C-A--C-T--GA-T-A-C-T-G-T--TA-G-A-C--T-T-G-A-G-T-A-T-GG-AA-G-A-G-A-G-A--A--T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-C-G-G-A--GT--C----AA-G-----G-C-T-C-T-G-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3731(name, align); -seqs.push_back(newSeq3731); -name = "GQY1XT001AITUY"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3732(name, align); -seqs.push_back(newSeq3732); -name = "GQY1XT001AI920"; -align = "A-T--C-G--GA-A-A-C-C-G-G--GC-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-C--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-T-A-ACT--GACG-CTG-A-GG--T-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAT-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3733(name, align); -seqs.push_back(newSeq3733); -name = "GQY1XT001AGWON"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3734(name, align); -seqs.push_back(newSeq3734); -name = "GQY1XT001AGBP8"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-T-C-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3735(name, align); -seqs.push_back(newSeq3735); -name = "GQY1XT001AG5KZ"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-T-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-AG-CGG-C-TC-T--CTGG-TC-TG-T-A-ACT--GACG-CTG-A-GG--T-T-CG-AAA-G-C-G-TGGG-T--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-CAT-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3736(name, align); -seqs.push_back(newSeq3736); -name = "GQY1XT001AFXW2"; -align = "C-G--T-T--GA-A-A-C-T-G-A--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-A-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3737(name, align); -seqs.push_back(newSeq3737); -name = "GQY1XT001AFWUA"; -align = "A-T--T-G--GA-A-A-C-T-G-T--TG-A-T-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-T--G-G-G-T-G--C---C----AA-A-----G-G-C-T-C-C-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3738(name, align); -seqs.push_back(newSeq3738); -name = "GQY1XT001AFWRO"; -align = "A-T--C-G--GA-A-A-C-C-G-G--GC-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-C--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-G-GT-G-T-T--G-G-A-G-G--G---T----TT-CC----G-C-C-C-T-T-C-A-G-T-G-C-C--GG--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3739(name, align); -seqs.push_back(newSeq3739); -name = "GQY1XT001AFJA5"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGG-----G-G-G-C-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3740(name, align); -seqs.push_back(newSeq3740); -name = "GQY1XT001AF6GW"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3741(name, align); -seqs.push_back(newSeq3741); -name = "GQY1XT001AEZWU"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-T-G-G--A---C----AA-A-----G-T-C-C-A-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3742(name, align); -seqs.push_back(newSeq3742); -name = "GQY1XT001AE8EJ"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GC-G-G-C--T-A-G-A-G-T-A-C-TG-GA-G-G-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-C-A-ACT--GACG-TTG-A-GG--C-T-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GTGG-T-C--G-G-G-G-G--G---C----TAGA-----G-C-C-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3743(name, align); -seqs.push_back(newSeq3743); -name = "GQY1XT001A9YE5"; -align = "A-T--T-T--GA-A-A-C-T-G-T--TG-A-T-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GA-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-T-CT-G--CTGG-AC-AG-C-A-ACT--GACG-GTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-G--C-G-G-G-G----------ACT-GA-CC-----C-C-C-T-G-C-G-T-G-C-C--GC--A-G-C-T-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGGAGG-TA--CG-AT-C-G-C-A-AGGTTGAA"; -Sequence newSeq3744(name, align); -seqs.push_back(newSeq3744); -name = "GQY1XT001A9V0Q"; -align = "C-G--T-T--GA-A-A-C-T-G-C--CG-G-G-C--T-C-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAG-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-G-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3745(name, align); -seqs.push_back(newSeq3745); -name = "GQY1XT001A9NV7"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--CGA------GT-GA------G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3746(name, align); -seqs.push_back(newSeq3746); -name = "GQY1XT001A9KQV"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-G-G-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3747(name, align); -seqs.push_back(newSeq3747); -name = "GQY1XT001A9HKL"; -align = "T-T--T-G--GA-A-A-C-T-T-T--TT-T-G-C--T-G-G-A-G-T-A-C-CG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGG-G-----G-C-C-T-C-C-C-G-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3748(name, align); -seqs.push_back(newSeq3748); -name = "GQY1XT001A9GYE"; -align = "T-T--T-G--GA-A-A-C-T-G-T--GG-A-G-C--T-A-G-A-G-T-G-C-TG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-GAG-G--T---T----TC-C-----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3749(name, align); -seqs.push_back(newSeq3749); -name = "GQY1XT001A95PC"; -align = "A-T--T-G--GA-A-A-C-T-A-C--CG-A-A-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---T----AT-G-----GAC-C-C-A-C-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3750(name, align); -seqs.push_back(newSeq3750); -name = "GQY1XT001A94I0"; -align = "A-T--T-G--GA-A-A-C-T-A-C--CG-A-A-C--T-A-G-A-G-T-G-T-CG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-GA-T-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-GA-AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G----G---C----AT-T-----G-C-C-C-T-T-C-G-G-T-G-C-CG-GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3751(name, align); -seqs.push_back(newSeq3751); -name = "GQY1XT001A90S8"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CA-G-A-C--T-T-G-A-G-T-T-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3752(name, align); -seqs.push_back(newSeq3752); -name = "GQY1XT001A8Y6H"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T---G-GC-GA-G-A-A-G-A-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-T--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3753(name, align); -seqs.push_back(newSeq3753); -name = "GQY1XT001A8OUN"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-C-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3754(name, align); -seqs.push_back(newSeq3754); -name = "GQY1XT001A8KPL"; -align = "C-G----T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-CT-A--CCGG-CG-CG-C-A-ACT--GACG-CTC-A-TG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--CA-C-T-A-A-CT-G-T-C--C-G-G-C-C--C-------GAT-TGA-----G-G-G-T-T-G-G-G-T-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGGAGG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3755(name, align); -seqs.push_back(newSeq3755); -name = "GQY1XT001A8DH1"; -align = "C-A--C-T--GA-T-A-C-T-G-T--TA-G-A-C--T-T-G-A-G-T-A-T-GG-AA-G-A-G-G-A-G--AA-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-CT-G--CTGG-AC-TG-T-G-ACT--GGCG-TTG-A-GG--C-C-CG-AAG-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AC--TG-C-T-A-G-GT-G-T-C--G-G-G-G-G---------GCAG-GG-GC-----C-C-C-C-C-G-G-T-G-C-C--GG--A-G-C-A-AA-C-G-C-A-T-TAA-G-CAG-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3756(name, align); -seqs.push_back(newSeq3756); -name = "GQY1XT001A8158"; -align = "CAT--T-T--GA-A-A-C-T-G-G--CG-A-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TA-C-T-A-A-TT-G-T-G--T-G-C-C-C--C-------GAG-TGA-----G-G-G-G-T-G-C-G-T-G-A-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3757(name, align); -seqs.push_back(newSeq3757); -name = "GQY1XT001A7T0D"; -align = "T-C--T-G--GA-A-A-C-T-G-T--GT-A-A-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-C--G-G-T-G-G--G---C----AA-A-----G-C-C-C-A-T-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-A-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3758(name, align); -seqs.push_back(newSeq3758); -name = "GQY1XT001A7OHV"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AG-A-TC-A-T-A-CA-G-A-AC-A-CC-GA-T-T-GC-GAA-GG-CAG-C-TT-A--CCAA-AC-TA-C-G-ACT--GACG-TTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G---G----------GCT-TCG-----G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3759(name, align); -seqs.push_back(newSeq3759); -name = "GQY1XT001A5XPP"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-G-G-A-G-T-G-C-AG-GA-G-A-G-G-T-A--AG-T-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-G--G---C---AGA-G-----G-C-C-C-T-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-A-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-TC-C-G-C-A-AGGATGAA"; -Sequence newSeq3760(name, align); -seqs.push_back(newSeq3760); -name = "GQY1XT001A59EZ"; -align = "A-T--T-G--GA-A-A-C-T-G-G--TT-G-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-G-A--AG-T-GG-A-ATT-C-C-A-T-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AG-A-TA-T-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-C--CTGG-TC-TG-C-A-ACT--GACA-CTG-A-GG--C-G-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCC-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-G-G-----------TC-GA--------A-C-C-T-C-AGG-T-G-C-T--GA--A-G-T-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGGAGG-TA--CG-GT-C-G-C-A-AGACTGAA"; -Sequence newSeq3761(name, align); -seqs.push_back(newSeq3761); -name = "GQY1XT001A520K"; -align = "A-T--C-A--GA-A-A-C-T-G-T--TG-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-G--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TC-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3762(name, align); -seqs.push_back(newSeq3762); -name = "GQY1XT001A4ZOC"; -align = "T-T--T-G--GA-A-A-C-T-T-T--TT-T-G-C--T-G-G-A-G-T-A-C-CG-GA-G-A-G-G-T-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-A--CTGG-AC-CG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CCG-T-AAAC-G-A-TG-AT--TA-C-T-A-G-GT-G-T-C--G-G-G-G-AC-C---C----AA-G-----G-G-T-C-T-C-C-G-G-T-G-C-C--GC--C-G-C-A-AA-C-G-C-A-T-TAA-G-TAA-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3763(name, align); -seqs.push_back(newSeq3763); -name = "GQY1XT001A3GEM"; -align = "T-T--T-G--GA-A-A-C-T-G-T--AT-A-G-C--T-T-G-A-G-T-A-C-TG-GA-G-A-G-G-C-A--GG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AG-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TC-A--CTGG-AC-TG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CTG-T-AAAC-G-A-TG-AA--TA-C-T-A-G-GT-G-T-C--G-G-G-G-GC-T---C----AC-G-----G-G-C-G-C-T-C-G-G-T-G-C-C--GC--A-G-C-A-AA-C-G-C-A-G-TAA-G-TAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C-A-AGAATGAA"; -Sequence newSeq3764(name, align); -seqs.push_back(newSeq3764); -name = "GQY1XT001A37AB"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-G-C-C--T-C-G-A-G-T-G---GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-G-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-G-G--C--------TT-CG------G-C-T-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-TGT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3765(name, align); -seqs.push_back(newSeq3765); -name = "GQY1XT001A2HWT"; -align = "A-A--C-C--AA-A-A-C-T-G-T--AG-A-T-C--T-T-G-A-G-T-A-C-TG-GA-G-G-G-G-A-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-GG-T-G-GC-GAA-GG-CGG-C-TT-T--CTGG-AC-AG-A-A-ACT--GACA-TTG-A-GG--C-A-CG-AAA-G-T-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-A-CCG-T-AAAC-G-A-TG-GA--TA-C-T-A-G-GT-G-T-A--G-G-T-G-A--T-------GAT-AA------G-T-C-A-T-C-T-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-A-TAA-G-TAT-CCC-ACC-T-G-GGG-AG-TA--CG-GC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3766(name, align); -seqs.push_back(newSeq3766); -name = "GQY1XT001A16SX"; -align = "C-G--T-T--GA-A-A-C-T-G-G--GA-G-C-C--T-T-G-A-G-T-G-C-GC-GA-G-A-A-G-T-A--GG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-T-G-CGGG-G--ATC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CG-C-A-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3767(name, align); -seqs.push_back(newSeq3767); -name = "GQY1XT001A13OH"; -align = "..T--T-G--GA-A-A-C-T-G-C--CT-G-A-C--T-G-G-A-G-T-G-C-TG-GA-G-A-G-G-C-A--AG-C-GG-A-ATT-C-C-T-A-GT-GT-A-G-CGGT-G-AAA--TG-C-GT-AG--AT-A-TT-A-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TT-G--CTGG-AC-AG-T-A-ACT--GACG-TTG-A-GG--C-T-CG-AAA-G-C-G-TGGG-G--AGC-A-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CGG-T-AAAC-G-A-TG-AA--TG-C-T-A-G-GT-G-T-T--G-G-G-G-A--G---C----AA-A-----G-C-T-C-T-T-C-G-G-T-G-C-C--GT--C-G-C-A-AA-C-G-C-A-G-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-TT-C-G-C--AAGAATGAA"; -Sequence newSeq3768(name, align); -seqs.push_back(newSeq3768); -name = "GQY1XT001A0VZD"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-G--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-T--C-------TA--CG------G-A-A-C-T-G-G-G-T-G-G-C--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACC-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3769(name, align); -seqs.push_back(newSeq3769); -name = "GQY1XT001A0L0R"; -align = "C-G--T-T--GA-A-A-C-T-G-G--CG-T-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-T-ACT--GACG-CTG-A-GG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-GCAAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAG-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-GTTAT-TCC-ACCGT-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3770(name, align); -seqs.push_back(newSeq3770); -name = "GQY1XT001A0BQS"; -align = "C-G--T-T--GA-A-A-C-T-G-A--TT-G-T-C--T-T-G-A-G-T-G-G-GC-GA-G-A-A-G-T-A--TG-C-GG-A-ATG-C-G-T-G-GT-GT-A-G-CGGT-G-AAA--TG-C-AT-AG--AT-A-TC-A-C-G-CA-G-A-AC-T-CC-GA-T-T-GC-GAA-GG-CAG-C-AT-A--CCGG-CG-CC-C-A-ACT--GACG-CTG-A-AG--C-A-CG-AAA-G-C-G-TGGG-T--ATC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-C-G-CAG-T-AAAC-G-A-TG-AA--TG-C-T-A-A-CT-G-T-C--C-G-G-T-G--C-------GAA-TGA-----G-C-G-C-T-G-G-G-C-G-G-T--AC--A-G-C-G-AA-A-G-C-G-T-TAA-G-CAT-TCC-ACT-T-G-GGG-AG-TA--CG-CC-G-G-C-A-ACGGTGAA"; -Sequence newSeq3771(name, align); -seqs.push_back(newSeq3771); -name = "GQY1XT001A035O"; -align = "A-T--C-G--GA-A-A-C-C-G-G--GC-A-A-C--T-T-G-A-G-T-G-C-AG-AA-G-A-G-G-A-C--AG-T-GG-A-ACT-C-C-A-T-GT-GT-A-G-CGGT-G-GAA--TG-C-GT-AG--AT-A-TA-T-G-G-AA-G-A-AC-A-CC-AG-T-G-GC-GAA-GG-CGG-C-TG-T--CTGG-TC-TG-C-A-ACT--GACG-CTG-A-GG--C-T-CG-AAA-G-C-A-TGGG-T--AGC-G-AA-CA-GG-ATTAG-ATA-CCCT-GGTA-GT-C-CA-T-G-CCG-T-AAAC-G-A-TG-AG--TG-C-T-A-A-GT-G-T-T--G-G-G-A-G--G---T----TT-CC----G-C-C-T-C-T-C-A-G-T-G-C-T--GC--A-G-C-T-AA-C-G-C-A-T-TAA-G-CAC-TCC-GCC-T-G-GGG-AG-TA--CG-AC-C-G-C-A-AGGTTGAA"; -Sequence newSeq3772(name, align); -seqs.push_back(newSeq3772); - + + //read info from stable file + string testfile = m->getTestFilePath() + "testFile.fasta"; + + ifstream in; + m->openInputFile(testfile, in); + + while (!in.eof()) { + if (m->control_pressed) { break; } + + Sequence read(in); m->gobble(in); + seqs.push_back(read); + } + in.close(); } /***********************************************************************/ void TestDataSet::fillNames() { - - string firstCol, secondCol; + nameMap.clear(); -firstCol = "GQY1XT001CFHYQ"; -secondCol = "GQY1XT001CFHYQ,GQY1XT001DRJDY,GQY1XT001C3A2J,GQY1XT001DEYDV,GQY1XT001EZ4JO,GQY1XT001DIL8H,GQY1XT001A83DS,GQY1XT001CO1ML,GQY1XT001DQW61,GQY1XT001EEDFD,GQY1XT001C5ZI6,GQY1XT001CGKF0,GQY1XT001DO7YT,GQY1XT001B8K3E,GQY1XT001EJVHJ,GQY1XT001DSN1K,GQY1XT001AP08Q,GQY1XT001EHYGA,GQY1XT001AF7BM,GQY1XT001BGW8L,GQY1XT001CXTQO,GQY1XT001AGRA9,GQY1XT001ASGLE,GQY1XT001AUSFZ,GQY1XT001BGZSZ,GQY1XT001EH69S,GQY1XT001BS91K,GQY1XT001BJZDW,GQY1XT001DKBTZ,GQY1XT001BOOLK,GQY1XT001B15BC,GQY1XT001DLQVS,GQY1XT001A9RO9,GQY1XT001DT1QQ,GQY1XT001CC46N,GQY1XT001DP72E,GQY1XT001ANASK,GQY1XT001BYO10,GQY1XT001BQEQD,GQY1XT001A2BGG,GQY1XT001A65TT,GQY1XT001DK3BM,GQY1XT001D6UBC,GQY1XT001ARRIR,GQY1XT001EG261,GQY1XT001CZ6HE,GQY1XT001DIGR4,GQY1XT001EA8QG,GQY1XT001AQH61,GQY1XT001CS575,GQY1XT001D5R6R,GQY1XT001AXQ7F,GQY1XT001CA6UW,GQY1XT001BG6EV,GQY1XT001BWAHW,GQY1XT001AW195,GQY1XT001C4A9O,GQY1XT001DWPA5,GQY1XT001BYT6N,GQY1XT001A8N9Z,GQY1XT001EZLAT,GQY1XT001AYNAG,GQY1XT001AQ2EG,GQY1XT001CRW75,GQY1XT001BO082,GQY1XT001EJJC9,GQY1XT001CXDB5,GQY1XT001DALQC,GQY1XT001C0Z7H,GQY1XT001EBO08,GQY1XT001BYMID,GQY1XT001BLI9P,GQY1XT001BU631,GQY1XT001DF4TT,GQY1XT001CEI6G,GQY1XT001EZN7M,GQY1XT001AUY7O,GQY1XT001BAHWF,GQY1XT001BJ7OY,GQY1XT001DKQWX,GQY1XT001DC2N6,GQY1XT001D0855,GQY1XT001D6T35,GQY1XT001DUKJG,GQY1XT001D91AN,GQY1XT001CW7B1,GQY1XT001AKJ77,GQY1XT001AR46M,GQY1XT001DRWHB,GQY1XT001A4NO5,GQY1XT001EX662,GQY1XT001CJRPW,GQY1XT001DV9SP,GQY1XT001CBOK8,GQY1XT001A0XQE,GQY1XT001DZLL0,GQY1XT001C8Q34,GQY1XT001AGPJM,GQY1XT001ECHXW,GQY1XT001C2BRM,GQY1XT001D9OGY,GQY1XT001D1C48,GQY1XT001EU4ZH,GQY1XT001C1U0Q,GQY1XT001D22P2,GQY1XT001A1VU3,GQY1XT001D25WM,GQY1XT001A3DK5,GQY1XT001ET8ZS,GQY1XT001D8KXS,GQY1XT001DRQY6,GQY1XT001A1HJI,GQY1XT001E2DFO,GQY1XT001DPMNT,GQY1XT001AL3T0,GQY1XT001EQJRN,GQY1XT001DY7VD,GQY1XT001AE459,GQY1XT001BRC5H,GQY1XT001A1R2H,GQY1XT001C62TQ,GQY1XT001CPXIY,GQY1XT001AO43U,GQY1XT001EV6UC,GQY1XT001AINGZ,GQY1XT001DRP5E,GQY1XT001AUR6N,GQY1XT001BLP2R,GQY1XT001AYJJH,GQY1XT001C29TW,GQY1XT001BS3S5,GQY1XT001C9L7X,GQY1XT001EJ1BB,GQY1XT001EFR4D,GQY1XT001DENM4,GQY1XT001EIHZJ,GQY1XT001D2O2B,GQY1XT001CUUAH,GQY1XT001BQ3XT,GQY1XT001CWQBW,GQY1XT001AJE69,GQY1XT001DZO0V,GQY1XT001DAEZH,GQY1XT001A2UA8,GQY1XT001CEE7H,GQY1XT001D3E44,GQY1XT001B4NLF,GQY1XT001C2VQS,GQY1XT001DDCQV,GQY1XT001B4INS,GQY1XT001EO4SR,GQY1XT001DH6OK,GQY1XT001CGU5M,GQY1XT001AMUHG,GQY1XT001APXGP,GQY1XT001DO6X5,GQY1XT001DMMAF,GQY1XT001EPDV1,GQY1XT001AFEEM,GQY1XT001B68HR,GQY1XT001COPUW,GQY1XT001AK199,GQY1XT001A0EJ5,GQY1XT001D1WV9,GQY1XT001BNMIW,GQY1XT001BJX8B,GQY1XT001BVTQN,GQY1XT001BG3UI,GQY1XT001DAEMO,GQY1XT001A3B14,GQY1XT001CTRK4,GQY1XT001C0G79,GQY1XT001AQI5Z,GQY1XT001BTB96,GQY1XT001C17I8,GQY1XT001D0YXT,GQY1XT001CJLAE,GQY1XT001CQA08,GQY1XT001B8ZW3,GQY1XT001EFEUX,GQY1XT001AR862,GQY1XT001DS9J8,GQY1XT001DM6NI,GQY1XT001CYQR8,GQY1XT001D0922,GQY1XT001ALY73,GQY1XT001EG5KK,GQY1XT001CVTNM,GQY1XT001DWQZZ,GQY1XT001BKBA4,GQY1XT001B2LFN,GQY1XT001CMXSB,GQY1XT001A3A0P,GQY1XT001EF99D,GQY1XT001CA16T,GQY1XT001D0I0X,GQY1XT001BWA2A,GQY1XT001ELYEL,GQY1XT001C4X6J,GQY1XT001AM94F,GQY1XT001B5HY3,GQY1XT001EDY0Z,GQY1XT001AULPS,GQY1XT001CBP6S,GQY1XT001D614O,GQY1XT001B8HGB,GQY1XT001DXEM6,GQY1XT001DUNFZ,GQY1XT001C3UKM,GQY1XT001BDEYK,GQY1XT001AXQTJ,GQY1XT001C78A5,GQY1XT001CNWSY,GQY1XT001BTCV7,GQY1XT001A845P,GQY1XT001AY763,GQY1XT001CBDXH,GQY1XT001DL5K3,GQY1XT001DFEJU,GQY1XT001C2E03,GQY1XT001DNCC6,GQY1XT001CQ35N,GQY1XT001CYKLW,GQY1XT001AMJX7,GQY1XT001C4PLR,GQY1XT001DLGOB,GQY1XT001A9RC7,GQY1XT001DZXZS,GQY1XT001BIOKR,GQY1XT001AEY4J,GQY1XT001CEUEQ,GQY1XT001DL80R,GQY1XT001A82MN,GQY1XT001CHBV8,GQY1XT001EIQAE,GQY1XT001DHLHQ,GQY1XT001D6BJU,GQY1XT001ER84T,GQY1XT001BVB8X,GQY1XT001C0PKQ,GQY1XT001B71T8,GQY1XT001D89D8,GQY1XT001ERLG3,GQY1XT001DA7DK,GQY1XT001EI6Z3,GQY1XT001CN3DQ,GQY1XT001E0UI0,GQY1XT001DRQTP,GQY1XT001EDWMY,GQY1XT001AJREO,GQY1XT001DCX6O,GQY1XT001CVNI4,GQY1XT001CQJUH,GQY1XT001DT7WL,GQY1XT001EOVW8,GQY1XT001D4TBS,GQY1XT001CACOC,GQY1XT001B614P,GQY1XT001CSGV5,GQY1XT001ER03G,GQY1XT001CVOU6,GQY1XT001B7LHF,GQY1XT001EIOGO,GQY1XT001CBKLT,GQY1XT001BJE0H,GQY1XT001BPZAG,GQY1XT001CE2WG,GQY1XT001CS3RS,GQY1XT001BHSZG,GQY1XT001CK5D8,GQY1XT001B8VF1,GQY1XT001BEZYC,GQY1XT001A1RP5,GQY1XT001D4S2G,GQY1XT001ECE52,GQY1XT001CP4R6,GQY1XT001EW6L2,GQY1XT001EOBIL,GQY1XT001AO545,GQY1XT001EWKXS,GQY1XT001C3O80,GQY1XT001ENOXY,GQY1XT001EPVTP,GQY1XT001BDDE9,GQY1XT001DWDCA,GQY1XT001A6FQC,GQY1XT001CMU9V,GQY1XT001BUWWF,GQY1XT001C34BY,GQY1XT001AJ7MY,GQY1XT001BSMN0,GQY1XT001AY5ZQ,GQY1XT001BFYDO,GQY1XT001DYHO3,GQY1XT001DF8RJ,GQY1XT001EM79O,GQY1XT001DA8FP,GQY1XT001DW1BW,GQY1XT001CTJ8D,GQY1XT001CSRLF,GQY1XT001BP39F,GQY1XT001CWZMC,GQY1XT001B2W45,GQY1XT001AKBMG,GQY1XT001EKD1F,GQY1XT001DZQCI,GQY1XT001DQY72,GQY1XT001DOZUS,GQY1XT001DIVL5,GQY1XT001D6IPP,GQY1XT001CYMGI,GQY1XT001CN5OS,GQY1XT001CGL3T,GQY1XT001CCAQ6,GQY1XT001C9USJ,GQY1XT001C8C3Z,GQY1XT001C4P61,GQY1XT001C2ETE,GQY1XT001BWS5C,GQY1XT001BM68C,GQY1XT001BKE1Q,GQY1XT001BEFK1,GQY1XT001AU545,GQY1XT001AJ8MJ,GQY1XT001A4BUB,GQY1XT001CP4ZB,GQY1XT001ASRAL,GQY1XT001CSZBF,GQY1XT001DWJMZ,GQY1XT001D2T4D,GQY1XT001BXY7E,GQY1XT001D7XT7,GQY1XT001DYD1N,GQY1XT001ECNU3,GQY1XT001BCNYN,GQY1XT001DLIK5,GQY1XT001CULDN,GQY1XT001EJT8P,GQY1XT001A0C5B,GQY1XT001DIPYP,GQY1XT001EG24Z,GQY1XT001AWNYO,GQY1XT001AEKHJ,GQY1XT001BL7NK,GQY1XT001AW1IZ,GQY1XT001DTX34,GQY1XT001E2KD6,GQY1XT001B9CAP,GQY1XT001EQLRM,GQY1XT001AS55W,GQY1XT001BG9BO,GQY1XT001ELHQ8,GQY1XT001EFB9R,GQY1XT001AR8B5,GQY1XT001CJ2VH,GQY1XT001E0TFD,GQY1XT001CSVPN,GQY1XT001EQ1AL,GQY1XT001BW8S1,GQY1XT001BTXBG,GQY1XT001BCKXA,GQY1XT001E099E,GQY1XT001CPNRF,GQY1XT001BTWY4,GQY1XT001AVJSS,GQY1XT001D62YG,GQY1XT001CCTZZ,GQY1XT001D9L9Q,GQY1XT001BMLVZ,GQY1XT001DSO1H,GQY1XT001CWLYV,GQY1XT001E1IR2,GQY1XT001APOUQ,GQY1XT001ELI7V,GQY1XT001B04PB,GQY1XT001EBEV8,GQY1XT001BTFIK,GQY1XT001B96TP,GQY1XT001EFRLC,GQY1XT001A5OVI,GQY1XT001CBYBY,GQY1XT001AF2IY,GQY1XT001BRI4K,GQY1XT001CPX3T,GQY1XT001DRCI3,GQY1XT001BVIQD,GQY1XT001B2VZ8,GQY1XT001D5PZ5,GQY1XT001ALHFM,GQY1XT001EW9O5,GQY1XT001CRNTC,GQY1XT001DW7SL,GQY1XT001EL1UE,GQY1XT001B3VAW,GQY1XT001DP2AI,GQY1XT001DSKOB,GQY1XT001CLW66,GQY1XT001EPHUW,GQY1XT001CCYLC,GQY1XT001CB1TX,GQY1XT001DX5KH,GQY1XT001B40HY,GQY1XT001AKRNL,GQY1XT001DZLIR,GQY1XT001EV4XX,GQY1XT001BVCF7,GQY1XT001C3JT9,GQY1XT001BUZV7,GQY1XT001D6FYT,GQY1XT001CUMSG,GQY1XT001D9EUW,GQY1XT001ETPSC,GQY1XT001A7GT1,GQY1XT001ANX9O,GQY1XT001ECOJC,GQY1XT001DX58Z,GQY1XT001ATZGK,GQY1XT001A6V48,GQY1XT001B7O9V,GQY1XT001DP3AJ,GQY1XT001AHMT8,GQY1XT001B8VKE,GQY1XT001A1MDQ,GQY1XT001CBO7K,GQY1XT001C91V2,GQY1XT001CUPK5,GQY1XT001CU83I,GQY1XT001CRYTQ,GQY1XT001EN7RX,GQY1XT001BDEVP,GQY1XT001ENKP2,GQY1XT001A855R,GQY1XT001CS2HY,GQY1XT001CZKB9,GQY1XT001DGPMZ,GQY1XT001ANZO4,GQY1XT001A4WM1,GQY1XT001DOSAG,GQY1XT001CA0NT,GQY1XT001BX5CV,GQY1XT001BEVV5,GQY1XT001DMOHH,GQY1XT001CXHBF,GQY1XT001EMYHZ,GQY1XT001DAZD4,GQY1XT001EIPTX,GQY1XT001APWW0,GQY1XT001DZKYE,GQY1XT001A9VIZ,GQY1XT001COLVB,GQY1XT001EIVZH,GQY1XT001C622P,GQY1XT001BIYO1,GQY1XT001E2TJT,GQY1XT001C7Y5L,GQY1XT001BLMZM,GQY1XT001CYM8A,GQY1XT001AJLHB,GQY1XT001BM6IE,GQY1XT001DRQOA,GQY1XT001AKVZQ,GQY1XT001AOPNE,GQY1XT001BQVZA,GQY1XT001B6S47,GQY1XT001BS7BM,GQY1XT001DODHB,GQY1XT001DQR5C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C44N8"; -secondCol = "GQY1XT001C44N8,GQY1XT001BZ3XD,GQY1XT001B4CEF,GQY1XT001B73V2,GQY1XT001EL2X9,GQY1XT001D32T6,GQY1XT001A3ILB,GQY1XT001BC5AR,GQY1XT001BPFS0,GQY1XT001BZ965,GQY1XT001AQDCH,GQY1XT001DUO9E,GQY1XT001BT58C,GQY1XT001BJI05,GQY1XT001EMDGR,GQY1XT001DQK9K,GQY1XT001BSYKK,GQY1XT001BDNLW,GQY1XT001DU4UN,GQY1XT001EBSNS,GQY1XT001APJNP,GQY1XT001CNWA5,GQY1XT001BA5DW,GQY1XT001CJT24,GQY1XT001C2F3Z,GQY1XT001CGHP7,GQY1XT001DTFBP,GQY1XT001AGDD6,GQY1XT001AMCRB,GQY1XT001DYZVU,GQY1XT001A0WC3,GQY1XT001EIXW8,GQY1XT001BKWND,GQY1XT001BI5YK,GQY1XT001B46MZ,GQY1XT001DJN4F,GQY1XT001CZCSM,GQY1XT001DFIAH,GQY1XT001EGKMR,GQY1XT001CIB1U,GQY1XT001CZPW0,GQY1XT001DWS5Y,GQY1XT001A2US3,GQY1XT001BN0P4,GQY1XT001AFXNE,GQY1XT001EUBZZ,GQY1XT001CN9IK,GQY1XT001D0WA5,GQY1XT001ASLZJ,GQY1XT001BB2T9,GQY1XT001CLEI0,GQY1XT001C4YXB,GQY1XT001DV40H,GQY1XT001CWEZV,GQY1XT001EWLIQ,GQY1XT001DCCBC,GQY1XT001DDZW8,GQY1XT001ANEFT,GQY1XT001D1K76,GQY1XT001AUFD8,GQY1XT001CEEL8,GQY1XT001CBF4Z,GQY1XT001A3QIJ,GQY1XT001CUQ9N,GQY1XT001EIS4G,GQY1XT001CSDVF,GQY1XT001B4H2M,GQY1XT001DBEPD,GQY1XT001BXWH6,GQY1XT001C2APU,GQY1XT001A87JA,GQY1XT001EN1DZ,GQY1XT001A9M91,GQY1XT001D4NSS,GQY1XT001BY6HX,GQY1XT001AYGMR,GQY1XT001BNQ8K,GQY1XT001C625B,GQY1XT001DOQA0,GQY1XT001B8NK0,GQY1XT001DXWLO,GQY1XT001A0HYO,GQY1XT001AWEBS,GQY1XT001EDRKN,GQY1XT001C7YWE,GQY1XT001EI1E3,GQY1XT001B0ONO,GQY1XT001B077U,GQY1XT001ELNYB,GQY1XT001CO8VD,GQY1XT001BQT0A,GQY1XT001E20O6,GQY1XT001CPR33,GQY1XT001DJ5D5,GQY1XT001DG0K5,GQY1XT001B7AZS,GQY1XT001B7TIK,GQY1XT001CT0E0,GQY1XT001CAFRH,GQY1XT001CNAVV,GQY1XT001EVP1R,GQY1XT001C58ES,GQY1XT001D7PQT,GQY1XT001DWELE,GQY1XT001BT0FT,GQY1XT001C2VVM,GQY1XT001D3FYV,GQY1XT001BW6BQ,GQY1XT001DH2E2,GQY1XT001B5BYL,GQY1XT001BW39B,GQY1XT001DE56B,GQY1XT001DYKYC,GQY1XT001A8CZK,GQY1XT001ESX6N,GQY1XT001D2LHA,GQY1XT001DPV5T,GQY1XT001BKK8Q,GQY1XT001ESJ58,GQY1XT001A4TK6,GQY1XT001CFW30,GQY1XT001D76RX,GQY1XT001B68PA,GQY1XT001BXS0A,GQY1XT001DFIPS,GQY1XT001EHKFY,GQY1XT001AQ46Q,GQY1XT001EFDIE,GQY1XT001EZHJL,GQY1XT001CCAGG,GQY1XT001BMZZZ,GQY1XT001BVKO7,GQY1XT001CPCG5,GQY1XT001BX1O7,GQY1XT001CVQHW,GQY1XT001BIV3B,GQY1XT001DPTIG,GQY1XT001BJ3U2,GQY1XT001CWHQP,GQY1XT001EPXO9,GQY1XT001DUH1N,GQY1XT001EJPBI,GQY1XT001EQ934,GQY1XT001ENSLL,GQY1XT001AS9N8,GQY1XT001D4BGU,GQY1XT001BRN93,GQY1XT001BL6KG,GQY1XT001B23ZX,GQY1XT001A0XBH,GQY1XT001D9G5A,GQY1XT001B6DCZ,GQY1XT001AHXIY,GQY1XT001C8NM2,GQY1XT001EKQF0,GQY1XT001C79RC,GQY1XT001DTBE3,GQY1XT001BW51C,GQY1XT001ATBB4,GQY1XT001CNWTV,GQY1XT001BPPPY,GQY1XT001BWOR4,GQY1XT001CQKM2,GQY1XT001B34KA,GQY1XT001EEXE7,GQY1XT001CMZX7,GQY1XT001A3TJI,GQY1XT001CQXKY,GQY1XT001AIFNI,GQY1XT001E1U38,GQY1XT001BZ3MF,GQY1XT001C0E81,GQY1XT001AUT9L,GQY1XT001EHI69,GQY1XT001BE7AL,GQY1XT001B0EAT,GQY1XT001BPVNL,GQY1XT001BBILY,GQY1XT001EY1MK,GQY1XT001A2LAH,GQY1XT001ER43I,GQY1XT001DHTV2,GQY1XT001DR7V6,GQY1XT001BDZGC,GQY1XT001ESPBR,GQY1XT001A2XY4,GQY1XT001CU3BZ,GQY1XT001BQL2E,GQY1XT001AMYXN,GQY1XT001CFL5E,GQY1XT001BLKYC,GQY1XT001CXSDU,GQY1XT001BR0VB,GQY1XT001EQCOP,GQY1XT001B0F6W,GQY1XT001EK1N3,GQY1XT001E4ULY,GQY1XT001C1T3Q,GQY1XT001DR5W6,GQY1XT001BRU87,GQY1XT001EX0GP,GQY1XT001DGAM5,GQY1XT001D0IYB,GQY1XT001BRFN9,GQY1XT001BWH62,GQY1XT001ES2DJ,GQY1XT001B2H8A,GQY1XT001BTCR7,GQY1XT001DBTEE,GQY1XT001DZCU0,GQY1XT001DBTHB,GQY1XT001DQDQ4,GQY1XT001CMN1Y,GQY1XT001A6IFL,GQY1XT001BFHPV,GQY1XT001CK0EB,GQY1XT001C7M07,GQY1XT001D1UFC,GQY1XT001DUQUM,GQY1XT001DDJ07,GQY1XT001A8V3W,GQY1XT001D8O81,GQY1XT001C7UUP,GQY1XT001BAUDT,GQY1XT001AQJFV,GQY1XT001DFAJA,GQY1XT001AO80N,GQY1XT001BC33P,GQY1XT001BRLAT,GQY1XT001BV8IW,GQY1XT001BRZHJ,GQY1XT001BYYLW,GQY1XT001AQFW8,GQY1XT001C80A4,GQY1XT001B7AWD,GQY1XT001C7RHX,GQY1XT001AIHUQ,GQY1XT001CK285,GQY1XT001EUSFX,GQY1XT001B8PZI,GQY1XT001A5WTU,GQY1XT001BWFR1,GQY1XT001EXGZ5,GQY1XT001CS0NH,GQY1XT001DZ0FI,GQY1XT001C0P8X,GQY1XT001EGY30,GQY1XT001CNHRR,GQY1XT001ANB2F,GQY1XT001EG96I,GQY1XT001CGJFW,GQY1XT001BVXEN,GQY1XT001BP1KL,GQY1XT001BGFSE,GQY1XT001D6AQT,GQY1XT001BFS9Z,GQY1XT001AY2M5,GQY1XT001DDBZD,GQY1XT001AKO39,GQY1XT001CF6WF,GQY1XT001DERW5,GQY1XT001A1FVT,GQY1XT001EFSQJ,GQY1XT001C2NNQ,GQY1XT001D7RXP,GQY1XT001BWIFY,GQY1XT001B59AM,GQY1XT001BCFVB,GQY1XT001DL1V7,GQY1XT001BAP28,GQY1XT001BZ8H3,GQY1XT001EF5LD,GQY1XT001C441E,GQY1XT001A0EZ9,GQY1XT001BRYPM,GQY1XT001CXVJX,GQY1XT001DVVZJ,GQY1XT001A5ZA5,GQY1XT001E2NJ2,GQY1XT001CMWUW,GQY1XT001EQ60N,GQY1XT001C99DN,GQY1XT001EABYA,GQY1XT001BW3GN,GQY1XT001ALBLX,GQY1XT001DSG8A,GQY1XT001AMJIS,GQY1XT001BNSNK,GQY1XT001BQSJ6,GQY1XT001EAIMB,GQY1XT001A0H0Z,GQY1XT001B3LA1,GQY1XT001AKCUC,GQY1XT001AU02S,GQY1XT001CN1AB,GQY1XT001BMQ98,GQY1XT001ER1I2,GQY1XT001EKRCJ,GQY1XT001EIHSA,GQY1XT001EEX2V,GQY1XT001EBXLZ,GQY1XT001E2CY5,GQY1XT001DSVQY,GQY1XT001DPJJB,GQY1XT001DMBAX,GQY1XT001DKOE2,GQY1XT001DJSBT,GQY1XT001DFGB7,GQY1XT001D91X2,GQY1XT001D4GUZ,GQY1XT001CF1VP,GQY1XT001CA6FT,GQY1XT001C4IQC,GQY1XT001C3740,GQY1XT001C1VRJ,GQY1XT001BWZMO,GQY1XT001B94VA,GQY1XT001ATZM1,GQY1XT001ASHRW,GQY1XT001ARFOD,GQY1XT001A6AKD,GQY1XT001A4ELK,GQY1XT001A367Y,GQY1XT001EDS3E,GQY1XT001DUXGB,GQY1XT001BA8NM,GQY1XT001DK08W,GQY1XT001B5D7O,GQY1XT001A5S5K,GQY1XT001DZKKE,GQY1XT001B4DI3,GQY1XT001BHH5Y,GQY1XT001EYSEH,GQY1XT001AIMAM,GQY1XT001CMZOD,GQY1XT001B5A6S,GQY1XT001C7KBS,GQY1XT001EAH1O,GQY1XT001AY83T,GQY1XT001C3ZWY,GQY1XT001D4419,GQY1XT001CKUHW,GQY1XT001B7OMV,GQY1XT001B0JOB,GQY1XT001EE2TF,GQY1XT001ALVVO,GQY1XT001DHG68,GQY1XT001C99ZX,GQY1XT001CBIBO,GQY1XT001EIUAM,GQY1XT001A8W05,GQY1XT001DH7SO,GQY1XT001D8EO4,GQY1XT001BWF4R,GQY1XT001BC39A,GQY1XT001AYQ8U,GQY1XT001B5KA5,GQY1XT001CDYB3,GQY1XT001A8F63,GQY1XT001E06Z6,GQY1XT001EU3K6,GQY1XT001E31EG,GQY1XT001DN1QR,GQY1XT001DLERT,GQY1XT001D1SUL,GQY1XT001BQ56H,GQY1XT001DPIC8,GQY1XT001EWUHJ,GQY1XT001CS5QW,GQY1XT001DVZQL,GQY1XT001BTGLL,GQY1XT001CT84T,GQY1XT001E1AEQ,GQY1XT001EMVP5,GQY1XT001D1O0K,GQY1XT001DOG1C,GQY1XT001DZQDW,GQY1XT001CRXUY,GQY1XT001CS4D5,GQY1XT001E0DZK,GQY1XT001APTGE,GQY1XT001BAK28,GQY1XT001CSGBW,GQY1XT001D1R9M,GQY1XT001EMKYR,GQY1XT001C25NQ,GQY1XT001ES06Z,GQY1XT001BQX4D,GQY1XT001AY9D2,GQY1XT001C4OOT,GQY1XT001ERSO9,GQY1XT001CQAQ9,GQY1XT001BHBYA,GQY1XT001AFN5D,GQY1XT001DV896,GQY1XT001D8XQ8,GQY1XT001DQQON,GQY1XT001CT06Q,GQY1XT001DOT8J,GQY1XT001CHEUM,GQY1XT001CF4RX,GQY1XT001B1N18,GQY1XT001C5J4S,GQY1XT001A32XW,GQY1XT001A0P51,GQY1XT001D5RVC,GQY1XT001C56B1,GQY1XT001DO3FY,GQY1XT001BE2SU,GQY1XT001E4D0E,GQY1XT001EJP7V,GQY1XT001BE1PA,GQY1XT001BZV6N,GQY1XT001B0WGX,GQY1XT001DN99B,GQY1XT001CZLZZ,GQY1XT001AGW6O,GQY1XT001A680N,GQY1XT001CP76B,GQY1XT001DK3UO,GQY1XT001C7GCG,GQY1XT001BF8RT,GQY1XT001B12Z7,GQY1XT001B9TWR,GQY1XT001ATMRF,GQY1XT001CYB7K,GQY1XT001CC1MY,GQY1XT001DZ6LA,GQY1XT001BKBUO,GQY1XT001EEH8Q,GQY1XT001CIG04,GQY1XT001ALF2D,GQY1XT001CQ7LX,GQY1XT001B28NS,GQY1XT001D5555,GQY1XT001BFO83,GQY1XT001BEQW4,GQY1XT001D7OY3,GQY1XT001E1F1Z,GQY1XT001C89O3,GQY1XT001BHXYL,GQY1XT001BQU3W,GQY1XT001EXKBF,GQY1XT001EWHEV,GQY1XT001EVXO8,GQY1XT001ECX6C,GQY1XT001EAMOX,GQY1XT001DYA2P,GQY1XT001D1ZGM,GQY1XT001CMDJQ,GQY1XT001BGWEU,GQY1XT001B8NF5,GQY1XT001B5Y3S,GQY1XT001B5BMG,GQY1XT001AVZVH,GQY1XT001CL7XQ,GQY1XT001BFR55,GQY1XT001EPXCX,GQY1XT001BHU3P,GQY1XT001EERDA,GQY1XT001EW3LD,GQY1XT001BXLU7,GQY1XT001CP5A5,GQY1XT001AHBFN,GQY1XT001BBV2W,GQY1XT001B8DQA,GQY1XT001BHV55,GQY1XT001BG2AD,GQY1XT001CK0U8,GQY1XT001C1ZQH,GQY1XT001AOZFG,GQY1XT001BABMG,GQY1XT001BETU9,GQY1XT001AR0TB,GQY1XT001BRLSE,GQY1XT001C7RNT,GQY1XT001DP9ZX,GQY1XT001A9LGG,GQY1XT001ANX3L,GQY1XT001D6C9H,GQY1XT001DRJ2K,GQY1XT001EQMZJ,GQY1XT001D0D8C,GQY1XT001C5SG2,GQY1XT001CDJM5,GQY1XT001DF496,GQY1XT001B20P9,GQY1XT001A18VH,GQY1XT001EJV0Y,GQY1XT001AS3MD,GQY1XT001CQ6DJ,GQY1XT001BUGAC,GQY1XT001ATB82,GQY1XT001EMKUG,GQY1XT001ALRCR,GQY1XT001AYS08,GQY1XT001AWVXS,GQY1XT001CDMRU,GQY1XT001CKSM1,GQY1XT001CHRQC,GQY1XT001CPWRF,GQY1XT001BH6Q9,GQY1XT001D2V5K,GQY1XT001BJFRQ,GQY1XT001C4W0M,GQY1XT001E1IF5,GQY1XT001B07S7,GQY1XT001AMBOR,GQY1XT001EX26E,GQY1XT001BHRAZ,GQY1XT001EUA6C,GQY1XT001DRNAK,GQY1XT001EOGTS,GQY1XT001APXVD,GQY1XT001BFT24,GQY1XT001A4JD8,GQY1XT001AZ9PC,GQY1XT001D8T0F,GQY1XT001C65U2,GQY1XT001CDJLX,GQY1XT001A32CU,GQY1XT001A8QW0,GQY1XT001EJWXH,GQY1XT001BJJGX,GQY1XT001A78PG,GQY1XT001BM79A,GQY1XT001A1W7Q,GQY1XT001CGSAA,GQY1XT001D19DB,GQY1XT001EQHY6,GQY1XT001DPL3G,GQY1XT001DNQ5A,GQY1XT001DYIA0,GQY1XT001ECI9U,GQY1XT001EK6GJ,GQY1XT001C3KY2,GQY1XT001BQOM4,GQY1XT001CYK9O,GQY1XT001D33S8,GQY1XT001AYKW6,GQY1XT001BY2Y8,GQY1XT001EO6I0,GQY1XT001B7R7R,GQY1XT001AQ0HA,GQY1XT001DLPWJ,GQY1XT001C6SI6,GQY1XT001BJAOP,GQY1XT001AVC61,GQY1XT001CZIYG,GQY1XT001EGSQ9,GQY1XT001AFW2H,GQY1XT001AXU4W,GQY1XT001CAXVG,GQY1XT001DHN2Y,GQY1XT001C4RIW,GQY1XT001C027O,GQY1XT001EMMAW,GQY1XT001DBGRV,GQY1XT001ET30J,GQY1XT001CE8GT,GQY1XT001CTZK6,GQY1XT001ET8Q5,GQY1XT001D614S,GQY1XT001A8TLM,GQY1XT001AKZEK,GQY1XT001CT0N9,GQY1XT001CWIFA,GQY1XT001D1YP7,GQY1XT001C5N2E,GQY1XT001BJMR9,GQY1XT001ALSW1,GQY1XT001DP3JU,GQY1XT001D458H,GQY1XT001DMXG7,GQY1XT001B73HO,GQY1XT001DSFRL,GQY1XT001AG0YZ,GQY1XT001C40B8,GQY1XT001AW015,GQY1XT001EEIXI,GQY1XT001DK3H3,GQY1XT001EFKXK,GQY1XT001B8Z3G,GQY1XT001BSROV,GQY1XT001CL1SY,GQY1XT001C1SWI,GQY1XT001B9XLG,GQY1XT001E0T8G,GQY1XT001B2TEM,GQY1XT001EY263,GQY1XT001ECU7C,GQY1XT001BX7GK,GQY1XT001BE4LF,GQY1XT001DBGO2,GQY1XT001ENGD5,GQY1XT001BUXIS,GQY1XT001D5KD2,GQY1XT001CSNO6,GQY1XT001EL885,GQY1XT001AX3LV,GQY1XT001BUANJ,GQY1XT001AXPE7,GQY1XT001C5SQ0,GQY1XT001B8GM1,GQY1XT001DFY89,GQY1XT001CYHG5,GQY1XT001DYMYJ,GQY1XT001EIY7H,GQY1XT001BCV62,GQY1XT001BZLLH,GQY1XT001B7O9O,GQY1XT001BZJN2,GQY1XT001A810K,GQY1XT001DK8NL,GQY1XT001EIA9J,GQY1XT001EN7RT,GQY1XT001B2RZZ,GQY1XT001BWK52,GQY1XT001B639S,GQY1XT001CG1AP,GQY1XT001CXGHZ,GQY1XT001AMCQI,GQY1XT001B2VD1,GQY1XT001BG620,GQY1XT001AJMHR,GQY1XT001ER5OD,GQY1XT001AN73Q,GQY1XT001B897Z,GQY1XT001CKLVO,GQY1XT001CXEAJ,GQY1XT001D4HFT,GQY1XT001BLXEM,GQY1XT001BV5TN,GQY1XT001A00S9,GQY1XT001CSH8X,GQY1XT001BKHYT,GQY1XT001BLKP7,GQY1XT001EUL4P,GQY1XT001B1IYH,GQY1XT001BVH4W,GQY1XT001DXH90,GQY1XT001AXD9A,GQY1XT001DVYFE,GQY1XT001DCH7E,GQY1XT001AMN5Z,GQY1XT001CXGC3,GQY1XT001AKYHR,GQY1XT001C0W46,GQY1XT001C6HVK,GQY1XT001CTJJ8,GQY1XT001DU6J5,GQY1XT001DVI05,GQY1XT001BWKYT,GQY1XT001CGALZ,GQY1XT001C8WAR,GQY1XT001C6GM6,GQY1XT001BVBFN,GQY1XT001BUWF1,GQY1XT001APZF4,GQY1XT001A6650,GQY1XT001BFMJ9,GQY1XT001EES4P,GQY1XT001A5E7I,GQY1XT001DED9N,GQY1XT001B7XBQ,GQY1XT001D30Q8,GQY1XT001AZXA3,GQY1XT001DRJT2,GQY1XT001D4BRL,GQY1XT001DSBEP,GQY1XT001CZBGM,GQY1XT001C8NBS,GQY1XT001BCX4X,GQY1XT001EX6ZU,GQY1XT001DAPWI,GQY1XT001DZN87,GQY1XT001EKAN1,GQY1XT001CROBO,GQY1XT001ECF6W,GQY1XT001C674Q,GQY1XT001AVSGM,GQY1XT001C75VZ,GQY1XT001BKKLG,GQY1XT001EAHA0,GQY1XT001CTPWS,GQY1XT001CTP3U,GQY1XT001DRMOW,GQY1XT001ELR3X,GQY1XT001CF03H,GQY1XT001EP432,GQY1XT001CYL30,GQY1XT001CY3V0,GQY1XT001EURBF,GQY1XT001DUD2N,GQY1XT001CKW9G,GQY1XT001B1UJE,GQY1XT001A9Z8W,GQY1XT001DEZ0S,GQY1XT001DKF8Z,GQY1XT001A1EW8,GQY1XT001B9PAY,GQY1XT001AJMU6,GQY1XT001AS605,GQY1XT001ALCMN,GQY1XT001BWMMF,GQY1XT001CWNIB,GQY1XT001DYAM6,GQY1XT001C084X,GQY1XT001EZU3I,GQY1XT001CGYW3,GQY1XT001EQLQR,GQY1XT001B2FMN,GQY1XT001EAVYO,GQY1XT001AEIUV,GQY1XT001AJ6AB,GQY1XT001CYLJM,GQY1XT001B63IM,GQY1XT001DU6VZ,GQY1XT001DMJQR,GQY1XT001DVWPM,GQY1XT001A8M00,GQY1XT001DREH8,GQY1XT001BY8GA,GQY1XT001CILZT,GQY1XT001EFAUY,GQY1XT001AQEWD,GQY1XT001C9EI6,GQY1XT001A7IN8,GQY1XT001AV4EU,GQY1XT001B3YMO,GQY1XT001ALWES,GQY1XT001ASEKV,GQY1XT001EZZ03,GQY1XT001EWIE7,GQY1XT001B1DA3,GQY1XT001A2M2O,GQY1XT001C4GGX,GQY1XT001CI1F9,GQY1XT001DQT63,GQY1XT001DFW52,GQY1XT001AY5T8,GQY1XT001ANXXZ,GQY1XT001C7LFG,GQY1XT001A6QR6,GQY1XT001EHJLB,GQY1XT001ALI4V,GQY1XT001AOVE1,GQY1XT001BTNAG,GQY1XT001CT5MK,GQY1XT001CIC40,GQY1XT001DCQOU,GQY1XT001DDNRO,GQY1XT001BYC3Y,GQY1XT001D0ZS9,GQY1XT001BT2AY,GQY1XT001D8DBU,GQY1XT001CN81B,GQY1XT001EE9ZG,GQY1XT001EC6FD,GQY1XT001DPKXS,GQY1XT001A78LI,GQY1XT001AI9XM,GQY1XT001CRYMR,GQY1XT001CNSVA,GQY1XT001CHAO2,GQY1XT001C23RW,GQY1XT001AR7CB,GQY1XT001BV24V,GQY1XT001C7HHJ,GQY1XT001BTUGK,GQY1XT001ESGLM,GQY1XT001ECPOE,GQY1XT001EB8PZ,GQY1XT001DBPYR,GQY1XT001D5LTC,GQY1XT001D06Y0,GQY1XT001CNE8M,GQY1XT001CDU7L,GQY1XT001BX018,GQY1XT001BQ0TO,GQY1XT001BHCDY,GQY1XT001AU9FJ,GQY1XT001A8C0F,GQY1XT001BKHTP,GQY1XT001AH8DG,GQY1XT001DL52G,GQY1XT001DD4XL,GQY1XT001ASJX4,GQY1XT001BBCUC,GQY1XT001AT1PA,GQY1XT001BAZVQ,GQY1XT001A2AC9,GQY1XT001EFBFN,GQY1XT001CD2UH,GQY1XT001CL6H6,GQY1XT001CWEKK,GQY1XT001CYC7L,GQY1XT001EGR4M,GQY1XT001BRBKR,GQY1XT001BW8O4,GQY1XT001BRY4O,GQY1XT001CNMG6,GQY1XT001B8QS4,GQY1XT001AZ44X,GQY1XT001DZFV7,GQY1XT001CN3A7,GQY1XT001DFUQR,GQY1XT001BFMXQ,GQY1XT001BXAQG,GQY1XT001DDUJ9,GQY1XT001CC4KQ,GQY1XT001AWSDI,GQY1XT001EKB0H,GQY1XT001C95XN,GQY1XT001DA9KW,GQY1XT001BJM1D,GQY1XT001DP40B,GQY1XT001EN9CZ,GQY1XT001EXH82,GQY1XT001EXA8Y,GQY1XT001D9MZB,GQY1XT001C92E1,GQY1XT001DLK6P,GQY1XT001BB8BG,GQY1XT001BWZJ0,GQY1XT001AQ8DV,GQY1XT001A12EU,GQY1XT001BEXE7,GQY1XT001AZICC,GQY1XT001CP32D,GQY1XT001COPHQ,GQY1XT001D9121,GQY1XT001EDPOL,GQY1XT001BNYBC,GQY1XT001AR6HP,GQY1XT001BFF6J,GQY1XT001BRGRX,GQY1XT001CMW8H,GQY1XT001DASQZ,GQY1XT001DGUMG,GQY1XT001BWXU8,GQY1XT001DH2RW,GQY1XT001DWL7U,GQY1XT001BTM8T,GQY1XT001AUGPO,GQY1XT001CER4N,GQY1XT001ATHVG,GQY1XT001D1IRC,GQY1XT001B3NPX,GQY1XT001D3AZS,GQY1XT001BQRB7,GQY1XT001DBL09,GQY1XT001C1DLD,GQY1XT001CFDUI,GQY1XT001CBXK5,GQY1XT001ERMCM,GQY1XT001CEVPJ,GQY1XT001EC3ZO,GQY1XT001CFZ5T,GQY1XT001A6KLB,GQY1XT001ENLFI,GQY1XT001B5JYD,GQY1XT001B9HA4,GQY1XT001ERU7Z,GQY1XT001B9RBY,GQY1XT001BZRVW,GQY1XT001DCKZF,GQY1XT001B7RPM,GQY1XT001C37ZF,GQY1XT001C0EWP,GQY1XT001ECN0F,GQY1XT001D6ISU,GQY1XT001CNGTZ,GQY1XT001AVRV6,GQY1XT001E3C1V,GQY1XT001EDEOP,GQY1XT001BLSYH,GQY1XT001DZO93,GQY1XT001APIX6,GQY1XT001A9I1E,GQY1XT001C95PR,GQY1XT001A1LUU,GQY1XT001BEJL9,GQY1XT001AJY6S,GQY1XT001APU0E,GQY1XT001A67C3,GQY1XT001DI5UE,GQY1XT001EL2G6,GQY1XT001BL9JQ,GQY1XT001BCPBF,GQY1XT001BWL1J,GQY1XT001BM78L,GQY1XT001EKNZ1,GQY1XT001DCUSN,GQY1XT001ALFU4,GQY1XT001B2NXU,GQY1XT001ALAZ5,GQY1XT001CH4RK,GQY1XT001BW9PC,GQY1XT001B9118,GQY1XT001BJ7QQ,GQY1XT001BDLC0,GQY1XT001DWVLA,GQY1XT001ETYC9,GQY1XT001A0JY7,GQY1XT001C9Y9W,GQY1XT001C40TS,GQY1XT001A411X,GQY1XT001ALENK,GQY1XT001CF8NX,GQY1XT001DUVPL,GQY1XT001CW4JC,GQY1XT001BD9O0,GQY1XT001ECXJU,GQY1XT001BFKO7,GQY1XT001D69XJ,GQY1XT001E1CNO,GQY1XT001CGZRM,GQY1XT001BV6O6,GQY1XT001DMBUD,GQY1XT001D0NC0,GQY1XT001AQJPY,GQY1XT001CCF89,GQY1XT001BWN6V,GQY1XT001A1F12,GQY1XT001CS6KG,GQY1XT001DT2AG,GQY1XT001CQ0NP,GQY1XT001E0M2A,GQY1XT001ENPJV,GQY1XT001AQBUC,GQY1XT001BSXIA,GQY1XT001AQZ3D,GQY1XT001D2LCZ,GQY1XT001B8AF7,GQY1XT001DAUO8,GQY1XT001D193V,GQY1XT001BRTMM,GQY1XT001CCN6L,GQY1XT001AWC0L,GQY1XT001D8GMX,GQY1XT001B6NMM,GQY1XT001CWGTL,GQY1XT001DKRMY,GQY1XT001CJ8DN,GQY1XT001DZ7KM,GQY1XT001DAP0Y,GQY1XT001AKENT,GQY1XT001D15AH,GQY1XT001CB0SG,GQY1XT001ESH18,GQY1XT001BTBVJ,GQY1XT001D02QO,GQY1XT001BVN3Q,GQY1XT001CCSYL,GQY1XT001D6XGG,GQY1XT001CRYVH,GQY1XT001CF13B,GQY1XT001DS6K1,GQY1XT001AYFWP,GQY1XT001DNJ3U,GQY1XT001A9WB7,GQY1XT001BYD4T,GQY1XT001CGU82,GQY1XT001BBRCX,GQY1XT001AN60H,GQY1XT001B25DM,GQY1XT001CR582,GQY1XT001BY7J0,GQY1XT001A35CA,GQY1XT001C660H,GQY1XT001DLWVJ,GQY1XT001BFBMK,GQY1XT001C41EK,GQY1XT001BWQKK,GQY1XT001DL7OR,GQY1XT001D53YD,GQY1XT001EAMZP,GQY1XT001AIN1V,GQY1XT001AFKFP,GQY1XT001DZ9H7,GQY1XT001AMXIE,GQY1XT001DSWON,GQY1XT001BDZGG,GQY1XT001DQMET,GQY1XT001AU0E1,GQY1XT001BJRZZ,GQY1XT001AGNBP,GQY1XT001EFOX9,GQY1XT001B030K,GQY1XT001BIMZX,GQY1XT001EBCKB,GQY1XT001AXUWI,GQY1XT001DELY5,GQY1XT001ES44K,GQY1XT001EEUKE,GQY1XT001BTFTV,GQY1XT001A1BAF,GQY1XT001EFZNK,GQY1XT001B4YUU,GQY1XT001BN408,GQY1XT001BHXWU,GQY1XT001C375F,GQY1XT001D07FA,GQY1XT001BPV0M,GQY1XT001DG7KL,GQY1XT001BGGNS,GQY1XT001BSLIL,GQY1XT001EY3GL,GQY1XT001D7KME,GQY1XT001AQBSQ,GQY1XT001ER47Z,GQY1XT001ANGOU,GQY1XT001DXPF1,GQY1XT001B63OH,GQY1XT001BEXHR,GQY1XT001EFRW8,GQY1XT001BJ5YX,GQY1XT001CKUAB,GQY1XT001DNGC7,GQY1XT001D7XCV,GQY1XT001DYEWM,GQY1XT001DM75F,GQY1XT001C7WKF,GQY1XT001DYBPV,GQY1XT001EZN1E,GQY1XT001CGAZL,GQY1XT001BBO7X,GQY1XT001EEP1S,GQY1XT001CLQLK,GQY1XT001BLSIC,GQY1XT001DB8QZ,GQY1XT001D01WM,GQY1XT001BQGNQ,GQY1XT001AKNL4,GQY1XT001BU94A,GQY1XT001BK11O,GQY1XT001C1KMY,GQY1XT001D4V5M,GQY1XT001BY5OV,GQY1XT001BX704,GQY1XT001BBCJH,GQY1XT001EM18W,GQY1XT001AUF8Z,GQY1XT001BXWGB,GQY1XT001EOK6I,GQY1XT001D08CQ,GQY1XT001D0ZL0,GQY1XT001BOYTO,GQY1XT001EE7SW,GQY1XT001E5CSD,GQY1XT001EXX5Y,GQY1XT001BNP0I,GQY1XT001AL5SI,GQY1XT001CJ4XU,GQY1XT001DBAOB,GQY1XT001DCUNM,GQY1XT001EG4ZS,GQY1XT001DJ19S,GQY1XT001BX2OV,GQY1XT001ECGPM,GQY1XT001DBRLH,GQY1XT001DODIE,GQY1XT001EB44Y,GQY1XT001C4YST,GQY1XT001D3ECS,GQY1XT001BSIKV,GQY1XT001D0H8Y,GQY1XT001AJHIE,GQY1XT001CQ34T,GQY1XT001AIUMG,GQY1XT001EVP6Y,GQY1XT001CK48C,GQY1XT001AX9VB,GQY1XT001D8WHM,GQY1XT001AKL75,GQY1XT001DSFCN,GQY1XT001E3F2Q,GQY1XT001AO05A,GQY1XT001BVT2W,GQY1XT001C3TGH,GQY1XT001CRYP1,GQY1XT001CP439,GQY1XT001DE4VA,GQY1XT001DE42S,GQY1XT001D5XVL,GQY1XT001D0FF1,GQY1XT001CT9IF,GQY1XT001C9MIY,GQY1XT001BQBW8,GQY1XT001BOWO5,GQY1XT001BFN38,GQY1XT001BA4U0,GQY1XT001B35B6,GQY1XT001B0PJ9,GQY1XT001AZHFM,GQY1XT001ALZDV,GQY1XT001AI0YY,GQY1XT001A8N6W,GQY1XT001A7JC6,GQY1XT001A3HAC,GQY1XT001ANDFX,GQY1XT001CXE7I,GQY1XT001A9EMH,GQY1XT001BELTN,GQY1XT001DJS35,GQY1XT001DOV8Q,GQY1XT001CHNII,GQY1XT001AM8TG,GQY1XT001D863F,GQY1XT001ATDYT,GQY1XT001CC87P,GQY1XT001AYFBB,GQY1XT001CNHR3,GQY1XT001E0HJD,GQY1XT001DT0AZ,GQY1XT001BHAI3,GQY1XT001EC8HE,GQY1XT001DE43Q,GQY1XT001A3EZE,GQY1XT001A8PGQ,GQY1XT001CT5EI,GQY1XT001DE1D6,GQY1XT001B59AW,GQY1XT001EXR3L,GQY1XT001A7VPM,GQY1XT001BMTS4,GQY1XT001C70R5,GQY1XT001AZJBH,GQY1XT001C54VB,GQY1XT001AVX8B,GQY1XT001EKCKW,GQY1XT001BP1TL,GQY1XT001C0KFI,GQY1XT001CUVKW,GQY1XT001A15Q9,GQY1XT001BW0I6,GQY1XT001B3BE1,GQY1XT001BPVOR,GQY1XT001BG96M,GQY1XT001DD71P,GQY1XT001BYYLB,GQY1XT001BH7X2,GQY1XT001CNNKB,GQY1XT001DYA2M,GQY1XT001ENXHG,GQY1XT001DJATK,GQY1XT001CLV17,GQY1XT001DNANI,GQY1XT001AG2KT,GQY1XT001DAJCF,GQY1XT001BQW2D,GQY1XT001AJORU,GQY1XT001ERE1S,GQY1XT001BRLE0,GQY1XT001B8I3F,GQY1XT001BZV5T,GQY1XT001AWR9G,GQY1XT001AGG8J,GQY1XT001CW38L,GQY1XT001DAQ71,GQY1XT001CZV1H,GQY1XT001ANPZ0,GQY1XT001BVG5U,GQY1XT001BDUD0,GQY1XT001CZOUI,GQY1XT001BSGKK,GQY1XT001B4ZDC,GQY1XT001BRXZ8,GQY1XT001B29DD,GQY1XT001CPN8Z,GQY1XT001C1OPK,GQY1XT001EXEG7,GQY1XT001EE8C1,GQY1XT001DKG95,GQY1XT001E1CEG,GQY1XT001EF0PG,GQY1XT001C280C,GQY1XT001EGRQE,GQY1XT001DMW7D,GQY1XT001CJIYK,GQY1XT001BW2B2,GQY1XT001A65B1,GQY1XT001CQBDR,GQY1XT001BI5W7,GQY1XT001EQXIP,GQY1XT001DRJ49,GQY1XT001BOCDU,GQY1XT001DQN3H,GQY1XT001DLZAQ,GQY1XT001ETC4U,GQY1XT001EXKEY,GQY1XT001DJW1W,GQY1XT001A71AG,GQY1XT001BIAQ1,GQY1XT001CDABB,GQY1XT001DPRQJ,GQY1XT001COFJK,GQY1XT001A19E3,GQY1XT001B3EY8,GQY1XT001D8XN8,GQY1XT001E4AN4,GQY1XT001BQ288,GQY1XT001B6L11,GQY1XT001B5468,GQY1XT001A0TKM,GQY1XT001CE3V2,GQY1XT001DVA5P,GQY1XT001EN0SC,GQY1XT001CJOO4,GQY1XT001BNDPU,GQY1XT001BFFJ8,GQY1XT001EN6VY,GQY1XT001AGTVZ,GQY1XT001C8JRC,GQY1XT001AROUW,GQY1XT001EO7P0,GQY1XT001AXKNT,GQY1XT001BUUNE,GQY1XT001EUD28,GQY1XT001D7EVL,GQY1XT001CP19P,GQY1XT001EYXQE,GQY1XT001BY6XA,GQY1XT001B3999,GQY1XT001APVT1,GQY1XT001BAKLX,GQY1XT001CZNBA,GQY1XT001CN54N,GQY1XT001A8IO0,GQY1XT001B6Y36,GQY1XT001C9ST4,GQY1XT001CNS4G,GQY1XT001BCD67,GQY1XT001CRQNF,GQY1XT001DRWSQ,GQY1XT001D5YGH,GQY1XT001D7K23,GQY1XT001DYRDE,GQY1XT001BQV25,GQY1XT001CO0PL,GQY1XT001DLCGD,GQY1XT001DMZE3,GQY1XT001D6DT5,GQY1XT001CD8YY,GQY1XT001AFLQL,GQY1XT001AFL60,GQY1XT001ED9SX,GQY1XT001B4SUB,GQY1XT001CG76M,GQY1XT001D8WCF,GQY1XT001BS08S,GQY1XT001BC20I,GQY1XT001DC81U,GQY1XT001BFERW,GQY1XT001CSSF3,GQY1XT001CA9U3,GQY1XT001CSIVS,GQY1XT001AUOHF,GQY1XT001AYSY6,GQY1XT001CSOMU,GQY1XT001BED1V,GQY1XT001CP8FC,GQY1XT001DHEYU,GQY1XT001CTFVK,GQY1XT001DTCBH,GQY1XT001A233E,GQY1XT001CI6KO,GQY1XT001EAW5F,GQY1XT001CJZXY,GQY1XT001CJHL8,GQY1XT001AE4XL,GQY1XT001ENTHC,GQY1XT001A4IAD,GQY1XT001BZEAT,GQY1XT001AMYHJ,GQY1XT001DKDBU,GQY1XT001D49LM,GQY1XT001DXKR5,GQY1XT001B1311,GQY1XT001B9XGJ,GQY1XT001DU6PZ,GQY1XT001BTSME,GQY1XT001C9VNG,GQY1XT001B29BT,GQY1XT001CHDNT,GQY1XT001ECRGI,GQY1XT001AJ6TG,GQY1XT001A7MDH,GQY1XT001DKIG2,GQY1XT001AFRQU,GQY1XT001AQHD2,GQY1XT001B49VL,GQY1XT001EN3FD,GQY1XT001DA88Z,GQY1XT001BS6EP,GQY1XT001C6TZW,GQY1XT001D30DS,GQY1XT001COYR5,GQY1XT001APEWG,GQY1XT001BYPMG,GQY1XT001CUN5V,GQY1XT001A6SEC,GQY1XT001BWT23,GQY1XT001BF0KA,GQY1XT001DZ8R6,GQY1XT001DQWSL,GQY1XT001EREHW,GQY1XT001DZS72,GQY1XT001EXE3S,GQY1XT001APH4Y,GQY1XT001C5JA1,GQY1XT001AKKZ0,GQY1XT001DZCNW,GQY1XT001ESDFZ,GQY1XT001EOVIH,GQY1XT001EK2UC,GQY1XT001DMN6C,GQY1XT001CY47S,GQY1XT001CNSQC,GQY1XT001CK7ER,GQY1XT001CJAQW,GQY1XT001CA1YW,GQY1XT001C3M9S,GQY1XT001BRAQD,GQY1XT001BNNB0,GQY1XT001BKOP8,GQY1XT001BDVRL,GQY1XT001ASBW9,GQY1XT001ARFEE,GQY1XT001ANTM8,GQY1XT001AH2EB,GQY1XT001AFD5J,GQY1XT001AEYSZ,GQY1XT001BH60W,GQY1XT001CSQP4,GQY1XT001AQZU0,GQY1XT001BZIZ9,GQY1XT001CJK0P,GQY1XT001AQKDA,GQY1XT001BE2ZH,GQY1XT001BTUQ2,GQY1XT001BZ4JK,GQY1XT001AGKG7,GQY1XT001CFTDT,GQY1XT001EED9P,GQY1XT001CA0FG,GQY1XT001A3BKT,GQY1XT001C0QRX,GQY1XT001ASA37,GQY1XT001D7M1A,GQY1XT001CB9OX,GQY1XT001AT2RW,GQY1XT001BKDZI,GQY1XT001CM912,GQY1XT001B6AG2,GQY1XT001CZP24,GQY1XT001AOZMK,GQY1XT001CCAZD,GQY1XT001C3I06,GQY1XT001CRIU6,GQY1XT001CYS0O,GQY1XT001C1W5W,GQY1XT001CBSIE,GQY1XT001CF81G,GQY1XT001BPXT9,GQY1XT001CFL9D,GQY1XT001AYENO,GQY1XT001A7K9D,GQY1XT001C6S75,GQY1XT001A43JY,GQY1XT001CGTKS,GQY1XT001CN1Z9,GQY1XT001AHTHW,GQY1XT001EI6CU,GQY1XT001DDI66,GQY1XT001EOU6D,GQY1XT001BXU7Q,GQY1XT001CK9X7,GQY1XT001DC35L,GQY1XT001BQ78A,GQY1XT001CY8AB,GQY1XT001D4UTY,GQY1XT001B6MH3,GQY1XT001DEI7N,GQY1XT001D2XUH,GQY1XT001DK3SA,GQY1XT001DCY14,GQY1XT001D7W17,GQY1XT001AUOS5,GQY1XT001BXNOJ,GQY1XT001D1WRE,GQY1XT001B63FA,GQY1XT001E38EH,GQY1XT001DA0SU,GQY1XT001EX6GN,GQY1XT001DEP6K,GQY1XT001EE940,GQY1XT001CGUPX,GQY1XT001E38H0,GQY1XT001BB1EW,GQY1XT001A65RT,GQY1XT001BWR0S,GQY1XT001EXQ74,GQY1XT001A1NCC,GQY1XT001AGEHU,GQY1XT001CIQ74,GQY1XT001BRUAS,GQY1XT001ATEM0,GQY1XT001BHBRZ,GQY1XT001D21VZ,GQY1XT001DM51J,GQY1XT001CMXN3,GQY1XT001EXG8E,GQY1XT001AVJF4,GQY1XT001DNA4G,GQY1XT001CDHLG,GQY1XT001BI1ZE,GQY1XT001BLHQ3,GQY1XT001ENF8U,GQY1XT001C4S6Z,GQY1XT001B9N3H,GQY1XT001C21A5,GQY1XT001DZKXU,GQY1XT001BZJMB,GQY1XT001D57LL,GQY1XT001A879G,GQY1XT001A4BAH,GQY1XT001BKSZZ,GQY1XT001AJPMZ,GQY1XT001BJP1U,GQY1XT001B657G,GQY1XT001AW508,GQY1XT001ARYUM,GQY1XT001CBHIS,GQY1XT001CYMOZ,GQY1XT001AVYRV,GQY1XT001CD54V,GQY1XT001E2QWA,GQY1XT001A5UC0,GQY1XT001ETK6X,GQY1XT001DFFT2,GQY1XT001BT95A,GQY1XT001CWG4O,GQY1XT001C5T5R,GQY1XT001CGELD,GQY1XT001BWR3W,GQY1XT001B66M9,GQY1XT001ARX2F,GQY1XT001BRDO6,GQY1XT001BEPBG,GQY1XT001EWW4F,GQY1XT001DV449,GQY1XT001EM3TU,GQY1XT001DFXE4,GQY1XT001EYK8H,GQY1XT001BGVGY,GQY1XT001B6GUU,GQY1XT001A21FC,GQY1XT001C42L5,GQY1XT001D0V3R,GQY1XT001D2KCD,GQY1XT001CN70O,GQY1XT001DJSH2,GQY1XT001DQN26,GQY1XT001CJMO9,GQY1XT001E131F,GQY1XT001CTWAC,GQY1XT001E1YVM,GQY1XT001CHORG,GQY1XT001D1D4K,GQY1XT001DRSLM,GQY1XT001DOEPH,GQY1XT001DAH69,GQY1XT001BW88A,GQY1XT001DZRUV,GQY1XT001CL608,GQY1XT001D4PSL,GQY1XT001EHGGH,GQY1XT001BLQJU,GQY1XT001B65TE,GQY1XT001AWA7J,GQY1XT001EQR1N,GQY1XT001AEGMH,GQY1XT001AE4WO,GQY1XT001CVDWP,GQY1XT001A412I,GQY1XT001AXUF7,GQY1XT001B65AF,GQY1XT001ANACD,GQY1XT001B9L8R,GQY1XT001BP29S,GQY1XT001C0OFD,GQY1XT001EV794,GQY1XT001BP7H8,GQY1XT001A0RHD,GQY1XT001A85YZ,GQY1XT001COGUN,GQY1XT001B6BYT,GQY1XT001EXWX4,GQY1XT001AO5OS,GQY1XT001C5W65,GQY1XT001DOJZ9,GQY1XT001A00VO,GQY1XT001EXWZQ,GQY1XT001DC38L,GQY1XT001CNX19,GQY1XT001DHTJR,GQY1XT001B9X7O,GQY1XT001AKXHI,GQY1XT001DFKR7,GQY1XT001BH15U,GQY1XT001DU3A5,GQY1XT001BIB9B,GQY1XT001DQ2KE,GQY1XT001DOTD3,GQY1XT001EDJR4,GQY1XT001EN3ME,GQY1XT001E2V0F,GQY1XT001BKIFA,GQY1XT001DS6TE,GQY1XT001CAQ3P,GQY1XT001A2JF3,GQY1XT001CP0G5,GQY1XT001DBDZC,GQY1XT001DWA9U,GQY1XT001DAW7L,GQY1XT001AWMH7,GQY1XT001B0QEX,GQY1XT001DCK64,GQY1XT001E0XA5,GQY1XT001DGX3M,GQY1XT001DT0MA,GQY1XT001DXYC3,GQY1XT001BOU40,GQY1XT001EA0P1,GQY1XT001BI6ZB,GQY1XT001B5ZTC,GQY1XT001EVW3U,GQY1XT001EKTKB,GQY1XT001B9SCJ,GQY1XT001CIJNJ,GQY1XT001AY25V,GQY1XT001DW71L,GQY1XT001AVG3G,GQY1XT001C6CQR,GQY1XT001AMQCB,GQY1XT001AJSGN,GQY1XT001D5XKK,GQY1XT001BWIW8,GQY1XT001CUYIS,GQY1XT001BV0P2,GQY1XT001AEVW3,GQY1XT001D6JHI,GQY1XT001B359V,GQY1XT001B1PT6,GQY1XT001AP1Z6,GQY1XT001BKNT2,GQY1XT001BDP7X,GQY1XT001AQ23K,GQY1XT001ES0OI,GQY1XT001B40BK,GQY1XT001DDG6T,GQY1XT001DK4R4,GQY1XT001EXY2C,GQY1XT001CEVMV,GQY1XT001CB5V8,GQY1XT001BUCO4,GQY1XT001AYXZP,GQY1XT001C91KN,GQY1XT001B76N8,GQY1XT001BJ0EA,GQY1XT001DVNWU,GQY1XT001DNQWC,GQY1XT001B92OC,GQY1XT001DU5BS,GQY1XT001CH57O,GQY1XT001C6KHJ,GQY1XT001BC6M3,GQY1XT001CCEE5,GQY1XT001AM8NX,GQY1XT001CCM1Q,GQY1XT001AMY51,GQY1XT001BH7FG,GQY1XT001AX7O9,GQY1XT001D8WP2,GQY1XT001B8ZXJ,GQY1XT001CAZ5Q,GQY1XT001BT1V8,GQY1XT001BP2U2,GQY1XT001BTH4T,GQY1XT001DT3NH,GQY1XT001B2MY9,GQY1XT001EHR7T,GQY1XT001BLWM4,GQY1XT001B7ACJ,GQY1XT001BYN9P,GQY1XT001D2J50,GQY1XT001D2MHY,GQY1XT001CMTOE,GQY1XT001E5ZDV,GQY1XT001ESJP0,GQY1XT001DML9I,GQY1XT001CK4SK,GQY1XT001CJA3J,GQY1XT001DIPVB,GQY1XT001D4RBD,GQY1XT001EVPMW,GQY1XT001BI9EJ,GQY1XT001C5I4G,GQY1XT001AYGT9,GQY1XT001CPQX6,GQY1XT001B05M7,GQY1XT001C6ZHB,GQY1XT001CWCBG,GQY1XT001CL6MH,GQY1XT001BBOIF,GQY1XT001A5TU4,GQY1XT001CUTRO,GQY1XT001BWDPO,GQY1XT001E2XTP,GQY1XT001A4XNX,GQY1XT001DWDGA,GQY1XT001CT70M,GQY1XT001CULWG,GQY1XT001BGDR5,GQY1XT001ARA9D,GQY1XT001DOW0E,GQY1XT001ANEUD,GQY1XT001AR5IR,GQY1XT001B13J2,GQY1XT001C240C,GQY1XT001C1J41,GQY1XT001B63A9,GQY1XT001DMRC1,GQY1XT001CFLZB,GQY1XT001CJY4O,GQY1XT001EQV56,GQY1XT001ETF25,GQY1XT001BDEVW,GQY1XT001ETH16,GQY1XT001BZFU5,GQY1XT001C9MRZ,GQY1XT001B05AF,GQY1XT001BAQSR,GQY1XT001ATKYM,GQY1XT001DQQYP,GQY1XT001BW05S,GQY1XT001DD2F8,GQY1XT001B5A60,GQY1XT001AUCWT,GQY1XT001CPXVZ,GQY1XT001C51H6,GQY1XT001AN91F,GQY1XT001D1ZN0,GQY1XT001AX0IC,GQY1XT001CS1Q0,GQY1XT001BJEE4,GQY1XT001DQ1IM,GQY1XT001EHSZS,GQY1XT001A4LGO,GQY1XT001ANSD7,GQY1XT001CEAPO,GQY1XT001ER3CR,GQY1XT001EFBD9,GQY1XT001D04K0,GQY1XT001E0SPV,GQY1XT001ENRJ7,GQY1XT001DJBO0,GQY1XT001CSPQB,GQY1XT001DMHB2,GQY1XT001D0N17,GQY1XT001CK22E,GQY1XT001CUUKU,GQY1XT001BOF4U,GQY1XT001B8K78,GQY1XT001BTEUC,GQY1XT001EVN8G,GQY1XT001DA0VH,GQY1XT001EDPRS,GQY1XT001D7MU2,GQY1XT001CQMLL,GQY1XT001DGH19,GQY1XT001DAC3M,GQY1XT001D5R53,GQY1XT001B64T3,GQY1XT001BB8DF,GQY1XT001AF26O,GQY1XT001D38B7,GQY1XT001D9B0G,GQY1XT001EGOL3,GQY1XT001EOI38,GQY1XT001C45O9,GQY1XT001AUGY4,GQY1XT001EVCL0,GQY1XT001EUD1G,GQY1XT001CEX7H,GQY1XT001A6SWY,GQY1XT001CHJY2,GQY1XT001DQ77H,GQY1XT001A5R14,GQY1XT001D00PO,GQY1XT001BF4V3,GQY1XT001DIZTD,GQY1XT001C6VUU,GQY1XT001D7C0V,GQY1XT001D9M7C,GQY1XT001BHI02,GQY1XT001AVRLX,GQY1XT001CW40Q,GQY1XT001DKROG,GQY1XT001DCNKV,GQY1XT001AY53O,GQY1XT001BR6D5,GQY1XT001AYIYL,GQY1XT001BX8OK,GQY1XT001A09I9,GQY1XT001D4HIM,GQY1XT001A6R7N,GQY1XT001DRVOB,GQY1XT001AXT8X,GQY1XT001EAX3A,GQY1XT001D5I1I,GQY1XT001BWIAT,GQY1XT001BSQWM,GQY1XT001BC6A9,GQY1XT001ECK52,GQY1XT001CO8X7,GQY1XT001C3S8Y,GQY1XT001EALSV,GQY1XT001DBGRO,GQY1XT001CX4EI,GQY1XT001BKPH2,GQY1XT001BPY2X,GQY1XT001CUPM2,GQY1XT001CVLEV,GQY1XT001CG6ZI,GQY1XT001ECNQK,GQY1XT001BUTUJ,GQY1XT001CK9HB,GQY1XT001AW6CD,GQY1XT001AZQ8S,GQY1XT001DPFH1,GQY1XT001DBL6V,GQY1XT001CYNND,GQY1XT001AUI3O,GQY1XT001BAXCK,GQY1XT001DI2XW,GQY1XT001DOICO,GQY1XT001CZEQ3,GQY1XT001BMT77,GQY1XT001AXXLC,GQY1XT001BCVDZ,GQY1XT001BSOAB,GQY1XT001CWXFT,GQY1XT001EH4O2,GQY1XT001BBWD4,GQY1XT001CLX49,GQY1XT001BS44R,GQY1XT001C3SK2,GQY1XT001AKL6U,GQY1XT001EFLJ7,GQY1XT001CNEJE,GQY1XT001B2FJQ,GQY1XT001BFBEO,GQY1XT001EV9XP,GQY1XT001BJ8OD,GQY1XT001ELNH0,GQY1XT001EQOCX,GQY1XT001DGP9U,GQY1XT001A97DI,GQY1XT001DJ0SD,GQY1XT001CYXTH,GQY1XT001CCOPE,GQY1XT001D4YB7,GQY1XT001EH0X1,GQY1XT001BW22P,GQY1XT001E3XZY,GQY1XT001ED0Y3,GQY1XT001B1C07,GQY1XT001A0IV8,GQY1XT001B9RVO,GQY1XT001E4NUW,GQY1XT001B39GU,GQY1XT001B0KNX,GQY1XT001AKBNN,GQY1XT001EDCOF,GQY1XT001D6XZV,GQY1XT001CWNDC,GQY1XT001CSZY4,GQY1XT001B5N9P,GQY1XT001B7BIJ,GQY1XT001BBDTN,GQY1XT001C6B6L,GQY1XT001EXKIQ,GQY1XT001B8H5D,GQY1XT001E1MQS,GQY1XT001DPN1Y,GQY1XT001A1O7Z,GQY1XT001EHVOP,GQY1XT001BLXQ0,GQY1XT001CTSU2,GQY1XT001EPIF1,GQY1XT001DUAO8,GQY1XT001C0VWD,GQY1XT001A933S,GQY1XT001CJEPA,GQY1XT001D7L10,GQY1XT001EX0PZ,GQY1XT001DA2GF,GQY1XT001ED2SF,GQY1XT001DMTDE,GQY1XT001DQIKF,GQY1XT001DS9JK,GQY1XT001A48BI,GQY1XT001AFSPQ,GQY1XT001D5JK1,GQY1XT001BCRXU,GQY1XT001CH6VA,GQY1XT001DVVUL,GQY1XT001D9K1B,GQY1XT001A20EA,GQY1XT001BILQN,GQY1XT001EKWDQ,GQY1XT001CK5B4,GQY1XT001EMK07,GQY1XT001DWVVR,GQY1XT001A39UC,GQY1XT001C1MER,GQY1XT001EWCJO,GQY1XT001CY3KP,GQY1XT001E0HQU,GQY1XT001B4ESS,GQY1XT001DC8H5,GQY1XT001CDO4G,GQY1XT001AHZN8,GQY1XT001BK5CJ,GQY1XT001D6M0O,GQY1XT001CBA0K,GQY1XT001C9DWY,GQY1XT001EONBB,GQY1XT001EZ716,GQY1XT001B1ZOD,GQY1XT001BBKRY,GQY1XT001BRSKI,GQY1XT001EK4KI,GQY1XT001A3SLZ,GQY1XT001DMC9K,GQY1XT001CVIK9,GQY1XT001BH2YW,GQY1XT001DL8QN,GQY1XT001BF051,GQY1XT001A3SFV,GQY1XT001BUPT6,GQY1XT001DGA4Z,GQY1XT001AVTKJ,GQY1XT001DJ414,GQY1XT001EH5IU,GQY1XT001BHPKA,GQY1XT001DXFCR,GQY1XT001EXNJF,GQY1XT001D3ZP9,GQY1XT001AGCS9,GQY1XT001BJKM8,GQY1XT001A539E,GQY1XT001EV9Q7,GQY1XT001EH5NS,GQY1XT001DEI58,GQY1XT001D44AY,GQY1XT001BP9H3,GQY1XT001AWQIG,GQY1XT001C7CO4,GQY1XT001CLE7T,GQY1XT001DP85N,GQY1XT001DUTZ9,GQY1XT001ATTV5,GQY1XT001AJ8FL,GQY1XT001EFFH8,GQY1XT001EX3V0,GQY1XT001D1OFN,GQY1XT001D68ZA,GQY1XT001DV8Y5,GQY1XT001CIB6R,GQY1XT001C1MM4,GQY1XT001A1RNZ,GQY1XT001CFW76,GQY1XT001EQGPY,GQY1XT001EN01O,GQY1XT001EJAGN,GQY1XT001EEQIS,GQY1XT001DX73R,GQY1XT001DWT56,GQY1XT001DQ8EC,GQY1XT001DC68C,GQY1XT001DB56T,GQY1XT001D8Y52,GQY1XT001D7NPV,GQY1XT001CYDOA,GQY1XT001CITYF,GQY1XT001CDQ8Z,GQY1XT001CA65Y,GQY1XT001C9KSU,GQY1XT001C93UL,GQY1XT001C1Z97,GQY1XT001BOIYC,GQY1XT001BLKT1,GQY1XT001BAUB2,GQY1XT001AVZ7N,GQY1XT001ASDY5,GQY1XT001AOS2W,GQY1XT001AIBZG,GQY1XT001AEWFJ,GQY1XT001B57S5,GQY1XT001D4PD8,GQY1XT001DOOB5,GQY1XT001A7ETG,GQY1XT001DRPAG,GQY1XT001B9Q6B,GQY1XT001CE7GT,GQY1XT001EIY9N,GQY1XT001A452X,GQY1XT001B5VIX,GQY1XT001BBJWP,GQY1XT001CQZ9Y,GQY1XT001B8YTQ,GQY1XT001EN02L,GQY1XT001EEKW0,GQY1XT001CXVW8,GQY1XT001C4Z5H,GQY1XT001D43MH,GQY1XT001EHGI3,GQY1XT001AZ173,GQY1XT001CHQ4H,GQY1XT001C0AKM,GQY1XT001D7HWM,GQY1XT001ELZ9L,GQY1XT001ETNB5,GQY1XT001CMM88,GQY1XT001D9YW1,GQY1XT001AYI3P,GQY1XT001ER9J8,GQY1XT001B4C9T,GQY1XT001AIAGL,GQY1XT001C3WUM,GQY1XT001A0XJ3,GQY1XT001CRDPH,GQY1XT001EC7LK,GQY1XT001DZ6YV,GQY1XT001CPDZM,GQY1XT001BAW1M,GQY1XT001DIBOJ,GQY1XT001B01D6,GQY1XT001DMJDN,GQY1XT001A0L3R,GQY1XT001C6H8P,GQY1XT001A6HS7,GQY1XT001BHNXT,GQY1XT001DPPU3,GQY1XT001D8SA8,GQY1XT001BVVSV,GQY1XT001BYHDX,GQY1XT001CRTBZ,GQY1XT001DUKG1,GQY1XT001B0DCV,GQY1XT001CRX3A,GQY1XT001CTSV2,GQY1XT001BCE4B,GQY1XT001EQ1K8,GQY1XT001C083W,GQY1XT001C0KZO,GQY1XT001CQ7FR,GQY1XT001CN89L,GQY1XT001C57OD,GQY1XT001BNV6G,GQY1XT001BZ5K3,GQY1XT001A3X9W,GQY1XT001B8C3I,GQY1XT001A9UU8,GQY1XT001BF5NJ,GQY1XT001EUWWB,GQY1XT001CRM6V,GQY1XT001BODB7,GQY1XT001DYNZR,GQY1XT001D7IT0,GQY1XT001ECHWY,GQY1XT001AVPX0,GQY1XT001C7LUO,GQY1XT001CEZ09,GQY1XT001A5FD2,GQY1XT001DP4EH,GQY1XT001DOO46,GQY1XT001BYWMB,GQY1XT001CAGTI,GQY1XT001A9YVU,GQY1XT001ETMPW,GQY1XT001AIQFJ,GQY1XT001AH2K3,GQY1XT001A83C7,GQY1XT001B9SV4,GQY1XT001CN7KX,GQY1XT001EQ41B,GQY1XT001CRJQ4,GQY1XT001CJ46Y,GQY1XT001A8HB9,GQY1XT001BITMO,GQY1XT001A6XNA,GQY1XT001DUIRD,GQY1XT001A1I2Z,GQY1XT001D2BG6,GQY1XT001BJ1VG,GQY1XT001BDTG3,GQY1XT001B01D3,GQY1XT001C1AUJ,GQY1XT001AU0WC,GQY1XT001AR9UV,GQY1XT001E4EN0,GQY1XT001DNDYJ,GQY1XT001B2ONV,GQY1XT001DEIBS,GQY1XT001D3AUY,GQY1XT001CD9TV,GQY1XT001EVWUI,GQY1XT001EA73G,GQY1XT001DDDAV,GQY1XT001DBUIE,GQY1XT001CJEUO,GQY1XT001CCLRD,GQY1XT001D8MYN,GQY1XT001AL70H,GQY1XT001DOKPV,GQY1XT001BOMBJ,GQY1XT001ENQN4,GQY1XT001AF1GK,GQY1XT001B4K3Y,GQY1XT001AQ5YG,GQY1XT001BB4P0,GQY1XT001AH1NY,GQY1XT001B1UT5,GQY1XT001B2KO6,GQY1XT001BXTRF,GQY1XT001ARV0K,GQY1XT001AT1L6,GQY1XT001CNG7E,GQY1XT001D9W52,GQY1XT001BPQ1R,GQY1XT001BPUCC,GQY1XT001DU8UI,GQY1XT001C2TGR,GQY1XT001AXDCS,GQY1XT001CJZXD,GQY1XT001EACY3,GQY1XT001DHBZD,GQY1XT001A2WR4,GQY1XT001BAUG4,GQY1XT001BRHKX,GQY1XT001E0593,GQY1XT001DNDZD,GQY1XT001B8BZE,GQY1XT001AR7E0,GQY1XT001A6XGS,GQY1XT001EEVYX,GQY1XT001DZE8A,GQY1XT001C659B,GQY1XT001DBOCT,GQY1XT001BKOOV,GQY1XT001A7KGC,GQY1XT001BLRZW,GQY1XT001CD80N,GQY1XT001DXXOK,GQY1XT001END6A,GQY1XT001D2SHK,GQY1XT001DFEIE,GQY1XT001CAES8,GQY1XT001D371O,GQY1XT001DB2HQ,GQY1XT001CQ3MQ,GQY1XT001CAXU9,GQY1XT001DH9FL,GQY1XT001C8SLH,GQY1XT001CFAQN,GQY1XT001D1TSC,GQY1XT001C9ANZ,GQY1XT001AFHNE,GQY1XT001A0UOF,GQY1XT001DU2FF,GQY1XT001CTDUA,GQY1XT001EIIGF,GQY1XT001EEWH6,GQY1XT001EXUJW,GQY1XT001CHXVP,GQY1XT001BD1DA,GQY1XT001D8HDW,GQY1XT001ELGQ6,GQY1XT001EE4JE,GQY1XT001BIWN3,GQY1XT001AE6PO,GQY1XT001CWZ9T,GQY1XT001CYT5Z,GQY1XT001B6T96,GQY1XT001DDPTE,GQY1XT001APT4T,GQY1XT001ALW5Z,GQY1XT001DQWBE,GQY1XT001EZUTM,GQY1XT001AQFLL,GQY1XT001BG0OS,GQY1XT001B00NG,GQY1XT001BUUIH,GQY1XT001EEEB3,GQY1XT001CDZLZ,GQY1XT001D2YPH,GQY1XT001D2PY1,GQY1XT001BWH15,GQY1XT001AU370,GQY1XT001EOVAM,GQY1XT001BB5GG,GQY1XT001CYZBP,GQY1XT001B31M7,GQY1XT001D7S50,GQY1XT001DPXM8,GQY1XT001CV16C,GQY1XT001CJMNO,GQY1XT001DYABT,GQY1XT001BBJLM,GQY1XT001C6P5K,GQY1XT001BWB60,GQY1XT001AG5J4,GQY1XT001DJRA5,GQY1XT001EQSRA,GQY1XT001DR3MO,GQY1XT001BLW0P,GQY1XT001DGE4W,GQY1XT001CGSUZ,GQY1XT001AOX95,GQY1XT001AHQ4M,GQY1XT001AOFDU,GQY1XT001BHTDQ,GQY1XT001DDE4L,GQY1XT001ELVEA,GQY1XT001DZATO,GQY1XT001EB5BV,GQY1XT001ELDVK,GQY1XT001BQNCV,GQY1XT001CR84F,GQY1XT001BVX5A,GQY1XT001ATBIN,GQY1XT001DQURF,GQY1XT001D7NV3,GQY1XT001C6TJM,GQY1XT001D6UN2,GQY1XT001AX1AF,GQY1XT001DRL2Q,GQY1XT001A5M0N,GQY1XT001DNXEE,GQY1XT001A2NQS,GQY1XT001EVRKR,GQY1XT001EZ3YZ,GQY1XT001B6T1T,GQY1XT001DHEFD,GQY1XT001C7E63,GQY1XT001CYXJI,GQY1XT001D6DAK,GQY1XT001EBSKD,GQY1XT001CQ5SN,GQY1XT001D5MAL,GQY1XT001ERH82,GQY1XT001EF5V8,GQY1XT001BN4PH,GQY1XT001B4T8Z,GQY1XT001D0EB4,GQY1XT001AXBNZ,GQY1XT001DWZGK,GQY1XT001DE5XN,GQY1XT001D7ZN9,GQY1XT001BJ8ZR,GQY1XT001BIQ2M,GQY1XT001BW1FH,GQY1XT001ATHL2,GQY1XT001BK431,GQY1XT001C29JS,GQY1XT001AO1GJ,GQY1XT001B6FQ5,GQY1XT001D6B2P,GQY1XT001BBUG2,GQY1XT001DKVAT,GQY1XT001B4K9L,GQY1XT001DSDTG,GQY1XT001D30EV,GQY1XT001BQU0U,GQY1XT001A3OGK,GQY1XT001EY36Y,GQY1XT001DUPVA,GQY1XT001EBQRC,GQY1XT001BRZJH,GQY1XT001CQG1F,GQY1XT001D71CH,GQY1XT001APY6H,GQY1XT001BD3IE,GQY1XT001AQG4D,GQY1XT001CUDEV,GQY1XT001BP22T,GQY1XT001B3BEN,GQY1XT001BDI5F,GQY1XT001ARY34,GQY1XT001BUXZE,GQY1XT001A2UE9,GQY1XT001C1NC5,GQY1XT001CFA4U,GQY1XT001BX43N,GQY1XT001CKLVV,GQY1XT001BR8N8,GQY1XT001CPUUB,GQY1XT001BBI9Z,GQY1XT001DUPTB,GQY1XT001CPR3Z,GQY1XT001BYXKO,GQY1XT001EGN3L,GQY1XT001AGA53,GQY1XT001AVHN0,GQY1XT001BX8IG,GQY1XT001A3GW8,GQY1XT001AESPB,GQY1XT001EH2VB,GQY1XT001D6UQH,GQY1XT001BU0VJ,GQY1XT001BQJB2,GQY1XT001AQDJK,GQY1XT001CNY6Q,GQY1XT001ED65M,GQY1XT001ENAHB,GQY1XT001AXIHE,GQY1XT001AKMMN,GQY1XT001DNT12,GQY1XT001BKXDC,GQY1XT001BAZYX,GQY1XT001DTPKZ,GQY1XT001EBYVO,GQY1XT001DGB89,GQY1XT001B2SW9,GQY1XT001B0YDH,GQY1XT001EFHAR,GQY1XT001DYNUE,GQY1XT001BE75Q,GQY1XT001B62MY,GQY1XT001A4RDV,GQY1XT001BW1DH,GQY1XT001AKIXT,GQY1XT001EMWN7,GQY1XT001A7X5Y,GQY1XT001AXQ5T,GQY1XT001AI09W,GQY1XT001EKBWX,GQY1XT001CNUGJ,GQY1XT001A3055,GQY1XT001CEML2,GQY1XT001DJIV2,GQY1XT001EOHRO,GQY1XT001ETW4V,GQY1XT001EUSV1,GQY1XT001AKR1U,GQY1XT001A79IR,GQY1XT001AJY9H,GQY1XT001CYZZC,GQY1XT001EYFBG,GQY1XT001AMZRH,GQY1XT001CFZ39,GQY1XT001B49W7,GQY1XT001D5G52,GQY1XT001EB3EW,GQY1XT001DO05M,GQY1XT001AH0QI,GQY1XT001D6NT9,GQY1XT001C99RK,GQY1XT001CB08H,GQY1XT001CXSHL,GQY1XT001DR0IM,GQY1XT001DHTWU,GQY1XT001BXO2L,GQY1XT001AY5UF,GQY1XT001CJEP8,GQY1XT001E0TS3,GQY1XT001A1M9N,GQY1XT001BB1U8,GQY1XT001AJIJR,GQY1XT001CTZUH,GQY1XT001D9OLV,GQY1XT001B40HH,GQY1XT001CUJ4B,GQY1XT001A1TAG,GQY1XT001DBRYR,GQY1XT001BRHFQ,GQY1XT001CKPIT,GQY1XT001BNGYX,GQY1XT001DF6QY,GQY1XT001CI6GU,GQY1XT001AUOI3,GQY1XT001A1B7Y,GQY1XT001EKMV6,GQY1XT001BVVTR,GQY1XT001B4JA3,GQY1XT001DEL8J,GQY1XT001A9WBW,GQY1XT001CINB3,GQY1XT001B5Y84,GQY1XT001C7XKO,GQY1XT001CEH7A,GQY1XT001A99QE,GQY1XT001AXO5P,GQY1XT001BAGRZ,GQY1XT001AGRFN,GQY1XT001DZJ0U,GQY1XT001DY9CK,GQY1XT001BDUX0,GQY1XT001BNHZJ,GQY1XT001B3Z6N,GQY1XT001B4S75,GQY1XT001EKWX5,GQY1XT001EUBJW,GQY1XT001DU6QC,GQY1XT001DC4DC,GQY1XT001CYUX0,GQY1XT001BLS1R,GQY1XT001C0NX5,GQY1XT001E28OA,GQY1XT001BXWQY,GQY1XT001E3AF9,GQY1XT001CL148,GQY1XT001D99YB,GQY1XT001ERYLB,GQY1XT001CALSA,GQY1XT001EGJMP,GQY1XT001DDC8A,GQY1XT001CZMMH,GQY1XT001BE9CL,GQY1XT001CKO3Z,GQY1XT001BZVYB,GQY1XT001C57TJ,GQY1XT001CC5UT,GQY1XT001AYWH0,GQY1XT001CQTDN,GQY1XT001AST5X,GQY1XT001CI8YV,GQY1XT001EQHGV,GQY1XT001EOBSM,GQY1XT001EBXA4,GQY1XT001E0ZH3,GQY1XT001D1FVH,GQY1XT001CUHTH,GQY1XT001CQH39,GQY1XT001C1EQ3,GQY1XT001BZJNX,GQY1XT001BTDCN,GQY1XT001BJB6L,GQY1XT001B1Z6W,GQY1XT001AZ9UN,GQY1XT001AW2LD,GQY1XT001AS49B,GQY1XT001A9LKQ,GQY1XT001A786V,GQY1XT001A3JH8,GQY1XT001BGP1U,GQY1XT001DYZ8U,GQY1XT001C071S,GQY1XT001EV8E6,GQY1XT001AGTZY,GQY1XT001BR0DH,GQY1XT001BJARA,GQY1XT001DVGAU,GQY1XT001EK7I8,GQY1XT001ECQW1,GQY1XT001C976C,GQY1XT001BMXS8,GQY1XT001BSAP4,GQY1XT001CCVV8,GQY1XT001BKG5V,GQY1XT001BHI3Q,GQY1XT001BRP29,GQY1XT001EPD3T,GQY1XT001CLJ4N,GQY1XT001DU8RE,GQY1XT001B9L0G,GQY1XT001DCBSS,GQY1XT001B7M1T,GQY1XT001BSGWC,GQY1XT001AKXCK,GQY1XT001D8JMS,GQY1XT001D2K9N,GQY1XT001AL3H0,GQY1XT001CED0U,GQY1XT001AYK4W,GQY1XT001CIGO9,GQY1XT001C73C8,GQY1XT001ES9X5,GQY1XT001EQ90J,GQY1XT001DYGSO,GQY1XT001ESXF6,GQY1XT001BJFYJ,GQY1XT001BEZNH,GQY1XT001EAW3T,GQY1XT001CH2Y4,GQY1XT001DC7VS,GQY1XT001AGPUB,GQY1XT001C0QFP,GQY1XT001DVH0V,GQY1XT001C8Q9C,GQY1XT001E2NDN,GQY1XT001DX88S,GQY1XT001CWSAB,GQY1XT001BRBLZ,GQY1XT001CS2TX,GQY1XT001DG225,GQY1XT001AFVXX,GQY1XT001BYHMB,GQY1XT001ALFGH,GQY1XT001BUJKQ,GQY1XT001BI1QC,GQY1XT001AI073,GQY1XT001C4GV0,GQY1XT001A6QDJ,GQY1XT001ETX63,GQY1XT001EVRFX,GQY1XT001EANR2,GQY1XT001CS5Q3,GQY1XT001COZDN,GQY1XT001BJGGP,GQY1XT001EM81V,GQY1XT001C89W7,GQY1XT001BRYQ3,GQY1XT001A3OXH,GQY1XT001C0JGW,GQY1XT001C5KBU,GQY1XT001E1A40,GQY1XT001EDVTB,GQY1XT001EVBNS,GQY1XT001B3WAH,GQY1XT001EXAFM,GQY1XT001DME1W,GQY1XT001C4JRD,GQY1XT001B9J86,GQY1XT001EPU8W,GQY1XT001DJNGV,GQY1XT001E3V48,GQY1XT001EUVEK,GQY1XT001BUOU5,GQY1XT001BCWY0,GQY1XT001B4S7U,GQY1XT001BKG7F,GQY1XT001AP0GI,GQY1XT001E3PFA,GQY1XT001DJ22F,GQY1XT001DOPLD,GQY1XT001DXYXG,GQY1XT001BM7A2,GQY1XT001AIHO5,GQY1XT001DMN71,GQY1XT001CX611,GQY1XT001B9EMX,GQY1XT001DJPMU,GQY1XT001DONPP,GQY1XT001EUR5M,GQY1XT001BOW62,GQY1XT001COF2P,GQY1XT001B05B0,GQY1XT001AIT5K,GQY1XT001A5X77,GQY1XT001BFIWE,GQY1XT001DMR0C,GQY1XT001AIQWS,GQY1XT001AIZQA,GQY1XT001CODQ9,GQY1XT001DL1MM,GQY1XT001DFU4V,GQY1XT001ELD22,GQY1XT001BQHSB,GQY1XT001BHBCV,GQY1XT001DZYYU,GQY1XT001AVOU2,GQY1XT001DGZNJ,GQY1XT001EWGJ1,GQY1XT001CTF33,GQY1XT001DNXUC,GQY1XT001DOCXL,GQY1XT001B9PNM,GQY1XT001DCC5I,GQY1XT001DYW7C,GQY1XT001BETVD,GQY1XT001DA7IL,GQY1XT001BOD8R,GQY1XT001A3WA6,GQY1XT001DT6TL,GQY1XT001CEMZG,GQY1XT001E294J,GQY1XT001DZYWA,GQY1XT001DCEH3,GQY1XT001EBFBT,GQY1XT001E12L9,GQY1XT001D4C43,GQY1XT001CGKHJ,GQY1XT001BZM6Z,GQY1XT001CNHEA,GQY1XT001CV0HK,GQY1XT001DET9Q,GQY1XT001ANKL6,GQY1XT001BY1A3,GQY1XT001A7GNW,GQY1XT001CA1WU,GQY1XT001EYA6V,GQY1XT001AI4Y9,GQY1XT001A919M,GQY1XT001CI5F6,GQY1XT001AEQLB,GQY1XT001CKT80,GQY1XT001EVUED,GQY1XT001ANTA1,GQY1XT001EACQ3,GQY1XT001CYOJS,GQY1XT001B2D3N,GQY1XT001E3L7O,GQY1XT001ANVYT,GQY1XT001E38B1,GQY1XT001D31FU,GQY1XT001ENS08,GQY1XT001DCF5B,GQY1XT001DH0JC,GQY1XT001ARO8J,GQY1XT001BS7J8,GQY1XT001DBTMC,GQY1XT001BJ9KH,GQY1XT001DK0HR,GQY1XT001CQYST,GQY1XT001AVMEX,GQY1XT001DRMXY,GQY1XT001CUFCA,GQY1XT001BXT61,GQY1XT001BDY79,GQY1XT001B29W6,GQY1XT001D5INA,GQY1XT001EBE5Y,GQY1XT001AS5OP,GQY1XT001DF44E,GQY1XT001D676U,GQY1XT001A9KJM,GQY1XT001COQ6M,GQY1XT001BNODV,GQY1XT001A8NZN,GQY1XT001A0OTL,GQY1XT001CMRTX,GQY1XT001BTEVS,GQY1XT001ELBJS,GQY1XT001AKWZ2,GQY1XT001CXO5A,GQY1XT001DGFI1,GQY1XT001DAMJA,GQY1XT001BO5NG,GQY1XT001EDYTC,GQY1XT001DI4XT,GQY1XT001A508I,GQY1XT001C9IZW,GQY1XT001AS1X2,GQY1XT001AEGXL,GQY1XT001BTDJ2,GQY1XT001BYRE9,GQY1XT001DD7HZ,GQY1XT001B2B66,GQY1XT001AJMLO,GQY1XT001BRNT8,GQY1XT001DFMFB,GQY1XT001C4O0N,GQY1XT001C3Q1P,GQY1XT001BX1RG,GQY1XT001D1IV9,GQY1XT001EMX4L,GQY1XT001D6KK6,GQY1XT001BRO4A,GQY1XT001C98IK,GQY1XT001CAM8A,GQY1XT001AD664,GQY1XT001CJSLV,GQY1XT001D4X25,GQY1XT001D6YEL,GQY1XT001EQK6C,GQY1XT001B30E0,GQY1XT001EZX9O,GQY1XT001BWUNX,GQY1XT001BFAR2,GQY1XT001A9WEP,GQY1XT001DBHGB,GQY1XT001CXKZ7,GQY1XT001A4VFO,GQY1XT001CNO2B,GQY1XT001CMNZ9,GQY1XT001EVA76,GQY1XT001BBMYG,GQY1XT001CGUPC,GQY1XT001CVG0V,GQY1XT001DY6YY,GQY1XT001C3U00,GQY1XT001A25BG,GQY1XT001CCUSN,GQY1XT001AXXGY,GQY1XT001BGDDW,GQY1XT001EOO7B,GQY1XT001CBG6Y,GQY1XT001CB5L8,GQY1XT001CF49I,GQY1XT001BCUJT,GQY1XT001CKMRE,GQY1XT001DVP5J,GQY1XT001DFWI6,GQY1XT001EGFWH,GQY1XT001EDSEE,GQY1XT001C6QDW,GQY1XT001DOLAN,GQY1XT001A9I4E,GQY1XT001CNFLB,GQY1XT001BUZOR,GQY1XT001BCZCH,GQY1XT001D60CQ,GQY1XT001A0YYH,GQY1XT001AU491,GQY1XT001C0K3V,GQY1XT001BBMX5,GQY1XT001CXLLL,GQY1XT001AYN83,GQY1XT001EJM41,GQY1XT001ERYFG,GQY1XT001DY5JE,GQY1XT001B33KX,GQY1XT001DINUQ,GQY1XT001BC3Q0,GQY1XT001A7PBG,GQY1XT001C3KQS,GQY1XT001B8F3R,GQY1XT001AWKKM,GQY1XT001BG6SB,GQY1XT001EGP6N,GQY1XT001CTN4L,GQY1XT001DM07O,GQY1XT001A4EKF,GQY1XT001D9JTT,GQY1XT001DP92G,GQY1XT001CLI7V,GQY1XT001B1AZJ,GQY1XT001A8CS6,GQY1XT001DVPOY,GQY1XT001DUDSB,GQY1XT001AV8WX,GQY1XT001D28O4,GQY1XT001CT72Q,GQY1XT001A32FZ,GQY1XT001BU4A1,GQY1XT001EOYNQ,GQY1XT001C82NR,GQY1XT001CFETY,GQY1XT001DBNQH,GQY1XT001C4WEM,GQY1XT001BA140,GQY1XT001D4R8G,GQY1XT001C2H1O,GQY1XT001DJ2TS,GQY1XT001BVE6U,GQY1XT001EPZ8O,GQY1XT001CCZRZ,GQY1XT001ENL6F,GQY1XT001EHFA4,GQY1XT001CN9J0,GQY1XT001EA637,GQY1XT001D6W3J,GQY1XT001DYYPL,GQY1XT001EPQTY,GQY1XT001AQAC9,GQY1XT001D9IM8,GQY1XT001C1NP2,GQY1XT001CJWQM,GQY1XT001CIH5D,GQY1XT001EOD5T,GQY1XT001EXNFS,GQY1XT001BWYSG,GQY1XT001AGEMW,GQY1XT001B2FLJ,GQY1XT001D3KHH,GQY1XT001C7HS2,GQY1XT001AHRND,GQY1XT001C1DFA,GQY1XT001BK2LG,GQY1XT001AYO79,GQY1XT001D19FP,GQY1XT001DPYRF,GQY1XT001AI4P9,GQY1XT001C2PQW,GQY1XT001BPQO2,GQY1XT001BI6IO,GQY1XT001D8C2F,GQY1XT001DFFF2,GQY1XT001C6I7S,GQY1XT001C0ECW,GQY1XT001D48DC,GQY1XT001BCQMO,GQY1XT001BYR9W,GQY1XT001EIT7R,GQY1XT001C1USQ,GQY1XT001CKFO2,GQY1XT001CTSLL,GQY1XT001BHK8H,GQY1XT001DY5TZ,GQY1XT001AL6AQ,GQY1XT001EQL85,GQY1XT001C7ELS,GQY1XT001BLE8V,GQY1XT001C2VHH,GQY1XT001C64UJ,GQY1XT001BLJP3,GQY1XT001EZVT3,GQY1XT001B4UUF,GQY1XT001D99C1,GQY1XT001C9E9Y,GQY1XT001BP9I2,GQY1XT001D1YXR,GQY1XT001ANOID,GQY1XT001BIUVX,GQY1XT001AM823,GQY1XT001DCM6A,GQY1XT001BNACQ,GQY1XT001DB41H,GQY1XT001DLCLK,GQY1XT001CWZWH,GQY1XT001D6VNJ,GQY1XT001BJX64,GQY1XT001A47DR,GQY1XT001ETJR4,GQY1XT001C993T,GQY1XT001A7EZC,GQY1XT001BIR6T,GQY1XT001C1VX2,GQY1XT001CTP94,GQY1XT001BSPY6,GQY1XT001DMVHO,GQY1XT001DJVY6,GQY1XT001DB1NA,GQY1XT001CB62M,GQY1XT001CJNWV,GQY1XT001EQFSM,GQY1XT001DPPIF,GQY1XT001DRYP5,GQY1XT001BGT0U,GQY1XT001A34HF,GQY1XT001BB8XD,GQY1XT001A3RMH,GQY1XT001A0QN0,GQY1XT001BTMNE,GQY1XT001A4MOT,GQY1XT001AIS41,GQY1XT001BGG3L,GQY1XT001D4NDH,GQY1XT001B5ELU,GQY1XT001BOTZK,GQY1XT001D7MBE,GQY1XT001CRIMN,GQY1XT001B0OR0,GQY1XT001DG7WS,GQY1XT001D7Y0A,GQY1XT001A26EP,GQY1XT001DG7AQ,GQY1XT001BRNBP,GQY1XT001DN0FN,GQY1XT001ATNS7,GQY1XT001B0EZR,GQY1XT001BLVFZ,GQY1XT001EZ4PF,GQY1XT001D1W4X,GQY1XT001BYPJJ,GQY1XT001C04K9,GQY1XT001CLDDC,GQY1XT001C4PG3,GQY1XT001D4AO9,GQY1XT001EI4RE,GQY1XT001EEDVW,GQY1XT001DTXRV,GQY1XT001DSVTE,GQY1XT001CYN0T,GQY1XT001CVY1I,GQY1XT001CR9YM,GQY1XT001BDWD5,GQY1XT001AVC3M,GQY1XT001AMG7T,GQY1XT001A7K8B,GQY1XT001ARE7V,GQY1XT001A0JE3,GQY1XT001EJB84,GQY1XT001BU1IO,GQY1XT001E17YZ,GQY1XT001BU6L0,GQY1XT001AFT4L,GQY1XT001DPE1U,GQY1XT001CSFI1,GQY1XT001AQ67T,GQY1XT001CBDFP,GQY1XT001AZAA1,GQY1XT001DJY8N,GQY1XT001BJ2DJ,GQY1XT001BCIDS,GQY1XT001BULEC,GQY1XT001CZE73,GQY1XT001DTYQN,GQY1XT001CNR3I,GQY1XT001BIBFM,GQY1XT001EERR6,GQY1XT001C89YH,GQY1XT001EFCM5,GQY1XT001EQ62P,GQY1XT001BQLN3,GQY1XT001EHI3Q,GQY1XT001A82KS,GQY1XT001CVOOZ,GQY1XT001A2MKP,GQY1XT001DAICM,GQY1XT001DBV2D,GQY1XT001CCNK5,GQY1XT001BRO26,GQY1XT001CA7KI,GQY1XT001EED4A,GQY1XT001CKEF4,GQY1XT001DIP4F,GQY1XT001D8NYU,GQY1XT001APRRA,GQY1XT001BV6P1,GQY1XT001DEO52,GQY1XT001AIDJT,GQY1XT001A84C2,GQY1XT001B834T,GQY1XT001BFOMR,GQY1XT001AG3BC,GQY1XT001A7080,GQY1XT001ES5ME,GQY1XT001C9Q11,GQY1XT001DYH75,GQY1XT001CNULN,GQY1XT001DECLG,GQY1XT001B7NT7,GQY1XT001A7RBO,GQY1XT001CI94V,GQY1XT001CY1EK,GQY1XT001BQ6M0,GQY1XT001DRRO4,GQY1XT001EBWE8,GQY1XT001CR9UM,GQY1XT001E0MY1,GQY1XT001C4MDC,GQY1XT001B6AR4,GQY1XT001AGBNA,GQY1XT001CHMG1,GQY1XT001DMFA7,GQY1XT001BXCLR,GQY1XT001CEGAP,GQY1XT001C42PS,GQY1XT001CHDJE,GQY1XT001DHF3Y,GQY1XT001DS9KW,GQY1XT001ETCJS,GQY1XT001C97V3,GQY1XT001DC4JK,GQY1XT001CQBHQ,GQY1XT001EHLR6,GQY1XT001D7O9O,GQY1XT001B8VUX,GQY1XT001EERTV,GQY1XT001DN6MX,GQY1XT001EA448,GQY1XT001BJZX3,GQY1XT001D5LIJ,GQY1XT001CGSHT,GQY1XT001AGDBP,GQY1XT001BO54K,GQY1XT001ENZ32,GQY1XT001ER4ZA,GQY1XT001DSYMF,GQY1XT001B7DN7,GQY1XT001BC7GU,GQY1XT001CT623,GQY1XT001BLHOQ,GQY1XT001ECSO7,GQY1XT001AT306,GQY1XT001CHHM9,GQY1XT001D0X45,GQY1XT001BEPEK,GQY1XT001DQ2IM,GQY1XT001BMK0X,GQY1XT001CCV72,GQY1XT001CDNFP,GQY1XT001D3ZFM,GQY1XT001DM7IT,GQY1XT001AHD49,GQY1XT001D4GG0,GQY1XT001A6K63,GQY1XT001CKTRP,GQY1XT001CUQX2,GQY1XT001ECXFJ,GQY1XT001D18YX,GQY1XT001E1E00,GQY1XT001B5GHZ,GQY1XT001BS37Q,GQY1XT001EO54X,GQY1XT001A7YXC,GQY1XT001D8D2U,GQY1XT001D838M,GQY1XT001EW8W5,GQY1XT001DBC48,GQY1XT001B7EUV,GQY1XT001AKXCW,GQY1XT001AZ1H9,GQY1XT001D2SPF,GQY1XT001A3K65,GQY1XT001CX10V,GQY1XT001CGQYG,GQY1XT001BPMUD,GQY1XT001BPSBO,GQY1XT001EBJIM,GQY1XT001CIV4O,GQY1XT001A9K6G,GQY1XT001BMG2K,GQY1XT001CNN56,GQY1XT001BZXA1,GQY1XT001EJNA5,GQY1XT001C2J21,GQY1XT001DZSUL,GQY1XT001C3EJB,GQY1XT001BGKC6,GQY1XT001BWSW0,GQY1XT001CO17Z,GQY1XT001C1ZXN,GQY1XT001AHJNO,GQY1XT001B0L5T,GQY1XT001A463Q,GQY1XT001ARQEY,GQY1XT001A8KUO,GQY1XT001BQFWF,GQY1XT001DQ3RY,GQY1XT001DMP38,GQY1XT001EPPLD,GQY1XT001CNW9E,GQY1XT001CLTK3,GQY1XT001AL8N3,GQY1XT001AVNRQ,GQY1XT001ESXA6,GQY1XT001ENRDS,GQY1XT001DZ20S,GQY1XT001CXE8R,GQY1XT001DJ68R,GQY1XT001DV3SV,GQY1XT001D4MVN,GQY1XT001A6CED,GQY1XT001EO1IL,GQY1XT001ES6S1,GQY1XT001D5MKA,GQY1XT001BIWE8,GQY1XT001AM7RA,GQY1XT001AVGNK,GQY1XT001CZ1Z0,GQY1XT001DEXMI,GQY1XT001CSEBG,GQY1XT001ET6BK,GQY1XT001ASKW6,GQY1XT001D1XHU,GQY1XT001BY9K1,GQY1XT001CWKGW,GQY1XT001D2RIQ,GQY1XT001CNGRY,GQY1XT001DFUQ5,GQY1XT001BBJ7L,GQY1XT001AYWOF,GQY1XT001DA8Q4,GQY1XT001AJJ7R,GQY1XT001EOY78,GQY1XT001C3A3V,GQY1XT001DWIPR,GQY1XT001COOPK,GQY1XT001AF43P,GQY1XT001D0C85,GQY1XT001AUH8Q,GQY1XT001ESN0T,GQY1XT001A5UF8,GQY1XT001BEPF4,GQY1XT001B9UWK,GQY1XT001D2LC2,GQY1XT001BYM8N,GQY1XT001D9M9T,GQY1XT001DQBBY,GQY1XT001AGNLP,GQY1XT001A3DD0,GQY1XT001DHN1N,GQY1XT001AKHNB,GQY1XT001CD0V6,GQY1XT001DTE41,GQY1XT001BV322,GQY1XT001DTG77,GQY1XT001CRK9T,GQY1XT001AMU99,GQY1XT001CP66X,GQY1XT001CTTHM,GQY1XT001C7FZA,GQY1XT001ENDQR,GQY1XT001CKTYK,GQY1XT001A26ZO,GQY1XT001BUUFT,GQY1XT001E22X4,GQY1XT001D4SYS,GQY1XT001BB4YU,GQY1XT001A6CFN,GQY1XT001BE5AF,GQY1XT001DSQ1T,GQY1XT001AIULY,GQY1XT001DXI4O,GQY1XT001B1VVB,GQY1XT001AKBHV,GQY1XT001E3R6Y,GQY1XT001A4CVO,GQY1XT001AIYLY,GQY1XT001CX827,GQY1XT001A0UIT,GQY1XT001CUZZV,GQY1XT001CMRMR,GQY1XT001DPBKA,GQY1XT001D7MF6,GQY1XT001ARTI9,GQY1XT001CQGA3,GQY1XT001CQ5B0,GQY1XT001BV61N,GQY1XT001A1857,GQY1XT001DJBEF,GQY1XT001D3WIM,GQY1XT001EA0YY,GQY1XT001DYXMY,GQY1XT001D7VRD,GQY1XT001APTUG,GQY1XT001D3IKC,GQY1XT001B5U5J,GQY1XT001CJTGY,GQY1XT001AIEKP,GQY1XT001BP472,GQY1XT001E2W86,GQY1XT001AY9I3,GQY1XT001AKLT0,GQY1XT001AQQBW,GQY1XT001BMYZL,GQY1XT001CKSL7,GQY1XT001A6YPS,GQY1XT001CZLEF,GQY1XT001CNG22,GQY1XT001DW456,GQY1XT001AF97B,GQY1XT001BB6MQ,GQY1XT001BHIOM,GQY1XT001D8JWQ,GQY1XT001EEN35,GQY1XT001CM2GU,GQY1XT001BEQ6X,GQY1XT001A8EMS,GQY1XT001DS7RI,GQY1XT001D6IE0,GQY1XT001BGZ4W,GQY1XT001D0SFJ,GQY1XT001BFC8G,GQY1XT001CGL5D,GQY1XT001EION0,GQY1XT001DYD4A,GQY1XT001EEI3Z,GQY1XT001D3ZO3,GQY1XT001A6BED,GQY1XT001E20VO,GQY1XT001AFZCR,GQY1XT001E2UJN,GQY1XT001D0XZJ,GQY1XT001AU0A2,GQY1XT001CR351,GQY1XT001C87GY,GQY1XT001B4PUK,GQY1XT001C19YU,GQY1XT001AG5CL,GQY1XT001B8B3U,GQY1XT001DTDNJ,GQY1XT001BQ2D4,GQY1XT001CESK8,GQY1XT001CU7F0,GQY1XT001AU2DI,GQY1XT001CQI9P,GQY1XT001DMUYK,GQY1XT001D7X3H,GQY1XT001BSVTK,GQY1XT001BBBR9,GQY1XT001D5Z87,GQY1XT001B6H36,GQY1XT001B2GF2,GQY1XT001BSE7F,GQY1XT001CPRT6,GQY1XT001BX0JZ,GQY1XT001EEZX9,GQY1XT001A40NO,GQY1XT001AW9K3,GQY1XT001CTL08,GQY1XT001BG207,GQY1XT001B04WM,GQY1XT001D2WAD,GQY1XT001D27F0,GQY1XT001DPUPJ,GQY1XT001BYNZG,GQY1XT001D2Y4Y,GQY1XT001AD7B2,GQY1XT001EHQFU,GQY1XT001BWZGH,GQY1XT001AMFC5,GQY1XT001C7BR8,GQY1XT001AGQL0,GQY1XT001B2YU8,GQY1XT001D8NDH,GQY1XT001BSRST,GQY1XT001EZW1V,GQY1XT001CLBIR,GQY1XT001C15IR,GQY1XT001D0PBE,GQY1XT001DZ0T7,GQY1XT001C1QZ1,GQY1XT001CML7L,GQY1XT001E4XA1,GQY1XT001ASO4F,GQY1XT001ECH5V,GQY1XT001DGZEE,GQY1XT001DBH8J,GQY1XT001COPL5,GQY1XT001E3LKX,GQY1XT001DENDF,GQY1XT001CFJBV,GQY1XT001AQ0TR,GQY1XT001CGPXF,GQY1XT001BMBTZ,GQY1XT001CVKKJ,GQY1XT001EL1YZ,GQY1XT001AMZQT,GQY1XT001B648O,GQY1XT001A69OB,GQY1XT001AFMHN,GQY1XT001DVNYL,GQY1XT001AMVT7,GQY1XT001DD0XP,GQY1XT001ECFJE,GQY1XT001ANOF7,GQY1XT001B2PWU,GQY1XT001AI4B4,GQY1XT001BQ3EQ,GQY1XT001C2D0J,GQY1XT001C0B03,GQY1XT001BH3PV,GQY1XT001C8RB1,GQY1XT001EHFLD,GQY1XT001DMX4K,GQY1XT001DLW9W,GQY1XT001DAGXG,GQY1XT001D8UJU,GQY1XT001D8B56,GQY1XT001CY6PT,GQY1XT001CRXHJ,GQY1XT001C3VUH,GQY1XT001C33OG,GQY1XT001B6IVF,GQY1XT001ASKPG,GQY1XT001APJDK,GQY1XT001ANLP3,GQY1XT001A0RSG,GQY1XT001AIRN9,GQY1XT001DX4M2,GQY1XT001A2IDH,GQY1XT001BGYP4,GQY1XT001DUSEC,GQY1XT001CKGJU,GQY1XT001BBWH4,GQY1XT001CZC78,GQY1XT001AV66H,GQY1XT001EQ1Y0,GQY1XT001B1I8P,GQY1XT001D7PH5,GQY1XT001CLO1H,GQY1XT001C0CZS,GQY1XT001ENJ6X,GQY1XT001AWY9B,GQY1XT001ANYKK,GQY1XT001EVOCQ,GQY1XT001DNQLF,GQY1XT001EAMSI,GQY1XT001CT82K,GQY1XT001ET5UG,GQY1XT001BB437,GQY1XT001D5BQY,GQY1XT001BHAHS,GQY1XT001AZNMQ,GQY1XT001A2BQJ,GQY1XT001A7A8W,GQY1XT001AV46T,GQY1XT001C8DWR,GQY1XT001CLXWL,GQY1XT001CYL4B,GQY1XT001C10QT,GQY1XT001B9CG3,GQY1XT001DYNSX,GQY1XT001D229R,GQY1XT001E2APQ,GQY1XT001E4QKU,GQY1XT001C30BS,GQY1XT001D8N2F,GQY1XT001ATX4E,GQY1XT001AXVI7,GQY1XT001B6A0W,GQY1XT001AIHWY,GQY1XT001DXT7K,GQY1XT001CI9WE,GQY1XT001BPXJO,GQY1XT001AVZMF,GQY1XT001D4VZS,GQY1XT001DXKTX,GQY1XT001C3V7V,GQY1XT001EAHIO,GQY1XT001EW1DJ,GQY1XT001CHT8B,GQY1XT001AQ9RW,GQY1XT001CDFKV,GQY1XT001AS4L3,GQY1XT001EFMWP,GQY1XT001C27Y9,GQY1XT001EKL5E,GQY1XT001EYZG4,GQY1XT001D2O1K,GQY1XT001A977F,GQY1XT001CTYXK,GQY1XT001DN29H,GQY1XT001BHH0W,GQY1XT001CTKFF,GQY1XT001DJ2Y2,GQY1XT001DG6XH,GQY1XT001CVAGA,GQY1XT001AT25Q,GQY1XT001A5T9U,GQY1XT001EST50,GQY1XT001BC9FN,GQY1XT001AX1JN,GQY1XT001EPACO,GQY1XT001BQJUS,GQY1XT001BZMMU,GQY1XT001BM4LH,GQY1XT001B736W,GQY1XT001E2WU0,GQY1XT001EBA7K,GQY1XT001CQIFB,GQY1XT001BTB78,GQY1XT001BFDFL,GQY1XT001EFE8R,GQY1XT001D6WKS,GQY1XT001A614X,GQY1XT001BN51F,GQY1XT001B08I2,GQY1XT001CBGKZ,GQY1XT001AYGNA,GQY1XT001C2UIV,GQY1XT001EEV35,GQY1XT001EHHUG,GQY1XT001AMX68,GQY1XT001ES3PI,GQY1XT001AJ8KX,GQY1XT001BYZTI,GQY1XT001AGZKD,GQY1XT001EI4ZJ,GQY1XT001DPIIO,GQY1XT001DIUO6,GQY1XT001BKBRA,GQY1XT001DXT94,GQY1XT001AN4T5,GQY1XT001EYVFG,GQY1XT001BDDHM,GQY1XT001EJYOT,GQY1XT001D6HDB,GQY1XT001DJB5V,GQY1XT001EXABX,GQY1XT001E02RG,GQY1XT001D18XK,GQY1XT001DTCW8,GQY1XT001B25MB,GQY1XT001BO0QN,GQY1XT001BOSU2,GQY1XT001DDJYH,GQY1XT001BKDW0,GQY1XT001C2ZUH,GQY1XT001BFRBB,GQY1XT001EH8BZ,GQY1XT001EVYXN,GQY1XT001E3DHG,GQY1XT001C1NNJ,GQY1XT001DN8DH,GQY1XT001BK7PX,GQY1XT001CV0F0,GQY1XT001CX10O,GQY1XT001BMKIA,GQY1XT001BPQ09,GQY1XT001ALG40,GQY1XT001DVC60,GQY1XT001CQ4WA,GQY1XT001BP7F9,GQY1XT001AYKXW,GQY1XT001ESK8Q,GQY1XT001CPHOJ,GQY1XT001ECNYN,GQY1XT001BKNYD,GQY1XT001CDH1Q,GQY1XT001BOP2F,GQY1XT001EJ5RX,GQY1XT001DTM38,GQY1XT001CR26Y,GQY1XT001DOOHF,GQY1XT001DZDIK,GQY1XT001BT38L,GQY1XT001DMTAX,GQY1XT001CEU5Z,GQY1XT001BWFQY,GQY1XT001EBDVR,GQY1XT001ATQDX,GQY1XT001A7N1P,GQY1XT001BSAFH,GQY1XT001EDHN0,GQY1XT001B6JYB,GQY1XT001DJ25U,GQY1XT001EGEM8,GQY1XT001AFCOI,GQY1XT001BU6CL,GQY1XT001ALT7F,GQY1XT001C24EO,GQY1XT001EOIXZ,GQY1XT001EMB2K,GQY1XT001CFX8U,GQY1XT001AURQV,GQY1XT001CA7N7,GQY1XT001CW8N8,GQY1XT001B2AXQ,GQY1XT001BBL5T,GQY1XT001EOXMA,GQY1XT001CDQAE,GQY1XT001D32A3,GQY1XT001BTYIT,GQY1XT001AWHXA,GQY1XT001BJ7QX,GQY1XT001EKTXL,GQY1XT001AJ8C7,GQY1XT001DIFST,GQY1XT001C52AN,GQY1XT001BOZMS,GQY1XT001AP4IJ,GQY1XT001EEV44,GQY1XT001CTJEV,GQY1XT001B15FO,GQY1XT001CMRD2,GQY1XT001EZ7Y2,GQY1XT001CPCIM,GQY1XT001BDCQ3,GQY1XT001BQ1D6,GQY1XT001DS9ZP,GQY1XT001A33CK,GQY1XT001C2N9M,GQY1XT001BK2Z4,GQY1XT001DMCWA,GQY1XT001AZ7J2,GQY1XT001BHRXZ,GQY1XT001B4IXO,GQY1XT001DKFXE,GQY1XT001CMUF7,GQY1XT001BEILN,GQY1XT001BX15M,GQY1XT001DXHJC,GQY1XT001BO2CK,GQY1XT001ES9TD,GQY1XT001BYBKA,GQY1XT001DLQEU,GQY1XT001DMYMW,GQY1XT001EUB0I,GQY1XT001AKE78,GQY1XT001DPS7J,GQY1XT001BI8MJ,GQY1XT001CEX0M,GQY1XT001BZ5VB,GQY1XT001BNUHF,GQY1XT001C333P,GQY1XT001A5UP9,GQY1XT001BFM17,GQY1XT001DMLX1,GQY1XT001EOO8Z,GQY1XT001CT4Z9,GQY1XT001A9I4L,GQY1XT001E3VB0,GQY1XT001EBXDG,GQY1XT001BH9CJ,GQY1XT001CZM25,GQY1XT001CHTGZ,GQY1XT001EOHBH,GQY1XT001BBFFV,GQY1XT001C3R4G,GQY1XT001A2HLD,GQY1XT001AHIAB,GQY1XT001AW2JE,GQY1XT001BXNI1,GQY1XT001DRIW9,GQY1XT001A9VXM,GQY1XT001EKX7H,GQY1XT001BXTB0,GQY1XT001AOABX,GQY1XT001BRUTA,GQY1XT001BDH1X,GQY1XT001DJPEI,GQY1XT001B6V6O,GQY1XT001BCAAV,GQY1XT001CUSOS,GQY1XT001AEATQ,GQY1XT001CEM95,GQY1XT001EHLKB,GQY1XT001EIPGE,GQY1XT001DG4AE,GQY1XT001BF4T0,GQY1XT001BALPK,GQY1XT001A9EDY,GQY1XT001A6NOJ,GQY1XT001ATZAN,GQY1XT001DMRQE,GQY1XT001BM48F,GQY1XT001BKGDN,GQY1XT001DBWUM,GQY1XT001DSKKO,GQY1XT001AIV6S,GQY1XT001CEW50,GQY1XT001BKUIM,GQY1XT001B7LSO,GQY1XT001AL99C,GQY1XT001ENVWU,GQY1XT001EPA2F,GQY1XT001BJ0ZE,GQY1XT001ERSXV,GQY1XT001BELEM,GQY1XT001C8YLJ,GQY1XT001A0ZO6,GQY1XT001A6L33,GQY1XT001CJXMT,GQY1XT001DELXG,GQY1XT001DF83Q,GQY1XT001AQXHG,GQY1XT001EHIMQ,GQY1XT001DQSHZ,GQY1XT001EFJYD,GQY1XT001D0JOT,GQY1XT001DC4O8,GQY1XT001ERMJU,GQY1XT001CTJJR,GQY1XT001DXTB8,GQY1XT001BGQF3,GQY1XT001BNYDY,GQY1XT001ALD3Y,GQY1XT001D9CSK,GQY1XT001CBCSE,GQY1XT001CNAPS,GQY1XT001CX63L,GQY1XT001A3JWP,GQY1XT001BUE4A,GQY1XT001C6HY1,GQY1XT001DTPLU,GQY1XT001B287Q,GQY1XT001CQOLS,GQY1XT001EXPWV,GQY1XT001BU7L8,GQY1XT001DWCJX,GQY1XT001DHRXE,GQY1XT001A7OL7,GQY1XT001AVRS9,GQY1XT001EVCGT,GQY1XT001AZ6VT,GQY1XT001D9IZA,GQY1XT001DMVU4,GQY1XT001CGGUO,GQY1XT001B1RPP,GQY1XT001CTEXJ,GQY1XT001A4CCI,GQY1XT001BBFJ8,GQY1XT001DDVP0,GQY1XT001DG0Q5,GQY1XT001CZJHE,GQY1XT001B00RZ,GQY1XT001BWO0U,GQY1XT001A6LBB,GQY1XT001EUD65,GQY1XT001C9BCR,GQY1XT001C24DP,GQY1XT001CG3J3,GQY1XT001EAJBF,GQY1XT001DNRGF,GQY1XT001A3XY6,GQY1XT001C6UBI,GQY1XT001BRFU1,GQY1XT001DQK8P,GQY1XT001A84RD,GQY1XT001D2CMH,GQY1XT001CWVOO,GQY1XT001AHF1D,GQY1XT001C94VI,GQY1XT001EMU3M,GQY1XT001B1N7Y,GQY1XT001DNVF2,GQY1XT001E2GG0,GQY1XT001DECT2,GQY1XT001EGOVC,GQY1XT001BKDC2,GQY1XT001EMU6V,GQY1XT001DQCON,GQY1XT001DG6FH,GQY1XT001A0D1Z,GQY1XT001AS9YR,GQY1XT001B67JX,GQY1XT001COAOV,GQY1XT001EI3VQ,GQY1XT001DMXDT,GQY1XT001AQZ8K,GQY1XT001C24A4,GQY1XT001DQM3I,GQY1XT001AZL0H,GQY1XT001D8C8P,GQY1XT001C0U0E,GQY1XT001CQGWE,GQY1XT001EUW0M,GQY1XT001B0RIB,GQY1XT001EEJRG,GQY1XT001DZCP6,GQY1XT001ESZNA,GQY1XT001DXWXW,GQY1XT001BUO9L,GQY1XT001BXMM1,GQY1XT001A6QIC,GQY1XT001EJDZ7,GQY1XT001E0GP9,GQY1XT001ERX0Z,GQY1XT001ALMKZ,GQY1XT001DTKIC,GQY1XT001ANMUS,GQY1XT001CVH4M,GQY1XT001BKQ3F,GQY1XT001B6KZW,GQY1XT001ATL2L,GQY1XT001ESE7B,GQY1XT001AOI2C,GQY1XT001DLGSO,GQY1XT001BN3G7,GQY1XT001D4PA4,GQY1XT001A5VX7,GQY1XT001CYSQO,GQY1XT001EO78E,GQY1XT001A9ZCT,GQY1XT001BMVJS,GQY1XT001CJAAS,GQY1XT001C6QH2,GQY1XT001A7U3A,GQY1XT001CSIAK,GQY1XT001BX7CJ,GQY1XT001EC42F,GQY1XT001DRCUB,GQY1XT001A3AIB,GQY1XT001CJQ0M,GQY1XT001BIDI1,GQY1XT001D5YWA,GQY1XT001EEBGE,GQY1XT001DO7N7,GQY1XT001A1ZMP,GQY1XT001CC0M1,GQY1XT001DTJGA,GQY1XT001DHCK2,GQY1XT001EJ96B,GQY1XT001BYX22,GQY1XT001E3FRC,GQY1XT001AHS7Y,GQY1XT001E06HG,GQY1XT001EG74D,GQY1XT001CCICD,GQY1XT001DAIB0,GQY1XT001CDI6O,GQY1XT001AN8UY,GQY1XT001DYFPE,GQY1XT001BHLW8,GQY1XT001D28I4,GQY1XT001DJYOU,GQY1XT001CHN6M,GQY1XT001BQ3YG,GQY1XT001DW42I,GQY1XT001D7AVT,GQY1XT001ECRSN,GQY1XT001C6TU0,GQY1XT001CG6II,GQY1XT001ANTCF,GQY1XT001EEJTD,GQY1XT001DJBB1,GQY1XT001DNGHO,GQY1XT001DF8NI,GQY1XT001CMRAD,GQY1XT001BFOHP,GQY1XT001EWY9G,GQY1XT001C6S9K,GQY1XT001CMWBB,GQY1XT001B1FFE,GQY1XT001EJVY8,GQY1XT001AQE05,GQY1XT001D3JWS,GQY1XT001B0YID,GQY1XT001A9008,GQY1XT001BC07L,GQY1XT001D59KH,GQY1XT001BKOKU,GQY1XT001CQJKP,GQY1XT001EE043,GQY1XT001A7W7G,GQY1XT001CTMH6,GQY1XT001BDL75,GQY1XT001E03GZ,GQY1XT001DG8UD,GQY1XT001AN98K,GQY1XT001BF7F1,GQY1XT001C0KPV,GQY1XT001D4ROC,GQY1XT001CGRM5,GQY1XT001E048A,GQY1XT001D4EO9,GQY1XT001AT98O,GQY1XT001EUIWC,GQY1XT001B5O17,GQY1XT001DSKZC,GQY1XT001EJ5RL,GQY1XT001BNWON,GQY1XT001C2GOM,GQY1XT001BSI2T,GQY1XT001BSKRP,GQY1XT001EPT5D,GQY1XT001D8NTO,GQY1XT001DYTOF,GQY1XT001AXOTY,GQY1XT001CIJOY,GQY1XT001D4HBG,GQY1XT001BCEVI,GQY1XT001DNQUF,GQY1XT001EW5G8,GQY1XT001BO6P1,GQY1XT001EOCY7,GQY1XT001CP12A,GQY1XT001DOVJ5,GQY1XT001ER7S1,GQY1XT001EPH7Z,GQY1XT001CT89C,GQY1XT001A2EUP,GQY1XT001COFZ4,GQY1XT001EQJWL,GQY1XT001AJ4EO,GQY1XT001EUNME,GQY1XT001A59WC,GQY1XT001D341B,GQY1XT001EY0B1,GQY1XT001ED0JI,GQY1XT001EAGQ1,GQY1XT001DIGVX,GQY1XT001DEDVY,GQY1XT001D58HV,GQY1XT001CYOVL,GQY1XT001CTQCR,GQY1XT001CQUHI,GQY1XT001CIHY4,GQY1XT001CFYPO,GQY1XT001C1R59,GQY1XT001C1A2T,GQY1XT001BIEM5,GQY1XT001BD8RT,GQY1XT001BCR3R,GQY1XT001B0HBR,GQY1XT001AMXND,GQY1XT001A9A3G"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C296C"; -secondCol = "GQY1XT001C296C,GQY1XT001AT26X,GQY1XT001B2SG4,GQY1XT001B9FU8,GQY1XT001BLMLT,GQY1XT001A9J3O,GQY1XT001DYSZM,GQY1XT001BSHTZ,GQY1XT001DXZ7B,GQY1XT001CM8OR,GQY1XT001AG770,GQY1XT001EX269,GQY1XT001C554T,GQY1XT001A2AZF,GQY1XT001BJ4H6,GQY1XT001C60MG,GQY1XT001A1P48,GQY1XT001A4H7C,GQY1XT001CUGU2,GQY1XT001EQ44K,GQY1XT001BGXD2,GQY1XT001D84NR,GQY1XT001E4GVL,GQY1XT001AN4B8,GQY1XT001ANHUJ,GQY1XT001BXVUT,GQY1XT001A8BIY,GQY1XT001BII27,GQY1XT001B6D55,GQY1XT001DOC7R,GQY1XT001BM1YT,GQY1XT001DO1LQ,GQY1XT001EMEJ6,GQY1XT001EC6GF,GQY1XT001BAQ4P,GQY1XT001DO0LH,GQY1XT001BL768,GQY1XT001B7ZEW,GQY1XT001A5W3J,GQY1XT001EQB1X,GQY1XT001CX44K,GQY1XT001A4A2W,GQY1XT001CP85N,GQY1XT001BMAZ0,GQY1XT001CGLI4,GQY1XT001C5IT8,GQY1XT001DIN38,GQY1XT001EZDWD,GQY1XT001B5AQ6,GQY1XT001DY02X,GQY1XT001CS93T,GQY1XT001A6G44,GQY1XT001D4FG8,GQY1XT001E2S6L,GQY1XT001AQ4IB,GQY1XT001CLY2X,GQY1XT001BTADO,GQY1XT001CWTGE,GQY1XT001A2U3L,GQY1XT001DOG1U,GQY1XT001BDVH5,GQY1XT001DGRCL,GQY1XT001BG08C,GQY1XT001CZK1W,GQY1XT001EAHDF,GQY1XT001CM2JG,GQY1XT001CIMM0,GQY1XT001DPF3K,GQY1XT001D476Y,GQY1XT001ANSOK,GQY1XT001DPFSE,GQY1XT001EI7WZ,GQY1XT001DTA4C,GQY1XT001BQ9AW,GQY1XT001CDRLN,GQY1XT001AI9E3,GQY1XT001BQJEV,GQY1XT001D3KD0,GQY1XT001EF7I0,GQY1XT001A9ALV,GQY1XT001EE2ND,GQY1XT001EKH1N,GQY1XT001BBGVM,GQY1XT001D899F,GQY1XT001AL6X6,GQY1XT001E3GGR,GQY1XT001B6G2C,GQY1XT001B4C8M,GQY1XT001DKUHH,GQY1XT001ALYB7,GQY1XT001ESJ8B,GQY1XT001ENE4Z,GQY1XT001DMV52,GQY1XT001DE1MC,GQY1XT001DI2QI,GQY1XT001BDVDZ,GQY1XT001ECFP3,GQY1XT001BIWM1,GQY1XT001D42JJ,GQY1XT001ALZZ4,GQY1XT001CLGJ7,GQY1XT001AF5CQ,GQY1XT001ES3X2,GQY1XT001DFRGI,GQY1XT001EZEPH,GQY1XT001D4OZA,GQY1XT001BBE0P,GQY1XT001CU3N4,GQY1XT001DLD2H,GQY1XT001ATWPD,GQY1XT001C52EN,GQY1XT001ANUFN,GQY1XT001ES0EX,GQY1XT001E0W5T,GQY1XT001DGWLD,GQY1XT001BOB1X,GQY1XT001COBVA,GQY1XT001E1PW0,GQY1XT001DWCTO,GQY1XT001ET63Y,GQY1XT001EV4MP,GQY1XT001EL7UI,GQY1XT001A3NTP,GQY1XT001ECP1C,GQY1XT001A1H7G,GQY1XT001EC38I,GQY1XT001B018U,GQY1XT001ERLY7,GQY1XT001A9XLT,GQY1XT001ESWQ9,GQY1XT001CYA7H,GQY1XT001CGIC7,GQY1XT001CIZ56,GQY1XT001BV0EQ,GQY1XT001A0OPB,GQY1XT001EI9O8,GQY1XT001DPUUX,GQY1XT001EBLSY,GQY1XT001DQK9D,GQY1XT001BFQQD,GQY1XT001DO2TW,GQY1XT001AXT2H,GQY1XT001A8W72,GQY1XT001AVU3M,GQY1XT001BDEPE,GQY1XT001ANQ6V,GQY1XT001CFKGJ,GQY1XT001BKQJK,GQY1XT001BAQP5,GQY1XT001BSUYC,GQY1XT001C3J80,GQY1XT001ESQ0S,GQY1XT001CDXV1,GQY1XT001EFYZ6,GQY1XT001AGMI9,GQY1XT001AS25N,GQY1XT001ET62H,GQY1XT001DVE8Q,GQY1XT001BOZ9A,GQY1XT001C3DS0,GQY1XT001C5T9J,GQY1XT001DWLFQ,GQY1XT001AJU3H,GQY1XT001DYAYO,GQY1XT001CAWDV,GQY1XT001D2HCL,GQY1XT001BAD19,GQY1XT001BWKP7,GQY1XT001CK217,GQY1XT001CBXUZ,GQY1XT001DLUQD,GQY1XT001BPJWI,GQY1XT001D277Y,GQY1XT001BBFJ4,GQY1XT001EV14R,GQY1XT001CED12,GQY1XT001BHGKN,GQY1XT001DW1TQ,GQY1XT001C7D45,GQY1XT001CKBYQ,GQY1XT001C9DAO,GQY1XT001C1DTF,GQY1XT001B35OT,GQY1XT001CFAUJ,GQY1XT001B5RJX,GQY1XT001E3PE0,GQY1XT001C6CXO,GQY1XT001A5XYX,GQY1XT001CNCAV,GQY1XT001EDWV7,GQY1XT001B0DN5,GQY1XT001C5LHE,GQY1XT001BIW1I,GQY1XT001BDZW5,GQY1XT001A0UHT,GQY1XT001AXY4D,GQY1XT001D1Y9H,GQY1XT001ECVUS,GQY1XT001CPIRX,GQY1XT001DG4OX,GQY1XT001BV7H6,GQY1XT001AFYCS,GQY1XT001EQYS3,GQY1XT001A5J91,GQY1XT001AN4D8,GQY1XT001AYTZZ,GQY1XT001DF2SB,GQY1XT001DOX9J,GQY1XT001CFQI9,GQY1XT001CBCS5,GQY1XT001CU6L8,GQY1XT001BPUE2,GQY1XT001C5DW6,GQY1XT001A1TSN,GQY1XT001EKKNL,GQY1XT001DO53F,GQY1XT001DL4XM,GQY1XT001AH7OR,GQY1XT001A11BJ,GQY1XT001AR5OK,GQY1XT001ARSRP,GQY1XT001A4O8V,GQY1XT001D1FN8,GQY1XT001B6X09,GQY1XT001EVYXG,GQY1XT001BIG5Z,GQY1XT001EEDB5,GQY1XT001BGQK2,GQY1XT001AOYXO,GQY1XT001BV4HI,GQY1XT001D0A0Z,GQY1XT001B4KXP,GQY1XT001EK5KZ,GQY1XT001DF7F2,GQY1XT001D8OVZ,GQY1XT001C3TSG,GQY1XT001C911Z,GQY1XT001EGS4Q,GQY1XT001D9PFO,GQY1XT001DC19Q,GQY1XT001CV5PX,GQY1XT001CKW8E,GQY1XT001AZMAU,GQY1XT001A9HG2,GQY1XT001EEK3O,GQY1XT001ECBQ0,GQY1XT001C9HRF,GQY1XT001APXF1,GQY1XT001DR5VE,GQY1XT001C2LKM,GQY1XT001AE2JE,GQY1XT001AJY4W,GQY1XT001BOJ7Z,GQY1XT001BEKRO,GQY1XT001CTWN8,GQY1XT001BU4BC,GQY1XT001B8PN3,GQY1XT001CIUOS,GQY1XT001C2AW2,GQY1XT001BGSQ4,GQY1XT001EKPD3,GQY1XT001ARU1G,GQY1XT001BZEOZ,GQY1XT001B21AN,GQY1XT001B13LT,GQY1XT001DDKPZ,GQY1XT001DR1GN,GQY1XT001BKY1K,GQY1XT001C38AA,GQY1XT001EGBSF,GQY1XT001EGP1G,GQY1XT001DVDCH,GQY1XT001DN8PU,GQY1XT001BZXNO,GQY1XT001E2W03,GQY1XT001ESHLS,GQY1XT001DBTBH,GQY1XT001ESCAQ,GQY1XT001EOTV0,GQY1XT001B428Q,GQY1XT001AVFNY,GQY1XT001EKOII,GQY1XT001DOWYX,GQY1XT001EWB16,GQY1XT001DFWKB,GQY1XT001CUJA6,GQY1XT001C8UJ6,GQY1XT001DA1MC,GQY1XT001DHB17,GQY1XT001ENLY6,GQY1XT001E0868,GQY1XT001C4HDB,GQY1XT001EH3ZR,GQY1XT001EIWYX,GQY1XT001EIH02,GQY1XT001C5TJZ,GQY1XT001BNQW1,GQY1XT001DFJIP,GQY1XT001DAJKV,GQY1XT001BWEVO,GQY1XT001EBHNR,GQY1XT001CJOXO,GQY1XT001CY0C3,GQY1XT001CTWNX,GQY1XT001AIG22,GQY1XT001BUEJC,GQY1XT001BVMVI,GQY1XT001A5ZAT,GQY1XT001CFQP4,GQY1XT001DD0O7,GQY1XT001AXG92,GQY1XT001DJOQE,GQY1XT001CHU0P,GQY1XT001C8I89,GQY1XT001D0CSO,GQY1XT001BC95C,GQY1XT001C7S88,GQY1XT001AGNY1,GQY1XT001D4LT1,GQY1XT001BK77G,GQY1XT001DFFUZ,GQY1XT001C443O,GQY1XT001CK2JU,GQY1XT001C4AGS,GQY1XT001EUN19,GQY1XT001BXVK2,GQY1XT001C8IWX,GQY1XT001CDXS4,GQY1XT001CZDOR,GQY1XT001C9K16,GQY1XT001DFJRJ,GQY1XT001ATZKC,GQY1XT001DFF43,GQY1XT001EVC2E,GQY1XT001ESQT2,GQY1XT001EPXP3,GQY1XT001DY81J,GQY1XT001DU2XO,GQY1XT001DGEGZ,GQY1XT001DFOOZ,GQY1XT001D5J93,GQY1XT001D4CDU,GQY1XT001CXYDT,GQY1XT001CQ31D,GQY1XT001CAVPI,GQY1XT001C5546,GQY1XT001BY4AL,GQY1XT001BVYZY,GQY1XT001BRMUT,GQY1XT001BONLZ,GQY1XT001BLSF2,GQY1XT001B1ZP5,GQY1XT001AJKIU,GQY1XT001AFRON,GQY1XT001AFN7D,GQY1XT001A6AB0,GQY1XT001EJ2DR,GQY1XT001DKNQW,GQY1XT001EBSF5,GQY1XT001A79BJ,GQY1XT001DSJEB,GQY1XT001A9ZIC,GQY1XT001BTXGW,GQY1XT001DWA1Y,GQY1XT001EL8O0,GQY1XT001ASX4U,GQY1XT001BJUWX,GQY1XT001BUO55,GQY1XT001B01V8,GQY1XT001C6LWK,GQY1XT001DGEZ5,GQY1XT001A0H8R,GQY1XT001ALGO2,GQY1XT001AV56J,GQY1XT001B4GZQ,GQY1XT001BL9NL,GQY1XT001B2Q6I,GQY1XT001A0RJ4,GQY1XT001B9EY3,GQY1XT001BP3VG,GQY1XT001ES34U,GQY1XT001BWEVA,GQY1XT001CNNZ2,GQY1XT001D72Z8,GQY1XT001AIZEM,GQY1XT001EGGS7,GQY1XT001AQBH9,GQY1XT001BNICV,GQY1XT001C1M4D,GQY1XT001AJS4T,GQY1XT001AO2WE,GQY1XT001B3NSL,GQY1XT001DEBRV,GQY1XT001BIC77,GQY1XT001A50WO,GQY1XT001A79A0,GQY1XT001BNZAB,GQY1XT001DEEVU,GQY1XT001A8DER,GQY1XT001CRG8M,GQY1XT001D7PCY,GQY1XT001AJI1L,GQY1XT001AXN6W,GQY1XT001DS0GM,GQY1XT001AE14O,GQY1XT001AKKT1,GQY1XT001BVBY7,GQY1XT001CBGMD,GQY1XT001CC6OI,GQY1XT001DBV0H,GQY1XT001D7Q1Q,GQY1XT001ETHRT,GQY1XT001DOO8J,GQY1XT001CPVJW,GQY1XT001A3KIF,GQY1XT001BZ090,GQY1XT001AMIN6,GQY1XT001D2KUK,GQY1XT001EPX8J,GQY1XT001AMPPA,GQY1XT001CKEVP,GQY1XT001EOXJO,GQY1XT001BLGMA,GQY1XT001ESZ97,GQY1XT001ASQ5S,GQY1XT001AOZH1,GQY1XT001A9N9N,GQY1XT001CQA7T,GQY1XT001CLCJD,GQY1XT001D2BC8,GQY1XT001BZKIK,GQY1XT001ERCC2,GQY1XT001A3Y6J,GQY1XT001C3VKD,GQY1XT001EOCJH,GQY1XT001CD83Z,GQY1XT001C9CGJ,GQY1XT001DPICO,GQY1XT001E2IAF,GQY1XT001C6XFD,GQY1XT001DLOH4,GQY1XT001DP9SV,GQY1XT001B8YFM,GQY1XT001ETJUL,GQY1XT001A1I0A,GQY1XT001DRS1G,GQY1XT001BJM8Z,GQY1XT001D3JC8,GQY1XT001DAEDH,GQY1XT001CUAMH,GQY1XT001D9VRM,GQY1XT001BY5A0,GQY1XT001A5K1R,GQY1XT001CG75H,GQY1XT001ETZA8,GQY1XT001EIBE5,GQY1XT001B2FV3,GQY1XT001DH3GT,GQY1XT001EQ6UB,GQY1XT001DEOLA,GQY1XT001BULBU,GQY1XT001EXQUD,GQY1XT001DYJZR,GQY1XT001D3MSG,GQY1XT001CMDKB,GQY1XT001B92XS,GQY1XT001ES2GH,GQY1XT001EAXH1,GQY1XT001DBP4I,GQY1XT001DTARC,GQY1XT001DNNZU,GQY1XT001DXEYU,GQY1XT001DAZCV,GQY1XT001EMRGF,GQY1XT001EBD4U,GQY1XT001BRSBP,GQY1XT001EKOXX,GQY1XT001B6RVD,GQY1XT001CQ1TI,GQY1XT001DT2SI,GQY1XT001D753U,GQY1XT001DAKFE,GQY1XT001DWASY,GQY1XT001DGZ8V,GQY1XT001D7962,GQY1XT001E2UK0,GQY1XT001ASYVS,GQY1XT001BN8FM,GQY1XT001ANORU,GQY1XT001E1FHP,GQY1XT001DS7BH,GQY1XT001DSLF4,GQY1XT001ETL3K,GQY1XT001CMP4Q,GQY1XT001CPT71,GQY1XT001DVBST,GQY1XT001BTP9Z,GQY1XT001B4PCM,GQY1XT001C6F4Z,GQY1XT001C8EWU,GQY1XT001EDBRQ,GQY1XT001BBW2V,GQY1XT001E0Z0M,GQY1XT001A12VG,GQY1XT001AY41T,GQY1XT001ARZYZ,GQY1XT001AWMNP,GQY1XT001AJ3TD,GQY1XT001B5ICY,GQY1XT001A6HD8,GQY1XT001C823A,GQY1XT001DC2NM,GQY1XT001CWOP2,GQY1XT001EEC1H,GQY1XT001D826Y,GQY1XT001C69VF,GQY1XT001EJGLZ,GQY1XT001ASV6F,GQY1XT001CPT8L,GQY1XT001DSUP3,GQY1XT001CKPJJ,GQY1XT001C5FFP,GQY1XT001AXNC6,GQY1XT001BSL4V,GQY1XT001CQ5S4,GQY1XT001CENV0,GQY1XT001CEV9W,GQY1XT001BF1F1,GQY1XT001AV50H,GQY1XT001EL1UK,GQY1XT001EZIER,GQY1XT001DO2ZS,GQY1XT001CFKRP,GQY1XT001CAQF2,GQY1XT001CBF0G,GQY1XT001A5MFB,GQY1XT001D5ZL8,GQY1XT001EEC7K,GQY1XT001DDE88,GQY1XT001EHVYO,GQY1XT001E18SG,GQY1XT001AVHYR,GQY1XT001ESALW,GQY1XT001CX48Y,GQY1XT001ERJMT,GQY1XT001BERGI,GQY1XT001A91IB,GQY1XT001BRHUB,GQY1XT001C3CKR,GQY1XT001CUOGW,GQY1XT001BY9ZQ,GQY1XT001CH1MH,GQY1XT001BTMY9,GQY1XT001B1LKU,GQY1XT001AQRR6,GQY1XT001EZH89,GQY1XT001C1KMF,GQY1XT001C88CD,GQY1XT001EN9ZL,GQY1XT001EAIRV,GQY1XT001BE6KU,GQY1XT001AH589,GQY1XT001DS4IT,GQY1XT001CY66T,GQY1XT001CE3GF,GQY1XT001BLY15,GQY1XT001EILFW,GQY1XT001EOMLH,GQY1XT001EERFG,GQY1XT001DUFTK,GQY1XT001CN4G7,GQY1XT001D1NMT,GQY1XT001C2U08,GQY1XT001A519I,GQY1XT001B2Z8D,GQY1XT001CQB64,GQY1XT001BLRXJ,GQY1XT001CKQXI,GQY1XT001C9NDG,GQY1XT001D3B0A,GQY1XT001DMCS7,GQY1XT001CECEU,GQY1XT001CAGJ3,GQY1XT001C047D,GQY1XT001BB5FD,GQY1XT001DH3BC,GQY1XT001COHBF,GQY1XT001BRMIZ,GQY1XT001B872W,GQY1XT001ATWBB,GQY1XT001ANUDV,GQY1XT001D4Z4U,GQY1XT001BYD7G,GQY1XT001AGZQG,GQY1XT001AMSDN,GQY1XT001DOYVV,GQY1XT001DEYT0,GQY1XT001CSFIE,GQY1XT001AVRGX,GQY1XT001APAI7,GQY1XT001B6UGS,GQY1XT001DGPAW,GQY1XT001D9Y4Y,GQY1XT001A3T4Y,GQY1XT001DI2T7,GQY1XT001BC1PQ,GQY1XT001DUSD1,GQY1XT001B4S56,GQY1XT001DECMS,GQY1XT001C5EVM,GQY1XT001C6801,GQY1XT001B920W,GQY1XT001C5LW8,GQY1XT001D94MU,GQY1XT001D6IND,GQY1XT001A2LVT,GQY1XT001BY4BQ,GQY1XT001EE46I,GQY1XT001DXSA5,GQY1XT001BQ5NZ,GQY1XT001CGKEK,GQY1XT001BN762,GQY1XT001B3RYD,GQY1XT001AYDIW,GQY1XT001A29MN,GQY1XT001D0ZJL,GQY1XT001AVP2M,GQY1XT001C9DJD,GQY1XT001C99CT,GQY1XT001CQ4GN,GQY1XT001BQB0R,GQY1XT001CDW6P,GQY1XT001DJJ1I,GQY1XT001E0Z28,GQY1XT001DUR20,GQY1XT001DKI9Z,GQY1XT001D44TY,GQY1XT001D6DCZ,GQY1XT001BQ5EK,GQY1XT001ER28N,GQY1XT001CWWUZ,GQY1XT001B11F1,GQY1XT001BDQF2,GQY1XT001BUGMG,GQY1XT001AZFWV,GQY1XT001BPHF5,GQY1XT001A8IHD,GQY1XT001COVQH,GQY1XT001B732E,GQY1XT001AJE5U,GQY1XT001AZE7W,GQY1XT001AYLW2,GQY1XT001AO5WB,GQY1XT001CQSRF,GQY1XT001AIG06,GQY1XT001ERDK0,GQY1XT001BXGEP,GQY1XT001DWO90,GQY1XT001ALS2Z,GQY1XT001CIB6Y,GQY1XT001ALI94,GQY1XT001A6WXJ,GQY1XT001BWMIH,GQY1XT001EXNFU,GQY1XT001DHWAC,GQY1XT001DPAVJ,GQY1XT001CBHH3,GQY1XT001AQ9MI,GQY1XT001AN1I2,GQY1XT001DAN68,GQY1XT001B07EA,GQY1XT001BAX3Y,GQY1XT001BALKH,GQY1XT001EHRVV,GQY1XT001BM16I,GQY1XT001DIFPA,GQY1XT001DIZ8K,GQY1XT001BXWOU,GQY1XT001DWU2V,GQY1XT001BP8DA,GQY1XT001CANXJ,GQY1XT001EIWZX,GQY1XT001AJMEU,GQY1XT001B7E6N,GQY1XT001A5MRS,GQY1XT001ATLYV,GQY1XT001B5IMI,GQY1XT001BZSOJ,GQY1XT001A3387,GQY1XT001AFPG5,GQY1XT001DSH4M,GQY1XT001C0094,GQY1XT001DA8CU,GQY1XT001ANTKY,GQY1XT001EHERW,GQY1XT001EV11F,GQY1XT001DUIBF,GQY1XT001A3UQ2,GQY1XT001C0FAC,GQY1XT001AQ0YI,GQY1XT001APTE5,GQY1XT001B8SIA,GQY1XT001ENYB5,GQY1XT001EQD3Z,GQY1XT001APEJJ,GQY1XT001DV1MO,GQY1XT001BXRLJ,GQY1XT001DFUC8,GQY1XT001AFR0M,GQY1XT001AO4YW,GQY1XT001EBYIR,GQY1XT001ECFPP,GQY1XT001AV67Z,GQY1XT001EO7SW,GQY1XT001AJT40,GQY1XT001BSMQH,GQY1XT001AV617,GQY1XT001BCOT6,GQY1XT001DYH1A,GQY1XT001CQBXC,GQY1XT001DHS5Z,GQY1XT001ENWTX,GQY1XT001C5IVS,GQY1XT001ASVE0,GQY1XT001CF943,GQY1XT001BPMKB,GQY1XT001C8NF6,GQY1XT001CIUCJ,GQY1XT001C753J,GQY1XT001BPUN4,GQY1XT001DX4OQ,GQY1XT001BYG63,GQY1XT001BG2R2,GQY1XT001CUB3C,GQY1XT001A9D4G,GQY1XT001BP8VB,GQY1XT001A8LZ2,GQY1XT001DCN8I,GQY1XT001C3AFF,GQY1XT001DJMNF,GQY1XT001CHATX,GQY1XT001EP03U,GQY1XT001AOSL0,GQY1XT001A4OPW,GQY1XT001BYS6N,GQY1XT001E0BFO,GQY1XT001AQI88,GQY1XT001BICEH,GQY1XT001CXYZ8,GQY1XT001BYXOH,GQY1XT001EBSBN,GQY1XT001EVBJR,GQY1XT001BTZHK,GQY1XT001CDXUM,GQY1XT001BBXRJ,GQY1XT001EI7HW,GQY1XT001AHLDP,GQY1XT001EIUZK,GQY1XT001D8XNJ,GQY1XT001EMWF6,GQY1XT001AQJFQ,GQY1XT001B6R02,GQY1XT001AU71D,GQY1XT001A97YM,GQY1XT001DJQIU,GQY1XT001CBELI,GQY1XT001CAJS3,GQY1XT001DOZ7Y,GQY1XT001A6NPO,GQY1XT001D0Y4L,GQY1XT001B3UA7,GQY1XT001AUDTE,GQY1XT001BE5UP,GQY1XT001C4ZBT,GQY1XT001D4OWW,GQY1XT001CSYI9,GQY1XT001A2U0D,GQY1XT001C7S0Z,GQY1XT001CX4M2,GQY1XT001CYDEK,GQY1XT001ANNT9,GQY1XT001B3DRY,GQY1XT001EMSRU,GQY1XT001BOY8Y,GQY1XT001AV2ZN,GQY1XT001APVQT,GQY1XT001CBDWC,GQY1XT001BO2X6,GQY1XT001E07Y9,GQY1XT001EXP6N,GQY1XT001BZDWO,GQY1XT001CBZXM,GQY1XT001CM030,GQY1XT001CEJPG,GQY1XT001DWD8S,GQY1XT001BE5C8,GQY1XT001DNT7W,GQY1XT001BBXXX,GQY1XT001A5PYL,GQY1XT001ATTQG,GQY1XT001BBVR1,GQY1XT001EFBZT,GQY1XT001BI3UG,GQY1XT001DNLKO,GQY1XT001DC2YQ,GQY1XT001AX75S,GQY1XT001EKWJX,GQY1XT001BZIOR,GQY1XT001EQX51,GQY1XT001DRADJ,GQY1XT001CZQEM,GQY1XT001B09UQ,GQY1XT001A5S9W,GQY1XT001CCB7H,GQY1XT001BEG3U,GQY1XT001DOVFH,GQY1XT001D50HG,GQY1XT001AQWI3,GQY1XT001B97RZ,GQY1XT001AIXBA,GQY1XT001BLWPG,GQY1XT001B0FGK,GQY1XT001EERUC,GQY1XT001EL0CN,GQY1XT001AQRPA,GQY1XT001A22BD,GQY1XT001BENYU,GQY1XT001AV82N,GQY1XT001EX648,GQY1XT001BFTH0,GQY1XT001BZSUY,GQY1XT001CIRMZ,GQY1XT001DHO81,GQY1XT001D77PT,GQY1XT001EYOJC,GQY1XT001BEVX3,GQY1XT001AJB32,GQY1XT001AOW6I,GQY1XT001AKI1D,GQY1XT001CFM6K,GQY1XT001A9GNA,GQY1XT001CZ2WL,GQY1XT001BSTF9,GQY1XT001DQK08,GQY1XT001AMRI7,GQY1XT001BXAFN,GQY1XT001BTB71,GQY1XT001ETUWT,GQY1XT001B7ASJ,GQY1XT001CD8WE,GQY1XT001D43C9,GQY1XT001EUG54,GQY1XT001A8U0J,GQY1XT001AIN3K,GQY1XT001B4U21,GQY1XT001A6M6A,GQY1XT001EO409,GQY1XT001EIP7W,GQY1XT001BJNZE,GQY1XT001DSJKT,GQY1XT001B34LJ,GQY1XT001COXCC,GQY1XT001BK9YZ,GQY1XT001D0K6Z,GQY1XT001CJKSL,GQY1XT001E0TTO,GQY1XT001AUT0W,GQY1XT001CL3NF,GQY1XT001C8DQW,GQY1XT001APGS5,GQY1XT001BSCY2,GQY1XT001CQT8U,GQY1XT001E3RLU,GQY1XT001ELRDL,GQY1XT001ENKTU,GQY1XT001BKDGO,GQY1XT001AF4OU,GQY1XT001BRVA7,GQY1XT001BQYPA,GQY1XT001CJ8L7,GQY1XT001AUKRY,GQY1XT001DFG79,GQY1XT001CREHD,GQY1XT001AS04H,GQY1XT001BHKJS,GQY1XT001D4BDA,GQY1XT001DP7S8,GQY1XT001C1LTL,GQY1XT001A4OCR,GQY1XT001BT24G,GQY1XT001BE3Y3,GQY1XT001AZN0E,GQY1XT001A5O5B,GQY1XT001BEZ9U,GQY1XT001B8932,GQY1XT001B8KR7,GQY1XT001BC7BZ,GQY1XT001BI93Q,GQY1XT001A6KIM,GQY1XT001D7245,GQY1XT001C8FGG,GQY1XT001DI4YX,GQY1XT001AZT0U,GQY1XT001DUE2S,GQY1XT001DY4BK,GQY1XT001CZMIO,GQY1XT001AOVQ2,GQY1XT001BT2SJ,GQY1XT001CMSRA,GQY1XT001BABYC,GQY1XT001C183Y,GQY1XT001C8QMM,GQY1XT001DGAVI,GQY1XT001BVI6O,GQY1XT001E4T5W,GQY1XT001A0HZW,GQY1XT001AESAS,GQY1XT001D0JYQ,GQY1XT001DPOPV,GQY1XT001BBQNZ,GQY1XT001BMXKT,GQY1XT001BBX7E,GQY1XT001C48J2,GQY1XT001BEUTL,GQY1XT001BWQDS,GQY1XT001ENJEA,GQY1XT001CYA1W,GQY1XT001A8DF4,GQY1XT001CBKLP,GQY1XT001ET229,GQY1XT001DWYWX,GQY1XT001D704Z,GQY1XT001A2559,GQY1XT001A4CQE,GQY1XT001AYJXU,GQY1XT001AJ23X,GQY1XT001A8IED,GQY1XT001BHADD,GQY1XT001D3UHU,GQY1XT001BQ0JB,GQY1XT001BPSHO,GQY1XT001APABP,GQY1XT001CDZLE,GQY1XT001C4968,GQY1XT001D5BK5,GQY1XT001DT1KK,GQY1XT001D1AUP,GQY1XT001D7TL5,GQY1XT001B1SJ2,GQY1XT001BD9YH,GQY1XT001CHUZJ,GQY1XT001D1R1T,GQY1XT001E458T,GQY1XT001BQRWE,GQY1XT001BJ1VK,GQY1XT001DQHMO,GQY1XT001DSXOO,GQY1XT001CKQB3,GQY1XT001DVLMQ,GQY1XT001CD83F,GQY1XT001CWTXR,GQY1XT001A5ZSQ,GQY1XT001BHQN1,GQY1XT001BZB89,GQY1XT001AY5AY,GQY1XT001BU2PP,GQY1XT001B5YD4,GQY1XT001DKN07,GQY1XT001EDP4F,GQY1XT001CZ0HL,GQY1XT001AOF0L,GQY1XT001BZ59O,GQY1XT001C7GBU,GQY1XT001A11Q8,GQY1XT001ALE50,GQY1XT001EWIRE,GQY1XT001AL1LZ,GQY1XT001AQMM0,GQY1XT001C0O9O,GQY1XT001DG0I7,GQY1XT001AHPYN,GQY1XT001AX34V,GQY1XT001D5NM5,GQY1XT001A7FAW,GQY1XT001B4TFO,GQY1XT001CLN1W,GQY1XT001BU4IL,GQY1XT001C22GD,GQY1XT001BL6AD,GQY1XT001AGQVB,GQY1XT001CFVVQ,GQY1XT001BYTO7,GQY1XT001D6ASD,GQY1XT001B5CAW,GQY1XT001CCJES,GQY1XT001D2K9U,GQY1XT001A35KN,GQY1XT001EN3AO,GQY1XT001EHN2F,GQY1XT001ANIQX,GQY1XT001ESDUA,GQY1XT001DKZOI,GQY1XT001CU3JI,GQY1XT001CL6U6,GQY1XT001CS2O8,GQY1XT001BXM5O,GQY1XT001A0KLG,GQY1XT001B6Z81,GQY1XT001ALQUQ,GQY1XT001CT04W,GQY1XT001B1JYT,GQY1XT001BNW4M,GQY1XT001CH3HA,GQY1XT001AGPLT,GQY1XT001BNYD8,GQY1XT001BIQLN,GQY1XT001CH3TC,GQY1XT001AJ1S8,GQY1XT001ETOLD,GQY1XT001D8PY3,GQY1XT001AJLW3,GQY1XT001EY8IY,GQY1XT001B8JDI,GQY1XT001A7W0J,GQY1XT001ELJRF,GQY1XT001D3YFX,GQY1XT001BSA2U,GQY1XT001A8AGQ,GQY1XT001CG9JA,GQY1XT001CWWFN,GQY1XT001CDID2,GQY1XT001C9YXE,GQY1XT001D6745,GQY1XT001CFXXA,GQY1XT001BZ6HF,GQY1XT001B7D4Y,GQY1XT001CGMQH,GQY1XT001D7NOX,GQY1XT001DLAEY,GQY1XT001EAOA0,GQY1XT001CLITM,GQY1XT001CPOCT,GQY1XT001DWA15,GQY1XT001DLDHQ,GQY1XT001BTR33,GQY1XT001AS0BP,GQY1XT001AIGG7,GQY1XT001AGI97,GQY1XT001D79J5,GQY1XT001DMQO5,GQY1XT001B76XA,GQY1XT001EJSXN,GQY1XT001BQ69C,GQY1XT001DNEWM,GQY1XT001DRRW6,GQY1XT001DKKT1,GQY1XT001BRCW3,GQY1XT001DLEDK,GQY1XT001DJ628,GQY1XT001AGWIB,GQY1XT001CO84M,GQY1XT001BOZYU,GQY1XT001CYS0C,GQY1XT001EBSSU,GQY1XT001ATDQA,GQY1XT001DEAU9,GQY1XT001B7DCP,GQY1XT001D3CCY,GQY1XT001BR1K5,GQY1XT001EEAB8,GQY1XT001C5YJN,GQY1XT001CDX8G,GQY1XT001CZ7BQ,GQY1XT001CGYP1,GQY1XT001DTAG4,GQY1XT001BEYZ5,GQY1XT001B45JO,GQY1XT001DMJQ9,GQY1XT001DBYEA,GQY1XT001BWEXC,GQY1XT001BK3G9,GQY1XT001DW485,GQY1XT001AKLDP,GQY1XT001DFIM5,GQY1XT001EZF2P,GQY1XT001EZ0E9,GQY1XT001B22B1,GQY1XT001BGPPD,GQY1XT001ERP9K,GQY1XT001CIGRX,GQY1XT001AF4C0,GQY1XT001ALU9G,GQY1XT001D7BUM,GQY1XT001ESL7B,GQY1XT001A2WX6,GQY1XT001CDVSF,GQY1XT001C5AHI,GQY1XT001DPKIO,GQY1XT001B6Z2Y,GQY1XT001CW1FV,GQY1XT001EDKTD,GQY1XT001CIMRO,GQY1XT001DGS73,GQY1XT001AVJ47,GQY1XT001DIXOZ,GQY1XT001ANGRC,GQY1XT001BKOJM,GQY1XT001ER3GZ,GQY1XT001C7RAO,GQY1XT001CP9DE,GQY1XT001DQIJE,GQY1XT001EW2FH,GQY1XT001DPQ8G,GQY1XT001AM37D,GQY1XT001BB2B8,GQY1XT001CC00J,GQY1XT001DJGYR,GQY1XT001BSS7F,GQY1XT001C8HVE,GQY1XT001CPXFT,GQY1XT001DYRPL,GQY1XT001DROMB,GQY1XT001ESJTC,GQY1XT001BMFQ9,GQY1XT001EIZQC,GQY1XT001A4LPC,GQY1XT001CVAU5,GQY1XT001CLMWD,GQY1XT001B1HRP,GQY1XT001DSFC0,GQY1XT001D1T1W,GQY1XT001EEWQI,GQY1XT001CFRT1,GQY1XT001A74UY,GQY1XT001C06XX,GQY1XT001CSJK1,GQY1XT001AE5TD,GQY1XT001C9EFN,GQY1XT001DZSVG,GQY1XT001AQELJ,GQY1XT001AF1EV,GQY1XT001AQH8J,GQY1XT001CA3LN,GQY1XT001EL6PV,GQY1XT001CE5ZC,GQY1XT001CH72U,GQY1XT001E0Y31,GQY1XT001BK8MO,GQY1XT001CPCKF,GQY1XT001C1YD2,GQY1XT001CEE3P,GQY1XT001BU66O,GQY1XT001BXHHD,GQY1XT001CEMQJ,GQY1XT001AG78R,GQY1XT001CQUPP,GQY1XT001CDEHM,GQY1XT001EPARM,GQY1XT001CO6NQ,GQY1XT001EC6MB,GQY1XT001EYGGZ,GQY1XT001B1KDC,GQY1XT001AHB66,GQY1XT001DOYXY,GQY1XT001ERYRB,GQY1XT001DW4HM,GQY1XT001EQAQ6,GQY1XT001EZVVG,GQY1XT001B49JO,GQY1XT001A42LD,GQY1XT001B3H58,GQY1XT001BKMP0,GQY1XT001B8SKM,GQY1XT001B7FUL,GQY1XT001CK9NR,GQY1XT001DQZ6L,GQY1XT001EG3GS,GQY1XT001DMKV2,GQY1XT001CHSSO,GQY1XT001C37BD,GQY1XT001C8VMO,GQY1XT001B9ODC,GQY1XT001BDZWK,GQY1XT001B4LSH,GQY1XT001ENU80,GQY1XT001A69DV,GQY1XT001AE8IX,GQY1XT001EWFYN,GQY1XT001ETJ4J,GQY1XT001ES63B,GQY1XT001ERW4R,GQY1XT001EM6MX,GQY1XT001ELX2R,GQY1XT001EJATM,GQY1XT001EHMMX,GQY1XT001EEZUV,GQY1XT001EDW59,GQY1XT001EDLR5,GQY1XT001ECDQ9,GQY1XT001E3U66,GQY1XT001DY0QO,GQY1XT001DOXS3,GQY1XT001DJO15,GQY1XT001DJ53E,GQY1XT001D9XW7,GQY1XT001D6ORQ,GQY1XT001D52HX,GQY1XT001D3992,GQY1XT001D2DLA,GQY1XT001CRA7W,GQY1XT001CIOW6,GQY1XT001CI7EA,GQY1XT001CI1Y7,GQY1XT001CGDNI,GQY1XT001CG53R,GQY1XT001C7SG2,GQY1XT001C0PRW,GQY1XT001BZZPH,GQY1XT001BYT1O,GQY1XT001BW2AE,GQY1XT001BV2C5,GQY1XT001BTELN,GQY1XT001BPI1D,GQY1XT001BIS1X,GQY1XT001BGA3G,GQY1XT001B6P7H,GQY1XT001AZ42R,GQY1XT001AZ3CC,GQY1XT001AXGJC,GQY1XT001AXFRZ,GQY1XT001AUS3B,GQY1XT001AS06G,GQY1XT001AOLWM,GQY1XT001C1P4Y,GQY1XT001BSNA8,GQY1XT001AY967,GQY1XT001ARMS6,GQY1XT001C3CLR,GQY1XT001AY3WH,GQY1XT001AQEO8,GQY1XT001CH3K4,GQY1XT001ASFG9,GQY1XT001ALRB6,GQY1XT001DCTUK,GQY1XT001EPJ1Y,GQY1XT001D1ICF,GQY1XT001BKWQU,GQY1XT001C1L8R,GQY1XT001DVZXO,GQY1XT001D2LGW,GQY1XT001BIP7C,GQY1XT001EF7A4,GQY1XT001DNHBD,GQY1XT001EZ7KW,GQY1XT001DF2EL,GQY1XT001EOO9S,GQY1XT001D0IM8,GQY1XT001DANZ4,GQY1XT001CVY9S,GQY1XT001D139L,GQY1XT001BJI7D,GQY1XT001D5DOK,GQY1XT001DGD6C,GQY1XT001AGP2Z,GQY1XT001B0H8F,GQY1XT001A4EJE,GQY1XT001CVXHJ,GQY1XT001D3BVE,GQY1XT001CNQFY,GQY1XT001BS28W,GQY1XT001BNZEB,GQY1XT001BO9W7,GQY1XT001C5F8D,GQY1XT001DKRV6,GQY1XT001BYF2X,GQY1XT001A26DI,GQY1XT001A4SW6,GQY1XT001BLJ9R,GQY1XT001ALF49,GQY1XT001B5HQX,GQY1XT001EFKSN,GQY1XT001BR2V5,GQY1XT001DO1O3,GQY1XT001DR5GE,GQY1XT001CTO9H,GQY1XT001BUV5I,GQY1XT001BYTDV,GQY1XT001DNH6X,GQY1XT001AOA8J,GQY1XT001B1409,GQY1XT001DMFLT,GQY1XT001AS3HC,GQY1XT001AGHI4,GQY1XT001AO45Q,GQY1XT001AH457,GQY1XT001CP6X7,GQY1XT001AE5WI,GQY1XT001CTBCT,GQY1XT001BSWWK,GQY1XT001B7XC3,GQY1XT001A7SBG,GQY1XT001DJOMS,GQY1XT001BIUA2,GQY1XT001EB2ZU,GQY1XT001BPA80,GQY1XT001D92GR,GQY1XT001EXSOX,GQY1XT001C0YW8,GQY1XT001D9A39,GQY1XT001CQGIK,GQY1XT001C4JQH,GQY1XT001DPXY2,GQY1XT001C5KR7,GQY1XT001EFQVC,GQY1XT001D562J,GQY1XT001BQKK7,GQY1XT001CIIC2,GQY1XT001BHEBM,GQY1XT001A4CMZ,GQY1XT001ARB5D,GQY1XT001CF7DS,GQY1XT001C1WZQ,GQY1XT001DZCZ8,GQY1XT001AHZ8O,GQY1XT001CD5TB,GQY1XT001CP357,GQY1XT001EIY8T,GQY1XT001CP4ZW,GQY1XT001CZIP1,GQY1XT001AT3LL,GQY1XT001CJ4AV,GQY1XT001CROFK,GQY1XT001A72WN,GQY1XT001BJROQ,GQY1XT001BZ91X,GQY1XT001EE4NZ,GQY1XT001B46V1,GQY1XT001DC1UQ,GQY1XT001AOJ0F,GQY1XT001C5FO7,GQY1XT001ESV6F,GQY1XT001ELARI,GQY1XT001AWKWH,GQY1XT001AND72,GQY1XT001DRAYD,GQY1XT001D9DRH,GQY1XT001AL5BQ,GQY1XT001D24Y8,GQY1XT001C53ZV,GQY1XT001EE7U7,GQY1XT001EK6W1,GQY1XT001EFEX6,GQY1XT001EI2CN,GQY1XT001COLY5,GQY1XT001E0G78,GQY1XT001EAPYI,GQY1XT001EHXQI,GQY1XT001ESBT7,GQY1XT001BHKXQ,GQY1XT001EIT50,GQY1XT001DU4OU,GQY1XT001DS4PD,GQY1XT001DA6UY,GQY1XT001DCBV1,GQY1XT001CFT0B,GQY1XT001DKOJE,GQY1XT001DG5G7,GQY1XT001CLF64,GQY1XT001BMWIC,GQY1XT001DUTHI,GQY1XT001BN4KT,GQY1XT001DNPSQ,GQY1XT001BC5XY,GQY1XT001BSGTO,GQY1XT001BYMFK,GQY1XT001BI3PU,GQY1XT001EZ6ZM,GQY1XT001ED1ZF,GQY1XT001CNA5G,GQY1XT001DFO2U,GQY1XT001ESO96,GQY1XT001EME7G,GQY1XT001EVMHE,GQY1XT001B4WMF,GQY1XT001B05K9,GQY1XT001AVGOE,GQY1XT001DW82T,GQY1XT001CI6SK,GQY1XT001D8S40,GQY1XT001EYQHS,GQY1XT001D4QR8,GQY1XT001DXQ8Z,GQY1XT001CRTR9,GQY1XT001A3K33,GQY1XT001ER0X4,GQY1XT001BX30M,GQY1XT001C0U9Y,GQY1XT001CQT66,GQY1XT001CXSRP,GQY1XT001B196O,GQY1XT001CZJ2E,GQY1XT001C1E5A,GQY1XT001AF4A1,GQY1XT001DDNVI,GQY1XT001BR6WP,GQY1XT001CAYWW,GQY1XT001AS1D2,GQY1XT001A91LU,GQY1XT001EOTWN,GQY1XT001CK0IQ,GQY1XT001BDFP3,GQY1XT001DTP8L,GQY1XT001DXHVZ,GQY1XT001AL2JT,GQY1XT001AOY41,GQY1XT001BDM3X,GQY1XT001AGZLE,GQY1XT001CKOK0,GQY1XT001EBLTQ,GQY1XT001B9LSF,GQY1XT001ES2AM,GQY1XT001BHNGY,GQY1XT001CGTTP,GQY1XT001CUI76,GQY1XT001CMQ8K,GQY1XT001A47N2,GQY1XT001EMYQ8,GQY1XT001ENEKJ,GQY1XT001CDSXY,GQY1XT001CTAKM,GQY1XT001DJ52N,GQY1XT001CI7R9,GQY1XT001CWC2D,GQY1XT001EXBY1,GQY1XT001ETIRC,GQY1XT001DG33J,GQY1XT001E2Q8A,GQY1XT001CBSR4,GQY1XT001DHCLG,GQY1XT001ANWX6,GQY1XT001AWZIB,GQY1XT001DLVBE,GQY1XT001B5MRQ,GQY1XT001BC7IR,GQY1XT001B9WFR,GQY1XT001EJSFL,GQY1XT001ENDDG,GQY1XT001ALZND,GQY1XT001AMKVH,GQY1XT001DKMKX,GQY1XT001EFMIZ,GQY1XT001AJN8Y,GQY1XT001CK0VP,GQY1XT001BMUFO,GQY1XT001DNFFT,GQY1XT001C9R9T,GQY1XT001DARMH,GQY1XT001C4LUF,GQY1XT001D6WSP,GQY1XT001C5DSG,GQY1XT001DRJZE,GQY1XT001EKZ96,GQY1XT001DYRT8,GQY1XT001DS3IC,GQY1XT001EWL23,GQY1XT001DZR5B,GQY1XT001CC5VN,GQY1XT001EZWPK,GQY1XT001E1CWW,GQY1XT001CTDLU,GQY1XT001BQRW9,GQY1XT001BVOLS,GQY1XT001EODA3,GQY1XT001AF23D,GQY1XT001BUCCU,GQY1XT001ALKNZ,GQY1XT001B27TT,GQY1XT001CV9SV,GQY1XT001AO7VX,GQY1XT001CZYUK,GQY1XT001CREMS,GQY1XT001B1Q7O,GQY1XT001BZW1D,GQY1XT001DFYZX,GQY1XT001DQNWS,GQY1XT001EHRZG,GQY1XT001BW8VX,GQY1XT001DO2FJ,GQY1XT001A8PF1,GQY1XT001A69TJ,GQY1XT001DJO0C,GQY1XT001COJXW,GQY1XT001BJP02,GQY1XT001C4GEN,GQY1XT001EEJCN,GQY1XT001CRDK1,GQY1XT001CA32U,GQY1XT001DN45J,GQY1XT001CK4PI,GQY1XT001CKEXN,GQY1XT001AORMD,GQY1XT001B48EO,GQY1XT001AUQY1,GQY1XT001CELAZ,GQY1XT001DIRS3,GQY1XT001DW47Z,GQY1XT001DCOE5,GQY1XT001EO4QY,GQY1XT001CS1LP,GQY1XT001DM82H,GQY1XT001C996J,GQY1XT001E3YHX,GQY1XT001EE7OY,GQY1XT001DW2R3,GQY1XT001E43NW,GQY1XT001CTMTY,GQY1XT001CQ8S4,GQY1XT001BWW1U,GQY1XT001EBAGJ,GQY1XT001BH1GF,GQY1XT001EYTYH,GQY1XT001DMJMV,GQY1XT001CMDJN,GQY1XT001CLE5V,GQY1XT001EZH42,GQY1XT001CTYQ0,GQY1XT001E31U4,GQY1XT001EEBNY,GQY1XT001DL5AU,GQY1XT001EAQPJ,GQY1XT001DZR2D,GQY1XT001BIK4J,GQY1XT001DNV2C,GQY1XT001B4LHZ,GQY1XT001DTE5P,GQY1XT001A6RYH,GQY1XT001AVCBJ,GQY1XT001EV89Y,GQY1XT001BQU7K,GQY1XT001CJQON,GQY1XT001EDASO,GQY1XT001A3OZN,GQY1XT001C6VT5,GQY1XT001BZ117,GQY1XT001D6W0X,GQY1XT001ETVHB,GQY1XT001CBYY7,GQY1XT001A43XI,GQY1XT001CM151,GQY1XT001DGQY2,GQY1XT001DD2JN,GQY1XT001A585X,GQY1XT001C8P6V,GQY1XT001DD2QY,GQY1XT001EIHIQ,GQY1XT001CD5SS,GQY1XT001ED596,GQY1XT001EXQ70,GQY1XT001DRSX8,GQY1XT001BWN3B,GQY1XT001EKAK8,GQY1XT001BQJ2T,GQY1XT001AIZCU,GQY1XT001AOYZB,GQY1XT001D3OE4,GQY1XT001D9178,GQY1XT001AL6SG,GQY1XT001CE4Z1,GQY1XT001D97W3,GQY1XT001AJDEK,GQY1XT001CI2RJ,GQY1XT001EMS4J,GQY1XT001B3UZ1,GQY1XT001A2RZ6,GQY1XT001ATY96,GQY1XT001BM794,GQY1XT001BFO0J,GQY1XT001EXKGZ,GQY1XT001AYV9W,GQY1XT001CJKQE,GQY1XT001DAADQ,GQY1XT001A0W0E,GQY1XT001CCMEF,GQY1XT001DZKWZ,GQY1XT001BFHC5,GQY1XT001D8GZ9,GQY1XT001AEIWM,GQY1XT001BSDJF,GQY1XT001B98K3,GQY1XT001BOR53,GQY1XT001DQGTO,GQY1XT001BP6W5,GQY1XT001ASJS1,GQY1XT001BQGIH,GQY1XT001AVRMU,GQY1XT001DHFXG,GQY1XT001A3953,GQY1XT001D6M96,GQY1XT001DY4BW,GQY1XT001DFU0A,GQY1XT001AW8AS,GQY1XT001ESYI1,GQY1XT001D3MZB,GQY1XT001ED56I,GQY1XT001BN7BI,GQY1XT001D8XHO,GQY1XT001BZVLJ,GQY1XT001EH6MX,GQY1XT001AN30K,GQY1XT001BG8ZW,GQY1XT001AHSIR,GQY1XT001D7468,GQY1XT001B7FT3,GQY1XT001AHZD0,GQY1XT001CKIFZ,GQY1XT001A1DBS,GQY1XT001B9QD8,GQY1XT001EZNGY,GQY1XT001EV7QX,GQY1XT001EWBN4,GQY1XT001EC65P,GQY1XT001CED0E,GQY1XT001D9C24,GQY1XT001EBC74,GQY1XT001B6TBC,GQY1XT001A51KK,GQY1XT001A8IDG,GQY1XT001DXNVD,GQY1XT001B83WF,GQY1XT001A9OJF,GQY1XT001DM2KX,GQY1XT001BD01Q,GQY1XT001DLO19,GQY1XT001A6SRX,GQY1XT001DDKN8,GQY1XT001DVNLU,GQY1XT001DOQQZ,GQY1XT001BDIS9,GQY1XT001BFY7G,GQY1XT001CEA5Q,GQY1XT001ESKGI,GQY1XT001CUQJM,GQY1XT001ANBE2,GQY1XT001AFSCD,GQY1XT001AN1AQ,GQY1XT001AEPMI,GQY1XT001CSP75,GQY1XT001AT5TU,GQY1XT001DKKU7,GQY1XT001B9GQD,GQY1XT001A8VWX,GQY1XT001AJZAU,GQY1XT001AX9GZ,GQY1XT001DGPCD,GQY1XT001A2RKB,GQY1XT001BF336,GQY1XT001CZLRW,GQY1XT001COD2O,GQY1XT001CB2AZ,GQY1XT001BZ1ND,GQY1XT001BCEFX,GQY1XT001EN5I3,GQY1XT001AMRZ5,GQY1XT001D4VO7,GQY1XT001C0WB0,GQY1XT001EU4T2,GQY1XT001DUEY2,GQY1XT001A88TL,GQY1XT001CGS2O,GQY1XT001CGI7K,GQY1XT001EGBGI,GQY1XT001BD05W,GQY1XT001BIX9K,GQY1XT001D26WY,GQY1XT001D7ZDI,GQY1XT001D2RUJ,GQY1XT001A0PV1,GQY1XT001AWNOT,GQY1XT001BGPX4,GQY1XT001ANRV4,GQY1XT001A7IK6,GQY1XT001BC0YU,GQY1XT001DK710,GQY1XT001EN3FK,GQY1XT001BNCRQ,GQY1XT001CMA51,GQY1XT001D439U,GQY1XT001A0ZYO,GQY1XT001AS3QI,GQY1XT001DSN46,GQY1XT001DCAKK,GQY1XT001AV4NT,GQY1XT001BC43P,GQY1XT001A80FV,GQY1XT001EV134,GQY1XT001EY2DF,GQY1XT001BQ0UL,GQY1XT001A2F8N,GQY1XT001DT509,GQY1XT001D0R3K,GQY1XT001BMBAS,GQY1XT001BMZFW,GQY1XT001CEZ7E,GQY1XT001DTXA2,GQY1XT001DABS9,GQY1XT001D7RF3,GQY1XT001A0HVV,GQY1XT001BM9A5,GQY1XT001AFYI1,GQY1XT001CHWYK,GQY1XT001ERYTM,GQY1XT001CCMLA,GQY1XT001A3RL0,GQY1XT001DD2X9,GQY1XT001DRG14,GQY1XT001BRBEV,GQY1XT001AWBHZ,GQY1XT001DM21T,GQY1XT001BTP4A,GQY1XT001A3X9L,GQY1XT001EF0KV,GQY1XT001CMNBL,GQY1XT001AUWG6,GQY1XT001EF2YY,GQY1XT001EMB4I,GQY1XT001D5Z0A,GQY1XT001EJFU6,GQY1XT001E0PCX,GQY1XT001CQBYB,GQY1XT001DJXZV,GQY1XT001EPO3H,GQY1XT001DKJ33,GQY1XT001BKFVK,GQY1XT001BXQGS,GQY1XT001AIGSM,GQY1XT001CM07M,GQY1XT001CVSA4,GQY1XT001BKI00,GQY1XT001CSKHE,GQY1XT001BXNQF,GQY1XT001AHYDS,GQY1XT001B9BGW,GQY1XT001EZBK7,GQY1XT001DDY7Q,GQY1XT001BIDS7,GQY1XT001B6CUC,GQY1XT001AO36Z,GQY1XT001AHJJD,GQY1XT001BWRSE,GQY1XT001C6TP8,GQY1XT001BUSS3,GQY1XT001BAMXY,GQY1XT001B0ARU,GQY1XT001BY2G9,GQY1XT001E34JC,GQY1XT001BN1O0,GQY1XT001BQDNQ,GQY1XT001CUOND,GQY1XT001CQSZK,GQY1XT001BP90S,GQY1XT001A8PJI,GQY1XT001E2TLB,GQY1XT001DT89N,GQY1XT001D1UXM,GQY1XT001DSNGD,GQY1XT001CCR5S,GQY1XT001D83IQ,GQY1XT001DZNNT,GQY1XT001ARVHY,GQY1XT001CJGZZ,GQY1XT001BE9KG,GQY1XT001CNZSA,GQY1XT001EO4C8,GQY1XT001B0YOR,GQY1XT001DUYPI,GQY1XT001DQ7X8,GQY1XT001CB21Y,GQY1XT001BEDIU,GQY1XT001ESTCS,GQY1XT001A615I,GQY1XT001EBEXT,GQY1XT001CEAGN,GQY1XT001A0FAY,GQY1XT001EK5KS,GQY1XT001B75T3,GQY1XT001CMJMT,GQY1XT001E5F8O,GQY1XT001EIG7G,GQY1XT001EGZ2O,GQY1XT001B3A6D,GQY1XT001A13PO,GQY1XT001C8I3B,GQY1XT001DUL59,GQY1XT001B63HO,GQY1XT001BZGH0,GQY1XT001ERNRA,GQY1XT001B8J9B,GQY1XT001EXDZV,GQY1XT001EDKTK,GQY1XT001BMRDM,GQY1XT001DYH52,GQY1XT001BS5FZ,GQY1XT001CKG1V,GQY1XT001CGCQ6,GQY1XT001DMAWZ,GQY1XT001C90EB,GQY1XT001APASZ,GQY1XT001A613Z,GQY1XT001DCW23,GQY1XT001A53ZD,GQY1XT001BYCUX,GQY1XT001A9TIY,GQY1XT001C6UPN,GQY1XT001BCHWA,GQY1XT001B3GBC,GQY1XT001APA1G,GQY1XT001D5RJY,GQY1XT001DI5LC,GQY1XT001D6PDC,GQY1XT001DIF58,GQY1XT001BY5UV,GQY1XT001D27OQ,GQY1XT001DD8DT,GQY1XT001BP4KZ,GQY1XT001AYY4C,GQY1XT001EJ9MW,GQY1XT001EJ8SI,GQY1XT001CMLIK,GQY1XT001DOXS0,GQY1XT001BC4YP,GQY1XT001B8VRT,GQY1XT001CICTN,GQY1XT001B0K4J,GQY1XT001C8NGB,GQY1XT001CSSGD,GQY1XT001EG0RO,GQY1XT001DOT2B,GQY1XT001DFY97,GQY1XT001D0NMD,GQY1XT001BTM09,GQY1XT001EIZZ4,GQY1XT001CSP3B,GQY1XT001DN6IR,GQY1XT001A6R50,GQY1XT001D9LUA,GQY1XT001CFL2B,GQY1XT001EIFPH,GQY1XT001A8SQ3,GQY1XT001D8OPE,GQY1XT001CD5D0,GQY1XT001BESEV,GQY1XT001DB05F,GQY1XT001EC5OB,GQY1XT001DR9ZE,GQY1XT001D7WTR,GQY1XT001CEHP9,GQY1XT001B0583,GQY1XT001DZQKO,GQY1XT001BXADU,GQY1XT001DUUUS,GQY1XT001EVSM0,GQY1XT001E46II,GQY1XT001AUFQK,GQY1XT001B84RP,GQY1XT001A7UPL,GQY1XT001DENZ8,GQY1XT001A15GI,GQY1XT001DYR1N,GQY1XT001BBF1W,GQY1XT001CUUNP,GQY1XT001DS22V,GQY1XT001CUBDU,GQY1XT001DP2MI,GQY1XT001D0JTH,GQY1XT001DGMXO,GQY1XT001CU1YJ,GQY1XT001BG9QC,GQY1XT001A7LXO,GQY1XT001CFBKZ,GQY1XT001C7Q38,GQY1XT001CYX80,GQY1XT001B23OJ,GQY1XT001E0XAM,GQY1XT001E25W0,GQY1XT001DYAPT,GQY1XT001DK4K8,GQY1XT001B3VYN,GQY1XT001B6FUJ,GQY1XT001BTVBP,GQY1XT001BUL5C,GQY1XT001DHM7M,GQY1XT001BM0L4,GQY1XT001EZEBP,GQY1XT001DYVS7,GQY1XT001EKWIB,GQY1XT001CINIM,GQY1XT001CGFZI,GQY1XT001EP3HG,GQY1XT001DGT8C,GQY1XT001CMC18,GQY1XT001B6QY3,GQY1XT001BRB9S,GQY1XT001EDP0M,GQY1XT001DWH9T,GQY1XT001BTBCT,GQY1XT001B1JFP,GQY1XT001A5DD7,GQY1XT001EIXED,GQY1XT001B1WEG,GQY1XT001BHU6D,GQY1XT001DH8MB,GQY1XT001C6GKF,GQY1XT001CO0BG,GQY1XT001DQXTX,GQY1XT001BQ7VX,GQY1XT001D7FG9,GQY1XT001B3M9M,GQY1XT001EBNCB,GQY1XT001A0OFA,GQY1XT001A4I2F,GQY1XT001DQBH1,GQY1XT001A0JG1,GQY1XT001BZP4Q,GQY1XT001DGDDH,GQY1XT001C3BET,GQY1XT001BYN9M,GQY1XT001DT94O,GQY1XT001CZJSM,GQY1XT001EU1A7,GQY1XT001BIYKB,GQY1XT001A28H6,GQY1XT001D8K71,GQY1XT001CVLMS,GQY1XT001B7X6F,GQY1XT001E2AWY,GQY1XT001E3P0D,GQY1XT001AOM4Y,GQY1XT001BKB4I,GQY1XT001CUJQB,GQY1XT001CAY1W,GQY1XT001CYMDZ,GQY1XT001EXAXJ,GQY1XT001ATSAC,GQY1XT001DKFKA,GQY1XT001APV9J,GQY1XT001B434J,GQY1XT001C4IS6,GQY1XT001BSMHD,GQY1XT001CET65,GQY1XT001DS8QM,GQY1XT001A6TRF,GQY1XT001DD7UN,GQY1XT001CKQKK,GQY1XT001CLILM,GQY1XT001B44XB,GQY1XT001DEVPJ,GQY1XT001EGK3W,GQY1XT001B31V1,GQY1XT001DCKYR,GQY1XT001EW5VU,GQY1XT001ERAF3,GQY1XT001DMI05,GQY1XT001DKCBW,GQY1XT001DEDHY,GQY1XT001DDY53,GQY1XT001DB62V,GQY1XT001D771A,GQY1XT001D0NS7,GQY1XT001D0J0D,GQY1XT001CK4P7,GQY1XT001CHZ5X,GQY1XT001CDMNQ,GQY1XT001CD8UB,GQY1XT001CCM0H,GQY1XT001CAJI9,GQY1XT001C8W5A,GQY1XT001C65BR,GQY1XT001C21G6,GQY1XT001C0ROB,GQY1XT001BPEGI,GQY1XT001BEHI9,GQY1XT001B88JO,GQY1XT001ATV07,GQY1XT001ATTLN,GQY1XT001ASSMB,GQY1XT001AM7S8,GQY1XT001A3V44,GQY1XT001BP25P,GQY1XT001CII77,GQY1XT001BZHG8,GQY1XT001AZLS4,GQY1XT001CU1XU,GQY1XT001ATSO0,GQY1XT001AVKN8,GQY1XT001CVEQW,GQY1XT001AZBO8,GQY1XT001AZP3F,GQY1XT001AZYBN,GQY1XT001CPGX1,GQY1XT001DDQVM,GQY1XT001AVXTH,GQY1XT001C3NGF,GQY1XT001DPO5G,GQY1XT001D1ZUF,GQY1XT001AK0QF,GQY1XT001DN962,GQY1XT001BSGOH,GQY1XT001DW5R0,GQY1XT001CRZ3M,GQY1XT001AHYEM,GQY1XT001CIFVF,GQY1XT001DECPY,GQY1XT001BBAC4,GQY1XT001CN38J,GQY1XT001DLF10,GQY1XT001B169D,GQY1XT001ETF2T,GQY1XT001C7H4P,GQY1XT001BQ5WL,GQY1XT001BJ55H,GQY1XT001CI8PA,GQY1XT001DHM4N,GQY1XT001C6DE6,GQY1XT001C4RJU,GQY1XT001BSE5C,GQY1XT001ECH6C,GQY1XT001EOQFS,GQY1XT001DML4U,GQY1XT001DU5RN,GQY1XT001DG969,GQY1XT001AYYWD,GQY1XT001C5N7O,GQY1XT001DWLZS,GQY1XT001BRX6U,GQY1XT001BE9EO,GQY1XT001C9JVJ,GQY1XT001AIUTH,GQY1XT001CA34K,GQY1XT001AGMJK,GQY1XT001APTR5,GQY1XT001DJ21O,GQY1XT001BTFMO,GQY1XT001A9N6Q,GQY1XT001CZPM4,GQY1XT001AK0GQ,GQY1XT001ALUM5,GQY1XT001AGM7U,GQY1XT001DUUFO,GQY1XT001C4MJA,GQY1XT001B139G,GQY1XT001DP91Q,GQY1XT001B0PUX,GQY1XT001DN3E8,GQY1XT001DROY3,GQY1XT001CD851,GQY1XT001D7XSE,GQY1XT001CNN5V,GQY1XT001AZVK3,GQY1XT001ANQI8,GQY1XT001BIQ4U,GQY1XT001ELLF9,GQY1XT001DL9LT,GQY1XT001CY1IE,GQY1XT001C71HP,GQY1XT001BZRM1,GQY1XT001EI3L5,GQY1XT001D4K1R,GQY1XT001B88KN,GQY1XT001CRS2E,GQY1XT001EMUCL,GQY1XT001AL3HD,GQY1XT001DB9TV,GQY1XT001EDZJB,GQY1XT001A0DFB,GQY1XT001AQBZY,GQY1XT001DHDUE,GQY1XT001DNF7T,GQY1XT001BFEB3,GQY1XT001BTC1V,GQY1XT001CUOPT,GQY1XT001AIW9Q,GQY1XT001B2YW6,GQY1XT001B46QD,GQY1XT001DPUAZ,GQY1XT001BTQ2O,GQY1XT001AQG32,GQY1XT001BU5IC,GQY1XT001CBE8K,GQY1XT001DVR2W,GQY1XT001D30DD,GQY1XT001EN98F,GQY1XT001EIYR4,GQY1XT001AYQ56,GQY1XT001CXM3D,GQY1XT001DW778,GQY1XT001CDNIU,GQY1XT001CTJMR,GQY1XT001CJ8FN,GQY1XT001CW4L4,GQY1XT001DQQXB,GQY1XT001BWB8G,GQY1XT001BTB8B,GQY1XT001DSP7Y,GQY1XT001CZCFJ,GQY1XT001CEDXJ,GQY1XT001DS5RJ,GQY1XT001A6NIU,GQY1XT001A7GAV,GQY1XT001CFIAZ,GQY1XT001AWTRX,GQY1XT001A0Z9I,GQY1XT001B4JZI,GQY1XT001AZZRG,GQY1XT001AR4HX,GQY1XT001A6RZB,GQY1XT001ED2Q7,GQY1XT001DQPAN,GQY1XT001CMHUA,GQY1XT001B34UV,GQY1XT001EMWVZ,GQY1XT001BKK3B,GQY1XT001DFZT3,GQY1XT001C2KHH,GQY1XT001AV1WG,GQY1XT001CL80W,GQY1XT001DLWYJ,GQY1XT001AQO22,GQY1XT001DU8F7,GQY1XT001DZCA7,GQY1XT001BBQ2F,GQY1XT001BC0P9,GQY1XT001EE7WQ,GQY1XT001D2R6W,GQY1XT001CP7GU,GQY1XT001BDQ0Z,GQY1XT001DKX2P,GQY1XT001APPDW,GQY1XT001D3HCD,GQY1XT001A7DUI,GQY1XT001AF7MO,GQY1XT001CWZS1,GQY1XT001CUVYU,GQY1XT001AWLO3,GQY1XT001DSNX1,GQY1XT001D17OO,GQY1XT001EQP4D,GQY1XT001CW1RI,GQY1XT001DFOZ8,GQY1XT001EOAZS,GQY1XT001AVX64,GQY1XT001B3VGC,GQY1XT001CNGPR,GQY1XT001EQ42G,GQY1XT001BIQBE,GQY1XT001BBXH3,GQY1XT001BAFZS,GQY1XT001DE9SQ,GQY1XT001BQ5GG,GQY1XT001EKHOA,GQY1XT001CXYKO,GQY1XT001D6S84,GQY1XT001C2Z12,GQY1XT001D8M2T,GQY1XT001B2P6O,GQY1XT001COK3T,GQY1XT001DD3B2,GQY1XT001C9WUX,GQY1XT001BB9IM,GQY1XT001DE4N7,GQY1XT001DJL4X,GQY1XT001BCB5O,GQY1XT001AP2IZ,GQY1XT001E2AJL,GQY1XT001D16TD,GQY1XT001EU5HB,GQY1XT001CYQIK,GQY1XT001AX1SZ,GQY1XT001A0Q4I,GQY1XT001AHDQW,GQY1XT001CK0MC,GQY1XT001A15P3,GQY1XT001BS90L,GQY1XT001DDEW5,GQY1XT001CEA75,GQY1XT001D12UH,GQY1XT001AMIE0,GQY1XT001C33TS,GQY1XT001AIFTZ,GQY1XT001BPPUX,GQY1XT001BJTF8,GQY1XT001A5G7N,GQY1XT001EB31I,GQY1XT001AYXV8,GQY1XT001BQOGZ,GQY1XT001EE3UR,GQY1XT001E4NHG,GQY1XT001B5YGY,GQY1XT001ESSGD,GQY1XT001BT1W2,GQY1XT001CDSW3,GQY1XT001AGJHL,GQY1XT001AW4O7,GQY1XT001BDAI8,GQY1XT001DJ41Q,GQY1XT001C1H6O,GQY1XT001EOMJ6,GQY1XT001C0DFG,GQY1XT001AXY5S,GQY1XT001CRPCY,GQY1XT001D1DCA,GQY1XT001AZQM3,GQY1XT001D1G7M,GQY1XT001BM6GA,GQY1XT001BZKNF,GQY1XT001CZ7VK,GQY1XT001BE149,GQY1XT001ENXGP,GQY1XT001DS7OM,GQY1XT001EYAMW,GQY1XT001CDRL3,GQY1XT001A4X61,GQY1XT001DZ0XG,GQY1XT001EHC9R,GQY1XT001ERG2Y,GQY1XT001COQFB,GQY1XT001DLN0H,GQY1XT001D1JBX,GQY1XT001DIREO,GQY1XT001B7G4H,GQY1XT001CEP04,GQY1XT001A2BRV,GQY1XT001DWLXM,GQY1XT001B4IAO,GQY1XT001BNMCY,GQY1XT001EAWMX,GQY1XT001ETNDR,GQY1XT001B5M4S,GQY1XT001B245T,GQY1XT001D3YRP,GQY1XT001DX0W6,GQY1XT001CWRJB,GQY1XT001D385E,GQY1XT001EG9QD,GQY1XT001EN7LL,GQY1XT001DYW65,GQY1XT001C1H4F,GQY1XT001BMWS7,GQY1XT001ASLF8,GQY1XT001DO3YG,GQY1XT001BDQ62,GQY1XT001AIK83,GQY1XT001ARWLA,GQY1XT001CESEE,GQY1XT001BBHFP,GQY1XT001DDMJH,GQY1XT001BJROJ,GQY1XT001BSU1A,GQY1XT001CK6CZ,GQY1XT001AKUTZ,GQY1XT001AWG5H,GQY1XT001ASO7Z,GQY1XT001C57AG,GQY1XT001DCEJR,GQY1XT001AV0K8,GQY1XT001CFRO7,GQY1XT001D7EZA,GQY1XT001DEMMD,GQY1XT001CLSZB,GQY1XT001E1T75,GQY1XT001D6ZTB,GQY1XT001A7W9I,GQY1XT001D1ONB,GQY1XT001DFUMN,GQY1XT001EFELO,GQY1XT001AQAWI,GQY1XT001CU8ZJ,GQY1XT001CJS6E,GQY1XT001D6QNW,GQY1XT001CYQBS,GQY1XT001CSXDB,GQY1XT001BD72Z,GQY1XT001C6NPY,GQY1XT001CG4J0,GQY1XT001BMZAX,GQY1XT001EUBNW,GQY1XT001E12MD,GQY1XT001EZQ9Z,GQY1XT001EAFJW,GQY1XT001CSMW7,GQY1XT001ETJ7T,GQY1XT001CEW15,GQY1XT001EVQ50,GQY1XT001C3C8H,GQY1XT001CIDVY,GQY1XT001BLP6S,GQY1XT001EEBST,GQY1XT001BCD1G,GQY1XT001BN9YL,GQY1XT001D61QI,GQY1XT001A6QA5,GQY1XT001B107H,GQY1XT001C0Q9V,GQY1XT001ASEX6,GQY1XT001DS5Q2,GQY1XT001DPNJG,GQY1XT001A5XHK,GQY1XT001A7PC8,GQY1XT001AJJUX,GQY1XT001A19G3,GQY1XT001ECVU8,GQY1XT001CD661,GQY1XT001EK2AE,GQY1XT001CJ1XU,GQY1XT001CTNJH,GQY1XT001CKFC5,GQY1XT001E2H85,GQY1XT001EPBSI,GQY1XT001BMEAT,GQY1XT001BTIBO,GQY1XT001C4I47,GQY1XT001AMY7X,GQY1XT001CTXCB,GQY1XT001DXBC0,GQY1XT001ERT46,GQY1XT001EPX05,GQY1XT001C5LG2,GQY1XT001CLUI8,GQY1XT001BY1DN,GQY1XT001C26BM,GQY1XT001EYLOJ,GQY1XT001EFKKR,GQY1XT001EU7DS,GQY1XT001D1KAR,GQY1XT001E3U4M,GQY1XT001D2K0P,GQY1XT001BDRDC,GQY1XT001DQ2FL,GQY1XT001C6SVQ,GQY1XT001DWDTA,GQY1XT001DKM1N,GQY1XT001BUOS6,GQY1XT001DHXKZ,GQY1XT001ESGVM,GQY1XT001CIX74,GQY1XT001DEEN8,GQY1XT001APXJH,GQY1XT001EL6J2,GQY1XT001D5XAA,GQY1XT001DKDSM,GQY1XT001CKTCV,GQY1XT001APN2R,GQY1XT001BL91Y,GQY1XT001ELEHS,GQY1XT001B3GST,GQY1XT001DQ4SL,GQY1XT001CLJEF,GQY1XT001B927K,GQY1XT001C0AYS,GQY1XT001BUTY4,GQY1XT001EH6Z3,GQY1XT001BH692,GQY1XT001ESEW6,GQY1XT001ASHMO,GQY1XT001A1WXZ,GQY1XT001DQS29,GQY1XT001BBN3V,GQY1XT001D2RVG,GQY1XT001DJOA0,GQY1XT001DADBR,GQY1XT001CB6MR,GQY1XT001A2YZ0,GQY1XT001ECQDO,GQY1XT001DHQ8L,GQY1XT001CWPRI,GQY1XT001BCKF6,GQY1XT001DMTXV,GQY1XT001DW4AC,GQY1XT001DG238,GQY1XT001BOQZS,GQY1XT001CPRI5,GQY1XT001AMWJ9,GQY1XT001DI1RW,GQY1XT001DYMY7,GQY1XT001A2LJ9,GQY1XT001D39ES,GQY1XT001AQKKE,GQY1XT001DL5BS,GQY1XT001CAPKF,GQY1XT001APSNB,GQY1XT001B7E4N,GQY1XT001ATQ2T,GQY1XT001A674L,GQY1XT001BTE0Z,GQY1XT001AI0RI,GQY1XT001A1P4X,GQY1XT001ENYRQ,GQY1XT001DIJT9,GQY1XT001EBVIK,GQY1XT001CA5S2,GQY1XT001C6YMP,GQY1XT001A8M0D,GQY1XT001DM6R2,GQY1XT001B9HL7,GQY1XT001EYO1K,GQY1XT001BJVXG,GQY1XT001CMC74,GQY1XT001E09O7,GQY1XT001DCKAJ,GQY1XT001CGKAB,GQY1XT001DGM4W,GQY1XT001DIX71,GQY1XT001AN2AX,GQY1XT001EJFUI,GQY1XT001AYK2U,GQY1XT001EVYBK,GQY1XT001BEAIX,GQY1XT001DE3GH,GQY1XT001A7KUF,GQY1XT001CJ1IU,GQY1XT001AVPPI,GQY1XT001EVZ1D,GQY1XT001EFG0W,GQY1XT001CECNV,GQY1XT001BIO1U,GQY1XT001CYTOH,GQY1XT001DU5IO,GQY1XT001AUXE9,GQY1XT001CH8QI,GQY1XT001BW5LF,GQY1XT001D0F9J,GQY1XT001CFT9T,GQY1XT001ETEAO,GQY1XT001AHMYN,GQY1XT001AU0XL,GQY1XT001CY5SN,GQY1XT001AXKZ8,GQY1XT001EOS4V,GQY1XT001BO5C7,GQY1XT001DXBN4,GQY1XT001CQFBR,GQY1XT001AXYEU,GQY1XT001C6BC0,GQY1XT001EULCR,GQY1XT001CC7WC,GQY1XT001A7AXX,GQY1XT001DM2TR,GQY1XT001BMXT5,GQY1XT001ANKES,GQY1XT001CDUZY,GQY1XT001C28Q0,GQY1XT001CSRUG,GQY1XT001AY6OS,GQY1XT001B31BY,GQY1XT001EUPE3,GQY1XT001DECRA,GQY1XT001DI3ES,GQY1XT001D6WMD,GQY1XT001CXDR8,GQY1XT001DNZD9,GQY1XT001B852M,GQY1XT001BY79Z,GQY1XT001A04NU,GQY1XT001B9PBC,GQY1XT001CRO89,GQY1XT001DBSFH,GQY1XT001EUR25,GQY1XT001C36FQ,GQY1XT001EE8Y2,GQY1XT001BRIPT,GQY1XT001D92UT,GQY1XT001DCY2W,GQY1XT001DK99P,GQY1XT001AYPHM,GQY1XT001DB4TY,GQY1XT001DK2BT,GQY1XT001AJ0GZ,GQY1XT001EDWRN,GQY1XT001B7ZE0,GQY1XT001DCYSZ,GQY1XT001CF93G,GQY1XT001AOQ1U,GQY1XT001D3DPN,GQY1XT001BXQ9L,GQY1XT001B9CR5,GQY1XT001AKHJ5,GQY1XT001AWDPR,GQY1XT001AOQXE,GQY1XT001DQOYJ,GQY1XT001AVTZZ,GQY1XT001EA8HB,GQY1XT001B4FKG,GQY1XT001ECID8,GQY1XT001BVNS3,GQY1XT001C20KV,GQY1XT001DPB5X,GQY1XT001B8JAK,GQY1XT001APXM6,GQY1XT001B1S51,GQY1XT001D08WX,GQY1XT001C5UIQ,GQY1XT001CU6M9,GQY1XT001BT3NS,GQY1XT001EBMON,GQY1XT001B238Q,GQY1XT001BE28G,GQY1XT001CA043,GQY1XT001B3AE6,GQY1XT001DDWDB,GQY1XT001AG9MV,GQY1XT001DGLFT,GQY1XT001EDG3V,GQY1XT001EW0QS,GQY1XT001B1PJD,GQY1XT001AY5VK,GQY1XT001BP688,GQY1XT001AHUNV,GQY1XT001AFBWG,GQY1XT001BQ6YY,GQY1XT001BJEFF,GQY1XT001AHFLV,GQY1XT001BAEDJ,GQY1XT001BLXHP,GQY1XT001ECSNG,GQY1XT001DXD96,GQY1XT001EDWZJ,GQY1XT001AZ3LI,GQY1XT001CDKF9,GQY1XT001AGPDF,GQY1XT001BDQZL,GQY1XT001BNRN7,GQY1XT001EMH9Y,GQY1XT001D0IMK,GQY1XT001D177T,GQY1XT001A39UQ,GQY1XT001AQX2Q,GQY1XT001A2TL1,GQY1XT001B1WZ3,GQY1XT001CNAUT,GQY1XT001A412F,GQY1XT001CQ3NL,GQY1XT001EM124,GQY1XT001AKIOZ,GQY1XT001DTQ2T,GQY1XT001EXQ3L,GQY1XT001CUTRH,GQY1XT001D1EPL,GQY1XT001AWPQF,GQY1XT001CIH07,GQY1XT001DDKR2,GQY1XT001BOJYN,GQY1XT001CRDOP,GQY1XT001BGVWR,GQY1XT001CS92R,GQY1XT001ETYQ7,GQY1XT001ATKDV,GQY1XT001ANEI7,GQY1XT001BG8EO,GQY1XT001CU34U,GQY1XT001DX0HK,GQY1XT001E0XJF,GQY1XT001A09AB,GQY1XT001E0ZJJ,GQY1XT001BI7FF,GQY1XT001BQXU8,GQY1XT001BK1T5,GQY1XT001E46UL,GQY1XT001C8YGB,GQY1XT001CPMT3,GQY1XT001C0X4B,GQY1XT001C3DWR,GQY1XT001CT1LY,GQY1XT001AOMM8,GQY1XT001EFQ8Q,GQY1XT001A2FBP,GQY1XT001ECPDU,GQY1XT001E2940,GQY1XT001DF4G8,GQY1XT001BP5OY,GQY1XT001DKEAM,GQY1XT001DQ4L0,GQY1XT001CS693,GQY1XT001BLWCZ,GQY1XT001EGFFT,GQY1XT001D4G0H,GQY1XT001BWD1U,GQY1XT001E0ZC5,GQY1XT001CM3QY,GQY1XT001ELN1C,GQY1XT001C1VVR,GQY1XT001DNN75,GQY1XT001EP4WE,GQY1XT001EB46J,GQY1XT001C2JHR,GQY1XT001BFFC5,GQY1XT001CQOQK,GQY1XT001DBHK5,GQY1XT001B4VKY,GQY1XT001CS5CL,GQY1XT001BXC28,GQY1XT001EUT5H,GQY1XT001DCSRP,GQY1XT001DRGX4,GQY1XT001AV9GC,GQY1XT001C413T,GQY1XT001EYUWY,GQY1XT001AVZVA,GQY1XT001DIBPH,GQY1XT001DWMC2,GQY1XT001C8FZ9,GQY1XT001B1WFY,GQY1XT001B00DD,GQY1XT001CCBTJ,GQY1XT001BQAUE,GQY1XT001D180S,GQY1XT001BHF0F,GQY1XT001CEK96,GQY1XT001D6RB5,GQY1XT001BW3UJ,GQY1XT001A6QEB,GQY1XT001CBFDR,GQY1XT001BAX70,GQY1XT001ESIIW,GQY1XT001CARXR,GQY1XT001AWIH5,GQY1XT001BI9BX,GQY1XT001CYD5F,GQY1XT001DONC0,GQY1XT001EMO7M,GQY1XT001BGPNK,GQY1XT001B4BBV,GQY1XT001ARZFA,GQY1XT001D0RQS,GQY1XT001C3LWF,GQY1XT001C16P4,GQY1XT001AU3WB,GQY1XT001CZ41F,GQY1XT001CNLIP,GQY1XT001D5B6P,GQY1XT001EKGHO,GQY1XT001EXW06,GQY1XT001AQX9R,GQY1XT001CIYN6,GQY1XT001CET9S,GQY1XT001D83LA,GQY1XT001ETS3G,GQY1XT001CDL27,GQY1XT001C47R2,GQY1XT001EVT7V,GQY1XT001EPL10,GQY1XT001BWIM3,GQY1XT001DBZT2,GQY1XT001CD6OM,GQY1XT001C8D54,GQY1XT001D1ZC5,GQY1XT001BQCPB,GQY1XT001DBY6L,GQY1XT001BZWB8,GQY1XT001ESWV3,GQY1XT001D3IS0,GQY1XT001BG73I,GQY1XT001AT5MQ,GQY1XT001A69X0,GQY1XT001A40IU,GQY1XT001EQDP1,GQY1XT001E2MMR,GQY1XT001C2KAL,GQY1XT001DBCA7,GQY1XT001D3QH4,GQY1XT001CY1JG,GQY1XT001C3WLW,GQY1XT001DUL8L,GQY1XT001ERF9X,GQY1XT001CMCJD,GQY1XT001C0Y41,GQY1XT001DM2JW,GQY1XT001BQYG1,GQY1XT001AWAQK,GQY1XT001ES032,GQY1XT001CTW3Q,GQY1XT001AKK2V,GQY1XT001D1I2K,GQY1XT001BTI98,GQY1XT001BBEFM,GQY1XT001C1BP6,GQY1XT001DKWC6,GQY1XT001DMU12,GQY1XT001CHV4E,GQY1XT001BR33D,GQY1XT001CJ3YB,GQY1XT001CUAWX,GQY1XT001EH1NK,GQY1XT001D7QXA,GQY1XT001DXVMD,GQY1XT001DCLUA,GQY1XT001C494I,GQY1XT001EZSD9,GQY1XT001COTD1,GQY1XT001BMA9D,GQY1XT001E46YN,GQY1XT001C5Y4G,GQY1XT001CUHBG,GQY1XT001D4UX9,GQY1XT001EPQA7,GQY1XT001CZZ2B,GQY1XT001BMYP5,GQY1XT001CG1Z8,GQY1XT001D4AUW,GQY1XT001B9MX4,GQY1XT001C0F2V,GQY1XT001EBBYV,GQY1XT001DCEJO,GQY1XT001DKUFN,GQY1XT001BE0XH,GQY1XT001DMKQL,GQY1XT001A225C,GQY1XT001CQ3K6,GQY1XT001DXTND,GQY1XT001CW69I,GQY1XT001DPWQM,GQY1XT001DV6HM,GQY1XT001CO14W,GQY1XT001BTRYH,GQY1XT001EHOKT,GQY1XT001A5POH,GQY1XT001CNMFK,GQY1XT001CQSAV,GQY1XT001EGUR5,GQY1XT001D9DI5,GQY1XT001B0UH9,GQY1XT001EMR5L,GQY1XT001EB13E,GQY1XT001CA0CK,GQY1XT001AVMVF,GQY1XT001EU428,GQY1XT001D9WHZ,GQY1XT001DH3B8,GQY1XT001BCPQT,GQY1XT001CQXU2,GQY1XT001A7XKK,GQY1XT001DEDLS,GQY1XT001D3DY5,GQY1XT001A4GC9,GQY1XT001EIA0C,GQY1XT001DIF0B,GQY1XT001C7EQK,GQY1XT001D0L8Q,GQY1XT001BPNKH,GQY1XT001EPCP3,GQY1XT001DI4MC,GQY1XT001BILEX,GQY1XT001ANYPK,GQY1XT001AP0K7,GQY1XT001DQT5C,GQY1XT001CKM2E,GQY1XT001B6OFX,GQY1XT001C5QDQ,GQY1XT001A5KN9,GQY1XT001BNFL6,GQY1XT001EQ16Z,GQY1XT001EJWS3,GQY1XT001EEII5,GQY1XT001EBIAT,GQY1XT001DTZ5F,GQY1XT001DTOP5,GQY1XT001DSLIU,GQY1XT001DQ2XO,GQY1XT001DP12U,GQY1XT001DLG0D,GQY1XT001DK6VB,GQY1XT001DK0WV,GQY1XT001DIHAG,GQY1XT001DFXZF,GQY1XT001CAW3L,GQY1XT001BVJW3,GQY1XT001BVCVH,GQY1XT001BUNLU,GQY1XT001BIKKK,GQY1XT001B1PFE,GQY1XT001AS60A,GQY1XT001AJI7K,GQY1XT001A4K5H,GQY1XT001AO4KO,GQY1XT001CK7QQ,GQY1XT001BCQL3,GQY1XT001B50XI,GQY1XT001ALPQM,GQY1XT001CAGEW,GQY1XT001BO026,GQY1XT001AYWTE,GQY1XT001BPU2G,GQY1XT001A4501,GQY1XT001A4FSA,GQY1XT001BFO19,GQY1XT001A0VQ6,GQY1XT001ATZQV,GQY1XT001DU2RI,GQY1XT001B5DKL,GQY1XT001EU1DZ,GQY1XT001DCNEC,GQY1XT001AMWM2,GQY1XT001DXCDG,GQY1XT001BU8VH,GQY1XT001DC4WT,GQY1XT001DSCYI,GQY1XT001B7RHS,GQY1XT001C85Z8,GQY1XT001D04V4,GQY1XT001BACML,GQY1XT001D4RYK,GQY1XT001ATXZT,GQY1XT001BKP16,GQY1XT001CUYM1,GQY1XT001A1CWR,GQY1XT001BQY8S,GQY1XT001BLYRW,GQY1XT001CAXNY,GQY1XT001CB1T0,GQY1XT001DSBWJ,GQY1XT001BCOJ3,GQY1XT001DABWK,GQY1XT001BPZ1R,GQY1XT001B0QY2,GQY1XT001EZ57D,GQY1XT001ES9RC,GQY1XT001DNLDK,GQY1XT001BVGJX,GQY1XT001EE2DU,GQY1XT001A1S39,GQY1XT001A1GRV,GQY1XT001DUDM4,GQY1XT001D961X,GQY1XT001D5N3N,GQY1XT001C45S3,GQY1XT001B87A2,GQY1XT001CRXN0,GQY1XT001EF2X2,GQY1XT001BG0DT,GQY1XT001DI3KM,GQY1XT001AY84E,GQY1XT001E3U6I,GQY1XT001DLDBA,GQY1XT001B931G,GQY1XT001DGR4K,GQY1XT001CIO4Z,GQY1XT001BOKLQ,GQY1XT001EB3M6,GQY1XT001BSSDA,GQY1XT001C7319,GQY1XT001EGFQX,GQY1XT001BMTIA,GQY1XT001DAR42,GQY1XT001EFLS9,GQY1XT001A7YLC,GQY1XT001CY5Y7,GQY1XT001BSTU0,GQY1XT001DMYTJ,GQY1XT001EWMWK,GQY1XT001C986Q,GQY1XT001AZNYM,GQY1XT001DOL58,GQY1XT001AWXBI,GQY1XT001ANKWH,GQY1XT001EXB4U,GQY1XT001EMO0I,GQY1XT001AUWHN,GQY1XT001BHXPJ,GQY1XT001CCA8S,GQY1XT001BJAYV,GQY1XT001EZ7QB,GQY1XT001BIU95,GQY1XT001DZ4I3,GQY1XT001D8KTI,GQY1XT001DUKVL,GQY1XT001CKFBV,GQY1XT001D4NXF,GQY1XT001CQ6LV,GQY1XT001BCQGU,GQY1XT001DD1D6,GQY1XT001C7J57,GQY1XT001CQ74U,GQY1XT001E2EHR,GQY1XT001CZYV4,GQY1XT001BAHKG,GQY1XT001EDNH5,GQY1XT001AVPVN,GQY1XT001BBFU4,GQY1XT001EZUE7,GQY1XT001EG34S,GQY1XT001DXHLP,GQY1XT001EXBOP,GQY1XT001DL6W8,GQY1XT001A50GR,GQY1XT001C9V1V,GQY1XT001B96F6,GQY1XT001BUUO8,GQY1XT001BTD22,GQY1XT001D5CQD,GQY1XT001AFV6Q,GQY1XT001BDP3A,GQY1XT001EZFZD,GQY1XT001C0QZS,GQY1XT001B2JNO,GQY1XT001BW45J,GQY1XT001CDIMW,GQY1XT001CLAQJ,GQY1XT001D2IE5,GQY1XT001AGPS5,GQY1XT001AQ5IN,GQY1XT001AQPMG,GQY1XT001ASD56,GQY1XT001B2Z3Q,GQY1XT001B3Z1I,GQY1XT001AGREJ,GQY1XT001BLV9K,GQY1XT001DR2DX,GQY1XT001DP0SA,GQY1XT001DBK8P,GQY1XT001CSCN1,GQY1XT001AZBSU,GQY1XT001A2TBG,GQY1XT001B61IK,GQY1XT001C07R2,GQY1XT001D3TVZ,GQY1XT001CT31U,GQY1XT001EIBF1,GQY1XT001DRH1W,GQY1XT001DPBNF,GQY1XT001EEGHJ,GQY1XT001B7M1W,GQY1XT001EMXPO,GQY1XT001B6EO5,GQY1XT001B1MSY,GQY1XT001A2H0D,GQY1XT001C7IM7,GQY1XT001BPFIY,GQY1XT001DZ279,GQY1XT001BYEBW,GQY1XT001DPR35,GQY1XT001A85B8,GQY1XT001A3W90,GQY1XT001BW4O6,GQY1XT001A4913,GQY1XT001EKSSX,GQY1XT001EZ842,GQY1XT001EH3DI,GQY1XT001DTJXN,GQY1XT001AMX02,GQY1XT001DF9OS,GQY1XT001EYSF3,GQY1XT001CABL6,GQY1XT001AY34S,GQY1XT001AVYFY,GQY1XT001DEJFH,GQY1XT001CCPMA,GQY1XT001AMXJA,GQY1XT001AKLIA,GQY1XT001DG4DC,GQY1XT001C674U,GQY1XT001BJL8L,GQY1XT001C9SB0,GQY1XT001EVJUD,GQY1XT001D8N27,GQY1XT001CW8D4,GQY1XT001AKYB7,GQY1XT001A2QP3,GQY1XT001CO5KD,GQY1XT001EWT4M,GQY1XT001EW5F9,GQY1XT001EICYU,GQY1XT001A4H2H,GQY1XT001BY3QF,GQY1XT001CC3V8,GQY1XT001A0IHN,GQY1XT001AWV8J,GQY1XT001DULOP,GQY1XT001EJ2RT,GQY1XT001CFSOS,GQY1XT001EFV3W,GQY1XT001A4NAK,GQY1XT001ARN74,GQY1XT001CSS2S,GQY1XT001D6LCF,GQY1XT001DXJSZ,GQY1XT001CDURS,GQY1XT001EPW6C,GQY1XT001EZOGA,GQY1XT001DY98M,GQY1XT001EDW13,GQY1XT001BLX6O,GQY1XT001COXF1,GQY1XT001D57KG,GQY1XT001CGGUF,GQY1XT001BQJIL,GQY1XT001E25HM,GQY1XT001COKET,GQY1XT001C8NRT,GQY1XT001D9CW9,GQY1XT001DR0DW,GQY1XT001AWOR4,GQY1XT001DUGGS,GQY1XT001CRFUP,GQY1XT001A0LLB,GQY1XT001BACTE,GQY1XT001EJ06F,GQY1XT001B708P,GQY1XT001CDLIS,GQY1XT001CEG1F,GQY1XT001CUDT1,GQY1XT001EAACT,GQY1XT001CUB3J,GQY1XT001DYCNP,GQY1XT001DGH6D,GQY1XT001D6OXM,GQY1XT001D18OR,GQY1XT001D9JKG,GQY1XT001CO01W,GQY1XT001BEM7T,GQY1XT001BHD70,GQY1XT001DXQOJ,GQY1XT001B8PNZ,GQY1XT001A7TYZ,GQY1XT001EBZUT,GQY1XT001A8QCS,GQY1XT001CZZDM,GQY1XT001A1VU7,GQY1XT001C7QXE,GQY1XT001C9R3C,GQY1XT001CD8NW,GQY1XT001EF71V,GQY1XT001A0APG,GQY1XT001E02YX,GQY1XT001DHA55,GQY1XT001EV9GB,GQY1XT001C2C6Z,GQY1XT001C8W0Z,GQY1XT001BNJXU,GQY1XT001EVIFA,GQY1XT001CT5KU,GQY1XT001AEC5W,GQY1XT001BPZZS,GQY1XT001BN12W,GQY1XT001BASU6,GQY1XT001BPGLK,GQY1XT001A71DQ,GQY1XT001EMC2J,GQY1XT001EJICP,GQY1XT001E1YBZ,GQY1XT001DUZ7T,GQY1XT001DQTFD,GQY1XT001D6UD9,GQY1XT001D4X3W,GQY1XT001CZV34,GQY1XT001CZMWW,GQY1XT001CT0HL,GQY1XT001CMF45,GQY1XT001CKRJL,GQY1XT001C84OX,GQY1XT001C6LP4,GQY1XT001C5TSN,GQY1XT001C47V7,GQY1XT001C23I2,GQY1XT001BJ1QL,GQY1XT001BHA0L,GQY1XT001AOX84,GQY1XT001AKYR4,GQY1XT001AGC73,GQY1XT001CL5WF,GQY1XT001DYIV8,GQY1XT001DEILC,GQY1XT001COI0O,GQY1XT001DZKFH,GQY1XT001BWYUZ,GQY1XT001CG4KG,GQY1XT001AYY3V,GQY1XT001D8IOV,GQY1XT001CCQU8,GQY1XT001ALA9H,GQY1XT001A4O1H,GQY1XT001BVJ6E,GQY1XT001BCKYU,GQY1XT001B8IV8,GQY1XT001BDXC9,GQY1XT001C0D3E,GQY1XT001CSXBP,GQY1XT001CZ01C,GQY1XT001DNP1C,GQY1XT001A98D4,GQY1XT001BNY5Y,GQY1XT001CUPDZ,GQY1XT001CAWD2,GQY1XT001BT9UY,GQY1XT001AU4JL,GQY1XT001A3HMQ,GQY1XT001EUAEQ,GQY1XT001C93SD,GQY1XT001BRT5K,GQY1XT001CDVIW,GQY1XT001B2ITC,GQY1XT001EGNUE,GQY1XT001DE2A9,GQY1XT001ANXG3,GQY1XT001B2GPD,GQY1XT001BXI0A,GQY1XT001ARVJ3,GQY1XT001AU9ZU,GQY1XT001CC7GZ,GQY1XT001CID5D,GQY1XT001C0NOC,GQY1XT001EBDNW,GQY1XT001CBIX3,GQY1XT001E1HDO,GQY1XT001B0SFO,GQY1XT001EQ8BK,GQY1XT001C8MFL,GQY1XT001CFRKL,GQY1XT001BTWZT,GQY1XT001EAGV7,GQY1XT001DJEI1,GQY1XT001AH5CL,GQY1XT001B664U,GQY1XT001EYJNH,GQY1XT001A7LAI,GQY1XT001AUOUI,GQY1XT001CAGU9,GQY1XT001EX6OE,GQY1XT001DY5YL,GQY1XT001CPHOC,GQY1XT001C62Z4,GQY1XT001AZROZ,GQY1XT001CBXBH,GQY1XT001AF1JW,GQY1XT001DPHUF,GQY1XT001D0DRT,GQY1XT001CTT8I,GQY1XT001EGTHM,GQY1XT001EL0T2,GQY1XT001B7XMC,GQY1XT001C0HR9,GQY1XT001B3OO2,GQY1XT001DBEG9,GQY1XT001CO4L8,GQY1XT001B29ZS,GQY1XT001A5N4X,GQY1XT001CYZ5J,GQY1XT001EZEEJ,GQY1XT001CDR5O,GQY1XT001AJQ2Q,GQY1XT001EK2W0,GQY1XT001AOMJ8,GQY1XT001DDV86,GQY1XT001B3PDC,GQY1XT001DJVKV,GQY1XT001BGQM6,GQY1XT001DDSN1,GQY1XT001D41I6,GQY1XT001DRJO6,GQY1XT001BLGX4,GQY1XT001AFVPG,GQY1XT001BLJT8,GQY1XT001CH4XF,GQY1XT001E2Q9R,GQY1XT001AZK4U,GQY1XT001ARU26,GQY1XT001D2K1W,GQY1XT001EX7WG,GQY1XT001C5ACJ,GQY1XT001EPCXI,GQY1XT001EZUAK,GQY1XT001BZOZN,GQY1XT001DTQJP,GQY1XT001BKINZ,GQY1XT001D2S9L,GQY1XT001BRSDO,GQY1XT001EDBUJ,GQY1XT001C28TX,GQY1XT001BOMXL,GQY1XT001C2YQY,GQY1XT001CPFGK,GQY1XT001ALRUN,GQY1XT001BT5I5,GQY1XT001BE5IH,GQY1XT001EYU2Q,GQY1XT001EBVSS,GQY1XT001C6OJ6,GQY1XT001CZFGG,GQY1XT001CPVZ6,GQY1XT001DIIC6,GQY1XT001D9IYF,GQY1XT001DJDPY,GQY1XT001EE1R2,GQY1XT001C3WYU,GQY1XT001EEJXN,GQY1XT001CD3FH,GQY1XT001A5IR2,GQY1XT001DZ9TS,GQY1XT001AJPQC,GQY1XT001BVX8E,GQY1XT001EK5YH,GQY1XT001B2MN5,GQY1XT001A5AO8,GQY1XT001D9ES1,GQY1XT001CWV4R,GQY1XT001DWT03,GQY1XT001DTK46,GQY1XT001AGWQZ,GQY1XT001C9MHW,GQY1XT001AMOKF,GQY1XT001A8277,GQY1XT001CVDDB,GQY1XT001C9LAG,GQY1XT001DRL23,GQY1XT001DV8AT,GQY1XT001CGM53,GQY1XT001AHUPX,GQY1XT001C6X5S,GQY1XT001C8AX4,GQY1XT001BRTIJ,GQY1XT001CZBNK,GQY1XT001BTUXK,GQY1XT001CIOD9,GQY1XT001DUQFP,GQY1XT001CHSAA,GQY1XT001CT76E,GQY1XT001BH2TC,GQY1XT001AVW8G,GQY1XT001EL8SE,GQY1XT001C63QI,GQY1XT001D3ZFO,GQY1XT001DUU67,GQY1XT001C7UYI,GQY1XT001A5SJF,GQY1XT001D8905,GQY1XT001ETYG5,GQY1XT001AG5O3,GQY1XT001BCHWO,GQY1XT001AIZLM,GQY1XT001C0R51,GQY1XT001BH8BS,GQY1XT001DDGT0,GQY1XT001EFOZB,GQY1XT001D4M32,GQY1XT001AVXIT,GQY1XT001BSLM6,GQY1XT001BU0DS,GQY1XT001BXNO4,GQY1XT001BS5P6,GQY1XT001EIBK2,GQY1XT001DQHV4,GQY1XT001BQ2G2,GQY1XT001BKHRD,GQY1XT001D1ZFR,GQY1XT001CVJ4W,GQY1XT001A82F8,GQY1XT001BSA6H,GQY1XT001C3CW0,GQY1XT001ETVA9,GQY1XT001CIJWH,GQY1XT001B8LIZ,GQY1XT001EPONI,GQY1XT001ESUE0,GQY1XT001DMYEH,GQY1XT001EL0CY,GQY1XT001A8W6K,GQY1XT001DZ987,GQY1XT001EO0IZ,GQY1XT001BWC7J,GQY1XT001AI58M,GQY1XT001EVY1T,GQY1XT001A0TPP,GQY1XT001EPVAX,GQY1XT001E174W,GQY1XT001DTY0Q,GQY1XT001DWN7L,GQY1XT001BY24T,GQY1XT001AN6AH,GQY1XT001DQGEV,GQY1XT001CJT6Z,GQY1XT001A5F1H,GQY1XT001BS72Y,GQY1XT001D0TS9,GQY1XT001AZ41U,GQY1XT001ANLSO,GQY1XT001ATNDH,GQY1XT001CN32Z,GQY1XT001BJT2A,GQY1XT001B0G4V,GQY1XT001AZFI6,GQY1XT001C0GQL,GQY1XT001ATJE5,GQY1XT001EJLJE,GQY1XT001EJPE7,GQY1XT001B8QAN,GQY1XT001BROEU,GQY1XT001A64EZ,GQY1XT001BTQL6,GQY1XT001BEZG8,GQY1XT001BDGP7,GQY1XT001DU96J,GQY1XT001CSSVR,GQY1XT001D1JAM,GQY1XT001AYNHF,GQY1XT001C8KIX,GQY1XT001CIBLT,GQY1XT001EP2MU,GQY1XT001B81ZN,GQY1XT001EHY80,GQY1XT001B1C7Q,GQY1XT001DDG5N,GQY1XT001DEF9K,GQY1XT001C2U8O,GQY1XT001C2MBK,GQY1XT001D3YFH,GQY1XT001C1EUR,GQY1XT001EOC4T,GQY1XT001DJ9QA,GQY1XT001A8HGZ,GQY1XT001C6I8R,GQY1XT001EEWEK,GQY1XT001AX7M3,GQY1XT001DGNF4,GQY1XT001BL8GG,GQY1XT001BQIM1,GQY1XT001EG8PW,GQY1XT001DE1TZ,GQY1XT001CWW2P,GQY1XT001DM1L9,GQY1XT001C12XX,GQY1XT001DOM92,GQY1XT001DYT8A,GQY1XT001EWAKJ,GQY1XT001BTC2I,GQY1XT001AXM7H,GQY1XT001B43MU,GQY1XT001BX67F,GQY1XT001AOTC6,GQY1XT001E1YC3,GQY1XT001CD9D9,GQY1XT001CCIRY,GQY1XT001AO8U0,GQY1XT001CFEGF,GQY1XT001BN9BN,GQY1XT001BNHZC,GQY1XT001DM5J7,GQY1XT001ECIK8,GQY1XT001A7KPX,GQY1XT001B4HSJ,GQY1XT001EB3AH,GQY1XT001EYAGX,GQY1XT001BI2SL,GQY1XT001DRPIP,GQY1XT001CDO9C,GQY1XT001DDEQ3,GQY1XT001CNFRY,GQY1XT001CB1QM,GQY1XT001B71VZ,GQY1XT001BY06R,GQY1XT001E3Y6S,GQY1XT001BS7I8,GQY1XT001EL5XW,GQY1XT001AI7NU,GQY1XT001ELIAY,GQY1XT001DH7QZ,GQY1XT001CU4JP,GQY1XT001CCMUH,GQY1XT001EMMOH,GQY1XT001EGQGU,GQY1XT001CE22E,GQY1XT001C35K0,GQY1XT001D68PN,GQY1XT001D1Q90,GQY1XT001B70H5,GQY1XT001BBL8A,GQY1XT001EUHX5,GQY1XT001BZ4G1,GQY1XT001CST5M,GQY1XT001D3XB3,GQY1XT001A3I1B,GQY1XT001DT1SM,GQY1XT001EJN5X,GQY1XT001BLYJ7,GQY1XT001C7O0S,GQY1XT001AHSFY,GQY1XT001C805G,GQY1XT001EGYJS,GQY1XT001DD8GS,GQY1XT001BVQ5Y,GQY1XT001CY6LJ,GQY1XT001AN53N,GQY1XT001BLG08,GQY1XT001CLYID,GQY1XT001EUHOZ,GQY1XT001B77HL,GQY1XT001AJO16,GQY1XT001DNJCV,GQY1XT001BCB4G,GQY1XT001C7G0Q,GQY1XT001CBWBP,GQY1XT001B50VI,GQY1XT001C4FGZ,GQY1XT001BBPQL,GQY1XT001CKFGM,GQY1XT001BX3DH,GQY1XT001AGP8B,GQY1XT001AFQ0N,GQY1XT001BOM47,GQY1XT001CNWSP,GQY1XT001DVVG5,GQY1XT001ALQUB,GQY1XT001ECGE3,GQY1XT001BVOR5,GQY1XT001AOO4X,GQY1XT001B6AF0,GQY1XT001BK6F1,GQY1XT001A7QWV,GQY1XT001EHPSC,GQY1XT001D4196,GQY1XT001A0A5J,GQY1XT001AXTL3,GQY1XT001A1CYE,GQY1XT001ETUIK,GQY1XT001EG7RW,GQY1XT001CIRHI,GQY1XT001ANDHZ,GQY1XT001DDLAX,GQY1XT001E0UDP,GQY1XT001B8N25,GQY1XT001E3JBA,GQY1XT001AV54I,GQY1XT001D4W0F,GQY1XT001CHN1R,GQY1XT001CO2TJ,GQY1XT001APOAR,GQY1XT001E299Y,GQY1XT001BP4EI,GQY1XT001BUXAQ,GQY1XT001BYPQN,GQY1XT001BHBW6,GQY1XT001E2B3H,GQY1XT001DPMJV,GQY1XT001A9CN1,GQY1XT001ENNAF,GQY1XT001C03N3,GQY1XT001DMKPD,GQY1XT001CDFXC,GQY1XT001AT4R9,GQY1XT001AUSPI,GQY1XT001EVNHF,GQY1XT001CUR7F,GQY1XT001CEKF6,GQY1XT001D3TNR,GQY1XT001CFNNR,GQY1XT001DOBLB,GQY1XT001CJNCJ,GQY1XT001AKLK4,GQY1XT001ASRLO,GQY1XT001D2ZQD,GQY1XT001CACJX,GQY1XT001CX60O,GQY1XT001EOEKJ,GQY1XT001BI5U8,GQY1XT001C4I1D,GQY1XT001DTVM9,GQY1XT001BXKAC,GQY1XT001C4DUL,GQY1XT001CHGH0,GQY1XT001D1Y64,GQY1XT001AFMC3,GQY1XT001BDO4A,GQY1XT001BLKVA,GQY1XT001EYA77,GQY1XT001B6E57,GQY1XT001CRBZ8,GQY1XT001BWQJH,GQY1XT001BJOKL,GQY1XT001A6HFQ,GQY1XT001A2SE2,GQY1XT001CG4G5,GQY1XT001B8M2N,GQY1XT001AUOET,GQY1XT001EK71B,GQY1XT001EQ1GB,GQY1XT001AXPZ5,GQY1XT001C5778,GQY1XT001BEF8U,GQY1XT001A883O,GQY1XT001EHTRX,GQY1XT001ETFSX,GQY1XT001ECMKJ,GQY1XT001DXG4R,GQY1XT001DIMT3,GQY1XT001EJYM6,GQY1XT001A7CK7,GQY1XT001DRPMN,GQY1XT001C51UP,GQY1XT001CZ82R,GQY1XT001AORW5,GQY1XT001EWV65,GQY1XT001BVGB5,GQY1XT001D2QDC,GQY1XT001AUJ4F,GQY1XT001EC2AE,GQY1XT001EJGZL,GQY1XT001EANG9,GQY1XT001CKXWK,GQY1XT001EM3UG,GQY1XT001D48V1,GQY1XT001DU9CS,GQY1XT001BLPZD,GQY1XT001BTYWU,GQY1XT001A091D,GQY1XT001C4NV6,GQY1XT001CYY2Y,GQY1XT001B8K0N,GQY1XT001EWF4G,GQY1XT001EHOZ2,GQY1XT001DHE6O,GQY1XT001CFNDM,GQY1XT001CTBUM,GQY1XT001CU1TG,GQY1XT001EHMNQ,GQY1XT001CF0YW,GQY1XT001B2DWT,GQY1XT001DJ8ZD,GQY1XT001DS7F5,GQY1XT001CURMU,GQY1XT001EK4TZ,GQY1XT001DOQEH,GQY1XT001D78PF,GQY1XT001EEI3V,GQY1XT001EW47N,GQY1XT001EWT8F,GQY1XT001D4NXJ,GQY1XT001DNQCJ,GQY1XT001C7KB9,GQY1XT001BA9MG,GQY1XT001E2DQ3,GQY1XT001BRSXX,GQY1XT001BNM4J,GQY1XT001C1JW0,GQY1XT001CH10R,GQY1XT001C7FU5,GQY1XT001DW1OU,GQY1XT001DI9ND,GQY1XT001B82L6,GQY1XT001D1M4E,GQY1XT001A1UWC,GQY1XT001BVJ6C,GQY1XT001B6XC1,GQY1XT001DJ8H4,GQY1XT001DJNE0,GQY1XT001DDQ7B,GQY1XT001ENDFY,GQY1XT001E2JVZ,GQY1XT001D7ORI,GQY1XT001BPWJ2,GQY1XT001CE5JH,GQY1XT001EDLVG,GQY1XT001B298U,GQY1XT001ALS8M,GQY1XT001CPY8B,GQY1XT001AXYZP,GQY1XT001BY3CA,GQY1XT001COM1G,GQY1XT001E0J86,GQY1XT001EOLD0,GQY1XT001DR8ZS,GQY1XT001DP81G,GQY1XT001CNWPQ,GQY1XT001BECLL,GQY1XT001A6T8K,GQY1XT001DHDKW,GQY1XT001EI4IS,GQY1XT001CP16M,GQY1XT001DXR8K,GQY1XT001AWJIK,GQY1XT001AN4D5,GQY1XT001A349H,GQY1XT001CFLWR,GQY1XT001BNLOZ,GQY1XT001BVNWC,GQY1XT001EPBKF,GQY1XT001BP6JR,GQY1XT001DXGFK,GQY1XT001AOWCW,GQY1XT001BODX5,GQY1XT001EOIHF,GQY1XT001EJG14,GQY1XT001EBNRF,GQY1XT001DJUQE,GQY1XT001DJJI7,GQY1XT001DIV2U,GQY1XT001D5P5N,GQY1XT001CLB7X,GQY1XT001CA5P7,GQY1XT001CA1ZU,GQY1XT001BXCBU,GQY1XT001BU9EZ,GQY1XT001BK0TE,GQY1XT001BE4HR,GQY1XT001B45HY,GQY1XT001APN0A,GQY1XT001AO5AD,GQY1XT001A2FVO,GQY1XT001A4T7V,GQY1XT001BB13A,GQY1XT001CNXTD,GQY1XT001CM29B,GQY1XT001D8VAV,GQY1XT001E14DI,GQY1XT001BF0LQ,GQY1XT001DE4OY,GQY1XT001CF9WX,GQY1XT001BC82A,GQY1XT001C0NK5,GQY1XT001CRRNO,GQY1XT001D24K1,GQY1XT001C05G6,GQY1XT001D9671,GQY1XT001BRIZU,GQY1XT001B5EEH,GQY1XT001CYRWW,GQY1XT001AYWZ3,GQY1XT001CRWHT,GQY1XT001CKCGT,GQY1XT001CJXOY,GQY1XT001ER1UC,GQY1XT001CB8CM,GQY1XT001AJPOH,GQY1XT001AP63V,GQY1XT001A8Z49,GQY1XT001AMDSP,GQY1XT001BQE5F,GQY1XT001C8UOH,GQY1XT001D8CQI,GQY1XT001D3J35,GQY1XT001ETWVD,GQY1XT001BKVQV,GQY1XT001BEP6P,GQY1XT001CH9Y6,GQY1XT001CBRDQ,GQY1XT001BHCT9,GQY1XT001BD6IW,GQY1XT001D04M3,GQY1XT001DO23N,GQY1XT001B3HF7,GQY1XT001D1D1S,GQY1XT001CEACG,GQY1XT001BMY3J,GQY1XT001AM2BB,GQY1XT001D0I1C,GQY1XT001EBNQ4,GQY1XT001A3G6Q,GQY1XT001CYCWV,GQY1XT001ELGJ2,GQY1XT001B19O4,GQY1XT001BS2UJ,GQY1XT001CMPL2,GQY1XT001CBM6X,GQY1XT001EGGC4,GQY1XT001A0SI5,GQY1XT001DJB1L,GQY1XT001EJOAV,GQY1XT001CJR2P,GQY1XT001DAKVO,GQY1XT001DI9IY,GQY1XT001A9LZ3,GQY1XT001D7AFE,GQY1XT001D78LB,GQY1XT001DE60J,GQY1XT001CKKA1,GQY1XT001D1GNJ,GQY1XT001EWN3C,GQY1XT001C1BY8,GQY1XT001DER2G,GQY1XT001EN3RI,GQY1XT001C8OCA,GQY1XT001EYNDT,GQY1XT001CB31U,GQY1XT001DI03K,GQY1XT001DHDB4,GQY1XT001BQGDR,GQY1XT001B8NZN,GQY1XT001BMAY3,GQY1XT001CDBJ9,GQY1XT001CFTTJ,GQY1XT001DP0S5,GQY1XT001C3MPB,GQY1XT001AKH1P,GQY1XT001CX5NA,GQY1XT001DGRWI,GQY1XT001C3SSF,GQY1XT001AU7RR,GQY1XT001B2CYO,GQY1XT001AU7QB,GQY1XT001AHSBS,GQY1XT001BV8UL,GQY1XT001AUCAW,GQY1XT001DCNYR,GQY1XT001BXU2V,GQY1XT001DXRWY,GQY1XT001C9GZS,GQY1XT001CJ40M,GQY1XT001DTGB6,GQY1XT001CNAIB,GQY1XT001DYC0K,GQY1XT001EFSBK,GQY1XT001CJW3N,GQY1XT001CX0KG,GQY1XT001AGCG9,GQY1XT001CHKYU,GQY1XT001DHY2Y,GQY1XT001B1CXN,GQY1XT001APSW4,GQY1XT001CM8UP,GQY1XT001CSUIQ,GQY1XT001EGM62,GQY1XT001C7YH1,GQY1XT001DK18O,GQY1XT001BREN5,GQY1XT001EX6E3,GQY1XT001EZCDB,GQY1XT001BU8C8,GQY1XT001DNZWV,GQY1XT001CHS5G,GQY1XT001C33FU,GQY1XT001APRRY,GQY1XT001D04UH,GQY1XT001ATD4O,GQY1XT001DWGCJ,GQY1XT001AWOK2,GQY1XT001AWSZK,GQY1XT001BBLW5,GQY1XT001BBF8V,GQY1XT001EIKMF,GQY1XT001ERA8O,GQY1XT001BZP86,GQY1XT001CYUGC,GQY1XT001CMS7A,GQY1XT001BKGW0,GQY1XT001C1RJI,GQY1XT001DWIAZ,GQY1XT001DVMN6,GQY1XT001EP7P0,GQY1XT001ECFWY,GQY1XT001E34NU,GQY1XT001A7AF8,GQY1XT001AW3BW,GQY1XT001EW5KM,GQY1XT001C938B,GQY1XT001CVU2M,GQY1XT001CF6J7,GQY1XT001CPUVA,GQY1XT001EAZ7I,GQY1XT001AZ2K2,GQY1XT001CML5K,GQY1XT001AFU8G,GQY1XT001CE6P0,GQY1XT001B704O,GQY1XT001DE5W9,GQY1XT001D00A5,GQY1XT001DGLZU,GQY1XT001BAXMQ,GQY1XT001EMIQA,GQY1XT001AVG1K,GQY1XT001ED7WZ,GQY1XT001D9920,GQY1XT001BU3R6,GQY1XT001C1JQN,GQY1XT001AJAVS,GQY1XT001BMFDP,GQY1XT001CMK48,GQY1XT001DDA86,GQY1XT001ARGS6,GQY1XT001D1V07,GQY1XT001BPEKG,GQY1XT001DI8CX,GQY1XT001DIK42,GQY1XT001AO4Z1,GQY1XT001AYNKZ,GQY1XT001D42HN,GQY1XT001DY6GS,GQY1XT001ATWRD,GQY1XT001CC95W,GQY1XT001AXQ68,GQY1XT001BSF3Y,GQY1XT001C4UUB,GQY1XT001DNT0X,GQY1XT001CYIBZ,GQY1XT001AU3JW,GQY1XT001DVOAI,GQY1XT001AOPYJ,GQY1XT001EE8H9,GQY1XT001BGNDZ,GQY1XT001C8T52,GQY1XT001EHJXB,GQY1XT001CTJUK,GQY1XT001C2GQT,GQY1XT001ASN5H,GQY1XT001EP0IR,GQY1XT001EB9OG,GQY1XT001D4RHB,GQY1XT001CD98F,GQY1XT001DX8JM,GQY1XT001E4TSX,GQY1XT001EZ68U,GQY1XT001B70CL,GQY1XT001D3RQV,GQY1XT001CFW11,GQY1XT001CR3KB,GQY1XT001CTL0N,GQY1XT001E2TTI,GQY1XT001EPFTN,GQY1XT001B095Y,GQY1XT001EBFF9,GQY1XT001BONUD,GQY1XT001CLI3R,GQY1XT001B6PO8,GQY1XT001D7T7U,GQY1XT001DQRIO,GQY1XT001D1QPR,GQY1XT001BH2ZT,GQY1XT001E0QTD,GQY1XT001DZQHI,GQY1XT001ETGMS,GQY1XT001CBEIU,GQY1XT001DFRN2,GQY1XT001CWEZR,GQY1XT001EV0YH,GQY1XT001A3NKD,GQY1XT001CG59T,GQY1XT001BIOUZ,GQY1XT001ERKP9,GQY1XT001B8RTI,GQY1XT001AFXCV,GQY1XT001CFX67,GQY1XT001DDO4Z,GQY1XT001CGJMS,GQY1XT001CV8Y8,GQY1XT001BDNKS,GQY1XT001ET0FM,GQY1XT001EU2TE,GQY1XT001ETA4X,GQY1XT001BG12R,GQY1XT001C3HYI,GQY1XT001BEMU6,GQY1XT001B26VP,GQY1XT001BAB0L,GQY1XT001A3F6P,GQY1XT001DN3B1,GQY1XT001CB6DX,GQY1XT001B1PKG,GQY1XT001D9J9B,GQY1XT001ANUVT,GQY1XT001ARPB9,GQY1XT001BECBT,GQY1XT001CCY6U,GQY1XT001BTLYU,GQY1XT001DKN42,GQY1XT001DLPE4,GQY1XT001BFZQT,GQY1XT001DBB59,GQY1XT001B4CCX,GQY1XT001CV1QU,GQY1XT001AUITE,GQY1XT001C8LEY,GQY1XT001C8C3S,GQY1XT001D0OUE,GQY1XT001AK3BW,GQY1XT001EHQT6,GQY1XT001A57I7,GQY1XT001ASDZI,GQY1XT001CR5ZS,GQY1XT001CHDXV,GQY1XT001D0BZJ,GQY1XT001C3DC5,GQY1XT001CINZK,GQY1XT001CTV5B,GQY1XT001CN6A2,GQY1XT001C7R2X,GQY1XT001CXVBI,GQY1XT001AEJ8V,GQY1XT001DJADZ,GQY1XT001DZ1Z5,GQY1XT001C0HSC,GQY1XT001EVJUW,GQY1XT001CZTHX,GQY1XT001DJLXN,GQY1XT001CH643,GQY1XT001DUAB7,GQY1XT001C1DVS,GQY1XT001BH30J,GQY1XT001B1IS9,GQY1XT001BYCJQ,GQY1XT001BKLG7,GQY1XT001E0AAT,GQY1XT001DZDG9,GQY1XT001A2WWB,GQY1XT001DV0FN,GQY1XT001ETE1P,GQY1XT001CIBR3,GQY1XT001CSZYA,GQY1XT001E06CG,GQY1XT001EQLSP,GQY1XT001DLWEC,GQY1XT001EMZEW,GQY1XT001B8L6M,GQY1XT001EZB24,GQY1XT001DZ7SH,GQY1XT001BSL55,GQY1XT001CW9SS,GQY1XT001CASCW,GQY1XT001DLJPX,GQY1XT001BXWQN,GQY1XT001EHZ8K,GQY1XT001EURLL,GQY1XT001AEWJR,GQY1XT001DHNQN,GQY1XT001CVSWD,GQY1XT001B62LP,GQY1XT001DQA7A,GQY1XT001ASZIU,GQY1XT001AY571,GQY1XT001DCYY0,GQY1XT001AOMPO,GQY1XT001AQQK5,GQY1XT001EU6FQ,GQY1XT001AVC3T,GQY1XT001AH9BT,GQY1XT001AOSBB,GQY1XT001BMKSN,GQY1XT001APLNN,GQY1XT001BC0IX,GQY1XT001DTRDA,GQY1XT001DJQRO,GQY1XT001ENN5W,GQY1XT001EDM52,GQY1XT001AYVME,GQY1XT001CJTWK,GQY1XT001DNZ1V,GQY1XT001BL7BJ,GQY1XT001DM2T9,GQY1XT001C3EWW,GQY1XT001ATAP4,GQY1XT001AZ20R,GQY1XT001CB543,GQY1XT001AI3SN,GQY1XT001C4EFW,GQY1XT001C0DDA,GQY1XT001EXWJA,GQY1XT001EB29T,GQY1XT001DUKEE,GQY1XT001DOBPX,GQY1XT001DC35A,GQY1XT001CTS6N,GQY1XT001CHTBF,GQY1XT001CHQP6,GQY1XT001CFF9A,GQY1XT001C2VPO,GQY1XT001BSNS9,GQY1XT001B5A6W,GQY1XT001AZNWK,GQY1XT001AJW4F,GQY1XT001AJ1DL,GQY1XT001AH0WG,GQY1XT001AZOCW,GQY1XT001DP661,GQY1XT001AV1BH,GQY1XT001CUG3D,GQY1XT001A0ZCV,GQY1XT001CGZ4G,GQY1XT001EE91P,GQY1XT001CU9RU,GQY1XT001ANXFK,GQY1XT001D3DNX,GQY1XT001CVO4Y,GQY1XT001DNZ1O,GQY1XT001DFW0Y,GQY1XT001C3W67,GQY1XT001BGI1P,GQY1XT001C1P31,GQY1XT001B6ZKE,GQY1XT001DJ0U5,GQY1XT001BMNFA,GQY1XT001D2R83,GQY1XT001CLBYO,GQY1XT001B135D,GQY1XT001EOAWK,GQY1XT001AJDLY,GQY1XT001APSWM,GQY1XT001BXV30,GQY1XT001D5OL6,GQY1XT001DI5VJ,GQY1XT001D9XZ6,GQY1XT001B5GQS,GQY1XT001AU6NM,GQY1XT001DCEIJ,GQY1XT001APCG3,GQY1XT001DALBQ,GQY1XT001BBM2J,GQY1XT001B5O6C,GQY1XT001BOAYJ,GQY1XT001E1CQE,GQY1XT001E1R6H,GQY1XT001CTWCD,GQY1XT001BVCOP,GQY1XT001A4GEL,GQY1XT001ALYVG,GQY1XT001BLHGH,GQY1XT001AXOAH,GQY1XT001ASDE7,GQY1XT001CD0VH,GQY1XT001BMKDH,GQY1XT001ESD9S,GQY1XT001DIMI2,GQY1XT001CWUGY,GQY1XT001CNROE,GQY1XT001DD6NX,GQY1XT001EH63Y,GQY1XT001A4WLU,GQY1XT001COU4Z,GQY1XT001CH36V,GQY1XT001C0UGV,GQY1XT001BVN96,GQY1XT001CXKVN,GQY1XT001DB7UC,GQY1XT001AH04J,GQY1XT001DHBY3,GQY1XT001A28M0,GQY1XT001BD2H3,GQY1XT001BCJGC,GQY1XT001B2OJ5,GQY1XT001B0ROD,GQY1XT001BK124,GQY1XT001DDAF8,GQY1XT001AEHE5,GQY1XT001APL2Y,GQY1XT001AGH6S,GQY1XT001CKMIX,GQY1XT001D9BFM,GQY1XT001BXSRM,GQY1XT001DPRK0,GQY1XT001EGGYY,GQY1XT001CH7S8,GQY1XT001B20SY,GQY1XT001B9FCH,GQY1XT001BYMIW,GQY1XT001DMCUR,GQY1XT001BSCE2,GQY1XT001EE4E8,GQY1XT001BE0VV,GQY1XT001ED9DD,GQY1XT001EKU9V,GQY1XT001CB30J,GQY1XT001CXZ61,GQY1XT001BBIIT,GQY1XT001EL42W,GQY1XT001AUVCS,GQY1XT001DDCP3,GQY1XT001EPFL6,GQY1XT001AJHOG,GQY1XT001EQ5YF,GQY1XT001DO5N7,GQY1XT001DK4YC,GQY1XT001D9MAG,GQY1XT001ECO8K,GQY1XT001ALNW5,GQY1XT001DW3PU,GQY1XT001CS4R6,GQY1XT001E20SX,GQY1XT001EE8WJ,GQY1XT001C13IX,GQY1XT001AWQWG,GQY1XT001DOW1X,GQY1XT001B825M,GQY1XT001CH4Y3,GQY1XT001EIE0W,GQY1XT001DNPL0,GQY1XT001AP6WA,GQY1XT001AYWMA,GQY1XT001CNZCG,GQY1XT001BZ6G5,GQY1XT001EI0F5,GQY1XT001AQ121,GQY1XT001DVCCB,GQY1XT001AMHT2,GQY1XT001CAXFG,GQY1XT001BQC7J,GQY1XT001AR8Z3,GQY1XT001A1ANG,GQY1XT001C6TI8,GQY1XT001D1LAR,GQY1XT001CQOOT,GQY1XT001ELZRA,GQY1XT001BURN8,GQY1XT001BCD0V,GQY1XT001EB4UO,GQY1XT001BCAH7,GQY1XT001AOV6C,GQY1XT001EG822,GQY1XT001EC4LL,GQY1XT001B39ZP,GQY1XT001CM56F,GQY1XT001AL0WB,GQY1XT001CPG63,GQY1XT001AH7DE,GQY1XT001AKG9N,GQY1XT001EN57D,GQY1XT001CEM3A,GQY1XT001DKZ8U,GQY1XT001BK6T4,GQY1XT001A215L,GQY1XT001ENQ35,GQY1XT001C9ACX,GQY1XT001CCIWF,GQY1XT001DSIXO,GQY1XT001C07ZX,GQY1XT001C9QCJ,GQY1XT001A636I,GQY1XT001DIFB6,GQY1XT001BIOOQ,GQY1XT001BXNLO,GQY1XT001CXQ23,GQY1XT001C284R,GQY1XT001CD7UI,GQY1XT001B27G3,GQY1XT001BF128,GQY1XT001CDFFG,GQY1XT001C1EDW,GQY1XT001A6PEQ,GQY1XT001D77C0,GQY1XT001E0ZB5,GQY1XT001AXTNL,GQY1XT001C34V1,GQY1XT001AHIT2,GQY1XT001DIHMX,GQY1XT001DWQ20,GQY1XT001CMHDL,GQY1XT001AVABU,GQY1XT001BTT0U,GQY1XT001EHWM4,GQY1XT001BMZS5,GQY1XT001DUPER,GQY1XT001CB70N,GQY1XT001BEMWE,GQY1XT001EJ37O,GQY1XT001EGL2F,GQY1XT001C5IEE,GQY1XT001D10JC,GQY1XT001DE3YC,GQY1XT001DZ7WB,GQY1XT001DSKYK,GQY1XT001EVKED,GQY1XT001EJLRC,GQY1XT001DT0M7,GQY1XT001B7TSY,GQY1XT001A95T6,GQY1XT001C7YDU,GQY1XT001CFPHK,GQY1XT001EXEJ5,GQY1XT001ENMG3,GQY1XT001DDYB0,GQY1XT001EPBAF,GQY1XT001DWFCO,GQY1XT001BHSLY,GQY1XT001ECUKJ,GQY1XT001D61DJ,GQY1XT001EK7H1,GQY1XT001CKJ7C,GQY1XT001DHFO0,GQY1XT001A7KYM,GQY1XT001CEF3M,GQY1XT001EBNNA,GQY1XT001C1WY5,GQY1XT001D13R4,GQY1XT001C9FFM,GQY1XT001BXHAG,GQY1XT001BO2IL,GQY1XT001EBYC6,GQY1XT001CN2K1,GQY1XT001EQKOE,GQY1XT001COLB8,GQY1XT001D1T8P,GQY1XT001CXHJS,GQY1XT001EU715,GQY1XT001DJBV8,GQY1XT001EZXWT,GQY1XT001CGJS1,GQY1XT001BYVN6,GQY1XT001DZIX0,GQY1XT001D9U09,GQY1XT001ESE1X,GQY1XT001DPJ8I,GQY1XT001C5IV0,GQY1XT001B7GXH,GQY1XT001CJF01,GQY1XT001AE5LG,GQY1XT001A61NW,GQY1XT001EKD5Q,GQY1XT001EOQ8K,GQY1XT001ER9I5,GQY1XT001BXW3J,GQY1XT001A3PBE,GQY1XT001DDR5P,GQY1XT001CA5W6,GQY1XT001DVCWW,GQY1XT001BIQBL,GQY1XT001A967M,GQY1XT001AK28G,GQY1XT001DCVEG,GQY1XT001C04GT,GQY1XT001BXXJA,GQY1XT001DF7A8,GQY1XT001CDI3F,GQY1XT001BJON9,GQY1XT001C55HG,GQY1XT001BTOFM,GQY1XT001A2D7S,GQY1XT001D2ILQ,GQY1XT001BNBKM,GQY1XT001AXU3T,GQY1XT001DAKCG,GQY1XT001BAVHY,GQY1XT001A5Q28,GQY1XT001BIVYD,GQY1XT001BWL14,GQY1XT001DKHKD,GQY1XT001BAKK5,GQY1XT001EQAE7,GQY1XT001BP03W,GQY1XT001EN4L3,GQY1XT001BQON2,GQY1XT001CA5D1,GQY1XT001D4TWK,GQY1XT001CE72Z,GQY1XT001EPUXR,GQY1XT001C2LWQ,GQY1XT001AJL0Q,GQY1XT001ETNC5,GQY1XT001B9YOO,GQY1XT001C6Y05,GQY1XT001CQN0A,GQY1XT001EMMZX,GQY1XT001D7TYF,GQY1XT001EH6YC,GQY1XT001ELFF9,GQY1XT001BM6LA,GQY1XT001A4FJ5,GQY1XT001EZHV8,GQY1XT001C3MNR,GQY1XT001D2YF1,GQY1XT001DZR8N,GQY1XT001AHOEO,GQY1XT001ECFOI,GQY1XT001DTPD9,GQY1XT001B8LPA,GQY1XT001A6BJS,GQY1XT001EOD66,GQY1XT001AUOUE,GQY1XT001C0RFQ,GQY1XT001CZ9IF,GQY1XT001CF2IY,GQY1XT001CMU7Z,GQY1XT001CW8RQ,GQY1XT001DAMPW,GQY1XT001C71AB,GQY1XT001C548Y,GQY1XT001BME79,GQY1XT001BS204,GQY1XT001DS794,GQY1XT001EPX25,GQY1XT001EBO2Q,GQY1XT001DDCR5,GQY1XT001CP2N2,GQY1XT001AYVQR,GQY1XT001AR7UQ,GQY1XT001AN8VR,GQY1XT001AEL4A,GQY1XT001AMXZ3,GQY1XT001AJPZW,GQY1XT001C3SVF,GQY1XT001D3VYI,GQY1XT001BNZ1G,GQY1XT001DXZI2,GQY1XT001D3VE2,GQY1XT001EAEV1,GQY1XT001EFNQS,GQY1XT001APRX7,GQY1XT001AIU6V,GQY1XT001CRMC5,GQY1XT001BVZ0E,GQY1XT001CGUC5,GQY1XT001ATNMV,GQY1XT001AGA3W,GQY1XT001DMJLA,GQY1XT001C84SK,GQY1XT001AONTG,GQY1XT001C3PG1,GQY1XT001EO26A,GQY1XT001A8KN6,GQY1XT001BF5B9,GQY1XT001AF1Y2,GQY1XT001CAP3W,GQY1XT001BOQFB,GQY1XT001EDAXN,GQY1XT001EEO8I,GQY1XT001EC5KV,GQY1XT001BQA3Z,GQY1XT001BQE3M,GQY1XT001EV307,GQY1XT001DTF30,GQY1XT001EGXYF,GQY1XT001AVXVW,GQY1XT001E4DRP,GQY1XT001BMTUL,GQY1XT001E0AYY,GQY1XT001DSFJF,GQY1XT001AVJ3U,GQY1XT001EZQ32,GQY1XT001AK07N,GQY1XT001ERO3Z,GQY1XT001AJWK7,GQY1XT001C07ZA,GQY1XT001ENXGT,GQY1XT001D5Z8W,GQY1XT001B2030,GQY1XT001BKNKC,GQY1XT001EA0UL,GQY1XT001AEMYB,GQY1XT001AVKSY,GQY1XT001AJ8LW,GQY1XT001B1PA1,GQY1XT001AILCI,GQY1XT001A5ZPD,GQY1XT001EG1LR,GQY1XT001DJH19,GQY1XT001BHGL1,GQY1XT001C7H72,GQY1XT001BUNYS,GQY1XT001DUZG6,GQY1XT001A82NG,GQY1XT001AMJIA,GQY1XT001ETGNL,GQY1XT001EEARC,GQY1XT001EQ3L8,GQY1XT001BC10Q,GQY1XT001C3ZU7,GQY1XT001CZV5J,GQY1XT001E4XF6,GQY1XT001B4H6G,GQY1XT001EH0L7,GQY1XT001DY5XX,GQY1XT001E1ZFE,GQY1XT001EJJQF,GQY1XT001A6MRE,GQY1XT001D6GVS,GQY1XT001AHMG4,GQY1XT001DCGCL,GQY1XT001AWHE0,GQY1XT001BEVM4,GQY1XT001B3O3M,GQY1XT001BILPW,GQY1XT001DJRHW,GQY1XT001CNDFQ,GQY1XT001BMW2L,GQY1XT001EVFNQ,GQY1XT001DINRM,GQY1XT001EN0DW,GQY1XT001CGHHX,GQY1XT001B4ZMI,GQY1XT001BQX5S,GQY1XT001DGAZ0,GQY1XT001BJ215,GQY1XT001B3U3W,GQY1XT001C7GCR,GQY1XT001CZ4F0,GQY1XT001BSE8V,GQY1XT001ARR82,GQY1XT001DNE2P,GQY1XT001ETY0G,GQY1XT001CDB8W,GQY1XT001BL4HI,GQY1XT001D5ZEW,GQY1XT001C3Q6K,GQY1XT001EBNNQ,GQY1XT001AQ8WT,GQY1XT001CEQX6,GQY1XT001AWS8D,GQY1XT001EORWO,GQY1XT001B1J6N,GQY1XT001BFP6W,GQY1XT001ESW65,GQY1XT001CM0QZ,GQY1XT001BVEYK,GQY1XT001AOZZ9,GQY1XT001CWRJ2,GQY1XT001BND05,GQY1XT001BMS2T,GQY1XT001DTMVI,GQY1XT001DIA4Q,GQY1XT001DTE0P,GQY1XT001AKNL1,GQY1XT001BI5XL,GQY1XT001ARDI6,GQY1XT001EYTY6,GQY1XT001DNXDS,GQY1XT001A3ZMP,GQY1XT001EL07G,GQY1XT001EHZ5E,GQY1XT001C3N3Q,GQY1XT001BPPV8,GQY1XT001BHABD,GQY1XT001B5L2B,GQY1XT001D90D0,GQY1XT001EWDBF,GQY1XT001ETWNP,GQY1XT001A6XSQ,GQY1XT001CCB1X,GQY1XT001DQF1H,GQY1XT001DNDT6,GQY1XT001DJBC1,GQY1XT001CYBC9,GQY1XT001DLKV4,GQY1XT001DETNQ,GQY1XT001DVZ78,GQY1XT001CQF4T,GQY1XT001BPPST,GQY1XT001BOFK5,GQY1XT001CK36K,GQY1XT001AW78U,GQY1XT001AP58A,GQY1XT001BHAS0,GQY1XT001DPMO9,GQY1XT001C3KM0,GQY1XT001ERMBT,GQY1XT001AJ233,GQY1XT001C106D,GQY1XT001AVJOX,GQY1XT001EDKO1,GQY1XT001AOXB0,GQY1XT001A3UC2,GQY1XT001EEFO0,GQY1XT001A6LM4,GQY1XT001ARXOO,GQY1XT001CPQWY,GQY1XT001CT9S6,GQY1XT001CV83W,GQY1XT001DH5GV,GQY1XT001BGIVS,GQY1XT001CDAY6,GQY1XT001EPQ90,GQY1XT001C33K2,GQY1XT001C5XEZ,GQY1XT001AMB29,GQY1XT001D4DAP,GQY1XT001CAE8E,GQY1XT001EG704,GQY1XT001EV0QQ,GQY1XT001DHUFC,GQY1XT001EAZRF,GQY1XT001BMVIR,GQY1XT001ESCN3,GQY1XT001DBPNV,GQY1XT001EPAF1,GQY1XT001DM5JM,GQY1XT001DI7D8,GQY1XT001AF6VF,GQY1XT001EFBT7,GQY1XT001AN0CR,GQY1XT001C9PPI,GQY1XT001CWSX6,GQY1XT001A3P74,GQY1XT001BM1GC,GQY1XT001D5Z1W,GQY1XT001BUVG5,GQY1XT001BRU51,GQY1XT001AD56E,GQY1XT001BBJ2I,GQY1XT001BJ8ZA,GQY1XT001ATRPP,GQY1XT001AFLU8,GQY1XT001B242N,GQY1XT001DMKTP,GQY1XT001BMSLA,GQY1XT001BKASG,GQY1XT001DW17Y,GQY1XT001ASTLI,GQY1XT001ALAUY,GQY1XT001BDNMM,GQY1XT001DDGDF,GQY1XT001D39F1,GQY1XT001DH12J,GQY1XT001CZ6S9,GQY1XT001AO87Q,GQY1XT001DJDX0,GQY1XT001DFOOH,GQY1XT001ESAWF,GQY1XT001C942P,GQY1XT001BU17X,GQY1XT001EU7LE,GQY1XT001A2AJS,GQY1XT001BT8Z5,GQY1XT001CW1JF,GQY1XT001CLDZM,GQY1XT001EBM7U,GQY1XT001BGGWH,GQY1XT001AQL0N,GQY1XT001DORBA,GQY1XT001DADLT,GQY1XT001B22WB,GQY1XT001DONGJ,GQY1XT001CIRDE,GQY1XT001AK1FV,GQY1XT001EAC4V,GQY1XT001DKB8V,GQY1XT001CKB0K,GQY1XT001D4GR9,GQY1XT001C67N0,GQY1XT001DYBSJ,GQY1XT001DFEF4,GQY1XT001AKYTE,GQY1XT001CK8EG,GQY1XT001E0HOW,GQY1XT001B306Y,GQY1XT001ERJAO,GQY1XT001CW3D7,GQY1XT001AGKGR,GQY1XT001BKR7F,GQY1XT001DJWBD,GQY1XT001BEQ21,GQY1XT001BOV1E,GQY1XT001ELCYI,GQY1XT001D6GMB,GQY1XT001EGGB8,GQY1XT001BHNW4,GQY1XT001A072L,GQY1XT001D9053,GQY1XT001AMCRY,GQY1XT001CLBRR,GQY1XT001CSGJQ,GQY1XT001BPFU4,GQY1XT001DHTTF,GQY1XT001EBCQR,GQY1XT001BC5OY,GQY1XT001AVK1Y,GQY1XT001ESR4S,GQY1XT001C2UK6,GQY1XT001EGVY3,GQY1XT001CRTFN,GQY1XT001DN0FY,GQY1XT001DR27H,GQY1XT001BRN2S,GQY1XT001DBJ2D,GQY1XT001B0YUQ,GQY1XT001AME9H,GQY1XT001C1TL0,GQY1XT001DYVUW,GQY1XT001D1VRL,GQY1XT001D6NF2,GQY1XT001AH5NU,GQY1XT001DIJ7U,GQY1XT001EWI24,GQY1XT001EGLVZ,GQY1XT001C9YVE,GQY1XT001DH1C9,GQY1XT001BDNRM,GQY1XT001CHPUD,GQY1XT001ERR25,GQY1XT001BMPTT,GQY1XT001A6CQG,GQY1XT001CVNAP,GQY1XT001EDU5A,GQY1XT001EXMVV,GQY1XT001DGC6O,GQY1XT001DGLWK,GQY1XT001E43KZ,GQY1XT001EZHQG,GQY1XT001CBPC2,GQY1XT001BSGJ9,GQY1XT001DBUR7,GQY1XT001EK2RH,GQY1XT001CR1GJ,GQY1XT001AXQKU,GQY1XT001D0U95,GQY1XT001DL4YP,GQY1XT001DFUYI,GQY1XT001EGVEO,GQY1XT001EDCUP,GQY1XT001EX9QA,GQY1XT001C897X,GQY1XT001CQHET,GQY1XT001BY12T,GQY1XT001BTUFD,GQY1XT001B02MU,GQY1XT001D7MX2,GQY1XT001DG54F,GQY1XT001D4WVR,GQY1XT001EDD9Z,GQY1XT001BT74Y,GQY1XT001CIMYZ,GQY1XT001EKB83,GQY1XT001DFMYR,GQY1XT001EL2G2,GQY1XT001AVDE3,GQY1XT001B7QUD,GQY1XT001DWJP7,GQY1XT001C9W5X,GQY1XT001ES113,GQY1XT001EYZMJ,GQY1XT001AMRRD,GQY1XT001DRF5G,GQY1XT001DP7CN,GQY1XT001EEJES,GQY1XT001DALL8,GQY1XT001EAQSY,GQY1XT001DWN0Y,GQY1XT001B91HG,GQY1XT001ECU6I,GQY1XT001AXY3D,GQY1XT001DDVZ1,GQY1XT001A0FBN,GQY1XT001ED1F5,GQY1XT001DUPRK,GQY1XT001EYP6J,GQY1XT001B6VYN,GQY1XT001D40O2,GQY1XT001BU75E,GQY1XT001ESMHG,GQY1XT001BQ1NI,GQY1XT001AIV9K,GQY1XT001D8K9L,GQY1XT001BOD6O,GQY1XT001CZU5F,GQY1XT001ENDSP,GQY1XT001B929F,GQY1XT001CE35Z,GQY1XT001CUHSH,GQY1XT001C513D,GQY1XT001EZ285,GQY1XT001DLYAW,GQY1XT001DBFQG,GQY1XT001D1I7K,GQY1XT001D0TTH,GQY1XT001CTCAZ,GQY1XT001CC2GW,GQY1XT001BQM8X,GQY1XT001BE0WC,GQY1XT001BDHWY,GQY1XT001B95IN,GQY1XT001B4U02,GQY1XT001ASZDD,GQY1XT001A1VMV,GQY1XT001A16VK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ARCB1"; -secondCol = "GQY1XT001ARCB1,GQY1XT001CN5ES,GQY1XT001DGQCH,GQY1XT001DA5QW,GQY1XT001DBTQB,GQY1XT001CA9W4,GQY1XT001B8Y8Z,GQY1XT001A41MK,GQY1XT001CJL8G,GQY1XT001A2RJ0,GQY1XT001EFU7F,GQY1XT001E1IQ4,GQY1XT001AX8ZM,GQY1XT001EGVP4,GQY1XT001DJMN0,GQY1XT001AFXVV,GQY1XT001DN9EK,GQY1XT001C7BKE,GQY1XT001BD752,GQY1XT001C5GFN,GQY1XT001AJ9ZK,GQY1XT001DQH0W,GQY1XT001BS72H,GQY1XT001DBQSK,GQY1XT001BDFAF,GQY1XT001CKRWJ,GQY1XT001D9N4Q,GQY1XT001DNYYH,GQY1XT001CRUY5,GQY1XT001ERX8R,GQY1XT001C1VKS,GQY1XT001ETJ80,GQY1XT001DYV45,GQY1XT001EXRLZ,GQY1XT001DMER3,GQY1XT001DCNVL,GQY1XT001BAOB0,GQY1XT001A2QQ0,GQY1XT001DOY5W,GQY1XT001AEIXT,GQY1XT001DE43G,GQY1XT001EG16O,GQY1XT001EUM0O,GQY1XT001DWBU9,GQY1XT001C8HVB,GQY1XT001AFY6O,GQY1XT001EY8OB,GQY1XT001BBPU9,GQY1XT001CDIPQ,GQY1XT001DSW36,GQY1XT001EI1WO,GQY1XT001CG2CP,GQY1XT001CDGYK,GQY1XT001CB59D,GQY1XT001CLJG4,GQY1XT001AFHV9,GQY1XT001BK5DU,GQY1XT001BWMI3,GQY1XT001D3KUW,GQY1XT001DQLWV,GQY1XT001ENO7C,GQY1XT001DT3I5,GQY1XT001CRRAX,GQY1XT001BTVTS,GQY1XT001ENZ91,GQY1XT001CNTMQ,GQY1XT001ELEZS,GQY1XT001CMVZQ,GQY1XT001ALIDR,GQY1XT001EPE8I,GQY1XT001A6E6A,GQY1XT001CGK6Z,GQY1XT001BRKIJ,GQY1XT001EA7IQ,GQY1XT001DVAAR,GQY1XT001BHQV5,GQY1XT001EIJOR,GQY1XT001D023C,GQY1XT001BVUSI,GQY1XT001AJNX6,GQY1XT001D3K5R,GQY1XT001BXPWD,GQY1XT001DBKZ7,GQY1XT001BDT71,GQY1XT001D5EUQ,GQY1XT001EHAK7,GQY1XT001A0WE6,GQY1XT001CGR9J,GQY1XT001DWO6B,GQY1XT001BOS2M,GQY1XT001AM2S1,GQY1XT001BOLHN,GQY1XT001D3CJE,GQY1XT001C9DRZ,GQY1XT001DO4NA,GQY1XT001B7OZU,GQY1XT001ANXN9,GQY1XT001CTHBH,GQY1XT001CZL9V,GQY1XT001EK40T,GQY1XT001EK40E,GQY1XT001EYFHG,GQY1XT001ARL2K,GQY1XT001DJRM8,GQY1XT001AU4KO,GQY1XT001B25IP,GQY1XT001CN4PR,GQY1XT001CLAQW,GQY1XT001D5KQS,GQY1XT001DH68S,GQY1XT001BIIYT,GQY1XT001CNPDK,GQY1XT001AMVD9,GQY1XT001DHAC2,GQY1XT001DO7ZG,GQY1XT001ETBGV,GQY1XT001AYK6W,GQY1XT001BIE6J,GQY1XT001CD0IS,GQY1XT001D3SNK,GQY1XT001BMR0C,GQY1XT001EQ5MA,GQY1XT001CBX01,GQY1XT001DW4ZC,GQY1XT001EMBKF,GQY1XT001CDIES,GQY1XT001D0LX0,GQY1XT001C7ND1,GQY1XT001EFQTD,GQY1XT001AG2NQ,GQY1XT001EL05L,GQY1XT001DTE0G,GQY1XT001EYYAJ,GQY1XT001EE6MP,GQY1XT001DU02S,GQY1XT001DOD5L,GQY1XT001BO5BR,GQY1XT001A2FFH,GQY1XT001A8GZP,GQY1XT001AJQJG,GQY1XT001ESOC5,GQY1XT001EM9NL,GQY1XT001CPKZT,GQY1XT001EJCAJ,GQY1XT001BHOAS,GQY1XT001APW44,GQY1XT001CSU69,GQY1XT001DLKNV,GQY1XT001AFC3R,GQY1XT001BS7ZY,GQY1XT001AUNZD,GQY1XT001EBUBG,GQY1XT001D7XS5,GQY1XT001A2RQ7,GQY1XT001CGR4L,GQY1XT001BVNWJ,GQY1XT001EJYEL,GQY1XT001ES9TX,GQY1XT001DUJAK,GQY1XT001C36PN,GQY1XT001DS884,GQY1XT001A4JAZ,GQY1XT001ED7B6,GQY1XT001CXCEF,GQY1XT001CUH51,GQY1XT001DE1ZK,GQY1XT001BOVZM,GQY1XT001CO69T,GQY1XT001C9KWU,GQY1XT001DGINH,GQY1XT001D3Z1T,GQY1XT001DOMDN,GQY1XT001DU9ZQ,GQY1XT001BTF54,GQY1XT001BBFTV,GQY1XT001A9B8H,GQY1XT001BELZ9,GQY1XT001DFKZL,GQY1XT001ENK2F,GQY1XT001CF83C,GQY1XT001AT9JP,GQY1XT001DB5G8,GQY1XT001EH6X1,GQY1XT001CK18P,GQY1XT001ECN8L,GQY1XT001BVGNJ,GQY1XT001A1MIL,GQY1XT001A2JBM,GQY1XT001AF3YR,GQY1XT001DNKXK,GQY1XT001DNEHJ,GQY1XT001DYU1N,GQY1XT001BSA0F,GQY1XT001EFM9G,GQY1XT001EC2KM,GQY1XT001E1JCE,GQY1XT001DY5MF,GQY1XT001DXLKH,GQY1XT001CSM7M,GQY1XT001CPVR2,GQY1XT001CKABE,GQY1XT001BTMUI,GQY1XT001APEW6,GQY1XT001BBF65,GQY1XT001AM1QQ,GQY1XT001BXB3G,GQY1XT001BQAPH,GQY1XT001DGQY8,GQY1XT001DDHVU,GQY1XT001D5FUH,GQY1XT001AWITW,GQY1XT001DT7HL,GQY1XT001C47UF,GQY1XT001CP0KT,GQY1XT001B1Z5X,GQY1XT001C0FX1,GQY1XT001EK3CL,GQY1XT001A7IB2,GQY1XT001CCNQN,GQY1XT001CZ6Y5,GQY1XT001AYKOB,GQY1XT001BR4F4,GQY1XT001EW502,GQY1XT001DT3QY,GQY1XT001CVEGZ,GQY1XT001ENBU5,GQY1XT001DB4OC,GQY1XT001CP155,GQY1XT001D02LI,GQY1XT001B7X0B,GQY1XT001DGIZF,GQY1XT001B82G4,GQY1XT001EKVZR,GQY1XT001D79IO,GQY1XT001AZJTY,GQY1XT001ECH5K,GQY1XT001CEGOD,GQY1XT001C3GMY,GQY1XT001DTWJ2,GQY1XT001A1MH0,GQY1XT001BRXJO,GQY1XT001EO1MU,GQY1XT001EQLNQ,GQY1XT001DPUCU,GQY1XT001ETP74,GQY1XT001A5O84,GQY1XT001EFE4J,GQY1XT001AOACW,GQY1XT001D80Z3,GQY1XT001CUVQB,GQY1XT001E4OFF,GQY1XT001CK2BW,GQY1XT001BY244,GQY1XT001BVGFY,GQY1XT001EE0VB,GQY1XT001EKU2Z,GQY1XT001AWQKC,GQY1XT001EC7B3,GQY1XT001BASK8,GQY1XT001AT04D,GQY1XT001DYN7R,GQY1XT001EB9K7,GQY1XT001CYYL8,GQY1XT001CTXNI,GQY1XT001EK1SK,GQY1XT001DSH53,GQY1XT001DTT7S,GQY1XT001ECO14,GQY1XT001CEA71,GQY1XT001BQ88E,GQY1XT001A8KB1,GQY1XT001DPYHJ,GQY1XT001CS0H0,GQY1XT001AVXB0,GQY1XT001CWYMY,GQY1XT001CFRUT,GQY1XT001CLWY7,GQY1XT001CCXRF,GQY1XT001BDKK7,GQY1XT001EQ5KU,GQY1XT001EDMR1,GQY1XT001ERCTR,GQY1XT001BZ3X4,GQY1XT001DHLM8,GQY1XT001CQTTH,GQY1XT001AYJK4,GQY1XT001BI5E6,GQY1XT001C4XIG,GQY1XT001BDNLP,GQY1XT001AXMCA,GQY1XT001A80MU,GQY1XT001DE3P3,GQY1XT001CQ58A,GQY1XT001B5MUE,GQY1XT001ELDMN,GQY1XT001BD8Q9,GQY1XT001AFX39,GQY1XT001BWECY,GQY1XT001B688H,GQY1XT001DA26G,GQY1XT001BR17S,GQY1XT001D0XQZ,GQY1XT001BU1ZH,GQY1XT001EJ854,GQY1XT001CYV0B,GQY1XT001DAMQI,GQY1XT001CYNGC,GQY1XT001BF9PU,GQY1XT001BO8V3,GQY1XT001D697W,GQY1XT001A79I7,GQY1XT001CH9UX,GQY1XT001D57RR,GQY1XT001E0LUJ,GQY1XT001DL9E5,GQY1XT001DTIB8,GQY1XT001AWHTV,GQY1XT001EUW0W,GQY1XT001BPK4W,GQY1XT001DCLQR,GQY1XT001ENG3E,GQY1XT001BG9FE,GQY1XT001CD5RV,GQY1XT001AYG0G,GQY1XT001BXT9A,GQY1XT001B73Z1,GQY1XT001DMR2X,GQY1XT001BYEGG,GQY1XT001CV3UF,GQY1XT001C50FG,GQY1XT001BMR94,GQY1XT001DHBX7,GQY1XT001BL2ZO,GQY1XT001DVFFK,GQY1XT001A0R0J,GQY1XT001AWVIU,GQY1XT001B9U6I,GQY1XT001D3Y98,GQY1XT001B1DRQ,GQY1XT001BH20Q,GQY1XT001ALXJG,GQY1XT001EU1UW,GQY1XT001AUFRZ,GQY1XT001BRC94,GQY1XT001AJV5I,GQY1XT001D5Q4Y,GQY1XT001CKF43,GQY1XT001EA3ZP,GQY1XT001D5RYD,GQY1XT001AXXQO,GQY1XT001E2S6V,GQY1XT001DFROY,GQY1XT001B3LSD,GQY1XT001BOCQO,GQY1XT001EFBHU,GQY1XT001B5WNP,GQY1XT001BZWOR,GQY1XT001AL03V,GQY1XT001BGVVC,GQY1XT001DV8N8,GQY1XT001BKIGD,GQY1XT001CKNUW,GQY1XT001DMT7J,GQY1XT001D3X75,GQY1XT001D368E,GQY1XT001CGEQH,GQY1XT001EQLE1,GQY1XT001BXZIC,GQY1XT001ELHNV,GQY1XT001CUGGT,GQY1XT001BF8PD,GQY1XT001CQWTC,GQY1XT001DE93F,GQY1XT001CQ59P,GQY1XT001A62EW,GQY1XT001BXJF2,GQY1XT001D2MFL,GQY1XT001C54K5,GQY1XT001CAD8Y,GQY1XT001ASLTS,GQY1XT001E2XQ1,GQY1XT001DCGW1,GQY1XT001EDRED,GQY1XT001E106N,GQY1XT001DTWB7,GQY1XT001A7UVK,GQY1XT001DYQXS,GQY1XT001DMO8J,GQY1XT001AZ9BE,GQY1XT001ETMW6,GQY1XT001D1SGY,GQY1XT001D6LYA,GQY1XT001DUKOQ,GQY1XT001C4ZLS,GQY1XT001EG25Y,GQY1XT001DIA31,GQY1XT001EFE7W,GQY1XT001DGE3R,GQY1XT001ETO8O,GQY1XT001D84H6,GQY1XT001AH3BU,GQY1XT001C04L4,GQY1XT001BEL78,GQY1XT001EMEPM,GQY1XT001APNLI,GQY1XT001BC2MA,GQY1XT001CF5YS,GQY1XT001BHSRC,GQY1XT001AT1A4,GQY1XT001AWB7K,GQY1XT001AFW2P,GQY1XT001CDGFU,GQY1XT001EKMMV,GQY1XT001B8MHI,GQY1XT001B8TI5,GQY1XT001BL2BT,GQY1XT001CKWNR,GQY1XT001AWMPO,GQY1XT001CNF6Z,GQY1XT001D3U23,GQY1XT001AFN26,GQY1XT001C80OT,GQY1XT001C6ZNJ,GQY1XT001EM18R,GQY1XT001EYSYP,GQY1XT001BMASH,GQY1XT001BZ1QM,GQY1XT001DP4BI,GQY1XT001ERNR4,GQY1XT001BDRPS,GQY1XT001DG7L0,GQY1XT001AKIX5,GQY1XT001COBTX,GQY1XT001EDJVO,GQY1XT001CLERY,GQY1XT001C83ZN,GQY1XT001EUW17,GQY1XT001EVWF3,GQY1XT001D0H55,GQY1XT001EUG9E,GQY1XT001BKTYS,GQY1XT001AM6HI,GQY1XT001BVKSO,GQY1XT001A2QL9,GQY1XT001B44U4,GQY1XT001CRLPM,GQY1XT001DFDYJ,GQY1XT001ANOYL,GQY1XT001A1YZD,GQY1XT001EXBJH,GQY1XT001BV9GM,GQY1XT001DG9BW,GQY1XT001BZBMR,GQY1XT001B9UIG,GQY1XT001CDDOQ,GQY1XT001A5DM1,GQY1XT001BWFWP,GQY1XT001C735J,GQY1XT001DBXR7,GQY1XT001CQ4WK,GQY1XT001C83OM,GQY1XT001AHGET,GQY1XT001BAMLC,GQY1XT001D9T64,GQY1XT001E26AX,GQY1XT001BU99A,GQY1XT001DOEF0,GQY1XT001EZ4XH,GQY1XT001CUCW0,GQY1XT001AJPGI,GQY1XT001BX6IT,GQY1XT001CR77Z,GQY1XT001A6W1F,GQY1XT001D4RC4,GQY1XT001ASH0B,GQY1XT001AWGKW,GQY1XT001E6HK3,GQY1XT001EKFE2,GQY1XT001DGICL,GQY1XT001DF4S8,GQY1XT001AHX95,GQY1XT001BWWZX,GQY1XT001CURRE,GQY1XT001A8X3F,GQY1XT001BHYMM,GQY1XT001BGYW1,GQY1XT001AFRIN,GQY1XT001DUOQJ,GQY1XT001CW3WF,GQY1XT001BCS7T,GQY1XT001A10VD,GQY1XT001ERTX9,GQY1XT001D0Z79,GQY1XT001EQBOC,GQY1XT001CHM4O,GQY1XT001EMW10,GQY1XT001AY305,GQY1XT001AD7CL,GQY1XT001DR9HA,GQY1XT001DGTAW,GQY1XT001CFF13,GQY1XT001CKQ3Q,GQY1XT001EVXWF,GQY1XT001ET8GV,GQY1XT001CA541,GQY1XT001CYNO2,GQY1XT001ESLS8,GQY1XT001BZJ2O,GQY1XT001BFK67,GQY1XT001BTZGZ,GQY1XT001DGXA6,GQY1XT001D6542,GQY1XT001DX918,GQY1XT001AVMWS,GQY1XT001EGGV9,GQY1XT001CMB5B,GQY1XT001D9DA8,GQY1XT001DQDMK,GQY1XT001DBFSJ,GQY1XT001BF05U,GQY1XT001AK2XE,GQY1XT001B85X1,GQY1XT001BYVAC,GQY1XT001BP7M8,GQY1XT001EWUCP,GQY1XT001B2DU1,GQY1XT001CPSQY,GQY1XT001CFAW0,GQY1XT001DKM4C,GQY1XT001A1GQF,GQY1XT001ETF1B,GQY1XT001AZJNO,GQY1XT001CYJ7L,GQY1XT001B1LJJ,GQY1XT001CY998,GQY1XT001D0W3E,GQY1XT001CUGAG,GQY1XT001EZBZV,GQY1XT001DQ66Y,GQY1XT001CE8JR,GQY1XT001E2GBL,GQY1XT001C7H40,GQY1XT001BU04J,GQY1XT001C0ACY,GQY1XT001C97AK,GQY1XT001DI4VN,GQY1XT001CCXVT,GQY1XT001D2DF1,GQY1XT001BLNHM,GQY1XT001D7G4R,GQY1XT001EARCE,GQY1XT001B2L0R,GQY1XT001CCB90,GQY1XT001EDP7E,GQY1XT001CFOOF,GQY1XT001A4TAK,GQY1XT001CJGHN,GQY1XT001D02JW,GQY1XT001DRGSU,GQY1XT001AXD6X,GQY1XT001AW591,GQY1XT001CDZ05,GQY1XT001CJM10,GQY1XT001BTSFZ,GQY1XT001DHITL,GQY1XT001A0PR7,GQY1XT001C2OV0,GQY1XT001CQ6OS,GQY1XT001A5TND,GQY1XT001CU8OY,GQY1XT001DN4NQ,GQY1XT001D14ZW,GQY1XT001CMK8V,GQY1XT001C01L6,GQY1XT001D135X,GQY1XT001B6V6J,GQY1XT001CX1HV,GQY1XT001BF8JS,GQY1XT001EKUVU,GQY1XT001C8K6W,GQY1XT001AQL7L,GQY1XT001A9WF7,GQY1XT001EWTDD,GQY1XT001EILC2,GQY1XT001DDGU6,GQY1XT001CZRGD,GQY1XT001CK0KD,GQY1XT001CCSRQ,GQY1XT001C72D0,GQY1XT001BTGIJ,GQY1XT001BRGH1,GQY1XT001BMECI,GQY1XT001BITHY,GQY1XT001BFIH4,GQY1XT001AR4PL,GQY1XT001B155L,GQY1XT001DND5Q,GQY1XT001B93UN,GQY1XT001CHIT6,GQY1XT001AF04D,GQY1XT001EMWPT,GQY1XT001DMY5Q,GQY1XT001C1X28,GQY1XT001C15ZR,GQY1XT001AF3CG,GQY1XT001CZSV1,GQY1XT001EJOU2,GQY1XT001BXMTW,GQY1XT001APAMD,GQY1XT001D4MMV,GQY1XT001AUOPR,GQY1XT001BOWXW,GQY1XT001ECCQR,GQY1XT001DSEJH,GQY1XT001B785G,GQY1XT001B0948,GQY1XT001B1ILY,GQY1XT001D6FY7,GQY1XT001A7M32,GQY1XT001A7W69,GQY1XT001A2KXX,GQY1XT001BEZL0,GQY1XT001BSAPH,GQY1XT001AEP37,GQY1XT001BFBJS,GQY1XT001A8PDL,GQY1XT001DBKO7,GQY1XT001A9SP5,GQY1XT001AUUEZ,GQY1XT001BG8IH,GQY1XT001AR16K,GQY1XT001DL86X,GQY1XT001A1B72,GQY1XT001CE2S9,GQY1XT001BX395,GQY1XT001AVBIL,GQY1XT001AGKB0,GQY1XT001AJ48A,GQY1XT001EPOER,GQY1XT001EHKC1,GQY1XT001DJQVW,GQY1XT001CSEP3,GQY1XT001APME7,GQY1XT001DHIB3,GQY1XT001B6MA4,GQY1XT001A0Q2H,GQY1XT001B6DI2,GQY1XT001A26NJ,GQY1XT001DTUXX,GQY1XT001C8EJA,GQY1XT001C20MD,GQY1XT001AEQP0,GQY1XT001A5KBK,GQY1XT001CHUUI,GQY1XT001BWS7F,GQY1XT001CKXP3,GQY1XT001DB5IV,GQY1XT001DOMCF,GQY1XT001EOYCR,GQY1XT001E1QT1,GQY1XT001D9W2N,GQY1XT001B6A0A,GQY1XT001AN4M6,GQY1XT001DPE0P,GQY1XT001DEFFF,GQY1XT001CR3KF,GQY1XT001BQ8WV,GQY1XT001BCUHO,GQY1XT001BW1B3,GQY1XT001DY5CT,GQY1XT001E3VG8,GQY1XT001BODHL,GQY1XT001EBIY6,GQY1XT001BR3S7,GQY1XT001AZAL6,GQY1XT001B32U5,GQY1XT001BNTW9,GQY1XT001DIG25,GQY1XT001DCAAD,GQY1XT001AZYNJ,GQY1XT001DBD2X,GQY1XT001CSRY8,GQY1XT001BPCK6,GQY1XT001BRROZ,GQY1XT001C4SP0,GQY1XT001ANDNI,GQY1XT001CFIWO,GQY1XT001AFZBZ,GQY1XT001CXM7H,GQY1XT001DPL8M,GQY1XT001CMS20,GQY1XT001BD51F,GQY1XT001EGP0V,GQY1XT001CL7HQ,GQY1XT001AZTFD,GQY1XT001AONFT,GQY1XT001BJRED,GQY1XT001D7GRX,GQY1XT001E0HP2,GQY1XT001EZOQ2,GQY1XT001BC8JV,GQY1XT001B1G87,GQY1XT001C5GFQ,GQY1XT001CHN7O,GQY1XT001BS9RM,GQY1XT001EG9RF,GQY1XT001EQVQ3,GQY1XT001A3NXO,GQY1XT001DQP4Z,GQY1XT001BJZ8G,GQY1XT001BZYBI,GQY1XT001BP2XQ,GQY1XT001C8B19,GQY1XT001A01SF,GQY1XT001CMZEK,GQY1XT001B7IWV,GQY1XT001BCKDQ,GQY1XT001CUMUU,GQY1XT001DO3OW,GQY1XT001BCVM6,GQY1XT001EYOFU,GQY1XT001DCYTW,GQY1XT001CD15L,GQY1XT001C1BEN,GQY1XT001EZGBT,GQY1XT001BWZ4X,GQY1XT001EU132,GQY1XT001DFTKX,GQY1XT001CWBIM,GQY1XT001CQSZ1,GQY1XT001CEC1O,GQY1XT001ESNX0,GQY1XT001CN9UO,GQY1XT001D06NY,GQY1XT001B68QM,GQY1XT001DTMLX,GQY1XT001B2OEZ,GQY1XT001CSDHX,GQY1XT001AHDHR,GQY1XT001CLO9L,GQY1XT001DDERI,GQY1XT001CJIHC,GQY1XT001AQK4R,GQY1XT001DY7KH,GQY1XT001DSOGK,GQY1XT001BOKKN,GQY1XT001B4Y6V,GQY1XT001BCFIL,GQY1XT001B755G,GQY1XT001A74HG,GQY1XT001CEQF2,GQY1XT001A70BT,GQY1XT001ALKTK,GQY1XT001D5PB1,GQY1XT001C9LXJ,GQY1XT001DEVFG,GQY1XT001EEJ7T,GQY1XT001CMARI,GQY1XT001AGBD8,GQY1XT001EKTP9,GQY1XT001B94DY,GQY1XT001DZGLD,GQY1XT001DU193,GQY1XT001EFJRV,GQY1XT001BY4V7,GQY1XT001AMBIQ,GQY1XT001DRQGW,GQY1XT001EWGHC,GQY1XT001A6Y3H,GQY1XT001DPMUD,GQY1XT001B6CID,GQY1XT001AGNT7,GQY1XT001EAVG2,GQY1XT001DOLRG,GQY1XT001A2TIT,GQY1XT001EA6YX,GQY1XT001EPQXK,GQY1XT001BVLC9,GQY1XT001D1JW3,GQY1XT001EOIB2,GQY1XT001CMF3I,GQY1XT001C5AVZ,GQY1XT001A6I7R,GQY1XT001CI3O6,GQY1XT001CGRK1,GQY1XT001AXQTQ,GQY1XT001C58Y8,GQY1XT001ERDB7,GQY1XT001BVA6V,GQY1XT001DKAGJ,GQY1XT001E3Y2R,GQY1XT001EUUVP,GQY1XT001C9FSX,GQY1XT001EG8GX,GQY1XT001CUN8P,GQY1XT001EWU8D,GQY1XT001EHCE1,GQY1XT001A18KE,GQY1XT001BAJEW,GQY1XT001BWD1A,GQY1XT001DU6N0,GQY1XT001CPH1N,GQY1XT001DV30I,GQY1XT001A7QCE,GQY1XT001D6Y3R,GQY1XT001DQ5VJ,GQY1XT001DTZQT,GQY1XT001EHFIJ,GQY1XT001EB5TK,GQY1XT001CPV2Q,GQY1XT001BTPVC,GQY1XT001BLNIO,GQY1XT001B8YFY,GQY1XT001B8FF0,GQY1XT001B1BWW,GQY1XT001DOZ25,GQY1XT001EOWB7,GQY1XT001ARE1T,GQY1XT001AXBSN,GQY1XT001CQDHL,GQY1XT001DGUX8,GQY1XT001B1MPB,GQY1XT001C2Y8F,GQY1XT001EDJOS,GQY1XT001C7A5Z,GQY1XT001D1X1D,GQY1XT001BSSEF,GQY1XT001EF2XK,GQY1XT001BHJJK,GQY1XT001B5W9Q,GQY1XT001A1X0D,GQY1XT001D3EIK,GQY1XT001DZGIB,GQY1XT001EZXZN,GQY1XT001CT555,GQY1XT001CVOY1,GQY1XT001DP3OA,GQY1XT001CEJNP,GQY1XT001CE7W8,GQY1XT001AZCVQ,GQY1XT001D6TJN,GQY1XT001BVUY5,GQY1XT001B9URN,GQY1XT001AFZ8S,GQY1XT001EOX7I,GQY1XT001CYTRK,GQY1XT001CNPCH,GQY1XT001CJAFV,GQY1XT001AKO67,GQY1XT001API30,GQY1XT001BL8HR,GQY1XT001A3A1L,GQY1XT001AHU3I,GQY1XT001DX2VF,GQY1XT001BDQYS,GQY1XT001AUIQX,GQY1XT001AT9YB,GQY1XT001BVT37,GQY1XT001DD8XD,GQY1XT001DG2DZ,GQY1XT001BMFCR,GQY1XT001BEHES,GQY1XT001C70KN,GQY1XT001ANUJH,GQY1XT001A5WEG,GQY1XT001A9J74,GQY1XT001CAPBZ,GQY1XT001ARZHA,GQY1XT001DNO5Q,GQY1XT001EJB78,GQY1XT001EVQIR,GQY1XT001CXI6U,GQY1XT001D20H0,GQY1XT001DM7JX,GQY1XT001DZ3QV,GQY1XT001AFCJ7,GQY1XT001BIM42,GQY1XT001ASB6P,GQY1XT001A1OPX,GQY1XT001EZSD2,GQY1XT001E0Y40,GQY1XT001DO3CW,GQY1XT001E0AUA,GQY1XT001B98ED,GQY1XT001BJTSA,GQY1XT001ANDQS,GQY1XT001DJC2A,GQY1XT001ANXMY,GQY1XT001E1021,GQY1XT001BHRW0,GQY1XT001DUWOC,GQY1XT001A4JBI,GQY1XT001BY8PQ,GQY1XT001CLZ02,GQY1XT001BTSVR,GQY1XT001ERPN1,GQY1XT001CCREB,GQY1XT001BW3NQ,GQY1XT001A748T,GQY1XT001CGG3X,GQY1XT001CIEEG,GQY1XT001EK1ZP,GQY1XT001CY5B4,GQY1XT001DDDVK,GQY1XT001CXOUY,GQY1XT001CCFBQ,GQY1XT001EIAGF,GQY1XT001EJ2IW,GQY1XT001A2NK0,GQY1XT001B9WEU,GQY1XT001C502U,GQY1XT001A30QS,GQY1XT001A9X5Q,GQY1XT001APPSD,GQY1XT001D1F2S,GQY1XT001DQ9SX,GQY1XT001EHHH1,GQY1XT001BVF0J,GQY1XT001BUBI9,GQY1XT001E4UDS,GQY1XT001CDTR9,GQY1XT001BLQGD,GQY1XT001AKQ4S,GQY1XT001EWJV8,GQY1XT001EPZ2G,GQY1XT001DRBTR,GQY1XT001BLGEG,GQY1XT001C1ZXV,GQY1XT001DYBS8,GQY1XT001A4O1L,GQY1XT001BC392,GQY1XT001D9LON,GQY1XT001B2S4N,GQY1XT001EF85U,GQY1XT001EE709,GQY1XT001DGDO7,GQY1XT001CBIX7,GQY1XT001BSHB0,GQY1XT001B52NK,GQY1XT001AN4GG,GQY1XT001EUTY6,GQY1XT001BT0C4,GQY1XT001DQA5U,GQY1XT001CWYR7,GQY1XT001BS4KC,GQY1XT001AJ4CR,GQY1XT001BE6NP,GQY1XT001D0U3H,GQY1XT001CF27Y,GQY1XT001C8J0X,GQY1XT001A2ZLJ,GQY1XT001C7MKF,GQY1XT001ENWN6,GQY1XT001EJU77,GQY1XT001BXFF1,GQY1XT001BRKFO,GQY1XT001CLV83,GQY1XT001BNP4P,GQY1XT001DO4PP,GQY1XT001AX1ID,GQY1XT001CBFUR,GQY1XT001AE727,GQY1XT001EHOCD,GQY1XT001EV2TQ,GQY1XT001D5BRW,GQY1XT001BQJ8M,GQY1XT001B66X9,GQY1XT001AIBKH,GQY1XT001A8VR5,GQY1XT001BELV4,GQY1XT001AOIIH,GQY1XT001AH3WZ,GQY1XT001COFUY,GQY1XT001C21HD,GQY1XT001CMISF,GQY1XT001B0BLN,GQY1XT001CUIG0,GQY1XT001CAQUB,GQY1XT001AWRRP,GQY1XT001CGW53,GQY1XT001CFL0K,GQY1XT001CDBQQ,GQY1XT001A9X8A,GQY1XT001E0DSC,GQY1XT001BBENW,GQY1XT001C0FIG,GQY1XT001BX71X,GQY1XT001DC661,GQY1XT001CCX4U,GQY1XT001DE6W4,GQY1XT001AY288,GQY1XT001EKT8E,GQY1XT001CE7B1,GQY1XT001CZ67B,GQY1XT001ART1Q,GQY1XT001DRAQZ,GQY1XT001BPVHB,GQY1XT001BCWOH,GQY1XT001EUL7D,GQY1XT001D2DGF,GQY1XT001EAB3O,GQY1XT001C2UDU,GQY1XT001CPC2S,GQY1XT001DBXSI,GQY1XT001CIYIJ,GQY1XT001A3YNY,GQY1XT001DS4JW,GQY1XT001AROMD,GQY1XT001AM49X,GQY1XT001A4PBX,GQY1XT001DEJN0,GQY1XT001B47TQ,GQY1XT001DOGHZ,GQY1XT001C8HBD,GQY1XT001A3ZRF,GQY1XT001C2KQP,GQY1XT001CE6N4,GQY1XT001BJ3WQ,GQY1XT001DXZ0N,GQY1XT001D931J,GQY1XT001CU4TY,GQY1XT001BLJWU,GQY1XT001CE5G0,GQY1XT001BBP1O,GQY1XT001A7T5A,GQY1XT001AWRPO,GQY1XT001AXYH5,GQY1XT001BLBX8,GQY1XT001AYY5U,GQY1XT001B0UNG,GQY1XT001CVTBI,GQY1XT001AG9J3,GQY1XT001DESHP,GQY1XT001BVTKT,GQY1XT001CH05D,GQY1XT001CTR0G,GQY1XT001A6JRV,GQY1XT001EE1X0,GQY1XT001CNL62,GQY1XT001A7IYA,GQY1XT001CU3YF,GQY1XT001CHDBY,GQY1XT001CO689,GQY1XT001BGCZK,GQY1XT001CLWGR,GQY1XT001BWHL5,GQY1XT001DNV8P,GQY1XT001ERMU9,GQY1XT001EQZKU,GQY1XT001CIP10,GQY1XT001A1F3X,GQY1XT001BABUR,GQY1XT001B2CVG,GQY1XT001C7AWL,GQY1XT001ALOH6,GQY1XT001EG5IX,GQY1XT001BNRY9,GQY1XT001ANE9V,GQY1XT001DJAOC,GQY1XT001C0UM5,GQY1XT001E4Q66,GQY1XT001DGGFY,GQY1XT001CFD5K,GQY1XT001DS24Q,GQY1XT001AUDT7,GQY1XT001C8RVD,GQY1XT001EGOKR,GQY1XT001BDP63,GQY1XT001C23B1,GQY1XT001BE1QR,GQY1XT001DLP71,GQY1XT001DMT1M,GQY1XT001DBGYE,GQY1XT001BEBNU,GQY1XT001BXV2Y,GQY1XT001EKPD0,GQY1XT001EUXU5,GQY1XT001DPHOH,GQY1XT001CXX0V,GQY1XT001C2U1B,GQY1XT001AZO9D,GQY1XT001BRJGU,GQY1XT001BO6BF,GQY1XT001CIE2G,GQY1XT001BDQST,GQY1XT001BVT73,GQY1XT001AP4R9,GQY1XT001A3TD5,GQY1XT001EW8ZM,GQY1XT001EFEWE,GQY1XT001D3OML,GQY1XT001BRP9Q,GQY1XT001EWPDF,GQY1XT001DKYUN,GQY1XT001BE9EK,GQY1XT001C3IQS,GQY1XT001CXGOD,GQY1XT001EWT2X,GQY1XT001BMXYS,GQY1XT001DPI8S,GQY1XT001DPMQU,GQY1XT001CHU87,GQY1XT001EFEF8,GQY1XT001DP8RH,GQY1XT001A59IA,GQY1XT001BEX95,GQY1XT001BSOM9,GQY1XT001BVDE4,GQY1XT001BAV3S,GQY1XT001A05KA,GQY1XT001BEIF2,GQY1XT001AE9QN,GQY1XT001C65IB,GQY1XT001CFKY0,GQY1XT001CBPQV,GQY1XT001D8XN5,GQY1XT001BTAS5,GQY1XT001BB6I1,GQY1XT001CLBCK,GQY1XT001C6CUA,GQY1XT001D3NXR,GQY1XT001D8GW3,GQY1XT001C22HR,GQY1XT001BIJMH,GQY1XT001DRFBV,GQY1XT001CWIUP,GQY1XT001BW1O9,GQY1XT001CKKW9,GQY1XT001EOR78,GQY1XT001B8WLF,GQY1XT001BJN3X,GQY1XT001DEKHD,GQY1XT001AMIQS,GQY1XT001B2PI3,GQY1XT001E1MA5,GQY1XT001DTX2U,GQY1XT001B7MW3,GQY1XT001AQ2LK,GQY1XT001E0IUT,GQY1XT001ETCWL,GQY1XT001E52BR,GQY1XT001DOH9B,GQY1XT001D6P6P,GQY1XT001BK2DC,GQY1XT001BWQHJ,GQY1XT001EIC2H,GQY1XT001CEICG,GQY1XT001D5LWV,GQY1XT001C5IBX,GQY1XT001CVJCT,GQY1XT001DDVFQ,GQY1XT001C8E05,GQY1XT001DHBYA,GQY1XT001CM8EC,GQY1XT001ESZYJ,GQY1XT001CWO47,GQY1XT001BSXWW,GQY1XT001BK2B2,GQY1XT001DK2MJ,GQY1XT001BDMEX,GQY1XT001CH3VD,GQY1XT001CS897,GQY1XT001CN9VN,GQY1XT001DHSU8,GQY1XT001A914C,GQY1XT001ESSVU,GQY1XT001DWVA7,GQY1XT001DHLOC,GQY1XT001B5FLB,GQY1XT001DCVSZ,GQY1XT001BM8NU,GQY1XT001E1W5V,GQY1XT001CJBNA,GQY1XT001C0DTR,GQY1XT001DEG72,GQY1XT001EUZ2W,GQY1XT001AO138,GQY1XT001BQWB2,GQY1XT001D55GW,GQY1XT001C8IT2,GQY1XT001C2Z57,GQY1XT001BQQ76,GQY1XT001CB5R9,GQY1XT001B355D,GQY1XT001A5DFC,GQY1XT001EQJJV,GQY1XT001ESAJ5,GQY1XT001D8IBY,GQY1XT001D2GYH,GQY1XT001D1OW2,GQY1XT001CCVWX,GQY1XT001DS3A8,GQY1XT001D511H,GQY1XT001CPECT,GQY1XT001DENY3,GQY1XT001CRAYK,GQY1XT001CEQW4,GQY1XT001EEN3P,GQY1XT001BCXG7,GQY1XT001BGT6K,GQY1XT001A17S1,GQY1XT001BBOMR,GQY1XT001A84GH,GQY1XT001BFZHC,GQY1XT001CQ7FD,GQY1XT001CUABM,GQY1XT001AYHHM,GQY1XT001DAZW0,GQY1XT001DU5L0,GQY1XT001EWMIF,GQY1XT001B5J6O,GQY1XT001BNYTV,GQY1XT001B0XVA,GQY1XT001ANAZ8,GQY1XT001DFF4A,GQY1XT001D4FKD,GQY1XT001DZVOI,GQY1XT001DZA9L,GQY1XT001EIRHW,GQY1XT001B2569,GQY1XT001EQV5Z,GQY1XT001E0WGI,GQY1XT001C2N4P,GQY1XT001E20PM,GQY1XT001C0YLR,GQY1XT001B975R,GQY1XT001DQD9D,GQY1XT001C8VKN,GQY1XT001B85DG,GQY1XT001CZJ56,GQY1XT001ANZZP,GQY1XT001DP939,GQY1XT001CUIU4,GQY1XT001DBZ7Z,GQY1XT001B7JQ2,GQY1XT001B7RF6,GQY1XT001CQXNJ,GQY1XT001DDJXW,GQY1XT001EJC1L,GQY1XT001AXNF5,GQY1XT001DI9SQ,GQY1XT001C4JJE,GQY1XT001BPJHD,GQY1XT001CHD97,GQY1XT001DOVZO,GQY1XT001D0LNI,GQY1XT001CPOTD,GQY1XT001D1RPE,GQY1XT001AP9QU,GQY1XT001EGWDM,GQY1XT001DEGLL,GQY1XT001D0IYV,GQY1XT001DUEQV,GQY1XT001D3WH1,GQY1XT001EX5O3,GQY1XT001EV0XM,GQY1XT001ET56A,GQY1XT001ERXM0,GQY1XT001ERJX0,GQY1XT001ELQCO,GQY1XT001ELANV,GQY1XT001EH171,GQY1XT001EGQH0,GQY1XT001DI32Q,GQY1XT001DC5SR,GQY1XT001D94UU,GQY1XT001D137Z,GQY1XT001CQ642,GQY1XT001CMLV8,GQY1XT001CDQJF,GQY1XT001CB19B,GQY1XT001C1U59,GQY1XT001BMCN2,GQY1XT001B195N,GQY1XT001AK5DF,GQY1XT001AJOJQ,GQY1XT001A476L,GQY1XT001C82OJ,GQY1XT001DJR4K,GQY1XT001C5C5Y,GQY1XT001AXL9E,GQY1XT001DB0R4,GQY1XT001CSU8V,GQY1XT001DV4I4,GQY1XT001A9RKM,GQY1XT001AMWB6,GQY1XT001A3T9J,GQY1XT001EKA8T,GQY1XT001AY48D,GQY1XT001B1LMU,GQY1XT001AK3RY,GQY1XT001C51JS,GQY1XT001DN1K4,GQY1XT001BHI9J,GQY1XT001EE7VO,GQY1XT001BZ4AZ,GQY1XT001BVJ0P,GQY1XT001BHWSG,GQY1XT001ARI7C,GQY1XT001BX2UB,GQY1XT001B8O4A,GQY1XT001C5O29,GQY1XT001DV3EV,GQY1XT001AWU2G,GQY1XT001BGXRN,GQY1XT001B3BIH,GQY1XT001EAN14,GQY1XT001DR0OB,GQY1XT001EBXPZ,GQY1XT001E230H,GQY1XT001A3L7V,GQY1XT001EQA1P,GQY1XT001ESJZR,GQY1XT001AI02D,GQY1XT001CQN25,GQY1XT001CNV1F,GQY1XT001BH9SX,GQY1XT001DJ1MK,GQY1XT001A0TKT,GQY1XT001ESHNA,GQY1XT001AO19O,GQY1XT001ANWQO,GQY1XT001AGJ91,GQY1XT001D0GZ7,GQY1XT001AWCD8,GQY1XT001DD5H7,GQY1XT001D4YXL,GQY1XT001AP1C0,GQY1XT001AR2S4,GQY1XT001AF6HP,GQY1XT001CJ6AT,GQY1XT001AJSWI,GQY1XT001DNB4G,GQY1XT001C5UMN,GQY1XT001DE5D3,GQY1XT001BCOVV,GQY1XT001EOL0V,GQY1XT001DN602,GQY1XT001ATQIM,GQY1XT001DDOLS,GQY1XT001BPJ89,GQY1XT001BZFJD,GQY1XT001BHVHE,GQY1XT001AQRUE,GQY1XT001C46F1,GQY1XT001D797N,GQY1XT001CNYYV,GQY1XT001D287I,GQY1XT001A446O,GQY1XT001CMZHO,GQY1XT001D6S7R,GQY1XT001B3NLG,GQY1XT001EDNQQ,GQY1XT001EKCD2,GQY1XT001AVFKN,GQY1XT001CNV7X,GQY1XT001EQDP4,GQY1XT001D651X,GQY1XT001BO3UE,GQY1XT001CTIUP,GQY1XT001DVH05,GQY1XT001EAQ75,GQY1XT001EZ74J,GQY1XT001D2QYG,GQY1XT001AOJNO,GQY1XT001CPDQ5,GQY1XT001BG3CS,GQY1XT001AMYKR,GQY1XT001AH4DZ,GQY1XT001CE35S,GQY1XT001EGEY9,GQY1XT001DCKZW,GQY1XT001A8QFR,GQY1XT001BOJGY,GQY1XT001CDJAQ,GQY1XT001DJISS,GQY1XT001B7ARD,GQY1XT001A0KJ3,GQY1XT001CGUBX,GQY1XT001D2TY0,GQY1XT001EMGY2,GQY1XT001AVIG5,GQY1XT001CUQ93,GQY1XT001BD27O,GQY1XT001BX5EY,GQY1XT001BEYX4,GQY1XT001BNUKZ,GQY1XT001BQGUP,GQY1XT001ELMQ9,GQY1XT001A8B00,GQY1XT001DOJS4,GQY1XT001CCBVY,GQY1XT001B9I2O,GQY1XT001CMTJ2,GQY1XT001CV6YQ,GQY1XT001C5GIE,GQY1XT001ATJ0Y,GQY1XT001CERE6,GQY1XT001BY77V,GQY1XT001EBWAQ,GQY1XT001CGTTZ,GQY1XT001BSBK0,GQY1XT001ALH8Z,GQY1XT001DJEZY,GQY1XT001EE3UA,GQY1XT001DA0QE,GQY1XT001DZ372,GQY1XT001DPZ7J,GQY1XT001EI2G6,GQY1XT001AJSD7,GQY1XT001DN4FQ,GQY1XT001AK5JA,GQY1XT001AYIHV,GQY1XT001D98LF,GQY1XT001AMSDC,GQY1XT001DYMHH,GQY1XT001EE50H,GQY1XT001CFKBT,GQY1XT001BHRD3,GQY1XT001C93MO,GQY1XT001A7C94,GQY1XT001AIXJ2,GQY1XT001B0DOG,GQY1XT001C9PYI,GQY1XT001CRPLK,GQY1XT001ED46L,GQY1XT001BGF3D,GQY1XT001CB3W0,GQY1XT001BWGV9,GQY1XT001CJK73,GQY1XT001DRGEM,GQY1XT001DLDPY,GQY1XT001D8F88,GQY1XT001D4XYK,GQY1XT001CZB19,GQY1XT001AHWCR,GQY1XT001BLLTU,GQY1XT001CMHZ9,GQY1XT001BQQV2,GQY1XT001AEW55,GQY1XT001BDM2I,GQY1XT001D29WZ,GQY1XT001D9VZM,GQY1XT001EIW7H,GQY1XT001CIZH5,GQY1XT001BCEIS,GQY1XT001DTY2Q,GQY1XT001ANDEB,GQY1XT001AK0IE,GQY1XT001EM58Q,GQY1XT001BSD5U,GQY1XT001C68Z6,GQY1XT001D4Y4R,GQY1XT001EOSL0,GQY1XT001CNGIR,GQY1XT001CDOE5,GQY1XT001CZTRU,GQY1XT001BELYW,GQY1XT001COPKI,GQY1XT001EI9B8,GQY1XT001BF7W8,GQY1XT001CZ054,GQY1XT001EI1ZP,GQY1XT001BRPJG,GQY1XT001CON6V,GQY1XT001EUN6C,GQY1XT001DD524,GQY1XT001DTFX4,GQY1XT001EDFPH,GQY1XT001EIE0Q,GQY1XT001EQRRX,GQY1XT001CQG5K,GQY1XT001DN6DX,GQY1XT001ECHJP,GQY1XT001ENE6H,GQY1XT001EHF3P,GQY1XT001ER4MR,GQY1XT001A57PL,GQY1XT001ATHF9,GQY1XT001C1GWC,GQY1XT001DKVA4,GQY1XT001DIXUB,GQY1XT001AGUFE,GQY1XT001B0WO2,GQY1XT001DWK4Q,GQY1XT001DE3L2,GQY1XT001E0O4Z,GQY1XT001BZ2L3,GQY1XT001AIX49,GQY1XT001DDTUD,GQY1XT001CLMAT,GQY1XT001AFN9H,GQY1XT001E3MBK,GQY1XT001B7M62,GQY1XT001AYA4J,GQY1XT001DGZWZ,GQY1XT001BZK5V,GQY1XT001EGX9E,GQY1XT001ATCGT,GQY1XT001C9T7M,GQY1XT001A9FRU,GQY1XT001COX6Q,GQY1XT001ENHRB,GQY1XT001CGMQA,GQY1XT001B69ZJ,GQY1XT001B7I7J,GQY1XT001BX1AB,GQY1XT001DT00C,GQY1XT001CD9DO,GQY1XT001D4PL6,GQY1XT001DYLZJ,GQY1XT001C1ZUQ,GQY1XT001AW869,GQY1XT001B1Z71,GQY1XT001CMIWW,GQY1XT001DBGTJ,GQY1XT001DCK5O,GQY1XT001BUXKU,GQY1XT001CKBZ6,GQY1XT001EY6BO,GQY1XT001BV4BZ,GQY1XT001CVLDC,GQY1XT001DH5SB,GQY1XT001BV7A6,GQY1XT001BKDHY,GQY1XT001C3A8H,GQY1XT001CUWNA,GQY1XT001BZSU1,GQY1XT001E1IDK,GQY1XT001EKP1F,GQY1XT001CQE00,GQY1XT001DHCXX,GQY1XT001AXZWQ,GQY1XT001DWRWD,GQY1XT001EUSWF,GQY1XT001DAGA2,GQY1XT001CBYVM,GQY1XT001CMY7C,GQY1XT001CZUSZ,GQY1XT001ATOVP,GQY1XT001DF6OW,GQY1XT001BI3QP,GQY1XT001DL0RA,GQY1XT001CT0NE,GQY1XT001BJRXZ,GQY1XT001BSIE9,GQY1XT001BOGB9,GQY1XT001AM7O2,GQY1XT001E0NZZ,GQY1XT001EL2V1,GQY1XT001ATPS5,GQY1XT001ANAQZ,GQY1XT001BJR12,GQY1XT001AYL67,GQY1XT001D0HZ4,GQY1XT001DU5UD,GQY1XT001BT9RJ,GQY1XT001AK6QM,GQY1XT001BKCCK,GQY1XT001CQRJ3,GQY1XT001DLRJ1,GQY1XT001D6WHP,GQY1XT001CWAH4,GQY1XT001BMUJ0,GQY1XT001CE5A6,GQY1XT001BPYGF,GQY1XT001D6ATT,GQY1XT001DQ0VW,GQY1XT001EVDN8,GQY1XT001AOW22,GQY1XT001ASNYZ,GQY1XT001A8VHF,GQY1XT001E4XIW,GQY1XT001EB8BC,GQY1XT001DIIYQ,GQY1XT001CU55M,GQY1XT001BFB08,GQY1XT001CDZTH,GQY1XT001BX9S2,GQY1XT001EN5YF,GQY1XT001CDQER,GQY1XT001BSSGS,GQY1XT001EJ26C,GQY1XT001B9LAR,GQY1XT001D5479,GQY1XT001A0DRQ,GQY1XT001CTBKL,GQY1XT001AUBV4,GQY1XT001BL6DP,GQY1XT001CPBMA,GQY1XT001A77W5,GQY1XT001DE78B,GQY1XT001AMXAA,GQY1XT001BZYEW,GQY1XT001DLK49,GQY1XT001DP02Q,GQY1XT001DXE5Z,GQY1XT001AG0RW,GQY1XT001DWL4D,GQY1XT001AME74,GQY1XT001ETKKW,GQY1XT001DVJU4,GQY1XT001D15PE,GQY1XT001BOJB6,GQY1XT001CHKTK,GQY1XT001BYNVS,GQY1XT001B61J5,GQY1XT001CCXD4,GQY1XT001EMUV6,GQY1XT001AHTIE,GQY1XT001AXE45,GQY1XT001DKOFI,GQY1XT001C3887,GQY1XT001B9UJH,GQY1XT001CT7PZ,GQY1XT001DDUY6,GQY1XT001D2F4P,GQY1XT001DYNVV,GQY1XT001DJG3G,GQY1XT001EKSX7,GQY1XT001AQG3V,GQY1XT001AWB0Y,GQY1XT001C34DM,GQY1XT001AQ4WN,GQY1XT001ETHRM,GQY1XT001DS0GJ,GQY1XT001D42VH,GQY1XT001BE860,GQY1XT001CQJQ4,GQY1XT001BLMPK,GQY1XT001ALMA7,GQY1XT001BULVX,GQY1XT001APNH4,GQY1XT001A21SN,GQY1XT001BTLIQ,GQY1XT001AGD7J,GQY1XT001C0KKW,GQY1XT001CCQIC,GQY1XT001BIMSU,GQY1XT001D0KIQ,GQY1XT001AUPK6,GQY1XT001CSXYT,GQY1XT001A36FJ,GQY1XT001ASBXY,GQY1XT001CTKLJ,GQY1XT001AZV6U,GQY1XT001CFNFF,GQY1XT001AYFUK,GQY1XT001D6IYP,GQY1XT001C2DSW,GQY1XT001AJTPE,GQY1XT001EC4DP,GQY1XT001B8BOX,GQY1XT001AY0L9,GQY1XT001A34Y2,GQY1XT001AD8S7,GQY1XT001BL413,GQY1XT001DYH1T,GQY1XT001CY5NE,GQY1XT001B1JG5,GQY1XT001EY2KY,GQY1XT001EIYJ9,GQY1XT001C1IUU,GQY1XT001BX625,GQY1XT001AKI0B,GQY1XT001BA7E8,GQY1XT001B91F1,GQY1XT001DCHJE,GQY1XT001DPK53,GQY1XT001EAZX0,GQY1XT001E2Y85,GQY1XT001D5OXE,GQY1XT001DXFCE,GQY1XT001DXV17,GQY1XT001C0PZJ,GQY1XT001DFV2Z,GQY1XT001CG8YI,GQY1XT001C1CQ1,GQY1XT001EHKUD,GQY1XT001AX28W,GQY1XT001CS1F8,GQY1XT001C0X7N,GQY1XT001DIU85,GQY1XT001CDUPY,GQY1XT001BDVY7,GQY1XT001AD4H2,GQY1XT001DSWTE,GQY1XT001BY59Z,GQY1XT001C2A3H,GQY1XT001BE82W,GQY1XT001AONA4,GQY1XT001BR4MG,GQY1XT001BFMRW,GQY1XT001CTZ90,GQY1XT001EKHCD,GQY1XT001CJGAX,GQY1XT001CJFIM,GQY1XT001CCBZE,GQY1XT001DAJR6,GQY1XT001A7VFP,GQY1XT001BZZ9M,GQY1XT001A4YC7,GQY1XT001D5G2F,GQY1XT001BEWJK,GQY1XT001DNNKT,GQY1XT001DYU5Q,GQY1XT001CO2S2,GQY1XT001APF4G,GQY1XT001BP6J1,GQY1XT001ANNDW,GQY1XT001EMF20,GQY1XT001C2F63,GQY1XT001DY9X6,GQY1XT001C9UHY,GQY1XT001EOUT5,GQY1XT001COIU5,GQY1XT001D9VG4,GQY1XT001AMBC2,GQY1XT001B2NCN,GQY1XT001C0WZ1,GQY1XT001BRLZV,GQY1XT001CMQBM,GQY1XT001CD1FB,GQY1XT001EK6CT,GQY1XT001DPDOE,GQY1XT001C4D0I,GQY1XT001CXBGH,GQY1XT001BVD44,GQY1XT001D2ZP9,GQY1XT001DBAT0,GQY1XT001CFFXS,GQY1XT001CP6RD,GQY1XT001DCY02,GQY1XT001EWO7D,GQY1XT001EO2VK,GQY1XT001DJ8XS,GQY1XT001EWY5K,GQY1XT001DCCI6,GQY1XT001CZ2IL,GQY1XT001EB9FT,GQY1XT001BY9DP,GQY1XT001BSRU5,GQY1XT001EX1QM,GQY1XT001ETZ4S,GQY1XT001ED80G,GQY1XT001C4SKJ,GQY1XT001A36YS,GQY1XT001D38KG,GQY1XT001D0LYP,GQY1XT001D2LCX,GQY1XT001BLLDK,GQY1XT001AXZ1Z,GQY1XT001BXCNG,GQY1XT001DKU46,GQY1XT001EPBTW,GQY1XT001B7NBX,GQY1XT001CPL0X,GQY1XT001ATN1G,GQY1XT001ESTU4,GQY1XT001AVI9A,GQY1XT001BN68M,GQY1XT001CH3J2,GQY1XT001EG2LI,GQY1XT001CGJ4W,GQY1XT001A6JSG,GQY1XT001CUONH,GQY1XT001AY8BY,GQY1XT001AUOJH,GQY1XT001BCIZ4,GQY1XT001DGM8Q,GQY1XT001EPNKV,GQY1XT001C1RLJ,GQY1XT001CAJTE,GQY1XT001BB5KS,GQY1XT001BIIDI,GQY1XT001D8APC,GQY1XT001ALEH5,GQY1XT001EBWAN,GQY1XT001BOVFT,GQY1XT001A66VH,GQY1XT001DV4AF,GQY1XT001DPUNI,GQY1XT001EJ6PA,GQY1XT001C3RKO,GQY1XT001CPANR,GQY1XT001DNK7S,GQY1XT001CYQAW,GQY1XT001DJ5QF,GQY1XT001BQWGP,GQY1XT001DKPCX,GQY1XT001B23FR,GQY1XT001C9J3M,GQY1XT001COWUC,GQY1XT001BV949,GQY1XT001AR2S8,GQY1XT001CSTYZ,GQY1XT001B92UI,GQY1XT001ATL5Q,GQY1XT001CN9AA,GQY1XT001ANB9A,GQY1XT001AOYUX,GQY1XT001DT5IM,GQY1XT001B9SHW,GQY1XT001ALXFO,GQY1XT001AU3TB,GQY1XT001DMQNT,GQY1XT001DSUIT,GQY1XT001EFU2V,GQY1XT001CAH2Q,GQY1XT001DP9UT,GQY1XT001CU4TU,GQY1XT001DQG3S,GQY1XT001AOA1Z,GQY1XT001BDCCR,GQY1XT001EDPZ8,GQY1XT001CP6NC,GQY1XT001B2I7Q,GQY1XT001EF9R5,GQY1XT001E4QOX,GQY1XT001EDHBS,GQY1XT001BN4Q3,GQY1XT001A83CI,GQY1XT001EUYQL,GQY1XT001DTVQ7,GQY1XT001DB0RX,GQY1XT001D1FO8,GQY1XT001BXUX5,GQY1XT001BZ58T,GQY1XT001B893L,GQY1XT001AJZ31,GQY1XT001CCMA8,GQY1XT001BCKVD,GQY1XT001DW119,GQY1XT001DX6MT,GQY1XT001EMLRV,GQY1XT001C65U4,GQY1XT001AUNXO,GQY1XT001DQYDQ,GQY1XT001B1YM6,GQY1XT001CZ7X4,GQY1XT001CL3SJ,GQY1XT001EWL8N,GQY1XT001EKMYO,GQY1XT001ERBX4,GQY1XT001DULKF,GQY1XT001BXE9A,GQY1XT001EG1Y8,GQY1XT001BV1K4,GQY1XT001AHUXE,GQY1XT001B33TM,GQY1XT001DX4XP,GQY1XT001BPCPH,GQY1XT001CRSN4,GQY1XT001CFK3U,GQY1XT001BVBJB,GQY1XT001EFZLF,GQY1XT001ASYKQ,GQY1XT001CAVKT,GQY1XT001BIXSM,GQY1XT001BF42Z,GQY1XT001AQ583,GQY1XT001CF1ZB,GQY1XT001EDYE4,GQY1XT001DVKQF,GQY1XT001CW1PC,GQY1XT001A00I9,GQY1XT001BGBBI,GQY1XT001DYFIH,GQY1XT001CKBZM,GQY1XT001BJJVE,GQY1XT001CL2RJ,GQY1XT001BRO6U,GQY1XT001D4PK6,GQY1XT001D6JRJ,GQY1XT001CRS72,GQY1XT001BHFP9,GQY1XT001CA4PW,GQY1XT001EP3W0,GQY1XT001EBJFE,GQY1XT001C6VU8,GQY1XT001D0ZN3,GQY1XT001BSNMW,GQY1XT001C1XMO,GQY1XT001EFMNX,GQY1XT001DRDEN,GQY1XT001CBRYW,GQY1XT001C2H26,GQY1XT001AZ2JB,GQY1XT001A2JP4,GQY1XT001EXC7U,GQY1XT001CHDH2,GQY1XT001AWAE8,GQY1XT001DNK7L,GQY1XT001C2SZT,GQY1XT001BSE92,GQY1XT001DRXKW,GQY1XT001DPU7H,GQY1XT001EMSH2,GQY1XT001BKECF,GQY1XT001BYE1X,GQY1XT001CZMVR,GQY1XT001B2BRV,GQY1XT001DO1SU,GQY1XT001C8K8E,GQY1XT001CL60Q,GQY1XT001BZZ2X,GQY1XT001EF5H4,GQY1XT001EOJN5,GQY1XT001EUCFI,GQY1XT001DE4NM,GQY1XT001DC7E3,GQY1XT001D1ITF,GQY1XT001BOBBQ,GQY1XT001BLAN1,GQY1XT001AN9E0,GQY1XT001A5TAO,GQY1XT001A3I28,GQY1XT001B4LSD,GQY1XT001AWJUQ,GQY1XT001ENJTM,GQY1XT001BVXE9,GQY1XT001AVUNG,GQY1XT001B5HUT,GQY1XT001ATTCN,GQY1XT001AJ4I9,GQY1XT001C3C4X,GQY1XT001DYPH2,GQY1XT001CD0DR,GQY1XT001C42KG,GQY1XT001C523E,GQY1XT001AMOYX,GQY1XT001DD1HQ,GQY1XT001DNDUR,GQY1XT001DWXJS,GQY1XT001CJEJ7,GQY1XT001BFA7T,GQY1XT001D1I95,GQY1XT001CCASL,GQY1XT001EZ4QR,GQY1XT001B8ARL,GQY1XT001DNHBA,GQY1XT001APXAJ,GQY1XT001DKMYE,GQY1XT001C05RJ,GQY1XT001CLNG3,GQY1XT001CW8LN,GQY1XT001AWHAE,GQY1XT001AQMOH,GQY1XT001CTH3Z,GQY1XT001DFU9M,GQY1XT001CZ9MZ,GQY1XT001ASURP,GQY1XT001B64B3,GQY1XT001EN1X7,GQY1XT001AUVKQ,GQY1XT001BKQGJ,GQY1XT001B0XI3,GQY1XT001DL6JI,GQY1XT001D1QR1,GQY1XT001BR6Q9,GQY1XT001C3O1T,GQY1XT001BB7EH,GQY1XT001EGC60,GQY1XT001DOT1F,GQY1XT001EXHDF,GQY1XT001B7KGE,GQY1XT001ATVZQ,GQY1XT001AKPQY,GQY1XT001DD6I4,GQY1XT001DPVHJ,GQY1XT001EQJCY,GQY1XT001E4KCP,GQY1XT001CC7LQ,GQY1XT001A6P3M,GQY1XT001C7RLS,GQY1XT001DD9Q5,GQY1XT001BHKQ1,GQY1XT001EVISH,GQY1XT001BCHPU,GQY1XT001BNU6J,GQY1XT001EVWLQ,GQY1XT001AZ4JA,GQY1XT001D15EJ,GQY1XT001CX4LW,GQY1XT001BNLZ4,GQY1XT001BR3AA,GQY1XT001DUF8P,GQY1XT001EO1MK,GQY1XT001CDHCK,GQY1XT001C3P8C,GQY1XT001BHOZD,GQY1XT001DWLV8,GQY1XT001DRJRM,GQY1XT001B1JYB,GQY1XT001DNJRS,GQY1XT001ES4PH,GQY1XT001BHDT8,GQY1XT001AH19B,GQY1XT001ERVJM,GQY1XT001A9U0E,GQY1XT001A8ZH6,GQY1XT001CPU1U,GQY1XT001C00XC,GQY1XT001D6IF0,GQY1XT001CQX8W,GQY1XT001B8NS3,GQY1XT001B2ZQL,GQY1XT001DYYBT,GQY1XT001D5JC5,GQY1XT001C8MM0,GQY1XT001B6386,GQY1XT001BRZKJ,GQY1XT001AZ2EE,GQY1XT001ATCVM,GQY1XT001B8C4I,GQY1XT001C7BXL,GQY1XT001C5GM5,GQY1XT001CGI8Q,GQY1XT001CZOBY,GQY1XT001BT0NH,GQY1XT001EA1D4,GQY1XT001DCJUB,GQY1XT001CCJMI,GQY1XT001EV3QN,GQY1XT001CSYH9,GQY1XT001CFR4Q,GQY1XT001EMXC0,GQY1XT001BSQD2,GQY1XT001C3Q38,GQY1XT001EVHNR,GQY1XT001CQUV5,GQY1XT001DOS8B,GQY1XT001BHWZA,GQY1XT001E0CUA,GQY1XT001DYW7N,GQY1XT001B4OVQ,GQY1XT001AN7TB,GQY1XT001EL10F,GQY1XT001EA7NE,GQY1XT001BI6LJ,GQY1XT001BG1ZV,GQY1XT001ASZNO,GQY1XT001BZ8LM,GQY1XT001AOL2V,GQY1XT001AXE3F,GQY1XT001ARABP,GQY1XT001CCR5P,GQY1XT001DUEPU,GQY1XT001AR62A,GQY1XT001BH1PH,GQY1XT001CROSP,GQY1XT001CF5VC,GQY1XT001CMZAT,GQY1XT001EWTWT,GQY1XT001DFUEO,GQY1XT001CCZ13,GQY1XT001CKNUP,GQY1XT001A2U6Z,GQY1XT001D00TE,GQY1XT001DC413,GQY1XT001C6F1Y,GQY1XT001BVUJU,GQY1XT001ATQ96,GQY1XT001BMXOS,GQY1XT001DIYE8,GQY1XT001BHEVV,GQY1XT001CAA4V,GQY1XT001EDP6E,GQY1XT001EVL7C,GQY1XT001CA4NB,GQY1XT001DSLJ9,GQY1XT001BNOS7,GQY1XT001BMCIR,GQY1XT001D1AAY,GQY1XT001CWF59,GQY1XT001ELKDY,GQY1XT001CO84P,GQY1XT001A7EB6,GQY1XT001B2NLJ,GQY1XT001E5AA9,GQY1XT001BZBNC,GQY1XT001CDJYN,GQY1XT001EGQKU,GQY1XT001ETM4V,GQY1XT001BOKZP,GQY1XT001A49QJ,GQY1XT001EXP6Q,GQY1XT001CWT9Z,GQY1XT001BRT9F,GQY1XT001EVC8M,GQY1XT001D58NZ,GQY1XT001DEAEJ,GQY1XT001DKQEV,GQY1XT001BAZ9D,GQY1XT001CRUBF,GQY1XT001BEBZQ,GQY1XT001AZ8L8,GQY1XT001BN1J2,GQY1XT001BZK6G,GQY1XT001AKVQD,GQY1XT001C0EQ8,GQY1XT001EZCO9,GQY1XT001EDBUT,GQY1XT001EY82D,GQY1XT001D17TD,GQY1XT001BI00S,GQY1XT001E1T58,GQY1XT001B4BI8,GQY1XT001AEJ1Z,GQY1XT001DXREX,GQY1XT001AGFRC,GQY1XT001ET78I,GQY1XT001CSXE4,GQY1XT001DYYBN,GQY1XT001D24V3,GQY1XT001ESRYB,GQY1XT001BM4S7,GQY1XT001CUAGH,GQY1XT001CAY0E,GQY1XT001CFSSG,GQY1XT001ERD49,GQY1XT001ERCT9,GQY1XT001C3S6G,GQY1XT001D5V1X,GQY1XT001DR7KO,GQY1XT001D8C40,GQY1XT001C0XMS,GQY1XT001DPP0C,GQY1XT001ER7BC,GQY1XT001BSJQ1,GQY1XT001AQWVE,GQY1XT001AR0R4,GQY1XT001BFP5B,GQY1XT001CBKJ9,GQY1XT001AZJ87,GQY1XT001B4THB,GQY1XT001EEWQE,GQY1XT001BAPTS,GQY1XT001AO11Q,GQY1XT001D2VCJ,GQY1XT001BKJ94,GQY1XT001B6NDE,GQY1XT001DL1HQ,GQY1XT001DJHYZ,GQY1XT001DNDHO,GQY1XT001CGCQ4,GQY1XT001AS036,GQY1XT001CK24O,GQY1XT001CX7RW,GQY1XT001CQ1VU,GQY1XT001DBIT4,GQY1XT001AMYSU,GQY1XT001BXDC0,GQY1XT001ANH6X,GQY1XT001C0ZVU,GQY1XT001CHCRT,GQY1XT001BYPHX,GQY1XT001DHG31,GQY1XT001AYGF2,GQY1XT001DE1CO,GQY1XT001AQAB5,GQY1XT001DLHXY,GQY1XT001DSY21,GQY1XT001EDX9T,GQY1XT001BTS8D,GQY1XT001CUK26,GQY1XT001C0DUF,GQY1XT001ALSG4,GQY1XT001DMWE3,GQY1XT001DLUZ5,GQY1XT001DT4J4,GQY1XT001CNHZZ,GQY1XT001EJL9K,GQY1XT001D2K6U,GQY1XT001ESNQS,GQY1XT001BLU2E,GQY1XT001BVE7R,GQY1XT001EXG4U,GQY1XT001C3WIY,GQY1XT001DN3XR,GQY1XT001CVQ0D,GQY1XT001EFUSP,GQY1XT001ECGT8,GQY1XT001DKI5H,GQY1XT001CJFVN,GQY1XT001A2YEC,GQY1XT001A03NN,GQY1XT001EUF0C,GQY1XT001ENI84,GQY1XT001ECT9J,GQY1XT001DWVI3,GQY1XT001DNWAF,GQY1XT001DD2H1,GQY1XT001D9FYY,GQY1XT001CRW9S,GQY1XT001CM0B5,GQY1XT001CGM56,GQY1XT001BV5QX,GQY1XT001BQNCN,GQY1XT001BQA6L,GQY1XT001B6793,GQY1XT001B08G6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A146F"; -secondCol = "GQY1XT001A146F,GQY1XT001DDUDK,GQY1XT001BT3IJ,GQY1XT001A301B,GQY1XT001CFIYA,GQY1XT001BDS4G,GQY1XT001AO23N,GQY1XT001BI4QK,GQY1XT001CFWVZ,GQY1XT001DMJMD,GQY1XT001DTTQ4,GQY1XT001BR2YR,GQY1XT001AXBNH,GQY1XT001BLT9H,GQY1XT001DCJNZ,GQY1XT001A0E4F,GQY1XT001BLJSP,GQY1XT001EJUP8,GQY1XT001D9Z8N,GQY1XT001CHRFS,GQY1XT001EADGO,GQY1XT001CQNTO,GQY1XT001BCGYI,GQY1XT001C1HPN,GQY1XT001A106D,GQY1XT001BU0V6,GQY1XT001B9II9,GQY1XT001BS810,GQY1XT001CCDXL,GQY1XT001BJNMS,GQY1XT001DR1NS,GQY1XT001BOQHK,GQY1XT001AUYYS,GQY1XT001ET26U,GQY1XT001DWINP,GQY1XT001EO939,GQY1XT001B31YM,GQY1XT001COL50,GQY1XT001BXOOK,GQY1XT001BNXSI,GQY1XT001DB1RW,GQY1XT001DOWH9,GQY1XT001CXYRO,GQY1XT001C8QXX,GQY1XT001CEN7D,GQY1XT001EBSDB,GQY1XT001CM064,GQY1XT001CF8DN,GQY1XT001B576D,GQY1XT001BPFA1,GQY1XT001BRB4U,GQY1XT001DOZSS,GQY1XT001BE76Q,GQY1XT001CA7GG,GQY1XT001DD1DZ,GQY1XT001AZGJD,GQY1XT001CB8VN,GQY1XT001CHQ6A,GQY1XT001C8JIF,GQY1XT001CS1XV,GQY1XT001A0EZF,GQY1XT001DONSI,GQY1XT001D6DZZ,GQY1XT001C1X8J,GQY1XT001ED0KT,GQY1XT001BZD7P,GQY1XT001ED7CH,GQY1XT001EQX32,GQY1XT001BA98G,GQY1XT001DWP66,GQY1XT001CBHVM,GQY1XT001CNNRX,GQY1XT001E4G8R,GQY1XT001CXSMO,GQY1XT001EW6XO,GQY1XT001EPP1Q,GQY1XT001C5YOM,GQY1XT001BMWWT,GQY1XT001DF05C,GQY1XT001EVTBR,GQY1XT001BULJE,GQY1XT001EYPJ0,GQY1XT001DCZ9B,GQY1XT001CM1CT,GQY1XT001AJV71,GQY1XT001BBU3K,GQY1XT001DWJIG,GQY1XT001CMZOU,GQY1XT001EQPQY,GQY1XT001EJ1QT,GQY1XT001B4FAP,GQY1XT001BOIJY,GQY1XT001BP1VJ,GQY1XT001EXB3L,GQY1XT001CRLZ5,GQY1XT001ESGBK,GQY1XT001CT16I,GQY1XT001BL4JS,GQY1XT001B8IEG,GQY1XT001B60OY,GQY1XT001D6BH6,GQY1XT001ENHUG,GQY1XT001DW6W8,GQY1XT001CS6QJ,GQY1XT001CD9IB,GQY1XT001A1OM8,GQY1XT001BEG6C,GQY1XT001DCDVF,GQY1XT001A1JD4,GQY1XT001EHBMI,GQY1XT001BBKSN,GQY1XT001ANE7I,GQY1XT001ENL1M,GQY1XT001C2WWG,GQY1XT001CZLB2,GQY1XT001BW1UO,GQY1XT001B2WO5,GQY1XT001AJO9K,GQY1XT001CK2HT,GQY1XT001C0GSS,GQY1XT001D8JGF,GQY1XT001EYX6O,GQY1XT001AGUM9,GQY1XT001D2OA5,GQY1XT001CBLSQ,GQY1XT001DOXEO,GQY1XT001APPP8,GQY1XT001DY9C1,GQY1XT001DXU87,GQY1XT001ESNXC,GQY1XT001D0OGD,GQY1XT001B0XA5,GQY1XT001C5R1S,GQY1XT001A0GK5,GQY1XT001CGNE3,GQY1XT001B9RFB,GQY1XT001BQZVM,GQY1XT001CVDQE,GQY1XT001EPNV8,GQY1XT001ES7V5,GQY1XT001DQL98,GQY1XT001B4F2E,GQY1XT001D80O2,GQY1XT001ERQIU,GQY1XT001D6F6E,GQY1XT001BN1FA,GQY1XT001BNNVV,GQY1XT001AT6TL,GQY1XT001A0X2X,GQY1XT001AX3G3,GQY1XT001D1PRI,GQY1XT001EI8GC,GQY1XT001B8MKD,GQY1XT001DDJVI,GQY1XT001AWZS0,GQY1XT001END85,GQY1XT001DOHZ4,GQY1XT001C65MR,GQY1XT001DQWDI,GQY1XT001DDH0D,GQY1XT001EN96U,GQY1XT001EXRCS,GQY1XT001DPXI1,GQY1XT001DALAX,GQY1XT001BSZWX,GQY1XT001C4XK1,GQY1XT001AF8PD,GQY1XT001AYXLF,GQY1XT001E089C,GQY1XT001CJ1AR,GQY1XT001DARZ5,GQY1XT001BUP29,GQY1XT001DV7A1,GQY1XT001CD63P,GQY1XT001BRBZJ,GQY1XT001ALBV1,GQY1XT001AG0NL,GQY1XT001DYEGQ,GQY1XT001ENDVL,GQY1XT001AMRRI,GQY1XT001CPZ6P,GQY1XT001BM1LO,GQY1XT001EOCLV,GQY1XT001EDUL5,GQY1XT001E0YSP,GQY1XT001D4JOB,GQY1XT001CNCUI,GQY1XT001CKUC9,GQY1XT001CGBJQ,GQY1XT001C1J7B,GQY1XT001AXB34,GQY1XT001ALCLU,GQY1XT001A4GVY,GQY1XT001AIEKT,GQY1XT001DBAMM,GQY1XT001CMXWJ,GQY1XT001CMJSN,GQY1XT001D9U8T,GQY1XT001D1BD0,GQY1XT001CD7UY,GQY1XT001EHMCO,GQY1XT001EH07Z,GQY1XT001EONWL,GQY1XT001EOJVJ,GQY1XT001AJIF1,GQY1XT001BZ67M,GQY1XT001EQT9X,GQY1XT001CA6PV,GQY1XT001BP3F1,GQY1XT001BKWNT,GQY1XT001DZTW8,GQY1XT001ECWEV,GQY1XT001B1BM1,GQY1XT001EM1CU,GQY1XT001EUAW4,GQY1XT001DMRCX,GQY1XT001ALP2W,GQY1XT001C605G,GQY1XT001A32HC,GQY1XT001EGX9H,GQY1XT001D1JAC,GQY1XT001ARDML,GQY1XT001BJP8N,GQY1XT001AJB9W,GQY1XT001D09P1,GQY1XT001BPNBD,GQY1XT001CVGIP,GQY1XT001D3HUT,GQY1XT001AHX3H,GQY1XT001B7Y00,GQY1XT001C8N2S,GQY1XT001AJ1R5,GQY1XT001DF9MF,GQY1XT001A6060,GQY1XT001EP2QO,GQY1XT001EOGUG,GQY1XT001CLO2V,GQY1XT001EP7EL,GQY1XT001A4LU5,GQY1XT001AIKYQ,GQY1XT001BMJDD,GQY1XT001DY2DD,GQY1XT001EBRO9,GQY1XT001B94Q5,GQY1XT001DIG9H,GQY1XT001ALBCR,GQY1XT001BGQGH,GQY1XT001AWLY9,GQY1XT001BVELR,GQY1XT001EVQDD,GQY1XT001EGTXJ,GQY1XT001DK4FR,GQY1XT001B9DBW,GQY1XT001A4RD8,GQY1XT001D0AHR,GQY1XT001EVU8W,GQY1XT001AI7RL,GQY1XT001BPW08,GQY1XT001EC3RD,GQY1XT001DONY1,GQY1XT001BJRPU,GQY1XT001CU5AG,GQY1XT001BQW7M,GQY1XT001COFKQ,GQY1XT001BLCU3,GQY1XT001CGJDP,GQY1XT001CJJ0Q,GQY1XT001DZ7MF,GQY1XT001BONAN,GQY1XT001EXI8Z,GQY1XT001D3X0I,GQY1XT001APMG7,GQY1XT001AZ3SQ,GQY1XT001CXAKL,GQY1XT001B3FGM,GQY1XT001BAEFH,GQY1XT001ES6YQ,GQY1XT001EE6BS,GQY1XT001B2Q1V,GQY1XT001DHMXU,GQY1XT001B0RZK,GQY1XT001BT7SU,GQY1XT001CVJSN,GQY1XT001AGJR9,GQY1XT001AY5HH,GQY1XT001BYO9U,GQY1XT001AFRO6,GQY1XT001ARVN2,GQY1XT001A6KKH,GQY1XT001C76HF,GQY1XT001DDG6I,GQY1XT001A1HZD,GQY1XT001DDQ1F,GQY1XT001C4WHP,GQY1XT001E18OI,GQY1XT001E2QZD,GQY1XT001CGQ6H,GQY1XT001BI0WQ,GQY1XT001DG8A6,GQY1XT001ECLAX,GQY1XT001AQUV7,GQY1XT001EWIBV,GQY1XT001A4CI5,GQY1XT001APCR4,GQY1XT001AW17L,GQY1XT001CNBO8,GQY1XT001BCSNO,GQY1XT001CX9S9,GQY1XT001CW5S7,GQY1XT001D27Y3,GQY1XT001ASDZ9,GQY1XT001A7BAV,GQY1XT001BB4FH,GQY1XT001D7S62,GQY1XT001EPH5I,GQY1XT001BGSKI,GQY1XT001CA1A8,GQY1XT001EGDEP,GQY1XT001B8L1F,GQY1XT001AV2NL,GQY1XT001BXMTG,GQY1XT001A5IQN,GQY1XT001D139G,GQY1XT001B37JD,GQY1XT001BD1WF,GQY1XT001C61B9,GQY1XT001EDP3H,GQY1XT001ATDVT,GQY1XT001EVAN7,GQY1XT001ETFV1,GQY1XT001ESYY6,GQY1XT001ERF2A,GQY1XT001EP3O5,GQY1XT001DSPPQ,GQY1XT001D75Z9,GQY1XT001D6PFT,GQY1XT001CZ6VZ,GQY1XT001CLWO0,GQY1XT001C8RTE,GQY1XT001BJSJ1,GQY1XT001BE2FN,GQY1XT001B93UQ,GQY1XT001B0FSF,GQY1XT001AK0MK,GQY1XT001AJKB2,GQY1XT001CT0DS,GQY1XT001A2NFN,GQY1XT001BEFII,GQY1XT001EZU5E,GQY1XT001BPNJ9,GQY1XT001BERT0,GQY1XT001DK4N6,GQY1XT001EMTT2,GQY1XT001CVP6J,GQY1XT001A91HX,GQY1XT001AHO69,GQY1XT001ASOWP,GQY1XT001C2MVP,GQY1XT001AMFZE,GQY1XT001E0ZT5,GQY1XT001EIT9X,GQY1XT001BNWZK,GQY1XT001A11LP,GQY1XT001EG3U5,GQY1XT001DML18,GQY1XT001AYGHW,GQY1XT001D3WTV,GQY1XT001EROHJ,GQY1XT001D7PWN,GQY1XT001CUDOW,GQY1XT001DDD8T,GQY1XT001CS36H,GQY1XT001B83O0,GQY1XT001EX99E,GQY1XT001A9606,GQY1XT001AGRYI,GQY1XT001AXIHA,GQY1XT001BBJCO,GQY1XT001BU61N,GQY1XT001DGW25,GQY1XT001C4J05,GQY1XT001C3Q9K,GQY1XT001CL003,GQY1XT001B1836,GQY1XT001DT8Z2,GQY1XT001CUPCH,GQY1XT001BM70O,GQY1XT001AVTX5,GQY1XT001C8JGG,GQY1XT001BG7JP,GQY1XT001EE790,GQY1XT001ENWY1,GQY1XT001ECE3T,GQY1XT001BWYL0,GQY1XT001AJ2CB,GQY1XT001DDTIR,GQY1XT001ALK03,GQY1XT001AQ9QZ,GQY1XT001D28O0,GQY1XT001EKURR,GQY1XT001DWK26,GQY1XT001B7X55,GQY1XT001EX3UI,GQY1XT001AYRQG,GQY1XT001D2G5T,GQY1XT001BXZKG,GQY1XT001EAKL5,GQY1XT001C6WZW,GQY1XT001E2QHY,GQY1XT001EWP2W,GQY1XT001DNT6Y,GQY1XT001CZTJD,GQY1XT001DNQ5L,GQY1XT001E2573,GQY1XT001EYE5L,GQY1XT001CC8ZU,GQY1XT001BE1NF,GQY1XT001BGZJI,GQY1XT001AI85S,GQY1XT001ETI9D,GQY1XT001A7UWR,GQY1XT001B4C28,GQY1XT001AL9T1,GQY1XT001CJMRO,GQY1XT001C9YW7,GQY1XT001DCW4W,GQY1XT001B3F6Z,GQY1XT001EZ0HD,GQY1XT001EZAZN,GQY1XT001EJROH,GQY1XT001AFSRP,GQY1XT001CGN9B,GQY1XT001EYUUV,GQY1XT001CDGES,GQY1XT001D26U5,GQY1XT001BX49I,GQY1XT001BHX7O,GQY1XT001AZSQ0,GQY1XT001CLWF3,GQY1XT001B7OAY,GQY1XT001ASQ11,GQY1XT001CRIZ8,GQY1XT001E2NHH,GQY1XT001CE1SE,GQY1XT001CHCZG,GQY1XT001BDASA,GQY1XT001B5F69,GQY1XT001A8BXV,GQY1XT001AKR3E,GQY1XT001B6A8H,GQY1XT001BA5MV,GQY1XT001A4EX9,GQY1XT001BCD4H,GQY1XT001CFZJU,GQY1XT001EBYGN,GQY1XT001DHJRT,GQY1XT001AX1SR,GQY1XT001CS4X5,GQY1XT001A871B,GQY1XT001AX9CX,GQY1XT001EFV4W,GQY1XT001DAX6D,GQY1XT001DEBYY,GQY1XT001BVUWJ,GQY1XT001DDQKK,GQY1XT001D95SV,GQY1XT001CRSU1,GQY1XT001CP3P2,GQY1XT001EBJY9,GQY1XT001CKB93,GQY1XT001AXIK0,GQY1XT001ASWIW,GQY1XT001CODMN,GQY1XT001C4ISB,GQY1XT001ALH6M,GQY1XT001D1JIM,GQY1XT001AE5OD,GQY1XT001BDNYV,GQY1XT001EX4DR,GQY1XT001DFIWI,GQY1XT001A4CLD,GQY1XT001CXPKL,GQY1XT001D1SCS,GQY1XT001EQAQ3,GQY1XT001AQ70T,GQY1XT001CWQPS,GQY1XT001B8WSY,GQY1XT001BO8H3,GQY1XT001B0R3T,GQY1XT001CSOS7,GQY1XT001EBNQ8,GQY1XT001A3PDA,GQY1XT001ERBE8,GQY1XT001DVWHW,GQY1XT001DOFGU,GQY1XT001BIASO,GQY1XT001AU9IT,GQY1XT001BXIGF,GQY1XT001D2PWU,GQY1XT001CQY4Q,GQY1XT001CGEP4,GQY1XT001EISQB,GQY1XT001C3TGL,GQY1XT001C5H9H,GQY1XT001DMYRM,GQY1XT001ENQL2,GQY1XT001AROSD,GQY1XT001BVRZ2,GQY1XT001BWXOW,GQY1XT001AIIG7,GQY1XT001DS8OF,GQY1XT001DA44I,GQY1XT001CM68Q,GQY1XT001B4B8G,GQY1XT001BZA8M,GQY1XT001AH01U,GQY1XT001B8KL1,GQY1XT001BNH4T,GQY1XT001A35LY,GQY1XT001DD9HJ,GQY1XT001EI7YA,GQY1XT001DYGN5,GQY1XT001DY0VR,GQY1XT001DDYLF,GQY1XT001DB7Z6,GQY1XT001DAK4Q,GQY1XT001CPAHJ,GQY1XT001C9OWP,GQY1XT001C4Y7U,GQY1XT001BRBMC,GQY1XT001BQ2BS,GQY1XT001B4ODB,GQY1XT001AV2FE,GQY1XT001ALVAT,GQY1XT001AH047,GQY1XT001A449X,GQY1XT001BVI0Z,GQY1XT001CS61P,GQY1XT001BEGIC,GQY1XT001BY2P6,GQY1XT001CW49T,GQY1XT001AIT60,GQY1XT001AMDJA,GQY1XT001BECGO,GQY1XT001CLALG,GQY1XT001B66FX,GQY1XT001CSUB8,GQY1XT001BEFY9,GQY1XT001DB7I3,GQY1XT001DGKEE,GQY1XT001B5V30,GQY1XT001ANBW5,GQY1XT001D6JF2,GQY1XT001B64UT,GQY1XT001BJA79,GQY1XT001DU1BN,GQY1XT001EO1PS,GQY1XT001DAAN1,GQY1XT001EW376,GQY1XT001D0V0B,GQY1XT001AMD59,GQY1XT001CJ5OG,GQY1XT001EFSIS,GQY1XT001B84DV,GQY1XT001DJ5JW,GQY1XT001BEGK5,GQY1XT001C6H11,GQY1XT001BFQD5,GQY1XT001B6U9W,GQY1XT001CF3RD,GQY1XT001CFGR3,GQY1XT001D22QS,GQY1XT001EFCLG,GQY1XT001AR9TD,GQY1XT001EMDC2,GQY1XT001DCX0E,GQY1XT001DT1N5,GQY1XT001DAHAR,GQY1XT001DSJHF,GQY1XT001CPZSM,GQY1XT001BU0RV,GQY1XT001BGL3Q,GQY1XT001BUM69,GQY1XT001BZ0TP,GQY1XT001ECJ99,GQY1XT001AKZ70,GQY1XT001DX4LM,GQY1XT001DPYTN,GQY1XT001CNH0L,GQY1XT001DF4QJ,GQY1XT001D6M4I,GQY1XT001BS4TU,GQY1XT001A0HFJ,GQY1XT001CQ7NT,GQY1XT001CWX2M,GQY1XT001C51AT,GQY1XT001BN04R,GQY1XT001EU7EM,GQY1XT001EGUWL,GQY1XT001EXDXN,GQY1XT001A5JWA,GQY1XT001ENZR2,GQY1XT001A8HDL,GQY1XT001DV4DK,GQY1XT001CYWNP,GQY1XT001D69R3,GQY1XT001C89LB,GQY1XT001BN178,GQY1XT001D77R3,GQY1XT001DBYAL,GQY1XT001DOTRS,GQY1XT001DU1Y3,GQY1XT001EB5ZE,GQY1XT001CLMNN,GQY1XT001ENW6K,GQY1XT001EIANW,GQY1XT001ECUHH,GQY1XT001A8TMT,GQY1XT001DD9G2,GQY1XT001AQZ4X,GQY1XT001C6AXJ,GQY1XT001CVNW0,GQY1XT001AJZEO,GQY1XT001EF0N1,GQY1XT001AHC1X,GQY1XT001A6QP3,GQY1XT001AGWKI,GQY1XT001A0R1D,GQY1XT001AXFDY,GQY1XT001BK5AE,GQY1XT001C7S5L,GQY1XT001C626G,GQY1XT001EVMH7,GQY1XT001AWNMG,GQY1XT001BKWKA,GQY1XT001B0ZQF,GQY1XT001ELYAG,GQY1XT001EBWAD,GQY1XT001B3SAR,GQY1XT001BA3ZC,GQY1XT001BMS8P,GQY1XT001B02NQ,GQY1XT001D4R7F,GQY1XT001DD3AY,GQY1XT001D40DH,GQY1XT001C6CAT,GQY1XT001BUXT2,GQY1XT001C76ID,GQY1XT001D5392,GQY1XT001ARK4T,GQY1XT001CWU2J,GQY1XT001CD2XU,GQY1XT001AN4RZ,GQY1XT001CC0N5,GQY1XT001BL8FY,GQY1XT001CJMHR,GQY1XT001B5ONE,GQY1XT001AKNPI,GQY1XT001CT103,GQY1XT001B031G,GQY1XT001EJP1U,GQY1XT001DCWT9,GQY1XT001BO9T1,GQY1XT001BQN1Y,GQY1XT001ECAJP,GQY1XT001EYQGM,GQY1XT001AMALX,GQY1XT001DXEVN,GQY1XT001BBO0H,GQY1XT001BABEW,GQY1XT001BJYO5,GQY1XT001DUNWF,GQY1XT001EAX8W,GQY1XT001E2PQI,GQY1XT001ETH4E,GQY1XT001AGUMR,GQY1XT001CZ5HD,GQY1XT001B7E19,GQY1XT001C53QJ,GQY1XT001CIN0F,GQY1XT001AV7DF,GQY1XT001CFGKL,GQY1XT001EOFJL,GQY1XT001AZY6J,GQY1XT001B44OV,GQY1XT001COXV7,GQY1XT001BNO98,GQY1XT001BH7NW,GQY1XT001B71DR,GQY1XT001CM2I5,GQY1XT001BU7XK,GQY1XT001BK3MZ,GQY1XT001CLLD8,GQY1XT001D3KZ9,GQY1XT001D3XZH,GQY1XT001ENASJ,GQY1XT001AX74J,GQY1XT001B8LJG,GQY1XT001CXGNW,GQY1XT001E2JLB,GQY1XT001DGNY2,GQY1XT001D9CBY,GQY1XT001DC2FO,GQY1XT001EFWDQ,GQY1XT001DL2SU,GQY1XT001ELJYE,GQY1XT001DFMM4,GQY1XT001BAVHM,GQY1XT001DT1W3,GQY1XT001D28SJ,GQY1XT001B02J2,GQY1XT001CZVOX,GQY1XT001BWHTT,GQY1XT001CQVC6,GQY1XT001EWC0N,GQY1XT001EL8O3,GQY1XT001DVFEN,GQY1XT001D5IU2,GQY1XT001D0TSR,GQY1XT001CVARW,GQY1XT001BFS9C,GQY1XT001AKHZB,GQY1XT001BGRZ1,GQY1XT001BD6VR,GQY1XT001BJLHQ,GQY1XT001CCELF,GQY1XT001BQVOH,GQY1XT001CK4K7,GQY1XT001AO6GR,GQY1XT001DSAP6,GQY1XT001EYRPY,GQY1XT001CGKKC,GQY1XT001BRI6P,GQY1XT001C7VLL,GQY1XT001D9PE9,GQY1XT001B263U,GQY1XT001A9EIH,GQY1XT001DTARJ,GQY1XT001CZT99,GQY1XT001EEC39,GQY1XT001BQGH7,GQY1XT001AYXE5,GQY1XT001DA5LA,GQY1XT001DN6S2,GQY1XT001AYAXS,GQY1XT001CDY13,GQY1XT001CK0JI,GQY1XT001BHXJ2,GQY1XT001BO8VZ,GQY1XT001ENCNY,GQY1XT001A3EG0,GQY1XT001EIJXQ,GQY1XT001BGSKB,GQY1XT001ASENA,GQY1XT001AEZN4,GQY1XT001DN6U3,GQY1XT001ECX5K,GQY1XT001BHMXL,GQY1XT001DWVWY,GQY1XT001AJ5HY,GQY1XT001CJEX0,GQY1XT001EMB9H,GQY1XT001BLQKK,GQY1XT001ARDDE,GQY1XT001BQAKJ,GQY1XT001CNW9I,GQY1XT001CRJ8G,GQY1XT001CWEP3,GQY1XT001A7EXJ,GQY1XT001C50YP,GQY1XT001B4IBH,GQY1XT001DPLAQ,GQY1XT001B75BR,GQY1XT001END0T,GQY1XT001DR6PK,GQY1XT001A9UK0,GQY1XT001BWO01,GQY1XT001A6PDD,GQY1XT001BV7VL,GQY1XT001BU5C6,GQY1XT001DFSVL,GQY1XT001DTRGH,GQY1XT001A461U,GQY1XT001B6RS1,GQY1XT001DRLG1,GQY1XT001A98M1,GQY1XT001D1GQ9,GQY1XT001BK25J,GQY1XT001D4VAG,GQY1XT001BCR86,GQY1XT001DX9CS,GQY1XT001A5V4U,GQY1XT001A4B4H,GQY1XT001B86JJ,GQY1XT001C4V86,GQY1XT001BQK3W,GQY1XT001CM1ZV,GQY1XT001BFSGE,GQY1XT001EBIMQ,GQY1XT001CUJD7,GQY1XT001CGEVI,GQY1XT001BN59A,GQY1XT001DOVHH,GQY1XT001C45DW,GQY1XT001BCA97,GQY1XT001DT54E,GQY1XT001DNIII,GQY1XT001DN46E,GQY1XT001EY8FY,GQY1XT001BNCEY,GQY1XT001CO4UP,GQY1XT001C8KDY,GQY1XT001DRWOH,GQY1XT001B6VKT,GQY1XT001AMWDV,GQY1XT001BBJ4E,GQY1XT001AZBF3,GQY1XT001ANQLR,GQY1XT001D9H3Q,GQY1XT001CMEZ8,GQY1XT001ANUXR,GQY1XT001BAQ6X,GQY1XT001BAATX,GQY1XT001ER5U3,GQY1XT001DAFDD,GQY1XT001CVGQY,GQY1XT001CSYHY,GQY1XT001CPKTL,GQY1XT001BVHXU,GQY1XT001BV8XL,GQY1XT001BSUW1,GQY1XT001BB2DL,GQY1XT001B14N1,GQY1XT001AWH8I,GQY1XT001AUMWP,GQY1XT001A6VRS,GQY1XT001D6VNZ,GQY1XT001C9861,GQY1XT001DYN5W,GQY1XT001BLEE9,GQY1XT001DJ84X,GQY1XT001BWIU3,GQY1XT001C0GOI,GQY1XT001B9IOK,GQY1XT001AFUE0,GQY1XT001AIX06,GQY1XT001DHL65,GQY1XT001DW27S,GQY1XT001DKULI,GQY1XT001D24AW,GQY1XT001ENZW1,GQY1XT001AQ6X8,GQY1XT001AWU7X,GQY1XT001BTY81,GQY1XT001EMM7Q,GQY1XT001BBTRO,GQY1XT001CQDPN,GQY1XT001DWKOP,GQY1XT001B9H0Y,GQY1XT001B4B7Q,GQY1XT001CSW8E,GQY1XT001CRL5Z,GQY1XT001COZII,GQY1XT001AI6XV,GQY1XT001DKB00,GQY1XT001B5UZ2,GQY1XT001BTMQ7,GQY1XT001D8GOQ,GQY1XT001A2BSR,GQY1XT001CO1D7,GQY1XT001BB0N8,GQY1XT001DTJX0,GQY1XT001BY8U8,GQY1XT001AD0SA,GQY1XT001C5LO3,GQY1XT001EDUXN,GQY1XT001E0Q6S,GQY1XT001B70V7,GQY1XT001EJYMZ,GQY1XT001EL76I,GQY1XT001BFA7W,GQY1XT001EI0XS,GQY1XT001BMVD2,GQY1XT001EGB8X,GQY1XT001AH1G4,GQY1XT001D6D5R,GQY1XT001A2296,GQY1XT001EJXSP,GQY1XT001BN3BB,GQY1XT001AD9RT,GQY1XT001A5HX6,GQY1XT001BVQFA,GQY1XT001ENGKA,GQY1XT001DDH8R,GQY1XT001B9FNL,GQY1XT001B8IWF,GQY1XT001AKL0N,GQY1XT001EBPA4,GQY1XT001D3K71,GQY1XT001BZ0AR,GQY1XT001AZRT6,GQY1XT001CMML6,GQY1XT001BJO6K,GQY1XT001C4VQO,GQY1XT001BTONU,GQY1XT001DOOFP,GQY1XT001BXUPQ,GQY1XT001CEXQA,GQY1XT001CTMJF,GQY1XT001B6UON,GQY1XT001A5J9I,GQY1XT001C11GL,GQY1XT001DWRO6,GQY1XT001BG599,GQY1XT001DXJYF,GQY1XT001CYD39,GQY1XT001DVUZU,GQY1XT001DC81X,GQY1XT001EOF2F,GQY1XT001EQHO8,GQY1XT001CZ8HI,GQY1XT001CSHO2,GQY1XT001EDEIA,GQY1XT001EB25C,GQY1XT001D45L7,GQY1XT001BW446,GQY1XT001DVM62,GQY1XT001DG7GR,GQY1XT001DP570,GQY1XT001BV0FA,GQY1XT001B561X,GQY1XT001C4ITH,GQY1XT001C9CLA,GQY1XT001BMYKA,GQY1XT001BDAI4,GQY1XT001ESRGI,GQY1XT001A9GGD,GQY1XT001DYJMU,GQY1XT001D5HLM,GQY1XT001BKR94,GQY1XT001BOVME,GQY1XT001B0WIW,GQY1XT001BU5J2,GQY1XT001D7MQE,GQY1XT001EMP16,GQY1XT001E3IIA,GQY1XT001C7ABX,GQY1XT001B1BF6,GQY1XT001DK380,GQY1XT001C7K17,GQY1XT001DUSJO,GQY1XT001AZTQ0,GQY1XT001EKP2U,GQY1XT001DO07A,GQY1XT001EOGLA,GQY1XT001BQY4U,GQY1XT001BEMNN,GQY1XT001BBR68,GQY1XT001BCR67,GQY1XT001D4IV9,GQY1XT001EN8SH,GQY1XT001DHZJV,GQY1XT001ED57J,GQY1XT001E5C6S,GQY1XT001CDOQT,GQY1XT001E2Q12,GQY1XT001B23R1,GQY1XT001DKP71,GQY1XT001CJXRO,GQY1XT001EVTND,GQY1XT001BXI4S,GQY1XT001ELZ4O,GQY1XT001ELSZA,GQY1XT001D54B5,GQY1XT001ES6OS,GQY1XT001CDL3I,GQY1XT001A337C,GQY1XT001AD0TN,GQY1XT001D5LAV,GQY1XT001C0G9Y,GQY1XT001AR7W8,GQY1XT001CTPN0,GQY1XT001CVNR0,GQY1XT001DO4GQ,GQY1XT001D49X2,GQY1XT001D1PQC,GQY1XT001EWKOO,GQY1XT001C5L1Q,GQY1XT001BKUKK,GQY1XT001A4GMJ,GQY1XT001A2I8J,GQY1XT001AJEL4,GQY1XT001C68XL,GQY1XT001C8TMH,GQY1XT001BB1YX,GQY1XT001CA29D,GQY1XT001ET32W,GQY1XT001CP7DK,GQY1XT001AG3VQ,GQY1XT001BCKGD,GQY1XT001B5OAI,GQY1XT001AO7X9,GQY1XT001AX1PJ,GQY1XT001D9E7Z,GQY1XT001D3SSZ,GQY1XT001BTE6L,GQY1XT001A7O51,GQY1XT001DS4DB,GQY1XT001C0369,GQY1XT001DWT12,GQY1XT001B1MS6,GQY1XT001DE9BY,GQY1XT001DICRM,GQY1XT001E1XCH,GQY1XT001A78SY,GQY1XT001AZ7QN,GQY1XT001B98SZ,GQY1XT001C26W7,GQY1XT001CXDXI,GQY1XT001A7IMD,GQY1XT001EQC4Z,GQY1XT001DSWEV,GQY1XT001D2F09,GQY1XT001C4GUE,GQY1XT001CGUND,GQY1XT001DCQ9D,GQY1XT001CYXKN,GQY1XT001CXEQT,GQY1XT001A0ZFJ,GQY1XT001AQPNT,GQY1XT001A99U8,GQY1XT001EFYFL,GQY1XT001BWE0H,GQY1XT001C68X6,GQY1XT001DYCQ3,GQY1XT001AZ2EY,GQY1XT001BJ5KI,GQY1XT001EZ8E6,GQY1XT001DMLGC,GQY1XT001BQVOV,GQY1XT001AWLYO,GQY1XT001CYHAR,GQY1XT001EV9LM,GQY1XT001EPZ0D,GQY1XT001EJYWA,GQY1XT001EAB93,GQY1XT001DMHBS,GQY1XT001DKP9P,GQY1XT001DEODW,GQY1XT001DAITW,GQY1XT001CVZNP,GQY1XT001CNAKU,GQY1XT001CK5O5,GQY1XT001CFMW5,GQY1XT001C8R27,GQY1XT001C8R08,GQY1XT001BXMO9,GQY1XT001BTRTF,GQY1XT001B141O,GQY1XT001B07NI,GQY1XT001AV1GM,GQY1XT001ASRFS,GQY1XT001AR76I,GQY1XT001ANG3D,GQY1XT001B5XPR,GQY1XT001D0GOY,GQY1XT001AFGKB,GQY1XT001D20ZQ,GQY1XT001ANII9,GQY1XT001BNN1F,GQY1XT001DEF22,GQY1XT001CX7UE,GQY1XT001ECW45,GQY1XT001CD7DW,GQY1XT001BVCW8,GQY1XT001AWJZB,GQY1XT001CFWEQ,GQY1XT001D2MGZ,GQY1XT001EL2QK,GQY1XT001APHIK,GQY1XT001AJPF2,GQY1XT001CT4VR,GQY1XT001EME8T,GQY1XT001DT88K,GQY1XT001C4O4F,GQY1XT001C8SCG,GQY1XT001DOW8A,GQY1XT001AGL9A,GQY1XT001CJRB0,GQY1XT001B0JXF,GQY1XT001D530E,GQY1XT001EOE0V,GQY1XT001ARM0N,GQY1XT001BHXHX,GQY1XT001BBKVN,GQY1XT001B50OH,GQY1XT001DB1AE,GQY1XT001CAVF3,GQY1XT001CTNQ6,GQY1XT001BCYU7,GQY1XT001EN1HD,GQY1XT001EASDW,GQY1XT001BQOSR,GQY1XT001EBHMY,GQY1XT001CZN9I,GQY1XT001BY3EO,GQY1XT001BBTSU,GQY1XT001BNKGV,GQY1XT001CSCAV,GQY1XT001DUAXU,GQY1XT001C8HAZ,GQY1XT001BMRS9,GQY1XT001EH928,GQY1XT001DO3GK,GQY1XT001C9BS4,GQY1XT001A0IFA,GQY1XT001DT7BW,GQY1XT001DIKK0,GQY1XT001DNN0M,GQY1XT001COE4V,GQY1XT001EQ5HB,GQY1XT001EJ0X9,GQY1XT001DXZU3,GQY1XT001CENN9,GQY1XT001AM1BE,GQY1XT001DYE8K,GQY1XT001DUC5R,GQY1XT001D43F7,GQY1XT001D8UOS,GQY1XT001E49PE,GQY1XT001BFA2S,GQY1XT001CYZ1Q,GQY1XT001DB403,GQY1XT001ETW18,GQY1XT001B83CS,GQY1XT001AUAON,GQY1XT001AQY82,GQY1XT001EC8L7,GQY1XT001C3H7R,GQY1XT001DU7GS,GQY1XT001AY3DN,GQY1XT001AST0D,GQY1XT001C3P73,GQY1XT001EPDY2,GQY1XT001A09I4,GQY1XT001EHKTO,GQY1XT001ETIA9,GQY1XT001AGXPS,GQY1XT001ESEDX,GQY1XT001D67H3,GQY1XT001CI140,GQY1XT001E11ZS,GQY1XT001B7S71,GQY1XT001CC389,GQY1XT001AQIS1,GQY1XT001BVHUG,GQY1XT001C3DP9,GQY1XT001B4MHK,GQY1XT001CP73D,GQY1XT001DFL4E,GQY1XT001D3TYK,GQY1XT001BWENH,GQY1XT001BEDUN,GQY1XT001C3FAH,GQY1XT001AWT69,GQY1XT001AJ5D9,GQY1XT001B2DTO,GQY1XT001BS5EE,GQY1XT001B8GRO,GQY1XT001B5EI0,GQY1XT001APMJ9,GQY1XT001AIHBF,GQY1XT001EPBXO,GQY1XT001AJLQQ,GQY1XT001B63H7,GQY1XT001CMBJT,GQY1XT001ECOBO,GQY1XT001DS4QP,GQY1XT001DTULY,GQY1XT001B0SMK,GQY1XT001AK1WB,GQY1XT001BR0KJ,GQY1XT001CBH67,GQY1XT001CHUP6,GQY1XT001ANVBH,GQY1XT001D8QH4,GQY1XT001ARSR6,GQY1XT001C7VOW,GQY1XT001EIXCV,GQY1XT001BNK8E,GQY1XT001BOHVZ,GQY1XT001CF6ET,GQY1XT001D8PM4,GQY1XT001BA3ZJ,GQY1XT001D2K54,GQY1XT001EN922,GQY1XT001AW1UN,GQY1XT001BRYY1,GQY1XT001CWFEV,GQY1XT001AXDLJ,GQY1XT001CORL7,GQY1XT001C2MUG,GQY1XT001BMX1X,GQY1XT001DPFA5,GQY1XT001AGAWG,GQY1XT001AZ4UA,GQY1XT001E466N,GQY1XT001A8YYD,GQY1XT001DH0RD,GQY1XT001A06ZI,GQY1XT001EJO8T,GQY1XT001C4WNN,GQY1XT001BE9B6,GQY1XT001BJDLZ,GQY1XT001AHR8A,GQY1XT001DQFUE,GQY1XT001CV28V,GQY1XT001DZGNA,GQY1XT001BKLXX,GQY1XT001A83U8,GQY1XT001EQNCB,GQY1XT001C05K0,GQY1XT001DTY5W,GQY1XT001A9NQ2,GQY1XT001CE6H0,GQY1XT001B62X9,GQY1XT001D064G,GQY1XT001BTZVZ,GQY1XT001EZTP3,GQY1XT001EAO58,GQY1XT001A7BJ8,GQY1XT001BSSLE,GQY1XT001EBMUA,GQY1XT001DASW8,GQY1XT001DA1NC,GQY1XT001CQ6F1,GQY1XT001CQ2T5,GQY1XT001CN4KY,GQY1XT001CFPXT,GQY1XT001BLX1I,GQY1XT001AZ46P,GQY1XT001AR4KN,GQY1XT001AQGEY,GQY1XT001CEOSK,GQY1XT001AFOLC,GQY1XT001A1CYS,GQY1XT001CDA7K,GQY1XT001DR2EF,GQY1XT001AOQNQ,GQY1XT001AO6F2,GQY1XT001DPXLS,GQY1XT001BIAYP,GQY1XT001DBSYL,GQY1XT001A68ZT,GQY1XT001D5R37,GQY1XT001D69P8,GQY1XT001ALSHX,GQY1XT001ARTL6,GQY1XT001CBUCR,GQY1XT001DH0R4,GQY1XT001A3MJN,GQY1XT001E4XSH,GQY1XT001C8PKC,GQY1XT001CKERX,GQY1XT001DFFD5,GQY1XT001CJW9S,GQY1XT001ED2NK,GQY1XT001BJ14T,GQY1XT001CPQBR,GQY1XT001CHBKN,GQY1XT001CI0OX,GQY1XT001EQ7TC,GQY1XT001BZHN7,GQY1XT001DTHAU,GQY1XT001A8NPQ,GQY1XT001BI5CT,GQY1XT001CAH9Y,GQY1XT001B2BJA,GQY1XT001DNN1L,GQY1XT001CLSE8,GQY1XT001A3LXV,GQY1XT001AM65Q,GQY1XT001B8BL1,GQY1XT001CX3LR,GQY1XT001AKLE2,GQY1XT001EKHNQ,GQY1XT001A19J6,GQY1XT001A3XVD,GQY1XT001CI8VR,GQY1XT001DNTP8,GQY1XT001BIBH0,GQY1XT001EDPAC,GQY1XT001DTMCB,GQY1XT001BKNPJ,GQY1XT001ENVVT,GQY1XT001BZOH8,GQY1XT001DJOEV,GQY1XT001BTSGH,GQY1XT001EVDIJ,GQY1XT001BWYCS,GQY1XT001C2ZVN,GQY1XT001A71RO,GQY1XT001BKCYV,GQY1XT001AOEIX,GQY1XT001D8TDB,GQY1XT001B14OY,GQY1XT001B8H1W,GQY1XT001APTA1,GQY1XT001C5RSL,GQY1XT001D0COT,GQY1XT001EUI2J,GQY1XT001CLHN0,GQY1XT001DRFCH,GQY1XT001DGKUK,GQY1XT001CX909,GQY1XT001BYNQW,GQY1XT001E3IGQ,GQY1XT001D7Z3N,GQY1XT001B0Q9T,GQY1XT001EHLX4,GQY1XT001D8RJX,GQY1XT001C324T,GQY1XT001CKATV,GQY1XT001ATL29,GQY1XT001A73GF,GQY1XT001CYCP5,GQY1XT001ANDDY,GQY1XT001CUK0C,GQY1XT001BPWRE,GQY1XT001COIA9,GQY1XT001A81WA,GQY1XT001CSAW5,GQY1XT001CAKUM,GQY1XT001BJC9O,GQY1XT001DQXGW,GQY1XT001EBTLD,GQY1XT001AYTLA,GQY1XT001DP997,GQY1XT001EC8GN,GQY1XT001DFPL2,GQY1XT001DYVDB,GQY1XT001ER4HX,GQY1XT001ER32C,GQY1XT001BI5JE,GQY1XT001CD7X7,GQY1XT001DUFW5,GQY1XT001CJNGQ,GQY1XT001DPMOJ,GQY1XT001CW7TG,GQY1XT001ANJBP,GQY1XT001BG068,GQY1XT001BZHST,GQY1XT001A4H19,GQY1XT001AY5MY,GQY1XT001AX2YV,GQY1XT001C85WR,GQY1XT001BJ1KR,GQY1XT001B3WNG,GQY1XT001BE52H,GQY1XT001DN61X,GQY1XT001A46EL,GQY1XT001DFE96,GQY1XT001CX4G3,GQY1XT001AS3G1,GQY1XT001CKHEV,GQY1XT001AF1MT,GQY1XT001AF0E4,GQY1XT001CR00I,GQY1XT001DENS6,GQY1XT001D1NZQ,GQY1XT001EAP50,GQY1XT001B85HA,GQY1XT001EUKSM,GQY1XT001BATOZ,GQY1XT001ETW21,GQY1XT001B2YZV,GQY1XT001BSW5C,GQY1XT001CBIJX,GQY1XT001EGX6W,GQY1XT001DBP15,GQY1XT001C5SU2,GQY1XT001CBAQF,GQY1XT001BAX3D,GQY1XT001BAZXU,GQY1XT001D1X5S,GQY1XT001ANVGC,GQY1XT001D8AQI,GQY1XT001CB9TI,GQY1XT001AQ5YD,GQY1XT001AUVJ3,GQY1XT001DJQRD,GQY1XT001A1XM3,GQY1XT001DO4DV,GQY1XT001E233N,GQY1XT001ET8YR,GQY1XT001CUI80,GQY1XT001ECTGT,GQY1XT001BEWDR,GQY1XT001C5WBS,GQY1XT001B7TJJ,GQY1XT001EAZGN,GQY1XT001EUSW8,GQY1XT001E1YQ8,GQY1XT001EMO3L,GQY1XT001EHSO7,GQY1XT001EHH75,GQY1XT001E1FP0,GQY1XT001DMU6C,GQY1XT001DLD7G,GQY1XT001D7ZIT,GQY1XT001D7DXH,GQY1XT001BOGPW,GQY1XT001BIUZQ,GQY1XT001A6VAP,GQY1XT001A11QR,GQY1XT001BTMDG,GQY1XT001A3AER,GQY1XT001DBOOO,GQY1XT001CRB1D,GQY1XT001CYYT1,GQY1XT001AM5MP,GQY1XT001B1F9G,GQY1XT001CBGIT,GQY1XT001AIKQS,GQY1XT001AMXGB,GQY1XT001CHXML,GQY1XT001DPTQ0,GQY1XT001BNKED,GQY1XT001D2Q9B,GQY1XT001B0W6R,GQY1XT001ARBOS,GQY1XT001AMDS7,GQY1XT001AVAYU,GQY1XT001EJK81,GQY1XT001B5OBD,GQY1XT001B2R4J,GQY1XT001EJX21,GQY1XT001A322Z,GQY1XT001BAXKF,GQY1XT001AR55X,GQY1XT001CJGX4,GQY1XT001BO9O0,GQY1XT001DU7CP,GQY1XT001AO8B0,GQY1XT001CZL0J,GQY1XT001B14V6,GQY1XT001C5UGG,GQY1XT001AHK08,GQY1XT001CP5CG,GQY1XT001CEI1R,GQY1XT001DB4W5,GQY1XT001D0U6F,GQY1XT001AJ8HM,GQY1XT001BSWUY,GQY1XT001EJ0ZT,GQY1XT001BODPD,GQY1XT001DJIY2,GQY1XT001CZUVT,GQY1XT001BFO2X,GQY1XT001A55WP,GQY1XT001DY5RD,GQY1XT001BQOTI,GQY1XT001AF002,GQY1XT001A0NQO,GQY1XT001EDONX,GQY1XT001A0EO8,GQY1XT001DSD1K,GQY1XT001AQCXR,GQY1XT001APWYA,GQY1XT001BOAMT,GQY1XT001AS8ZR,GQY1XT001B5B9N,GQY1XT001CG3RP,GQY1XT001BTAX8,GQY1XT001CGCLU,GQY1XT001CKSZH,GQY1XT001BENHL,GQY1XT001B7CS8,GQY1XT001BAT9C,GQY1XT001CWTZL,GQY1XT001BJD8R,GQY1XT001CV0R3,GQY1XT001DVAXL,GQY1XT001CD53A,GQY1XT001AYCLG,GQY1XT001DOFF3,GQY1XT001BF37H,GQY1XT001D1OPB,GQY1XT001AZ4FF,GQY1XT001CO413,GQY1XT001AMI9H,GQY1XT001D6576,GQY1XT001BFPFA,GQY1XT001EESEI,GQY1XT001D4G0R,GQY1XT001C7GCK,GQY1XT001CUQFX,GQY1XT001CUJ8B,GQY1XT001AHUJD,GQY1XT001B1HIR,GQY1XT001D4OI0,GQY1XT001A37MO,GQY1XT001AR7FP,GQY1XT001ASD0I,GQY1XT001B9GPD,GQY1XT001BUL9C,GQY1XT001B8XS5,GQY1XT001A7D9W,GQY1XT001CBIYJ,GQY1XT001DH20Y,GQY1XT001DXFRJ,GQY1XT001C5P64,GQY1XT001E3P75,GQY1XT001DY4AO,GQY1XT001A9R4K,GQY1XT001D9SYV,GQY1XT001D859A,GQY1XT001AN9LO,GQY1XT001B2FH7,GQY1XT001BKDPW,GQY1XT001D32VB,GQY1XT001ERCGO,GQY1XT001CANFJ,GQY1XT001BO2KX,GQY1XT001CYLED,GQY1XT001A8CIC,GQY1XT001CNYTO,GQY1XT001B2WSS,GQY1XT001EIASR,GQY1XT001CB96N,GQY1XT001AFNKL,GQY1XT001C3AW9,GQY1XT001D2II6,GQY1XT001AJ2ZB,GQY1XT001EWKJJ,GQY1XT001DUVC7,GQY1XT001ER0H2,GQY1XT001CV22T,GQY1XT001EMC6H,GQY1XT001CYQBL,GQY1XT001C1L6O,GQY1XT001ERSP5,GQY1XT001EEVZK,GQY1XT001CLYG2,GQY1XT001EX6ES,GQY1XT001BLV6N,GQY1XT001BFKG7,GQY1XT001DR6EA,GQY1XT001C9NFR,GQY1XT001EH8VD,GQY1XT001AITHT,GQY1XT001DZSXV,GQY1XT001AOYOM,GQY1XT001CY3EL,GQY1XT001EXM3O,GQY1XT001AXYIN,GQY1XT001BNJ0G,GQY1XT001CCUP5,GQY1XT001AS1WA,GQY1XT001C8SO6,GQY1XT001EJG7Q,GQY1XT001EWXMU,GQY1XT001EFDK0,GQY1XT001DVOWV,GQY1XT001CPDN9,GQY1XT001CP0RQ,GQY1XT001CIS33,GQY1XT001CEGF8,GQY1XT001CDSY0,GQY1XT001BMUJ6,GQY1XT001BDCJW,GQY1XT001B463K,GQY1XT001B3PJM,GQY1XT001B2GBK,GQY1XT001AJ0MP,GQY1XT001AFXAX,GQY1XT001EI7NB,GQY1XT001D51LA,GQY1XT001D53Q8,GQY1XT001AQ9GZ,GQY1XT001A0VE5,GQY1XT001EJWVO,GQY1XT001EYBQT,GQY1XT001B28OJ,GQY1XT001CWIPY,GQY1XT001DVV3R,GQY1XT001EHGRX,GQY1XT001AVQSQ,GQY1XT001ARZ15,GQY1XT001BYHA9,GQY1XT001E02DO,GQY1XT001BQFCJ,GQY1XT001A9COZ,GQY1XT001A4ZB2,GQY1XT001CHI2S,GQY1XT001DB91J,GQY1XT001DVO2O,GQY1XT001AOYKV,GQY1XT001CIWYV,GQY1XT001C0Y38,GQY1XT001BF3DG,GQY1XT001D89OY,GQY1XT001EZ9EP,GQY1XT001DP6XV,GQY1XT001DLRNY,GQY1XT001BXIKD,GQY1XT001DPFJ8,GQY1XT001EOPI6,GQY1XT001BDS63,GQY1XT001EKLXY,GQY1XT001BC2U3,GQY1XT001A1Y9Z,GQY1XT001A7O5D,GQY1XT001CC4B8,GQY1XT001BI5JJ,GQY1XT001C96HN,GQY1XT001CFADO,GQY1XT001CC3KL,GQY1XT001ALGP5,GQY1XT001AFIO0,GQY1XT001EJ5A7,GQY1XT001EGEH3,GQY1XT001AERR8,GQY1XT001D6B5L,GQY1XT001EN2LZ,GQY1XT001C6UOY,GQY1XT001ELSNW,GQY1XT001DKIZU,GQY1XT001B5AMS,GQY1XT001B0PSU,GQY1XT001DYYJS,GQY1XT001D91UQ,GQY1XT001DGNQI,GQY1XT001D4BET,GQY1XT001AUMNZ,GQY1XT001C87DJ,GQY1XT001AUPUT,GQY1XT001CHDN8,GQY1XT001BBJWE,GQY1XT001D1QIB,GQY1XT001D68HN,GQY1XT001EP9K6,GQY1XT001CZ5RD,GQY1XT001C25IB,GQY1XT001BW81E,GQY1XT001B0SCD,GQY1XT001CSFB8,GQY1XT001AROJY,GQY1XT001BFZL7,GQY1XT001DUBX6,GQY1XT001ARRYV,GQY1XT001ERXGP,GQY1XT001BJ934,GQY1XT001DGK11,GQY1XT001D0KYO,GQY1XT001AWJAX,GQY1XT001BN4YD,GQY1XT001ANT17,GQY1XT001BLT2V,GQY1XT001B4XE6,GQY1XT001BZW6G,GQY1XT001BMV47,GQY1XT001DFDDQ,GQY1XT001BJY1Z,GQY1XT001DSRR2,GQY1XT001CWJWT,GQY1XT001BRGE6,GQY1XT001CT3Y8,GQY1XT001C3QF9,GQY1XT001DPE60,GQY1XT001A7MCM,GQY1XT001BEV5W,GQY1XT001B3IAS,GQY1XT001B6JV4,GQY1XT001CWH74,GQY1XT001DKCEL,GQY1XT001CDCNT,GQY1XT001CWNJD,GQY1XT001B1130,GQY1XT001BW0FG,GQY1XT001CO6CP,GQY1XT001DVX8X,GQY1XT001C3LKQ,GQY1XT001ANGLJ,GQY1XT001CVB5W,GQY1XT001CSX6G,GQY1XT001BK11Z,GQY1XT001BKBLC,GQY1XT001CNEIJ,GQY1XT001ETJ41,GQY1XT001D56UC,GQY1XT001D5AUR,GQY1XT001BTQCC,GQY1XT001ENU7G,GQY1XT001AL3ZK,GQY1XT001A66FJ,GQY1XT001EDARR,GQY1XT001CJWDB,GQY1XT001AFE6Z,GQY1XT001EASR4,GQY1XT001A9P4O,GQY1XT001EXYCU,GQY1XT001EL0FB,GQY1XT001C3S45,GQY1XT001ASQO3,GQY1XT001BCEWW,GQY1XT001A3JDE,GQY1XT001ETDEJ,GQY1XT001CADQ6,GQY1XT001DP1J0,GQY1XT001AX9FJ,GQY1XT001CY6DM,GQY1XT001AKJC9,GQY1XT001CG3JT,GQY1XT001AVALP,GQY1XT001BDRPO,GQY1XT001EK4JC,GQY1XT001CLQ8E,GQY1XT001BG6MZ,GQY1XT001C39P5,GQY1XT001DCGG4,GQY1XT001EYPDI,GQY1XT001BK92B,GQY1XT001DCEJY,GQY1XT001D2L64,GQY1XT001ARR4M,GQY1XT001DFV08,GQY1XT001AJ0CG,GQY1XT001AGC2A,GQY1XT001DXJZY,GQY1XT001EKRTK,GQY1XT001EKXCS,GQY1XT001C2YKU,GQY1XT001EHTHL,GQY1XT001CLJM4,GQY1XT001E4G32,GQY1XT001AIKE6,GQY1XT001DCSHM,GQY1XT001ERQNT,GQY1XT001AEL7K,GQY1XT001BONCJ,GQY1XT001EOH76,GQY1XT001BFYGL,GQY1XT001CC5SW,GQY1XT001CB06M,GQY1XT001BI6S7,GQY1XT001CN8RU,GQY1XT001D3QO3,GQY1XT001A4B60,GQY1XT001A6S62,GQY1XT001AZP16,GQY1XT001DC8QX,GQY1XT001BDAR2,GQY1XT001CN31K,GQY1XT001D445K,GQY1XT001BL0K5,GQY1XT001EIPMW,GQY1XT001BQX7K,GQY1XT001AR9AS,GQY1XT001EPEEB,GQY1XT001EYKC2,GQY1XT001BAXA0,GQY1XT001E0H4Q,GQY1XT001BYV1W,GQY1XT001BP3YZ,GQY1XT001B2SJ2,GQY1XT001DHGHC,GQY1XT001BLUE7,GQY1XT001EF2DJ,GQY1XT001E5DEL,GQY1XT001EYP3Y,GQY1XT001EHOY1,GQY1XT001A8SVJ,GQY1XT001CKHTE,GQY1XT001DKOUR,GQY1XT001EEOMG,GQY1XT001A86V3,GQY1XT001DL1RM,GQY1XT001BFVW6,GQY1XT001BYYWD,GQY1XT001CRQ4Q,GQY1XT001DZWI0,GQY1XT001BAV83,GQY1XT001BPANM,GQY1XT001D4XOW,GQY1XT001BXR24,GQY1XT001DHPNP,GQY1XT001DF4AK,GQY1XT001B67XX,GQY1XT001E2DXN,GQY1XT001B94ZR,GQY1XT001CS600,GQY1XT001DFBVR,GQY1XT001BRDMR,GQY1XT001BOWY3,GQY1XT001EMVF7,GQY1XT001AZVKD,GQY1XT001EX0YF,GQY1XT001CKAWR,GQY1XT001DLU12,GQY1XT001DN64H,GQY1XT001ARZFD,GQY1XT001DQW6C,GQY1XT001EFOHZ,GQY1XT001D7NLC,GQY1XT001AJ47M,GQY1XT001B99FC,GQY1XT001DKKKJ,GQY1XT001CM2WK,GQY1XT001AY7C8,GQY1XT001B97FL,GQY1XT001EZD2B,GQY1XT001CS983,GQY1XT001CUIM8,GQY1XT001EDLEK,GQY1XT001DWJAO,GQY1XT001EHBKB,GQY1XT001BR9NC,GQY1XT001EZYGW,GQY1XT001C62H2,GQY1XT001AK8RZ,GQY1XT001BB2ZZ,GQY1XT001EABFF,GQY1XT001EKFR2,GQY1XT001CX7MT,GQY1XT001CJ3T8,GQY1XT001DS0BA,GQY1XT001APBTI,GQY1XT001EG26R,GQY1XT001BSFNP,GQY1XT001ESR1G,GQY1XT001CWGIQ,GQY1XT001B5QOH,GQY1XT001AT8YY,GQY1XT001A0NE8,GQY1XT001DO4DR,GQY1XT001AZH3M,GQY1XT001A0868,GQY1XT001D0VCU,GQY1XT001AEO49,GQY1XT001DYOLE,GQY1XT001EVY8P,GQY1XT001ARPVS,GQY1XT001DL4GF,GQY1XT001CL5AJ,GQY1XT001DMY8I,GQY1XT001BI3ZO,GQY1XT001DDSRU,GQY1XT001B5YAW,GQY1XT001D36DH,GQY1XT001CI2FC,GQY1XT001DWWYX,GQY1XT001A89HS,GQY1XT001DNP1Q,GQY1XT001DOJOX,GQY1XT001AJ6ME,GQY1XT001B54SV,GQY1XT001DQAR7,GQY1XT001EVN86,GQY1XT001C481L,GQY1XT001A8G0P,GQY1XT001BU2O5,GQY1XT001BNEZF,GQY1XT001DN55B,GQY1XT001DABJB,GQY1XT001DT8SH,GQY1XT001DAN8E,GQY1XT001C2OOU,GQY1XT001BGV1I,GQY1XT001C8EIF,GQY1XT001CPQGK,GQY1XT001CB7QH,GQY1XT001CNOAO,GQY1XT001CS6X9,GQY1XT001B0ZW8,GQY1XT001DXN7O,GQY1XT001BWYOQ,GQY1XT001EJXNM,GQY1XT001B6AFM,GQY1XT001DFUSP,GQY1XT001EPMDG,GQY1XT001A2B2F,GQY1XT001EVNN3,GQY1XT001ET6LU,GQY1XT001DG8QC,GQY1XT001BH2NO,GQY1XT001CXZ3K,GQY1XT001CSTLF,GQY1XT001D2FNT,GQY1XT001AWW02,GQY1XT001AO5VX,GQY1XT001DGVGR,GQY1XT001BWXCD,GQY1XT001CXXMV,GQY1XT001EYR0K,GQY1XT001DUAUB,GQY1XT001DTMBS,GQY1XT001DF4UO,GQY1XT001ESC5K,GQY1XT001B86AC,GQY1XT001DS4CT,GQY1XT001BVSLJ,GQY1XT001D6Q8R,GQY1XT001ER3GT,GQY1XT001C32TB,GQY1XT001AH2JN,GQY1XT001CWW1E,GQY1XT001AZ197,GQY1XT001C6Q8G,GQY1XT001EVV54,GQY1XT001BH2LZ,GQY1XT001DOIZI,GQY1XT001CFA6C,GQY1XT001BEDFS,GQY1XT001CI3G6,GQY1XT001BTLC4,GQY1XT001DELPR,GQY1XT001DZD8G,GQY1XT001ANDGA,GQY1XT001CASFO,GQY1XT001DINFL,GQY1XT001BN4UT,GQY1XT001CKP1A,GQY1XT001BYI30,GQY1XT001CYW2V,GQY1XT001DX53C,GQY1XT001BW6G9,GQY1XT001CHOWD,GQY1XT001DEMRW,GQY1XT001B5MIH,GQY1XT001B6KCG,GQY1XT001B3XX5,GQY1XT001AHWZO,GQY1XT001AQWMF,GQY1XT001CG8ME,GQY1XT001CQH2Z,GQY1XT001D7CX1,GQY1XT001A327F,GQY1XT001A7ZKL,GQY1XT001B988C,GQY1XT001AE07M,GQY1XT001DZJHS,GQY1XT001BMZB4,GQY1XT001CFVK6,GQY1XT001D84Q8,GQY1XT001B2WWV,GQY1XT001ED76L,GQY1XT001C6M0Y,GQY1XT001DSPKO,GQY1XT001DP047,GQY1XT001B1S38,GQY1XT001EPJSV,GQY1XT001AQ212,GQY1XT001CIK3N,GQY1XT001BS41V,GQY1XT001EVW0S,GQY1XT001DNLVX,GQY1XT001DEYEW,GQY1XT001D9HOI,GQY1XT001D3UB6,GQY1XT001CMBCR,GQY1XT001CLBBA,GQY1XT001CJ8IU,GQY1XT001CD9BG,GQY1XT001C0ZCU,GQY1XT001BQVND,GQY1XT001B3PDL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CE14C"; -secondCol = "GQY1XT001CE14C,GQY1XT001EJ71O,GQY1XT001DDDZN,GQY1XT001BB390,GQY1XT001EQ2ZE,GQY1XT001BTGYM,GQY1XT001C2QBN,GQY1XT001AIRP0,GQY1XT001B2CU8,GQY1XT001CXIQH,GQY1XT001CMK6Q,GQY1XT001BN9IC,GQY1XT001ASDLK,GQY1XT001BYU4J,GQY1XT001CNNK1,GQY1XT001DJ5H8,GQY1XT001ARMBX,GQY1XT001ARJ6R,GQY1XT001AVODY,GQY1XT001BV3WZ,GQY1XT001EJ66J,GQY1XT001AT70Z,GQY1XT001BJWTB,GQY1XT001DTS8T,GQY1XT001B4S6D,GQY1XT001CZ0YK,GQY1XT001ANKEL,GQY1XT001BCD59,GQY1XT001D9FMV,GQY1XT001AM9E0,GQY1XT001EB5GD,GQY1XT001C9I0Q,GQY1XT001AQ5VE,GQY1XT001CQWNF,GQY1XT001C40Z2,GQY1XT001C6MUC,GQY1XT001B3L9F,GQY1XT001BUFO8,GQY1XT001BA094,GQY1XT001AUKD8,GQY1XT001CI58F,GQY1XT001B86QT,GQY1XT001ALG7B,GQY1XT001CYXD7,GQY1XT001C0VB6,GQY1XT001A9STO,GQY1XT001D20FB,GQY1XT001EDW0L,GQY1XT001AULB0,GQY1XT001DPAF6,GQY1XT001D7LBZ,GQY1XT001EY2QM,GQY1XT001D4K8H,GQY1XT001CF797,GQY1XT001CUH9U,GQY1XT001EB62H,GQY1XT001DLYVH,GQY1XT001CFMGS,GQY1XT001D9PKK,GQY1XT001C9AQS,GQY1XT001DAVFU,GQY1XT001BWM4C,GQY1XT001CB4O5,GQY1XT001BMC0O,GQY1XT001BJQYV,GQY1XT001CBHUG,GQY1XT001B5O39,GQY1XT001CTCQ5,GQY1XT001D8MZL,GQY1XT001DYPJ4,GQY1XT001EBLAK,GQY1XT001E0DYE,GQY1XT001DHF2X,GQY1XT001C72A0,GQY1XT001CTX24,GQY1XT001BI3R6,GQY1XT001EXHA2,GQY1XT001EJ8A6,GQY1XT001DZ23L,GQY1XT001AFERG,GQY1XT001AX2U1,GQY1XT001AL8OA,GQY1XT001A0F60,GQY1XT001EGX18,GQY1XT001EM3HR,GQY1XT001BLNP8,GQY1XT001EEJEH,GQY1XT001BSSRS,GQY1XT001DIJHY,GQY1XT001C8UX5,GQY1XT001B0IJZ,GQY1XT001B4K5C,GQY1XT001B8BY7,GQY1XT001BJMBC,GQY1XT001CRLO8,GQY1XT001DDSS1,GQY1XT001BX57P,GQY1XT001EFJYR,GQY1XT001CK2LO,GQY1XT001DCZLK,GQY1XT001A2EL2,GQY1XT001EK2M9,GQY1XT001BX64R,GQY1XT001BJZHL,GQY1XT001EJ6BV,GQY1XT001AYYRA,GQY1XT001B74W9,GQY1XT001BCBTP,GQY1XT001AZXOA,GQY1XT001CS70X,GQY1XT001EY2PS,GQY1XT001AGRZH,GQY1XT001DBBFS,GQY1XT001AHV9S,GQY1XT001CZ0NB,GQY1XT001BVYTL,GQY1XT001AMP3W,GQY1XT001CU2QP,GQY1XT001BKVWO,GQY1XT001AZMCD,GQY1XT001B2X3T,GQY1XT001C94Q1,GQY1XT001BOJFA,GQY1XT001ECW7P,GQY1XT001AKXHM,GQY1XT001C7EAS,GQY1XT001EPNVV,GQY1XT001ELQU7,GQY1XT001CP787,GQY1XT001DTWIE,GQY1XT001DZLGR,GQY1XT001AWVKE,GQY1XT001CVQAT,GQY1XT001AGZTG,GQY1XT001ET2FZ,GQY1XT001A9PLO,GQY1XT001EYHHX,GQY1XT001BO2UF,GQY1XT001DIAUZ,GQY1XT001DAL4K,GQY1XT001C3IQY,GQY1XT001DYYCZ,GQY1XT001B832X,GQY1XT001EBPQ5,GQY1XT001AWKD4,GQY1XT001DZDPY,GQY1XT001CIIB4,GQY1XT001ALA8S,GQY1XT001BPJ5N,GQY1XT001CLXHZ,GQY1XT001EN9VZ,GQY1XT001A6LRY,GQY1XT001B26X9,GQY1XT001EXQ1R,GQY1XT001CFEPL,GQY1XT001DPK82,GQY1XT001D5GI6,GQY1XT001CT5OE,GQY1XT001CKZ6E,GQY1XT001BQAWU,GQY1XT001B6111,GQY1XT001A1SZG,GQY1XT001EM8TM,GQY1XT001BHJ0E,GQY1XT001BQM9L,GQY1XT001DSVN6,GQY1XT001ERE9P,GQY1XT001D4UOJ,GQY1XT001EH726,GQY1XT001CLM1G,GQY1XT001A6GHG,GQY1XT001C6I7I,GQY1XT001BUSU5,GQY1XT001C0YED,GQY1XT001C58JA,GQY1XT001ESFFK,GQY1XT001BNZCH,GQY1XT001CS2B8,GQY1XT001D9K5M,GQY1XT001C82YE,GQY1XT001EN63A,GQY1XT001BKTG9,GQY1XT001CELR0,GQY1XT001EBHZV,GQY1XT001EAQUJ,GQY1XT001EABRV,GQY1XT001DRURJ,GQY1XT001CGF96,GQY1XT001CA00N,GQY1XT001C5FJ3,GQY1XT001C48C2,GQY1XT001BYQ3S,GQY1XT001BAT65,GQY1XT001BANSZ,GQY1XT001B847O,GQY1XT001A7E9K,GQY1XT001BOOIA,GQY1XT001C1ZGD,GQY1XT001COI7O,GQY1XT001CG652,GQY1XT001AMBLD,GQY1XT001AIYAM,GQY1XT001CQ8B7,GQY1XT001DDTN6,GQY1XT001AN6KH,GQY1XT001DVM9K,GQY1XT001BEU09,GQY1XT001A7MM1,GQY1XT001DZISK,GQY1XT001CEHE0,GQY1XT001CDY50,GQY1XT001C00CQ,GQY1XT001CL5JC,GQY1XT001DOHTR,GQY1XT001BN7OQ,GQY1XT001D0WZ4,GQY1XT001A6GXP,GQY1XT001DLK4Q,GQY1XT001DSOED,GQY1XT001BCBRR,GQY1XT001AZV0B,GQY1XT001CPUUJ,GQY1XT001ANT69,GQY1XT001AS1Z1,GQY1XT001DYMGN,GQY1XT001EAM63,GQY1XT001DNM5T,GQY1XT001AS9QN,GQY1XT001COZOS,GQY1XT001BBDOY,GQY1XT001EFBHI,GQY1XT001APRVH,GQY1XT001E1OCV,GQY1XT001EIN53,GQY1XT001AKP5P,GQY1XT001CB8Z3,GQY1XT001CO1FX,GQY1XT001B1I63,GQY1XT001AXEYV,GQY1XT001AR8MC,GQY1XT001BNJOR,GQY1XT001EB8CR,GQY1XT001CCPJL,GQY1XT001D0HC0,GQY1XT001A71B1,GQY1XT001DPBI6,GQY1XT001D620M,GQY1XT001BDQO6,GQY1XT001CYLFF,GQY1XT001BFLGS,GQY1XT001C637A,GQY1XT001B9B5F,GQY1XT001BUFIK,GQY1XT001AMF7P,GQY1XT001CYMHA,GQY1XT001E3E6W,GQY1XT001EC2VX,GQY1XT001CDXR0,GQY1XT001BABX8,GQY1XT001CWSFD,GQY1XT001A6T17,GQY1XT001EPYEE,GQY1XT001EKMH2,GQY1XT001BOR6H,GQY1XT001C3PX1,GQY1XT001A3EMV,GQY1XT001AQE0Y,GQY1XT001BAROB,GQY1XT001AWFYK,GQY1XT001CAZWS,GQY1XT001CLR4Q,GQY1XT001CUXE9,GQY1XT001DQNEV,GQY1XT001B7PYX,GQY1XT001CAELL,GQY1XT001A2HRL,GQY1XT001B3BDW,GQY1XT001C9YS5,GQY1XT001CDNIQ,GQY1XT001CYLYJ,GQY1XT001EXAJT,GQY1XT001ARAQB,GQY1XT001BRK59,GQY1XT001D3SNU,GQY1XT001DPGJT,GQY1XT001AYKXK,GQY1XT001ARFG9,GQY1XT001EQOZV,GQY1XT001APIQI,GQY1XT001D6EHN,GQY1XT001CL4ZX,GQY1XT001ER4DV,GQY1XT001AYSWV,GQY1XT001BXBC3,GQY1XT001DNSLW,GQY1XT001A4LSB,GQY1XT001EYDT3,GQY1XT001DCWG4,GQY1XT001DA9IR,GQY1XT001A3DJU,GQY1XT001DE7L5,GQY1XT001E2K0P,GQY1XT001COM9O,GQY1XT001DXLYO,GQY1XT001CDSZR,GQY1XT001EIZ41,GQY1XT001A1PKG,GQY1XT001D6KXJ,GQY1XT001CQ7EI,GQY1XT001BDZPI,GQY1XT001DEM5K,GQY1XT001B4NB2,GQY1XT001CV6KX,GQY1XT001DR12C,GQY1XT001DYMNG,GQY1XT001A3VUV,GQY1XT001DX47C,GQY1XT001AWBEZ,GQY1XT001AQ29F,GQY1XT001DR8H7,GQY1XT001ENW97,GQY1XT001DZVSS,GQY1XT001B6YZZ,GQY1XT001BWSX9,GQY1XT001CPX7O,GQY1XT001AX519,GQY1XT001BTC5A,GQY1XT001DNB19,GQY1XT001BW1HD,GQY1XT001CUL79,GQY1XT001EJHHT,GQY1XT001A3JIN,GQY1XT001A04MZ,GQY1XT001BTLZ1,GQY1XT001CO4TQ,GQY1XT001BQZ9P,GQY1XT001CBSO7,GQY1XT001BL8BS,GQY1XT001DZPO7,GQY1XT001AQN7J,GQY1XT001ERKR8,GQY1XT001BZVI2,GQY1XT001DPAXR,GQY1XT001CJJXO,GQY1XT001BEAVY,GQY1XT001DC2KS,GQY1XT001BK1UJ,GQY1XT001B5726,GQY1XT001CJYYX,GQY1XT001C6QRM,GQY1XT001AMBLK,GQY1XT001C7BEM,GQY1XT001DV7GX,GQY1XT001EHUU4,GQY1XT001AMZAY,GQY1XT001DDJAN,GQY1XT001BAF2I,GQY1XT001CK3JV,GQY1XT001AVB1C,GQY1XT001B5N7S,GQY1XT001CWZ79,GQY1XT001DEWLA,GQY1XT001EVJCC,GQY1XT001CGNVE,GQY1XT001DSWGI,GQY1XT001BI7DF,GQY1XT001DGVL5,GQY1XT001A2NN5,GQY1XT001EJUSB,GQY1XT001DYP5A,GQY1XT001DXYF7,GQY1XT001DUYT1,GQY1XT001DQN62,GQY1XT001DOW03,GQY1XT001DK1TZ,GQY1XT001DGPOB,GQY1XT001D05HD,GQY1XT001CB5D8,GQY1XT001B0HC5,GQY1XT001A4LAL,GQY1XT001EIQO1,GQY1XT001CZQS8,GQY1XT001A9RLJ,GQY1XT001BXFGJ,GQY1XT001E0YII,GQY1XT001B9TJF,GQY1XT001CIBTZ,GQY1XT001BGUQF,GQY1XT001BKSHI,GQY1XT001ED3NN,GQY1XT001AVNVJ,GQY1XT001D9RF2,GQY1XT001CIRT4,GQY1XT001BD92H,GQY1XT001BWAW8,GQY1XT001AQ2UN,GQY1XT001AVOHT,GQY1XT001DDZR1,GQY1XT001EWRW8,GQY1XT001ARNA0,GQY1XT001B7M7Z,GQY1XT001BS220,GQY1XT001C01JB,GQY1XT001CKNNH,GQY1XT001BIN0I,GQY1XT001DHG3B,GQY1XT001AQCRA,GQY1XT001DEBAI,GQY1XT001CNNCE,GQY1XT001CO0IJ,GQY1XT001EH2G2,GQY1XT001ESQ9T,GQY1XT001AVGFS,GQY1XT001BFNV5,GQY1XT001DBUEC,GQY1XT001AEE8U,GQY1XT001B8C0U,GQY1XT001EBFN5,GQY1XT001DE6W8,GQY1XT001B1IZH,GQY1XT001BE25Y,GQY1XT001A06FS,GQY1XT001DOGDL,GQY1XT001C66ZD,GQY1XT001ALH6T,GQY1XT001CSR0A,GQY1XT001D0RCZ,GQY1XT001B8T1R,GQY1XT001C5QQZ,GQY1XT001DX9Z8,GQY1XT001BVUPV,GQY1XT001CDX5E,GQY1XT001AQTSC,GQY1XT001BACLZ,GQY1XT001CN5FE,GQY1XT001BS1PC,GQY1XT001BFL2I,GQY1XT001BJUIT,GQY1XT001BRL42,GQY1XT001CPKW6,GQY1XT001CP6LG,GQY1XT001C3COP,GQY1XT001ESRCB,GQY1XT001AWJIT,GQY1XT001C3W7X,GQY1XT001BRSMZ,GQY1XT001DH3I8,GQY1XT001C3T0Z,GQY1XT001D5BZ2,GQY1XT001AQ40Q,GQY1XT001A5VG9,GQY1XT001DXNLY,GQY1XT001A4CZ6,GQY1XT001DQEU9,GQY1XT001DTS5Q,GQY1XT001EN363,GQY1XT001EEQJG,GQY1XT001A1WAE,GQY1XT001E1ZHI,GQY1XT001EDFLC,GQY1XT001DFU1K,GQY1XT001C1S47,GQY1XT001DJ5XB,GQY1XT001ECPEG,GQY1XT001AT9HI,GQY1XT001BSZ9E,GQY1XT001BY13V,GQY1XT001CSCTJ,GQY1XT001CQGRO,GQY1XT001AZSFX,GQY1XT001B5RKV,GQY1XT001B838J,GQY1XT001BETU1,GQY1XT001B34IP,GQY1XT001BDRDV,GQY1XT001CS7VC,GQY1XT001D9QLM,GQY1XT001CZM74,GQY1XT001AKKHZ,GQY1XT001BJSRJ,GQY1XT001B8ZWS,GQY1XT001C4C6O,GQY1XT001CLSU1,GQY1XT001CCGPQ,GQY1XT001C394D,GQY1XT001DW9LM,GQY1XT001B20OO,GQY1XT001BPBVR,GQY1XT001AHRYO,GQY1XT001DORSB,GQY1XT001D53R7,GQY1XT001BZAZH,GQY1XT001DK2JF,GQY1XT001CVRD2,GQY1XT001BZ5UI,GQY1XT001BROFJ,GQY1XT001DAME8,GQY1XT001BIJPH,GQY1XT001D7I2L,GQY1XT001EE9EQ,GQY1XT001DX8BN,GQY1XT001B60PC,GQY1XT001BRVF7,GQY1XT001DCORQ,GQY1XT001CCISN,GQY1XT001BM079,GQY1XT001BDZJH,GQY1XT001CH2TY,GQY1XT001DSUCK,GQY1XT001AKFIR,GQY1XT001E3CNJ,GQY1XT001EKMX9,GQY1XT001BX0UK,GQY1XT001ATZ6T,GQY1XT001BS61L,GQY1XT001EPAPK,GQY1XT001BHXW8,GQY1XT001EHRPW,GQY1XT001EBT19,GQY1XT001BANTX,GQY1XT001EG0IO,GQY1XT001C2LAP,GQY1XT001C1PNH,GQY1XT001AF58N,GQY1XT001BSQWX,GQY1XT001D3SCE,GQY1XT001EDFCF,GQY1XT001BD0IX,GQY1XT001B9HVZ,GQY1XT001BO6BM,GQY1XT001BQIIW,GQY1XT001ED1X0,GQY1XT001A3B5P,GQY1XT001C709N,GQY1XT001BS9S1,GQY1XT001ELQ9K,GQY1XT001ET622,GQY1XT001DZRP1,GQY1XT001AZMJC,GQY1XT001A0ZNF,GQY1XT001EED6Q,GQY1XT001EI9UL,GQY1XT001ATKAN,GQY1XT001DW96S,GQY1XT001D4PFV,GQY1XT001CTHBE,GQY1XT001AKMIV,GQY1XT001AT3KK,GQY1XT001A7VNM,GQY1XT001BB0KJ,GQY1XT001B3YG7,GQY1XT001BH1X9,GQY1XT001B0ZKY,GQY1XT001AVWQ3,GQY1XT001C01JH,GQY1XT001A1P5J,GQY1XT001A4KEU,GQY1XT001BLJIK,GQY1XT001DH51B,GQY1XT001AT3DV,GQY1XT001BNAWJ,GQY1XT001ESXDX,GQY1XT001A013Z,GQY1XT001AHDGG,GQY1XT001CUPWW,GQY1XT001CJ7ZA,GQY1XT001CZYO2,GQY1XT001CUNMC,GQY1XT001DGHWB,GQY1XT001EY03P,GQY1XT001DKE7M,GQY1XT001DP4UJ,GQY1XT001AYPJX,GQY1XT001E0S8K,GQY1XT001BYH6Z,GQY1XT001B8BLY,GQY1XT001CZR7S,GQY1XT001BWONO,GQY1XT001BJURI,GQY1XT001EUTNL,GQY1XT001C1H50,GQY1XT001AGDJA,GQY1XT001DTDUP,GQY1XT001D4ARG,GQY1XT001BCEDX,GQY1XT001BO10Z,GQY1XT001C95DZ,GQY1XT001DL20L,GQY1XT001DN5V8,GQY1XT001CBUNQ,GQY1XT001CF322,GQY1XT001CUG71,GQY1XT001DW738,GQY1XT001DO91M,GQY1XT001DNKXV,GQY1XT001DKAEL,GQY1XT001CXCI2,GQY1XT001AHK0F,GQY1XT001AJ70F,GQY1XT001AYV0V,GQY1XT001EZ9WQ,GQY1XT001ELR9X,GQY1XT001EKF03,GQY1XT001DG7NU,GQY1XT001D9PAD,GQY1XT001D7ND5,GQY1XT001D48V4,GQY1XT001CMQ22,GQY1XT001CKAWV,GQY1XT001C9K12,GQY1XT001C6OMT,GQY1XT001BRJIC,GQY1XT001BG5R9,GQY1XT001AKVYW,GQY1XT001DX7UD,GQY1XT001BC0K6,GQY1XT001B7GWH,GQY1XT001ASZUW,GQY1XT001BYLPW,GQY1XT001A238N,GQY1XT001CTYST,GQY1XT001B0X02,GQY1XT001C41FR,GQY1XT001A0OHM,GQY1XT001AYWOM,GQY1XT001A00T2,GQY1XT001AWOPB,GQY1XT001C0L61,GQY1XT001BXQSD,GQY1XT001AKY58,GQY1XT001C3EAP,GQY1XT001DXIIZ,GQY1XT001B4TCN,GQY1XT001CYTSV,GQY1XT001A8JF8,GQY1XT001C9XUP,GQY1XT001DFHO3,GQY1XT001BWJ0L,GQY1XT001EH26C,GQY1XT001A8MHY,GQY1XT001CXKER,GQY1XT001AZS45,GQY1XT001BN52W,GQY1XT001C5RMK,GQY1XT001CVD11,GQY1XT001EHAR3,GQY1XT001B8AXF,GQY1XT001C7MH0,GQY1XT001DHV71,GQY1XT001CYVVY,GQY1XT001CTXPM,GQY1XT001D6BEZ,GQY1XT001B3I4G,GQY1XT001EVYMN,GQY1XT001CPT29,GQY1XT001CBH65,GQY1XT001A04RD,GQY1XT001EFQT7,GQY1XT001DDYG6,GQY1XT001EXZBZ,GQY1XT001A1K75,GQY1XT001A1MC1,GQY1XT001EUKPL,GQY1XT001BR4P6,GQY1XT001EVJ3D,GQY1XT001A13KS,GQY1XT001EICJK,GQY1XT001CV4H9,GQY1XT001EH4PT,GQY1XT001CWMZE,GQY1XT001D25UO,GQY1XT001C70CB,GQY1XT001DDC3D,GQY1XT001CLEJH,GQY1XT001CMCIH,GQY1XT001CC149,GQY1XT001EOSEU,GQY1XT001DNC05,GQY1XT001A60CN,GQY1XT001EF6MY,GQY1XT001ED8VT,GQY1XT001CFOX6,GQY1XT001BNF14,GQY1XT001AS319,GQY1XT001D25GB,GQY1XT001DWP43,GQY1XT001BMZ74,GQY1XT001BR3BS,GQY1XT001D4HGI,GQY1XT001D9JTH,GQY1XT001BZSIA,GQY1XT001DIL3H,GQY1XT001A64G6,GQY1XT001BWXJ7,GQY1XT001DNSHA,GQY1XT001BCZDW,GQY1XT001DBCUU,GQY1XT001BXYQG,GQY1XT001CAG0H,GQY1XT001EGPNF,GQY1XT001BKSFM,GQY1XT001DA7Z9,GQY1XT001E0JG4,GQY1XT001CE2WV,GQY1XT001E5CY6,GQY1XT001AU0B1,GQY1XT001DNSCO,GQY1XT001CCBYX,GQY1XT001AIYKE,GQY1XT001BL10Z,GQY1XT001BRKVL,GQY1XT001B9QMK,GQY1XT001A9A4L,GQY1XT001EXJWS,GQY1XT001C45U4,GQY1XT001AHVZF,GQY1XT001A34D6,GQY1XT001CJPPA,GQY1XT001BTIUZ,GQY1XT001BBDS8,GQY1XT001EIQLG,GQY1XT001AX6EK,GQY1XT001DZTFH,GQY1XT001D3QVM,GQY1XT001AXNMY,GQY1XT001C7H2Q,GQY1XT001AJMH7,GQY1XT001C973B,GQY1XT001D777I,GQY1XT001CPFU7,GQY1XT001CAAHL,GQY1XT001AURCW,GQY1XT001E1LB8,GQY1XT001DYVCJ,GQY1XT001EJ2NZ,GQY1XT001DC38O,GQY1XT001ESLK1,GQY1XT001EUMTK,GQY1XT001BNE9R,GQY1XT001EI2ML,GQY1XT001EW7D9,GQY1XT001B5CJ0,GQY1XT001EWBEN,GQY1XT001BICQ0,GQY1XT001D5P6Y,GQY1XT001BV53N,GQY1XT001C21DS,GQY1XT001BUEPM,GQY1XT001D7F9N,GQY1XT001AGWCY,GQY1XT001AQT1T,GQY1XT001EMMHS,GQY1XT001ASZUC,GQY1XT001AFTQF,GQY1XT001BLWLI,GQY1XT001ENNPA,GQY1XT001DS6KU,GQY1XT001A9O15,GQY1XT001B6OUO,GQY1XT001AJOW5,GQY1XT001CLJFU,GQY1XT001A1JK2,GQY1XT001A1DYS,GQY1XT001ES2HT,GQY1XT001EOOSK,GQY1XT001EBLAU,GQY1XT001CQHOF,GQY1XT001DNZPY,GQY1XT001CR8K5,GQY1XT001ERHSV,GQY1XT001A6JQA,GQY1XT001DI86W,GQY1XT001CV5MU,GQY1XT001EBYSG,GQY1XT001B49VB,GQY1XT001EN14G,GQY1XT001B3QCS,GQY1XT001BOGVA,GQY1XT001CRBEX,GQY1XT001AZ57S,GQY1XT001AMQQL,GQY1XT001CTQ6E,GQY1XT001BDHMO,GQY1XT001C1NGJ,GQY1XT001EVBSG,GQY1XT001A6GZI,GQY1XT001D9FQA,GQY1XT001CU3N2,GQY1XT001C4ELX,GQY1XT001A6741,GQY1XT001A55GT,GQY1XT001BQ7AH,GQY1XT001BZS5O,GQY1XT001A1AXC,GQY1XT001A244Z,GQY1XT001APPQP,GQY1XT001CZ1DG,GQY1XT001CLSV9,GQY1XT001A6R6M,GQY1XT001EC0HW,GQY1XT001AOFFY,GQY1XT001BD6JY,GQY1XT001BBZXV,GQY1XT001DYU9E,GQY1XT001EI5SN,GQY1XT001E2EVZ,GQY1XT001EX4XT,GQY1XT001CXHUA,GQY1XT001EQJ4P,GQY1XT001CY3R9,GQY1XT001BMGP6,GQY1XT001A6GRQ,GQY1XT001EPUY2,GQY1XT001CXEMW,GQY1XT001E4J7R,GQY1XT001B06DG,GQY1XT001DJ7IB,GQY1XT001CHUUB,GQY1XT001D8TP2,GQY1XT001BPM8H,GQY1XT001EH0SF,GQY1XT001BVVS5,GQY1XT001E05L7,GQY1XT001EJZ47,GQY1XT001A7Y1M,GQY1XT001EM74B,GQY1XT001EBGJL,GQY1XT001CZXJ7,GQY1XT001D4LIQ,GQY1XT001BZD5Y,GQY1XT001EPG8K,GQY1XT001CL00W,GQY1XT001AOENW,GQY1XT001C9PGS,GQY1XT001CCMRB,GQY1XT001CYK62,GQY1XT001A4NF4,GQY1XT001DT1FO,GQY1XT001AEC57,GQY1XT001EZX12,GQY1XT001EMUIE,GQY1XT001CTE0Y,GQY1XT001BIKXC,GQY1XT001EX0Z9,GQY1XT001CSFV9,GQY1XT001AL28F,GQY1XT001C8QHT,GQY1XT001EO2DG,GQY1XT001BF4EP,GQY1XT001BFHK3,GQY1XT001ARX7Q,GQY1XT001BC2LP,GQY1XT001D2RVU,GQY1XT001CMFAR,GQY1XT001COY10,GQY1XT001B1RYB,GQY1XT001BMY72,GQY1XT001EDAZD,GQY1XT001DFSY2,GQY1XT001B29G0,GQY1XT001A7LSQ,GQY1XT001B8PKU,GQY1XT001D38P4,GQY1XT001C11PP,GQY1XT001BJJPB,GQY1XT001AF76I,GQY1XT001ER2XF,GQY1XT001BQDR5,GQY1XT001DLS9Z,GQY1XT001DWWGK,GQY1XT001DY8MD,GQY1XT001BXVPY,GQY1XT001A04F1,GQY1XT001CK76J,GQY1XT001AK9ZT,GQY1XT001BTPG9,GQY1XT001EE8R8,GQY1XT001C2PZT,GQY1XT001A2OX0,GQY1XT001D7YGN,GQY1XT001EQNBF,GQY1XT001EVK0Y,GQY1XT001CJA02,GQY1XT001EHLJ0,GQY1XT001CO6YX,GQY1XT001CVB0Q,GQY1XT001C3FQB,GQY1XT001CWG1T,GQY1XT001D7OMG,GQY1XT001EZK1S,GQY1XT001AM3U1,GQY1XT001BZYCE,GQY1XT001EU3IM,GQY1XT001EQEIE,GQY1XT001EFKS0,GQY1XT001CVRFX,GQY1XT001AN4DX,GQY1XT001DP017,GQY1XT001AW9QS,GQY1XT001ELZVW,GQY1XT001B9VWK,GQY1XT001AGGMX,GQY1XT001BQNLY,GQY1XT001DAGEK,GQY1XT001CLI5A,GQY1XT001CJQJ2,GQY1XT001BU5Q3,GQY1XT001ARLAC,GQY1XT001AV55W,GQY1XT001DQU45,GQY1XT001BX6AZ,GQY1XT001CYEDU,GQY1XT001BVCAR,GQY1XT001AK9ZM,GQY1XT001CI2X3,GQY1XT001CD2TE,GQY1XT001EMTNX,GQY1XT001DR3XR,GQY1XT001CL11X,GQY1XT001DLO6G,GQY1XT001EPED0,GQY1XT001DV3LT,GQY1XT001BXVB7,GQY1XT001ALGLX,GQY1XT001BIO0W,GQY1XT001CJHG6,GQY1XT001A4H6O,GQY1XT001ATXCI,GQY1XT001A2WJ7,GQY1XT001BAU64,GQY1XT001EQU4W,GQY1XT001E0QMY,GQY1XT001DR4IR,GQY1XT001DQH8D,GQY1XT001D0IUE,GQY1XT001CYWNJ,GQY1XT001CT2Y8,GQY1XT001CRN4Q,GQY1XT001CPIIV,GQY1XT001CDUTV,GQY1XT001C63ZO,GQY1XT001BS6XC,GQY1XT001BRI5J,GQY1XT001BQ8PZ,GQY1XT001BK6CX,GQY1XT001BIH94,GQY1XT001B86QA,GQY1XT001B1KEY,GQY1XT001AKS3M,GQY1XT001A6920,GQY1XT001A5HAA,GQY1XT001A0L4Y,GQY1XT001BGZ95,GQY1XT001B8MMV,GQY1XT001B874T,GQY1XT001A24VO,GQY1XT001BCPXE,GQY1XT001D8DF2,GQY1XT001B6JDA,GQY1XT001DNJTW,GQY1XT001C17XF,GQY1XT001CSOJQ,GQY1XT001EW9YL,GQY1XT001DTA9U,GQY1XT001CVN7D,GQY1XT001CIBK5,GQY1XT001CM93E,GQY1XT001DJWDU,GQY1XT001BA57I,GQY1XT001BV6GA,GQY1XT001DJLFL,GQY1XT001BZY4J,GQY1XT001B6FLF,GQY1XT001CSUJ4,GQY1XT001EROXV,GQY1XT001AX31T,GQY1XT001AK6C4,GQY1XT001BTYA6,GQY1XT001CXDH5,GQY1XT001CC4BR,GQY1XT001BRK7L,GQY1XT001BJLNX,GQY1XT001EWDK6,GQY1XT001BN5L0,GQY1XT001D6HUT,GQY1XT001DM4UF,GQY1XT001B7OBK,GQY1XT001E2HQ3,GQY1XT001DI0QG,GQY1XT001AKZP9,GQY1XT001DN0KZ,GQY1XT001CDI31,GQY1XT001CR1KJ,GQY1XT001ECEQD,GQY1XT001D0XFC,GQY1XT001DYZG3,GQY1XT001ELW1H,GQY1XT001A84V2,GQY1XT001AWB74,GQY1XT001A3OBX,GQY1XT001BY9PL,GQY1XT001BEYKX,GQY1XT001CBYOK,GQY1XT001BWL3Z,GQY1XT001AYZWA,GQY1XT001E5PN6,GQY1XT001C0T2W,GQY1XT001C8W5E,GQY1XT001DD1KA,GQY1XT001EH0NX,GQY1XT001E0882,GQY1XT001EJSZW,GQY1XT001BTUFQ,GQY1XT001AY8QH,GQY1XT001C43VX,GQY1XT001BV3M1,GQY1XT001CCSEU,GQY1XT001A1PKW,GQY1XT001EQ5J1,GQY1XT001DW731,GQY1XT001BEYWP,GQY1XT001BNELV,GQY1XT001CPXHL,GQY1XT001C7UGZ,GQY1XT001A4OD4,GQY1XT001CQXSR,GQY1XT001CKHUZ,GQY1XT001BGZJ2,GQY1XT001DTH8H,GQY1XT001BVDME,GQY1XT001CC8GF,GQY1XT001CZ4OP,GQY1XT001AD4LD,GQY1XT001BMK2V,GQY1XT001BK97D,GQY1XT001DY7UX,GQY1XT001B7J5E,GQY1XT001BDRR6,GQY1XT001DFZX6,GQY1XT001CUXGK,GQY1XT001B801B,GQY1XT001DGZO4,GQY1XT001C4KE3,GQY1XT001BFE0O,GQY1XT001B24N3,GQY1XT001A1MF2,GQY1XT001C3KYK,GQY1XT001C1312,GQY1XT001C8X7Q,GQY1XT001C5MD8,GQY1XT001BNTT7,GQY1XT001C9XPQ,GQY1XT001CEANQ,GQY1XT001EO1H8,GQY1XT001CTHOK,GQY1XT001CYAE6,GQY1XT001CLNLX,GQY1XT001EEQEE,GQY1XT001CUJNU,GQY1XT001AVYFV,GQY1XT001DM1QG,GQY1XT001BOUGF,GQY1XT001BY9S2,GQY1XT001CG1EJ,GQY1XT001EBIDB,GQY1XT001D06LN,GQY1XT001E2LAS,GQY1XT001CRSEZ,GQY1XT001ERI8T,GQY1XT001A2RW3,GQY1XT001A9MZN,GQY1XT001DUPMW,GQY1XT001CFI02,GQY1XT001CZ954,GQY1XT001DG3ZP,GQY1XT001A6UHU,GQY1XT001ALKG8,GQY1XT001EA6KO,GQY1XT001BPYZ1,GQY1XT001BB6LB,GQY1XT001C4POT,GQY1XT001D4UMU,GQY1XT001BACH4,GQY1XT001EQVUV,GQY1XT001DP598,GQY1XT001DCGAC,GQY1XT001CS1N6,GQY1XT001E1PEB,GQY1XT001EKOJW,GQY1XT001CPSKF,GQY1XT001A94E0,GQY1XT001B2DYH,GQY1XT001AWONG,GQY1XT001AKKIV,GQY1XT001D6VXU,GQY1XT001EEFK9,GQY1XT001EOC3V,GQY1XT001EAB7O,GQY1XT001D6L03,GQY1XT001ESI5K,GQY1XT001DJ8PQ,GQY1XT001AXNZK,GQY1XT001A34VU,GQY1XT001A4CHW,GQY1XT001B1UE3,GQY1XT001CJFSQ,GQY1XT001CJ6BG,GQY1XT001DFYUT,GQY1XT001CZ0F8,GQY1XT001D6LZV,GQY1XT001D1O97,GQY1XT001DT9NN,GQY1XT001BNEBK,GQY1XT001EALL7,GQY1XT001DX2W5,GQY1XT001AZXWG,GQY1XT001EK9VN,GQY1XT001DYAV4,GQY1XT001DYDDI,GQY1XT001DSYW6,GQY1XT001BR98J,GQY1XT001EDXHB,GQY1XT001CQA9D,GQY1XT001AOZKG,GQY1XT001DNBS2,GQY1XT001DB496,GQY1XT001EJT1L,GQY1XT001DJRNZ,GQY1XT001ANY5D,GQY1XT001C1PQL,GQY1XT001D1YI9,GQY1XT001BJ82R,GQY1XT001DW125,GQY1XT001DO6FQ,GQY1XT001BC00C,GQY1XT001BZGBH,GQY1XT001CMW4U,GQY1XT001BI9HC,GQY1XT001BO1FY,GQY1XT001BIQCZ,GQY1XT001D9ZBF,GQY1XT001D7RJF,GQY1XT001C2T6L,GQY1XT001E10US,GQY1XT001B05G9,GQY1XT001AZXB1,GQY1XT001AO8SV,GQY1XT001CNS7F,GQY1XT001BJUJT,GQY1XT001C18S2,GQY1XT001EFTUC,GQY1XT001D5KTI,GQY1XT001AX6N2,GQY1XT001C7XNV,GQY1XT001ARDSU,GQY1XT001D9N1Y,GQY1XT001EHPBE,GQY1XT001CJ8OS,GQY1XT001DHGZ8,GQY1XT001CQ11L,GQY1XT001CTKOR,GQY1XT001DVJHR,GQY1XT001EOKP7,GQY1XT001CQAMR,GQY1XT001DRJU4,GQY1XT001ATJ6D,GQY1XT001EWUDR,GQY1XT001BBO06,GQY1XT001CJVRW,GQY1XT001B595W,GQY1XT001CDL5E,GQY1XT001DLS0U,GQY1XT001AW6AM,GQY1XT001BRB5Q,GQY1XT001DD0CR,GQY1XT001BAPPM,GQY1XT001CTVJ6,GQY1XT001EXNPB,GQY1XT001BFTAL,GQY1XT001AVUF9,GQY1XT001CF80H,GQY1XT001CYO4N,GQY1XT001ANB0O,GQY1XT001E09U0,GQY1XT001BBIO8,GQY1XT001DVAA6,GQY1XT001D8CTJ,GQY1XT001A9MII,GQY1XT001BNRIH,GQY1XT001BKOY4,GQY1XT001CFDAI,GQY1XT001DAGPP,GQY1XT001BCKBX,GQY1XT001AVKUG,GQY1XT001ARMTZ,GQY1XT001BIG6R,GQY1XT001AXBKS,GQY1XT001AJKVV,GQY1XT001DH9HS,GQY1XT001DB9ZO,GQY1XT001BQDZM,GQY1XT001A5A60,GQY1XT001EVZ0V,GQY1XT001D5CJI,GQY1XT001CALYA,GQY1XT001EY75A,GQY1XT001EVXXJ,GQY1XT001EKUUZ,GQY1XT001EK05I,GQY1XT001EFRES,GQY1XT001EFNXT,GQY1XT001EALK6,GQY1XT001E4XQ4,GQY1XT001DMPFP,GQY1XT001DE7SC,GQY1XT001CWRSR,GQY1XT001CTEZP,GQY1XT001CECRN,GQY1XT001C5NOD,GQY1XT001C2TYR,GQY1XT001BQLY0,GQY1XT001BLS5P,GQY1XT001BHDKY,GQY1XT001B9MIR,GQY1XT001A5M9G,GQY1XT001A0QF5,GQY1XT001A022U,GQY1XT001CU9WS,GQY1XT001ANLCU,GQY1XT001AIXEE,GQY1XT001B906D,GQY1XT001BRE3R,GQY1XT001DX3A0,GQY1XT001EUBUP,GQY1XT001A6M5I,GQY1XT001BC6Q7,GQY1XT001CX1H6,GQY1XT001EDZ5U,GQY1XT001CBRAU,GQY1XT001CVVID,GQY1XT001DJCXP,GQY1XT001CYXJM,GQY1XT001EU1Y5,GQY1XT001CX0AO,GQY1XT001AL51N,GQY1XT001AQC3D,GQY1XT001C84XK,GQY1XT001DHRKZ,GQY1XT001BA0KM,GQY1XT001DQT8L,GQY1XT001D2DHU,GQY1XT001BLKNO,GQY1XT001DP9AD,GQY1XT001CGGF2,GQY1XT001B5ZU7,GQY1XT001BL13K,GQY1XT001B3JSC,GQY1XT001BY13Z,GQY1XT001B5K74,GQY1XT001EL6HP,GQY1XT001C3ZX3,GQY1XT001DYQL8,GQY1XT001BP6RO,GQY1XT001BOJJC,GQY1XT001C2PHH,GQY1XT001C1J6N,GQY1XT001DNGZT,GQY1XT001BAXKY,GQY1XT001EC6OZ,GQY1XT001AZPCK,GQY1XT001ARBNQ,GQY1XT001DXCTQ,GQY1XT001AKDXE,GQY1XT001CTNVC,GQY1XT001EYY7J,GQY1XT001ASUN0,GQY1XT001DN1SF,GQY1XT001A8MBN,GQY1XT001C425X,GQY1XT001CGOYC,GQY1XT001BC0VH,GQY1XT001C0MK5,GQY1XT001DYJIG,GQY1XT001B2OEA,GQY1XT001CKCQL,GQY1XT001C415O,GQY1XT001EN7WF,GQY1XT001BNZEE,GQY1XT001D2BI1,GQY1XT001DY8WC,GQY1XT001DDF7I,GQY1XT001AS8ZY,GQY1XT001AJFTQ,GQY1XT001BD2RA,GQY1XT001C1A0A,GQY1XT001B8JKM,GQY1XT001C6LL7,GQY1XT001BQ915,GQY1XT001BOZ44,GQY1XT001CPC3E,GQY1XT001DEP0I,GQY1XT001BRY65,GQY1XT001BM9F5,GQY1XT001C0R5C,GQY1XT001C5AJQ,GQY1XT001BCMFX,GQY1XT001EBYZZ,GQY1XT001BG31V,GQY1XT001COKBY,GQY1XT001BIJ9I,GQY1XT001CMPCY,GQY1XT001EC0F9,GQY1XT001DSMX6,GQY1XT001A0O6O,GQY1XT001DOGUM,GQY1XT001EEWJ9,GQY1XT001ENIMT,GQY1XT001EBWW5,GQY1XT001C1HKH,GQY1XT001B17T1,GQY1XT001EE2UG,GQY1XT001BNSO1,GQY1XT001B9X23,GQY1XT001CHJCS,GQY1XT001ESZ5P,GQY1XT001EGM0F,GQY1XT001C8O97,GQY1XT001CZZU2,GQY1XT001AEDQ9,GQY1XT001D86UC,GQY1XT001CUY3M,GQY1XT001AT1JP,GQY1XT001CP0PY,GQY1XT001AXSLY,GQY1XT001AZING,GQY1XT001EZ93U,GQY1XT001BL6IN,GQY1XT001BKC7N,GQY1XT001CP8N7,GQY1XT001A6JYM,GQY1XT001AF66V,GQY1XT001CLLBY,GQY1XT001ET2L4,GQY1XT001B1ED4,GQY1XT001B4VH4,GQY1XT001CST56,GQY1XT001E5CKK,GQY1XT001CXHGU,GQY1XT001BFE7N,GQY1XT001AUYII,GQY1XT001D8TVA,GQY1XT001D8M1P,GQY1XT001BVKXT,GQY1XT001B0EIN,GQY1XT001AXMWP,GQY1XT001D7XP5,GQY1XT001A1ZBE,GQY1XT001BDV2J,GQY1XT001BJ41M,GQY1XT001CT6FY,GQY1XT001APKV4,GQY1XT001AU7ZH,GQY1XT001BHMO4,GQY1XT001BEKE1,GQY1XT001COC7G,GQY1XT001DL4YD,GQY1XT001B5JOR,GQY1XT001CR944,GQY1XT001ATP9B,GQY1XT001DECZD,GQY1XT001CV2AY,GQY1XT001CRVHM,GQY1XT001ANU9F,GQY1XT001DNBEJ,GQY1XT001CN197,GQY1XT001DWQ4E,GQY1XT001CQ88B,GQY1XT001B4NJV,GQY1XT001ECZ4T,GQY1XT001BIGHK,GQY1XT001D9GVO,GQY1XT001AIB76,GQY1XT001EXZKO,GQY1XT001AH26W,GQY1XT001ANNKX,GQY1XT001ER2DH,GQY1XT001EPM2L,GQY1XT001ES9TH,GQY1XT001B7Q08,GQY1XT001DKOZN,GQY1XT001A3ODW,GQY1XT001A2USG,GQY1XT001ASV6W,GQY1XT001AG2UG,GQY1XT001A5INT,GQY1XT001D7XV1,GQY1XT001EHWL4,GQY1XT001CPU4Q,GQY1XT001B0ZWV,GQY1XT001CR1CU,GQY1XT001A0GMR,GQY1XT001CKFWF,GQY1XT001DF16V,GQY1XT001ATNWY,GQY1XT001DYJHX,GQY1XT001BXQDY,GQY1XT001EJP1X,GQY1XT001CIQ29,GQY1XT001D9AWJ,GQY1XT001EJ8ZT,GQY1XT001DJR03,GQY1XT001ESTUC,GQY1XT001CM5S4,GQY1XT001DP4UC,GQY1XT001D4FH6,GQY1XT001E4Q00,GQY1XT001D5EU8,GQY1XT001C4BJI,GQY1XT001CWWX5,GQY1XT001EKFSU,GQY1XT001CU50I,GQY1XT001CED2Y,GQY1XT001C30LH,GQY1XT001CEMHJ,GQY1XT001A3JIJ,GQY1XT001C62QU,GQY1XT001ET708,GQY1XT001A60IH,GQY1XT001AJIYZ,GQY1XT001BDHYY,GQY1XT001E40L9,GQY1XT001DOG0F,GQY1XT001CFM3M,GQY1XT001C7CY0,GQY1XT001AHJHV,GQY1XT001EXZY2,GQY1XT001DKXLV,GQY1XT001D1ILH,GQY1XT001CZOI5,GQY1XT001CB25N,GQY1XT001C3B5Z,GQY1XT001BXCYT,GQY1XT001BA130,GQY1XT001AY5SK,GQY1XT001C74ON,GQY1XT001B08Y7,GQY1XT001DN6FZ,GQY1XT001BN9LF,GQY1XT001CRWED,GQY1XT001BPGOL,GQY1XT001ASP3X,GQY1XT001A2N7X,GQY1XT001A6FGE,GQY1XT001CPN3M,GQY1XT001AI4HQ,GQY1XT001DBBZN,GQY1XT001C7L74,GQY1XT001BXSQB,GQY1XT001BZSHA,GQY1XT001EWMRQ,GQY1XT001A82UV,GQY1XT001EUH4M,GQY1XT001D3CCF,GQY1XT001AQSCG,GQY1XT001E1SZW,GQY1XT001E2V49,GQY1XT001CS9B7,GQY1XT001EG136,GQY1XT001EHH37,GQY1XT001BSATD,GQY1XT001ASCH2,GQY1XT001DXK1G,GQY1XT001DGK5V,GQY1XT001ATVD6,GQY1XT001BY2L5,GQY1XT001DTF0Z,GQY1XT001DS0NC,GQY1XT001AI2M1,GQY1XT001EZQXD,GQY1XT001B7LC2,GQY1XT001CQQ6W,GQY1XT001DBNMG,GQY1XT001ETTR6,GQY1XT001CQ5QS,GQY1XT001AFGAN,GQY1XT001ECD9Z,GQY1XT001CUFII,GQY1XT001BXNEK,GQY1XT001BCES0,GQY1XT001ESLWY,GQY1XT001ANI3T,GQY1XT001EM4VS,GQY1XT001DAFVM,GQY1XT001EKIWN,GQY1XT001AOQLF,GQY1XT001AT4Z2,GQY1XT001ASN32,GQY1XT001CBAGS,GQY1XT001DQUIM,GQY1XT001BZARI,GQY1XT001BGABE,GQY1XT001EM61F,GQY1XT001EBGRP,GQY1XT001CMTD8,GQY1XT001C7M2A,GQY1XT001ERB1D,GQY1XT001BZDTH,GQY1XT001CKSLT,GQY1XT001A3E3M,GQY1XT001CRGMC,GQY1XT001C3IPR,GQY1XT001AEAK5,GQY1XT001AWIEV,GQY1XT001B9O3F,GQY1XT001A367E,GQY1XT001DJRYN,GQY1XT001DWM4F,GQY1XT001DDGQ7,GQY1XT001B8D3C,GQY1XT001CUY7V,GQY1XT001D0GYA,GQY1XT001BRBAB,GQY1XT001B1ZIZ,GQY1XT001D7TTL,GQY1XT001EQ32R,GQY1XT001CB3Y7,GQY1XT001D4MT5,GQY1XT001A3S7L,GQY1XT001CBHUE,GQY1XT001ETF8R,GQY1XT001D5Z01,GQY1XT001D27LJ,GQY1XT001B1U2D,GQY1XT001CHB5X,GQY1XT001AWC8M,GQY1XT001C2K1M,GQY1XT001CIPKT,GQY1XT001AK03R,GQY1XT001E0KGO,GQY1XT001C3FQL,GQY1XT001DCFKH,GQY1XT001B2SLM,GQY1XT001CRG4B,GQY1XT001C12R9,GQY1XT001EDMW8,GQY1XT001AEWVX,GQY1XT001EK65N,GQY1XT001BHB0T,GQY1XT001APHQA,GQY1XT001DUHBW,GQY1XT001C0EHE,GQY1XT001D62N4,GQY1XT001AYJ71,GQY1XT001AVG74,GQY1XT001A26FG,GQY1XT001B9KPS,GQY1XT001AG65B,GQY1XT001DHIG8,GQY1XT001D3SMV,GQY1XT001D3TZB,GQY1XT001BGB16,GQY1XT001E46XG,GQY1XT001B8J0D,GQY1XT001AX3X9,GQY1XT001DJVBH,GQY1XT001BLQ49,GQY1XT001EBVD3,GQY1XT001D315D,GQY1XT001C0U4V,GQY1XT001AWOZ9,GQY1XT001C6DBG,GQY1XT001CS1JR,GQY1XT001BZ7OP,GQY1XT001DPXX1,GQY1XT001EJIHN,GQY1XT001COZ1X,GQY1XT001DEBQN,GQY1XT001A9ZSG,GQY1XT001C6NER,GQY1XT001DN0II,GQY1XT001CHS8Z,GQY1XT001D25E1,GQY1XT001DZVEK,GQY1XT001EKL1H,GQY1XT001AVBW7,GQY1XT001DTVVL,GQY1XT001B5VE8,GQY1XT001APIK9,GQY1XT001DRE0B,GQY1XT001D2H10,GQY1XT001AML0T,GQY1XT001C7YJR,GQY1XT001DM4Y2,GQY1XT001A2A1E,GQY1XT001CUK3A,GQY1XT001EY1AF,GQY1XT001C1H53,GQY1XT001CSFCC,GQY1XT001BYTRR,GQY1XT001EA3N9,GQY1XT001E4KFT,GQY1XT001D57T1,GQY1XT001CW87E,GQY1XT001CPRFJ,GQY1XT001CJU1Z,GQY1XT001CAFY1,GQY1XT001BUZXN,GQY1XT001BE1QH,GQY1XT001AX7LC,GQY1XT001AMP58,GQY1XT001AGHBZ,GQY1XT001BNQ9R,GQY1XT001A35YX,GQY1XT001CFAXV,GQY1XT001EJADA,GQY1XT001AEV92,GQY1XT001BH9D3,GQY1XT001AXXIS,GQY1XT001BWPLJ,GQY1XT001D24W8,GQY1XT001CUSY6,GQY1XT001B9CE0,GQY1XT001CCOM0,GQY1XT001D3QGK,GQY1XT001D010K,GQY1XT001DCC3R,GQY1XT001DNPSC,GQY1XT001EWX1X,GQY1XT001DS1OX,GQY1XT001CVJD2,GQY1XT001C09PK,GQY1XT001AXB3C,GQY1XT001BKH5U,GQY1XT001CFAAN,GQY1XT001DHPSR,GQY1XT001CILIM,GQY1XT001D55PN,GQY1XT001D5QY0,GQY1XT001C9UZW,GQY1XT001EWL6J,GQY1XT001EY7Y4,GQY1XT001EFE38,GQY1XT001D5OJB,GQY1XT001DRU1I,GQY1XT001EIS97,GQY1XT001EL9QA,GQY1XT001BJN5K,GQY1XT001CYEN4,GQY1XT001D279X,GQY1XT001BTY1Z,GQY1XT001EI691,GQY1XT001D8WPO,GQY1XT001DZZ25,GQY1XT001D9FQR,GQY1XT001DS6H6,GQY1XT001EWORZ,GQY1XT001EXQBU,GQY1XT001BNXXI,GQY1XT001C2IRO,GQY1XT001AEW1G,GQY1XT001ELDMU,GQY1XT001CS3E7,GQY1XT001B6B3Q,GQY1XT001BBG3X,GQY1XT001B0WSK,GQY1XT001DA77Z,GQY1XT001C471S,GQY1XT001CE11M,GQY1XT001DBBZ1,GQY1XT001BFOWX,GQY1XT001CNOEU,GQY1XT001DXBSF,GQY1XT001CSLOA,GQY1XT001E0EF3,GQY1XT001CQBJK,GQY1XT001AFMIR,GQY1XT001AODPW,GQY1XT001C5O8C,GQY1XT001CFPYQ,GQY1XT001AVV6Z,GQY1XT001ARKZ7,GQY1XT001CHRBC,GQY1XT001EB4UB,GQY1XT001D2IGI,GQY1XT001AIE36,GQY1XT001A4VUK,GQY1XT001DI8M6,GQY1XT001E1KY0,GQY1XT001D4PDG,GQY1XT001A4OPK,GQY1XT001ATD5Y,GQY1XT001ANVZN,GQY1XT001CYERI,GQY1XT001CTRUT,GQY1XT001A17RT,GQY1XT001BF2MZ,GQY1XT001EGKHS,GQY1XT001DPRV3,GQY1XT001B7R1Z,GQY1XT001A83W8,GQY1XT001A0DV5,GQY1XT001BTPVM,GQY1XT001BHSY6,GQY1XT001CGYM2,GQY1XT001AQB9P,GQY1XT001CJ2RL,GQY1XT001AXSMH,GQY1XT001ALC9G,GQY1XT001BB4LO,GQY1XT001AFHAS,GQY1XT001BJRUX,GQY1XT001EH32T,GQY1XT001BS31S,GQY1XT001DCMVP,GQY1XT001BIDZC,GQY1XT001D2NVG,GQY1XT001CPLL5,GQY1XT001BGGRU,GQY1XT001D8GGS,GQY1XT001EKHPU,GQY1XT001CK7U8,GQY1XT001CILA3,GQY1XT001BPOQX,GQY1XT001C4IBU,GQY1XT001AWWQF,GQY1XT001AN48N,GQY1XT001BBL07,GQY1XT001B89HR,GQY1XT001CD0GY,GQY1XT001DSP33,GQY1XT001EBF87,GQY1XT001B97IO,GQY1XT001B1RK6,GQY1XT001A3BFU,GQY1XT001C6TEV,GQY1XT001D8DEB,GQY1XT001AIGY3,GQY1XT001EAIFK,GQY1XT001D9LHN,GQY1XT001BK69S,GQY1XT001AU4P4,GQY1XT001CDKTZ,GQY1XT001CGSJ2,GQY1XT001CNUFR,GQY1XT001BXIWI,GQY1XT001DYTTC,GQY1XT001DU4SN,GQY1XT001AWI1R,GQY1XT001DC3WF,GQY1XT001AFTSQ,GQY1XT001BYVB9,GQY1XT001CO94G,GQY1XT001BVDTR,GQY1XT001D70VI,GQY1XT001COXTL,GQY1XT001C9KKS,GQY1XT001CO2U3,GQY1XT001BWN65,GQY1XT001CO879,GQY1XT001EWAJT,GQY1XT001D9TCR,GQY1XT001DIXZ8,GQY1XT001CWMOV,GQY1XT001DVMLY,GQY1XT001DFCF1,GQY1XT001BAQ61,GQY1XT001CU7A4,GQY1XT001AP5R6,GQY1XT001BOOGC,GQY1XT001AR7H9,GQY1XT001C6KF1,GQY1XT001ECGKW,GQY1XT001CDLDP,GQY1XT001C21CO,GQY1XT001BGO08,GQY1XT001AT35P,GQY1XT001EYA3D,GQY1XT001CTUTC,GQY1XT001BJ08J,GQY1XT001EOLW5,GQY1XT001BD9AO,GQY1XT001AOT5S,GQY1XT001EVJQU,GQY1XT001EMN8Q,GQY1XT001DHCX4,GQY1XT001D6X6V,GQY1XT001CZIKE,GQY1XT001BNPJI,GQY1XT001BN0MQ,GQY1XT001B2ORH,GQY1XT001AWOSP,GQY1XT001AW823,GQY1XT001AMCHS,GQY1XT001A0OW5,GQY1XT001AEGPB,GQY1XT001AEQFV,GQY1XT001BMKNG,GQY1XT001C3I9Q,GQY1XT001BMSDH,GQY1XT001EOC6R,GQY1XT001BZJOV,GQY1XT001C9SC0,GQY1XT001DA29A,GQY1XT001EB469,GQY1XT001CRCUY,GQY1XT001AQ3NP,GQY1XT001CKCAE,GQY1XT001BV7YN,GQY1XT001BYJ71,GQY1XT001COT01,GQY1XT001DY8NN,GQY1XT001CUEB9,GQY1XT001CJYVM,GQY1XT001A5PM2,GQY1XT001DJLXU,GQY1XT001AZDUE,GQY1XT001B6XVK,GQY1XT001E4HTN,GQY1XT001DGVEY,GQY1XT001B2DK0,GQY1XT001C7HSL,GQY1XT001CF9JV,GQY1XT001C2OR5,GQY1XT001B4MKR,GQY1XT001C9CMM,GQY1XT001C8WZI,GQY1XT001BQEBE,GQY1XT001C0GKM,GQY1XT001EEVD5,GQY1XT001AFIT4,GQY1XT001A2FU8,GQY1XT001BN8A1,GQY1XT001B3G09,GQY1XT001EVAO6,GQY1XT001EBDSM,GQY1XT001AQCQ3,GQY1XT001EIZRQ,GQY1XT001AMH2L,GQY1XT001AIQ57,GQY1XT001B8Y1E,GQY1XT001ECPBR,GQY1XT001CTAAW,GQY1XT001A57K4,GQY1XT001A64IU,GQY1XT001ESPCO,GQY1XT001CMDRP,GQY1XT001EZ8KF,GQY1XT001BC0JZ,GQY1XT001D8D02,GQY1XT001CPBDJ,GQY1XT001EPKS0,GQY1XT001AVBGJ,GQY1XT001C6ZGQ,GQY1XT001BTULM,GQY1XT001CEZR1,GQY1XT001DZ4KJ,GQY1XT001DTA12,GQY1XT001DNRPM,GQY1XT001DHNGC,GQY1XT001CGRGL,GQY1XT001B4ORA,GQY1XT001CNPM0,GQY1XT001CEFI4,GQY1XT001CE7RV,GQY1XT001C33XQ,GQY1XT001DDBFO,GQY1XT001DK53N,GQY1XT001D5GLQ,GQY1XT001A9KMB,GQY1XT001AGPLW,GQY1XT001BU7UZ,GQY1XT001C83ZR,GQY1XT001A02U0,GQY1XT001AV8N4,GQY1XT001BCYD0,GQY1XT001CADV8,GQY1XT001DHZ5S,GQY1XT001CH8FP,GQY1XT001B5V2Z,GQY1XT001BYNFB,GQY1XT001AOYCV,GQY1XT001CY09Y,GQY1XT001EM75F,GQY1XT001C5B1V,GQY1XT001A8FUK,GQY1XT001AVEG0,GQY1XT001EALAH,GQY1XT001C9INL,GQY1XT001C1254,GQY1XT001BW16C,GQY1XT001BZ3SU,GQY1XT001B1D79,GQY1XT001A02SM,GQY1XT001A5GI4,GQY1XT001BL4XU,GQY1XT001D1BOB,GQY1XT001BWD90,GQY1XT001AUZAN,GQY1XT001ER0TS,GQY1XT001D619L,GQY1XT001DJUYY,GQY1XT001DEI2T,GQY1XT001AVZSB,GQY1XT001CVSZF,GQY1XT001D3L54,GQY1XT001DIDDV,GQY1XT001BK2VQ,GQY1XT001B29D5,GQY1XT001C1982,GQY1XT001AVP0H,GQY1XT001AJUJ7,GQY1XT001ASG1K,GQY1XT001DCWJM,GQY1XT001B1XRI,GQY1XT001DATHE,GQY1XT001C1EQK,GQY1XT001BF2I6,GQY1XT001DHHB6,GQY1XT001DDWY3,GQY1XT001DB1YF,GQY1XT001CLSJI,GQY1XT001C0KA2,GQY1XT001B54M0,GQY1XT001AN067,GQY1XT001A2QBB,GQY1XT001BBSXG,GQY1XT001DD6U7,GQY1XT001CA8RO,GQY1XT001CSL92,GQY1XT001A3AY3,GQY1XT001ATY2G,GQY1XT001EPA6O,GQY1XT001C20N4,GQY1XT001D6M2J,GQY1XT001EOY3J,GQY1XT001CG0RI,GQY1XT001AV6NQ,GQY1XT001CX7QX,GQY1XT001DVZA3,GQY1XT001A1VSE,GQY1XT001DXUWO,GQY1XT001AYNYH,GQY1XT001AW94Y,GQY1XT001A4PFG,GQY1XT001DHLZS,GQY1XT001EM9YT,GQY1XT001BSLFI,GQY1XT001EASMA,GQY1XT001B90BP,GQY1XT001BDTEC,GQY1XT001BX51T,GQY1XT001CKJSG,GQY1XT001CISH7,GQY1XT001E1SFK,GQY1XT001DWQ9I,GQY1XT001DMTIP,GQY1XT001ANUXV,GQY1XT001CYRXV,GQY1XT001AEY22,GQY1XT001A5C9X,GQY1XT001CI6VA,GQY1XT001DQTLO,GQY1XT001AY5JB,GQY1XT001E1SHB,GQY1XT001BUNO3,GQY1XT001AIC7L,GQY1XT001B5DFZ,GQY1XT001BB1MM,GQY1XT001D0T19,GQY1XT001BFNZF,GQY1XT001BKUL6,GQY1XT001DSYRH,GQY1XT001CEKE1,GQY1XT001CGO55,GQY1XT001DB3NT,GQY1XT001CKOOM,GQY1XT001ECSEF,GQY1XT001EG8TA,GQY1XT001A3QJJ,GQY1XT001AL39S,GQY1XT001CQCQY,GQY1XT001E2QZQ,GQY1XT001DQEEZ,GQY1XT001DA9GP,GQY1XT001BMYYS,GQY1XT001CRC2U,GQY1XT001DXZ4M,GQY1XT001DUL26,GQY1XT001BT209,GQY1XT001DDGOS,GQY1XT001DTZ35,GQY1XT001A72UO,GQY1XT001DA4OW,GQY1XT001CIAM5,GQY1XT001B5QUY,GQY1XT001EBWPB,GQY1XT001BJTJO,GQY1XT001B96UY,GQY1XT001D1X1Y,GQY1XT001BSC6E,GQY1XT001B5QWY,GQY1XT001DBH9N,GQY1XT001DAIYQ,GQY1XT001AKYCB,GQY1XT001EYRDR,GQY1XT001DXP12,GQY1XT001DQRTQ,GQY1XT001B8UDA,GQY1XT001BXNXH,GQY1XT001DBS5O,GQY1XT001DEWS9,GQY1XT001D3G2K,GQY1XT001CLT8P,GQY1XT001AIO5C,GQY1XT001C073P,GQY1XT001CBY4I,GQY1XT001AUJC6,GQY1XT001CUI3H,GQY1XT001CZQ6G,GQY1XT001AQXT7,GQY1XT001BRAN0,GQY1XT001C9NHE,GQY1XT001BX3OZ,GQY1XT001CQE6W,GQY1XT001BXRT3,GQY1XT001BF9G8,GQY1XT001EULSU,GQY1XT001BFWUI,GQY1XT001BQEV5,GQY1XT001EUELC,GQY1XT001BJKAX,GQY1XT001ALFXW,GQY1XT001D83P0,GQY1XT001D3A23,GQY1XT001CHP4M,GQY1XT001B5HZQ,GQY1XT001CVEA4,GQY1XT001D7Z2O,GQY1XT001BEHW8,GQY1XT001A03MF,GQY1XT001CH9Z8,GQY1XT001DH0HG,GQY1XT001BQXFL,GQY1XT001DNZJK,GQY1XT001BVN1L,GQY1XT001ATCKV,GQY1XT001EIE5P,GQY1XT001DCLP1,GQY1XT001DXQCW,GQY1XT001EH7AZ,GQY1XT001B974C,GQY1XT001EM57R,GQY1XT001DM3A2,GQY1XT001CHGC7,GQY1XT001EVWW5,GQY1XT001BGFW7,GQY1XT001BXZ9N,GQY1XT001DN9R9,GQY1XT001AYXB1,GQY1XT001CPMNK,GQY1XT001EGVT7,GQY1XT001CGQTC,GQY1XT001ETWOK,GQY1XT001DFGBR,GQY1XT001CUGZF,GQY1XT001EKHJP,GQY1XT001B2FMJ,GQY1XT001DPCS8,GQY1XT001BU9WE,GQY1XT001EM8K8,GQY1XT001BZTPN,GQY1XT001DFRC0,GQY1XT001ATFJR,GQY1XT001EV89V,GQY1XT001D8R5Y,GQY1XT001DVP2V,GQY1XT001D0HV8,GQY1XT001EVI5F,GQY1XT001CS7ST,GQY1XT001C214B,GQY1XT001BN6NF,GQY1XT001DO5VF,GQY1XT001C9M5R,GQY1XT001AZVWD,GQY1XT001BCWBC,GQY1XT001DDJTO,GQY1XT001D215O,GQY1XT001DOO8S,GQY1XT001EUXZF,GQY1XT001C3VFW,GQY1XT001D595G,GQY1XT001CL1KC,GQY1XT001A2WDU,GQY1XT001AIHNN,GQY1XT001AIUKH,GQY1XT001DRVQE,GQY1XT001D2ZQQ,GQY1XT001BZ23J,GQY1XT001A3G6K,GQY1XT001A8Z6A,GQY1XT001DDZMN,GQY1XT001DXZXZ,GQY1XT001CXY4U,GQY1XT001AXBFT,GQY1XT001DWYVY,GQY1XT001AZWT0,GQY1XT001DO61X,GQY1XT001EIL6A,GQY1XT001CK68Y,GQY1XT001CURH2,GQY1XT001EQOA5,GQY1XT001DO0AI,GQY1XT001D6TRC,GQY1XT001AOTG7,GQY1XT001BSTNP,GQY1XT001CGMAS,GQY1XT001D47FE,GQY1XT001CNTKA,GQY1XT001BKERR,GQY1XT001EF372,GQY1XT001A18TU,GQY1XT001DM1O3,GQY1XT001EWR30,GQY1XT001ECCM8,GQY1XT001DY8OD,GQY1XT001DFK4S,GQY1XT001DB7FL,GQY1XT001D14IE,GQY1XT001CYHMN,GQY1XT001CPY9L,GQY1XT001BXCSP,GQY1XT001BRMBU,GQY1XT001BBWVY,GQY1XT001AZZZM,GQY1XT001AYAJ6,GQY1XT001AKVG6,GQY1XT001AKC4R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DOO7Q"; -secondCol = "GQY1XT001DOO7Q,GQY1XT001COXGU,GQY1XT001DXCDK,GQY1XT001DOY1R,GQY1XT001A24J8,GQY1XT001D69PB,GQY1XT001EOWW2,GQY1XT001BW1OM,GQY1XT001BEXR7,GQY1XT001B8NDP,GQY1XT001B2H4A,GQY1XT001BOT4F,GQY1XT001CDPA7,GQY1XT001DWMZ6,GQY1XT001AKL4H,GQY1XT001AHJJS,GQY1XT001DBJRU,GQY1XT001BB6HO,GQY1XT001B6I3F,GQY1XT001DJ8R9,GQY1XT001C0GU1,GQY1XT001CG97Q,GQY1XT001C9PVX,GQY1XT001CY6WD,GQY1XT001DQAHC,GQY1XT001CRMCH,GQY1XT001EVLO5,GQY1XT001DRWVX,GQY1XT001AEGCJ,GQY1XT001AZQ1W,GQY1XT001DYP8T,GQY1XT001ANQCO,GQY1XT001EGPKU,GQY1XT001DH0G2,GQY1XT001BIIB0,GQY1XT001DG7F0,GQY1XT001C8SPY,GQY1XT001CYDW6,GQY1XT001C3ZB1,GQY1XT001C5TEQ,GQY1XT001DASRR,GQY1XT001B94IU,GQY1XT001CCUW4,GQY1XT001EJXJ1,GQY1XT001EYRT7,GQY1XT001AIT2V,GQY1XT001BI36T,GQY1XT001EFLRU,GQY1XT001D07LV,GQY1XT001EVZDW,GQY1XT001DR3QS,GQY1XT001BVG3P,GQY1XT001EGMFB,GQY1XT001BMCU3,GQY1XT001DAYT2,GQY1XT001DTYBN,GQY1XT001CRPXD,GQY1XT001CBWYN,GQY1XT001E34PG,GQY1XT001EBTLV,GQY1XT001DIXCA,GQY1XT001DDD1L,GQY1XT001CC38V,GQY1XT001EU81M,GQY1XT001CX3TH,GQY1XT001D1FQF,GQY1XT001APJH1,GQY1XT001CD9UN,GQY1XT001CFW33,GQY1XT001A8X6J,GQY1XT001B4HDG,GQY1XT001D188H,GQY1XT001CDAT6,GQY1XT001CSU23,GQY1XT001ERFKI,GQY1XT001CBYFW,GQY1XT001C82KO,GQY1XT001B9P4W,GQY1XT001B6GND,GQY1XT001EIONT,GQY1XT001A32IP,GQY1XT001E08DT,GQY1XT001BRNT0,GQY1XT001DTIQX,GQY1XT001A4X79,GQY1XT001CXIXK,GQY1XT001DIBC3,GQY1XT001CL41M,GQY1XT001EGTDS,GQY1XT001D6FK8,GQY1XT001B3B3G,GQY1XT001DJ5EN,GQY1XT001A3WN8,GQY1XT001A3QO4,GQY1XT001DTL7A,GQY1XT001B7ZSE,GQY1XT001DE4AV,GQY1XT001C3SPT,GQY1XT001AHYJF,GQY1XT001B0YNA,GQY1XT001B8UAZ,GQY1XT001A4WUM,GQY1XT001ES5I3,GQY1XT001EMVY2,GQY1XT001BO77F,GQY1XT001ETCVG,GQY1XT001DL3PO,GQY1XT001EGKHD,GQY1XT001BIJSU,GQY1XT001BQS8T,GQY1XT001A2NUB,GQY1XT001C2E4B,GQY1XT001AXPBN,GQY1XT001CFFRP,GQY1XT001A8SX6,GQY1XT001A5553,GQY1XT001EIJJW,GQY1XT001A44UE,GQY1XT001CGOVU,GQY1XT001EGE9U,GQY1XT001D224Q,GQY1XT001EOJJ5,GQY1XT001CIC3B,GQY1XT001A1JKK,GQY1XT001DMPY4,GQY1XT001AD92H,GQY1XT001EO7BN,GQY1XT001CA76D,GQY1XT001CI7DT,GQY1XT001CE8I3,GQY1XT001DBQ6C,GQY1XT001DJFMD,GQY1XT001DN5AE,GQY1XT001EVH1S,GQY1XT001EEX6U,GQY1XT001DLSGO,GQY1XT001C0NM6,GQY1XT001B1B38,GQY1XT001CFQZ6,GQY1XT001B1AY1,GQY1XT001DLD8F,GQY1XT001D6DYS,GQY1XT001EQ4JW,GQY1XT001BETQ8,GQY1XT001CQP5N,GQY1XT001CN2VV,GQY1XT001AUVCL,GQY1XT001AUAM2,GQY1XT001C91IF,GQY1XT001D6Y59,GQY1XT001DMR3E,GQY1XT001DD02N,GQY1XT001DK392,GQY1XT001BEZV0,GQY1XT001CNF2P,GQY1XT001DMKMJ,GQY1XT001ELMHE,GQY1XT001DZWN2,GQY1XT001DXQO5,GQY1XT001DB91C,GQY1XT001D4LZM,GQY1XT001B9AVS,GQY1XT001B6592,GQY1XT001AO48K,GQY1XT001BGVWG,GQY1XT001CS23Q,GQY1XT001B3U8B,GQY1XT001ATL71,GQY1XT001DPK1M,GQY1XT001BTVGX,GQY1XT001A12PX,GQY1XT001ATQRL,GQY1XT001CVAW3,GQY1XT001BDAHS,GQY1XT001CO37Q,GQY1XT001BKHSD,GQY1XT001AJR6A,GQY1XT001BUKVL,GQY1XT001DNFOJ,GQY1XT001CTYG8,GQY1XT001EHEFP,GQY1XT001DCSMC,GQY1XT001D0FX3,GQY1XT001DLGXE,GQY1XT001ERLW1,GQY1XT001EGSPY,GQY1XT001D83H1,GQY1XT001B2DH4,GQY1XT001ASM8W,GQY1XT001A617J,GQY1XT001BLXWF,GQY1XT001A46K4,GQY1XT001EIHIX,GQY1XT001BFPPG,GQY1XT001CN46A,GQY1XT001DNMUL,GQY1XT001BZW44,GQY1XT001CKLY4,GQY1XT001BK3CP,GQY1XT001D7NH5,GQY1XT001CXS3R,GQY1XT001DX21D,GQY1XT001DN2U3,GQY1XT001B5KZ5,GQY1XT001CH00X,GQY1XT001CUB6D,GQY1XT001CA6WQ,GQY1XT001C5EZO,GQY1XT001BRE8Y,GQY1XT001DY7QU,GQY1XT001AEWQJ,GQY1XT001EYY0J,GQY1XT001BZ48X,GQY1XT001CPROA,GQY1XT001CWAKV,GQY1XT001CA7P5,GQY1XT001A97H9,GQY1XT001BE2QS,GQY1XT001DZJD6,GQY1XT001BUGBT,GQY1XT001DPLEO,GQY1XT001DUPVW,GQY1XT001EMGDM,GQY1XT001DR2FO,GQY1XT001EXR8Z,GQY1XT001EMORE,GQY1XT001CH388,GQY1XT001A5E24,GQY1XT001CBAO6,GQY1XT001BONGM,GQY1XT001CZING,GQY1XT001AJ8EM,GQY1XT001EWGF5,GQY1XT001A56P8,GQY1XT001DWLFV,GQY1XT001ERXPU,GQY1XT001EJK7B,GQY1XT001CENGK,GQY1XT001BZR2S,GQY1XT001DH0S6,GQY1XT001CT0AE,GQY1XT001D6Z5F,GQY1XT001AT601,GQY1XT001AU6A4,GQY1XT001B0NAV,GQY1XT001A5J23,GQY1XT001AGLZ7,GQY1XT001EIVA8,GQY1XT001BHJAI,GQY1XT001AKFZB,GQY1XT001BI86R,GQY1XT001E3VHE,GQY1XT001A68ZN,GQY1XT001ANH90,GQY1XT001B3FAY,GQY1XT001BA4QN,GQY1XT001BXZR0,GQY1XT001CZ5LK,GQY1XT001AUJEP,GQY1XT001EMZUN,GQY1XT001CY7S1,GQY1XT001DUYER,GQY1XT001AXTTO,GQY1XT001B3O8S,GQY1XT001DM3X2,GQY1XT001CS67D,GQY1XT001DV2KO,GQY1XT001CL3UT,GQY1XT001DLJAC,GQY1XT001B9B9O,GQY1XT001C6144,GQY1XT001B1TYW,GQY1XT001E01M4,GQY1XT001EBJ7J,GQY1XT001EZ68J,GQY1XT001CTJI6,GQY1XT001AZU1U,GQY1XT001B30A7,GQY1XT001EF16S,GQY1XT001EC4V2,GQY1XT001D50OK,GQY1XT001AXO48,GQY1XT001A5WGQ,GQY1XT001B80ML,GQY1XT001D1UZ5,GQY1XT001EIVHZ,GQY1XT001B24AX,GQY1XT001AQJ8V,GQY1XT001ECRQL,GQY1XT001BIAI9,GQY1XT001DLBRI,GQY1XT001BCCPZ,GQY1XT001B5OJ0,GQY1XT001A1I4U,GQY1XT001EI2QW,GQY1XT001B9VZ1,GQY1XT001D60NB,GQY1XT001DTQNW,GQY1XT001DH5R1,GQY1XT001BAI7D,GQY1XT001B5DGA,GQY1XT001B8AS7,GQY1XT001B3564,GQY1XT001CT5GI,GQY1XT001EZ4UT,GQY1XT001DIJAO,GQY1XT001A8GMJ,GQY1XT001B39RF,GQY1XT001CLTUA,GQY1XT001DXDHS,GQY1XT001DEZD4,GQY1XT001ESJ37,GQY1XT001A5L7N,GQY1XT001CU8KV,GQY1XT001DNSJI,GQY1XT001B6YID,GQY1XT001DC15J,GQY1XT001DLW4I,GQY1XT001DD40A,GQY1XT001BO2NK,GQY1XT001DHK94,GQY1XT001ANTU2,GQY1XT001CBSGR,GQY1XT001AP98B,GQY1XT001B3LLW,GQY1XT001EUNJF,GQY1XT001CFJ96,GQY1XT001CW5UC,GQY1XT001BGTB0,GQY1XT001B9K40,GQY1XT001D62J1,GQY1XT001ARI31,GQY1XT001CV6H8,GQY1XT001D3M1Q,GQY1XT001A991D,GQY1XT001DPFV3,GQY1XT001EPSDD,GQY1XT001BJJPM,GQY1XT001EZJ8O,GQY1XT001EGHQ4,GQY1XT001D317P,GQY1XT001CQNSZ,GQY1XT001CCJ3N,GQY1XT001C0ON5,GQY1XT001CN37L,GQY1XT001BQS95,GQY1XT001CC83C,GQY1XT001CFYEZ,GQY1XT001CFYG3,GQY1XT001B6YL1,GQY1XT001BR15L,GQY1XT001DNTM9,GQY1XT001DBQUO,GQY1XT001CCGG6,GQY1XT001CDWRC,GQY1XT001AZFMW,GQY1XT001E1VNN,GQY1XT001DM2DC,GQY1XT001AY3TB,GQY1XT001DN0AO,GQY1XT001B1M3G,GQY1XT001DVTS0,GQY1XT001CF4IK,GQY1XT001B57UO,GQY1XT001D6WO2,GQY1XT001B2D5G,GQY1XT001EWAEQ,GQY1XT001DV7MG,GQY1XT001C6JLJ,GQY1XT001BC6AT,GQY1XT001DWY00,GQY1XT001ENCVR,GQY1XT001BAIIN,GQY1XT001C4PTZ,GQY1XT001EQHR9,GQY1XT001C817O,GQY1XT001A2L7Q,GQY1XT001AO88T,GQY1XT001BZIV7,GQY1XT001BOYJR,GQY1XT001DI60Z,GQY1XT001EC5CI,GQY1XT001BJKZH,GQY1XT001D7GLM,GQY1XT001ER8X2,GQY1XT001EJ2WJ,GQY1XT001E37KD,GQY1XT001E1EKJ,GQY1XT001DXDRR,GQY1XT001D86MT,GQY1XT001COFSZ,GQY1XT001CKTAN,GQY1XT001CJRBO,GQY1XT001CD1WC,GQY1XT001C3QG0,GQY1XT001BXNHN,GQY1XT001AISDT,GQY1XT001AF3N0,GQY1XT001AEYXB,GQY1XT001CVJYK,GQY1XT001DOSCP,GQY1XT001C1YA7,GQY1XT001EJLN2,GQY1XT001BJVEG,GQY1XT001CXV5K,GQY1XT001EHVKL,GQY1XT001EDKFN,GQY1XT001BA3JB,GQY1XT001CGK4E,GQY1XT001ATYC7,GQY1XT001CITR5,GQY1XT001DFHXM,GQY1XT001EYB1V,GQY1XT001DS0QI,GQY1XT001EG59M,GQY1XT001BXMEI,GQY1XT001AXYT1,GQY1XT001D6QK0,GQY1XT001A6EGT,GQY1XT001BMF5G,GQY1XT001EBEOF,GQY1XT001DLKQR,GQY1XT001BR6FL,GQY1XT001AU14E,GQY1XT001EHUVJ,GQY1XT001DATRG,GQY1XT001AWIF3,GQY1XT001AWG58,GQY1XT001E0S6T,GQY1XT001AZP7U,GQY1XT001EQ1V0,GQY1XT001EH3W7,GQY1XT001D1Q7A,GQY1XT001DQNB4,GQY1XT001CUUZU,GQY1XT001CI5XZ,GQY1XT001EE17S,GQY1XT001DK196,GQY1XT001B1E9K,GQY1XT001APQ58,GQY1XT001ERS2H,GQY1XT001AN3Q4,GQY1XT001DVZVT,GQY1XT001DT5SV,GQY1XT001DNW9F,GQY1XT001AWWWO,GQY1XT001EHKOL,GQY1XT001BF26T,GQY1XT001BQEA0,GQY1XT001A51IU,GQY1XT001COMLY,GQY1XT001ELM9Y,GQY1XT001BD5R7,GQY1XT001C2T0I,GQY1XT001EAAPX,GQY1XT001ASFYV,GQY1XT001AMM3S,GQY1XT001C1FUZ,GQY1XT001DDJ0M,GQY1XT001D79GN,GQY1XT001CR0X3,GQY1XT001ASAY8,GQY1XT001DKV5W,GQY1XT001D6EV9,GQY1XT001D4VAU,GQY1XT001BEVZS,GQY1XT001BHJJ6,GQY1XT001EYNI2,GQY1XT001BWR2G,GQY1XT001CCREZ,GQY1XT001C1Q5N,GQY1XT001AFHZV,GQY1XT001BGR2K,GQY1XT001EFH2Z,GQY1XT001DPKYJ,GQY1XT001BSVYL,GQY1XT001CZR4B,GQY1XT001B8JNK,GQY1XT001D8BVZ,GQY1XT001CJVAZ,GQY1XT001D36LM,GQY1XT001D0BHQ,GQY1XT001A4PIC,GQY1XT001DVIEX,GQY1XT001BUKE9,GQY1XT001BF6D5,GQY1XT001DL4JQ,GQY1XT001C0WLY,GQY1XT001BDAQ5,GQY1XT001EEAXW,GQY1XT001BMBMI,GQY1XT001BEYYR,GQY1XT001BOC23,GQY1XT001DOI2I,GQY1XT001BP7YN,GQY1XT001CX7R0,GQY1XT001D3O73,GQY1XT001CISVB,GQY1XT001COMFE,GQY1XT001A71RH,GQY1XT001DIRMX,GQY1XT001DESR6,GQY1XT001D2658,GQY1XT001DPX1Q,GQY1XT001CDRBL,GQY1XT001BY7SR,GQY1XT001CM6SH,GQY1XT001EJKSQ,GQY1XT001DBU9Q,GQY1XT001A3F6L,GQY1XT001ANO6Q,GQY1XT001A6YC5,GQY1XT001EABUW,GQY1XT001BYPGQ,GQY1XT001D6RY6,GQY1XT001CIGFF,GQY1XT001AW432,GQY1XT001BHK47,GQY1XT001BD4J7,GQY1XT001CHS7B,GQY1XT001AUQ8G,GQY1XT001BT8RG,GQY1XT001C01WN,GQY1XT001DPP6X,GQY1XT001B62OR,GQY1XT001DM9G5,GQY1XT001CJZQR,GQY1XT001EJB4A,GQY1XT001BX97D,GQY1XT001DSGUZ,GQY1XT001DJ48Q,GQY1XT001BTVVF,GQY1XT001CSGJX,GQY1XT001CM5OO,GQY1XT001EM6V3,GQY1XT001BPR0Q,GQY1XT001AOIMQ,GQY1XT001EV86G,GQY1XT001BBKNP,GQY1XT001A9F4L,GQY1XT001BN182,GQY1XT001B41BD,GQY1XT001BLA04,GQY1XT001CHDHR,GQY1XT001CY9SW,GQY1XT001EP8IT,GQY1XT001DHJF5,GQY1XT001C20OK,GQY1XT001EFM9Y,GQY1XT001EFQTA,GQY1XT001A6S9U,GQY1XT001B7H9Z,GQY1XT001DESRY,GQY1XT001AFD98,GQY1XT001CN8TT,GQY1XT001CJ5QW,GQY1XT001ETMOD,GQY1XT001BQROX,GQY1XT001DO3QD,GQY1XT001DARVP,GQY1XT001C3P31,GQY1XT001CXXBW,GQY1XT001BT78F,GQY1XT001A32HJ,GQY1XT001EVJHE,GQY1XT001CO7RO,GQY1XT001CM46H,GQY1XT001C6QU4,GQY1XT001DTBWQ,GQY1XT001CYXGU,GQY1XT001CLIU7,GQY1XT001B6JJW,GQY1XT001ATGWN,GQY1XT001BU3ER,GQY1XT001BSRJV,GQY1XT001EV4NL,GQY1XT001DHW2K,GQY1XT001D6BUO,GQY1XT001BW8V9,GQY1XT001DRRF2,GQY1XT001AHY2T,GQY1XT001BLOHO,GQY1XT001BOE8X,GQY1XT001CMEOV,GQY1XT001CGL4H,GQY1XT001DSSVQ,GQY1XT001B5XIT,GQY1XT001EQ9K8,GQY1XT001D6VOX,GQY1XT001DAMDX,GQY1XT001A1DHS,GQY1XT001BTW7S,GQY1XT001BSCL6,GQY1XT001BDHC4,GQY1XT001A52M1,GQY1XT001DE2UI,GQY1XT001BP0V2,GQY1XT001B7UUV,GQY1XT001BNBJS,GQY1XT001DJ21A,GQY1XT001C47PI,GQY1XT001BNIBA,GQY1XT001AFO9B,GQY1XT001AUUCO,GQY1XT001AZH65,GQY1XT001ASCMR,GQY1XT001CAZ7O,GQY1XT001E200E,GQY1XT001CW47I,GQY1XT001AGBMZ,GQY1XT001C0LAI,GQY1XT001CX15C,GQY1XT001APBDT,GQY1XT001DBKX7,GQY1XT001COHRM,GQY1XT001B1R8V,GQY1XT001BPK71,GQY1XT001AIX9R,GQY1XT001D1VAJ,GQY1XT001BEPLH,GQY1XT001AIW8E,GQY1XT001BDZWY,GQY1XT001AIZXR,GQY1XT001BK0EZ,GQY1XT001CXV8G,GQY1XT001ALHR8,GQY1XT001DPSYG,GQY1XT001EPP1U,GQY1XT001BN808,GQY1XT001BIF1M,GQY1XT001AFBE2,GQY1XT001DA7KD,GQY1XT001C1QTO,GQY1XT001AYWXV,GQY1XT001DN4N5,GQY1XT001AZM5H,GQY1XT001CT1TU,GQY1XT001CMWQN,GQY1XT001DL10Q,GQY1XT001DUNDL,GQY1XT001EH8Q9,GQY1XT001AR27C,GQY1XT001CLR2V,GQY1XT001A2FDB,GQY1XT001CYEVH,GQY1XT001BFEKJ,GQY1XT001EFVD0,GQY1XT001DPUQG,GQY1XT001C47JR,GQY1XT001B496B,GQY1XT001DAESI,GQY1XT001EYPIJ,GQY1XT001DUKJY,GQY1XT001BW0W8,GQY1XT001CAUMK,GQY1XT001BEFOE,GQY1XT001A0IFS,GQY1XT001D8DR2,GQY1XT001B6K1S,GQY1XT001C6IRY,GQY1XT001DC80G,GQY1XT001CPBRQ,GQY1XT001DLB3L,GQY1XT001A7CXA,GQY1XT001DV71X,GQY1XT001A415D,GQY1XT001B022F,GQY1XT001C5Q09,GQY1XT001DWP17,GQY1XT001DEYJ7,GQY1XT001BJ25U,GQY1XT001ALFTB,GQY1XT001DU6GJ,GQY1XT001EIRGK,GQY1XT001DSCJ5,GQY1XT001BP8V4,GQY1XT001B9ZYB,GQY1XT001B7AVJ,GQY1XT001EYM9G,GQY1XT001EVJEQ,GQY1XT001EIQ00,GQY1XT001EG6AF,GQY1XT001ED4YO,GQY1XT001E4BAZ,GQY1XT001DNP3C,GQY1XT001DAIJO,GQY1XT001D9128,GQY1XT001D5UDZ,GQY1XT001D54FR,GQY1XT001CUUL7,GQY1XT001CMJYG,GQY1XT001CF2QL,GQY1XT001C7D91,GQY1XT001BFG7R,GQY1XT001ANOTG,GQY1XT001AZUUF,GQY1XT001ED5QD,GQY1XT001E1T09,GQY1XT001CHKSG,GQY1XT001CI646,GQY1XT001EFAQI,GQY1XT001DFRDX,GQY1XT001BU16S,GQY1XT001CKNMM,GQY1XT001AL11Z,GQY1XT001AH3W3,GQY1XT001CUVW8,GQY1XT001CFT1O,GQY1XT001BMU71,GQY1XT001BJPDA,GQY1XT001AI3UO,GQY1XT001EJHX4,GQY1XT001DNXPT,GQY1XT001DMUHS,GQY1XT001DN8FL,GQY1XT001CXJIE,GQY1XT001CMLVH,GQY1XT001DM3ZD,GQY1XT001AYFT5,GQY1XT001CQ1YX,GQY1XT001BQVD5,GQY1XT001CV205,GQY1XT001AX3M6,GQY1XT001B3QLS,GQY1XT001BN4GI,GQY1XT001DU121,GQY1XT001ECCL8,GQY1XT001EBB6J,GQY1XT001BEGUG,GQY1XT001EX39R,GQY1XT001ED3H2,GQY1XT001CWA2G,GQY1XT001E38JT,GQY1XT001EB1CI,GQY1XT001E08BA,GQY1XT001A17X9,GQY1XT001EV18O,GQY1XT001AMHON,GQY1XT001CZQ5G,GQY1XT001AK7OQ,GQY1XT001CLX4O,GQY1XT001AV6IZ,GQY1XT001AJG7F,GQY1XT001BY3OO,GQY1XT001CS98W,GQY1XT001CIY5E,GQY1XT001CF4AU,GQY1XT001CU22L,GQY1XT001BB5CX,GQY1XT001COWPZ,GQY1XT001A35E0,GQY1XT001CWU8M,GQY1XT001A7051,GQY1XT001CLI7S,GQY1XT001D8FVA,GQY1XT001AY25Y,GQY1XT001D11HM,GQY1XT001ALJO8,GQY1XT001DX5I9,GQY1XT001A49WJ,GQY1XT001AWZPZ,GQY1XT001EA2W2,GQY1XT001D7PAT,GQY1XT001BZBNS,GQY1XT001D92YU,GQY1XT001EEGEO,GQY1XT001E0S8Y,GQY1XT001EJFIU,GQY1XT001ALZGE,GQY1XT001DAX8U,GQY1XT001EKUL1,GQY1XT001E3F1Q,GQY1XT001AXRPI,GQY1XT001BVQO5,GQY1XT001ASPA0,GQY1XT001C2BR8,GQY1XT001BWLAI,GQY1XT001D2WUK,GQY1XT001C8RF3,GQY1XT001B2MUB,GQY1XT001ETM76,GQY1XT001BFV00,GQY1XT001CB6SK,GQY1XT001BO22C,GQY1XT001BVGXI,GQY1XT001CWG2U,GQY1XT001AV8RY,GQY1XT001DWYQ9,GQY1XT001BO847,GQY1XT001A2HXM,GQY1XT001EU9N9,GQY1XT001CMEJL,GQY1XT001B5GJ9,GQY1XT001AO390,GQY1XT001BE92L,GQY1XT001ECXXI,GQY1XT001AIPB6,GQY1XT001D5GDO,GQY1XT001DBNZV,GQY1XT001D9XOM,GQY1XT001AZ0UZ,GQY1XT001EHKJ0,GQY1XT001E3GA4,GQY1XT001CLDDM,GQY1XT001BF3KN,GQY1XT001ESNU7,GQY1XT001C18YL,GQY1XT001EP6WZ,GQY1XT001B4KP4,GQY1XT001C3M3M,GQY1XT001C302Z,GQY1XT001AOI7U,GQY1XT001EN3CT,GQY1XT001BP5VT,GQY1XT001DSCGC,GQY1XT001BXDJ1,GQY1XT001B2DTK,GQY1XT001DRXSX,GQY1XT001CBQWA,GQY1XT001DA2IZ,GQY1XT001B8823,GQY1XT001ERDL5,GQY1XT001DDPXZ,GQY1XT001ESNDC,GQY1XT001EFGKQ,GQY1XT001A6ETY,GQY1XT001BUKOK,GQY1XT001BTRCX,GQY1XT001D382S,GQY1XT001COP50,GQY1XT001BYSF4,GQY1XT001DKY0X,GQY1XT001C3TQ4,GQY1XT001CQXKQ,GQY1XT001A66PI,GQY1XT001A0OK4,GQY1XT001DHEYW,GQY1XT001C5JJR,GQY1XT001AM5JQ,GQY1XT001C503J,GQY1XT001BCCX3,GQY1XT001ES8BX,GQY1XT001B1YWY,GQY1XT001DLZNE,GQY1XT001ATNDS,GQY1XT001CDJ7V,GQY1XT001DN7F0,GQY1XT001BZC44,GQY1XT001ETRVF,GQY1XT001DONIB,GQY1XT001EKYXE,GQY1XT001E0MBC,GQY1XT001CDZ5U,GQY1XT001BWZ0R,GQY1XT001CIYKQ,GQY1XT001AS33T,GQY1XT001D3O0Q,GQY1XT001C6QEO,GQY1XT001CWJ9D,GQY1XT001BPTP7,GQY1XT001C6R4C,GQY1XT001EGAZ0,GQY1XT001CYR9S,GQY1XT001A2HES,GQY1XT001CPI3X,GQY1XT001E1BA3,GQY1XT001BWJIC,GQY1XT001CBZY1,GQY1XT001DPCXN,GQY1XT001CVZR1,GQY1XT001BBXIW,GQY1XT001ES7DT,GQY1XT001A2BUH,GQY1XT001AVWVL,GQY1XT001A2T0B,GQY1XT001ESNOJ,GQY1XT001ARNQE,GQY1XT001DKXTV,GQY1XT001E5IXS,GQY1XT001CSTT3,GQY1XT001DT0GS,GQY1XT001B4M9U,GQY1XT001DA68G,GQY1XT001EXWW9,GQY1XT001CJB6X,GQY1XT001ELRNM,GQY1XT001DEETY,GQY1XT001C9WBJ,GQY1XT001DIJKO,GQY1XT001AQGN7,GQY1XT001BEKZP,GQY1XT001DTCZM,GQY1XT001A5Q6P,GQY1XT001CC7U7,GQY1XT001BYY1C,GQY1XT001AQDUR,GQY1XT001C1LDU,GQY1XT001DBMRO,GQY1XT001ALL6V,GQY1XT001AMKWB,GQY1XT001EBGRZ,GQY1XT001C4SSV,GQY1XT001C7GFE,GQY1XT001BG42U,GQY1XT001E1QXI,GQY1XT001BY2X3,GQY1XT001BSYGD,GQY1XT001E1KVU,GQY1XT001DCNHB,GQY1XT001B15Z7,GQY1XT001AIZL8,GQY1XT001ED0GG,GQY1XT001B2FKR,GQY1XT001DMCS5,GQY1XT001D1MSL,GQY1XT001A9U5B,GQY1XT001B9WQC,GQY1XT001CW944,GQY1XT001D4WWJ,GQY1XT001BJIMX,GQY1XT001BA5MJ,GQY1XT001EZ6SF,GQY1XT001C4813,GQY1XT001ATNZG,GQY1XT001AFU3Q,GQY1XT001C9438,GQY1XT001D5PMC,GQY1XT001C6J4J,GQY1XT001A26RH,GQY1XT001A5QFA,GQY1XT001C0HAN,GQY1XT001B5MOC,GQY1XT001ETK33,GQY1XT001B9FE0,GQY1XT001CQVN5,GQY1XT001AGYTY,GQY1XT001DPU38,GQY1XT001BOSCC,GQY1XT001BR2TK,GQY1XT001DSW0R,GQY1XT001DYAJL,GQY1XT001B9BZ4,GQY1XT001C55NI,GQY1XT001E3SCK,GQY1XT001CE3KK,GQY1XT001B3GH7,GQY1XT001D86RS,GQY1XT001CM6T8,GQY1XT001DAT56,GQY1XT001C5O9B,GQY1XT001CG0P7,GQY1XT001B80TF,GQY1XT001CSWYA,GQY1XT001ERID8,GQY1XT001CS6D2,GQY1XT001BIZS0,GQY1XT001BSN80,GQY1XT001DDZF0,GQY1XT001EOQKE,GQY1XT001DCPTR,GQY1XT001EHP1S,GQY1XT001DDKGA,GQY1XT001CG7JV,GQY1XT001DHVG3,GQY1XT001BUQSL,GQY1XT001B3510,GQY1XT001D351T,GQY1XT001BR1K8,GQY1XT001A451M,GQY1XT001BC0PW,GQY1XT001C97YC,GQY1XT001BVPQD,GQY1XT001DOU4I,GQY1XT001C9T6D,GQY1XT001ET0OT,GQY1XT001ESGA5,GQY1XT001EQ911,GQY1XT001EP4O9,GQY1XT001DQDCZ,GQY1XT001D1QHJ,GQY1XT001CYWZE,GQY1XT001CV6EO,GQY1XT001CSMZE,GQY1XT001CO22W,GQY1XT001CJM14,GQY1XT001C5Z2A,GQY1XT001BZHGY,GQY1XT001BWOH8,GQY1XT001B6KSW,GQY1XT001B30BM,GQY1XT001B24WS,GQY1XT001AVX4I,GQY1XT001ATDBA,GQY1XT001APBUG,GQY1XT001AFLSI,GQY1XT001AFFXH,GQY1XT001A1O88,GQY1XT001B15RD,GQY1XT001D5438,GQY1XT001DXUE3,GQY1XT001BE1SY,GQY1XT001CFPGY,GQY1XT001BNBVN,GQY1XT001BRMMD,GQY1XT001EC022,GQY1XT001EUFI6,GQY1XT001C2530,GQY1XT001EDXCS,GQY1XT001CVKA2,GQY1XT001DUKES,GQY1XT001D5G3D,GQY1XT001AQS6G,GQY1XT001B1ZSZ,GQY1XT001DJ5TX,GQY1XT001CPAGW,GQY1XT001D167Y,GQY1XT001BUC53,GQY1XT001DZ11C,GQY1XT001ALIAK,GQY1XT001DOZ7D,GQY1XT001EAO3J,GQY1XT001BXHQY,GQY1XT001ETGRN,GQY1XT001CZWV2,GQY1XT001EMGZA,GQY1XT001EWCS2,GQY1XT001EKZHN,GQY1XT001EWJGP,GQY1XT001A68AO,GQY1XT001BOJVQ,GQY1XT001C4CQ6,GQY1XT001C1W97,GQY1XT001BKRPS,GQY1XT001DGDER,GQY1XT001BJGY8,GQY1XT001ECD5W,GQY1XT001BBU2N,GQY1XT001BO237,GQY1XT001C7RKX,GQY1XT001CIXBL,GQY1XT001A6B2I,GQY1XT001DVSK0,GQY1XT001B70IQ,GQY1XT001AF0EG,GQY1XT001DQJ56,GQY1XT001BNVAI,GQY1XT001DRPD9,GQY1XT001CJ75A,GQY1XT001DDXCF,GQY1XT001CGMNB,GQY1XT001AN6I1,GQY1XT001CX1CI,GQY1XT001CELKU,GQY1XT001AQ6XM,GQY1XT001CVZ80,GQY1XT001DNA6U,GQY1XT001C4K20,GQY1XT001EJDZ2,GQY1XT001AS56T,GQY1XT001DHXKS,GQY1XT001A2FLT,GQY1XT001EXNMW,GQY1XT001DQ5GS,GQY1XT001CA4N3,GQY1XT001C6C9J,GQY1XT001CNOT8,GQY1XT001CC1XV,GQY1XT001ET7EA,GQY1XT001D0VZL,GQY1XT001A36M0,GQY1XT001C15IY,GQY1XT001D0KDG,GQY1XT001CD57Y,GQY1XT001CJDIF,GQY1XT001CWSVS,GQY1XT001BNLHK,GQY1XT001CXTJ3,GQY1XT001BX4TT,GQY1XT001DIDSP,GQY1XT001A0T5V,GQY1XT001D4Z5Q,GQY1XT001DG6N5,GQY1XT001BXXFH,GQY1XT001CFS4N,GQY1XT001AP41N,GQY1XT001AYI3N,GQY1XT001A3SWV,GQY1XT001A1JFH,GQY1XT001D3ZLU,GQY1XT001BZUPJ,GQY1XT001CLG07,GQY1XT001ARY6E,GQY1XT001ERQO6,GQY1XT001DYCPF,GQY1XT001BN0JU,GQY1XT001EYHIJ,GQY1XT001BKF84,GQY1XT001CHTJ4,GQY1XT001DMQE7,GQY1XT001CZBBF,GQY1XT001CAGDJ,GQY1XT001EPE11,GQY1XT001BRPM7,GQY1XT001C6UPQ,GQY1XT001A0RDL,GQY1XT001CPBEB,GQY1XT001C1HGT,GQY1XT001DOUUH,GQY1XT001EIDRL,GQY1XT001CN3ML,GQY1XT001CZOA0,GQY1XT001E08CF,GQY1XT001CCKQV,GQY1XT001EAB25,GQY1XT001CMIV1,GQY1XT001ETCZ4,GQY1XT001B9QIZ,GQY1XT001BK8W8,GQY1XT001D53SL,GQY1XT001BRHKP,GQY1XT001AFV7I,GQY1XT001B7GK2,GQY1XT001CC7KQ,GQY1XT001EB461,GQY1XT001EYICY,GQY1XT001B03IF,GQY1XT001CDT5O,GQY1XT001DOL80,GQY1XT001CNC3F,GQY1XT001AM7VI,GQY1XT001CSKWL,GQY1XT001EYDJ0,GQY1XT001DBT03,GQY1XT001C2HSE,GQY1XT001D4ZOL,GQY1XT001CCWVW,GQY1XT001AVN9N,GQY1XT001CV8S7,GQY1XT001DEVS3,GQY1XT001DUOM1,GQY1XT001DBV5I,GQY1XT001CH1OF,GQY1XT001C4DU8,GQY1XT001C6PYZ,GQY1XT001BHMT2,GQY1XT001BHXD4,GQY1XT001D5V8F,GQY1XT001C0P57,GQY1XT001D1AF0,GQY1XT001CR13N,GQY1XT001ALUHP,GQY1XT001CYI52,GQY1XT001BE810,GQY1XT001ANB7X,GQY1XT001B6Y2K,GQY1XT001DKDYH,GQY1XT001BLQUP,GQY1XT001DLPP1,GQY1XT001A06QK,GQY1XT001D1YDA,GQY1XT001AE2BD,GQY1XT001DNM35,GQY1XT001EDSBH,GQY1XT001AOFVT,GQY1XT001D3B6K,GQY1XT001B4ZF8,GQY1XT001D31HB,GQY1XT001EXKEH,GQY1XT001BYT6R,GQY1XT001E5SQQ,GQY1XT001CWFBM,GQY1XT001C90FG,GQY1XT001ER81X,GQY1XT001CUS5N,GQY1XT001EBMFO,GQY1XT001AZZ1Q,GQY1XT001CLBGE,GQY1XT001DSXT2,GQY1XT001EDRJ5,GQY1XT001A0DKU,GQY1XT001AT1LV,GQY1XT001A51ZU,GQY1XT001EQ9IL,GQY1XT001EGGU4,GQY1XT001C6DW5,GQY1XT001D5KNE,GQY1XT001AF7P4,GQY1XT001AN97F,GQY1XT001DQZ1X,GQY1XT001ATZ2X,GQY1XT001EK337,GQY1XT001DGHRG,GQY1XT001DYR1D,GQY1XT001BF6C7,GQY1XT001CTIDE,GQY1XT001BVL4H,GQY1XT001BQ1CK,GQY1XT001AUFO6,GQY1XT001B4DIB,GQY1XT001BMX0T,GQY1XT001DU7D3,GQY1XT001CGAHD,GQY1XT001DOPFO,GQY1XT001DJLM0,GQY1XT001A6PNY,GQY1XT001A8Z2R,GQY1XT001CA1MC,GQY1XT001CDLUK,GQY1XT001ANZ81,GQY1XT001CNS7U,GQY1XT001DYJWV,GQY1XT001EF3UK,GQY1XT001AKGQV,GQY1XT001BRCLZ,GQY1XT001BRZKM,GQY1XT001B99YQ,GQY1XT001AJ7LR,GQY1XT001DKNYN,GQY1XT001B37YY,GQY1XT001C1XV1,GQY1XT001AKVQV,GQY1XT001DOI74,GQY1XT001EIMNK,GQY1XT001DW9DA,GQY1XT001B0XV7,GQY1XT001D4WZJ,GQY1XT001DZI0R,GQY1XT001CKPDB,GQY1XT001CJAK1,GQY1XT001DS9DB,GQY1XT001DIBTR,GQY1XT001DU1PV,GQY1XT001ANP38,GQY1XT001BXI3J,GQY1XT001DVU0K,GQY1XT001DQJHQ,GQY1XT001B6GII,GQY1XT001CDIRH,GQY1XT001ATSK1,GQY1XT001BSJ4S,GQY1XT001CFM41,GQY1XT001AKH3O,GQY1XT001CA7P2,GQY1XT001BI2HE,GQY1XT001C5CHN,GQY1XT001CS90W,GQY1XT001AZZH3,GQY1XT001C2GVO,GQY1XT001DE62I,GQY1XT001D3R5O,GQY1XT001B0AR0,GQY1XT001CGRD2,GQY1XT001DFSVX,GQY1XT001D3EUO,GQY1XT001CRYD7,GQY1XT001CIM8L,GQY1XT001D6ZI4,GQY1XT001CWTQ6,GQY1XT001DIWOW,GQY1XT001C8D96,GQY1XT001EU37D,GQY1XT001DDSHI,GQY1XT001AGKJD,GQY1XT001EQYVU,GQY1XT001CF46S,GQY1XT001EN42U,GQY1XT001DU5IA,GQY1XT001D7VQJ,GQY1XT001D4ZMT,GQY1XT001D39NX,GQY1XT001CVMMK,GQY1XT001CV777,GQY1XT001CROBV,GQY1XT001CQPIU,GQY1XT001CQ6HF,GQY1XT001CPTLI,GQY1XT001CMDIF,GQY1XT001BX78S,GQY1XT001BR47W,GQY1XT001BN91P,GQY1XT001BK3TT,GQY1XT001BDQ1Q,GQY1XT001BAB23,GQY1XT001B9ACL,GQY1XT001B8FJ7,GQY1XT001B09HW,GQY1XT001AQEK8,GQY1XT001AD4MV,GQY1XT001A6CX1,GQY1XT001B8WTG,GQY1XT001AEZMC,GQY1XT001CJPO3,GQY1XT001C1YVR,GQY1XT001A5GAG,GQY1XT001EHE36,GQY1XT001DXJ1C,GQY1XT001CERZN,GQY1XT001DN7I8,GQY1XT001AT2OD,GQY1XT001EALNO,GQY1XT001EEXU0,GQY1XT001EH54Q,GQY1XT001CS8IF,GQY1XT001BRIGA,GQY1XT001CFCSH,GQY1XT001DJWOB,GQY1XT001CMDP9,GQY1XT001B9SGD,GQY1XT001E4EP1,GQY1XT001CUT5F,GQY1XT001ETZOI,GQY1XT001DU5YI,GQY1XT001EW18K,GQY1XT001EJLHV,GQY1XT001CVIUA,GQY1XT001DBLDW,GQY1XT001CTEAZ,GQY1XT001DSAZG,GQY1XT001D9SD1,GQY1XT001CVRB6,GQY1XT001BS7CO,GQY1XT001DKQV9,GQY1XT001BSCK8,GQY1XT001DYE00,GQY1XT001BIVWJ,GQY1XT001EQ56V,GQY1XT001B0QDW,GQY1XT001AYIVJ,GQY1XT001BHXNA,GQY1XT001BVGBO,GQY1XT001AP8U4,GQY1XT001ESPMH,GQY1XT001BP3EZ,GQY1XT001CFIRP,GQY1XT001EHLM3,GQY1XT001EBHAS,GQY1XT001BMT8M,GQY1XT001BVQWA,GQY1XT001EQ5RN,GQY1XT001B38K5,GQY1XT001A0REY,GQY1XT001C4I5Q,GQY1XT001BL0HN,GQY1XT001DBNTW,GQY1XT001D976V,GQY1XT001AKOJ7,GQY1XT001CYWLU,GQY1XT001B9IPR,GQY1XT001DS9EF,GQY1XT001DP1YX,GQY1XT001EXH1G,GQY1XT001BK2F3,GQY1XT001DFITZ,GQY1XT001C5OYX,GQY1XT001AON3P,GQY1XT001AYC9K,GQY1XT001ECHGQ,GQY1XT001D4FK7,GQY1XT001D7PFC,GQY1XT001ETPB2,GQY1XT001DQHL6,GQY1XT001DEYQK,GQY1XT001CHQCW,GQY1XT001B0OVV,GQY1XT001DKIPZ,GQY1XT001CPLKE,GQY1XT001D0EEJ,GQY1XT001BJFD9,GQY1XT001CW04V,GQY1XT001BH3MT,GQY1XT001AJAD9,GQY1XT001DR3H8,GQY1XT001DCRX6,GQY1XT001DAH1H,GQY1XT001BOZEL,GQY1XT001A3VIV,GQY1XT001D6BBM,GQY1XT001DWBVK,GQY1XT001BTA5A,GQY1XT001AKFJ2,GQY1XT001DICP8,GQY1XT001EX8UI,GQY1XT001CDPYL,GQY1XT001BR6SX,GQY1XT001BV37B,GQY1XT001CR794,GQY1XT001E0SFJ,GQY1XT001EARIL,GQY1XT001B2KTI,GQY1XT001A7VL4,GQY1XT001EYDH0,GQY1XT001AHHUS,GQY1XT001ANWM0,GQY1XT001ANLAN,GQY1XT001AOCPU,GQY1XT001DFCXC,GQY1XT001CRCYO,GQY1XT001AW7WF,GQY1XT001EJH5Q,GQY1XT001BOL11,GQY1XT001C1OCC,GQY1XT001C9AS3,GQY1XT001EYTRW,GQY1XT001ESXEE,GQY1XT001EMGBW,GQY1XT001DKFVE,GQY1XT001EXHYW,GQY1XT001BD8SO,GQY1XT001A0ASX,GQY1XT001CYH03,GQY1XT001A2XZM,GQY1XT001DZQ68,GQY1XT001CYNYF,GQY1XT001DYG2D,GQY1XT001A0NIV,GQY1XT001D26SE,GQY1XT001A1D29,GQY1XT001CG6TA,GQY1XT001EGMK4,GQY1XT001AFN7R,GQY1XT001CQ7I9,GQY1XT001EO5OW,GQY1XT001DNJY1,GQY1XT001DOE2X,GQY1XT001CBKZD,GQY1XT001D8AWK,GQY1XT001D18JU,GQY1XT001DLKHX,GQY1XT001C0E27,GQY1XT001AGM8R,GQY1XT001DAJ2S,GQY1XT001ALA7J,GQY1XT001B1GZ6,GQY1XT001AN237,GQY1XT001B51A8,GQY1XT001AWJDZ,GQY1XT001EF0VS,GQY1XT001CQHUJ,GQY1XT001B473G,GQY1XT001CF0AE,GQY1XT001D69NU,GQY1XT001ES3SM,GQY1XT001ETC8G,GQY1XT001EDBOF,GQY1XT001CN3ZM,GQY1XT001ERY1I,GQY1XT001DE4P6,GQY1XT001C6KVB,GQY1XT001DZ8YK,GQY1XT001CD2F2,GQY1XT001EFY10,GQY1XT001CTN8V,GQY1XT001BLGWD,GQY1XT001DNKKV,GQY1XT001C3Y0G,GQY1XT001DHQG1,GQY1XT001AW5CH,GQY1XT001A42JM,GQY1XT001E0AJ6,GQY1XT001DP8FW,GQY1XT001D8EIN,GQY1XT001CO7W8,GQY1XT001CDBU2,GQY1XT001B75OB,GQY1XT001ANQ3K,GQY1XT001AFA9I,GQY1XT001B6QOT,GQY1XT001C5N3V,GQY1XT001DA0CP,GQY1XT001CXQSM,GQY1XT001BYNDG,GQY1XT001AWOQ0,GQY1XT001DTR27,GQY1XT001CJXZ3,GQY1XT001BWHLB,GQY1XT001DM99I,GQY1XT001DH2XD,GQY1XT001BVIE2,GQY1XT001B6B7W,GQY1XT001ETFTP,GQY1XT001BPBE8,GQY1XT001C3B8M,GQY1XT001ATY67,GQY1XT001BY6O5,GQY1XT001CG9UB,GQY1XT001CVT3P,GQY1XT001ESIYB,GQY1XT001B7RSS,GQY1XT001B5XRH,GQY1XT001AG3IO,GQY1XT001DBQRW,GQY1XT001DKAVI,GQY1XT001DG4G3,GQY1XT001B8H3Q,GQY1XT001AEQIE,GQY1XT001BJMTU,GQY1XT001CKYJD,GQY1XT001CBI51,GQY1XT001A05PZ,GQY1XT001AVAMK,GQY1XT001BRS9H,GQY1XT001APH6W,GQY1XT001ATI09,GQY1XT001DPV3O,GQY1XT001ELJ6E,GQY1XT001C3LDE,GQY1XT001D2SAP,GQY1XT001DG0Y3,GQY1XT001D2MGS,GQY1XT001D7Y6H,GQY1XT001ED8QB,GQY1XT001C2EEY,GQY1XT001AXE8B,GQY1XT001BDBZH,GQY1XT001AHSOS,GQY1XT001CQVOU,GQY1XT001DF9NC,GQY1XT001AL2XT,GQY1XT001DGAR2,GQY1XT001AK5X4,GQY1XT001ERU7P,GQY1XT001ESUES,GQY1XT001DJ6MJ,GQY1XT001D9D1Q,GQY1XT001B810I,GQY1XT001B4NT8,GQY1XT001EAIFP,GQY1XT001DR8MI,GQY1XT001BRJZY,GQY1XT001AFK7Z,GQY1XT001CW3OK,GQY1XT001A6ZNU,GQY1XT001CUZ9Z,GQY1XT001BHEFE,GQY1XT001CXJ5A,GQY1XT001EVRMO,GQY1XT001C20ET,GQY1XT001CIJER,GQY1XT001A7CTU,GQY1XT001C2Q10,GQY1XT001DANBL,GQY1XT001CEM8N,GQY1XT001AR2AC,GQY1XT001CX4AJ,GQY1XT001CO8B8,GQY1XT001DOKWS,GQY1XT001ECDE3,GQY1XT001D2EU7,GQY1XT001C8M5S,GQY1XT001CVLLQ,GQY1XT001A081C,GQY1XT001CHFUP,GQY1XT001BMO2F,GQY1XT001AYG7D,GQY1XT001A38FP,GQY1XT001BYVDZ,GQY1XT001A0MQ2,GQY1XT001DQ7Z3,GQY1XT001ELVVS,GQY1XT001EHDLT,GQY1XT001CV0KI,GQY1XT001BIN9H,GQY1XT001DKYK7,GQY1XT001EJOVZ,GQY1XT001BZ40Z,GQY1XT001CWXVC,GQY1XT001D0OFV,GQY1XT001EBEQ1,GQY1XT001D6PYT,GQY1XT001DGYWK,GQY1XT001B0IEO,GQY1XT001CLTDU,GQY1XT001AYHR6,GQY1XT001EWO06,GQY1XT001ETCEG,GQY1XT001AUC1Y,GQY1XT001AHS1R,GQY1XT001EYPX9,GQY1XT001CNC2I,GQY1XT001EU5TX,GQY1XT001EVP65,GQY1XT001CS0DH,GQY1XT001D97CI,GQY1XT001CRBE1,GQY1XT001B9191,GQY1XT001EGQIA,GQY1XT001B8M5Z,GQY1XT001EZW9K,GQY1XT001C6ISM,GQY1XT001AMUH9,GQY1XT001D9UL7,GQY1XT001D1OY6,GQY1XT001A60I3,GQY1XT001A760Q,GQY1XT001EKA11,GQY1XT001BKEPT,GQY1XT001BRSC4,GQY1XT001D6WQR,GQY1XT001CLBD1,GQY1XT001B3VY9,GQY1XT001EWL4H,GQY1XT001CF24K,GQY1XT001B22ZO,GQY1XT001CP2KO,GQY1XT001D0SOR,GQY1XT001EBAJN,GQY1XT001CMQ9E,GQY1XT001CZS0N,GQY1XT001ARZRP,GQY1XT001D7RHB,GQY1XT001CX1WD,GQY1XT001CG4ZH,GQY1XT001BD19C,GQY1XT001D6ARX,GQY1XT001ETWKM,GQY1XT001DXIMP,GQY1XT001D7N38,GQY1XT001CXJNP,GQY1XT001CW0Q6,GQY1XT001CO8NX,GQY1XT001CIK50,GQY1XT001CCEH1,GQY1XT001C87UN,GQY1XT001C3211,GQY1XT001BHPX0,GQY1XT001B9BL1,GQY1XT001A6L0I,GQY1XT001B721B,GQY1XT001CNXNR,GQY1XT001D8YFE,GQY1XT001B1BZO,GQY1XT001DF0ZZ,GQY1XT001CPOW6,GQY1XT001C0PG0,GQY1XT001B9HYP,GQY1XT001D1UNK,GQY1XT001CX39J,GQY1XT001DAHDH,GQY1XT001A97EM,GQY1XT001EBZG5,GQY1XT001EYHC9,GQY1XT001BJ2TL,GQY1XT001BGBKB,GQY1XT001EUQTQ,GQY1XT001EMPUA,GQY1XT001CIE34,GQY1XT001CCWM5,GQY1XT001BJJOL,GQY1XT001BXTCA,GQY1XT001DC4F1,GQY1XT001D2WA1,GQY1XT001AFVQK,GQY1XT001CN4CG,GQY1XT001BTFIA,GQY1XT001EOPQG,GQY1XT001AZQ4C,GQY1XT001BDD81,GQY1XT001ASX7D,GQY1XT001A8F2V,GQY1XT001AJ7SW,GQY1XT001EDLQK,GQY1XT001BDPFZ,GQY1XT001DV5E3,GQY1XT001APQ0Y,GQY1XT001CN6IM,GQY1XT001CDDQJ,GQY1XT001CKG81,GQY1XT001B2A8V,GQY1XT001D95HA,GQY1XT001EL5FJ,GQY1XT001BJIFV,GQY1XT001DWH0M,GQY1XT001AWL7S,GQY1XT001CFMEX,GQY1XT001B6KGP,GQY1XT001D1AOU,GQY1XT001DB0ZD,GQY1XT001EX7Z1,GQY1XT001EIW6P,GQY1XT001DNOXG,GQY1XT001EUHS3,GQY1XT001DYT10,GQY1XT001AH9OL,GQY1XT001BQ7JX,GQY1XT001EPYB1,GQY1XT001DRF9S,GQY1XT001D4SBI,GQY1XT001ANN5O,GQY1XT001DSCP5,GQY1XT001C9W9C,GQY1XT001EFW9W,GQY1XT001EZUNV,GQY1XT001EM4NP,GQY1XT001DCUGW,GQY1XT001BWU73,GQY1XT001DHSJ0,GQY1XT001BF9A0,GQY1XT001EW0UD,GQY1XT001AXFUD,GQY1XT001AT7V4,GQY1XT001AF36I,GQY1XT001BUSFB,GQY1XT001A5WIA,GQY1XT001EPLWX,GQY1XT001CIEFE,GQY1XT001DAV4O,GQY1XT001DI6LV,GQY1XT001EI3DO,GQY1XT001CIS9K,GQY1XT001CTVI4,GQY1XT001CDGZE,GQY1XT001CW0L6,GQY1XT001BSQF8,GQY1XT001CD775,GQY1XT001B1CMM,GQY1XT001DZFL6,GQY1XT001EVCOQ,GQY1XT001DIN8L,GQY1XT001AQJKB,GQY1XT001B6MFV,GQY1XT001AXGVB,GQY1XT001EMGJC,GQY1XT001CA575,GQY1XT001BRTAH,GQY1XT001EWONS,GQY1XT001B9RXT,GQY1XT001BE8DK,GQY1XT001C7I8Q,GQY1XT001D53Z4,GQY1XT001BU7DT,GQY1XT001AFNM5,GQY1XT001BAJHK,GQY1XT001B10RA,GQY1XT001ENEJS,GQY1XT001BLHPG,GQY1XT001C42RY,GQY1XT001AQTL0,GQY1XT001AO57T,GQY1XT001CCR44,GQY1XT001CYPE3,GQY1XT001B7R1S,GQY1XT001CD4KN,GQY1XT001A8S9L,GQY1XT001EY8TE,GQY1XT001EAUQA,GQY1XT001DABEN,GQY1XT001EQ8EN,GQY1XT001A01O8,GQY1XT001EVHQJ,GQY1XT001ER6SJ,GQY1XT001EQ4KD,GQY1XT001CXIVE,GQY1XT001C707C,GQY1XT001B3588,GQY1XT001AN6AP,GQY1XT001BGR69,GQY1XT001B8PVD,GQY1XT001AFX7F,GQY1XT001COMI3,GQY1XT001A6QS5,GQY1XT001AMN7L,GQY1XT001BAZGU,GQY1XT001CLDOW,GQY1XT001C6S2H,GQY1XT001BGIBA,GQY1XT001A109C,GQY1XT001BUBAS,GQY1XT001DIF2F,GQY1XT001CROKR,GQY1XT001B5K2V,GQY1XT001A4VES,GQY1XT001A7C64,GQY1XT001DWIDT,GQY1XT001A4VPC,GQY1XT001B2OXI,GQY1XT001CTDYL,GQY1XT001CI7B5,GQY1XT001A4DPG,GQY1XT001BQBJM,GQY1XT001EG0G1,GQY1XT001DU4O8,GQY1XT001AOHQM,GQY1XT001AOD8K,GQY1XT001BJNQQ,GQY1XT001DLAP2,GQY1XT001E0Z2R,GQY1XT001DKI9I,GQY1XT001ER6WD,GQY1XT001B2WSV,GQY1XT001DYM8W,GQY1XT001A632T,GQY1XT001EMDIM,GQY1XT001DJOR3,GQY1XT001CXPBL,GQY1XT001BPO70,GQY1XT001C5O1P,GQY1XT001CU3WW,GQY1XT001AXOF2,GQY1XT001DGPX4,GQY1XT001EVZTG,GQY1XT001BIJZF,GQY1XT001B2HTU,GQY1XT001BSFRW,GQY1XT001ECD5M,GQY1XT001A91C6,GQY1XT001A53NR,GQY1XT001ELDWU,GQY1XT001EB898,GQY1XT001DVEB7,GQY1XT001DRZH2,GQY1XT001B82NU,GQY1XT001C622T,GQY1XT001EZKGL,GQY1XT001AKIZ8,GQY1XT001BNY5Q,GQY1XT001D3510,GQY1XT001B4F8A,GQY1XT001CZJLJ,GQY1XT001B1W8K,GQY1XT001CWL0C,GQY1XT001BQ0UW,GQY1XT001EJWM6,GQY1XT001DO2WV,GQY1XT001B0Y7T,GQY1XT001BC3KR,GQY1XT001A9T34,GQY1XT001AOE7B,GQY1XT001B8C52,GQY1XT001CJNLX,GQY1XT001CNA85,GQY1XT001A3SVX,GQY1XT001DOY7H,GQY1XT001EPOAA,GQY1XT001CVU29,GQY1XT001EGXFN,GQY1XT001EHRAF,GQY1XT001BRATJ,GQY1XT001AT0NP,GQY1XT001BSLSV,GQY1XT001B56TZ,GQY1XT001ECH4J,GQY1XT001D2XIO,GQY1XT001B4JBJ,GQY1XT001BNEHQ,GQY1XT001DD75B,GQY1XT001B1LL7,GQY1XT001BSI6E,GQY1XT001C1NOB,GQY1XT001B4PK6,GQY1XT001BWL58,GQY1XT001D4LW0,GQY1XT001EOB0L,GQY1XT001ENX8Y,GQY1XT001EHN9Q,GQY1XT001D79B1,GQY1XT001BYH3I,GQY1XT001BYECY,GQY1XT001BB20Q,GQY1XT001AHNYS,GQY1XT001AI67L,GQY1XT001DGVAE,GQY1XT001CYZ3B,GQY1XT001AYN8D,GQY1XT001B6QXZ,GQY1XT001BES0V,GQY1XT001B42PR,GQY1XT001DXP60,GQY1XT001B52OZ,GQY1XT001ALV8G,GQY1XT001A42SO,GQY1XT001BU88C,GQY1XT001ECHO3,GQY1XT001CP1TP,GQY1XT001CZWZI,GQY1XT001DXUPP,GQY1XT001BSIWA,GQY1XT001CZ6PU,GQY1XT001C8K8A,GQY1XT001CQOGY,GQY1XT001DQZVK,GQY1XT001D3XCR,GQY1XT001DK91D,GQY1XT001AVU0R,GQY1XT001DKJSW,GQY1XT001A3AFX,GQY1XT001DB99E,GQY1XT001C1KGH,GQY1XT001DKAC8,GQY1XT001AWFJK,GQY1XT001B4U9S,GQY1XT001B3AUP,GQY1XT001BN69V,GQY1XT001DSJ0C,GQY1XT001CULZS,GQY1XT001CYZ3Y,GQY1XT001EIHN8,GQY1XT001EJPYW,GQY1XT001DSDKW,GQY1XT001CEEJW,GQY1XT001D8KWQ,GQY1XT001AJESI,GQY1XT001C4CVL,GQY1XT001B7RF2,GQY1XT001EXONC,GQY1XT001EQFE8,GQY1XT001A950P,GQY1XT001CYKZA,GQY1XT001ARH08,GQY1XT001B3PMH,GQY1XT001EXIGE,GQY1XT001BUXSU,GQY1XT001BUMQ7,GQY1XT001AEBX9,GQY1XT001DOSO7,GQY1XT001ENLH4,GQY1XT001BKOYT,GQY1XT001EJMK2,GQY1XT001A3RCZ,GQY1XT001DUHAG,GQY1XT001DJGM4,GQY1XT001DER20,GQY1XT001CB6UH,GQY1XT001E3SXS,GQY1XT001ER41U,GQY1XT001BOOF3,GQY1XT001DUU58,GQY1XT001EZ498,GQY1XT001CE6OY,GQY1XT001B6G0J,GQY1XT001EYH9Y,GQY1XT001DJ4Z4,GQY1XT001C359C,GQY1XT001BZZIH,GQY1XT001EXLFX,GQY1XT001CEIBB,GQY1XT001BMFJK,GQY1XT001ET2BB,GQY1XT001BDKXC,GQY1XT001DRGP6,GQY1XT001EYAHB,GQY1XT001APAAJ,GQY1XT001CAZ77,GQY1XT001AP7I0,GQY1XT001BI5LL,GQY1XT001CRJF7,GQY1XT001CWIJD,GQY1XT001BCHN8,GQY1XT001BLC38,GQY1XT001CPBHM,GQY1XT001AG5K2,GQY1XT001DCB5L,GQY1XT001EV3PS,GQY1XT001D3SWM,GQY1XT001EIUFA,GQY1XT001EG8JN,GQY1XT001AH2X7,GQY1XT001AKNXS,GQY1XT001D2OXB,GQY1XT001CXHEP,GQY1XT001COQLP,GQY1XT001CRW20,GQY1XT001DVHXV,GQY1XT001B8VKA,GQY1XT001BMYYJ,GQY1XT001E2UN2,GQY1XT001EX3DO,GQY1XT001BLEFR,GQY1XT001D8ONC,GQY1XT001CINX4,GQY1XT001DGPY9,GQY1XT001CQMFJ,GQY1XT001DUXPL,GQY1XT001CI55Z,GQY1XT001CDY3C,GQY1XT001BB4D0,GQY1XT001AGQES,GQY1XT001DHTA4,GQY1XT001E23J1,GQY1XT001EB2GY,GQY1XT001CXG03,GQY1XT001BIQXD,GQY1XT001CQGV7,GQY1XT001DSODR,GQY1XT001CNMXU,GQY1XT001BTCI8,GQY1XT001AMMIU,GQY1XT001BTZZB,GQY1XT001D2LW3,GQY1XT001A0HMV,GQY1XT001DU6IF,GQY1XT001ET2N4,GQY1XT001CUIA4,GQY1XT001ARR4O,GQY1XT001ATGCK,GQY1XT001AFE6N,GQY1XT001DJXX7,GQY1XT001ENSKW,GQY1XT001ATQII,GQY1XT001BSU9G,GQY1XT001EBEG0,GQY1XT001AEAQJ,GQY1XT001DTFZK,GQY1XT001DSS6I,GQY1XT001C6V2H,GQY1XT001C6H1Z,GQY1XT001DMGRD,GQY1XT001C4O2V,GQY1XT001D4V9Q,GQY1XT001ERZF6,GQY1XT001BDZ0M,GQY1XT001DLN3L,GQY1XT001EG74F,GQY1XT001DRJ13,GQY1XT001AX5AA,GQY1XT001CEVZ3,GQY1XT001B2VYR,GQY1XT001EKYEW,GQY1XT001EACFH,GQY1XT001EME11,GQY1XT001BAN5G,GQY1XT001EHOKX,GQY1XT001AVY7M,GQY1XT001CDV7Q,GQY1XT001B7XNR,GQY1XT001A3WGO,GQY1XT001B0Q2K,GQY1XT001CTUAA,GQY1XT001AP7DB,GQY1XT001CEP4S,GQY1XT001AKHHT,GQY1XT001AR727,GQY1XT001C3EC7,GQY1XT001C56SK,GQY1XT001A7II7,GQY1XT001ECQ4U,GQY1XT001BH7J0,GQY1XT001CLBNV,GQY1XT001EPZGW,GQY1XT001BV0FO,GQY1XT001A8CNA,GQY1XT001A6FXA,GQY1XT001DUQFA,GQY1XT001A12QJ,GQY1XT001BM4FZ,GQY1XT001ASCDV,GQY1XT001EL61I,GQY1XT001DJSQ1,GQY1XT001D4T2B,GQY1XT001DQNLQ,GQY1XT001CT2OT,GQY1XT001AR837,GQY1XT001AO3G3,GQY1XT001DAKEL,GQY1XT001BL42D,GQY1XT001BHZOF,GQY1XT001ECTJE,GQY1XT001CP05Z,GQY1XT001B0TY3,GQY1XT001A57IJ,GQY1XT001CH5IQ,GQY1XT001AFN1V,GQY1XT001AV1YB,GQY1XT001BTCDV,GQY1XT001E1Y0E,GQY1XT001ET2XF,GQY1XT001A7A5T,GQY1XT001CYOL3,GQY1XT001EQ6VF,GQY1XT001EHM1Y,GQY1XT001CESGC,GQY1XT001EARBP,GQY1XT001CZE52,GQY1XT001AJTA4,GQY1XT001DMIUJ,GQY1XT001EJ5Y7,GQY1XT001AM7Q5,GQY1XT001BWMSD,GQY1XT001BQJ32,GQY1XT001DSUE1,GQY1XT001BSJZS,GQY1XT001ETCHY,GQY1XT001ESY1B,GQY1XT001D8Y17,GQY1XT001ED6TN,GQY1XT001C988X,GQY1XT001BSRW8,GQY1XT001BW4ZI,GQY1XT001AGDK7,GQY1XT001DN7TM,GQY1XT001DNHS8,GQY1XT001BNTF8,GQY1XT001EXD2K,GQY1XT001CABA4,GQY1XT001BC0F1,GQY1XT001D12UK,GQY1XT001CIANE,GQY1XT001A5ZK5,GQY1XT001CTE2I,GQY1XT001EVV3W,GQY1XT001DJNA9,GQY1XT001A9GR2,GQY1XT001CAIUF,GQY1XT001EH06Y,GQY1XT001B7YH1,GQY1XT001B3L1B,GQY1XT001B6HHW,GQY1XT001DUDDN,GQY1XT001AQKH1,GQY1XT001BLVL9,GQY1XT001C9OBV,GQY1XT001C7206,GQY1XT001CYHES,GQY1XT001DUFRJ,GQY1XT001C4VAS,GQY1XT001D1MOX,GQY1XT001CWR7C,GQY1XT001DBJDY,GQY1XT001D24Q7,GQY1XT001EVTOS,GQY1XT001BR5S7,GQY1XT001BBNCJ,GQY1XT001DLBPR,GQY1XT001ARYIL,GQY1XT001CAQYL,GQY1XT001EOLO8,GQY1XT001E0S1W,GQY1XT001DRBJF,GQY1XT001DLFVS,GQY1XT001DBOG9,GQY1XT001D263N,GQY1XT001CJ0HP,GQY1XT001C6LAR,GQY1XT001C087F,GQY1XT001BTFU6,GQY1XT001BH8BW,GQY1XT001B4ED0,GQY1XT001ARLU0,GQY1XT001AR1YP,GQY1XT001AILSR,GQY1XT001AF3ZD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A2EZX"; -secondCol = "GQY1XT001A2EZX,GQY1XT001B147X,GQY1XT001AX49T,GQY1XT001C1O06,GQY1XT001A2ITY,GQY1XT001BT8RQ,GQY1XT001DCL1P,GQY1XT001CPCVN,GQY1XT001AXDY9,GQY1XT001DFFLU,GQY1XT001BJ6K7,GQY1XT001CBVJB,GQY1XT001CWSJ7,GQY1XT001ERRAJ,GQY1XT001C9FZ0,GQY1XT001DS70O,GQY1XT001B0KA0,GQY1XT001DHYEZ,GQY1XT001C2CRW,GQY1XT001BHHWP,GQY1XT001DZSXD,GQY1XT001EP7N7,GQY1XT001C35GZ,GQY1XT001DJLTA,GQY1XT001EPP0K,GQY1XT001EUAT1,GQY1XT001B2RER,GQY1XT001DAW5K,GQY1XT001B6WRU,GQY1XT001EI3N5,GQY1XT001AQGO6,GQY1XT001AZY92,GQY1XT001D8GZ3,GQY1XT001DGHJA,GQY1XT001DP7XU,GQY1XT001AFEX1,GQY1XT001AKSDV,GQY1XT001B1I4Q,GQY1XT001CAHTZ,GQY1XT001D2KAB,GQY1XT001D6W98,GQY1XT001CNXZB,GQY1XT001A28IS,GQY1XT001D2KTQ,GQY1XT001D0RZX,GQY1XT001DQ703,GQY1XT001BXW6R,GQY1XT001DGBJL,GQY1XT001DM8M1,GQY1XT001ETDH8,GQY1XT001EN1V3,GQY1XT001B6PEZ,GQY1XT001BRLAP,GQY1XT001A13VP,GQY1XT001EVTEC,GQY1XT001DOGWX,GQY1XT001D8YMN,GQY1XT001CZFS0,GQY1XT001CM9FE,GQY1XT001BH0WR,GQY1XT001BETUJ,GQY1XT001BZQYR,GQY1XT001DOKWM,GQY1XT001ELR53,GQY1XT001EDAFE,GQY1XT001B38CQ,GQY1XT001A1QPG,GQY1XT001EK4C7,GQY1XT001DHNAJ,GQY1XT001DQDGE,GQY1XT001AXUTR,GQY1XT001B81YX,GQY1XT001D3NHH,GQY1XT001AVV5M,GQY1XT001A9GG6,GQY1XT001AF4QB,GQY1XT001DU3J2,GQY1XT001DQS2S,GQY1XT001CCH1Y,GQY1XT001EBHIH,GQY1XT001DLYOB,GQY1XT001AU2E2,GQY1XT001BG6UU,GQY1XT001DF7BT,GQY1XT001D6SZ5,GQY1XT001BNPLJ,GQY1XT001CGGRR,GQY1XT001A13NB,GQY1XT001CKP16,GQY1XT001AT6MN,GQY1XT001D8C7N,GQY1XT001B7GW1,GQY1XT001B4OXT,GQY1XT001AGZ1Z,GQY1XT001EFRI1,GQY1XT001ECMY8,GQY1XT001AKYQS,GQY1XT001BOD5S,GQY1XT001CBP1K,GQY1XT001DZJ5E,GQY1XT001CMKMB,GQY1XT001DITGN,GQY1XT001BUVLM,GQY1XT001D8R6G,GQY1XT001DA8JX,GQY1XT001BVBR3,GQY1XT001BYJM5,GQY1XT001B3ENP,GQY1XT001EUAK2,GQY1XT001BI7KJ,GQY1XT001DIT8F,GQY1XT001A3F7K,GQY1XT001AS3ZN,GQY1XT001COC5W,GQY1XT001CDTAG,GQY1XT001BHCXQ,GQY1XT001DSY6T,GQY1XT001BD3JE,GQY1XT001B0TH0,GQY1XT001CADPI,GQY1XT001AU4AW,GQY1XT001DJD4I,GQY1XT001DZGY5,GQY1XT001A29OI,GQY1XT001B53C9,GQY1XT001AZLG3,GQY1XT001DU1IE,GQY1XT001EEYPN,GQY1XT001BK987,GQY1XT001A9H0I,GQY1XT001CB7T4,GQY1XT001EUMUC,GQY1XT001DT1MD,GQY1XT001D5WEC,GQY1XT001D4RVF,GQY1XT001CQSP8,GQY1XT001CO8CI,GQY1XT001CMP05,GQY1XT001CLNIK,GQY1XT001CHEIP,GQY1XT001CEBGK,GQY1XT001C9ZYP,GQY1XT001C95W6,GQY1XT001C6PIY,GQY1XT001C6LHN,GQY1XT001C6L2H,GQY1XT001C3VD0,GQY1XT001BMZ10,GQY1XT001BET1G,GQY1XT001B61DV,GQY1XT001B2630,GQY1XT001AMQ54,GQY1XT001A8UHM,GQY1XT001A3VBO,GQY1XT001AGO9T,GQY1XT001CELNI,GQY1XT001BM1HH,GQY1XT001CKXUO,GQY1XT001BT512,GQY1XT001C33A2,GQY1XT001C9LKM,GQY1XT001DV88K,GQY1XT001D4CCB,GQY1XT001AUKE1,GQY1XT001CJY7V,GQY1XT001BPFA4,GQY1XT001DFDG8,GQY1XT001DNH9W,GQY1XT001E29ME,GQY1XT001EUVL8,GQY1XT001EXWLI,GQY1XT001C8ERA,GQY1XT001A94JU,GQY1XT001D8EMX,GQY1XT001B7FGX,GQY1XT001CGNR1,GQY1XT001DLHUA,GQY1XT001BZM7E,GQY1XT001ESTZQ,GQY1XT001BIKE3,GQY1XT001A7A9N,GQY1XT001A69AH,GQY1XT001CVMHH,GQY1XT001A08M3,GQY1XT001BNOGW,GQY1XT001BX3YG,GQY1XT001EIBWT,GQY1XT001BIJAY,GQY1XT001EB7TI,GQY1XT001EQ0DJ,GQY1XT001EVEO8,GQY1XT001CYHRD,GQY1XT001AE4VW,GQY1XT001ARX7Z,GQY1XT001BFTSR,GQY1XT001CCVK8,GQY1XT001AXXZH,GQY1XT001ECBYG,GQY1XT001BBNLL,GQY1XT001AITEB,GQY1XT001DGWM5,GQY1XT001ECRVS,GQY1XT001AOFZB,GQY1XT001EC9WP,GQY1XT001AQRRB,GQY1XT001D1CXQ,GQY1XT001CH4GO,GQY1XT001CJFZ1,GQY1XT001ANCZQ,GQY1XT001ENKM0,GQY1XT001B8LX2,GQY1XT001A0KFF,GQY1XT001EZUYO,GQY1XT001BZQYT,GQY1XT001BI1KE,GQY1XT001EQZ4O,GQY1XT001CEHYA,GQY1XT001A4VQM,GQY1XT001DQ2R9,GQY1XT001A5GM1,GQY1XT001D8019,GQY1XT001DNXY2,GQY1XT001AONLO,GQY1XT001DPCVX,GQY1XT001BPU2R,GQY1XT001EAVFK,GQY1XT001AJ3UD,GQY1XT001E6ESX,GQY1XT001CKYCP,GQY1XT001EV50J,GQY1XT001B2QB3,GQY1XT001BS83F,GQY1XT001EDKF1,GQY1XT001ANNEY,GQY1XT001DGI2H,GQY1XT001DPRTN,GQY1XT001CI7GX,GQY1XT001A6KLU,GQY1XT001A5OR4,GQY1XT001EBZOK,GQY1XT001EXTUU,GQY1XT001A22G9,GQY1XT001D3XRQ,GQY1XT001AHLCB,GQY1XT001ES7AG,GQY1XT001CTAT8,GQY1XT001DAFIZ,GQY1XT001EF021,GQY1XT001CLCQW,GQY1XT001EVOUU,GQY1XT001C7BFA,GQY1XT001DCH8V,GQY1XT001DGQWT,GQY1XT001AKP5W,GQY1XT001DOJIX,GQY1XT001B5M22,GQY1XT001DO2YF,GQY1XT001BBDFX,GQY1XT001AUJOQ,GQY1XT001AH9IP,GQY1XT001EJ743,GQY1XT001D5KO1,GQY1XT001AV6UC,GQY1XT001AGXCG,GQY1XT001DB8JT,GQY1XT001CGD9U,GQY1XT001CL3BV,GQY1XT001AQZ4G,GQY1XT001B1346,GQY1XT001C9Q8A,GQY1XT001C8MJ8,GQY1XT001DJLJ0,GQY1XT001DTGTG,GQY1XT001EAHL2,GQY1XT001A3K8N,GQY1XT001CX062,GQY1XT001EHN4S,GQY1XT001B2YDY,GQY1XT001CR9EP,GQY1XT001CHHVD,GQY1XT001BYGH7,GQY1XT001D21F0,GQY1XT001ASU80,GQY1XT001DJOOA,GQY1XT001CVRDA,GQY1XT001AMD7P,GQY1XT001CCPW5,GQY1XT001BKGNW,GQY1XT001D5E3U,GQY1XT001B3BS4,GQY1XT001EAM22,GQY1XT001ET5RK,GQY1XT001ESQZW,GQY1XT001BRII3,GQY1XT001AGYP3,GQY1XT001EQCVS,GQY1XT001DQJTX,GQY1XT001D68NJ,GQY1XT001B3261,GQY1XT001BG6PN,GQY1XT001ALI25,GQY1XT001BT8SF,GQY1XT001AMSC1,GQY1XT001AK3TT,GQY1XT001D4Q2Z,GQY1XT001DJX1T,GQY1XT001ASIFZ,GQY1XT001CSHFQ,GQY1XT001EER1A,GQY1XT001C4G5T,GQY1XT001EX2XZ,GQY1XT001BAM6W,GQY1XT001DKG7W,GQY1XT001EQIP1,GQY1XT001CJ5ML,GQY1XT001BDSDG,GQY1XT001COCP6,GQY1XT001B2XK8,GQY1XT001A38Y5,GQY1XT001DMQ0H,GQY1XT001ECUXP,GQY1XT001A0J0L,GQY1XT001C4N3S,GQY1XT001A3W1G,GQY1XT001EPTSK,GQY1XT001B2LBI,GQY1XT001A8OP3,GQY1XT001D0XN7,GQY1XT001EIWIL,GQY1XT001BE9WT,GQY1XT001C40I8,GQY1XT001AP3QX,GQY1XT001E3AOD,GQY1XT001B2CBW,GQY1XT001B0O81,GQY1XT001BW8J1,GQY1XT001CMHLA,GQY1XT001CZ8HL,GQY1XT001BAEGY,GQY1XT001EB5DQ,GQY1XT001DCM79,GQY1XT001EW2OG,GQY1XT001EKH20,GQY1XT001AXM8K,GQY1XT001CZDFG,GQY1XT001DGK0W,GQY1XT001DUBNJ,GQY1XT001BXPLM,GQY1XT001A2FAX,GQY1XT001BVI5T,GQY1XT001AUOE8,GQY1XT001AG1WG,GQY1XT001EPB0J,GQY1XT001B9N8B,GQY1XT001BDQIH,GQY1XT001B6VH1,GQY1XT001CSWZ9,GQY1XT001BP00F,GQY1XT001AVT0A,GQY1XT001A5HYW,GQY1XT001EA84F,GQY1XT001DYJYE,GQY1XT001DD0RM,GQY1XT001CETJC,GQY1XT001ECH8B,GQY1XT001CAL5R,GQY1XT001AQ8U1,GQY1XT001CAR0K,GQY1XT001EX3OC,GQY1XT001AUDPK,GQY1XT001CCOJV,GQY1XT001EJCXY,GQY1XT001BZKV8,GQY1XT001BS9PW,GQY1XT001CWN7C,GQY1XT001B8ZV0,GQY1XT001BYIPT,GQY1XT001EJI9P,GQY1XT001DXZ16,GQY1XT001BLCH8,GQY1XT001BI19Y,GQY1XT001CLDLQ,GQY1XT001A2357,GQY1XT001C0T35,GQY1XT001EQEQH,GQY1XT001CNGNJ,GQY1XT001A6U16,GQY1XT001DGTWI,GQY1XT001ATYUC,GQY1XT001EHEW0,GQY1XT001AGNMQ,GQY1XT001BHUSV,GQY1XT001AE2N9,GQY1XT001DFRDT,GQY1XT001CA1BC,GQY1XT001CQDE1,GQY1XT001D3W0F,GQY1XT001CJSXA,GQY1XT001EQPM9,GQY1XT001C86MJ,GQY1XT001C6C3O,GQY1XT001C56Y4,GQY1XT001C90IG,GQY1XT001E1YCP,GQY1XT001EVZ1M,GQY1XT001D4R6Y,GQY1XT001EW44O,GQY1XT001AZ4LZ,GQY1XT001DFIKG,GQY1XT001BM8C3,GQY1XT001AQ1CY,GQY1XT001E2018,GQY1XT001DK4WG,GQY1XT001DDLVH,GQY1XT001C8KC2,GQY1XT001DZ9JH,GQY1XT001DRJDR,GQY1XT001BSI0J,GQY1XT001CNVBW,GQY1XT001D7T4L,GQY1XT001BQTV8,GQY1XT001BQHUH,GQY1XT001AI3LE,GQY1XT001ER3YK,GQY1XT001AZ3JY,GQY1XT001EV4Z2,GQY1XT001DY2Q1,GQY1XT001EOGYX,GQY1XT001COV6U,GQY1XT001CK1L8,GQY1XT001EMMAK,GQY1XT001CDHC6,GQY1XT001DN3KZ,GQY1XT001CD3LW,GQY1XT001EUWRD,GQY1XT001B8G25,GQY1XT001AQ9R0,GQY1XT001AGDMR,GQY1XT001CY7Y1,GQY1XT001EIQ2F,GQY1XT001EFTT2,GQY1XT001DXHP9,GQY1XT001DIZGX,GQY1XT001D60QM,GQY1XT001D39L7,GQY1XT001CVG29,GQY1XT001CRFJY,GQY1XT001CFR8P,GQY1XT001CA7KZ,GQY1XT001C4MYF,GQY1XT001BE7BR,GQY1XT001BC7PK,GQY1XT001AVJEE,GQY1XT001AFF8F,GQY1XT001A9FRN,GQY1XT001A2Y0X,GQY1XT001AEND2,GQY1XT001ALC2Q,GQY1XT001BCV5K,GQY1XT001BR0K5,GQY1XT001AFL7L,GQY1XT001A6VX7,GQY1XT001D85ZI,GQY1XT001AYBHR,GQY1XT001C4SCQ,GQY1XT001BM0IK,GQY1XT001DP1FD,GQY1XT001COS9O,GQY1XT001AL3A5,GQY1XT001BUT8O,GQY1XT001C2Q06,GQY1XT001BLM9B,GQY1XT001CV58C,GQY1XT001BCX1V,GQY1XT001C9JM0,GQY1XT001EU05G,GQY1XT001AQW18,GQY1XT001C18N6,GQY1XT001COE2M,GQY1XT001B290W,GQY1XT001DER24,GQY1XT001BB75D,GQY1XT001CUG4D,GQY1XT001DOVK8,GQY1XT001B0HRJ,GQY1XT001CB05L,GQY1XT001BYVXS,GQY1XT001AWJP4,GQY1XT001B7NVZ,GQY1XT001AW85O,GQY1XT001AHMWO,GQY1XT001BC2V6,GQY1XT001BVI3B,GQY1XT001DLRB2,GQY1XT001AWO8J,GQY1XT001B292H,GQY1XT001C20QP,GQY1XT001BNWSL,GQY1XT001EYB11,GQY1XT001CN3W0,GQY1XT001C77XA,GQY1XT001D9J3T,GQY1XT001CVF6P,GQY1XT001A65PM,GQY1XT001AXXRV,GQY1XT001BO63H,GQY1XT001DPC72,GQY1XT001CAIMN,GQY1XT001DU280,GQY1XT001DY9B2,GQY1XT001CYYKO,GQY1XT001EE76F,GQY1XT001EQGA6,GQY1XT001BI2S4,GQY1XT001CP46M,GQY1XT001DXHZJ,GQY1XT001DNOEM,GQY1XT001COQJ9,GQY1XT001DQ57X,GQY1XT001B8Z0P,GQY1XT001E0DKM,GQY1XT001D3HVC,GQY1XT001DKSOC,GQY1XT001D35KA,GQY1XT001A8LMO,GQY1XT001B8WOB,GQY1XT001ERZGH,GQY1XT001D9X7O,GQY1XT001AOO9E,GQY1XT001B7JNU,GQY1XT001CYJ1H,GQY1XT001DJ7X7,GQY1XT001DK3KZ,GQY1XT001CBWEP,GQY1XT001ETJKM,GQY1XT001CNBR9,GQY1XT001D9F0Y,GQY1XT001CLUTO,GQY1XT001ENU2C,GQY1XT001CWVSO,GQY1XT001AZO4X,GQY1XT001AQTF8,GQY1XT001BY9Z1,GQY1XT001A8G6T,GQY1XT001AV96T,GQY1XT001CM7ZU,GQY1XT001DHIT2,GQY1XT001CL2RG,GQY1XT001AL2HH,GQY1XT001DFAVA,GQY1XT001BO9XB,GQY1XT001BLN3W,GQY1XT001AILNN,GQY1XT001DLWV4,GQY1XT001BJLZZ,GQY1XT001C12I9,GQY1XT001DJ50J,GQY1XT001CYG0H,GQY1XT001C0WWF,GQY1XT001AJNRG,GQY1XT001DOZ7K,GQY1XT001BXT9E,GQY1XT001AR81V,GQY1XT001CTLKL,GQY1XT001B1YUA,GQY1XT001E3VWC,GQY1XT001ED599,GQY1XT001C300Y,GQY1XT001D5A1W,GQY1XT001DVYA3,GQY1XT001DM3R8,GQY1XT001D6CRU,GQY1XT001DQ6JJ,GQY1XT001C896G,GQY1XT001ESSGU,GQY1XT001CPEYM,GQY1XT001B0ZX0,GQY1XT001ELZC3,GQY1XT001DRMKU,GQY1XT001AZASE,GQY1XT001EB0FL,GQY1XT001B9I6S,GQY1XT001C37DI,GQY1XT001A7NY8,GQY1XT001DRPGK,GQY1XT001A2UX9,GQY1XT001AOIPI,GQY1XT001CHEEJ,GQY1XT001B3LWB,GQY1XT001BNRMX,GQY1XT001C528Q,GQY1XT001CH7O3,GQY1XT001BGGQE,GQY1XT001EAX6X,GQY1XT001BMOMZ,GQY1XT001EZR4N,GQY1XT001C26NV,GQY1XT001C8YDO,GQY1XT001BPBD2,GQY1XT001DVL63,GQY1XT001BPU65,GQY1XT001DA49R,GQY1XT001D80JV,GQY1XT001BX6UY,GQY1XT001A5MCN,GQY1XT001BLRI0,GQY1XT001CTMG2,GQY1XT001DSS6E,GQY1XT001EQPT8,GQY1XT001EKAPW,GQY1XT001CV7ES,GQY1XT001AYMAN,GQY1XT001DY0JX,GQY1XT001B5J5M,GQY1XT001B9KVH,GQY1XT001DGLQZ,GQY1XT001BWPIM,GQY1XT001BKA0E,GQY1XT001DZWY3,GQY1XT001CZH5O,GQY1XT001AI3RN,GQY1XT001BGMEQ,GQY1XT001BO6GO,GQY1XT001CXDK1,GQY1XT001BBDFT,GQY1XT001D9WLX,GQY1XT001CX400,GQY1XT001D3O8Q,GQY1XT001C4K1D,GQY1XT001BMUYP,GQY1XT001CHPSV,GQY1XT001CTZF1,GQY1XT001CCF4E,GQY1XT001DFE03,GQY1XT001A5QCW,GQY1XT001CMO2N,GQY1XT001AO8RP,GQY1XT001AJMHT,GQY1XT001DQJDU,GQY1XT001ATLPN,GQY1XT001COP3K,GQY1XT001B6HT6,GQY1XT001DGDB8,GQY1XT001DYC3L,GQY1XT001CYINN,GQY1XT001D1HU5,GQY1XT001BR3VR,GQY1XT001ENBX1,GQY1XT001BCVU0,GQY1XT001A62VG,GQY1XT001DL2GB,GQY1XT001ETGJ2,GQY1XT001B9Y8S,GQY1XT001BPRC1,GQY1XT001CP0T8,GQY1XT001CRFLA,GQY1XT001EWWQA,GQY1XT001BAKX9,GQY1XT001DIKDW,GQY1XT001D73TW,GQY1XT001CAZD3,GQY1XT001ASNVE,GQY1XT001B17O3,GQY1XT001CVMWL,GQY1XT001APE1L,GQY1XT001B8U4A,GQY1XT001EL3D8,GQY1XT001EU18N,GQY1XT001EZJ2B,GQY1XT001CQGN0,GQY1XT001EUYXO,GQY1XT001EARPD,GQY1XT001AY8N2,GQY1XT001BA3G6,GQY1XT001B733Q,GQY1XT001ETPN4,GQY1XT001BGJLM,GQY1XT001DWADG,GQY1XT001ANJ7I,GQY1XT001EN2MN,GQY1XT001BRI1X,GQY1XT001AY5S0,GQY1XT001D3S9W,GQY1XT001AVEM1,GQY1XT001AGVH2,GQY1XT001D8HH8,GQY1XT001AHRTP,GQY1XT001A4JB4,GQY1XT001DYHKI,GQY1XT001C8SCC,GQY1XT001EFP0S,GQY1XT001CKP56,GQY1XT001AVMNR,GQY1XT001CX3WY,GQY1XT001D9968,GQY1XT001ATHSF,GQY1XT001BQQZ7,GQY1XT001A82R0,GQY1XT001CXOJI,GQY1XT001CUAYI,GQY1XT001BWZBI,GQY1XT001DBGQF,GQY1XT001DOJTU,GQY1XT001CY649,GQY1XT001AG6BU,GQY1XT001DKHP4,GQY1XT001C123P,GQY1XT001B3E94,GQY1XT001AL524,GQY1XT001DMKBX,GQY1XT001CRVFZ,GQY1XT001BOF10,GQY1XT001AHOAH,GQY1XT001B55HA,GQY1XT001CLL2I,GQY1XT001CW1L9,GQY1XT001DPW97,GQY1XT001B9J2Q,GQY1XT001C5823,GQY1XT001EA3VE,GQY1XT001AUTLU,GQY1XT001DAYG0,GQY1XT001B8ZRU,GQY1XT001AGXW1,GQY1XT001DA4B5,GQY1XT001DVWJZ,GQY1XT001AJSG7,GQY1XT001EU1ZD,GQY1XT001CWT60,GQY1XT001D3PET,GQY1XT001AZ8RA,GQY1XT001D2W24,GQY1XT001BE57A,GQY1XT001C06YE,GQY1XT001C0EFR,GQY1XT001AHM8L,GQY1XT001A0QBF,GQY1XT001BMY7C,GQY1XT001DEU0Z,GQY1XT001B9SU0,GQY1XT001BBX8H,GQY1XT001EP0EQ,GQY1XT001D5J8W,GQY1XT001A5UGF,GQY1XT001DP1XC,GQY1XT001ES93S,GQY1XT001DIYZ3,GQY1XT001AYYYC,GQY1XT001CSRZC,GQY1XT001BHOX1,GQY1XT001BC2FW,GQY1XT001E25RF,GQY1XT001B0GFI,GQY1XT001EVF5L,GQY1XT001DZB3U,GQY1XT001BSPQZ,GQY1XT001AX7PX,GQY1XT001DOBGW,GQY1XT001EPLU9,GQY1XT001CJZL6,GQY1XT001C6WLG,GQY1XT001DESAU,GQY1XT001BZFV3,GQY1XT001CJ1J3,GQY1XT001CL8KB,GQY1XT001ECBSB,GQY1XT001DYHRR,GQY1XT001DW50V,GQY1XT001DH9VH,GQY1XT001DFWQU,GQY1XT001D86DH,GQY1XT001CYWMJ,GQY1XT001CSSAN,GQY1XT001CO1XZ,GQY1XT001C01QU,GQY1XT001BYJM1,GQY1XT001B5DI6,GQY1XT001AI68F,GQY1XT001AHXQ3,GQY1XT001AZ1G6,GQY1XT001CE58A,GQY1XT001DRRHN,GQY1XT001BX9D7,GQY1XT001CBAOC,GQY1XT001EO7Z6,GQY1XT001B1PJ2,GQY1XT001BIRQZ,GQY1XT001DYLQZ,GQY1XT001B4KUD,GQY1XT001CP4Q2,GQY1XT001CMYHP,GQY1XT001EXGQV,GQY1XT001BDFNT,GQY1XT001CQ54P,GQY1XT001BMF23,GQY1XT001DOUAU,GQY1XT001E0EIA,GQY1XT001CVSDI,GQY1XT001CQY9S,GQY1XT001BMUP2,GQY1XT001DI5M6,GQY1XT001ASXRV,GQY1XT001AHB7D,GQY1XT001BW9SC,GQY1XT001A2MIA,GQY1XT001AH2L1,GQY1XT001EOR25,GQY1XT001DQW17,GQY1XT001C5060,GQY1XT001A89LC,GQY1XT001BX6CG,GQY1XT001BS9IS,GQY1XT001A5A4W,GQY1XT001DU95S,GQY1XT001BHPZB,GQY1XT001CHXU3,GQY1XT001D3IA9,GQY1XT001A0GIB,GQY1XT001DH1H7,GQY1XT001A609L,GQY1XT001EWFQK,GQY1XT001CDX8W,GQY1XT001DHKHW,GQY1XT001ERK1T,GQY1XT001B4C39,GQY1XT001CWK3Q,GQY1XT001B6NR5,GQY1XT001BG9MK,GQY1XT001DXWEZ,GQY1XT001D86OD,GQY1XT001CDZJQ,GQY1XT001AQT5U,GQY1XT001C48P2,GQY1XT001A7H1Q,GQY1XT001D194W,GQY1XT001AIYPN,GQY1XT001AV8CE,GQY1XT001A2E33,GQY1XT001EZYPP,GQY1XT001C0IEX,GQY1XT001CPOAY,GQY1XT001A4U5G,GQY1XT001D6N39,GQY1XT001BX7S5,GQY1XT001BL6MX,GQY1XT001DHC0Z,GQY1XT001AF13P,GQY1XT001BU8K8,GQY1XT001D5Q6S,GQY1XT001COS8T,GQY1XT001CTDKX,GQY1XT001CR2BQ,GQY1XT001C48T9,GQY1XT001DKVFR,GQY1XT001EK4IR,GQY1XT001B1MO7,GQY1XT001A8BT2,GQY1XT001CT0BK,GQY1XT001ENAN9,GQY1XT001C3JWY,GQY1XT001DF16G,GQY1XT001DVGZY,GQY1XT001CEWUA,GQY1XT001D03GV,GQY1XT001CVL79,GQY1XT001ALB87,GQY1XT001EQSGR,GQY1XT001AUT5G,GQY1XT001AL6C8,GQY1XT001A46Y8,GQY1XT001EHYO1,GQY1XT001B84F7,GQY1XT001EBP36,GQY1XT001EWKWE,GQY1XT001AY4Y3,GQY1XT001DGO1O,GQY1XT001B2IBY,GQY1XT001COGEZ,GQY1XT001A5C0U,GQY1XT001CGHSQ,GQY1XT001DCG75,GQY1XT001BW631,GQY1XT001ALP2H,GQY1XT001AGHGL,GQY1XT001CIUIQ,GQY1XT001EUQMO,GQY1XT001AU2CH,GQY1XT001BLIYM,GQY1XT001A9W9B,GQY1XT001EOWBL,GQY1XT001BO3CG,GQY1XT001ET1V9,GQY1XT001BAVBK,GQY1XT001BHFXQ,GQY1XT001D45CH,GQY1XT001C74DA,GQY1XT001ECWCP,GQY1XT001DYPL3,GQY1XT001D6WVY,GQY1XT001D6ETT,GQY1XT001A33WI,GQY1XT001AWCXU,GQY1XT001AMO54,GQY1XT001D5BIA,GQY1XT001EZ7Z7,GQY1XT001BILQC,GQY1XT001AJ2CQ,GQY1XT001BZSQ4,GQY1XT001CMF75,GQY1XT001EDHPB,GQY1XT001EC7SJ,GQY1XT001BNJUZ,GQY1XT001CK84Z,GQY1XT001DMKV6,GQY1XT001APD29,GQY1XT001DM2HX,GQY1XT001BD2XI,GQY1XT001C3ZGY,GQY1XT001A5VD2,GQY1XT001C6CHV,GQY1XT001BPP56,GQY1XT001E082A,GQY1XT001EDKN2,GQY1XT001CIW64,GQY1XT001BRY5D,GQY1XT001E5JEP,GQY1XT001CA99B,GQY1XT001BUOXW,GQY1XT001CCQRL,GQY1XT001CGJPE,GQY1XT001DUOY3,GQY1XT001ETJMA,GQY1XT001DH2HM,GQY1XT001D2DUQ,GQY1XT001AF5E6,GQY1XT001DFT1Y,GQY1XT001CJDOF,GQY1XT001AIB9A,GQY1XT001D9HBS,GQY1XT001AGVUE,GQY1XT001BM6P3,GQY1XT001A8AV7,GQY1XT001BWG90,GQY1XT001DSNWK,GQY1XT001DWH5W,GQY1XT001D9S54,GQY1XT001D3RT1,GQY1XT001AJHAI,GQY1XT001AN0SE,GQY1XT001A8ACT,GQY1XT001B48C3,GQY1XT001BNRMU,GQY1XT001DEVXE,GQY1XT001ECKOV,GQY1XT001CGOTS,GQY1XT001AJECD,GQY1XT001B0TBE,GQY1XT001DD90C,GQY1XT001DP69Y,GQY1XT001AO737,GQY1XT001AIWCX,GQY1XT001CFXSO,GQY1XT001EZIKZ,GQY1XT001CMA72,GQY1XT001CK9MR,GQY1XT001DTJJ7,GQY1XT001BC09Q,GQY1XT001CPQLO,GQY1XT001A7AQU,GQY1XT001DX01Q,GQY1XT001EUXTH,GQY1XT001ESVSV,GQY1XT001D9L69,GQY1XT001CQGCL,GQY1XT001CV94D,GQY1XT001CVJFR,GQY1XT001C0HP1,GQY1XT001BDLC4,GQY1XT001EQRTE,GQY1XT001DQ6UZ,GQY1XT001D5UPE,GQY1XT001BNAT3,GQY1XT001B5IKX,GQY1XT001CHEW3,GQY1XT001CMAII,GQY1XT001A8BF0,GQY1XT001B51LP,GQY1XT001BPQK9,GQY1XT001C3OJI,GQY1XT001DFD92,GQY1XT001CY7FH,GQY1XT001C3ZCN,GQY1XT001E0T6F,GQY1XT001C9DR2,GQY1XT001B1ISM,GQY1XT001B6K2H,GQY1XT001C3G8M,GQY1XT001EQK1K,GQY1XT001BXYXH,GQY1XT001EM1IO,GQY1XT001AQMPD,GQY1XT001EMW54,GQY1XT001A92DO,GQY1XT001D6MKJ,GQY1XT001EZ1KU,GQY1XT001DLR8Z,GQY1XT001BXMHB,GQY1XT001C52B8,GQY1XT001BJ33Q,GQY1XT001B5DHI,GQY1XT001CDH0M,GQY1XT001EVDDW,GQY1XT001CY3F7,GQY1XT001EHTKX,GQY1XT001C14SK,GQY1XT001BL69Y,GQY1XT001BTOT1,GQY1XT001AV9AP,GQY1XT001EE336,GQY1XT001DX567,GQY1XT001AHT80,GQY1XT001DYQYY,GQY1XT001BY2V4,GQY1XT001AOJUF,GQY1XT001A0JZD,GQY1XT001B5HHB,GQY1XT001BU2KU,GQY1XT001BCPPQ,GQY1XT001A6Z8Y,GQY1XT001AYKUT,GQY1XT001AZATX,GQY1XT001CHYGB,GQY1XT001C1BIP,GQY1XT001BOH9X,GQY1XT001BQ5OV,GQY1XT001EZIVH,GQY1XT001B0TCG,GQY1XT001DB3ES,GQY1XT001B7E92,GQY1XT001B4KJD,GQY1XT001ESPMO,GQY1XT001B8UUO,GQY1XT001DN7N6,GQY1XT001ECV6I,GQY1XT001BEYOP,GQY1XT001DK2JA,GQY1XT001DGZIW,GQY1XT001AMLE2,GQY1XT001DXJT9,GQY1XT001EXVTC,GQY1XT001BRPZ2,GQY1XT001CQNJI,GQY1XT001C09U2,GQY1XT001A3H4M,GQY1XT001EYWB0,GQY1XT001DCQT5,GQY1XT001DETZX,GQY1XT001E541W,GQY1XT001EHZGV,GQY1XT001BQE6D,GQY1XT001CUOF8,GQY1XT001BJR2T,GQY1XT001BLFT9,GQY1XT001BPUSK,GQY1XT001DEH0V,GQY1XT001CAQAI,GQY1XT001AQYZ2,GQY1XT001EPL5I,GQY1XT001DPMT7,GQY1XT001BDPY4,GQY1XT001CB58F,GQY1XT001AWOO3,GQY1XT001CJGCK,GQY1XT001DA6L5,GQY1XT001C8ZZ7,GQY1XT001CDK2F,GQY1XT001DVGE4,GQY1XT001BO1HX,GQY1XT001CBPOE,GQY1XT001BDSKL,GQY1XT001CNS8X,GQY1XT001AW1VQ,GQY1XT001D7R3C,GQY1XT001EV0BK,GQY1XT001CXO05,GQY1XT001AF3WE,GQY1XT001DEJKL,GQY1XT001BU4LA,GQY1XT001CGT1F,GQY1XT001D1ZSP,GQY1XT001D948K,GQY1XT001B65BG,GQY1XT001C70VD,GQY1XT001AGGYX,GQY1XT001AQAN5,GQY1XT001DGOFY,GQY1XT001DHB5K,GQY1XT001DRXS4,GQY1XT001D3M7Q,GQY1XT001CUW5A,GQY1XT001BG4GH,GQY1XT001BMEBG,GQY1XT001DQIBH,GQY1XT001BV1G1,GQY1XT001COL7D,GQY1XT001A3I87,GQY1XT001BN1PQ,GQY1XT001D0Q57,GQY1XT001DW9H1,GQY1XT001CJY66,GQY1XT001B79KV,GQY1XT001BNZST,GQY1XT001BWJ5P,GQY1XT001DUY3W,GQY1XT001D2KXK,GQY1XT001BOBC4,GQY1XT001ER35T,GQY1XT001BY4W5,GQY1XT001DVM45,GQY1XT001CWQ6I,GQY1XT001BJKIA,GQY1XT001E3SPI,GQY1XT001CL42Z,GQY1XT001CRH4N,GQY1XT001BKCHJ,GQY1XT001CMA9N,GQY1XT001EFHYK,GQY1XT001DQWEX,GQY1XT001CB6AL,GQY1XT001EJEOX,GQY1XT001D2OL2,GQY1XT001CS2NL,GQY1XT001C2BS9,GQY1XT001C5U4K,GQY1XT001CCMBK,GQY1XT001DMX4H,GQY1XT001DLNV0,GQY1XT001DAJRZ,GQY1XT001D68PY,GQY1XT001D5GMP,GQY1XT001CRCUD,GQY1XT001BHA2C,GQY1XT001CSMVP,GQY1XT001BJT2J,GQY1XT001DKVT2,GQY1XT001DELM0,GQY1XT001AUFG9,GQY1XT001BL585,GQY1XT001AK1Q9,GQY1XT001EMX9P,GQY1XT001A39QX,GQY1XT001CI2M0,GQY1XT001DXIJ1,GQY1XT001D6IOH,GQY1XT001C4YAW,GQY1XT001CPLZI,GQY1XT001CE3R9,GQY1XT001CPBN5,GQY1XT001AN3C3,GQY1XT001ETX24,GQY1XT001BTV64,GQY1XT001EOMZR,GQY1XT001BBF4Q,GQY1XT001DSA52,GQY1XT001BJ0BG,GQY1XT001CZDDX,GQY1XT001CF45X,GQY1XT001AJ9AD,GQY1XT001A8MTH,GQY1XT001ER0VV,GQY1XT001EMCU4,GQY1XT001EBG6W,GQY1XT001E3L7E,GQY1XT001DT6V7,GQY1XT001DKBD8,GQY1XT001DHXDT,GQY1XT001DBUOH,GQY1XT001D37HM,GQY1XT001CXQPF,GQY1XT001CU3SY,GQY1XT001CSRW5,GQY1XT001CM1SN,GQY1XT001CG3V1,GQY1XT001C8AOJ,GQY1XT001BJCZ2,GQY1XT001B7BBF,GQY1XT001AVM1F,GQY1XT001AOBUB,GQY1XT001A11O6,GQY1XT001A0W09,GQY1XT001CP5AY,GQY1XT001DKW10,GQY1XT001B0Y23,GQY1XT001B80GX,GQY1XT001BBM75,GQY1XT001BA26S,GQY1XT001ERKCD,GQY1XT001BC6O2,GQY1XT001DCYNB,GQY1XT001D5F82,GQY1XT001DQ55F,GQY1XT001DH1R1,GQY1XT001B1JB6,GQY1XT001DP3ML,GQY1XT001EAAP0,GQY1XT001D7TKA,GQY1XT001BPUHW,GQY1XT001BFVLJ,GQY1XT001EVX96,GQY1XT001EZGUM,GQY1XT001DN1AL,GQY1XT001CBFMR,GQY1XT001DLXXG,GQY1XT001CAUUE,GQY1XT001AYJC3,GQY1XT001EMEOY,GQY1XT001AXPDN,GQY1XT001CITLK,GQY1XT001BOEIM,GQY1XT001AINLG,GQY1XT001AWC3I,GQY1XT001B2UYD,GQY1XT001A4FBQ,GQY1XT001CEP80,GQY1XT001CSGPE,GQY1XT001CFICJ,GQY1XT001DBZFW,GQY1XT001CSY05,GQY1XT001BRXQ3,GQY1XT001DBRHI,GQY1XT001D7ZNG,GQY1XT001AQW4Q,GQY1XT001C6IYI,GQY1XT001D6SSL,GQY1XT001CG4XL,GQY1XT001AG3XT,GQY1XT001DJMJT,GQY1XT001AXGZ7,GQY1XT001BKYLS,GQY1XT001DP7I8,GQY1XT001CBQ8O,GQY1XT001B9L8E,GQY1XT001B97Y9,GQY1XT001BWPSX,GQY1XT001CQH15,GQY1XT001DPDUN,GQY1XT001D27WB,GQY1XT001AFHJD,GQY1XT001CFSMW,GQY1XT001BSSQ9,GQY1XT001C5Q11,GQY1XT001E058C,GQY1XT001AMNJD,GQY1XT001CYYU5,GQY1XT001CRZ0L,GQY1XT001A283L,GQY1XT001BQPS8,GQY1XT001D5LEZ,GQY1XT001CO8MF,GQY1XT001EHF2Z,GQY1XT001CI47Q,GQY1XT001A7SCA,GQY1XT001BIOTI,GQY1XT001DWS09,GQY1XT001CB4W4,GQY1XT001BENNP,GQY1XT001BGLKE,GQY1XT001BPY1B,GQY1XT001BR7YX,GQY1XT001DO8LV,GQY1XT001EV9PT,GQY1XT001BB5GN,GQY1XT001D7FKI,GQY1XT001CF0OO,GQY1XT001DL88K,GQY1XT001B7VRT,GQY1XT001D5TAN,GQY1XT001AJ43Z,GQY1XT001BFGSO,GQY1XT001BYNIY,GQY1XT001BJW1M,GQY1XT001DQPNZ,GQY1XT001C8X5G,GQY1XT001BOX2P,GQY1XT001AV1OD,GQY1XT001CGQG9,GQY1XT001DOQZ7,GQY1XT001CMR87,GQY1XT001B1450,GQY1XT001C0EC0,GQY1XT001DR2HS,GQY1XT001DO5DI,GQY1XT001DH0DP,GQY1XT001C1HR4,GQY1XT001BZE32,GQY1XT001B81EH,GQY1XT001C7NFT,GQY1XT001A4686,GQY1XT001AWLHG,GQY1XT001CB4SU,GQY1XT001A1NL2,GQY1XT001DSLP2,GQY1XT001BXMLS,GQY1XT001C11HB,GQY1XT001DQPEB,GQY1XT001CK17F,GQY1XT001EN0XO,GQY1XT001A4B48,GQY1XT001AVEBL,GQY1XT001A28HZ,GQY1XT001BDJBA,GQY1XT001DN2SJ,GQY1XT001CTKAG,GQY1XT001APRBM,GQY1XT001DU39X,GQY1XT001APUCF,GQY1XT001A203B,GQY1XT001DAN2H,GQY1XT001BZ2P9,GQY1XT001BCN57,GQY1XT001D2Y29,GQY1XT001DGA8F,GQY1XT001D6MFU,GQY1XT001ASTIM,GQY1XT001ARPXF,GQY1XT001EJDWR,GQY1XT001BX8MR,GQY1XT001BQKTU,GQY1XT001EBTJE,GQY1XT001CCQ8V,GQY1XT001B8DYJ,GQY1XT001B9UM2,GQY1XT001DZ8B4,GQY1XT001AS61P,GQY1XT001CK8RD,GQY1XT001C6VUF,GQY1XT001C0Q2A,GQY1XT001ETS7L,GQY1XT001CB70G,GQY1XT001D311V,GQY1XT001C2ZUQ,GQY1XT001C1CQQ,GQY1XT001A7XN2,GQY1XT001D7RDW,GQY1XT001CKF61,GQY1XT001AHEKK,GQY1XT001DS9ZW,GQY1XT001D7V28,GQY1XT001BV9FP,GQY1XT001A9UGO,GQY1XT001BN7V7,GQY1XT001B1415,GQY1XT001DAE2E,GQY1XT001C176E,GQY1XT001E13JB,GQY1XT001C7M7V,GQY1XT001AYYVA,GQY1XT001B0400,GQY1XT001EUB2D,GQY1XT001D1YCO,GQY1XT001BUHMS,GQY1XT001A97A5,GQY1XT001DQJFR,GQY1XT001CE2TG,GQY1XT001DX6BV,GQY1XT001EOXYK,GQY1XT001BI9FH,GQY1XT001AV2HL,GQY1XT001B2QFJ,GQY1XT001CANC3,GQY1XT001DQLCN,GQY1XT001E0K0Y,GQY1XT001DSCWI,GQY1XT001DEDKR,GQY1XT001A4V1M,GQY1XT001DYRJ7,GQY1XT001CFV86,GQY1XT001DZKSG,GQY1XT001CLZBR,GQY1XT001C2FHH,GQY1XT001BXYJL,GQY1XT001EF6K3,GQY1XT001EM36E,GQY1XT001EXQQM,GQY1XT001AFO9P,GQY1XT001BX2VI,GQY1XT001C4RW3,GQY1XT001B1L9T,GQY1XT001A0BZK,GQY1XT001C54Q9,GQY1XT001CF1XA,GQY1XT001BJ4QH,GQY1XT001D1TON,GQY1XT001EN3VW,GQY1XT001CHUN1,GQY1XT001AQD6Z,GQY1XT001CLOSY,GQY1XT001D4V0W,GQY1XT001A9B5Q,GQY1XT001C5EBZ,GQY1XT001C60L2,GQY1XT001CFERV,GQY1XT001AGYNY,GQY1XT001EX80V,GQY1XT001CRWHI,GQY1XT001EM1LD,GQY1XT001BG592,GQY1XT001DV6D0,GQY1XT001BNBCO,GQY1XT001C30OO,GQY1XT001A5HLW,GQY1XT001BADK7,GQY1XT001DHAZL,GQY1XT001BBFAY,GQY1XT001AWJV4,GQY1XT001EMPB5,GQY1XT001ATK0S,GQY1XT001CIJI4,GQY1XT001CQPXI,GQY1XT001DFIOI,GQY1XT001ES0K6,GQY1XT001D7192,GQY1XT001DUDBK,GQY1XT001AD9RP,GQY1XT001C8DFZ,GQY1XT001AQ5P0,GQY1XT001C3F92,GQY1XT001ARTVH,GQY1XT001EKHKK,GQY1XT001D7BUI,GQY1XT001BARZ8,GQY1XT001C04NA,GQY1XT001CZYSK,GQY1XT001DEXSB,GQY1XT001DYNME,GQY1XT001DYS50,GQY1XT001CF20P,GQY1XT001EMSS8,GQY1XT001BOJBQ,GQY1XT001AIGJI,GQY1XT001BKK14,GQY1XT001ENA9N,GQY1XT001CJY42,GQY1XT001CV44T,GQY1XT001B4UXH,GQY1XT001DQY3N,GQY1XT001AD3RD,GQY1XT001CENNH,GQY1XT001CR6HN,GQY1XT001ELC6O,GQY1XT001AXBWQ,GQY1XT001EFZ7L,GQY1XT001DJAKJ,GQY1XT001C69LB,GQY1XT001AUX88,GQY1XT001EM30F,GQY1XT001EGYCA,GQY1XT001EGTJO,GQY1XT001EER5J,GQY1XT001EDYLO,GQY1XT001EDY2L,GQY1XT001ED2HJ,GQY1XT001DDSJ6,GQY1XT001D2W09,GQY1XT001CU2OW,GQY1XT001CDMH1,GQY1XT001C5ZLQ,GQY1XT001BG724,GQY1XT001C9JG2,GQY1XT001CYS38,GQY1XT001AHOHY,GQY1XT001AMX5V,GQY1XT001A91FQ,GQY1XT001AU4WX,GQY1XT001AZYNT,GQY1XT001BYF94,GQY1XT001EBFON,GQY1XT001D5MN2,GQY1XT001BYJLK,GQY1XT001ETCFX,GQY1XT001CSQDJ,GQY1XT001A4PT2,GQY1XT001C2FCJ,GQY1XT001AYH2A,GQY1XT001CQZMJ,GQY1XT001DZOJX,GQY1XT001EP8R5,GQY1XT001A6C1S,GQY1XT001BKF24,GQY1XT001BXCI6,GQY1XT001B6JRK,GQY1XT001BM75C,GQY1XT001CN5RW,GQY1XT001AMHYQ,GQY1XT001BXF3Z,GQY1XT001ECGBN,GQY1XT001ARZMK,GQY1XT001A0OU5,GQY1XT001D1FKJ,GQY1XT001DKR3P,GQY1XT001CXFWS,GQY1XT001BTAJ2,GQY1XT001ESCME,GQY1XT001DF6D5,GQY1XT001AXEVY,GQY1XT001DHBQB,GQY1XT001A7DMV,GQY1XT001C5M8M,GQY1XT001AK4EA,GQY1XT001AEP7Q,GQY1XT001EDC07,GQY1XT001DK7OO,GQY1XT001EX35W,GQY1XT001BUJS1,GQY1XT001BT91K,GQY1XT001AIA86,GQY1XT001EPS8G,GQY1XT001B857D,GQY1XT001EN4Y7,GQY1XT001AHOTH,GQY1XT001BT956,GQY1XT001C448Y,GQY1XT001AZV1N,GQY1XT001ARIQA,GQY1XT001DIETF,GQY1XT001DLOTQ,GQY1XT001BFF4E,GQY1XT001AIR2Y,GQY1XT001E297O,GQY1XT001D0DZ6,GQY1XT001DKD92,GQY1XT001EW0A1,GQY1XT001AG7HW,GQY1XT001CUH46,GQY1XT001EO15N,GQY1XT001CS2LE,GQY1XT001B1CX9,GQY1XT001ERGMQ,GQY1XT001B01PQ,GQY1XT001DYP5C,GQY1XT001ELG0B,GQY1XT001EPLFW,GQY1XT001DVNN3,GQY1XT001DSUX5,GQY1XT001AMUEF,GQY1XT001BF188,GQY1XT001BD0VN,GQY1XT001BV2CX,GQY1XT001A34TP,GQY1XT001EPL30,GQY1XT001CQL36,GQY1XT001CO98O,GQY1XT001CHFWV,GQY1XT001EQRZK,GQY1XT001EUUY5,GQY1XT001DT141,GQY1XT001DT3L7,GQY1XT001B1CTN,GQY1XT001BAAY3,GQY1XT001A469A,GQY1XT001D5G41,GQY1XT001CPIOU,GQY1XT001DNI8Z,GQY1XT001BVJLO,GQY1XT001EEF1V,GQY1XT001DUYFI,GQY1XT001CYDC8,GQY1XT001AYN5S,GQY1XT001DZC30,GQY1XT001BNUUY,GQY1XT001AKCLD,GQY1XT001D62HI,GQY1XT001BH6Y7,GQY1XT001A3Q9K,GQY1XT001EX7YK,GQY1XT001BQX8J,GQY1XT001DX9Z3,GQY1XT001AS56I,GQY1XT001DEZNR,GQY1XT001BWXLO,GQY1XT001CPWBI,GQY1XT001DPVAA,GQY1XT001D7WKN,GQY1XT001CAEK0,GQY1XT001BB56K,GQY1XT001DOVSP,GQY1XT001ASOC0,GQY1XT001AQPHN,GQY1XT001BAQX0,GQY1XT001AU38T,GQY1XT001DJ0PA,GQY1XT001DCINH,GQY1XT001D2351,GQY1XT001D3Q69,GQY1XT001B7XTG,GQY1XT001AN6JM,GQY1XT001C9XY7,GQY1XT001ERSS8,GQY1XT001ATT2X,GQY1XT001ALZZL,GQY1XT001AJNDQ,GQY1XT001DQNQH,GQY1XT001CSDGI,GQY1XT001CVKZV,GQY1XT001CK30R,GQY1XT001DHHN4,GQY1XT001B0ZVC,GQY1XT001DVP8S,GQY1XT001EP4IK,GQY1XT001ELWRQ,GQY1XT001D10DI,GQY1XT001EBRPN,GQY1XT001DP5AK,GQY1XT001CAOZ3,GQY1XT001DFOWK,GQY1XT001ETTVA,GQY1XT001BE3CQ,GQY1XT001CFTW0,GQY1XT001CMBQT,GQY1XT001DU35P,GQY1XT001CLE2Y,GQY1XT001DWRMH,GQY1XT001BXE7O,GQY1XT001BOQK5,GQY1XT001B7276,GQY1XT001CO17V,GQY1XT001AOF1M,GQY1XT001EDKNH,GQY1XT001DP73E,GQY1XT001DRKNK,GQY1XT001B5RJH,GQY1XT001COQPZ,GQY1XT001BBJM0,GQY1XT001DS0UA,GQY1XT001EWR97,GQY1XT001DWWJ0,GQY1XT001EFR3O,GQY1XT001EJZZU,GQY1XT001BWN1U,GQY1XT001DPAXO,GQY1XT001B3RVL,GQY1XT001BTR8T,GQY1XT001EVCGN,GQY1XT001CP1C7,GQY1XT001ESBJT,GQY1XT001A5QKB,GQY1XT001CP2KV,GQY1XT001CEKPF,GQY1XT001BSYVL,GQY1XT001EXS6U,GQY1XT001CMUEZ,GQY1XT001DZH5B,GQY1XT001APGMA,GQY1XT001EX0RI,GQY1XT001ASXB9,GQY1XT001DIPQ5,GQY1XT001DMS01,GQY1XT001EI0PU,GQY1XT001EVUR7,GQY1XT001DVYS9,GQY1XT001DUYXE,GQY1XT001BN2NU,GQY1XT001AG8PB,GQY1XT001CVY5P,GQY1XT001AM8DE,GQY1XT001DWTZE,GQY1XT001D2PVQ,GQY1XT001ERPGZ,GQY1XT001CHBZ4,GQY1XT001A2BWI,GQY1XT001BBTD5,GQY1XT001BHQVI,GQY1XT001C9LAN,GQY1XT001B5P8I,GQY1XT001BQKO2,GQY1XT001ARQ0G,GQY1XT001BIW2U,GQY1XT001ANNXY,GQY1XT001D1AG8,GQY1XT001A3NKG,GQY1XT001ARC9O,GQY1XT001AWRKF,GQY1XT001AK0IZ,GQY1XT001AJTKF,GQY1XT001BVKO4,GQY1XT001A7S65,GQY1XT001CGTJX,GQY1XT001ETC2K,GQY1XT001DYO0S,GQY1XT001BZZEA,GQY1XT001AOJ4R,GQY1XT001A8AP1,GQY1XT001CKQ8W,GQY1XT001BZMLZ,GQY1XT001ALMMP,GQY1XT001DCHAH,GQY1XT001DDJNR,GQY1XT001DKQDL,GQY1XT001A5O0Y,GQY1XT001ERC9Y,GQY1XT001EXBB0,GQY1XT001B63Y7,GQY1XT001C0UV8,GQY1XT001C4QZ2,GQY1XT001CI3QW,GQY1XT001CEESP,GQY1XT001A4E4F,GQY1XT001A67KH,GQY1XT001C64KA,GQY1XT001CHIQQ,GQY1XT001CUJP0,GQY1XT001DRUS0,GQY1XT001EKAZ5,GQY1XT001EU84X,GQY1XT001EBI3J,GQY1XT001AN1OM,GQY1XT001APJPN,GQY1XT001A0DFF,GQY1XT001AUVDH,GQY1XT001AY60I,GQY1XT001BHJTS,GQY1XT001EM5HC,GQY1XT001AMYZX,GQY1XT001DFQQY,GQY1XT001CXRXG,GQY1XT001BJRST,GQY1XT001EU4YQ,GQY1XT001BO4V8,GQY1XT001B4060,GQY1XT001CO3KZ,GQY1XT001AH8U7,GQY1XT001CHIZY,GQY1XT001BLE9T,GQY1XT001EUVO7,GQY1XT001B25F4,GQY1XT001CBRBZ,GQY1XT001D2TVO,GQY1XT001D1Q9I,GQY1XT001DJWFX,GQY1XT001AFQWP,GQY1XT001C9RP5,GQY1XT001B1GI3,GQY1XT001DUDM7,GQY1XT001C24SW,GQY1XT001AINNU,GQY1XT001C2HAW,GQY1XT001E5SY8,GQY1XT001DPS69,GQY1XT001C91JU,GQY1XT001CPOE1,GQY1XT001BQ7N7,GQY1XT001DN9J9,GQY1XT001DYM0Y,GQY1XT001CRDTT,GQY1XT001EZ2WT,GQY1XT001D5V0F,GQY1XT001B76FD,GQY1XT001A0HZ3,GQY1XT001BXKBD,GQY1XT001BBFVI,GQY1XT001BATZ3,GQY1XT001AM364,GQY1XT001DXG05,GQY1XT001ETMO5,GQY1XT001ED7DR,GQY1XT001CPFOJ,GQY1XT001DGXYF,GQY1XT001DB1JI,GQY1XT001AQ0ND,GQY1XT001CLOV8,GQY1XT001CXD3B,GQY1XT001AVVU3,GQY1XT001DF4D8,GQY1XT001AN0PT,GQY1XT001ATMVP,GQY1XT001E0HHS,GQY1XT001CDBFT,GQY1XT001BAA8P,GQY1XT001ARVS2,GQY1XT001CB3FQ,GQY1XT001BKIM2,GQY1XT001CT33R,GQY1XT001A6VE6,GQY1XT001A7PKJ,GQY1XT001AVBEV,GQY1XT001E2V9P,GQY1XT001DXGL7,GQY1XT001B97DX,GQY1XT001DEPLU,GQY1XT001B9JFT,GQY1XT001BTRAX,GQY1XT001BUWDY,GQY1XT001ED00J,GQY1XT001CL2AA,GQY1XT001BK535,GQY1XT001DCY1R,GQY1XT001A82YN,GQY1XT001BQDEP,GQY1XT001DYX52,GQY1XT001C7WON,GQY1XT001AYKBK,GQY1XT001B09QI,GQY1XT001AF16J,GQY1XT001D0GCU,GQY1XT001B1MB8,GQY1XT001E0G8S,GQY1XT001B0PMG,GQY1XT001BCHZ9,GQY1XT001D3HBV,GQY1XT001A6G10,GQY1XT001DMA7B,GQY1XT001AG5GZ,GQY1XT001B9FK0,GQY1XT001BECQK,GQY1XT001CRGA1,GQY1XT001D8C4Q,GQY1XT001ELYIP,GQY1XT001C9D6O,GQY1XT001D1RZU,GQY1XT001EN8TX,GQY1XT001C8CFN,GQY1XT001CQO2Z,GQY1XT001DESNQ,GQY1XT001AWDQT,GQY1XT001DA6V2,GQY1XT001ATDSV,GQY1XT001A3DC2,GQY1XT001CNHL4,GQY1XT001CL2VS,GQY1XT001C7QDL,GQY1XT001AHF5G,GQY1XT001DRY8S,GQY1XT001A8ENH,GQY1XT001AP0ON,GQY1XT001EZUPM,GQY1XT001AULKS,GQY1XT001ETPXU,GQY1XT001B9CMW,GQY1XT001D0AWK,GQY1XT001CYOD2,GQY1XT001B4A6V,GQY1XT001DZECO,GQY1XT001C4ACD,GQY1XT001AWGFV,GQY1XT001B5W71,GQY1XT001D942Y,GQY1XT001CEPT6,GQY1XT001AXVC4,GQY1XT001ERSXH,GQY1XT001DMPZF,GQY1XT001ECZ4B,GQY1XT001B35R6,GQY1XT001CRNBL,GQY1XT001EF34P,GQY1XT001D3P90,GQY1XT001BMUIP,GQY1XT001BQBK1,GQY1XT001CU0ZQ,GQY1XT001D3DS4,GQY1XT001CF6UF,GQY1XT001BA9JM,GQY1XT001CTW2V,GQY1XT001E18ES,GQY1XT001BY7VH,GQY1XT001BDJ82,GQY1XT001BMW2S,GQY1XT001DTJNR,GQY1XT001DWV8D,GQY1XT001D7J3Y,GQY1XT001BBXF3,GQY1XT001C1W2O,GQY1XT001CWGH2,GQY1XT001CGM7U,GQY1XT001EOS1Q,GQY1XT001CY9KH,GQY1XT001BDXXK,GQY1XT001AUDO9,GQY1XT001ETFHB,GQY1XT001A55GM,GQY1XT001CB2EX,GQY1XT001EBTUS,GQY1XT001EAM4N,GQY1XT001DTUXJ,GQY1XT001DHIUC,GQY1XT001DH261,GQY1XT001D6HPH,GQY1XT001CZBYE,GQY1XT001CTDG4,GQY1XT001CBA09,GQY1XT001C6K6O,GQY1XT001C3S96,GQY1XT001BKYQD,GQY1XT001BKRZF,GQY1XT001B6OIH,GQY1XT001B4Q6L,GQY1XT001B02SD,GQY1XT001ASKHU,GQY1XT001ALZ47,GQY1XT001ALGLA,GQY1XT001ALFUO,GQY1XT001AH70E,GQY1XT001AF1DG,GQY1XT001A0ZBA,GQY1XT001AEP88,GQY1XT001D817S,GQY1XT001BNW0L,GQY1XT001AWLUP,GQY1XT001BY8H4,GQY1XT001EF3NE,GQY1XT001EIOL3,GQY1XT001AJ8Z3,GQY1XT001DT837,GQY1XT001AM5CS,GQY1XT001BAWFC,GQY1XT001BUO15,GQY1XT001ATM2G,GQY1XT001EHY9X,GQY1XT001CZLJJ,GQY1XT001BONZG,GQY1XT001BO5FP,GQY1XT001BCJLX,GQY1XT001A176W,GQY1XT001A09O7,GQY1XT001BPDKT,GQY1XT001AFQMJ,GQY1XT001EON8C,GQY1XT001DTNHY,GQY1XT001CQ0OY,GQY1XT001BS71V,GQY1XT001BVULV,GQY1XT001AFD7K,GQY1XT001CMV4Z,GQY1XT001EOENO,GQY1XT001BD65O,GQY1XT001BRBL9,GQY1XT001AQKZS,GQY1XT001C5GAJ,GQY1XT001A96S3,GQY1XT001AS91V,GQY1XT001E2MR8,GQY1XT001DVZN0,GQY1XT001ECJK1,GQY1XT001D80Q2,GQY1XT001BKWO9,GQY1XT001CQW2B,GQY1XT001EARBW,GQY1XT001AUBNA,GQY1XT001CABEW,GQY1XT001CIG6V,GQY1XT001AXP8C,GQY1XT001BB3R8,GQY1XT001D7AG2,GQY1XT001EOOXF,GQY1XT001DKEZF,GQY1XT001C1EC8,GQY1XT001BD4LB,GQY1XT001B8B1Q,GQY1XT001BH831,GQY1XT001CL6PU,GQY1XT001D2LEE,GQY1XT001BLHDI,GQY1XT001DPYLT,GQY1XT001AFFWR,GQY1XT001EE8OV,GQY1XT001C1YKP,GQY1XT001CISUC,GQY1XT001AF6OD,GQY1XT001AOZ7X,GQY1XT001EOSGP,GQY1XT001BPAGN,GQY1XT001D3BRR,GQY1XT001ELLKQ,GQY1XT001AWQF9,GQY1XT001DX4Z0,GQY1XT001CO8ZE,GQY1XT001CBCLZ,GQY1XT001EXK2M,GQY1XT001C8WTX,GQY1XT001AVMX0,GQY1XT001AUSZS,GQY1XT001DDGCT,GQY1XT001EB4BJ,GQY1XT001C5FFW,GQY1XT001B9GF1,GQY1XT001BT713,GQY1XT001D8ZPQ,GQY1XT001EARCI,GQY1XT001DS9IF,GQY1XT001CFFNO,GQY1XT001D1HCH,GQY1XT001BTHG5,GQY1XT001CDIVI,GQY1XT001EZPKS,GQY1XT001AGL8I,GQY1XT001E4ALZ,GQY1XT001EO37Q,GQY1XT001DCEV3,GQY1XT001BTG8W,GQY1XT001DO1YE,GQY1XT001DILPI,GQY1XT001ET5XL,GQY1XT001DV316,GQY1XT001EB9UE,GQY1XT001ATA7B,GQY1XT001B2BCX,GQY1XT001AG017,GQY1XT001DKLRA,GQY1XT001DK2EF,GQY1XT001DRW3F,GQY1XT001ER18B,GQY1XT001AW1FI,GQY1XT001AN8EQ,GQY1XT001BBXMF,GQY1XT001DM4HN,GQY1XT001EZRR7,GQY1XT001ECVX8,GQY1XT001BCZFY,GQY1XT001C2BND,GQY1XT001A8S8D,GQY1XT001CFSPK,GQY1XT001EPFYE,GQY1XT001E3I8G,GQY1XT001BOQJZ,GQY1XT001CCQTY,GQY1XT001A9ZH5,GQY1XT001CZ4RP,GQY1XT001CY6BJ,GQY1XT001AFTME,GQY1XT001EBFE4,GQY1XT001CP0RO,GQY1XT001AKOA4,GQY1XT001E1N2O,GQY1XT001C77EE,GQY1XT001DPXUV,GQY1XT001CDI6R,GQY1XT001BW6QB,GQY1XT001BFEOF,GQY1XT001BF3ZE,GQY1XT001AVJMZ,GQY1XT001BCUB5,GQY1XT001BZ698,GQY1XT001B7MCC,GQY1XT001C5UWV,GQY1XT001CSPIP,GQY1XT001C9X7W,GQY1XT001BHGTB,GQY1XT001DQJF1,GQY1XT001EAJOW,GQY1XT001DFPLQ,GQY1XT001CT0HD,GQY1XT001EGWX2,GQY1XT001D2EP6,GQY1XT001AK8DD,GQY1XT001DGOT0,GQY1XT001DIQH8,GQY1XT001AF2AY,GQY1XT001AH1OC,GQY1XT001A4UP1,GQY1XT001B1RWU,GQY1XT001DJGH3,GQY1XT001D7KRX,GQY1XT001DQH6K,GQY1XT001CRFR4,GQY1XT001A6G40,GQY1XT001BC9L3,GQY1XT001AJQ4A,GQY1XT001EA1F0,GQY1XT001C92ED,GQY1XT001A40AE,GQY1XT001BOXT5,GQY1XT001CZ203,GQY1XT001EQHOD,GQY1XT001A6M4X,GQY1XT001DNI0M,GQY1XT001CRRGU,GQY1XT001DT8W6,GQY1XT001BRVUH,GQY1XT001B6RD6,GQY1XT001CHCHS,GQY1XT001BN25K,GQY1XT001EFK2W,GQY1XT001BDDHW,GQY1XT001C9ZCM,GQY1XT001A3MAE,GQY1XT001CDXU2,GQY1XT001D5P98,GQY1XT001BQUE4,GQY1XT001C8DTP,GQY1XT001B9Q80,GQY1XT001AJOXC,GQY1XT001ET8FK,GQY1XT001ERGPQ,GQY1XT001EG5X2,GQY1XT001EAGZ1,GQY1XT001E4NN6,GQY1XT001DUX3H,GQY1XT001DLSBH,GQY1XT001DLLW5,GQY1XT001DKG0C,GQY1XT001D90W0,GQY1XT001D3CZZ,GQY1XT001CVBEG,GQY1XT001CRX79,GQY1XT001CC7SJ,GQY1XT001CA77T,GQY1XT001C0P2J,GQY1XT001BU3RJ,GQY1XT001BQONR,GQY1XT001BKFL6,GQY1XT001AO4Q6,GQY1XT001AJC1B,GQY1XT001A0XOF,GQY1XT001CRNST,GQY1XT001DMBX3,GQY1XT001D11Q4,GQY1XT001EYMO8,GQY1XT001CRREG,GQY1XT001DM8V7,GQY1XT001B0ELP,GQY1XT001AWYDU,GQY1XT001BQXTU,GQY1XT001CA7D5,GQY1XT001DQYH5,GQY1XT001EZSCO,GQY1XT001DWJXX,GQY1XT001EUZKC,GQY1XT001A3T7U,GQY1XT001EFX73,GQY1XT001DDWF3,GQY1XT001AHIRX,GQY1XT001BDFRG,GQY1XT001DASZ6,GQY1XT001DJJQO,GQY1XT001ARCIF,GQY1XT001A8RPX,GQY1XT001DKR4F,GQY1XT001E0KT8,GQY1XT001ESI20,GQY1XT001CU04Z,GQY1XT001E0NWL,GQY1XT001AM85V,GQY1XT001EP6I7,GQY1XT001DUXFF,GQY1XT001DIGIU,GQY1XT001C7I0O,GQY1XT001CG55N,GQY1XT001D7SWC,GQY1XT001CZZM6,GQY1XT001DJB6P,GQY1XT001EYOSX,GQY1XT001B3TQA,GQY1XT001BIMN7,GQY1XT001EDQW5,GQY1XT001D8RBO,GQY1XT001DFTIA,GQY1XT001BMYA4,GQY1XT001AHTAS,GQY1XT001A1V93,GQY1XT001AQDBR,GQY1XT001B5GVA,GQY1XT001CTYP3,GQY1XT001DH1GG,GQY1XT001BJWGJ,GQY1XT001BLJGN,GQY1XT001BO5AN,GQY1XT001AK9IY,GQY1XT001BAOT0,GQY1XT001DI1ZZ,GQY1XT001DB20E,GQY1XT001CL3ZJ,GQY1XT001B8F06,GQY1XT001C52CJ,GQY1XT001EBWY1,GQY1XT001BLJ2P,GQY1XT001CYBLO,GQY1XT001BRG9E,GQY1XT001AN7L6,GQY1XT001A40PL,GQY1XT001CR5XN,GQY1XT001CPATJ,GQY1XT001B404J,GQY1XT001DUHTB,GQY1XT001COM3X,GQY1XT001DX48Q,GQY1XT001BY2EO,GQY1XT001B9Y9D,GQY1XT001B5O0W,GQY1XT001B5L0A,GQY1XT001DEKIU,GQY1XT001ETINZ,GQY1XT001AL9K8,GQY1XT001DC9OB,GQY1XT001ELQU0,GQY1XT001B26FH,GQY1XT001C8BIO,GQY1XT001EHN4B,GQY1XT001CPQ25,GQY1XT001DHRI0,GQY1XT001A48M9,GQY1XT001E0QXR,GQY1XT001B5D0K,GQY1XT001BX6MP,GQY1XT001BKDTN,GQY1XT001EY81C,GQY1XT001B54ZT,GQY1XT001AUVWF,GQY1XT001B12RL,GQY1XT001AY07E,GQY1XT001AFS7U,GQY1XT001CZJP5,GQY1XT001DQS83,GQY1XT001DTJL1,GQY1XT001BAA6Z,GQY1XT001BZIYB,GQY1XT001DSR84,GQY1XT001DHGG9,GQY1XT001EGSKX,GQY1XT001BYE3X,GQY1XT001BN32Z,GQY1XT001BBO8W,GQY1XT001D1DA4,GQY1XT001CO1HQ,GQY1XT001B6ISJ,GQY1XT001A7CDJ,GQY1XT001DSJOK,GQY1XT001EPXLQ,GQY1XT001BKWMU,GQY1XT001A2CSV,GQY1XT001D2VMZ,GQY1XT001DPPR2,GQY1XT001D8M2D,GQY1XT001D6O4Y,GQY1XT001AQJH3,GQY1XT001A3KNQ,GQY1XT001DPSAO,GQY1XT001BEPVY,GQY1XT001CFOVU,GQY1XT001A479M,GQY1XT001D6VFP,GQY1XT001A472X,GQY1XT001C9ONP,GQY1XT001D6QHW,GQY1XT001DFFTV,GQY1XT001BPU2U,GQY1XT001AJKI5,GQY1XT001BVUSE,GQY1XT001AJBM2,GQY1XT001EO317,GQY1XT001CL84U,GQY1XT001E060T,GQY1XT001C9FNH,GQY1XT001AIPFN,GQY1XT001BRZTF,GQY1XT001BOSHJ,GQY1XT001EGO4Q,GQY1XT001BHR1O,GQY1XT001AT8NP,GQY1XT001BAXI3,GQY1XT001APQ2F,GQY1XT001DS41I,GQY1XT001EUDVC,GQY1XT001B4I6S,GQY1XT001BZKZP,GQY1XT001D6YJ4,GQY1XT001DH3GC,GQY1XT001DAQJH,GQY1XT001CJBUT,GQY1XT001B2L7J,GQY1XT001BNM0E,GQY1XT001DOKBQ,GQY1XT001BZYG9,GQY1XT001BG2K0,GQY1XT001AXCLH,GQY1XT001AXEJI,GQY1XT001BBX6P,GQY1XT001EHONV,GQY1XT001A80ES,GQY1XT001APK5I,GQY1XT001EJM5P,GQY1XT001C89CA,GQY1XT001BD6JN,GQY1XT001BM5YY,GQY1XT001B1SYQ,GQY1XT001DLOBM,GQY1XT001EAPK5,GQY1XT001AQPP3,GQY1XT001C2PRZ,GQY1XT001EANGF,GQY1XT001COM8N,GQY1XT001DWNTK,GQY1XT001BEIOB,GQY1XT001CPMM6,GQY1XT001BBCE8,GQY1XT001DZVVV,GQY1XT001DMKWV,GQY1XT001CIGZS,GQY1XT001A9PBG,GQY1XT001CU4K9,GQY1XT001DVJN8,GQY1XT001DO1YX,GQY1XT001C7EA6,GQY1XT001CWP33,GQY1XT001CCUOL,GQY1XT001EQQVU,GQY1XT001EO7A5,GQY1XT001AQ4O3,GQY1XT001A1PVX,GQY1XT001CK0G4,GQY1XT001A5A9J,GQY1XT001BEHAM,GQY1XT001BV196,GQY1XT001BBMTE,GQY1XT001DU0MT,GQY1XT001ESSJR,GQY1XT001DWAGN,GQY1XT001E4DW9,GQY1XT001BVLDG,GQY1XT001A4GLV,GQY1XT001AN9U2,GQY1XT001BK972,GQY1XT001BO1SY,GQY1XT001EHCRG,GQY1XT001DLFL7,GQY1XT001EWHWJ,GQY1XT001CMKSM,GQY1XT001CKGXH,GQY1XT001D2EXB,GQY1XT001BJ34L,GQY1XT001AZUXE,GQY1XT001ESJ48,GQY1XT001EV0QN,GQY1XT001DABN3,GQY1XT001BC0Z8,GQY1XT001B40MT,GQY1XT001D4192,GQY1XT001ENP8G,GQY1XT001ELDAL,GQY1XT001EDKE4,GQY1XT001DWLEK,GQY1XT001DD237,GQY1XT001CZ51H,GQY1XT001CVZBE,GQY1XT001CPFUS,GQY1XT001CB1YD,GQY1XT001BILOM,GQY1XT001B725T,GQY1XT001B1MP7,GQY1XT001AQBR2,GQY1XT001APB9J,GQY1XT001DYE2X,GQY1XT001AUSU2,GQY1XT001A4XNM,GQY1XT001EYAGN,GQY1XT001CT6M6,GQY1XT001CIX5S,GQY1XT001BZKSZ,GQY1XT001BVGBV,GQY1XT001A171H,GQY1XT001DTPFA,GQY1XT001AXRQ3,GQY1XT001BY4NA,GQY1XT001BZDF0,GQY1XT001B0QVU,GQY1XT001CFU33,GQY1XT001ATHOJ,GQY1XT001DB6AQ,GQY1XT001A0QJB,GQY1XT001BKUXC,GQY1XT001EQVBM,GQY1XT001DMZDX,GQY1XT001BT9VU,GQY1XT001DZ3LI,GQY1XT001B3KCU,GQY1XT001CVVYK,GQY1XT001DDAYH,GQY1XT001DANHS,GQY1XT001CSFAY,GQY1XT001CARE4,GQY1XT001A41X1,GQY1XT001AG2IW,GQY1XT001DPVZ8,GQY1XT001B9YZM,GQY1XT001CAVYY,GQY1XT001AV88I,GQY1XT001ENJG9,GQY1XT001D07BP,GQY1XT001CD8J9,GQY1XT001CM13R,GQY1XT001CEXLZ,GQY1XT001DV4GC,GQY1XT001BY1QY,GQY1XT001AWU41,GQY1XT001C90FA,GQY1XT001DFYUM,GQY1XT001AG6Z5,GQY1XT001ETDL0,GQY1XT001BCQ2Q,GQY1XT001DTBQW,GQY1XT001CE78Y,GQY1XT001EWUVJ,GQY1XT001AI0CM,GQY1XT001EC123,GQY1XT001BRDD4,GQY1XT001DWH2P,GQY1XT001AX6P3,GQY1XT001CIDTF,GQY1XT001EEAXB,GQY1XT001ETEJ7,GQY1XT001END8V,GQY1XT001EKIU9,GQY1XT001B1D8C,GQY1XT001DH74P,GQY1XT001DWM5T,GQY1XT001DG924,GQY1XT001CQFIJ,GQY1XT001DAWI7,GQY1XT001C5DP6,GQY1XT001AGRC5,GQY1XT001A0UJI,GQY1XT001AQ7E4,GQY1XT001EWRH6,GQY1XT001CQIVA,GQY1XT001BK9OC,GQY1XT001AVSX4,GQY1XT001A93LB,GQY1XT001A19FZ,GQY1XT001BE2FZ,GQY1XT001CDOH1,GQY1XT001C1O1A,GQY1XT001AQ6HF,GQY1XT001CZ2ZA,GQY1XT001AUBJH,GQY1XT001EA0FY,GQY1XT001DKXXJ,GQY1XT001ETLQR,GQY1XT001BSNMF,GQY1XT001BN33Y,GQY1XT001CQL83,GQY1XT001EN5JT,GQY1XT001BGCKI,GQY1XT001AF99P,GQY1XT001BXCIB,GQY1XT001C89GW,GQY1XT001DKSBJ,GQY1XT001AWKGQ,GQY1XT001B20YH,GQY1XT001CLRG2,GQY1XT001DPFEY,GQY1XT001ES4IT,GQY1XT001BY1ZN,GQY1XT001DHDAH,GQY1XT001ERH1H,GQY1XT001DVTWH,GQY1XT001CLMXM,GQY1XT001A1PZV,GQY1XT001DOZ9O,GQY1XT001ERJQY,GQY1XT001CI1AH,GQY1XT001BZOAI,GQY1XT001B9CX2,GQY1XT001A9N4P,GQY1XT001AYMS5,GQY1XT001CDF8F,GQY1XT001DTIG5,GQY1XT001AK3Y7,GQY1XT001ERSW2,GQY1XT001CJC2F,GQY1XT001C52EX,GQY1XT001A4FOQ,GQY1XT001AO88Q,GQY1XT001DC3GD,GQY1XT001CMNVT,GQY1XT001ESLUG,GQY1XT001BLH9R,GQY1XT001DKGQW,GQY1XT001A2QM8,GQY1XT001EV851,GQY1XT001EVJDV,GQY1XT001C6K86,GQY1XT001DSKDR,GQY1XT001E1KY6,GQY1XT001DJ3AL,GQY1XT001DMZ5F,GQY1XT001BHL8E,GQY1XT001C81ZN,GQY1XT001DDOZ3,GQY1XT001DKOWI,GQY1XT001DU61M,GQY1XT001D4U5P,GQY1XT001EKYI2,GQY1XT001D9TAD,GQY1XT001DSXTY,GQY1XT001DAE0A,GQY1XT001ESB48,GQY1XT001DKZUG,GQY1XT001BKM6R,GQY1XT001CKBBP,GQY1XT001C2Z19,GQY1XT001D9VME,GQY1XT001A17OR,GQY1XT001CD69S,GQY1XT001CKRHA,GQY1XT001A6JM2,GQY1XT001BJGX4,GQY1XT001CMS17,GQY1XT001ENJXM,GQY1XT001D2P2X,GQY1XT001BXB2R,GQY1XT001BUW2K,GQY1XT001A2HK2,GQY1XT001D5GXA,GQY1XT001A33VF,GQY1XT001BMZID,GQY1XT001DZORG,GQY1XT001BPTM8,GQY1XT001B52VY,GQY1XT001B85MA,GQY1XT001B8P85,GQY1XT001ENHG4,GQY1XT001ERE0U,GQY1XT001DAKGE,GQY1XT001D1LYG,GQY1XT001CGRIF,GQY1XT001BLRC5,GQY1XT001DH3YI,GQY1XT001B1GA3,GQY1XT001CZ01Y,GQY1XT001EDFL9,GQY1XT001CRIB3,GQY1XT001CL1ZY,GQY1XT001C89Z9,GQY1XT001BWYVO,GQY1XT001DNBIW,GQY1XT001AV2F0,GQY1XT001B5Q97,GQY1XT001DBSSU,GQY1XT001A1SCW,GQY1XT001BBU3A,GQY1XT001C9TN9,GQY1XT001B4SNV,GQY1XT001BRMGK,GQY1XT001EHHN5,GQY1XT001C7H9T,GQY1XT001D2SMQ,GQY1XT001EK0XZ,GQY1XT001B1M7D,GQY1XT001AL44A,GQY1XT001DLZM4,GQY1XT001APX4V,GQY1XT001BCT4O,GQY1XT001BVTEJ,GQY1XT001B83L9,GQY1XT001EJL64,GQY1XT001DXZKT,GQY1XT001AS0MP,GQY1XT001EZ91D,GQY1XT001BPBN7,GQY1XT001ESFUW,GQY1XT001BX5C7,GQY1XT001DG9JW,GQY1XT001EYXSH,GQY1XT001CSORF,GQY1XT001AIIBT,GQY1XT001AOCCH,GQY1XT001C175X,GQY1XT001B17DN,GQY1XT001BN41O,GQY1XT001DKHJI,GQY1XT001EW43K,GQY1XT001AJY2P,GQY1XT001C74A4,GQY1XT001C4C5N,GQY1XT001BCZ7Y,GQY1XT001D11XD,GQY1XT001CR2C7,GQY1XT001BK3SM,GQY1XT001AQ307,GQY1XT001DNTGL,GQY1XT001EZVAR,GQY1XT001APAKD,GQY1XT001CK3GK,GQY1XT001CDU1S,GQY1XT001CGVLA,GQY1XT001BIMP4,GQY1XT001BQUC8,GQY1XT001A2697,GQY1XT001CI30C,GQY1XT001AKD8N,GQY1XT001BFLU3,GQY1XT001D5FAK,GQY1XT001BRO94,GQY1XT001CDPMO,GQY1XT001ASJZN,GQY1XT001CJKQ9,GQY1XT001EVG6D,GQY1XT001BXWNL,GQY1XT001ENBRY,GQY1XT001CBM9F,GQY1XT001DL64G,GQY1XT001C8KTA,GQY1XT001AL6L9,GQY1XT001BZ86G,GQY1XT001DL8S0,GQY1XT001AX7TX,GQY1XT001BCP6Z,GQY1XT001DNV42,GQY1XT001ANP9G,GQY1XT001DD3ZC,GQY1XT001CM2G4,GQY1XT001CCNYG,GQY1XT001B92DE,GQY1XT001EF2AT,GQY1XT001DTIL5,GQY1XT001DHFY5,GQY1XT001D06SS,GQY1XT001C8Z9O,GQY1XT001B6STI,GQY1XT001B30ZZ,GQY1XT001B1I52,GQY1XT001AQ3OB,GQY1XT001CWY8G,GQY1XT001EUMC0,GQY1XT001CUUOZ,GQY1XT001D2YKN,GQY1XT001DUZ5S,GQY1XT001CIRKR,GQY1XT001C7Q67,GQY1XT001EDV9V,GQY1XT001BE7NE,GQY1XT001A3RCS,GQY1XT001CO2B6,GQY1XT001EGA56,GQY1XT001BMQC6,GQY1XT001AUBL2,GQY1XT001CD85J,GQY1XT001DD36N,GQY1XT001C47RS,GQY1XT001EO1UR,GQY1XT001AO1E9,GQY1XT001BVOZ8,GQY1XT001EUS7G,GQY1XT001ER0SJ,GQY1XT001CSG69,GQY1XT001AFK2L,GQY1XT001CW55Y,GQY1XT001B0PQO,GQY1XT001DAARC,GQY1XT001C1OKJ,GQY1XT001E3CER,GQY1XT001AN0U4,GQY1XT001BTNSO,GQY1XT001DHFEX,GQY1XT001EWBUG,GQY1XT001E1BCN,GQY1XT001EY5QO,GQY1XT001BCVXB,GQY1XT001EQSTN,GQY1XT001BZLWF,GQY1XT001BJO3O,GQY1XT001EZFF2,GQY1XT001CTA6I,GQY1XT001EJ8V8,GQY1XT001DA3AO,GQY1XT001C87EB,GQY1XT001D1TFN,GQY1XT001D92Q7,GQY1XT001DBTGN,GQY1XT001CQP6V,GQY1XT001AJWE9,GQY1XT001BRZF9,GQY1XT001B7EE6,GQY1XT001AK5A0,GQY1XT001DSTSY,GQY1XT001A4CDJ,GQY1XT001BC08L,GQY1XT001B0VYV,GQY1XT001CWBQF,GQY1XT001BROT5,GQY1XT001C1MWY,GQY1XT001DQ4N6,GQY1XT001CM4UE,GQY1XT001COP3Y,GQY1XT001DB4J0,GQY1XT001EBOVP,GQY1XT001BD1JD,GQY1XT001DG94G,GQY1XT001BDOXH,GQY1XT001BFFAE,GQY1XT001BM0HL,GQY1XT001BIHH9,GQY1XT001DB97F,GQY1XT001D1YG3,GQY1XT001AHCXS,GQY1XT001B8KJ6,GQY1XT001D89LQ,GQY1XT001ELUBD,GQY1XT001BNRZ4,GQY1XT001EQCEO,GQY1XT001CG8O0,GQY1XT001ELCL5,GQY1XT001C8UPG,GQY1XT001AIM11,GQY1XT001C732M,GQY1XT001AQTTP,GQY1XT001BQVKI,GQY1XT001A5RC6,GQY1XT001DTQGH,GQY1XT001EHKT9,GQY1XT001EWF62,GQY1XT001EUW1R,GQY1XT001CK6PI,GQY1XT001EP232,GQY1XT001DIBA1,GQY1XT001E22WV,GQY1XT001EY38R,GQY1XT001DT2EE,GQY1XT001ANHE3,GQY1XT001CYBHJ,GQY1XT001EPQ0W,GQY1XT001EV1M9,GQY1XT001AT10K,GQY1XT001BHO1S,GQY1XT001AH5V4,GQY1XT001A8AQ8,GQY1XT001CIYED,GQY1XT001ED030,GQY1XT001AMELO,GQY1XT001DJKZ0,GQY1XT001EDC7I,GQY1XT001EKZME,GQY1XT001BSBUE,GQY1XT001CX7Y8,GQY1XT001CNQ6I,GQY1XT001DT40E,GQY1XT001EA50P,GQY1XT001B8T7C,GQY1XT001CHYCI,GQY1XT001DD1ON,GQY1XT001AP94A,GQY1XT001BY1FB,GQY1XT001CAHGX,GQY1XT001E35LU,GQY1XT001BRL1B,GQY1XT001DR2ZF,GQY1XT001ECE5S,GQY1XT001DL2YY,GQY1XT001D0NRA,GQY1XT001C8QW5,GQY1XT001EU011,GQY1XT001B231F,GQY1XT001B12SE,GQY1XT001C0B6L,GQY1XT001BTZZT,GQY1XT001CIAC4,GQY1XT001A6XAV,GQY1XT001EIWNH,GQY1XT001EVPU1,GQY1XT001AW67H,GQY1XT001DNR1N,GQY1XT001ELD4G,GQY1XT001DOFSO,GQY1XT001E5VJ0,GQY1XT001DDCLK,GQY1XT001D0HQD,GQY1XT001ECX21,GQY1XT001DG39Q,GQY1XT001EMA1R,GQY1XT001CCDV7,GQY1XT001A2170,GQY1XT001ERFVI,GQY1XT001C0AP1,GQY1XT001BZTQR,GQY1XT001CKRE3,GQY1XT001CUEBL,GQY1XT001AQ8QG,GQY1XT001BKUQB,GQY1XT001AGTWY,GQY1XT001EQYLF,GQY1XT001BAT41,GQY1XT001A8HXN,GQY1XT001A0QUO,GQY1XT001B3C7L,GQY1XT001C51R0,GQY1XT001DF0HJ,GQY1XT001EIN9T,GQY1XT001EF2U0,GQY1XT001C4B4Q,GQY1XT001AE8FN,GQY1XT001BQDUW,GQY1XT001CJ6PR,GQY1XT001B7BN1,GQY1XT001BNPWN,GQY1XT001A8TNA,GQY1XT001DBR20,GQY1XT001DZACN,GQY1XT001EW39F,GQY1XT001EYRLE,GQY1XT001AJIHL,GQY1XT001BDJCC,GQY1XT001BDPPW,GQY1XT001DSNE7,GQY1XT001EUMJA,GQY1XT001CFQ1S,GQY1XT001DUO6B,GQY1XT001CNFE1,GQY1XT001DM92Y,GQY1XT001CMSLX,GQY1XT001CU3QQ,GQY1XT001EP4IA,GQY1XT001C8Z8A,GQY1XT001C78M9,GQY1XT001EG1PI,GQY1XT001DCNRS,GQY1XT001DW6NT,GQY1XT001BU33A,GQY1XT001DU4BN,GQY1XT001CV64I,GQY1XT001AMI90,GQY1XT001DWSTN,GQY1XT001BNTRK,GQY1XT001ELPMU,GQY1XT001ECJSU,GQY1XT001EACK9,GQY1XT001DKYBE,GQY1XT001DIDEQ,GQY1XT001CSYDJ,GQY1XT001CL2RZ,GQY1XT001C2T3J,GQY1XT001BY1RX,GQY1XT001BQCQ6,GQY1XT001BID32,GQY1XT001B6GTQ,GQY1XT001B04H1,GQY1XT001AWTVX,GQY1XT001AWLOW,GQY1XT001AURFY,GQY1XT001AF16T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AYMEB"; -secondCol = "GQY1XT001AYMEB,GQY1XT001B8CE7,GQY1XT001A7CFZ,GQY1XT001B5WTC,GQY1XT001CFIMX,GQY1XT001A5BDB,GQY1XT001CKTDW,GQY1XT001D74A0,GQY1XT001CSRKL,GQY1XT001CW455,GQY1XT001EXS8H,GQY1XT001DFKD2,GQY1XT001CYX00,GQY1XT001DYMPB,GQY1XT001BDC15,GQY1XT001CJMDA,GQY1XT001CB9UT,GQY1XT001C5F3F,GQY1XT001CV7JS,GQY1XT001DK95N,GQY1XT001CU4AV,GQY1XT001AYCU0,GQY1XT001DMIVQ,GQY1XT001B4N70,GQY1XT001A44MA,GQY1XT001BMXX7,GQY1XT001BK8RW,GQY1XT001CGXYE,GQY1XT001ED0EW,GQY1XT001BLXPL,GQY1XT001D2X9S,GQY1XT001A16WW,GQY1XT001B8A9W,GQY1XT001AO1DY,GQY1XT001D7GG7,GQY1XT001DXH11,GQY1XT001AND3C,GQY1XT001BT9LS,GQY1XT001BLZGM,GQY1XT001B03B1,GQY1XT001EBK51,GQY1XT001A3BKP,GQY1XT001COJTP,GQY1XT001ESUI5,GQY1XT001D7ZEQ,GQY1XT001DNC44,GQY1XT001EESL4,GQY1XT001ECJ7O,GQY1XT001D7O9L,GQY1XT001DAOXQ,GQY1XT001DFX4F,GQY1XT001BHDJT,GQY1XT001ASK8Y,GQY1XT001BGPMJ,GQY1XT001EZKTD,GQY1XT001CWGUP,GQY1XT001DSE5T,GQY1XT001CAFUD,GQY1XT001BOO18,GQY1XT001B091R,GQY1XT001DAN3I,GQY1XT001EGEEY,GQY1XT001BDIJM,GQY1XT001DUJWO,GQY1XT001BAUZ8,GQY1XT001ECU29,GQY1XT001EKTX9,GQY1XT001A44TS,GQY1XT001D5UM1,GQY1XT001A4G45,GQY1XT001A7RSO,GQY1XT001CFXY6,GQY1XT001DMXT7,GQY1XT001AM8K1,GQY1XT001DX0ZI,GQY1XT001C7ASO,GQY1XT001A6D01,GQY1XT001CFIXB,GQY1XT001B7FTS,GQY1XT001BANPN,GQY1XT001B7RWM,GQY1XT001C4GY4,GQY1XT001EYSYI,GQY1XT001CV29H,GQY1XT001A9OA5,GQY1XT001CFT9W,GQY1XT001C3R5C,GQY1XT001B6IEI,GQY1XT001BIIHP,GQY1XT001DHRVD,GQY1XT001BI84Y,GQY1XT001DNW0L,GQY1XT001BD7K4,GQY1XT001CJKHC,GQY1XT001DNH7I,GQY1XT001DHJBY,GQY1XT001AST07,GQY1XT001COYB3,GQY1XT001CBFTE,GQY1XT001BTC8W,GQY1XT001DWV7O,GQY1XT001EA859,GQY1XT001C1WQR,GQY1XT001A2N94,GQY1XT001DW5AK,GQY1XT001AZC8J,GQY1XT001DFI18,GQY1XT001C11Q3,GQY1XT001AUJKE,GQY1XT001DTE6L,GQY1XT001DQ36M,GQY1XT001EY8OS,GQY1XT001BTWZE,GQY1XT001ET9KK,GQY1XT001ER1E6,GQY1XT001CORQ9,GQY1XT001D04CH,GQY1XT001DPYHB,GQY1XT001CHQNI,GQY1XT001BDD7S,GQY1XT001ET6H7,GQY1XT001AKHCP,GQY1XT001EGWUI,GQY1XT001DIYV9,GQY1XT001AEWK2,GQY1XT001BERUS,GQY1XT001EERRE,GQY1XT001EUWHZ,GQY1XT001A4IYM,GQY1XT001A5QBK,GQY1XT001A0QUV,GQY1XT001CGJD3,GQY1XT001CQOU6,GQY1XT001A3Z21,GQY1XT001BWX0X,GQY1XT001B4QG9,GQY1XT001AITIL,GQY1XT001ALCSI,GQY1XT001BKF4S,GQY1XT001EJLTV,GQY1XT001CK1JO,GQY1XT001DC2GO,GQY1XT001C0NZE,GQY1XT001DAFGG,GQY1XT001BX053,GQY1XT001CN7CV,GQY1XT001DGFP8,GQY1XT001BPOMS,GQY1XT001CJM32,GQY1XT001CTW5G,GQY1XT001EX0H8,GQY1XT001ET10Z,GQY1XT001DCUZ7,GQY1XT001C3YZJ,GQY1XT001EVP9L,GQY1XT001BRDMD,GQY1XT001AVK4H,GQY1XT001EOOOC,GQY1XT001AFPDB,GQY1XT001EQKRY,GQY1XT001DTLNL,GQY1XT001AJY6E,GQY1XT001DGD9R,GQY1XT001AZVVK,GQY1XT001AUHQC,GQY1XT001DDZC6,GQY1XT001CPQGU,GQY1XT001AHXUF,GQY1XT001BXXYL,GQY1XT001D2Q0R,GQY1XT001CVM14,GQY1XT001E2MUK,GQY1XT001BUDAA,GQY1XT001B9N9V,GQY1XT001A009J,GQY1XT001DECI2,GQY1XT001DNISA,GQY1XT001CEWJG,GQY1XT001DG2AU,GQY1XT001D1IVN,GQY1XT001BFUMS,GQY1XT001DVHHY,GQY1XT001C3NVO,GQY1XT001EKLBZ,GQY1XT001C7ROV,GQY1XT001D7L5N,GQY1XT001EHK8G,GQY1XT001EO32L,GQY1XT001DUNFV,GQY1XT001BS5XY,GQY1XT001AW3M5,GQY1XT001A4A3G,GQY1XT001EPX09,GQY1XT001EYMD1,GQY1XT001EXJ4X,GQY1XT001EJ3T7,GQY1XT001EIECR,GQY1XT001EBPDN,GQY1XT001DXQJY,GQY1XT001DXCTW,GQY1XT001CXDU7,GQY1XT001CTX0I,GQY1XT001CLNHC,GQY1XT001CEADL,GQY1XT001CDX0A,GQY1XT001BYU8X,GQY1XT001BEWS3,GQY1XT001BDEFC,GQY1XT001AUPNY,GQY1XT001AMMDU,GQY1XT001AG50J,GQY1XT001A20OB,GQY1XT001CTJXU,GQY1XT001CL81V,GQY1XT001B0IL7,GQY1XT001EFO0X,GQY1XT001AS61H,GQY1XT001AQ89F,GQY1XT001CPO94,GQY1XT001CDPLE,GQY1XT001CD03F,GQY1XT001C1K20,GQY1XT001B04L0,GQY1XT001BSDCX,GQY1XT001EQ9QJ,GQY1XT001B7189,GQY1XT001A2JJH,GQY1XT001CFRYS,GQY1XT001APHQR,GQY1XT001AVT77,GQY1XT001EKHX6,GQY1XT001BAMDN,GQY1XT001AEYEA,GQY1XT001C95GZ,GQY1XT001B23L4,GQY1XT001C2PEP,GQY1XT001AYO06,GQY1XT001B7YX9,GQY1XT001ET2RL,GQY1XT001DY9PD,GQY1XT001DTKHU,GQY1XT001BZFZH,GQY1XT001A52R7,GQY1XT001AF1Z6,GQY1XT001AJ9EA,GQY1XT001CXT8T,GQY1XT001BGI5R,GQY1XT001AYCFV,GQY1XT001DR8NT,GQY1XT001BXVB3,GQY1XT001DPAOC,GQY1XT001EK2V8,GQY1XT001D4E2T,GQY1XT001DUY1Y,GQY1XT001A2QTB,GQY1XT001AXZ8F,GQY1XT001BEHMD,GQY1XT001B49FJ,GQY1XT001EFHZB,GQY1XT001BC5W8,GQY1XT001A219H,GQY1XT001C6DKJ,GQY1XT001E3MKV,GQY1XT001CVZT7,GQY1XT001EBCGE,GQY1XT001CIX9F,GQY1XT001C5OWC,GQY1XT001DLKZ0,GQY1XT001CR1A9,GQY1XT001DGHLX,GQY1XT001AL2H2,GQY1XT001CO5J6,GQY1XT001AU16H,GQY1XT001AYJBI,GQY1XT001BZ5RB,GQY1XT001CLF2C,GQY1XT001BHSEL,GQY1XT001CD9IW,GQY1XT001A1H7Y,GQY1XT001AL2Y1,GQY1XT001CX3UD,GQY1XT001DQAMQ,GQY1XT001D9LJU,GQY1XT001BJYJF,GQY1XT001BZ940,GQY1XT001DKJ1E,GQY1XT001DPQAK,GQY1XT001DR6Q0,GQY1XT001B2TW9,GQY1XT001E4W8I,GQY1XT001AMLFB,GQY1XT001C3K7H,GQY1XT001A8ID9,GQY1XT001AX7X8,GQY1XT001BZ8S3,GQY1XT001CRRXO,GQY1XT001CQS8B,GQY1XT001B0ZS3,GQY1XT001DPAUH,GQY1XT001DLD90,GQY1XT001DELOW,GQY1XT001D2FD4,GQY1XT001BNQC7,GQY1XT001CBI0W,GQY1XT001CYPSA,GQY1XT001AZNR0,GQY1XT001EORW7,GQY1XT001EL27I,GQY1XT001AUXT9,GQY1XT001CN6UZ,GQY1XT001BHSYD,GQY1XT001CEKKM,GQY1XT001AN9RR,GQY1XT001BTDGW,GQY1XT001EQU37,GQY1XT001DEYS8,GQY1XT001BRBB9,GQY1XT001CELAW,GQY1XT001EO8NG,GQY1XT001BUH2E,GQY1XT001DHO1S,GQY1XT001DB2EZ,GQY1XT001C2YDX,GQY1XT001A4XON,GQY1XT001BC7YH,GQY1XT001B8EDE,GQY1XT001CMQV0,GQY1XT001EYGHF,GQY1XT001AR4DQ,GQY1XT001A1LE3,GQY1XT001EWLEV,GQY1XT001DX88L,GQY1XT001ERYM9,GQY1XT001CH470,GQY1XT001DD2EI,GQY1XT001CLA1C,GQY1XT001CSS4W,GQY1XT001AJYPK,GQY1XT001A3YV7,GQY1XT001DI0V5,GQY1XT001AKDJM,GQY1XT001BRWYL,GQY1XT001DT274,GQY1XT001EVKSQ,GQY1XT001B1YKI,GQY1XT001EEC7S,GQY1XT001ALVNN,GQY1XT001AV5FR,GQY1XT001B2UFW,GQY1XT001BRBSA,GQY1XT001CHOQD,GQY1XT001A7J6H,GQY1XT001B59Z7,GQY1XT001E2WHY,GQY1XT001A3MPF,GQY1XT001B2UDK,GQY1XT001BUUIA,GQY1XT001BLR03,GQY1XT001C54UP,GQY1XT001BXJTM,GQY1XT001DYO1K,GQY1XT001C6RDN,GQY1XT001C6CV1,GQY1XT001DGJNW,GQY1XT001CJB2M,GQY1XT001CG4UZ,GQY1XT001CL9OG,GQY1XT001CLKDC,GQY1XT001EG3C9,GQY1XT001EE6JL,GQY1XT001DOGP1,GQY1XT001CABF9,GQY1XT001ENEY9,GQY1XT001BQF20,GQY1XT001DHOCJ,GQY1XT001BJUHA,GQY1XT001CRENH,GQY1XT001DNAIY,GQY1XT001C8XO9,GQY1XT001A5NWF,GQY1XT001DCE93,GQY1XT001BP6Z3,GQY1XT001EQHH9,GQY1XT001BAM9Q,GQY1XT001BBRLL,GQY1XT001B7YSO,GQY1XT001DHL3W,GQY1XT001BS140,GQY1XT001EMGHK,GQY1XT001B2YNK,GQY1XT001DPR9M,GQY1XT001AV3PD,GQY1XT001BKORF,GQY1XT001BZXG4,GQY1XT001AYGEP,GQY1XT001CULSU,GQY1XT001EGVFC,GQY1XT001AHTA8,GQY1XT001CFTPD,GQY1XT001D1TCR,GQY1XT001C0KDF,GQY1XT001EAE17,GQY1XT001DS3XH,GQY1XT001EWPM8,GQY1XT001DFS5T,GQY1XT001A3SNA,GQY1XT001CTQK8,GQY1XT001EN1ZC,GQY1XT001B3I8V,GQY1XT001D5ED9,GQY1XT001AL2PO,GQY1XT001D2N9J,GQY1XT001BXQEF,GQY1XT001EHWAL,GQY1XT001CIHM4,GQY1XT001A535G,GQY1XT001A0CMC,GQY1XT001CZZNM,GQY1XT001DFPN9,GQY1XT001DTQE9,GQY1XT001A6DUR,GQY1XT001BVA11,GQY1XT001EN142,GQY1XT001EEEML,GQY1XT001EBW6I,GQY1XT001DMVFT,GQY1XT001D4FW5,GQY1XT001CWLBB,GQY1XT001CIF92,GQY1XT001CFZGY,GQY1XT001CEWEJ,GQY1XT001BU0XS,GQY1XT001BSXOO,GQY1XT001BS9PS,GQY1XT001BS5FC,GQY1XT001AZQDP,GQY1XT001A9MG9,GQY1XT001A7TFN,GQY1XT001A7KM1,GQY1XT001CBAL9,GQY1XT001AWGC3,GQY1XT001BFJ11,GQY1XT001AY1SF,GQY1XT001D8NMQ,GQY1XT001B8H0M,GQY1XT001DUMF6,GQY1XT001CKL74,GQY1XT001E0TZS,GQY1XT001AS3EG,GQY1XT001ANP7U,GQY1XT001AD3GR,GQY1XT001DE4QG,GQY1XT001A69L7,GQY1XT001B92H0,GQY1XT001A0828,GQY1XT001DTNIP,GQY1XT001CXJJU,GQY1XT001CB2U4,GQY1XT001DMLT5,GQY1XT001B77PN,GQY1XT001BGEDS,GQY1XT001B0OVY,GQY1XT001EGVMK,GQY1XT001BTI7A,GQY1XT001CDC29,GQY1XT001DNY5G,GQY1XT001DADJP,GQY1XT001DVD7U,GQY1XT001C4MYC,GQY1XT001EIDI4,GQY1XT001AGKVT,GQY1XT001E0O6Q,GQY1XT001D3GWK,GQY1XT001D8CWG,GQY1XT001CU5ZC,GQY1XT001EBQ9J,GQY1XT001BGSN6,GQY1XT001A6125,GQY1XT001BZU7S,GQY1XT001A8KHO,GQY1XT001D1L2A,GQY1XT001C1Q03,GQY1XT001CJWF8,GQY1XT001CG3XY,GQY1XT001D4JUA,GQY1XT001EP0OL,GQY1XT001CGVLF,GQY1XT001C8FFV,GQY1XT001E3S3J,GQY1XT001EZ01D,GQY1XT001AJE9G,GQY1XT001DD130,GQY1XT001CTY7F,GQY1XT001CBOKA,GQY1XT001B4C71,GQY1XT001B89IG,GQY1XT001CDAZ1,GQY1XT001BSH1S,GQY1XT001AFKMR,GQY1XT001D8JG7,GQY1XT001D8GFG,GQY1XT001BC3VM,GQY1XT001CVZGA,GQY1XT001DMXF3,GQY1XT001DSIPX,GQY1XT001BFU3V,GQY1XT001D4SPI,GQY1XT001CWUFY,GQY1XT001A65NZ,GQY1XT001EKJE2,GQY1XT001BVBUQ,GQY1XT001D2OKV,GQY1XT001CKFFT,GQY1XT001C7ZBH,GQY1XT001BN4NO,GQY1XT001CCU3T,GQY1XT001ENSDA,GQY1XT001DSFKQ,GQY1XT001ECUQZ,GQY1XT001C9WMJ,GQY1XT001CHC1M,GQY1XT001CXP15,GQY1XT001DNZ3D,GQY1XT001ELHSZ,GQY1XT001A4CVZ,GQY1XT001EYYQI,GQY1XT001BQARM,GQY1XT001AQHZ0,GQY1XT001EAIW1,GQY1XT001AG9FM,GQY1XT001DW7EC,GQY1XT001CMMOD,GQY1XT001ATI4Z,GQY1XT001CSI2U,GQY1XT001A471A,GQY1XT001EMPTW,GQY1XT001DP0QR,GQY1XT001DME00,GQY1XT001BAL10,GQY1XT001BB9EY,GQY1XT001AY3JJ,GQY1XT001CNZTI,GQY1XT001C27FZ,GQY1XT001ARR5N,GQY1XT001C4EUR,GQY1XT001DSVRJ,GQY1XT001AZKXM,GQY1XT001AVVTV,GQY1XT001DPL1M,GQY1XT001AO00Q,GQY1XT001D6TXI,GQY1XT001ES7M4,GQY1XT001BOMSM,GQY1XT001E3MCL,GQY1XT001AOXVL,GQY1XT001EVHLJ,GQY1XT001CYQV5,GQY1XT001D29E7,GQY1XT001ESQOI,GQY1XT001B6GQV,GQY1XT001EZDLZ,GQY1XT001EJJ5T,GQY1XT001CBS0D,GQY1XT001DFSZU,GQY1XT001D7H90,GQY1XT001D20HI,GQY1XT001CUJWA,GQY1XT001DOLF7,GQY1XT001EJTAT,GQY1XT001D1L17,GQY1XT001CRLEF,GQY1XT001B6M0U,GQY1XT001E09H3,GQY1XT001BFYAE,GQY1XT001B6U22,GQY1XT001C78YM,GQY1XT001DK233,GQY1XT001CCNSP,GQY1XT001AFY03,GQY1XT001CBP31,GQY1XT001A7QR1,GQY1XT001DYPKV,GQY1XT001B8XV9,GQY1XT001DJFGS,GQY1XT001DON8D,GQY1XT001AO4HT,GQY1XT001A5Q7O,GQY1XT001EZZ59,GQY1XT001BZQZ6,GQY1XT001BGZW2,GQY1XT001E1VNY,GQY1XT001DK5TJ,GQY1XT001BB1CT,GQY1XT001CFAD6,GQY1XT001DNEMK,GQY1XT001EBIZX,GQY1XT001ENL8K,GQY1XT001AR8LW,GQY1XT001CEL7H,GQY1XT001BGC89,GQY1XT001BM9MX,GQY1XT001CBQ53,GQY1XT001CMSLN,GQY1XT001B6GW7,GQY1XT001C6H09,GQY1XT001AFMBB,GQY1XT001EX6JB,GQY1XT001D6PNM,GQY1XT001BCHX0,GQY1XT001EN3TT,GQY1XT001DSNML,GQY1XT001BYCQF,GQY1XT001CAG15,GQY1XT001DUD9P,GQY1XT001ERYE5,GQY1XT001B6QUY,GQY1XT001A0HE8,GQY1XT001BD3G9,GQY1XT001DDIP4,GQY1XT001BBQSC,GQY1XT001EYYSW,GQY1XT001BH1D3,GQY1XT001AVHLG,GQY1XT001A1M79,GQY1XT001AHGIV,GQY1XT001DRM37,GQY1XT001DIPRZ,GQY1XT001CGH7I,GQY1XT001CJ9F2,GQY1XT001B98O0,GQY1XT001BUIZW,GQY1XT001DX6CU,GQY1XT001CR0T7,GQY1XT001BG3JU,GQY1XT001CDT7K,GQY1XT001D8H1E,GQY1XT001BL06U,GQY1XT001C9KKC,GQY1XT001CCG00,GQY1XT001BK232,GQY1XT001AZBHH,GQY1XT001EZK4L,GQY1XT001AND7M,GQY1XT001BTE8F,GQY1XT001BIXBX,GQY1XT001EZP9R,GQY1XT001A73D1,GQY1XT001A0W1C,GQY1XT001AFNLZ,GQY1XT001CFOF7,GQY1XT001D2N7F,GQY1XT001EVPXY,GQY1XT001CDZ6E,GQY1XT001CRLW8,GQY1XT001EL3J5,GQY1XT001EKZ82,GQY1XT001E3YSG,GQY1XT001DUYNN,GQY1XT001DJ4V5,GQY1XT001DA9V1,GQY1XT001D7QSZ,GQY1XT001D4GND,GQY1XT001CRFW7,GQY1XT001CNWYT,GQY1XT001CL0CI,GQY1XT001CCV3S,GQY1XT001BWM0Q,GQY1XT001BJIRA,GQY1XT001BJ0Q6,GQY1XT001AROBX,GQY1XT001AH2EZ,GQY1XT001A81PF,GQY1XT001A1YXK,GQY1XT001B7CGE,GQY1XT001DUO11,GQY1XT001CMSFG,GQY1XT001EB26F,GQY1XT001AHNHZ,GQY1XT001E0CM4,GQY1XT001A1ZDG,GQY1XT001BHJBA,GQY1XT001CWHWH,GQY1XT001CMYXL,GQY1XT001DHKRA,GQY1XT001DWSXC,GQY1XT001AHSKH,GQY1XT001BO591,GQY1XT001EDN2D,GQY1XT001BYGMY,GQY1XT001D5ONO,GQY1XT001BNXTG,GQY1XT001DK7RF,GQY1XT001BBTMB,GQY1XT001A25JB,GQY1XT001BD9XC,GQY1XT001D2DDU,GQY1XT001B15YP,GQY1XT001B8NX6,GQY1XT001E113Q,GQY1XT001B498S,GQY1XT001DH7VL,GQY1XT001ED7J8,GQY1XT001DFFOZ,GQY1XT001DWIUG,GQY1XT001AX5V6,GQY1XT001CHRK5,GQY1XT001BDGN1,GQY1XT001EG07K,GQY1XT001EYBZ5,GQY1XT001ELY1P,GQY1XT001AOVTU,GQY1XT001CRPAR,GQY1XT001DX7W3,GQY1XT001BQX7R,GQY1XT001DBPXE,GQY1XT001DLGRW,GQY1XT001D5NSD,GQY1XT001B2VN0,GQY1XT001AQN84,GQY1XT001BVAI1,GQY1XT001D11OS,GQY1XT001EW13J,GQY1XT001A9SHK,GQY1XT001BCANG,GQY1XT001ESH0L,GQY1XT001A9GCF,GQY1XT001DUYWC,GQY1XT001C0RUD,GQY1XT001C737M,GQY1XT001B6MMO,GQY1XT001BWL8F,GQY1XT001B8S0F,GQY1XT001AXYK5,GQY1XT001CFBY1,GQY1XT001AWX7R,GQY1XT001DGVZH,GQY1XT001AV583,GQY1XT001CF6GW,GQY1XT001CDEKX,GQY1XT001CIADI,GQY1XT001BK5LZ,GQY1XT001EPGFS,GQY1XT001BBZNY,GQY1XT001ERJUG,GQY1XT001BGCXG,GQY1XT001DTJ5K,GQY1XT001DCGIH,GQY1XT001BTIEF,GQY1XT001B2XZD,GQY1XT001EKRBV,GQY1XT001AH9NE,GQY1XT001DST0J,GQY1XT001B0N4P,GQY1XT001BQ8WA,GQY1XT001A7IQ1,GQY1XT001B0DCY,GQY1XT001CG7PL,GQY1XT001CU1VZ,GQY1XT001DD8TP,GQY1XT001D2HB3,GQY1XT001BRITS,GQY1XT001ASDZ5,GQY1XT001C6BKR,GQY1XT001COX6N,GQY1XT001EXJZ8,GQY1XT001EWYO0,GQY1XT001D8Q5R,GQY1XT001B8ZQK,GQY1XT001CV54Z,GQY1XT001EG4QJ,GQY1XT001BAN7P,GQY1XT001CRSRN,GQY1XT001DYDYZ,GQY1XT001DHDAV,GQY1XT001CW23S,GQY1XT001DWT98,GQY1XT001DPYT9,GQY1XT001BE68S,GQY1XT001CB15V,GQY1XT001AE78O,GQY1XT001BCQ8B,GQY1XT001BY3AV,GQY1XT001EU3L5,GQY1XT001CTTSG,GQY1XT001ERPK1,GQY1XT001CFS22,GQY1XT001ETPFJ,GQY1XT001B7RO5,GQY1XT001EOPYC,GQY1XT001AHENM,GQY1XT001DX4E9,GQY1XT001DM9JR,GQY1XT001BQ115,GQY1XT001E3ZBH,GQY1XT001DIL6H,GQY1XT001A9ROR,GQY1XT001D0Q94,GQY1XT001D7BWU,GQY1XT001AYUAY,GQY1XT001DD09O,GQY1XT001BD2A9,GQY1XT001DHBOC,GQY1XT001DCLZB,GQY1XT001C9QEQ,GQY1XT001AZF91,GQY1XT001B29M0,GQY1XT001ANZP2,GQY1XT001CBDEY,GQY1XT001DGTDM,GQY1XT001AK8CZ,GQY1XT001DCOA4,GQY1XT001C9FC7,GQY1XT001CO0HT,GQY1XT001CGC8B,GQY1XT001BO4KI,GQY1XT001EOWK7,GQY1XT001AKCI8,GQY1XT001EWCR6,GQY1XT001EEFH7,GQY1XT001AVJKU,GQY1XT001DELBB,GQY1XT001DR2FS,GQY1XT001AX92B,GQY1XT001AGNPP,GQY1XT001AVP7H,GQY1XT001BEOX1,GQY1XT001DGVQJ,GQY1XT001BN158,GQY1XT001CG29P,GQY1XT001E0SHP,GQY1XT001A4952,GQY1XT001DFUWT,GQY1XT001DCHIM,GQY1XT001C2H2G,GQY1XT001BM73E,GQY1XT001A2QNK,GQY1XT001D9UEC,GQY1XT001CAXML,GQY1XT001DXWVI,GQY1XT001DHPSU,GQY1XT001B0A00,GQY1XT001D3ACN,GQY1XT001D0UIM,GQY1XT001AVKR9,GQY1XT001DCKLB,GQY1XT001AWADK,GQY1XT001A0XAN,GQY1XT001CXGYI,GQY1XT001D5A3J,GQY1XT001AGL8D,GQY1XT001AEZRY,GQY1XT001CJTXM,GQY1XT001CX8BI,GQY1XT001DC2OZ,GQY1XT001C7CZY,GQY1XT001DJM9C,GQY1XT001BMLBJ,GQY1XT001BLAJZ,GQY1XT001ASM35,GQY1XT001DQYNM,GQY1XT001D1BMU,GQY1XT001A3LYG,GQY1XT001EYYQB,GQY1XT001CQDBX,GQY1XT001BUNSO,GQY1XT001D6JGS,GQY1XT001DEQ2L,GQY1XT001BGFDT,GQY1XT001CWNA9,GQY1XT001AJQN4,GQY1XT001BZT37,GQY1XT001AXE1O,GQY1XT001EZBPP,GQY1XT001EHIS9,GQY1XT001CV7AW,GQY1XT001ETSDT,GQY1XT001CRCPV,GQY1XT001CA704,GQY1XT001A20FX,GQY1XT001DCCUS,GQY1XT001BUCFT,GQY1XT001B7WOE,GQY1XT001DFO3D,GQY1XT001BSCMO,GQY1XT001C1RZY,GQY1XT001BEKLB,GQY1XT001BSS8X,GQY1XT001CKKY1,GQY1XT001EVTJH,GQY1XT001EFFVK,GQY1XT001EC64P,GQY1XT001DYXVI,GQY1XT001DP2JD,GQY1XT001DJ2MC,GQY1XT001DFQPL,GQY1XT001D86C5,GQY1XT001D4AG0,GQY1XT001COAS9,GQY1XT001CIAEC,GQY1XT001C6JMT,GQY1XT001BORA5,GQY1XT001BNKXQ,GQY1XT001BJVOL,GQY1XT001BBUNF,GQY1XT001AXZIC,GQY1XT001A88PQ,GQY1XT001A0W3S,GQY1XT001BDD51,GQY1XT001BQIVU,GQY1XT001B8O1B,GQY1XT001ECB13,GQY1XT001BU708,GQY1XT001CVHZJ,GQY1XT001AYVQ3,GQY1XT001CULI3,GQY1XT001EPQCJ,GQY1XT001BYRBH,GQY1XT001CHIQJ,GQY1XT001BG3L3,GQY1XT001DDYMN,GQY1XT001CA63L,GQY1XT001BTJEO,GQY1XT001D7TT4,GQY1XT001BRP5J,GQY1XT001ELREU,GQY1XT001BHPLV,GQY1XT001BYEE7,GQY1XT001DXAUT,GQY1XT001C8FV6,GQY1XT001DHTEM,GQY1XT001DUSW1,GQY1XT001ERH37,GQY1XT001C1C8S,GQY1XT001BXRTC,GQY1XT001E14R9,GQY1XT001ATB6C,GQY1XT001AWRWI,GQY1XT001DAYN2,GQY1XT001BO66I,GQY1XT001CW26U,GQY1XT001DNNXL,GQY1XT001A8F0W,GQY1XT001E1NOF,GQY1XT001B6UGE,GQY1XT001BE5PW,GQY1XT001D9I8X,GQY1XT001DLMY3,GQY1XT001BQUJQ,GQY1XT001CNQYQ,GQY1XT001AVX1I,GQY1XT001A2JQP,GQY1XT001AT6YZ,GQY1XT001CYHCI,GQY1XT001CM1KA,GQY1XT001A8AJG,GQY1XT001B4YX5,GQY1XT001BNZ6T,GQY1XT001DDEYO,GQY1XT001C2XV2,GQY1XT001EU0ER,GQY1XT001AETC0,GQY1XT001AEJIG,GQY1XT001CKISB,GQY1XT001EX8XQ,GQY1XT001D3CSY,GQY1XT001AIIIO,GQY1XT001BTRU3,GQY1XT001B7YDZ,GQY1XT001AFO2A,GQY1XT001DZHTI,GQY1XT001DGL30,GQY1XT001DDKA0,GQY1XT001EKW5C,GQY1XT001DSTPQ,GQY1XT001BCBV7,GQY1XT001CFOBF,GQY1XT001CXGJT,GQY1XT001BBKFL,GQY1XT001A807Q,GQY1XT001B8XRU,GQY1XT001CKLHQ,GQY1XT001BTDA0,GQY1XT001DW799,GQY1XT001BCIP4,GQY1XT001CQN7G,GQY1XT001DTDMY,GQY1XT001BKKYM,GQY1XT001CBWBA,GQY1XT001BLUO0,GQY1XT001D9BYM,GQY1XT001EERJ5,GQY1XT001DZXI1,GQY1XT001ARBQ4,GQY1XT001EOCSO,GQY1XT001CWPUL,GQY1XT001CZGGS,GQY1XT001BPQ12,GQY1XT001CXMTN,GQY1XT001DU3LJ,GQY1XT001EOSKX,GQY1XT001A9AHZ,GQY1XT001ARXMO,GQY1XT001B9W5K,GQY1XT001A1FTO,GQY1XT001DRH8H,GQY1XT001EEIEB,GQY1XT001AOAVY,GQY1XT001AKKBG,GQY1XT001BJL4C,GQY1XT001B2ZCM,GQY1XT001CVV92,GQY1XT001B24X5,GQY1XT001BY2BC,GQY1XT001CKJMX,GQY1XT001ETTBE,GQY1XT001BW1N0,GQY1XT001DRMSD,GQY1XT001BLDYM,GQY1XT001AOHOX,GQY1XT001EAUNL,GQY1XT001EQAOE,GQY1XT001ER01K,GQY1XT001AQ2RN,GQY1XT001DH9SX,GQY1XT001B6VGZ,GQY1XT001AIVTT,GQY1XT001BQS7R,GQY1XT001D2RZY,GQY1XT001DLU7O,GQY1XT001ANEAQ,GQY1XT001BB89X,GQY1XT001DQX8F,GQY1XT001B2FIN,GQY1XT001EN8N0,GQY1XT001CDY22,GQY1XT001BSMQA,GQY1XT001EEOQW,GQY1XT001CY493,GQY1XT001BCE26,GQY1XT001CWWNH,GQY1XT001BX66Q,GQY1XT001AQJMC,GQY1XT001B1I96,GQY1XT001C5U35,GQY1XT001CT1J3,GQY1XT001E1BOT,GQY1XT001DVBZB,GQY1XT001DYJVS,GQY1XT001BROJ0,GQY1XT001BAZQ5,GQY1XT001AIG25,GQY1XT001B9360,GQY1XT001BUWZD,GQY1XT001ALE1H,GQY1XT001BAKUL,GQY1XT001C3ER3,GQY1XT001A38OE,GQY1XT001BV7KM,GQY1XT001EC1YZ,GQY1XT001BQPXV,GQY1XT001DDAAL,GQY1XT001BKA8F,GQY1XT001DMV1W,GQY1XT001E2QVF,GQY1XT001C70AU,GQY1XT001DMP7K,GQY1XT001BYCOP,GQY1XT001EO0SO,GQY1XT001BXYBJ,GQY1XT001AM4B2,GQY1XT001ETM1I,GQY1XT001A3ZOT,GQY1XT001ESK7K,GQY1XT001DMIO5,GQY1XT001C6D05,GQY1XT001CREEH,GQY1XT001BRYKU,GQY1XT001CQOTY,GQY1XT001BWDP5,GQY1XT001BTR04,GQY1XT001DARU4,GQY1XT001A7I2S,GQY1XT001AZQ5T,GQY1XT001C9OU9,GQY1XT001BVUOG,GQY1XT001EFU6H,GQY1XT001CR0PR,GQY1XT001BJDIK,GQY1XT001C3FXC,GQY1XT001DAV79,GQY1XT001C2OPO,GQY1XT001BGJF1,GQY1XT001B2PXZ,GQY1XT001BZRUX,GQY1XT001DN0UY,GQY1XT001BLFP5,GQY1XT001DOT7X,GQY1XT001DTKWJ,GQY1XT001DE877,GQY1XT001D47I0,GQY1XT001DCBXK,GQY1XT001E458W,GQY1XT001CGKY5,GQY1XT001DJMS4,GQY1XT001DA19O,GQY1XT001CBEMC,GQY1XT001ED6A8,GQY1XT001B34RI,GQY1XT001C3NM9,GQY1XT001CCL2C,GQY1XT001CXCJJ,GQY1XT001CVUJL,GQY1XT001CVYOQ,GQY1XT001DJF61,GQY1XT001A3XO1,GQY1XT001EM1RR,GQY1XT001EKEJU,GQY1XT001EA8I2,GQY1XT001DYGZD,GQY1XT001DRLUJ,GQY1XT001DP1RN,GQY1XT001DKPV9,GQY1XT001D9PGR,GQY1XT001CAYZK,GQY1XT001BO2YJ,GQY1XT001B72QA,GQY1XT001AYG33,GQY1XT001AMXOR,GQY1XT001AH056,GQY1XT001A6MF1,GQY1XT001DNQY5,GQY1XT001DZBPI,GQY1XT001A0M3A,GQY1XT001A86TQ,GQY1XT001BURTV,GQY1XT001CIAPH,GQY1XT001C1Q3N,GQY1XT001CMG4V,GQY1XT001BE6BK,GQY1XT001E1NYF,GQY1XT001B7136,GQY1XT001COSSS,GQY1XT001CT2IU,GQY1XT001BKWC2,GQY1XT001C8GEA,GQY1XT001CBEVV,GQY1XT001ATQ53,GQY1XT001CZSO2,GQY1XT001BL6QG,GQY1XT001B2HDJ,GQY1XT001D7F4D,GQY1XT001EKA4T,GQY1XT001B2B2J,GQY1XT001ETKCQ,GQY1XT001EOJOS,GQY1XT001CN1GG,GQY1XT001C71TK,GQY1XT001ENGL9,GQY1XT001D4E95,GQY1XT001DLGI2,GQY1XT001C6GY5,GQY1XT001DKUYA,GQY1XT001EFLHK,GQY1XT001DVTCG,GQY1XT001EBQIG,GQY1XT001C5ROZ,GQY1XT001ELDEW,GQY1XT001BVXG4,GQY1XT001D353C,GQY1XT001CUQQQ,GQY1XT001ASWK1,GQY1XT001AHUHT,GQY1XT001C1V7P,GQY1XT001A1Z2P,GQY1XT001EAARO,GQY1XT001CY22N,GQY1XT001CPXVN,GQY1XT001AXU9F,GQY1XT001DRUWC,GQY1XT001DKTXO,GQY1XT001C5UVU,GQY1XT001BFQ2A,GQY1XT001AWFEB,GQY1XT001BDT08,GQY1XT001DS98E,GQY1XT001D1AJ2,GQY1XT001EWKOL,GQY1XT001A3WUN,GQY1XT001A8JHM,GQY1XT001B6HS1,GQY1XT001A890M,GQY1XT001CEHC9,GQY1XT001DK7GW,GQY1XT001DAE89,GQY1XT001BCJ4X,GQY1XT001ERIZL,GQY1XT001AM5K7,GQY1XT001B30L3,GQY1XT001BUEN8,GQY1XT001EQ2M3,GQY1XT001CTFQB,GQY1XT001D9OKW,GQY1XT001ATW5A,GQY1XT001EWPHQ,GQY1XT001BNGVR,GQY1XT001EXQFW,GQY1XT001ETEVN,GQY1XT001A71V5,GQY1XT001DDGRL,GQY1XT001EYCNA,GQY1XT001EZ44Y,GQY1XT001E3U4X,GQY1XT001C5X76,GQY1XT001B1FVN,GQY1XT001CA0KI,GQY1XT001EEP54,GQY1XT001DJN1W,GQY1XT001DV95S,GQY1XT001BNBUE,GQY1XT001EABLN,GQY1XT001B6G30,GQY1XT001DJ8BE,GQY1XT001AE70M,GQY1XT001B4OAV,GQY1XT001ARFIU,GQY1XT001A4K2O,GQY1XT001DXOQ8,GQY1XT001CJVY5,GQY1XT001AYPT4,GQY1XT001B8IUY,GQY1XT001AQ2MA,GQY1XT001AVSIR,GQY1XT001BE8YM,GQY1XT001AM9HE,GQY1XT001CIML6,GQY1XT001ELEQH,GQY1XT001BTQZW,GQY1XT001CYR8U,GQY1XT001A6QLL,GQY1XT001DQ3VK,GQY1XT001AWUU6,GQY1XT001B6M2Q,GQY1XT001DDEXD,GQY1XT001C8I33,GQY1XT001ASW2G,GQY1XT001AYVSM,GQY1XT001D2XVC,GQY1XT001EE2TV,GQY1XT001DEZ5J,GQY1XT001D9ZDN,GQY1XT001CUKCC,GQY1XT001D9NJ1,GQY1XT001BCZVM,GQY1XT001AYU99,GQY1XT001B5CK8,GQY1XT001CGXRJ,GQY1XT001DJ0WG,GQY1XT001D15OW,GQY1XT001D04LT,GQY1XT001BCSD5,GQY1XT001B3ZJO,GQY1XT001B2QH0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DC1IC"; -secondCol = "GQY1XT001DC1IC,GQY1XT001A6ZYS,GQY1XT001EJVWW,GQY1XT001ASLS4,GQY1XT001EFYMI,GQY1XT001BB0RB,GQY1XT001DCL66,GQY1XT001EHM33,GQY1XT001DK9PP,GQY1XT001C2VT4,GQY1XT001CVOQC,GQY1XT001CMLVN,GQY1XT001CKSPH,GQY1XT001D984S,GQY1XT001B78W6,GQY1XT001EBY6S,GQY1XT001CC9DM,GQY1XT001CGQOQ,GQY1XT001D2HS7,GQY1XT001AZ9Y7,GQY1XT001BQSGT,GQY1XT001DK04F,GQY1XT001CQ2YO,GQY1XT001EPGWN,GQY1XT001AT1JL,GQY1XT001C6ROE,GQY1XT001CYS5W,GQY1XT001BD12H,GQY1XT001DCWYK,GQY1XT001C6DLE,GQY1XT001DU4PQ,GQY1XT001BSWAQ,GQY1XT001DMN2Z,GQY1XT001D9QRG,GQY1XT001AFTN3,GQY1XT001ALUWW,GQY1XT001DUWPM,GQY1XT001CUZJE,GQY1XT001BQW7X,GQY1XT001E0GVM,GQY1XT001BOXTY,GQY1XT001BQ2BI,GQY1XT001BQ7WF,GQY1XT001C1EF8,GQY1XT001E1EKT,GQY1XT001CT86Y,GQY1XT001C8BFQ,GQY1XT001ARSQP,GQY1XT001C4BOL,GQY1XT001EOAKE,GQY1XT001CPNWP,GQY1XT001DWFNC,GQY1XT001CFOEV,GQY1XT001BT2J3,GQY1XT001BN1DO,GQY1XT001EZNNU,GQY1XT001BQA5Y,GQY1XT001E2RFA,GQY1XT001ESBBG,GQY1XT001B7I5K,GQY1XT001DUNTB,GQY1XT001CEY7W,GQY1XT001A5TYI,GQY1XT001E11OT,GQY1XT001B4NK6,GQY1XT001BPT7L,GQY1XT001BS4ZN,GQY1XT001CF16C,GQY1XT001EJNBJ,GQY1XT001B0OG7,GQY1XT001DB0EK,GQY1XT001ANKWX,GQY1XT001AKMS9,GQY1XT001D69TI,GQY1XT001CQC2F,GQY1XT001DX77P,GQY1XT001CONFB,GQY1XT001CAHIG,GQY1XT001BIZ0D,GQY1XT001BHMWF,GQY1XT001AU3GE,GQY1XT001AGPY6,GQY1XT001BOFN3,GQY1XT001BWLBN,GQY1XT001C1K3V,GQY1XT001AKK9E,GQY1XT001B3MNB,GQY1XT001DK7N3,GQY1XT001EIV87,GQY1XT001A99O0,GQY1XT001B5MKI,GQY1XT001DZ2B1,GQY1XT001DQRHO,GQY1XT001EBAD4,GQY1XT001C6G1K,GQY1XT001CA2UA,GQY1XT001C7II3,GQY1XT001ERSZ2,GQY1XT001C3R3U,GQY1XT001AST5T,GQY1XT001EF033,GQY1XT001E06A8,GQY1XT001D7D14,GQY1XT001A4BDY,GQY1XT001AJSAR,GQY1XT001DJMAR,GQY1XT001BG9SY,GQY1XT001BTBZE,GQY1XT001DV78S,GQY1XT001D3LLU,GQY1XT001ELCQL,GQY1XT001CD5KE,GQY1XT001BLIE9,GQY1XT001DJ3V6,GQY1XT001CPCA1,GQY1XT001BCYMG,GQY1XT001D5ZVJ,GQY1XT001CPW33,GQY1XT001ELLBF,GQY1XT001ALY3V,GQY1XT001C5HCF,GQY1XT001BSNCX,GQY1XT001D5AI0,GQY1XT001BD6PP,GQY1XT001BHTIL,GQY1XT001EMNQH,GQY1XT001CRAEA,GQY1XT001B7JUR,GQY1XT001EQ41L,GQY1XT001BLVTR,GQY1XT001DVDB6,GQY1XT001AIPTB,GQY1XT001CCMGR,GQY1XT001DYQDY,GQY1XT001CI7J3,GQY1XT001AIUE3,GQY1XT001DS0BU,GQY1XT001CU4WW,GQY1XT001CXEE2,GQY1XT001BHFJX,GQY1XT001CLUFX,GQY1XT001D49GJ,GQY1XT001B99JV,GQY1XT001A2YF9,GQY1XT001AJZAC,GQY1XT001EBK3I,GQY1XT001CHGLO,GQY1XT001CBFIN,GQY1XT001A6ZQQ,GQY1XT001BWNWR,GQY1XT001ANYBF,GQY1XT001EA3IR,GQY1XT001ERP13,GQY1XT001EDCCP,GQY1XT001E4D1Y,GQY1XT001DYKSS,GQY1XT001DBWPU,GQY1XT001DBQ82,GQY1XT001C35CE,GQY1XT001BPJ3J,GQY1XT001BP28C,GQY1XT001ARGSP,GQY1XT001A8ZYR,GQY1XT001DG1VW,GQY1XT001BJFAX,GQY1XT001BIW7C,GQY1XT001BDAND,GQY1XT001DQPI5,GQY1XT001BK1VA,GQY1XT001DZMU9,GQY1XT001BB4SN,GQY1XT001ETVSW,GQY1XT001AVW3Z,GQY1XT001C57NY,GQY1XT001A7APC,GQY1XT001D3I8Z,GQY1XT001DMEG3,GQY1XT001AP4UU,GQY1XT001CTV6H,GQY1XT001BRJFV,GQY1XT001BZFLY,GQY1XT001AFQ6A,GQY1XT001DBVXE,GQY1XT001CDP08,GQY1XT001AHYWJ,GQY1XT001CT91B,GQY1XT001EGL0X,GQY1XT001EFEZN,GQY1XT001D6YIC,GQY1XT001BGDOU,GQY1XT001CY8PA,GQY1XT001ENTUG,GQY1XT001BWN13,GQY1XT001DFZYD,GQY1XT001D8UHP,GQY1XT001DQLPI,GQY1XT001B8VDV,GQY1XT001C7DFP,GQY1XT001CG507,GQY1XT001EKLGU,GQY1XT001B4F9Z,GQY1XT001EE1HR,GQY1XT001BYUAT,GQY1XT001DQ09S,GQY1XT001C638A,GQY1XT001D5KXI,GQY1XT001ATQ0M,GQY1XT001BY4ND,GQY1XT001AZBID,GQY1XT001AY13V,GQY1XT001APLQB,GQY1XT001BAGNE,GQY1XT001AX577,GQY1XT001CGDVX,GQY1XT001DOZ66,GQY1XT001AYCZI,GQY1XT001EGAOO,GQY1XT001CA1T6,GQY1XT001EBFUH,GQY1XT001DCBQ8,GQY1XT001E2LAP,GQY1XT001BKVLQ,GQY1XT001B1RU7,GQY1XT001CVELO,GQY1XT001DGHOQ,GQY1XT001C0MMX,GQY1XT001CCKZ9,GQY1XT001DIZ8A,GQY1XT001EI5K2,GQY1XT001A6IWI,GQY1XT001E2TLQ,GQY1XT001CPF8I,GQY1XT001BYEQP,GQY1XT001EJH7P,GQY1XT001BIT4J,GQY1XT001EAH8R,GQY1XT001D1K34,GQY1XT001DSSAV,GQY1XT001BG9NP,GQY1XT001C9WCU,GQY1XT001C57G7,GQY1XT001D76R4,GQY1XT001AX6ID,GQY1XT001EZCCJ,GQY1XT001ECBZH,GQY1XT001E100R,GQY1XT001CANNF,GQY1XT001BIC8Q,GQY1XT001AKMOH,GQY1XT001EZPBX,GQY1XT001BYV7Z,GQY1XT001EKA2N,GQY1XT001DQPE9,GQY1XT001BNRE9,GQY1XT001DVHVS,GQY1XT001CRKUU,GQY1XT001CUFAL,GQY1XT001CEWK4,GQY1XT001A46MW,GQY1XT001CR16V,GQY1XT001EVLB4,GQY1XT001A4F6O,GQY1XT001BLIGW,GQY1XT001BIE7I,GQY1XT001DBT5S,GQY1XT001C70CZ,GQY1XT001B35W7,GQY1XT001B3WKY,GQY1XT001D61X2,GQY1XT001AVLK9,GQY1XT001DJ9XQ,GQY1XT001EIGR2,GQY1XT001CKBBI,GQY1XT001AHO81,GQY1XT001C4IG9,GQY1XT001AYO3S,GQY1XT001B4ZN3,GQY1XT001D2FOK,GQY1XT001ENRXE,GQY1XT001AOR1Z,GQY1XT001BGQG8,GQY1XT001ALM4B,GQY1XT001AURL8,GQY1XT001EANGS,GQY1XT001C2FP9,GQY1XT001AI39B,GQY1XT001CKRJS,GQY1XT001AHJJ3,GQY1XT001DW1K6,GQY1XT001EU5SS,GQY1XT001BBMMO,GQY1XT001EVKU8,GQY1XT001B3PEE,GQY1XT001DAQ6J,GQY1XT001CQUG4,GQY1XT001D89R8,GQY1XT001AS28E,GQY1XT001AT8KH,GQY1XT001CLVJ9,GQY1XT001AS4US,GQY1XT001CMN2U,GQY1XT001BQ6NZ,GQY1XT001A6MSP,GQY1XT001B7P66,GQY1XT001BC9ON,GQY1XT001DB93C,GQY1XT001DPCQ6,GQY1XT001DB8AN,GQY1XT001DU6V2,GQY1XT001D7278,GQY1XT001A3PAF,GQY1XT001EAWRF,GQY1XT001EKSMR,GQY1XT001EZYL4,GQY1XT001E080D,GQY1XT001BTF4S,GQY1XT001CNKZK,GQY1XT001DBZXE,GQY1XT001E2TV4,GQY1XT001EVF9L,GQY1XT001BFEI0,GQY1XT001E0NXZ,GQY1XT001E49ZW,GQY1XT001B3H6J,GQY1XT001D066B,GQY1XT001B30Q1,GQY1XT001BXDR5,GQY1XT001CAZBD,GQY1XT001ECSVE,GQY1XT001ERM4P,GQY1XT001C7AQT,GQY1XT001CAH2T,GQY1XT001EE86K,GQY1XT001BNHI7,GQY1XT001CG9TX,GQY1XT001CE1YR,GQY1XT001DIA6L,GQY1XT001BP7E5,GQY1XT001BL84K,GQY1XT001BE6SH,GQY1XT001AYE9F,GQY1XT001DZUWP,GQY1XT001EUMGH,GQY1XT001DLUNS,GQY1XT001EUYMZ,GQY1XT001D2L8C,GQY1XT001BPDU8,GQY1XT001D99C7,GQY1XT001DH5JN,GQY1XT001BMLW6,GQY1XT001AY06K,GQY1XT001DUT5Q,GQY1XT001DK5R4,GQY1XT001BSDIU,GQY1XT001A01X7,GQY1XT001ESOB8,GQY1XT001A3A7R,GQY1XT001DBXF6,GQY1XT001ELL2W,GQY1XT001D8JA6,GQY1XT001EXDUM,GQY1XT001AOSH9,GQY1XT001EK680,GQY1XT001C6ALL,GQY1XT001AUIHE,GQY1XT001D7P23,GQY1XT001EAKOE,GQY1XT001DOT2N,GQY1XT001BPFTL,GQY1XT001EQ8OK,GQY1XT001BMVSP,GQY1XT001AXO3K,GQY1XT001DAH4D,GQY1XT001EH8V2,GQY1XT001DGRCC,GQY1XT001BV3AO,GQY1XT001EAJ7E,GQY1XT001C4J6L,GQY1XT001DDRX7,GQY1XT001CKXOX,GQY1XT001DE30D,GQY1XT001EMEK8,GQY1XT001EBLY9,GQY1XT001CZV6Q,GQY1XT001BF979,GQY1XT001C4P8W,GQY1XT001DITMD,GQY1XT001BGYYW,GQY1XT001BK37U,GQY1XT001ENBOK,GQY1XT001EI9D9,GQY1XT001DD0AI,GQY1XT001BJAGR,GQY1XT001CXWSM,GQY1XT001A40RA,GQY1XT001ECTL7,GQY1XT001CCEVT,GQY1XT001CZFRC,GQY1XT001A20TO,GQY1XT001BV0OD,GQY1XT001D1JFQ,GQY1XT001DABF2,GQY1XT001C2UEF,GQY1XT001ETB4J,GQY1XT001CWNBE,GQY1XT001B9HN1,GQY1XT001CG11W,GQY1XT001CP5TN,GQY1XT001BY0FW,GQY1XT001EGQQU,GQY1XT001EFEMG,GQY1XT001BS44O,GQY1XT001EANP9,GQY1XT001BP1HP,GQY1XT001AIPY2,GQY1XT001AQIQD,GQY1XT001AIK0O,GQY1XT001B2VX7,GQY1XT001B88F7,GQY1XT001CA147,GQY1XT001A78VX,GQY1XT001BLSK7,GQY1XT001BRVNU,GQY1XT001DTIP9,GQY1XT001C06E3,GQY1XT001ERZF3,GQY1XT001COBD3,GQY1XT001C4D15,GQY1XT001BAK0B,GQY1XT001DIO0G,GQY1XT001DGSVW,GQY1XT001ER1IS,GQY1XT001AKB8F,GQY1XT001AXNAJ,GQY1XT001CGPR7,GQY1XT001AL6NW,GQY1XT001CQ599,GQY1XT001AD996,GQY1XT001CPIPN,GQY1XT001C0Q8T,GQY1XT001AP57H,GQY1XT001DBKGA,GQY1XT001DMRJB,GQY1XT001DYS8A,GQY1XT001ET8XW,GQY1XT001A3CSH,GQY1XT001CT1AK,GQY1XT001CJB23,GQY1XT001CPW4D,GQY1XT001D28XA,GQY1XT001ENSO6,GQY1XT001CBP4H,GQY1XT001C2DLD,GQY1XT001A2DU9,GQY1XT001D9KRF,GQY1XT001CGMCB,GQY1XT001EDQSY,GQY1XT001DEKMN,GQY1XT001BHUAE,GQY1XT001CCMO6,GQY1XT001EUAJB,GQY1XT001AQ16C,GQY1XT001AIO11,GQY1XT001ECNFM,GQY1XT001A93BB,GQY1XT001C3P35,GQY1XT001E0FNB,GQY1XT001ENARG,GQY1XT001D8Y80,GQY1XT001EYMVI,GQY1XT001CQ68E,GQY1XT001AZSO6,GQY1XT001B9CDV,GQY1XT001CTRK8,GQY1XT001CDVL8,GQY1XT001COPAP,GQY1XT001EI2DT,GQY1XT001AGRH8,GQY1XT001D0L2I,GQY1XT001DXHUT,GQY1XT001DNZCJ,GQY1XT001DLG9F,GQY1XT001DHL0U,GQY1XT001CQRT9,GQY1XT001CJQHZ,GQY1XT001BUREZ,GQY1XT001ARG7B,GQY1XT001AJ5N1,GQY1XT001EBUJG,GQY1XT001BEZBA,GQY1XT001DGA7X,GQY1XT001AKCIO,GQY1XT001C5EQ5,GQY1XT001BZPIV,GQY1XT001BDQUE,GQY1XT001EY1Q3,GQY1XT001CPFW6,GQY1XT001A0DS2,GQY1XT001DHMZB,GQY1XT001BWY0T,GQY1XT001BR8CL,GQY1XT001DEWGR,GQY1XT001DYR23,GQY1XT001EH8GN,GQY1XT001BVDJF,GQY1XT001EKX03,GQY1XT001A889B,GQY1XT001ECV1U,GQY1XT001C4AIX,GQY1XT001AX6CQ,GQY1XT001EV1SV,GQY1XT001DQOC5,GQY1XT001C7GH1,GQY1XT001DI7VV,GQY1XT001D4PXV,GQY1XT001DC3AZ,GQY1XT001D9JY6,GQY1XT001CQ9O8,GQY1XT001CJL1M,GQY1XT001APWFX,GQY1XT001EOQJN,GQY1XT001ETBPR,GQY1XT001AQULJ,GQY1XT001E09Q6,GQY1XT001ER856,GQY1XT001DQGJK,GQY1XT001AKXXQ,GQY1XT001B2MF3,GQY1XT001DT5A2,GQY1XT001BIKYO,GQY1XT001BLJ4I,GQY1XT001DUBHN,GQY1XT001BJYU1,GQY1XT001EVKZG,GQY1XT001DFPH6,GQY1XT001BN343,GQY1XT001DEQOK,GQY1XT001CXOLJ,GQY1XT001B9OQB,GQY1XT001ET3GF,GQY1XT001A6VJR,GQY1XT001A9OWC,GQY1XT001CGHHU,GQY1XT001CCJU2,GQY1XT001BS24T,GQY1XT001EYQKB,GQY1XT001BBGI6,GQY1XT001AKD52,GQY1XT001A5HNF,GQY1XT001D4YXS,GQY1XT001DPEYE,GQY1XT001ETYD4,GQY1XT001CXZKV,GQY1XT001BUI32,GQY1XT001A1TV1,GQY1XT001DILFZ,GQY1XT001B0C82,GQY1XT001DSRRK,GQY1XT001BJPZO,GQY1XT001CSHNW,GQY1XT001EIYH8,GQY1XT001BVMLW,GQY1XT001CNC09,GQY1XT001BUUHP,GQY1XT001CSDM6,GQY1XT001A9Q3A,GQY1XT001DKRNC,GQY1XT001AIKUG,GQY1XT001DSFZT,GQY1XT001ETSHB,GQY1XT001CSRV3,GQY1XT001DFR8K,GQY1XT001CDR8O,GQY1XT001EFEOD,GQY1XT001CCNSC,GQY1XT001AOU3Y,GQY1XT001CE1PA,GQY1XT001CM0AX,GQY1XT001DDP02,GQY1XT001EJMVQ,GQY1XT001EX5IJ,GQY1XT001E2J4X,GQY1XT001EEIWK,GQY1XT001CCTZ9,GQY1XT001D78JN,GQY1XT001DMTJW,GQY1XT001A48ED,GQY1XT001EN7S4,GQY1XT001A1VQ6,GQY1XT001DICL9,GQY1XT001B0W49,GQY1XT001EUHRD,GQY1XT001B3IKO,GQY1XT001BUKW8,GQY1XT001EOD0S,GQY1XT001CDTKZ,GQY1XT001DKQ68,GQY1XT001BU354,GQY1XT001CQSF1,GQY1XT001DA3BW,GQY1XT001BVTGU,GQY1XT001C8BXS,GQY1XT001B2YLV,GQY1XT001EK3OC,GQY1XT001BR54Z,GQY1XT001EV6A2,GQY1XT001B3DKL,GQY1XT001A41RB,GQY1XT001DSHLF,GQY1XT001BDDZZ,GQY1XT001ESNXG,GQY1XT001DD0NU,GQY1XT001DO8FQ,GQY1XT001C6O58,GQY1XT001B3I5Y,GQY1XT001DLMJO,GQY1XT001BNIJQ,GQY1XT001CLJN0,GQY1XT001B3XZL,GQY1XT001BAU13,GQY1XT001CXVZO,GQY1XT001BN4A2,GQY1XT001AVG2D,GQY1XT001BL9Y6,GQY1XT001DUYRB,GQY1XT001BMUKI,GQY1XT001CIF4G,GQY1XT001A80VE,GQY1XT001B8QFB,GQY1XT001CKFNA,GQY1XT001CDP34,GQY1XT001C08O0,GQY1XT001AWDMV,GQY1XT001DIE2X,GQY1XT001B111M,GQY1XT001C6OZA,GQY1XT001AVZ04,GQY1XT001AIRRO,GQY1XT001CVTH4,GQY1XT001DXTY1,GQY1XT001D4Q95,GQY1XT001D7PYV,GQY1XT001DKIIK,GQY1XT001AVJBB,GQY1XT001B3MID,GQY1XT001BWDH5,GQY1XT001C1DF5,GQY1XT001CZXLC,GQY1XT001BRB8V,GQY1XT001EOGWI,GQY1XT001ARXCC,GQY1XT001ASTR5,GQY1XT001CJJVZ,GQY1XT001BBQ80,GQY1XT001DPPP0,GQY1XT001AN78C,GQY1XT001DLB8J,GQY1XT001CD9XT,GQY1XT001A8BJQ,GQY1XT001D1T0S,GQY1XT001EMAMG,GQY1XT001DHT7M,GQY1XT001ENPVI,GQY1XT001C16MR,GQY1XT001EC3N2,GQY1XT001CPKN5,GQY1XT001A7GER,GQY1XT001C3MOU,GQY1XT001DW55Y,GQY1XT001DGRWD,GQY1XT001CP749,GQY1XT001EGXC1,GQY1XT001A4UPE,GQY1XT001CJMFL,GQY1XT001BDU0T,GQY1XT001A9JX3,GQY1XT001BNRL8,GQY1XT001APFRP,GQY1XT001EOCGI,GQY1XT001EF2HP,GQY1XT001EIALE,GQY1XT001BES3O,GQY1XT001CL0JN,GQY1XT001C578U,GQY1XT001BA25T,GQY1XT001CDOC3,GQY1XT001AY2UB,GQY1XT001CICSO,GQY1XT001BMOV1,GQY1XT001BCDZX,GQY1XT001AMXVX,GQY1XT001C5ZGD,GQY1XT001BKM7V,GQY1XT001B0H9R,GQY1XT001B72MY,GQY1XT001CPVS4,GQY1XT001AMV88,GQY1XT001COWYH,GQY1XT001ESOXJ,GQY1XT001DNLWG,GQY1XT001BM9MQ,GQY1XT001EO0CC,GQY1XT001EOJTO,GQY1XT001D0USV,GQY1XT001EDAT7,GQY1XT001AS1MO,GQY1XT001AGGJ7,GQY1XT001EGVX3,GQY1XT001BNS5R,GQY1XT001BGKNE,GQY1XT001BORUD,GQY1XT001CGMQO,GQY1XT001C4KLA,GQY1XT001AUO7Q,GQY1XT001DR4GL,GQY1XT001CJT7L,GQY1XT001ERIKG,GQY1XT001BEIK9,GQY1XT001BQHI4,GQY1XT001AM7LJ,GQY1XT001BQ7T1,GQY1XT001D5YQD,GQY1XT001CIK0J,GQY1XT001BIIH8,GQY1XT001DLXKA,GQY1XT001A57M6,GQY1XT001CWXUN,GQY1XT001DH89X,GQY1XT001B82IJ,GQY1XT001DIOCX,GQY1XT001D7043,GQY1XT001A8UCG,GQY1XT001BULJH,GQY1XT001B2PCR,GQY1XT001BZ676,GQY1XT001CZBHR,GQY1XT001D2SNN,GQY1XT001D72KK,GQY1XT001BP5EC,GQY1XT001AP3LG,GQY1XT001BNVCG,GQY1XT001CTG7D,GQY1XT001CPRVP,GQY1XT001A0G9B,GQY1XT001DTVEL,GQY1XT001BG3WU,GQY1XT001BEC20,GQY1XT001B285T,GQY1XT001CLSF8,GQY1XT001B2OAX,GQY1XT001CA41W,GQY1XT001A7QCU,GQY1XT001D95X9,GQY1XT001DS58Y,GQY1XT001AU7KG,GQY1XT001DG8RU,GQY1XT001A5MGA,GQY1XT001CT9JB,GQY1XT001DD941,GQY1XT001D29EY,GQY1XT001D828G,GQY1XT001DBTIE,GQY1XT001C8G0A,GQY1XT001BAP8Z,GQY1XT001BTYOM,GQY1XT001CO08S,GQY1XT001C0OZB,GQY1XT001BY59K,GQY1XT001DCPGQ,GQY1XT001DTDIW,GQY1XT001BAUEU,GQY1XT001D67UY,GQY1XT001C00MU,GQY1XT001A6NH2,GQY1XT001EGJRO,GQY1XT001D88GF,GQY1XT001BIBPF,GQY1XT001BV1DJ,GQY1XT001B1DY4,GQY1XT001CWNEI,GQY1XT001BVXVH,GQY1XT001BFC2B,GQY1XT001ECCWX,GQY1XT001DLOBT,GQY1XT001EZ1ML,GQY1XT001DZR3Z,GQY1XT001CUSHM,GQY1XT001EQ2LN,GQY1XT001AEJ9T,GQY1XT001CCOLR,GQY1XT001EGVQB,GQY1XT001B56Z6,GQY1XT001ANRCQ,GQY1XT001DUJHD,GQY1XT001EK648,GQY1XT001EFRD0,GQY1XT001BYI18,GQY1XT001BR77Y,GQY1XT001EOZYY,GQY1XT001D88KC,GQY1XT001D16DN,GQY1XT001EH7WJ,GQY1XT001EO5R8,GQY1XT001BA8D0,GQY1XT001CAG9I,GQY1XT001EKKVL,GQY1XT001BUHU2,GQY1XT001AH95U,GQY1XT001AL10S,GQY1XT001BSHMD,GQY1XT001CKC89,GQY1XT001CVDGZ,GQY1XT001CJMY2,GQY1XT001CBJ7T,GQY1XT001DG92Q,GQY1XT001CK1CT,GQY1XT001CSURX,GQY1XT001DXQ2R,GQY1XT001CQWC6,GQY1XT001CO8AG,GQY1XT001B8FCZ,GQY1XT001A24CT,GQY1XT001CNXWB,GQY1XT001C4E41,GQY1XT001DKPQG,GQY1XT001D8OJV,GQY1XT001BJXNN,GQY1XT001DRRSH,GQY1XT001ET2PB,GQY1XT001ERPE3,GQY1XT001EFLF3,GQY1XT001DZBFX,GQY1XT001DY88Y,GQY1XT001D77KA,GQY1XT001D2YFG,GQY1XT001D04FS,GQY1XT001CHAAQ,GQY1XT001CF8Y2,GQY1XT001CAMX9,GQY1XT001BQANN,GQY1XT001AEKAH,GQY1XT001A83UX,GQY1XT001AQKT0,GQY1XT001A4B9Y,GQY1XT001BKN4O,GQY1XT001DD2J0,GQY1XT001DQZHS,GQY1XT001EPAV3,GQY1XT001B9NBU,GQY1XT001AQ0E2,GQY1XT001C7KJT,GQY1XT001BO7FR,GQY1XT001D3L7G,GQY1XT001DVAQN,GQY1XT001AJI47,GQY1XT001AU16V,GQY1XT001D0QY4,GQY1XT001CQQ54,GQY1XT001BWBIQ,GQY1XT001B2WPN,GQY1XT001C9CAR,GQY1XT001EFNGA,GQY1XT001C28BL,GQY1XT001ARCX5,GQY1XT001CKAL7,GQY1XT001DMRIK,GQY1XT001C5Z1B,GQY1XT001BI17K,GQY1XT001B0J07,GQY1XT001CIYYJ,GQY1XT001BBFYU,GQY1XT001B6MLE,GQY1XT001AUEN4,GQY1XT001BUREN,GQY1XT001A901L,GQY1XT001ERM4H,GQY1XT001DRFP3,GQY1XT001CZ1XC,GQY1XT001APYE9,GQY1XT001EM4YO,GQY1XT001BX1ZG,GQY1XT001CBYO5,GQY1XT001BID5S,GQY1XT001ASS61,GQY1XT001DIWGS,GQY1XT001DPU8D,GQY1XT001AL3QQ,GQY1XT001D5AFD,GQY1XT001A17QY,GQY1XT001AZLO8,GQY1XT001CC9YO,GQY1XT001BJH2U,GQY1XT001DIEEH,GQY1XT001B7LPE,GQY1XT001AV9R0,GQY1XT001CEOGG,GQY1XT001EZFLP,GQY1XT001EUXE1,GQY1XT001ELHET,GQY1XT001AJVRM,GQY1XT001EJVPU,GQY1XT001CZCXM,GQY1XT001BD5MP,GQY1XT001CBVAL,GQY1XT001D0C2O,GQY1XT001BO658,GQY1XT001D3TU3,GQY1XT001B2F49,GQY1XT001AEQDG,GQY1XT001AP8W3,GQY1XT001BV55U,GQY1XT001CZ8SW,GQY1XT001BW2PG,GQY1XT001EN5ZK,GQY1XT001ECMJQ,GQY1XT001B0YF3,GQY1XT001CQ6RH,GQY1XT001DY4SX,GQY1XT001CVVSC,GQY1XT001BWA9I,GQY1XT001BJJUA,GQY1XT001BSKE3,GQY1XT001EM5HA,GQY1XT001CE8SH,GQY1XT001AJFUX,GQY1XT001A04Y7,GQY1XT001AL3SG,GQY1XT001C6XHN,GQY1XT001B22FN,GQY1XT001B65HU,GQY1XT001EKPBC,GQY1XT001EGV0K,GQY1XT001BF4YH,GQY1XT001CHVGS,GQY1XT001B1ONX,GQY1XT001EJ32X,GQY1XT001A2TVX,GQY1XT001EH6M1,GQY1XT001CI4T5,GQY1XT001EBYV9,GQY1XT001BSXSW,GQY1XT001DY1U8,GQY1XT001AR14O,GQY1XT001CH2K9,GQY1XT001A1VWN,GQY1XT001BBGIQ,GQY1XT001D4ODX,GQY1XT001D6TBS,GQY1XT001B2EZO,GQY1XT001EAFWT,GQY1XT001DLG69,GQY1XT001AVC0G,GQY1XT001AMENF,GQY1XT001BA2YL,GQY1XT001AQV3T,GQY1XT001A9BL6,GQY1XT001CFBTQ,GQY1XT001DAZJ5,GQY1XT001AWSFA,GQY1XT001CIT6L,GQY1XT001AZSTL,GQY1XT001DYOWA,GQY1XT001D94DP,GQY1XT001B9O4S,GQY1XT001C5WUG,GQY1XT001CTPFK,GQY1XT001A36C9,GQY1XT001EECOE,GQY1XT001C5F50,GQY1XT001ESGR0,GQY1XT001A89B3,GQY1XT001B5BMW,GQY1XT001CH6WM,GQY1XT001BL9WA,GQY1XT001CFHSP,GQY1XT001C009J,GQY1XT001BS6AJ,GQY1XT001C77VT,GQY1XT001AU3QF,GQY1XT001A8ZRO,GQY1XT001BQD6X,GQY1XT001A8SE8,GQY1XT001EE49O,GQY1XT001BM40O,GQY1XT001ED94T,GQY1XT001DVMM5,GQY1XT001ELPPG,GQY1XT001EB5WH,GQY1XT001D4TYC,GQY1XT001A0S7N,GQY1XT001B114A,GQY1XT001A976Q,GQY1XT001B5Q2N,GQY1XT001BAOON,GQY1XT001B6NI3,GQY1XT001A3DJ1,GQY1XT001BNBWT,GQY1XT001D5UMU,GQY1XT001B08GU,GQY1XT001BHNO2,GQY1XT001BBRUZ,GQY1XT001CTOSF,GQY1XT001DTPW4,GQY1XT001D5RZJ,GQY1XT001B06EH,GQY1XT001B7UJX,GQY1XT001EI1PG,GQY1XT001EF0HT,GQY1XT001CGQD7,GQY1XT001DBZ5V,GQY1XT001C4I9L,GQY1XT001CFN7M,GQY1XT001B81DH,GQY1XT001AZ750,GQY1XT001DBKKY,GQY1XT001C33WQ,GQY1XT001CZNPU,GQY1XT001AZC3G,GQY1XT001B4YKT,GQY1XT001CFRIR,GQY1XT001DRMWX,GQY1XT001DKZR8,GQY1XT001CZM1C,GQY1XT001B4LJA,GQY1XT001DMAXE,GQY1XT001BIVBU,GQY1XT001AJ4WK,GQY1XT001D3WWC,GQY1XT001EQ9FK,GQY1XT001DVQMZ,GQY1XT001CBAEJ,GQY1XT001EML50,GQY1XT001AEVHE,GQY1XT001BPN9O,GQY1XT001DGO7Q,GQY1XT001BQSDC,GQY1XT001BLULK,GQY1XT001DRWOL,GQY1XT001D3W7N,GQY1XT001AYZDW,GQY1XT001D0AO7,GQY1XT001BW8L8,GQY1XT001ENTHJ,GQY1XT001EQZGP,GQY1XT001DG8NQ,GQY1XT001AKX7C,GQY1XT001DVRER,GQY1XT001DKXQ8,GQY1XT001C8HOF,GQY1XT001D06SH,GQY1XT001CA9LC,GQY1XT001CQ394,GQY1XT001C1DMC,GQY1XT001DBA84,GQY1XT001BIYVA,GQY1XT001D3Z1C,GQY1XT001AUIG4,GQY1XT001D33XE,GQY1XT001A6GE1,GQY1XT001CAIJR,GQY1XT001BC5LY,GQY1XT001ENHM8,GQY1XT001B2CTO,GQY1XT001DV6PX,GQY1XT001B8Q2H,GQY1XT001A548A,GQY1XT001D0LGF,GQY1XT001EBR1J,GQY1XT001CF4E4,GQY1XT001CQV6O,GQY1XT001BZJ7G,GQY1XT001DKIAH,GQY1XT001EZNI4,GQY1XT001C8K5F,GQY1XT001DQNTS,GQY1XT001A5DJ3,GQY1XT001D74KA,GQY1XT001C50QL,GQY1XT001DBWDY,GQY1XT001CKB65,GQY1XT001AMXRH,GQY1XT001C7GWJ,GQY1XT001DSVH7,GQY1XT001BSFDB,GQY1XT001DKL62,GQY1XT001D85PP,GQY1XT001EYAWI,GQY1XT001BPK39,GQY1XT001A3KMK,GQY1XT001EIQW2,GQY1XT001DH2VH,GQY1XT001DOEWJ,GQY1XT001DS1CI,GQY1XT001DUZD8,GQY1XT001AX2N2,GQY1XT001EME18,GQY1XT001DLH13,GQY1XT001DDVR3,GQY1XT001DL1PF,GQY1XT001C9KRE,GQY1XT001A38J8,GQY1XT001D8ZIG,GQY1XT001D94FW,GQY1XT001D1HAE,GQY1XT001E2QQQ,GQY1XT001BRJ1N,GQY1XT001EXQSM,GQY1XT001CF6TR,GQY1XT001BPH7V,GQY1XT001CQRR2,GQY1XT001CY03O,GQY1XT001EZOEH,GQY1XT001BTM0D,GQY1XT001DWARH,GQY1XT001CM1JB,GQY1XT001EXW8E,GQY1XT001C0UQC,GQY1XT001CR3V3,GQY1XT001BNARJ,GQY1XT001EDE6Q,GQY1XT001ELAS4,GQY1XT001A5F2U,GQY1XT001B8YYB,GQY1XT001DNJC7,GQY1XT001EGW84,GQY1XT001B5S6C,GQY1XT001D3GZC,GQY1XT001ES5NJ,GQY1XT001EZ8N6,GQY1XT001E0EV3,GQY1XT001E4NT9,GQY1XT001EUINM,GQY1XT001DO9T1,GQY1XT001D9811,GQY1XT001CD4OA,GQY1XT001CF8GL,GQY1XT001B5QE8,GQY1XT001C1TDI,GQY1XT001CASSZ,GQY1XT001EB0IK,GQY1XT001DLOR5,GQY1XT001AVOIF,GQY1XT001CUFQ3,GQY1XT001DRSOC,GQY1XT001C6BCL,GQY1XT001EXR5U,GQY1XT001EMSMG,GQY1XT001CTAZB,GQY1XT001A34CT,GQY1XT001AUB8I,GQY1XT001EI1CW,GQY1XT001B68QP,GQY1XT001AHR99,GQY1XT001AVZ8M,GQY1XT001EL6QK,GQY1XT001D9OHK,GQY1XT001D1KHT,GQY1XT001DD4YE,GQY1XT001AFL80,GQY1XT001BQTMR,GQY1XT001DVNWG,GQY1XT001BHMWA,GQY1XT001AVER6,GQY1XT001C0AIL,GQY1XT001ATKFK,GQY1XT001DALPT,GQY1XT001BUXPE,GQY1XT001CYEBP,GQY1XT001BT5PJ,GQY1XT001DQY2C,GQY1XT001AX9FA,GQY1XT001C3X36,GQY1XT001DMF10,GQY1XT001CJ3JB,GQY1XT001D9MSO,GQY1XT001DESJ9,GQY1XT001AU7YL,GQY1XT001CG85B,GQY1XT001EW4Y2,GQY1XT001BJIDG,GQY1XT001DOBAD,GQY1XT001ECYQA,GQY1XT001CRTUT,GQY1XT001CYZF8,GQY1XT001DOVUN,GQY1XT001CLNK5,GQY1XT001BS9LZ,GQY1XT001B9PF8,GQY1XT001CMYKG,GQY1XT001AZ6OY,GQY1XT001CFKX8,GQY1XT001AFSOH,GQY1XT001A8GNV,GQY1XT001B3C7S,GQY1XT001AYFVR,GQY1XT001AOABF,GQY1XT001B5BM0,GQY1XT001D12RU,GQY1XT001ED4O6,GQY1XT001DE99X,GQY1XT001CCG7N,GQY1XT001A73SL,GQY1XT001CNLP4,GQY1XT001AIBF6,GQY1XT001D1GNU,GQY1XT001BLUDW,GQY1XT001BGW9S,GQY1XT001DB2TE,GQY1XT001BA7GY,GQY1XT001DZ7ZB,GQY1XT001ETH9D,GQY1XT001B2T47,GQY1XT001AQZY7,GQY1XT001CSQCB,GQY1XT001DAIG3,GQY1XT001C6BW6,GQY1XT001B29ZF,GQY1XT001EESCJ,GQY1XT001AUGLX,GQY1XT001AOI5X,GQY1XT001BJ2CN,GQY1XT001C8DNL,GQY1XT001AJGF9,GQY1XT001EAHX4,GQY1XT001B25TB,GQY1XT001D0XD2,GQY1XT001ET2KU,GQY1XT001D09TY,GQY1XT001BWDXB,GQY1XT001D2YZB,GQY1XT001ARMI3,GQY1XT001DHF41,GQY1XT001BGPWH,GQY1XT001AV39C,GQY1XT001DL71Z,GQY1XT001BNKZ3,GQY1XT001CWR3U,GQY1XT001EHFNQ,GQY1XT001CRXE7,GQY1XT001EKRPM,GQY1XT001DDF5C,GQY1XT001EW4S4,GQY1XT001DQKGN,GQY1XT001EODCC,GQY1XT001DGPAE,GQY1XT001CXHQF,GQY1XT001CFQWP,GQY1XT001CMNRM,GQY1XT001BEIKK,GQY1XT001AT4R2,GQY1XT001ERVI1,GQY1XT001EKDXY,GQY1XT001EN7SX,GQY1XT001CTYXR,GQY1XT001ESX1V,GQY1XT001A5RUN,GQY1XT001DC2LN,GQY1XT001B9UWV,GQY1XT001BLGXD,GQY1XT001CULCX,GQY1XT001C6DT4,GQY1XT001EPIC2,GQY1XT001AS3RD,GQY1XT001EYVAM,GQY1XT001DOWXM,GQY1XT001AMANW,GQY1XT001CG14G,GQY1XT001APCZ5,GQY1XT001DUED8,GQY1XT001DZOR7,GQY1XT001DLSDT,GQY1XT001ANTP2,GQY1XT001BA2PT,GQY1XT001CLF2M,GQY1XT001BSX1C,GQY1XT001BRP31,GQY1XT001AMIV5,GQY1XT001A3DG8,GQY1XT001A5R3V,GQY1XT001BYYFG,GQY1XT001BX1KL,GQY1XT001AN3DL,GQY1XT001DZHE9,GQY1XT001ATBB0,GQY1XT001CIGHJ,GQY1XT001CARCE,GQY1XT001B1VEI,GQY1XT001A9WNL,GQY1XT001CWV2G,GQY1XT001D03IE,GQY1XT001BYMJI,GQY1XT001EELFB,GQY1XT001EGO59,GQY1XT001AKXL9,GQY1XT001EJ8Z4,GQY1XT001CRMX8,GQY1XT001AXT4A,GQY1XT001AIZLV,GQY1XT001EFEMN,GQY1XT001B75E7,GQY1XT001A3MZP,GQY1XT001EDKJ4,GQY1XT001BSA7K,GQY1XT001ERB56,GQY1XT001C88RQ,GQY1XT001DETFU,GQY1XT001A0ZXX,GQY1XT001AQU3U,GQY1XT001ALN25,GQY1XT001EME2C,GQY1XT001B9JLZ,GQY1XT001EISN5,GQY1XT001DFXON,GQY1XT001DYVXN,GQY1XT001AT738,GQY1XT001BYL61,GQY1XT001A3GC4,GQY1XT001DHZAW,GQY1XT001EJ4BD,GQY1XT001D6SQR,GQY1XT001DLHRU,GQY1XT001CIZGG,GQY1XT001B33BX,GQY1XT001DWGW3,GQY1XT001AQ661,GQY1XT001BD75U,GQY1XT001C5E9W,GQY1XT001A1CU4,GQY1XT001DRVXW,GQY1XT001D20WL,GQY1XT001ENWIF,GQY1XT001DJCGN,GQY1XT001BAI1D,GQY1XT001B6ESM,GQY1XT001E1SNI,GQY1XT001BI43M,GQY1XT001A657G,GQY1XT001BY8FC,GQY1XT001BARAZ,GQY1XT001CL3N9,GQY1XT001AHMJK,GQY1XT001BA7IA,GQY1XT001D54SW,GQY1XT001BOL91,GQY1XT001B6FV8,GQY1XT001CGE67,GQY1XT001AHO0L,GQY1XT001CK40E,GQY1XT001A9L7S,GQY1XT001EM7Q6,GQY1XT001EKPMP,GQY1XT001EPTFE,GQY1XT001ELZFI,GQY1XT001BYQTY,GQY1XT001DORK2,GQY1XT001EHQSX,GQY1XT001DV21N,GQY1XT001AX4DL,GQY1XT001AP0PG,GQY1XT001C1JPD,GQY1XT001D5BTZ,GQY1XT001BNN0Y,GQY1XT001EC7XX,GQY1XT001C1Q7V,GQY1XT001CKWZ9,GQY1XT001CAYXU,GQY1XT001C4B9L,GQY1XT001D5Y33,GQY1XT001C90PY,GQY1XT001CY9NB,GQY1XT001DS8N9,GQY1XT001B6YQX,GQY1XT001EXRVY,GQY1XT001B14RE,GQY1XT001B7D6G,GQY1XT001DPB8T,GQY1XT001CPUQ5,GQY1XT001BRWO6,GQY1XT001AS9HG,GQY1XT001EMHRL,GQY1XT001D4ART,GQY1XT001B654G,GQY1XT001DP8CT,GQY1XT001B6IOS,GQY1XT001BH6NK,GQY1XT001CCNW6,GQY1XT001AV18E,GQY1XT001DB5GC,GQY1XT001BG8A8,GQY1XT001DF274,GQY1XT001DQ0O3,GQY1XT001D8AJF,GQY1XT001CJU4V,GQY1XT001CMGI2,GQY1XT001CI565,GQY1XT001BZ48T,GQY1XT001BB1TK,GQY1XT001C3MXX,GQY1XT001DWXTS,GQY1XT001C3R69,GQY1XT001CNFTT,GQY1XT001C4U6B,GQY1XT001CHQ5I,GQY1XT001CSKN5,GQY1XT001DBCEC,GQY1XT001ANKAQ,GQY1XT001EVMYH,GQY1XT001AUF2U,GQY1XT001ARJ1L,GQY1XT001BSUOK,GQY1XT001A8XJO,GQY1XT001BR2B6,GQY1XT001DF327,GQY1XT001B2ODM,GQY1XT001A3MGN,GQY1XT001BU0OF,GQY1XT001CDPB3,GQY1XT001BXP2L,GQY1XT001BRONR,GQY1XT001CSWBV,GQY1XT001E04XV,GQY1XT001EMF27,GQY1XT001DLO16,GQY1XT001ENZG7,GQY1XT001EGZ6T,GQY1XT001CZOJL,GQY1XT001AU8UK,GQY1XT001CP72W,GQY1XT001DZAYW,GQY1XT001D4O7A,GQY1XT001AZ0QT,GQY1XT001B0IAG,GQY1XT001CIVI3,GQY1XT001D3J7D,GQY1XT001B364T,GQY1XT001BXEV8,GQY1XT001A07QN,GQY1XT001BWRQP,GQY1XT001C7BEW,GQY1XT001ELQJI,GQY1XT001DAQKN,GQY1XT001EQZ8N,GQY1XT001DRFUO,GQY1XT001BAHXP,GQY1XT001AZP1A,GQY1XT001EJSEQ,GQY1XT001DWHXN,GQY1XT001BK0G2,GQY1XT001DCW2T,GQY1XT001CO6J3,GQY1XT001DH1RN,GQY1XT001B2XV7,GQY1XT001DUCV3,GQY1XT001BGM3Z,GQY1XT001DOQ7I,GQY1XT001A783I,GQY1XT001CFZZ1,GQY1XT001D8LY1,GQY1XT001EQV4Y,GQY1XT001ERC9N,GQY1XT001DFRDE,GQY1XT001CFZ54,GQY1XT001D1VWH,GQY1XT001C00ZM,GQY1XT001D8JD0,GQY1XT001AKYKA,GQY1XT001DLISO,GQY1XT001C18PX,GQY1XT001D7AG5,GQY1XT001BQNUZ,GQY1XT001DKFX0,GQY1XT001CHKQ4,GQY1XT001C1RAQ,GQY1XT001BODPY,GQY1XT001DZ931,GQY1XT001EKYTK,GQY1XT001A1946,GQY1XT001COFPI,GQY1XT001AP38W,GQY1XT001EX80S,GQY1XT001BYI2P,GQY1XT001D1UOV,GQY1XT001CPA8I,GQY1XT001BO8MR,GQY1XT001ED02A,GQY1XT001C0XHP,GQY1XT001D2EFU,GQY1XT001EHMOG,GQY1XT001C2JAF,GQY1XT001EZNQ9,GQY1XT001DLF6Z,GQY1XT001DYK21,GQY1XT001EUOFZ,GQY1XT001CFEXZ,GQY1XT001AD7F9,GQY1XT001C3QDD,GQY1XT001APIFJ,GQY1XT001BCCD5,GQY1XT001CPNWE,GQY1XT001B2QA7,GQY1XT001DQSFU,GQY1XT001CZ0ET,GQY1XT001DLTON,GQY1XT001D1ZJU,GQY1XT001BEP6I,GQY1XT001BL7P5,GQY1XT001DXVDO,GQY1XT001CWCZF,GQY1XT001APXC5,GQY1XT001ECVYX,GQY1XT001DPY6D,GQY1XT001DNCDH,GQY1XT001DTOHU,GQY1XT001EC8N8,GQY1XT001EZ7KT,GQY1XT001BAUI7,GQY1XT001ERF5T,GQY1XT001COX6W,GQY1XT001B8R01,GQY1XT001DNGIV,GQY1XT001BK34L,GQY1XT001DRMZK,GQY1XT001D1OS9,GQY1XT001D2XIW,GQY1XT001A346J,GQY1XT001AMWAE,GQY1XT001CDVPM,GQY1XT001B3N2O,GQY1XT001B99H3,GQY1XT001BVVU1,GQY1XT001AIA9D,GQY1XT001EDG7P,GQY1XT001COWHD,GQY1XT001BA6RE,GQY1XT001EDVAT,GQY1XT001A1J75,GQY1XT001CLIM9,GQY1XT001BSAWT,GQY1XT001D2Y2N,GQY1XT001AHNJ6,GQY1XT001BCTC5,GQY1XT001BVWEN,GQY1XT001CM7VD,GQY1XT001BXQHG,GQY1XT001AZXS1,GQY1XT001BZAMP,GQY1XT001DV5B0,GQY1XT001A0SKO,GQY1XT001DJ06Y,GQY1XT001CDIB0,GQY1XT001CP2V8,GQY1XT001C2FCG,GQY1XT001DNXIY,GQY1XT001EVXSU,GQY1XT001CM4VX,GQY1XT001D7RWG,GQY1XT001A0YTX,GQY1XT001D8DH1,GQY1XT001DWOGK,GQY1XT001D7Q0N,GQY1XT001CIT7X,GQY1XT001D0Z3U,GQY1XT001ASSP2,GQY1XT001AG3JU,GQY1XT001BR1CV,GQY1XT001A51JJ,GQY1XT001CFYGK,GQY1XT001EUFKL,GQY1XT001EPJ27,GQY1XT001EDMED,GQY1XT001E2W9G,GQY1XT001DSZUZ,GQY1XT001DQMKX,GQY1XT001DQ6GB,GQY1XT001DN43X,GQY1XT001DK4JO,GQY1XT001DIXY7,GQY1XT001D9FMH,GQY1XT001D7AS0,GQY1XT001D2TRZ,GQY1XT001CRA8G,GQY1XT001CLSYG,GQY1XT001CJ7RL,GQY1XT001CFRD4,GQY1XT001CFQA5,GQY1XT001CD8AZ,GQY1XT001C785B,GQY1XT001C3OJT,GQY1XT001BXD8E,GQY1XT001BT4RV,GQY1XT001BLIJ0,GQY1XT001BJHS1,GQY1XT001BJ56W,GQY1XT001BE4U4,GQY1XT001BBFQE,GQY1XT001BAUVB,GQY1XT001B8TG2,GQY1XT001B8R79,GQY1XT001B88L2,GQY1XT001B4SAH,GQY1XT001B4KPQ,GQY1XT001B1UIT,GQY1XT001B1PEN,GQY1XT001B09KW,GQY1XT001AZPXY,GQY1XT001AYJF0,GQY1XT001AY0MC,GQY1XT001AUYTY,GQY1XT001APH75,GQY1XT001AHP32,GQY1XT001AFTYZ,GQY1XT001AEW5R,GQY1XT001A4AYO,GQY1XT001A0FZS,GQY1XT001CFIMG,GQY1XT001DB770,GQY1XT001ELZUC,GQY1XT001DB8UU,GQY1XT001A3Q4X,GQY1XT001A8DL5,GQY1XT001BSWIQ,GQY1XT001DW0RG,GQY1XT001C9C5W,GQY1XT001B1RXK,GQY1XT001B5OGQ,GQY1XT001CEQCI,GQY1XT001D9H5Z,GQY1XT001CIKV4,GQY1XT001BFTYU,GQY1XT001ARAEM,GQY1XT001BHB07,GQY1XT001BU09X,GQY1XT001CLBQ5,GQY1XT001CBTRT,GQY1XT001EG9JD,GQY1XT001CM39E,GQY1XT001CJT78,GQY1XT001D1NV1,GQY1XT001A5K1N,GQY1XT001BPYWD,GQY1XT001B3AKW,GQY1XT001EDQ8I,GQY1XT001EUKCF,GQY1XT001D5N9T,GQY1XT001BV7BU,GQY1XT001BJGU8,GQY1XT001CSSD7,GQY1XT001CSEOD,GQY1XT001DW5SM,GQY1XT001BTD02,GQY1XT001D8V68,GQY1XT001AM491,GQY1XT001B546I,GQY1XT001E3MA3,GQY1XT001BY0PB,GQY1XT001BK2GC,GQY1XT001BGP6O,GQY1XT001ERUSM,GQY1XT001EPYIM,GQY1XT001CV9VT,GQY1XT001ARFUP,GQY1XT001DEK54,GQY1XT001EVP1H,GQY1XT001C8IEW,GQY1XT001CF9X8,GQY1XT001D7LU6,GQY1XT001EEII8,GQY1XT001BF9N8,GQY1XT001BN5D9,GQY1XT001CPO33,GQY1XT001A6G3Q,GQY1XT001BR8FL,GQY1XT001AZOEF,GQY1XT001DYKYK,GQY1XT001D2AUO,GQY1XT001BOLY5,GQY1XT001AHBRH,GQY1XT001ELP5Q,GQY1XT001ES7AY,GQY1XT001CRRWW,GQY1XT001DRSAJ,GQY1XT001EAOFO,GQY1XT001AKCFI,GQY1XT001CG6YX,GQY1XT001BT4D2,GQY1XT001B7XBW,GQY1XT001ANGQ3,GQY1XT001AWZO8,GQY1XT001EC2CO,GQY1XT001AL9XX,GQY1XT001E29UF,GQY1XT001BMPEO,GQY1XT001D9H9Q,GQY1XT001CG903,GQY1XT001EWUPS,GQY1XT001CQR3U,GQY1XT001D3C0D,GQY1XT001AX9S8,GQY1XT001D5OI0,GQY1XT001BYV08,GQY1XT001BFB6X,GQY1XT001EJMYQ,GQY1XT001A33V5,GQY1XT001CF47X,GQY1XT001A3RUJ,GQY1XT001AW4IY,GQY1XT001A0ANI,GQY1XT001EXI6E,GQY1XT001EEUX0,GQY1XT001EOB8W,GQY1XT001A9FG0,GQY1XT001A94HD,GQY1XT001AXAQG,GQY1XT001D0Y0O,GQY1XT001ETHY1,GQY1XT001CH82G,GQY1XT001AP0V3,GQY1XT001BWIU9,GQY1XT001DA2ZM,GQY1XT001EO4CI,GQY1XT001BUGNZ,GQY1XT001B01AS,GQY1XT001B3E4U,GQY1XT001DXRVU,GQY1XT001CXIGK,GQY1XT001CU2LA,GQY1XT001BFXTI,GQY1XT001E03K1,GQY1XT001BNOIW,GQY1XT001BY8PY,GQY1XT001DEBRP,GQY1XT001DXB8G,GQY1XT001A17PN,GQY1XT001BGSNG,GQY1XT001BRENH,GQY1XT001D0FV8,GQY1XT001BLJGG,GQY1XT001CE2YQ,GQY1XT001EY597,GQY1XT001C9ECZ,GQY1XT001CQBPF,GQY1XT001DRBTG,GQY1XT001ENOC2,GQY1XT001BQ9JP,GQY1XT001AQPG1,GQY1XT001CHOPS,GQY1XT001EO15D,GQY1XT001BP00M,GQY1XT001C6LMW,GQY1XT001A5HJP,GQY1XT001BL3Q4,GQY1XT001AIPWZ,GQY1XT001CP53U,GQY1XT001D2LM6,GQY1XT001B2ZRZ,GQY1XT001CQB3U,GQY1XT001B7L6L,GQY1XT001EM1E5,GQY1XT001AXW2S,GQY1XT001DI64Q,GQY1XT001DMA54,GQY1XT001B83IH,GQY1XT001CRLWL,GQY1XT001CITIU,GQY1XT001CIUPA,GQY1XT001DKGK6,GQY1XT001BGFLH,GQY1XT001CVXEE,GQY1XT001DQIBU,GQY1XT001BSLT1,GQY1XT001C23EL,GQY1XT001D1QG8,GQY1XT001C4BOF,GQY1XT001AHUUZ,GQY1XT001BMWAD,GQY1XT001A1XPR,GQY1XT001CCHCN,GQY1XT001AP3V6,GQY1XT001EB7TF,GQY1XT001DIJJH,GQY1XT001D19CP,GQY1XT001EDWLL,GQY1XT001DZC6Y,GQY1XT001BQEMS,GQY1XT001CV1P5,GQY1XT001AFK9H,GQY1XT001BW3VG,GQY1XT001ARN65,GQY1XT001ELXEL,GQY1XT001DGVJH,GQY1XT001C4W5Y,GQY1XT001ASYRE,GQY1XT001AXSNO,GQY1XT001E4GZL,GQY1XT001DGMMB,GQY1XT001EJAKG,GQY1XT001DJ5KE,GQY1XT001EKMM2,GQY1XT001BXE5F,GQY1XT001CJ3AM,GQY1XT001AVAOJ,GQY1XT001B9CBO,GQY1XT001D5SVY,GQY1XT001CSOVS,GQY1XT001EL5MJ,GQY1XT001D68OL,GQY1XT001DTXG7,GQY1XT001CO4C8,GQY1XT001ERS6G,GQY1XT001ET74X,GQY1XT001DALCZ,GQY1XT001C7NAW,GQY1XT001EF21U,GQY1XT001BAVY7,GQY1XT001DTWDA,GQY1XT001C8I8S,GQY1XT001B97Z1,GQY1XT001C1E6V,GQY1XT001AXQCE,GQY1XT001DW5LU,GQY1XT001AXRL3,GQY1XT001BJIRO,GQY1XT001BJ4GX,GQY1XT001B8GHF,GQY1XT001B1H5N,GQY1XT001EQ61N,GQY1XT001E35FT,GQY1XT001AXH9L,GQY1XT001BIBM2,GQY1XT001D6DFQ,GQY1XT001CCL1V,GQY1XT001A2XN5,GQY1XT001AN8OL,GQY1XT001AIYIP,GQY1XT001DXDT0,GQY1XT001CCWHS,GQY1XT001BWAB4,GQY1XT001B5H9T,GQY1XT001CKH4I,GQY1XT001B8SYK,GQY1XT001DU7IW,GQY1XT001CIOM4,GQY1XT001BJ8SQ,GQY1XT001E20JG,GQY1XT001ATIY6,GQY1XT001ELKHK,GQY1XT001BKBW7,GQY1XT001AQHU2,GQY1XT001B5M8A,GQY1XT001A203Q,GQY1XT001EDF3I,GQY1XT001BMDFB,GQY1XT001AFSBE,GQY1XT001DF3QU,GQY1XT001BBM9C,GQY1XT001DRWT5,GQY1XT001C3882,GQY1XT001BIP0Y,GQY1XT001D6PQU,GQY1XT001C4ZDN,GQY1XT001CGBF1,GQY1XT001EJCMW,GQY1XT001BVAMS,GQY1XT001BK0QS,GQY1XT001DMZGE,GQY1XT001C3XKF,GQY1XT001BPMTU,GQY1XT001E4WWI,GQY1XT001DDSMJ,GQY1XT001BKX1W,GQY1XT001DV6O0,GQY1XT001BKZQ4,GQY1XT001EH7D2,GQY1XT001C2QQL,GQY1XT001E40JB,GQY1XT001CKLP3,GQY1XT001BEKCC,GQY1XT001C7UGE,GQY1XT001AOC3X,GQY1XT001EMBMZ,GQY1XT001BI6O0,GQY1XT001CC99Y,GQY1XT001AI4E8,GQY1XT001CWTB5,GQY1XT001DL4KC,GQY1XT001CIKF5,GQY1XT001AWAVR,GQY1XT001DH8AD,GQY1XT001AF6TM,GQY1XT001A60ZV,GQY1XT001BSIAZ,GQY1XT001CZGA1,GQY1XT001BXM26,GQY1XT001ERJSB,GQY1XT001AZTQ7,GQY1XT001CS4T4,GQY1XT001BYL03,GQY1XT001BO9TX,GQY1XT001DFT4E,GQY1XT001D8HIF,GQY1XT001EJX7A,GQY1XT001ENTQ5,GQY1XT001A8VDZ,GQY1XT001CG6VX,GQY1XT001CZSGC,GQY1XT001DLBQM,GQY1XT001D7QFA,GQY1XT001CESZW,GQY1XT001EF3QT,GQY1XT001BU5C2,GQY1XT001C6ZB5,GQY1XT001DNM17,GQY1XT001CUDRN,GQY1XT001BS59K,GQY1XT001EYMOT,GQY1XT001DIXWO,GQY1XT001BSAKV,GQY1XT001EH5ND,GQY1XT001BWI00,GQY1XT001B0PZU,GQY1XT001A9QHS,GQY1XT001DD7AN,GQY1XT001DBGHV,GQY1XT001CPSA5,GQY1XT001EF5AH,GQY1XT001D8MMQ,GQY1XT001CZZ03,GQY1XT001AGVFH,GQY1XT001C34MK,GQY1XT001CW1QF,GQY1XT001B0FVW,GQY1XT001A83DE,GQY1XT001BR7VM,GQY1XT001AYO6P,GQY1XT001ASY0K,GQY1XT001EDQOK,GQY1XT001CKJ6C,GQY1XT001AVPII,GQY1XT001BN3AM,GQY1XT001B72Z7,GQY1XT001BZ5JQ,GQY1XT001BVINR,GQY1XT001A9GB6,GQY1XT001APORS,GQY1XT001ARF0J,GQY1XT001C7WQZ,GQY1XT001A2LTE,GQY1XT001DZVJT,GQY1XT001B6GAF,GQY1XT001BE607,GQY1XT001BZHBV,GQY1XT001EAV7X,GQY1XT001CL1YM,GQY1XT001DIDIT,GQY1XT001E0PCN,GQY1XT001DNKHP,GQY1XT001EECSW,GQY1XT001ETK5Y,GQY1XT001EH0A0,GQY1XT001C8PYB,GQY1XT001AGCXJ,GQY1XT001A7QY9,GQY1XT001AH7OD,GQY1XT001EGQMM,GQY1XT001ER9PS,GQY1XT001CXCGR,GQY1XT001CGARX,GQY1XT001B2Y3Q,GQY1XT001D7931,GQY1XT001EFPA9,GQY1XT001D0TH8,GQY1XT001CI5SG,GQY1XT001BMM9N,GQY1XT001E0HUY,GQY1XT001CA70H,GQY1XT001EU4V2,GQY1XT001EKAW8,GQY1XT001A8I5T,GQY1XT001DN6ZC,GQY1XT001B63EC,GQY1XT001BROY9,GQY1XT001A0C8S,GQY1XT001EFEJI,GQY1XT001E1BD9,GQY1XT001D1GNN,GQY1XT001AW2ME,GQY1XT001ANDM7,GQY1XT001C2EWC,GQY1XT001DC3EI,GQY1XT001EPZ01,GQY1XT001AOYYT,GQY1XT001D63SQ,GQY1XT001EGS8J,GQY1XT001CHIVG,GQY1XT001BKZVH,GQY1XT001CU8CE,GQY1XT001BURO4,GQY1XT001CSWM6,GQY1XT001CS5CI,GQY1XT001BXX8E,GQY1XT001CXIR1,GQY1XT001CDBZ1,GQY1XT001DIGDS,GQY1XT001CB3WF,GQY1XT001D030H,GQY1XT001EQPPJ,GQY1XT001AHTQ7,GQY1XT001CRYWT,GQY1XT001EFZN2,GQY1XT001DINO6,GQY1XT001CR3K0,GQY1XT001CNW4A,GQY1XT001C9FYB,GQY1XT001AWUKE,GQY1XT001BI5V2,GQY1XT001BAEEC,GQY1XT001B6NOC,GQY1XT001B9SF3,GQY1XT001CM8U3,GQY1XT001BCW6W,GQY1XT001EDFZS,GQY1XT001CGL38,GQY1XT001AOAE4,GQY1XT001EAREG,GQY1XT001DZ7SA,GQY1XT001ARGIE,GQY1XT001AK1ME,GQY1XT001D654S,GQY1XT001BELQ6,GQY1XT001E3SKX,GQY1XT001DW6JK,GQY1XT001ENEQZ,GQY1XT001B524B,GQY1XT001DTCS2,GQY1XT001ED0GD,GQY1XT001EC761,GQY1XT001DV9ZA,GQY1XT001BIE5T,GQY1XT001EUE3H,GQY1XT001BG9YL,GQY1XT001ALTL0,GQY1XT001B9JQM,GQY1XT001DEL2Y,GQY1XT001AZJV0,GQY1XT001E14C8,GQY1XT001EK6SW,GQY1XT001EK6RA,GQY1XT001E3LND,GQY1XT001D7JA1,GQY1XT001D06IF,GQY1XT001CZT64,GQY1XT001CQYHC,GQY1XT001CNHUL,GQY1XT001CNGR5,GQY1XT001CE631,GQY1XT001C8EO3,GQY1XT001C8A0H,GQY1XT001C6YEZ,GQY1XT001C1BKQ,GQY1XT001BPE6R,GQY1XT001BLBUI,GQY1XT001B9K7X,GQY1XT001B6NH2,GQY1XT001B6JOQ,GQY1XT001AVXUZ,GQY1XT001ARDHW,GQY1XT001C2SAN,GQY1XT001C6HZ0,GQY1XT001DASHM,GQY1XT001CX4GE,GQY1XT001BGNT6,GQY1XT001AXGSM,GQY1XT001CQPVI,GQY1XT001D0M7Q,GQY1XT001DQIKL,GQY1XT001CA5ZX,GQY1XT001CK3YH,GQY1XT001BGACC,GQY1XT001DES5U,GQY1XT001BJU3F,GQY1XT001ALN88,GQY1XT001BLZSK,GQY1XT001DSRU8,GQY1XT001CPIR7,GQY1XT001EELGM,GQY1XT001AT47E,GQY1XT001B24JK,GQY1XT001AGAE1,GQY1XT001EM727,GQY1XT001DQ65I,GQY1XT001A5SI5,GQY1XT001EFJKH,GQY1XT001C0Z20,GQY1XT001CSYRN,GQY1XT001C695L,GQY1XT001AS9AU,GQY1XT001A3ZCB,GQY1XT001EBXXJ,GQY1XT001EK73M,GQY1XT001DXVK3,GQY1XT001DJVMX,GQY1XT001EN8T7,GQY1XT001B4ZDV,GQY1XT001CACW8,GQY1XT001AK6FJ,GQY1XT001DAB7N,GQY1XT001CXIRL,GQY1XT001DCTIH,GQY1XT001CPVJI,GQY1XT001A6B58,GQY1XT001BM8FA,GQY1XT001ANEI5,GQY1XT001CYFAE,GQY1XT001EMY3S,GQY1XT001BRTTL,GQY1XT001EZ4ES,GQY1XT001BFB0Q,GQY1XT001CPLPA,GQY1XT001CQMWK,GQY1XT001BB5JF,GQY1XT001DRFY3,GQY1XT001BQZ6L,GQY1XT001A4OKK,GQY1XT001BIK22,GQY1XT001BZBXA,GQY1XT001D9F0B,GQY1XT001CO4PG,GQY1XT001CBBY9,GQY1XT001B65T3,GQY1XT001EZFCZ,GQY1XT001EU622,GQY1XT001DZ80E,GQY1XT001EOQOT,GQY1XT001D3N1N,GQY1XT001AF3IE,GQY1XT001BEUGU,GQY1XT001D3IR3,GQY1XT001A47L1,GQY1XT001BTVP0,GQY1XT001APSDM,GQY1XT001BL2VJ,GQY1XT001A6P5Z,GQY1XT001BV1MG,GQY1XT001EMXK8,GQY1XT001B1MPL,GQY1XT001A53KC,GQY1XT001D2NSQ,GQY1XT001AG8WB,GQY1XT001A2N3J,GQY1XT001DWP9Q,GQY1XT001D2GL9,GQY1XT001CIJAQ,GQY1XT001BWNDX,GQY1XT001D232B,GQY1XT001CPAHQ,GQY1XT001ALMSF,GQY1XT001D76N8,GQY1XT001B6RMB,GQY1XT001DRRY4,GQY1XT001DD7QZ,GQY1XT001AL2OD,GQY1XT001BGFJA,GQY1XT001EG6VT,GQY1XT001ANLFE,GQY1XT001B3QP5,GQY1XT001CEQT5,GQY1XT001C9J6D,GQY1XT001BA9XW,GQY1XT001A9V5Y,GQY1XT001CAYLT,GQY1XT001AZADP,GQY1XT001C0I35,GQY1XT001DRJW1,GQY1XT001D7HZ2,GQY1XT001DUAZY,GQY1XT001EIEEQ,GQY1XT001BYFK6,GQY1XT001D0H3M,GQY1XT001CI0HF,GQY1XT001A85X1,GQY1XT001CJMK5,GQY1XT001ESWRT,GQY1XT001CALV5,GQY1XT001EFQIO,GQY1XT001C7GNS,GQY1XT001BBUXH,GQY1XT001AHPKO,GQY1XT001DZG1M,GQY1XT001A5NO6,GQY1XT001C5TEW,GQY1XT001AGT33,GQY1XT001DIJUQ,GQY1XT001CERCS,GQY1XT001A7YM3,GQY1XT001DU1JF,GQY1XT001EHVLL,GQY1XT001A5N19,GQY1XT001A2QDD,GQY1XT001C503C,GQY1XT001B9KQQ,GQY1XT001BYGQV,GQY1XT001AZSLB,GQY1XT001EBNFO,GQY1XT001DTPH1,GQY1XT001CXOXE,GQY1XT001AW1EO,GQY1XT001A14J4,GQY1XT001BKMSH,GQY1XT001DOOVW,GQY1XT001DDJGJ,GQY1XT001EAG9X,GQY1XT001EYIUH,GQY1XT001CE7ZI,GQY1XT001CKH36,GQY1XT001BB1IT,GQY1XT001DDEK8,GQY1XT001BKFXX,GQY1XT001DRERD,GQY1XT001BEVKH,GQY1XT001CJ2ZT,GQY1XT001BMYJB,GQY1XT001ETKE1,GQY1XT001EYF8I,GQY1XT001C5AJK,GQY1XT001B6UK2,GQY1XT001BAS6N,GQY1XT001CI48H,GQY1XT001A5XTW,GQY1XT001EQ71P,GQY1XT001CKRDB,GQY1XT001C1O2J,GQY1XT001BVCA1,GQY1XT001BMUW8,GQY1XT001BARVH,GQY1XT001B6QCX,GQY1XT001AQVAK,GQY1XT001A5830,GQY1XT001D7ZFX,GQY1XT001C8JU1,GQY1XT001AMUJA,GQY1XT001AEL3C,GQY1XT001BQAGY,GQY1XT001CXYGU,GQY1XT001EAWHU,GQY1XT001BDNDY,GQY1XT001CP75C,GQY1XT001C9VA8,GQY1XT001C74ZB,GQY1XT001DE2JK,GQY1XT001DR8JI,GQY1XT001DP9PD,GQY1XT001B9OH5,GQY1XT001B1TBI,GQY1XT001B09L4,GQY1XT001DMSZU,GQY1XT001BZVIG,GQY1XT001AURXZ,GQY1XT001AG503,GQY1XT001AEME4,GQY1XT001BA6C8,GQY1XT001C1IL0,GQY1XT001EDPG7,GQY1XT001DFVLX,GQY1XT001CC9NZ,GQY1XT001DZD1L,GQY1XT001C0UMG,GQY1XT001BOYX5,GQY1XT001BMVFD,GQY1XT001CTEPY,GQY1XT001DCFUX,GQY1XT001CHC4H,GQY1XT001AEWS1,GQY1XT001BHKZX,GQY1XT001DU4QF,GQY1XT001EUN90,GQY1XT001CLCXK,GQY1XT001AL8FD,GQY1XT001CU9SK,GQY1XT001AS7IF,GQY1XT001CQZMT,GQY1XT001D4P1E,GQY1XT001CYOX8,GQY1XT001B7S8G,GQY1XT001D5BJF,GQY1XT001AGHYX,GQY1XT001ATR7F,GQY1XT001EBJTH,GQY1XT001BCUDL,GQY1XT001CGOYF,GQY1XT001B9FFM,GQY1XT001BJHEO,GQY1XT001AJPTR,GQY1XT001C362U,GQY1XT001AP16Q,GQY1XT001BDBAN,GQY1XT001AHM82,GQY1XT001BJPHL,GQY1XT001CD9BK,GQY1XT001DCRNY,GQY1XT001BGRX3,GQY1XT001B9ET5,GQY1XT001A5MCJ,GQY1XT001D5UOE,GQY1XT001B0JW8,GQY1XT001EPYV2,GQY1XT001C3QYR,GQY1XT001AQNLY,GQY1XT001AR5UG,GQY1XT001AZFKL,GQY1XT001EQWN9,GQY1XT001D85X4,GQY1XT001EFXDZ,GQY1XT001DAFOY,GQY1XT001EQ49M,GQY1XT001EESYL,GQY1XT001DQAOY,GQY1XT001E10F8,GQY1XT001E52CH,GQY1XT001CP0WZ,GQY1XT001BB8SK,GQY1XT001AYA67,GQY1XT001CB9OQ,GQY1XT001E0KF5,GQY1XT001CQNBZ,GQY1XT001CHDQU,GQY1XT001BS154,GQY1XT001A4MHU,GQY1XT001D6QM0,GQY1XT001AF8GF,GQY1XT001AWSM0,GQY1XT001DZC5U,GQY1XT001DZSLA,GQY1XT001BSP4Y,GQY1XT001BAJ8F,GQY1XT001BUZUF,GQY1XT001AV6K0,GQY1XT001A9A90,GQY1XT001BPKB6,GQY1XT001BBYYQ,GQY1XT001ASOVN,GQY1XT001CKBZB,GQY1XT001ER5AY,GQY1XT001A0M43,GQY1XT001DDLD6,GQY1XT001AHXGL,GQY1XT001EWAAC,GQY1XT001EYRGX,GQY1XT001CUAA3,GQY1XT001CO99M,GQY1XT001D0NUF,GQY1XT001EUF8V,GQY1XT001AFRVV,GQY1XT001D00UG,GQY1XT001AL9QB,GQY1XT001AJQSK,GQY1XT001AS919,GQY1XT001DDZI8,GQY1XT001CYMQW,GQY1XT001DGO6F,GQY1XT001BERBX,GQY1XT001A8D6O,GQY1XT001A15RG,GQY1XT001CC8DX,GQY1XT001E4XWU,GQY1XT001D86SS,GQY1XT001CHERO,GQY1XT001AV8TG,GQY1XT001AH316,GQY1XT001A68YN,GQY1XT001CIH80,GQY1XT001BECCH,GQY1XT001C8HP1,GQY1XT001BHUEM,GQY1XT001A7BTQ,GQY1XT001AZZNO,GQY1XT001BMYXY,GQY1XT001DGTY8,GQY1XT001CDK8L,GQY1XT001D5GXK,GQY1XT001EHAXQ,GQY1XT001AGG70,GQY1XT001CNQCB,GQY1XT001BBSD1,GQY1XT001EMES7,GQY1XT001D97EO,GQY1XT001B2MTA,GQY1XT001B1F7E,GQY1XT001A6W05,GQY1XT001ARSG7,GQY1XT001DJHEC,GQY1XT001CNJXO,GQY1XT001EE4A3,GQY1XT001BQOLR,GQY1XT001A6YS0,GQY1XT001CQDYQ,GQY1XT001DO6EG,GQY1XT001BGUBR,GQY1XT001D0KZV,GQY1XT001BKZ9I,GQY1XT001ERYI8,GQY1XT001BMV64,GQY1XT001CHUEK,GQY1XT001CHXWV,GQY1XT001CC5PX,GQY1XT001E090D,GQY1XT001BOQJO,GQY1XT001DPSBX,GQY1XT001A6EVG,GQY1XT001D0KLD,GQY1XT001CBSDO,GQY1XT001A9ZMJ,GQY1XT001C80M8,GQY1XT001CJHIS,GQY1XT001CZADC,GQY1XT001C6OQQ,GQY1XT001BH38E,GQY1XT001A0NWM,GQY1XT001A0K5R,GQY1XT001EDMBI,GQY1XT001CSYHI,GQY1XT001DK7DY,GQY1XT001E29WL,GQY1XT001DX3U9,GQY1XT001DWGHZ,GQY1XT001BHZWK,GQY1XT001BVBHV,GQY1XT001CF1XK,GQY1XT001BRLYX,GQY1XT001AKMYP,GQY1XT001C9SHV,GQY1XT001BGSTA,GQY1XT001DCG90,GQY1XT001ERIDE,GQY1XT001C8O9Q,GQY1XT001BLFIP,GQY1XT001B8C47,GQY1XT001BXM9Y,GQY1XT001CHHQS,GQY1XT001E2P1R,GQY1XT001BLDUT,GQY1XT001CDD7W,GQY1XT001CIDGW,GQY1XT001EK7QU,GQY1XT001EDKIY,GQY1XT001BWQN3,GQY1XT001ELT4B,GQY1XT001ECZ0A,GQY1XT001BUPXN,GQY1XT001C4KUB,GQY1XT001B5ZJV,GQY1XT001BQJV0,GQY1XT001BYOYF,GQY1XT001DWD3Z,GQY1XT001D5XQW,GQY1XT001BWUXU,GQY1XT001BZNZK,GQY1XT001EFD96,GQY1XT001DEYP4,GQY1XT001CZRKW,GQY1XT001AZV88,GQY1XT001EA3Y5,GQY1XT001AW95W,GQY1XT001BSZHR,GQY1XT001BHH2N,GQY1XT001CSO2Y,GQY1XT001AUXTL,GQY1XT001ED0L8,GQY1XT001DUEOS,GQY1XT001BX1WH,GQY1XT001AMDOQ,GQY1XT001D39TL,GQY1XT001DZ758,GQY1XT001CQG75,GQY1XT001B1P0M,GQY1XT001BY7MI,GQY1XT001CCDGL,GQY1XT001D0P85,GQY1XT001AIRMF,GQY1XT001B89F2,GQY1XT001A193O,GQY1XT001BLZCK,GQY1XT001D444H,GQY1XT001CEXAD,GQY1XT001E3RQ3,GQY1XT001CDRLC,GQY1XT001EYAHU,GQY1XT001C6T6D,GQY1XT001CMXA8,GQY1XT001BZTKR,GQY1XT001AZWP5,GQY1XT001D7FXK,GQY1XT001DY6K4,GQY1XT001BJWXU,GQY1XT001EDMUP,GQY1XT001DQSVL,GQY1XT001BBI4R,GQY1XT001B5X5O,GQY1XT001EE2DN,GQY1XT001BZB6Z,GQY1XT001ALLBY,GQY1XT001C8DKX,GQY1XT001BJSRC,GQY1XT001BTXKN,GQY1XT001A2DKQ,GQY1XT001BOBQW,GQY1XT001DZV3B,GQY1XT001A1ADF,GQY1XT001DFQZX,GQY1XT001ANB5T,GQY1XT001BB5R9,GQY1XT001EMEEN,GQY1XT001D3WAP,GQY1XT001BWN6H,GQY1XT001CTD6W,GQY1XT001BGIDI,GQY1XT001ALMBE,GQY1XT001CNY5H,GQY1XT001EF3T6,GQY1XT001C0MLS,GQY1XT001C9CAH,GQY1XT001DNYT8,GQY1XT001B77IO,GQY1XT001D00SE,GQY1XT001DL015,GQY1XT001BK0CK,GQY1XT001DXIPQ,GQY1XT001D993O,GQY1XT001A4A7L,GQY1XT001D2MA6,GQY1XT001EXKYU,GQY1XT001BCZHD,GQY1XT001BNQOO,GQY1XT001CQQAV,GQY1XT001ECBOO,GQY1XT001BTYGW,GQY1XT001DG9WV,GQY1XT001AOXJL,GQY1XT001AVORF,GQY1XT001EW1RL,GQY1XT001AM1WF,GQY1XT001D1OE9,GQY1XT001DK5PW,GQY1XT001EZKW7,GQY1XT001EJ5MZ,GQY1XT001C1WBT,GQY1XT001AWXT3,GQY1XT001DK2M3,GQY1XT001CIZ5V,GQY1XT001EVCX6,GQY1XT001CVOWP,GQY1XT001ERYTW,GQY1XT001BJP4Z,GQY1XT001AJYQ3,GQY1XT001DEO8D,GQY1XT001C68PI,GQY1XT001A6D7U,GQY1XT001C9JSN,GQY1XT001EVSA3,GQY1XT001DDHI0,GQY1XT001BIUHR,GQY1XT001DP4HO,GQY1XT001AW2W7,GQY1XT001D2CD7,GQY1XT001D0Y9S,GQY1XT001CA1G6,GQY1XT001EJMA3,GQY1XT001EHU7B,GQY1XT001C4P30,GQY1XT001BCKGU,GQY1XT001C4TFI,GQY1XT001AXTGY,GQY1XT001CYGQC,GQY1XT001A45I2,GQY1XT001CHB1U,GQY1XT001AGAYI,GQY1XT001CDOGM,GQY1XT001BXOQR,GQY1XT001B01WC,GQY1XT001DSBH8,GQY1XT001ATQFM,GQY1XT001CFZ0C,GQY1XT001AVZER,GQY1XT001DI9JC,GQY1XT001C34SB,GQY1XT001D8XC9,GQY1XT001BB5OW,GQY1XT001BB537,GQY1XT001DTASB,GQY1XT001CXHZS,GQY1XT001BYWP0,GQY1XT001EEMD3,GQY1XT001DQG2Q,GQY1XT001DQBWE,GQY1XT001C8TL4,GQY1XT001A2Z2I,GQY1XT001B5XET,GQY1XT001CTJ5J,GQY1XT001AXLYM,GQY1XT001CMKWG,GQY1XT001B12R3,GQY1XT001CT9RV,GQY1XT001CAB8P,GQY1XT001EL5J9,GQY1XT001BK2HC,GQY1XT001D7100,GQY1XT001A1AF8,GQY1XT001CR20V,GQY1XT001DCCAD,GQY1XT001EBA3N,GQY1XT001EK79Y,GQY1XT001BOUGI,GQY1XT001E0AYD,GQY1XT001EI4CO,GQY1XT001EGYNU,GQY1XT001D6GEJ,GQY1XT001BFUKV,GQY1XT001AY682,GQY1XT001BBYES,GQY1XT001B58E9,GQY1XT001A5XYV,GQY1XT001BUF27,GQY1XT001D352S,GQY1XT001E2KRB,GQY1XT001C5VKN,GQY1XT001ESKV4,GQY1XT001EJ8VP,GQY1XT001CEQVH,GQY1XT001DWAEW,GQY1XT001AT412,GQY1XT001EDVH6,GQY1XT001CNIM2,GQY1XT001BO80C,GQY1XT001CIM82,GQY1XT001ATLB5,GQY1XT001A1JZO,GQY1XT001BVIA2,GQY1XT001ALMJ4,GQY1XT001BYAA6,GQY1XT001CH0ER,GQY1XT001BCET0,GQY1XT001CVQUS,GQY1XT001AUETJ,GQY1XT001AMC7B,GQY1XT001D6GL0,GQY1XT001BLR6I,GQY1XT001C3XFX,GQY1XT001DM7KI,GQY1XT001CBBGX,GQY1XT001AOLM6,GQY1XT001EWENU,GQY1XT001CHZZH,GQY1XT001EDIVA,GQY1XT001EJ6F9,GQY1XT001C3W84,GQY1XT001DL7AS,GQY1XT001B0RLZ,GQY1XT001DU0MM,GQY1XT001BX7E2,GQY1XT001DT03R,GQY1XT001B8W0G,GQY1XT001CAQSC,GQY1XT001AU3FO,GQY1XT001C7RIC,GQY1XT001ERC1X,GQY1XT001EFUB1,GQY1XT001EAX84,GQY1XT001E1RJX,GQY1XT001DIRVR,GQY1XT001DIJ0W,GQY1XT001DGNIC,GQY1XT001DCYQ1,GQY1XT001DAS1J,GQY1XT001CXV8A,GQY1XT001CQD14,GQY1XT001CORP7,GQY1XT001CDFFC,GQY1XT001BZT9W,GQY1XT001BRWYD,GQY1XT001BM3YN,GQY1XT001BF82D,GQY1XT001ARYBI,GQY1XT001AOSJO,GQY1XT001ANP2Z,GQY1XT001A9YWX,GQY1XT001CMKS3,GQY1XT001AN6II,GQY1XT001AXPCK,GQY1XT001D0CQO,GQY1XT001DBSE0,GQY1XT001AH8NJ,GQY1XT001AUSHW,GQY1XT001A1225,GQY1XT001A8KB8,GQY1XT001BNUUR,GQY1XT001AVKSR,GQY1XT001CV2G4,GQY1XT001BUAQM,GQY1XT001CRHSI,GQY1XT001BXZPL,GQY1XT001CYHD3,GQY1XT001EPQ56,GQY1XT001CRESM,GQY1XT001ATSY4,GQY1XT001EV93E,GQY1XT001D3YVS,GQY1XT001DVFP7,GQY1XT001A0859,GQY1XT001DF634,GQY1XT001AMS7N,GQY1XT001DJ18M,GQY1XT001ANANY,GQY1XT001BF53E,GQY1XT001EYKCJ,GQY1XT001EG8LG,GQY1XT001C0IWN,GQY1XT001DUMDX,GQY1XT001D56T9,GQY1XT001D2JFB,GQY1XT001EM70V,GQY1XT001ALKB4,GQY1XT001B8IMJ,GQY1XT001AVM7J,GQY1XT001A9JO0,GQY1XT001ENW4B,GQY1XT001CAEI4,GQY1XT001DWCMP,GQY1XT001EUM6G,GQY1XT001C1K5U,GQY1XT001CEH2T,GQY1XT001CVA8Z,GQY1XT001EUBB8,GQY1XT001CMDI0,GQY1XT001BGLOJ,GQY1XT001EWBSR,GQY1XT001AFBWA,GQY1XT001BMZKZ,GQY1XT001BE97L,GQY1XT001DCTG7,GQY1XT001BV6LL,GQY1XT001CG2MM,GQY1XT001D53SS,GQY1XT001DBZKA,GQY1XT001AXYVM,GQY1XT001DRNQA,GQY1XT001BSDC1,GQY1XT001A7L3J,GQY1XT001BZJ6M,GQY1XT001B27VF,GQY1XT001BXPH6,GQY1XT001AQBS1,GQY1XT001ASYQP,GQY1XT001DCHAU,GQY1XT001AIIA0,GQY1XT001CTX3D,GQY1XT001B5D7E,GQY1XT001BFI0D,GQY1XT001CFDI8,GQY1XT001BYBG4,GQY1XT001EKEOS,GQY1XT001EQBL1,GQY1XT001EL93O,GQY1XT001A9PJO,GQY1XT001CMXHE,GQY1XT001DQRD9,GQY1XT001EZLV6,GQY1XT001BR7IQ,GQY1XT001C8ER1,GQY1XT001AGPDB,GQY1XT001DTN3D,GQY1XT001EMHLM,GQY1XT001EF6E0,GQY1XT001BASVV,GQY1XT001C423C,GQY1XT001BHBWZ,GQY1XT001C58KB,GQY1XT001BFCIO,GQY1XT001AZL5W,GQY1XT001D51CJ,GQY1XT001EYCU2,GQY1XT001AVR76,GQY1XT001C9HD2,GQY1XT001DXBT0,GQY1XT001AM5YF,GQY1XT001CWULO,GQY1XT001DWU8F,GQY1XT001AD3BW,GQY1XT001EW7UV,GQY1XT001AJT3P,GQY1XT001BG3EE,GQY1XT001EARX7,GQY1XT001ETJYY,GQY1XT001CCW9W,GQY1XT001A6Y8U,GQY1XT001DN3NU,GQY1XT001EIPPI,GQY1XT001ANBOF,GQY1XT001BVFWX,GQY1XT001ALEIZ,GQY1XT001DPE45,GQY1XT001BJI5O,GQY1XT001A2RQW,GQY1XT001CFQ68,GQY1XT001CWG92,GQY1XT001CQ9J5,GQY1XT001EDCDR,GQY1XT001CPVK8,GQY1XT001CJKME,GQY1XT001DV8T0,GQY1XT001BA9AC,GQY1XT001AROKG,GQY1XT001CIQ13,GQY1XT001DJLGV,GQY1XT001D0JJY,GQY1XT001DLBO8,GQY1XT001ETMMI,GQY1XT001AFK45,GQY1XT001B3JQA,GQY1XT001B4EUI,GQY1XT001CR7S3,GQY1XT001BI77Q,GQY1XT001ER9KF,GQY1XT001BZFYN,GQY1XT001DTWAU,GQY1XT001EWSNU,GQY1XT001CIBIR,GQY1XT001B1F8F,GQY1XT001D6WM7,GQY1XT001EKZ2A,GQY1XT001C9TDR,GQY1XT001A35BN,GQY1XT001A8KDU,GQY1XT001AG9EF,GQY1XT001D6173,GQY1XT001DO7VM,GQY1XT001C1JLD,GQY1XT001DULRF,GQY1XT001EBC4Q,GQY1XT001DD4WD,GQY1XT001CQ4S2,GQY1XT001A9BTB,GQY1XT001C53Q7,GQY1XT001BZTTY,GQY1XT001E4QC6,GQY1XT001D5Y5C,GQY1XT001B1OIA,GQY1XT001D1IM1,GQY1XT001EW20N,GQY1XT001AIAJZ,GQY1XT001E1IFY,GQY1XT001DQ7JX,GQY1XT001EYD3B,GQY1XT001EL8HZ,GQY1XT001ED29A,GQY1XT001DVALO,GQY1XT001C61ZT,GQY1XT001DER32,GQY1XT001D2BLX,GQY1XT001EF38G,GQY1XT001B8J3C,GQY1XT001BK8PL,GQY1XT001CCSVQ,GQY1XT001EY1UK,GQY1XT001BKG9K,GQY1XT001ENRJO,GQY1XT001B4NKJ,GQY1XT001AKCS1,GQY1XT001AUVCO,GQY1XT001BQL9Q,GQY1XT001DR4WA,GQY1XT001CRF5U,GQY1XT001EQPY5,GQY1XT001AV051,GQY1XT001CLU1X,GQY1XT001DRHR0,GQY1XT001E3LAB,GQY1XT001CKIC2,GQY1XT001CZZNT,GQY1XT001DDJJM,GQY1XT001BNWI9,GQY1XT001BK769,GQY1XT001AI6ZS,GQY1XT001B9Z63,GQY1XT001D73OL,GQY1XT001C01JV,GQY1XT001ETD38,GQY1XT001CMY9P,GQY1XT001CBY41,GQY1XT001D2FPH,GQY1XT001EI0O0,GQY1XT001D8809,GQY1XT001EGFBS,GQY1XT001A1GOB,GQY1XT001A3JZ3,GQY1XT001CL6IK,GQY1XT001CZ3DS,GQY1XT001D0WNF,GQY1XT001BHV96,GQY1XT001A71WZ,GQY1XT001A1LIQ,GQY1XT001CVPXV,GQY1XT001EFI60,GQY1XT001DY2B8,GQY1XT001DSCZ3,GQY1XT001DKAZC,GQY1XT001DHG1E,GQY1XT001CNK96,GQY1XT001C7ZCS,GQY1XT001BX18B,GQY1XT001B32PP,GQY1XT001AONEM,GQY1XT001AFCQF,GQY1XT001A7EJW,GQY1XT001D1403,GQY1XT001DEIWI,GQY1XT001AK7X1,GQY1XT001CYFO6,GQY1XT001AV3VK,GQY1XT001BXEQN,GQY1XT001CDNGU,GQY1XT001DVVXS,GQY1XT001DAQLM,GQY1XT001BJOI3,GQY1XT001B1IRZ,GQY1XT001EMOOL,GQY1XT001DDOVG,GQY1XT001A3UEC,GQY1XT001CH2I5,GQY1XT001BEM1H,GQY1XT001APNT6,GQY1XT001ET9TR,GQY1XT001DI67R,GQY1XT001DDSY8,GQY1XT001C94UW,GQY1XT001A8HA8,GQY1XT001DM0CL,GQY1XT001C7NT2,GQY1XT001BP436,GQY1XT001DJITQ,GQY1XT001CI69U,GQY1XT001CENBW,GQY1XT001ED10R,GQY1XT001DUWFV,GQY1XT001DLACA,GQY1XT001B09L7,GQY1XT001AQ5CD,GQY1XT001D34WR,GQY1XT001D53NK,GQY1XT001BGR1A,GQY1XT001BCPV9,GQY1XT001CI83W,GQY1XT001D7WY1,GQY1XT001EHFX0,GQY1XT001EYRTI,GQY1XT001AS6K1,GQY1XT001EOW5S,GQY1XT001AKY55,GQY1XT001EBDD7,GQY1XT001DN12D,GQY1XT001CCXRB,GQY1XT001BMY0F,GQY1XT001CA5YG,GQY1XT001AMPBU,GQY1XT001ERVID,GQY1XT001EE6AS,GQY1XT001A8Y5Y,GQY1XT001BY34J,GQY1XT001BBR4M,GQY1XT001CH1UG,GQY1XT001AY6WF,GQY1XT001DWA5S,GQY1XT001CEDHA,GQY1XT001DWCGJ,GQY1XT001BN2VH,GQY1XT001C6HQV,GQY1XT001BMTZ0,GQY1XT001A98L4,GQY1XT001DNN0C,GQY1XT001BA9KP,GQY1XT001D8O2N,GQY1XT001C6OOT,GQY1XT001BDKYC,GQY1XT001B3G5D,GQY1XT001EH37O,GQY1XT001B64PT,GQY1XT001BCNUU,GQY1XT001B65KS,GQY1XT001EUU9I,GQY1XT001AQB0K,GQY1XT001DE58I,GQY1XT001D0YQ4,GQY1XT001C0NLJ,GQY1XT001BMY8I,GQY1XT001D7KSO,GQY1XT001C8A4D,GQY1XT001BJ4YE,GQY1XT001BKND9,GQY1XT001A8H4R,GQY1XT001BBJOW,GQY1XT001A7HRD,GQY1XT001DIKW9,GQY1XT001EAHM8,GQY1XT001EHMAW,GQY1XT001ES1H8,GQY1XT001DTHQN,GQY1XT001BVR6F,GQY1XT001BITU9,GQY1XT001EXV5H,GQY1XT001EMA2A,GQY1XT001BDB9Q,GQY1XT001CGJZM,GQY1XT001EFWYN,GQY1XT001BHG30,GQY1XT001EAS3G,GQY1XT001AYTT6,GQY1XT001ARACR,GQY1XT001DPE4C,GQY1XT001C45KO,GQY1XT001DPKVZ,GQY1XT001BJWIU,GQY1XT001ASHU4,GQY1XT001AFZWX,GQY1XT001A38RC,GQY1XT001DRPI7,GQY1XT001AQMDR,GQY1XT001BS24B,GQY1XT001EGLWV,GQY1XT001CYWKF,GQY1XT001CEX83,GQY1XT001DKM9B,GQY1XT001DFCKI,GQY1XT001ET673,GQY1XT001EXXKZ,GQY1XT001DNQEP,GQY1XT001EKXA6,GQY1XT001EX597,GQY1XT001AV94B,GQY1XT001CI88E,GQY1XT001COW6G,GQY1XT001BC8Q6,GQY1XT001AYDVT,GQY1XT001EEZVH,GQY1XT001CE64D,GQY1XT001CSM7F,GQY1XT001BTOHU,GQY1XT001A56IO,GQY1XT001CAF4M,GQY1XT001E1SMI,GQY1XT001EBIYT,GQY1XT001EPOLQ,GQY1XT001AR3AD,GQY1XT001CMWUO,GQY1XT001DNJRO,GQY1XT001ET6P5,GQY1XT001ELE2M,GQY1XT001B465E,GQY1XT001EPOV4,GQY1XT001A0RKO,GQY1XT001EDMST,GQY1XT001AX90Z,GQY1XT001DOU23,GQY1XT001C42I3,GQY1XT001DEHMB,GQY1XT001B2L8F,GQY1XT001DXVS2,GQY1XT001DEAAP,GQY1XT001DQ7XC,GQY1XT001B19PY,GQY1XT001DWMAU,GQY1XT001DATDK,GQY1XT001C85CX,GQY1XT001C0R3B,GQY1XT001BIX27,GQY1XT001AIBHR,GQY1XT001ATIVB,GQY1XT001ENRGF,GQY1XT001CDG72,GQY1XT001EC4J0,GQY1XT001D0HH1,GQY1XT001EB8JZ,GQY1XT001C847K,GQY1XT001ENTXA,GQY1XT001AOWUQ,GQY1XT001CUWJD,GQY1XT001EJJRB,GQY1XT001DLQJJ,GQY1XT001EF6CW,GQY1XT001BNH4J,GQY1XT001EGEJX,GQY1XT001DOJ9L,GQY1XT001DN2A2,GQY1XT001DXNTK,GQY1XT001DV4H5,GQY1XT001EUJAB,GQY1XT001EBIT3,GQY1XT001B1KV4,GQY1XT001CLR6T,GQY1XT001ANXDY,GQY1XT001DH763,GQY1XT001C002B,GQY1XT001DQIP8,GQY1XT001D7ZL4,GQY1XT001ANFMV,GQY1XT001BAG3B,GQY1XT001B9HPD,GQY1XT001DVWKC,GQY1XT001D2UK3,GQY1XT001DF4VM,GQY1XT001D47PU,GQY1XT001EHNVY,GQY1XT001CCDLC,GQY1XT001ERKR1,GQY1XT001D3WQL,GQY1XT001CWFRI,GQY1XT001CUQ7G,GQY1XT001EURFL,GQY1XT001BLCB9,GQY1XT001D3JIN,GQY1XT001CLQFK,GQY1XT001CNUBT,GQY1XT001A9ZG5,GQY1XT001AXGYC,GQY1XT001CQUND,GQY1XT001DONPV,GQY1XT001DLVO2,GQY1XT001B9SEX,GQY1XT001AIJ29,GQY1XT001CRT6M,GQY1XT001CLCMC,GQY1XT001CE21Q,GQY1XT001ED12M,GQY1XT001EZZZB,GQY1XT001A4BFY,GQY1XT001CMD9N,GQY1XT001BTUHX,GQY1XT001B717C,GQY1XT001C1ODV,GQY1XT001DMJI9,GQY1XT001EO3X8,GQY1XT001A0AJ3,GQY1XT001EJWKE,GQY1XT001EK0WO,GQY1XT001DLIZX,GQY1XT001CT10I,GQY1XT001EYAI4,GQY1XT001AP484,GQY1XT001B2PSS,GQY1XT001CBIM8,GQY1XT001EO0N8,GQY1XT001A7BBR,GQY1XT001D1FP1,GQY1XT001ESZ2V,GQY1XT001EJL90,GQY1XT001B9BL8,GQY1XT001C3WBR,GQY1XT001EF4GT,GQY1XT001A4LEX,GQY1XT001BLIPT,GQY1XT001ARVU9,GQY1XT001AV69W,GQY1XT001BDFRZ,GQY1XT001DWATA,GQY1XT001DHSV1,GQY1XT001B4H5T,GQY1XT001A2LD0,GQY1XT001BHZN5,GQY1XT001C4DE0,GQY1XT001AN1TK,GQY1XT001DD7JC,GQY1XT001DBVSA,GQY1XT001DCVOU,GQY1XT001DIYEO,GQY1XT001ANQBK,GQY1XT001DDQLX,GQY1XT001DRFRX,GQY1XT001AKS2L,GQY1XT001CWF2T,GQY1XT001EEQQW,GQY1XT001BJN60,GQY1XT001DDCIY,GQY1XT001DN0Y7,GQY1XT001CJRO0,GQY1XT001B6VN7,GQY1XT001AWS87,GQY1XT001BXQJ0,GQY1XT001D7OUO,GQY1XT001BZ3U8,GQY1XT001D41QJ,GQY1XT001A3NAQ,GQY1XT001A7QAX,GQY1XT001CP0UC,GQY1XT001BKISA,GQY1XT001EFJ5O,GQY1XT001BYPW0,GQY1XT001A234K,GQY1XT001BJO5I,GQY1XT001B1HGH,GQY1XT001BAMTS,GQY1XT001ECKI7,GQY1XT001DV6BV,GQY1XT001EOXOW,GQY1XT001C2HOC,GQY1XT001DPK38,GQY1XT001AFA62,GQY1XT001D6G7X,GQY1XT001B3OKA,GQY1XT001B2743,GQY1XT001BFAXG,GQY1XT001CZ61P,GQY1XT001CH59Q,GQY1XT001DQOEA,GQY1XT001BT5SN,GQY1XT001CV7VI,GQY1XT001BCFVW,GQY1XT001APDQG,GQY1XT001EC3QE,GQY1XT001CKKII,GQY1XT001DFXAX,GQY1XT001DU7M3,GQY1XT001CXD3Q,GQY1XT001E4XR1,GQY1XT001EXQIU,GQY1XT001DVB54,GQY1XT001DYQC2,GQY1XT001ECGXP,GQY1XT001EAJWK,GQY1XT001BJ5F9,GQY1XT001BHP5W,GQY1XT001EPIU6,GQY1XT001BALJ6,GQY1XT001AM1VJ,GQY1XT001CV0A3,GQY1XT001AWWA5,GQY1XT001AXYER,GQY1XT001EOH41,GQY1XT001DXJLO,GQY1XT001CMEER,GQY1XT001DI05D,GQY1XT001BLTCM,GQY1XT001BN7M1,GQY1XT001A56OG,GQY1XT001EWPEV,GQY1XT001BZW5M,GQY1XT001DOC81,GQY1XT001CQ9JG,GQY1XT001DCFIU,GQY1XT001A1QL8,GQY1XT001DTNY4,GQY1XT001CQGI1,GQY1XT001ANVK8,GQY1XT001BAK2N,GQY1XT001A8WJM,GQY1XT001BJ011,GQY1XT001DSZ9I,GQY1XT001DHT6Y,GQY1XT001AUXJ2,GQY1XT001CQUB2,GQY1XT001EBBYI,GQY1XT001B8EGG,GQY1XT001ANSVW,GQY1XT001BADIF,GQY1XT001EUGTO,GQY1XT001AM03F,GQY1XT001E2UJQ,GQY1XT001EG0IA,GQY1XT001EES3M,GQY1XT001CWAT6,GQY1XT001D5YVH,GQY1XT001BAT8N,GQY1XT001BFPGZ,GQY1XT001B5P49,GQY1XT001AOA0F,GQY1XT001BMNIL,GQY1XT001A8Y8Z,GQY1XT001D5YTA,GQY1XT001C9O9H,GQY1XT001DKX2W,GQY1XT001BVE4G,GQY1XT001DAQT0,GQY1XT001DKH4Y,GQY1XT001AGTGY,GQY1XT001BY7T7,GQY1XT001A2FIY,GQY1XT001DQ1ZN,GQY1XT001CVU58,GQY1XT001CH530,GQY1XT001C3H8V,GQY1XT001BGMN9,GQY1XT001AOCWS,GQY1XT001BGKB0,GQY1XT001EEB32,GQY1XT001B6NER,GQY1XT001CYAQV,GQY1XT001BL2HM,GQY1XT001EYWU1,GQY1XT001D29U7,GQY1XT001E1B7M,GQY1XT001C4NJL,GQY1XT001C3JOO,GQY1XT001EZCQ2,GQY1XT001EXNOU,GQY1XT001ENAB1,GQY1XT001ELRDA,GQY1XT001EIQY6,GQY1XT001EDOT2,GQY1XT001E1MC6,GQY1XT001DMVTH,GQY1XT001CW1VY,GQY1XT001CQR5E,GQY1XT001CPVKA,GQY1XT001CL3BH,GQY1XT001C94MI,GQY1XT001BUYYC,GQY1XT001BNE4W,GQY1XT001BF7L6,GQY1XT001BDLYZ,GQY1XT001B0NPF,GQY1XT001AZ222,GQY1XT001AYJKS,GQY1XT001AVU5O,GQY1XT001ASIVK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DE4SZ"; -secondCol = "GQY1XT001DE4SZ,GQY1XT001DYDAM,GQY1XT001B23B6,GQY1XT001DH1RH,GQY1XT001BYZDF,GQY1XT001D9B38,GQY1XT001CQ3KD,GQY1XT001E0AED,GQY1XT001AJJ70,GQY1XT001DWFCB,GQY1XT001CH2T9,GQY1XT001DDNVT,GQY1XT001C9BCM,GQY1XT001ED23A,GQY1XT001CIWTQ,GQY1XT001BL4VG,GQY1XT001DPC6J,GQY1XT001A9KPU,GQY1XT001EEQDW,GQY1XT001AXIPD,GQY1XT001EKLA6,GQY1XT001AHCTX,GQY1XT001AIA5B,GQY1XT001D52G6,GQY1XT001DPDMS,GQY1XT001DG18C,GQY1XT001AGM9D,GQY1XT001CW8H0,GQY1XT001BIKX6,GQY1XT001CPAMV,GQY1XT001E0A8U,GQY1XT001CR2MA,GQY1XT001EDH2A,GQY1XT001ENLJ0,GQY1XT001D7VNB,GQY1XT001DTKRO,GQY1XT001BLIIA,GQY1XT001D1JTY,GQY1XT001AW88A,GQY1XT001B2XOR,GQY1XT001CONLA,GQY1XT001A6TTF,GQY1XT001CIG9H,GQY1XT001B6V22,GQY1XT001BX3O1,GQY1XT001A76B0,GQY1XT001CXPZK,GQY1XT001COIPO,GQY1XT001AF9JB,GQY1XT001AO5XF,GQY1XT001EQSOE,GQY1XT001B449P,GQY1XT001DDQ74,GQY1XT001ASWD4,GQY1XT001C66OU,GQY1XT001EDTHV,GQY1XT001AF0ND,GQY1XT001CNKII,GQY1XT001DMZ51,GQY1XT001D4P93,GQY1XT001BR9PU,GQY1XT001C5O7C,GQY1XT001DXWMU,GQY1XT001DYTJY,GQY1XT001ALOI5,GQY1XT001DOUJE,GQY1XT001BRMJE,GQY1XT001C0AJJ,GQY1XT001ER1JT,GQY1XT001CO4DO,GQY1XT001A1K9S,GQY1XT001DHUXL,GQY1XT001EYZE1,GQY1XT001BBPBR,GQY1XT001B0Y7X,GQY1XT001CMCO4,GQY1XT001EV0IO,GQY1XT001D9CQJ,GQY1XT001DUXK7,GQY1XT001CQS7R,GQY1XT001AH69Z,GQY1XT001C3P2E,GQY1XT001D9UJU,GQY1XT001BBG70,GQY1XT001C1PYP,GQY1XT001A4ZBO,GQY1XT001CRTI7,GQY1XT001CFJG2,GQY1XT001EPORL,GQY1XT001CJWFU,GQY1XT001B9RRO,GQY1XT001B5WLB,GQY1XT001EX6MX,GQY1XT001DNDXT,GQY1XT001BD0RR,GQY1XT001CYD3R,GQY1XT001APAHC,GQY1XT001A1ND9,GQY1XT001BSTC9,GQY1XT001AGGAG,GQY1XT001DUVW9,GQY1XT001DDVKD,GQY1XT001CVLGO,GQY1XT001CA1SK,GQY1XT001ECKMG,GQY1XT001BQAGA,GQY1XT001EKUBZ,GQY1XT001BV8WY,GQY1XT001B9J41,GQY1XT001CD77F,GQY1XT001EDYER,GQY1XT001ESDZY,GQY1XT001ELW31,GQY1XT001D8HTD,GQY1XT001A2O2S,GQY1XT001CF91V,GQY1XT001AHDRM,GQY1XT001AKOQJ,GQY1XT001DWOOH,GQY1XT001EI3JQ,GQY1XT001B60Z4,GQY1XT001DDRXA,GQY1XT001EQZ04,GQY1XT001BMA83,GQY1XT001DO6KB,GQY1XT001B6QO7,GQY1XT001ECRB3,GQY1XT001A44XB,GQY1XT001BF85G,GQY1XT001EXW5B,GQY1XT001DAYAY,GQY1XT001COII1,GQY1XT001CJMAL,GQY1XT001CCU7G,GQY1XT001C6ON1,GQY1XT001BZP40,GQY1XT001BPJKF,GQY1XT001B1V0Z,GQY1XT001AF0JV,GQY1XT001C12KR,GQY1XT001DFVK1,GQY1XT001CROJE,GQY1XT001AEKAR,GQY1XT001CANIV,GQY1XT001D29IV,GQY1XT001EZIJY,GQY1XT001C08RY,GQY1XT001A4XEN,GQY1XT001DA0C0,GQY1XT001B5Q0K,GQY1XT001EWVMP,GQY1XT001CE1PL,GQY1XT001EACYK,GQY1XT001B6KXJ,GQY1XT001DJTA5,GQY1XT001B7YX5,GQY1XT001CPEMK,GQY1XT001DGU0F,GQY1XT001E1YV8,GQY1XT001AOKH4,GQY1XT001CDG0Y,GQY1XT001D498V,GQY1XT001A57I0,GQY1XT001EZZ7B,GQY1XT001EW6O3,GQY1XT001E0KYK,GQY1XT001BFS2W,GQY1XT001BYZCX,GQY1XT001DTSZZ,GQY1XT001AIBDZ,GQY1XT001AETFQ,GQY1XT001DKVV4,GQY1XT001CWXC1,GQY1XT001AO1VR,GQY1XT001A6TGV,GQY1XT001A0X4B,GQY1XT001CYLMN,GQY1XT001AU0FO,GQY1XT001B2XPJ,GQY1XT001CB0FD,GQY1XT001ALSQ7,GQY1XT001A36EQ,GQY1XT001AQBVI,GQY1XT001CF5Q7,GQY1XT001DX5RZ,GQY1XT001D043E,GQY1XT001DEZTW,GQY1XT001DTS6L,GQY1XT001B9HK2,GQY1XT001CF88P,GQY1XT001E0NNX,GQY1XT001CY8QL,GQY1XT001AFBA9,GQY1XT001D1ZDC,GQY1XT001DGG0G,GQY1XT001BU1CR,GQY1XT001C3W0V,GQY1XT001A7Z1B,GQY1XT001D57XE,GQY1XT001CT757,GQY1XT001D1EQT,GQY1XT001CV5NA,GQY1XT001EHZEG,GQY1XT001EQ7L8,GQY1XT001EOCXN,GQY1XT001A8XD0,GQY1XT001A6MDO,GQY1XT001B3WNN,GQY1XT001AW1RY,GQY1XT001DHUY0,GQY1XT001DC94T,GQY1XT001A7QH1,GQY1XT001EBAT1,GQY1XT001AIO1J,GQY1XT001DRN0D,GQY1XT001B1U31,GQY1XT001AM32J,GQY1XT001ETGR1,GQY1XT001DG7VD,GQY1XT001CO0AJ,GQY1XT001BNENU,GQY1XT001BQDE0,GQY1XT001CUPOC,GQY1XT001CCV61,GQY1XT001ANLQH,GQY1XT001BLTZP,GQY1XT001AURJA,GQY1XT001AXONQ,GQY1XT001D10WM,GQY1XT001ARTHW,GQY1XT001B5IU3,GQY1XT001B39B7,GQY1XT001BULXD,GQY1XT001DAF30,GQY1XT001E0N7Y,GQY1XT001DCP04,GQY1XT001AV9XS,GQY1XT001DHXVO,GQY1XT001AXYZI,GQY1XT001BLMEM,GQY1XT001CBKPV,GQY1XT001CPWOR,GQY1XT001D5RI2,GQY1XT001D7N15,GQY1XT001DZOC1,GQY1XT001EKQXM,GQY1XT001BB8CQ,GQY1XT001BALN0,GQY1XT001B2V9Q,GQY1XT001B2RCA,GQY1XT001DUW9D,GQY1XT001BZ5M2,GQY1XT001CQ70G,GQY1XT001B4437,GQY1XT001DYG0C,GQY1XT001DSIFH,GQY1XT001AKX1X,GQY1XT001DJ3RO,GQY1XT001DPY56,GQY1XT001DPG0U,GQY1XT001ANM1J,GQY1XT001DWI0E,GQY1XT001DDT3S,GQY1XT001D43SE,GQY1XT001D2Q2D,GQY1XT001CHVVN,GQY1XT001CEBGT,GQY1XT001AZ80A,GQY1XT001BEX9Y,GQY1XT001E1YTZ,GQY1XT001AUFPM,GQY1XT001DLEF4,GQY1XT001AGXSP,GQY1XT001BXE10,GQY1XT001B0NTV,GQY1XT001B44M9,GQY1XT001BXOAO,GQY1XT001EBVVI,GQY1XT001BWFIM,GQY1XT001D287F,GQY1XT001C3AIY,GQY1XT001DBAGF,GQY1XT001B4ALA,GQY1XT001EN4G2,GQY1XT001C9KPB,GQY1XT001EQSO1,GQY1XT001C9X0V,GQY1XT001BOCDG,GQY1XT001DRCT7,GQY1XT001BVZ9U,GQY1XT001CQVXM,GQY1XT001EPECE,GQY1XT001DQRZN,GQY1XT001A989F,GQY1XT001BG2KF,GQY1XT001EKILO,GQY1XT001BU6J3,GQY1XT001CZY2R,GQY1XT001AXT84,GQY1XT001A9KET,GQY1XT001ALPR8,GQY1XT001DVHPS,GQY1XT001AYHOL,GQY1XT001DPX1Y,GQY1XT001DKS3C,GQY1XT001E2JKR,GQY1XT001EWBB1,GQY1XT001DU3Y1,GQY1XT001B3VA3,GQY1XT001EW7TN,GQY1XT001CZC5U,GQY1XT001CIL3Z,GQY1XT001CFEWM,GQY1XT001BSQZN,GQY1XT001B9GE1,GQY1XT001ANA5W,GQY1XT001AIZTH,GQY1XT001B15CW,GQY1XT001BAF1G,GQY1XT001CPRO0,GQY1XT001A0AK2,GQY1XT001DLOVL,GQY1XT001CZOOH,GQY1XT001B13PB,GQY1XT001CZN1J,GQY1XT001CVHXW,GQY1XT001EQJJE,GQY1XT001DW5M5,GQY1XT001C1PIR,GQY1XT001EZCPH,GQY1XT001DSJML,GQY1XT001BQJXX,GQY1XT001BJ4RJ,GQY1XT001CLHKU,GQY1XT001BGZLK,GQY1XT001DAOS1,GQY1XT001CYQUW,GQY1XT001BCX52,GQY1XT001EFP0M,GQY1XT001AVFSB,GQY1XT001CDFK0,GQY1XT001CL1ML,GQY1XT001AWXAL,GQY1XT001DNQZ0,GQY1XT001A5PWV,GQY1XT001BH3RG,GQY1XT001BESI7,GQY1XT001ERZ4Y,GQY1XT001CO5LS,GQY1XT001A5UHT,GQY1XT001BRZTI,GQY1XT001C8HF2,GQY1XT001DD24A,GQY1XT001ELKI7,GQY1XT001DLN0Q,GQY1XT001B2KXE,GQY1XT001BJOJD,GQY1XT001DBRDK,GQY1XT001EKAMH,GQY1XT001BD6N4,GQY1XT001ANN9Z,GQY1XT001BQUW2,GQY1XT001DQ29W,GQY1XT001DRWIY,GQY1XT001A7MBS,GQY1XT001D0YF6,GQY1XT001DEHGE,GQY1XT001D6S00,GQY1XT001BJIQ6,GQY1XT001EHG2T,GQY1XT001BA8Q9,GQY1XT001CMW6B,GQY1XT001EQQV9,GQY1XT001EWRWR,GQY1XT001DXYFA,GQY1XT001A0S29,GQY1XT001ES6S8,GQY1XT001EMP2C,GQY1XT001A40WL,GQY1XT001DV6K7,GQY1XT001DHSU1,GQY1XT001AN6KO,GQY1XT001D3P3U,GQY1XT001EWCWB,GQY1XT001EVCJ2,GQY1XT001DNWPH,GQY1XT001EKD6X,GQY1XT001DNM9G,GQY1XT001EW6PP,GQY1XT001DJ5ZE,GQY1XT001BC22X,GQY1XT001AFZ6Q,GQY1XT001CXIEA,GQY1XT001AV158,GQY1XT001BAOTW,GQY1XT001A52IZ,GQY1XT001BFESA,GQY1XT001BB5H9,GQY1XT001AXXER,GQY1XT001B38SC,GQY1XT001B5JOK,GQY1XT001C5LZY,GQY1XT001BO1WW,GQY1XT001ELYIL,GQY1XT001EYB80,GQY1XT001DDDRQ,GQY1XT001D8ALM,GQY1XT001CZ1LI,GQY1XT001CHTSB,GQY1XT001BSD9T,GQY1XT001B6Z6O,GQY1XT001A91EB,GQY1XT001ELGWP,GQY1XT001EVKE6,GQY1XT001CGPT0,GQY1XT001BWXRB,GQY1XT001DSTRX,GQY1XT001CVSZC,GQY1XT001BJ6JC,GQY1XT001C5QNA,GQY1XT001BWNSR,GQY1XT001C4QHR,GQY1XT001EI0A7,GQY1XT001CKWZ2,GQY1XT001EONGV,GQY1XT001DNUV8,GQY1XT001AORDG,GQY1XT001B65HQ,GQY1XT001AT6T2,GQY1XT001CH197,GQY1XT001B0MLU,GQY1XT001DZGUD,GQY1XT001DDF29,GQY1XT001BCWEY,GQY1XT001DOH88,GQY1XT001ASRUH,GQY1XT001BUG9J,GQY1XT001BJC0V,GQY1XT001B2JPC,GQY1XT001ENUYP,GQY1XT001C3FDU,GQY1XT001EECUO,GQY1XT001EGMAQ,GQY1XT001CEOK3,GQY1XT001CGVIM,GQY1XT001BHCFN,GQY1XT001BUDK8,GQY1XT001B13DG,GQY1XT001DNOS5,GQY1XT001D44ZO,GQY1XT001B54W4,GQY1XT001C25ZG,GQY1XT001A68F5,GQY1XT001CTRFZ,GQY1XT001EFVO0,GQY1XT001D0XGG,GQY1XT001CZW25,GQY1XT001AMSGU,GQY1XT001CIA4R,GQY1XT001CX992,GQY1XT001AUNRN,GQY1XT001EUUZF,GQY1XT001DLEBU,GQY1XT001B6B9B,GQY1XT001EGXKN,GQY1XT001CPGPJ,GQY1XT001AKR8M,GQY1XT001CRGNE,GQY1XT001DC2WX,GQY1XT001AYUL1,GQY1XT001DZGKE,GQY1XT001AD99K,GQY1XT001CMX1P,GQY1XT001DWAGU,GQY1XT001CVTXO,GQY1XT001DZ8FX,GQY1XT001D1TOR,GQY1XT001EIJ1Z,GQY1XT001AIWI1,GQY1XT001AM71M,GQY1XT001CEFNR,GQY1XT001BYWNL,GQY1XT001BPR55,GQY1XT001BUFMM,GQY1XT001AFEV5,GQY1XT001BRSIS,GQY1XT001AOXT7,GQY1XT001D42HU,GQY1XT001EM46U,GQY1XT001C28YA,GQY1XT001EWDCP,GQY1XT001BEED5,GQY1XT001DMY50,GQY1XT001AIXVA,GQY1XT001C0QUY,GQY1XT001DIZP6,GQY1XT001A03LI,GQY1XT001A396A,GQY1XT001ATHNF,GQY1XT001BIJ0J,GQY1XT001CQQ3O,GQY1XT001CR5YE,GQY1XT001AG52Y,GQY1XT001EYCF3,GQY1XT001DLRE5,GQY1XT001DZ7HR,GQY1XT001BPSRH,GQY1XT001EYF7N,GQY1XT001BLWPN,GQY1XT001CKNTS,GQY1XT001CKM22,GQY1XT001A8V7G,GQY1XT001A7O7V,GQY1XT001DPNRF,GQY1XT001DR9NC,GQY1XT001CKLDP,GQY1XT001DEGVF,GQY1XT001CCRLS,GQY1XT001DBZ0A,GQY1XT001B87M6,GQY1XT001CFXBJ,GQY1XT001B83R8,GQY1XT001DJ7Y9,GQY1XT001EWTCJ,GQY1XT001D7CSG,GQY1XT001DYUBH,GQY1XT001BYSMX,GQY1XT001B94MG,GQY1XT001BC5DF,GQY1XT001CCLDM,GQY1XT001BJ7O6,GQY1XT001DGA7Q,GQY1XT001E0KRR,GQY1XT001AZSJS,GQY1XT001EZ1UU,GQY1XT001CFSSK,GQY1XT001CDQK8,GQY1XT001CDPNR,GQY1XT001BN3HH,GQY1XT001BRJET,GQY1XT001EXA0S,GQY1XT001AFWPW,GQY1XT001E4K36,GQY1XT001BPQI7,GQY1XT001BNAM3,GQY1XT001DCJBW,GQY1XT001BQ6LR,GQY1XT001DO657,GQY1XT001C2KR6,GQY1XT001CDIGK,GQY1XT001EFFGO,GQY1XT001BLHIM,GQY1XT001DOVE7,GQY1XT001AI6UV,GQY1XT001EOBN2,GQY1XT001CDQ6R,GQY1XT001B62I2,GQY1XT001BVQ1Z,GQY1XT001DL0MD,GQY1XT001DUSKF,GQY1XT001CY17X,GQY1XT001CLJMB,GQY1XT001CDNVZ,GQY1XT001C89JQ,GQY1XT001A16OD,GQY1XT001D6ISK,GQY1XT001E459X,GQY1XT001D9ATI,GQY1XT001CXVZM,GQY1XT001BVIZM,GQY1XT001BIFBP,GQY1XT001BCHGV,GQY1XT001B1D0V,GQY1XT001EXB16,GQY1XT001ALZEG,GQY1XT001BNZJ3,GQY1XT001CY1QI,GQY1XT001CD24B,GQY1XT001CLGNV,GQY1XT001BMY8U,GQY1XT001AMUN1,GQY1XT001D0MPV,GQY1XT001CU6R2,GQY1XT001CQMDS,GQY1XT001DE2QN,GQY1XT001DRV82,GQY1XT001AIN9N,GQY1XT001AV0F9,GQY1XT001EGE4G,GQY1XT001B16P4,GQY1XT001DL5VT,GQY1XT001EDXPI,GQY1XT001EZOEW,GQY1XT001CS8BE,GQY1XT001CO5EO,GQY1XT001EAUSD,GQY1XT001DH2BX,GQY1XT001DTV6R,GQY1XT001CEQKR,GQY1XT001B09X0,GQY1XT001DQG5D,GQY1XT001A0ERJ,GQY1XT001C0K78,GQY1XT001BNPZM,GQY1XT001C6Q13,GQY1XT001EIRUH,GQY1XT001DDWG7,GQY1XT001DXUT2,GQY1XT001B7G9N,GQY1XT001CUYMD,GQY1XT001EU675,GQY1XT001DB9GK,GQY1XT001DGS6Y,GQY1XT001A555C,GQY1XT001B721I,GQY1XT001CQCJJ,GQY1XT001CQZIT,GQY1XT001D4GFH,GQY1XT001ESTPJ,GQY1XT001D56UN,GQY1XT001BYU48,GQY1XT001B681P,GQY1XT001EIFRV,GQY1XT001DB9FR,GQY1XT001EM110,GQY1XT001CBVF7,GQY1XT001CPNPE,GQY1XT001CX7SI,GQY1XT001AU2DW,GQY1XT001ENC7I,GQY1XT001ARH6O,GQY1XT001C90FW,GQY1XT001CJTKS,GQY1XT001B916Y,GQY1XT001EA9NL,GQY1XT001CBFMY,GQY1XT001C928N,GQY1XT001DJM0E,GQY1XT001AN4LU,GQY1XT001AODZS,GQY1XT001CTXSI,GQY1XT001E073B,GQY1XT001BA39Y,GQY1XT001CCFT6,GQY1XT001BI9HA,GQY1XT001DW8C8,GQY1XT001D9ADU,GQY1XT001A3JX8,GQY1XT001EJDTR,GQY1XT001C3NJO,GQY1XT001BCM41,GQY1XT001AK9YU,GQY1XT001A3JFD,GQY1XT001CYHC7,GQY1XT001CKC7U,GQY1XT001B7Q2T,GQY1XT001EU6M0,GQY1XT001ERIYF,GQY1XT001D33D1,GQY1XT001BW527,GQY1XT001BAZV8,GQY1XT001DRLYI,GQY1XT001C5BEH,GQY1XT001EWN4D,GQY1XT001DQW9X,GQY1XT001DWGGA,GQY1XT001CHH7T,GQY1XT001EWZHJ,GQY1XT001BCHHE,GQY1XT001EF3MK,GQY1XT001CILRK,GQY1XT001BU0ET,GQY1XT001B0KPH,GQY1XT001EYBOC,GQY1XT001CHP7N,GQY1XT001EBG4I,GQY1XT001D8K4Y,GQY1XT001BTS5M,GQY1XT001BAU7B,GQY1XT001EX6YD,GQY1XT001ESYTF,GQY1XT001BJ5K6,GQY1XT001BGK3L,GQY1XT001B8REU,GQY1XT001A09RB,GQY1XT001AX6UU,GQY1XT001C18O5,GQY1XT001DZL98,GQY1XT001CSPD4,GQY1XT001DFR5S,GQY1XT001D8QUV,GQY1XT001BX44Z,GQY1XT001EP89M,GQY1XT001C5100,GQY1XT001D2RQA,GQY1XT001DBBEB,GQY1XT001AUWR3,GQY1XT001AW1C5,GQY1XT001B94SP,GQY1XT001CM210,GQY1XT001CQGKL,GQY1XT001BW5A4,GQY1XT001BV5EI,GQY1XT001DCODT,GQY1XT001BXS8R,GQY1XT001EWFAI,GQY1XT001ESB6G,GQY1XT001EN5BV,GQY1XT001EMV31,GQY1XT001EJFFE,GQY1XT001CPP38,GQY1XT001CJGYO,GQY1XT001CAPL0,GQY1XT001C185X,GQY1XT001BNPH0,GQY1XT001BY462,GQY1XT001AYCLY,GQY1XT001CM6T4,GQY1XT001AVWU6,GQY1XT001AYRBM,GQY1XT001AGMHO,GQY1XT001EQ6P2,GQY1XT001AVQXZ,GQY1XT001BJBX0,GQY1XT001EKT90,GQY1XT001CQIS2,GQY1XT001ALW6R,GQY1XT001CM4YY,GQY1XT001EMBB1,GQY1XT001D8PGP,GQY1XT001DB92V,GQY1XT001E0CMN,GQY1XT001B0RA7,GQY1XT001AIGOR,GQY1XT001COE6A,GQY1XT001DM2HI,GQY1XT001D0OIF,GQY1XT001DQD8W,GQY1XT001CTDYO,GQY1XT001CLJI4,GQY1XT001B9WR4,GQY1XT001CCQF8,GQY1XT001BYVLE,GQY1XT001C2JNT,GQY1XT001DB0UF,GQY1XT001BC9NL,GQY1XT001CYJVF,GQY1XT001A4XK4,GQY1XT001A2LNR,GQY1XT001CMNZK,GQY1XT001BGB95,GQY1XT001DTMOL,GQY1XT001EM7OK,GQY1XT001AI8H2,GQY1XT001C8CH5,GQY1XT001CV36Z,GQY1XT001DXVO9,GQY1XT001DIN58,GQY1XT001CASAH,GQY1XT001AHHNL,GQY1XT001B4E4N,GQY1XT001BIN2I,GQY1XT001DMDX7,GQY1XT001CDGJJ,GQY1XT001AOCPQ,GQY1XT001BQ90U,GQY1XT001D78VP,GQY1XT001D0FUJ,GQY1XT001C7OR8,GQY1XT001DZZBL,GQY1XT001EX8VH,GQY1XT001ETOTT,GQY1XT001E315E,GQY1XT001B1BK3,GQY1XT001BZW8T,GQY1XT001CM1YD,GQY1XT001EOFV6,GQY1XT001BA8O2,GQY1XT001BCMFF,GQY1XT001DVW2I,GQY1XT001D1CAH,GQY1XT001A5HGY,GQY1XT001BCOUL,GQY1XT001CU140,GQY1XT001CK4V4,GQY1XT001BG4TI,GQY1XT001CQT29,GQY1XT001CI2PC,GQY1XT001BOGFK,GQY1XT001EZUV8,GQY1XT001A12SX,GQY1XT001BHMSQ,GQY1XT001BXC24,GQY1XT001AGK5B,GQY1XT001ALRHW,GQY1XT001B3SN4,GQY1XT001B940F,GQY1XT001ATG38,GQY1XT001BYRPF,GQY1XT001EN26J,GQY1XT001A9QW8,GQY1XT001A0BTE,GQY1XT001AKES6,GQY1XT001BHJCI,GQY1XT001D794Z,GQY1XT001BWRLS,GQY1XT001CR1PE,GQY1XT001ERVEM,GQY1XT001EDP9A,GQY1XT001DAV66,GQY1XT001EFEVP,GQY1XT001D71F5,GQY1XT001BVC1W,GQY1XT001DWYC0,GQY1XT001DVQ3K,GQY1XT001CIKUX,GQY1XT001DIF5Q,GQY1XT001C29A2,GQY1XT001A5LQN,GQY1XT001ARQ3H,GQY1XT001BSAG7,GQY1XT001BH5MX,GQY1XT001BUXC9,GQY1XT001C9RLD,GQY1XT001DVLMD,GQY1XT001DG9BC,GQY1XT001CQVEQ,GQY1XT001B1PHL,GQY1XT001DX0A0,GQY1XT001BFSME,GQY1XT001EFFSK,GQY1XT001DL01I,GQY1XT001D7H6R,GQY1XT001CLR4M,GQY1XT001B700A,GQY1XT001A0PWL,GQY1XT001BFEZ5,GQY1XT001D8TMF,GQY1XT001AFFGK,GQY1XT001DL6VM,GQY1XT001AHL5Y,GQY1XT001AJRHM,GQY1XT001B8DT2,GQY1XT001B5QBT,GQY1XT001A7Z2K,GQY1XT001BHU3H,GQY1XT001C9K9F,GQY1XT001DQELZ,GQY1XT001BOWZT,GQY1XT001A7IA5,GQY1XT001AZMRD,GQY1XT001ETWAU,GQY1XT001BWZGZ,GQY1XT001EU1EY,GQY1XT001BL1E1,GQY1XT001BMOII,GQY1XT001CWHES,GQY1XT001AX9T1,GQY1XT001C85N7,GQY1XT001AWTLE,GQY1XT001C7VDK,GQY1XT001AY302,GQY1XT001BK8C1,GQY1XT001EON1P,GQY1XT001C5MOS,GQY1XT001AMGT3,GQY1XT001CVYKB,GQY1XT001AL9T7,GQY1XT001D7ACM,GQY1XT001ELF9Z,GQY1XT001C46LK,GQY1XT001AX1YF,GQY1XT001CA227,GQY1XT001DKKCQ,GQY1XT001DGBVD,GQY1XT001A1GME,GQY1XT001EXC0K,GQY1XT001C75BD,GQY1XT001BG6BS,GQY1XT001CX96J,GQY1XT001A8Y7J,GQY1XT001ETXQH,GQY1XT001DSHXO,GQY1XT001DC8T1,GQY1XT001AZP8R,GQY1XT001BAQ51,GQY1XT001BPO7P,GQY1XT001CZOC9,GQY1XT001DMJ3F,GQY1XT001EJ94Y,GQY1XT001EJ2LW,GQY1XT001CRTXV,GQY1XT001D4TBX,GQY1XT001DL2QC,GQY1XT001CKGEW,GQY1XT001CG2P6,GQY1XT001BFJK0,GQY1XT001BTRQ0,GQY1XT001B0TPT,GQY1XT001ATMTK,GQY1XT001A12AU,GQY1XT001AMMWN,GQY1XT001A5MV1,GQY1XT001DPA0C,GQY1XT001EVFOS,GQY1XT001BQVBP,GQY1XT001CEZP8,GQY1XT001C2A35,GQY1XT001AK1PD,GQY1XT001APXWQ,GQY1XT001A9O6W,GQY1XT001EMDS9,GQY1XT001C9GTT,GQY1XT001E305G,GQY1XT001DL06B,GQY1XT001COME9,GQY1XT001C4XVG,GQY1XT001CA8GG,GQY1XT001EZ2Y9,GQY1XT001BJEC8,GQY1XT001ERNC6,GQY1XT001D24O9,GQY1XT001BCFXY,GQY1XT001BLLKZ,GQY1XT001ENBT1,GQY1XT001EYZ9L,GQY1XT001EGSYV,GQY1XT001DBA6L,GQY1XT001B719S,GQY1XT001BB67D,GQY1XT001CGMEN,GQY1XT001E5SOE,GQY1XT001BEJUY,GQY1XT001BK4NL,GQY1XT001DCLQ2,GQY1XT001BK3VA,GQY1XT001AIEYJ,GQY1XT001BFODB,GQY1XT001B7QJ7,GQY1XT001A6LVR,GQY1XT001BCJWW,GQY1XT001COTDC,GQY1XT001AGI88,GQY1XT001CU1TQ,GQY1XT001DM4ZZ,GQY1XT001DBZFI,GQY1XT001CGXFW,GQY1XT001AV1IV,GQY1XT001EZFHV,GQY1XT001BHEMW,GQY1XT001BO4LH,GQY1XT001EQNWE,GQY1XT001BRERT,GQY1XT001C07D2,GQY1XT001B1K33,GQY1XT001BV55J,GQY1XT001EEBGH,GQY1XT001A3AZY,GQY1XT001CJM8L,GQY1XT001COSIP,GQY1XT001CU2TX,GQY1XT001BRGHX,GQY1XT001CTEDY,GQY1XT001BF346,GQY1XT001BIJKH,GQY1XT001CN3Y1,GQY1XT001DGE9X,GQY1XT001BLRLE,GQY1XT001AFXP7,GQY1XT001D9DM7,GQY1XT001C6ZH2,GQY1XT001CFBDY,GQY1XT001DFPK1,GQY1XT001DJ2G8,GQY1XT001BVQGM,GQY1XT001COCQW,GQY1XT001EBEO2,GQY1XT001ER0PV,GQY1XT001DN9IF,GQY1XT001C6NDX,GQY1XT001C7080,GQY1XT001DJTMP,GQY1XT001AP92W,GQY1XT001C2VB3,GQY1XT001CN4WG,GQY1XT001B8YJX,GQY1XT001DNCTG,GQY1XT001C4XCG,GQY1XT001DOIC2,GQY1XT001BMY2S,GQY1XT001DCHP2,GQY1XT001DBLYJ,GQY1XT001BMV33,GQY1XT001BMY08,GQY1XT001DFZ0P,GQY1XT001DGCXZ,GQY1XT001AHSWQ,GQY1XT001CJAJ4,GQY1XT001B6F7B,GQY1XT001CA6UU,GQY1XT001BP5XR,GQY1XT001ANE8G,GQY1XT001D9425,GQY1XT001BMELA,GQY1XT001BEKLU,GQY1XT001DCQW5,GQY1XT001C4EE8,GQY1XT001EQ089,GQY1XT001ARI0M,GQY1XT001A2T9H,GQY1XT001A7H2V,GQY1XT001E5O6R,GQY1XT001AT4XL,GQY1XT001CA2MO,GQY1XT001EF2CY,GQY1XT001B9TAM,GQY1XT001AQSSK,GQY1XT001ANWQU,GQY1XT001E3Y53,GQY1XT001BURHE,GQY1XT001DFV1R,GQY1XT001ERG3N,GQY1XT001CR79Q,GQY1XT001D74Q1,GQY1XT001DQC93,GQY1XT001BJYLP,GQY1XT001EYX3E,GQY1XT001B014W,GQY1XT001AFHG8,GQY1XT001AMXRA,GQY1XT001AUQTS,GQY1XT001ESICK,GQY1XT001ERUW7,GQY1XT001EDFMY,GQY1XT001DP0GR,GQY1XT001DHFJ0,GQY1XT001CZCL7,GQY1XT001CJB8H,GQY1XT001BXHUI,GQY1XT001BAEF9,GQY1XT001B761O,GQY1XT001AR18R,GQY1XT001A01KX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BNM96"; -secondCol = "GQY1XT001BNM96,GQY1XT001ET5WO,GQY1XT001BR39M,GQY1XT001BOP5T,GQY1XT001EBROA,GQY1XT001ETI72,GQY1XT001B5353,GQY1XT001CS7HL,GQY1XT001DXU4M,GQY1XT001ED2Q4,GQY1XT001DFRMM,GQY1XT001CJH5K,GQY1XT001DINS1,GQY1XT001AJVEV,GQY1XT001AGBE7,GQY1XT001D3HH7,GQY1XT001A4ZI5,GQY1XT001DROW3,GQY1XT001A1KGX,GQY1XT001DV8OB,GQY1XT001DRBNJ,GQY1XT001DOHI5,GQY1XT001BVIQX,GQY1XT001EIRPT,GQY1XT001CDTHE,GQY1XT001DXYDJ,GQY1XT001BSZJX,GQY1XT001DZ185,GQY1XT001CJSIK,GQY1XT001CXRPF,GQY1XT001D56I3,GQY1XT001CHD8S,GQY1XT001EC48K,GQY1XT001CSMZB,GQY1XT001AP4UG,GQY1XT001CUGMN,GQY1XT001DUYCF,GQY1XT001D1YNY,GQY1XT001AO3LV,GQY1XT001BT6BH,GQY1XT001BKOI0,GQY1XT001EC3H7,GQY1XT001B9AP0,GQY1XT001DRX8V,GQY1XT001ANNDT,GQY1XT001CL9JV,GQY1XT001E3YTJ,GQY1XT001B23TH,GQY1XT001BG2N2,GQY1XT001EP7RE,GQY1XT001B64RN,GQY1XT001ETYOL,GQY1XT001DZO7T,GQY1XT001DCXUP,GQY1XT001BRLN4,GQY1XT001E148O,GQY1XT001EQ4PA,GQY1XT001COR99,GQY1XT001DYDN0,GQY1XT001CZ1CF,GQY1XT001CLFRQ,GQY1XT001BNMJZ,GQY1XT001DLFEK,GQY1XT001D78FD,GQY1XT001B0ERK,GQY1XT001CTXTI,GQY1XT001A4AQZ,GQY1XT001EO92P,GQY1XT001EKNLP,GQY1XT001C7TCW,GQY1XT001AH4DT,GQY1XT001DZEFB,GQY1XT001A3WEZ,GQY1XT001EV2K0,GQY1XT001DEMZL,GQY1XT001BSBGC,GQY1XT001B06GR,GQY1XT001BFS2Y,GQY1XT001A8N0A,GQY1XT001EG491,GQY1XT001DXC8G,GQY1XT001AMDCF,GQY1XT001CB4Y6,GQY1XT001B8XN2,GQY1XT001BONR1,GQY1XT001BYB4R,GQY1XT001CZ6ZM,GQY1XT001BJLLS,GQY1XT001A6TJH,GQY1XT001BOJAK,GQY1XT001BMV9O,GQY1XT001C0272,GQY1XT001BSKCH,GQY1XT001AITE7,GQY1XT001CMQIS,GQY1XT001DUQZI,GQY1XT001BLMX6,GQY1XT001BX7JM,GQY1XT001BUJ3N,GQY1XT001A1DM0,GQY1XT001DRMTU,GQY1XT001EQ3JS,GQY1XT001A0JRT,GQY1XT001C1T5J,GQY1XT001AYTE4,GQY1XT001DVGUH,GQY1XT001BFRW0,GQY1XT001EBU7D,GQY1XT001ER8PO,GQY1XT001DBEUJ,GQY1XT001BX9DQ,GQY1XT001BHOQL,GQY1XT001BHJEW,GQY1XT001C54QR,GQY1XT001CCCL8,GQY1XT001EM5V1,GQY1XT001BHPWK,GQY1XT001DTKNO,GQY1XT001EWF5E,GQY1XT001AL8BY,GQY1XT001CTZ8L,GQY1XT001B836Q,GQY1XT001CS8T4,GQY1XT001DVCDL,GQY1XT001BD87F,GQY1XT001CCYZW,GQY1XT001BKSLN,GQY1XT001CGML7,GQY1XT001CVGJV,GQY1XT001D1V10,GQY1XT001DMQ45,GQY1XT001AG3K6,GQY1XT001BJ8DW,GQY1XT001ELYN7,GQY1XT001BWYQV,GQY1XT001CJQ1K,GQY1XT001ANXAT,GQY1XT001B8DEG,GQY1XT001BQRXF,GQY1XT001CTYSC,GQY1XT001DP5M1,GQY1XT001DPLUB,GQY1XT001CR95R,GQY1XT001A4GIO,GQY1XT001DPXHU,GQY1XT001D38YS,GQY1XT001EBFP1,GQY1XT001BF6XX,GQY1XT001B6OYT,GQY1XT001CS50A,GQY1XT001DL5QC,GQY1XT001EB49P,GQY1XT001D61AB,GQY1XT001B207W,GQY1XT001BUMO0,GQY1XT001C2G78,GQY1XT001BH8R9,GQY1XT001EKG8C,GQY1XT001EQHO4,GQY1XT001DALRP,GQY1XT001EVJEK,GQY1XT001EUKEI,GQY1XT001BUPWS,GQY1XT001BD0DK,GQY1XT001EBDN3,GQY1XT001DDG78,GQY1XT001B6T5N,GQY1XT001EFXZU,GQY1XT001CB2GU,GQY1XT001D7G7F,GQY1XT001DEQT7,GQY1XT001A38MW,GQY1XT001ESTGH,GQY1XT001EORDJ,GQY1XT001EBZ0P,GQY1XT001D1WE8,GQY1XT001D0EGO,GQY1XT001C94JQ,GQY1XT001BBRJY,GQY1XT001ANUAU,GQY1XT001A9A5P,GQY1XT001ASNSS,GQY1XT001D94QS,GQY1XT001EPJLQ,GQY1XT001CK20T,GQY1XT001D6O52,GQY1XT001BOOX1,GQY1XT001E0HS4,GQY1XT001A5H91,GQY1XT001AFLBE,GQY1XT001EC0SK,GQY1XT001C796O,GQY1XT001DP0Z2,GQY1XT001ESRUW,GQY1XT001BS4IP,GQY1XT001ATTS5,GQY1XT001B22BX,GQY1XT001C63FI,GQY1XT001EBNAB,GQY1XT001COJLE,GQY1XT001CYCMX,GQY1XT001A39VM,GQY1XT001AZEIG,GQY1XT001AH2X0,GQY1XT001ECDM5,GQY1XT001EK8VY,GQY1XT001CB9QB,GQY1XT001A5EMI,GQY1XT001BI3TL,GQY1XT001ANKOQ,GQY1XT001D8YJN,GQY1XT001D5U4Y,GQY1XT001D4S60,GQY1XT001BVVA0,GQY1XT001A9SNC,GQY1XT001BQV4Y,GQY1XT001DTVP9,GQY1XT001BW3RU,GQY1XT001E4M6L,GQY1XT001EH10T,GQY1XT001CKVLG,GQY1XT001DRLY8,GQY1XT001CP47J,GQY1XT001BYM9U,GQY1XT001CR9WL,GQY1XT001CSJP7,GQY1XT001BL25D,GQY1XT001BM9MH,GQY1XT001BGIRS,GQY1XT001AFPH0,GQY1XT001AXF92,GQY1XT001BQ6GA,GQY1XT001CA8C2,GQY1XT001EEUS2,GQY1XT001E3ITS,GQY1XT001D3YHS,GQY1XT001AKC4P,GQY1XT001AKP3P,GQY1XT001B5JA2,GQY1XT001B8RVJ,GQY1XT001D3UHN,GQY1XT001BUUJV,GQY1XT001EZRAN,GQY1XT001B2ENS,GQY1XT001CAGPD,GQY1XT001DT2CI,GQY1XT001DB28T,GQY1XT001AX0D5,GQY1XT001B91QF,GQY1XT001DSTZH,GQY1XT001DBSGC,GQY1XT001DHX5B,GQY1XT001CSYET,GQY1XT001CXX06,GQY1XT001EO0J0,GQY1XT001DXDUL,GQY1XT001DQTH1,GQY1XT001DAQCE,GQY1XT001DJ4NI,GQY1XT001D7GFL,GQY1XT001BRJ0Q,GQY1XT001EP65G,GQY1XT001D0ER8,GQY1XT001DGUZM,GQY1XT001CFAKL,GQY1XT001CFECD,GQY1XT001ASV2X,GQY1XT001CYQQS,GQY1XT001C6JZN,GQY1XT001DR1JR,GQY1XT001CC05Q,GQY1XT001BHVM7,GQY1XT001BY2F0,GQY1XT001D04PS,GQY1XT001D0G4Y,GQY1XT001D03EY,GQY1XT001AW6H5,GQY1XT001C7DA4,GQY1XT001CDWZD,GQY1XT001C5862,GQY1XT001BYSKT,GQY1XT001DJI09,GQY1XT001CKETX,GQY1XT001DXRWU,GQY1XT001A3E0H,GQY1XT001C9BOD,GQY1XT001CJ5NH,GQY1XT001EU2RR,GQY1XT001ER3JJ,GQY1XT001ENGHQ,GQY1XT001EG1LL,GQY1XT001DSXFV,GQY1XT001D0CL2,GQY1XT001BFYJQ,GQY1XT001AV27G,GQY1XT001AKHIY,GQY1XT001ARLDI,GQY1XT001EX6P9,GQY1XT001AZVPB,GQY1XT001AT4ZE,GQY1XT001ATVFM,GQY1XT001DIQQ7,GQY1XT001CNJ0I,GQY1XT001CU3O9,GQY1XT001CUCVB,GQY1XT001B5P77,GQY1XT001BJIBT,GQY1XT001ATZ21,GQY1XT001DAPTJ,GQY1XT001AM8CY,GQY1XT001B919C,GQY1XT001EPQJ2,GQY1XT001DX35F,GQY1XT001DF930,GQY1XT001C0OUD,GQY1XT001DYPX1,GQY1XT001E0326,GQY1XT001D5FF8,GQY1XT001DN69X,GQY1XT001A03QW,GQY1XT001AJ575,GQY1XT001ATQ4Z,GQY1XT001AP0GM,GQY1XT001DUGJ3,GQY1XT001CSP1J,GQY1XT001CKCYJ,GQY1XT001CNIRX,GQY1XT001CLNDD,GQY1XT001DGFTY,GQY1XT001BZRRI,GQY1XT001EF2MV,GQY1XT001A6QIW,GQY1XT001C4WAI,GQY1XT001B4918,GQY1XT001EE6OB,GQY1XT001DL2Q7,GQY1XT001EGYDA,GQY1XT001AUUJO,GQY1XT001DTNIM,GQY1XT001C0CDT,GQY1XT001D46VN,GQY1XT001AJ07B,GQY1XT001CSRN2,GQY1XT001DN6RZ,GQY1XT001B4VXK,GQY1XT001BAG6G,GQY1XT001ETPVZ,GQY1XT001EEOGU,GQY1XT001DEQS2,GQY1XT001AIQKC,GQY1XT001EBH1N,GQY1XT001ATD34,GQY1XT001C78VX,GQY1XT001D7FOH,GQY1XT001AQUR6,GQY1XT001B0X64,GQY1XT001CHR45,GQY1XT001DGTE3,GQY1XT001E254L,GQY1XT001DL4XT,GQY1XT001AMWD5,GQY1XT001DAMF7,GQY1XT001ARSSO,GQY1XT001DORI2,GQY1XT001CXHWQ,GQY1XT001DQVSY,GQY1XT001DLVEW,GQY1XT001E4QEZ,GQY1XT001CONQH,GQY1XT001D2TJQ,GQY1XT001DEVYH,GQY1XT001DACQT,GQY1XT001CCDW6,GQY1XT001B991B,GQY1XT001CZKEJ,GQY1XT001CDVRK,GQY1XT001C8CDQ,GQY1XT001CH365,GQY1XT001BPEOL,GQY1XT001BFNSG,GQY1XT001BHL0P,GQY1XT001AVTS0,GQY1XT001BN53C,GQY1XT001EOQ07,GQY1XT001EANP6,GQY1XT001AXFF1,GQY1XT001CPZJO,GQY1XT001EG6RL,GQY1XT001CGRT2,GQY1XT001DOTQB,GQY1XT001B55AS,GQY1XT001EKXJ7,GQY1XT001A6PQO,GQY1XT001CUUNM,GQY1XT001CLBET,GQY1XT001AYFHG,GQY1XT001AISHW,GQY1XT001E3ORW,GQY1XT001BG18B,GQY1XT001ERLGW,GQY1XT001CZL4D,GQY1XT001A0DZ7,GQY1XT001EHD89,GQY1XT001BPIMA,GQY1XT001C7LI6,GQY1XT001A9OOL,GQY1XT001CI5YA,GQY1XT001AF9KW,GQY1XT001CSCSA,GQY1XT001A50EY,GQY1XT001EFOYS,GQY1XT001EYRDE,GQY1XT001ED81Y,GQY1XT001E4B4Q,GQY1XT001DPVA7,GQY1XT001D0ABH,GQY1XT001CXSMH,GQY1XT001COMDZ,GQY1XT001BCSNY,GQY1XT001APXLB,GQY1XT001AJO5K,GQY1XT001AG5C6,GQY1XT001AWL02,GQY1XT001BPZ1B,GQY1XT001ETJTW,GQY1XT001EIXFU,GQY1XT001CZKO8,GQY1XT001B6OP2,GQY1XT001B9ERR,GQY1XT001A2OJA,GQY1XT001A87L4,GQY1XT001DQTVW,GQY1XT001EJPL6,GQY1XT001C2TID,GQY1XT001CGWZP,GQY1XT001EKQTB,GQY1XT001B7EZ8,GQY1XT001EDGXG,GQY1XT001D7GQU,GQY1XT001AX3DO,GQY1XT001E14IB,GQY1XT001ETPWH,GQY1XT001CIAT3,GQY1XT001CITEX,GQY1XT001D2WJV,GQY1XT001DCKN3,GQY1XT001A1Z7P,GQY1XT001BYBYU,GQY1XT001CO9UB,GQY1XT001CTY11,GQY1XT001D1SWQ,GQY1XT001COI18,GQY1XT001BMZCM,GQY1XT001CIZ5K,GQY1XT001EX552,GQY1XT001DSEZD,GQY1XT001ESOOF,GQY1XT001AOIGF,GQY1XT001CMRJH,GQY1XT001ALX81,GQY1XT001EER4B,GQY1XT001BD88G,GQY1XT001CAWW5,GQY1XT001EP49A,GQY1XT001DBN0I,GQY1XT001CHMZO,GQY1XT001BBVJK,GQY1XT001EJC2P,GQY1XT001EQQKZ,GQY1XT001BSFLW,GQY1XT001BJIK1,GQY1XT001DMU5H,GQY1XT001DB4BQ,GQY1XT001AKX4X,GQY1XT001AHZR3,GQY1XT001CYFOJ,GQY1XT001D8HDL,GQY1XT001DZE0J,GQY1XT001CUF45,GQY1XT001EE794,GQY1XT001DJHWG,GQY1XT001AYJRX,GQY1XT001DFOGZ,GQY1XT001ARYR5,GQY1XT001A14N6,GQY1XT001DAP07,GQY1XT001EEFHX,GQY1XT001A44NT,GQY1XT001AVR09,GQY1XT001CE354,GQY1XT001BXAF0,GQY1XT001EVO7X,GQY1XT001ENMFR,GQY1XT001DDTLV,GQY1XT001D7MLL,GQY1XT001AGTVV,GQY1XT001CCAVZ,GQY1XT001APBDH,GQY1XT001A3DSU,GQY1XT001DVWLZ,GQY1XT001BY1OF,GQY1XT001AQJDQ,GQY1XT001BIYUR,GQY1XT001D4Z0G,GQY1XT001CDM42,GQY1XT001BGI4L,GQY1XT001EP2JG,GQY1XT001DUQLD,GQY1XT001EPER1,GQY1XT001A7RVC,GQY1XT001EZ27D,GQY1XT001CT8P4,GQY1XT001C60H3,GQY1XT001BYRQ6,GQY1XT001CY90X,GQY1XT001EZGUV,GQY1XT001ECECA,GQY1XT001CNTUI,GQY1XT001AH3VC,GQY1XT001DIP69,GQY1XT001B0K58,GQY1XT001BCJI8,GQY1XT001AQEW1,GQY1XT001EKUU9,GQY1XT001DTBM8,GQY1XT001A6208,GQY1XT001EVSRN,GQY1XT001COTS4,GQY1XT001ASWMK,GQY1XT001AUY4O,GQY1XT001EDI7C,GQY1XT001AFUZP,GQY1XT001AQMOP,GQY1XT001ELVU0,GQY1XT001AGU2H,GQY1XT001ANT0A,GQY1XT001B1P5V,GQY1XT001CCY2G,GQY1XT001EQZBP,GQY1XT001B2V9O,GQY1XT001CXH8U,GQY1XT001E04QW,GQY1XT001ASPPD,GQY1XT001B092P,GQY1XT001D4M47,GQY1XT001DVEWZ,GQY1XT001DVNQH,GQY1XT001B6BSF,GQY1XT001CFJS2,GQY1XT001DY8TO,GQY1XT001D4MJE,GQY1XT001DJ0M8,GQY1XT001EMMKS,GQY1XT001D5YXO,GQY1XT001AVWRE,GQY1XT001CAILD,GQY1XT001EJU2M,GQY1XT001EXW24,GQY1XT001B45RV,GQY1XT001EFD19,GQY1XT001EK9NY,GQY1XT001CDKX2,GQY1XT001DZAXZ,GQY1XT001AHBIZ,GQY1XT001B1OSZ,GQY1XT001A64LG,GQY1XT001AMKW1,GQY1XT001DD9GV,GQY1XT001DPM16,GQY1XT001AWNLR,GQY1XT001AZPL9,GQY1XT001CVK02,GQY1XT001AFEGR,GQY1XT001C717K,GQY1XT001DD9TN,GQY1XT001EBY7X,GQY1XT001DE9PJ,GQY1XT001EICE6,GQY1XT001C088Z,GQY1XT001AXEAM,GQY1XT001ERB9D,GQY1XT001ATBGT,GQY1XT001B4XES,GQY1XT001EKXL4,GQY1XT001ARUWT,GQY1XT001E2J0Z,GQY1XT001BXV4G,GQY1XT001EFXK9,GQY1XT001A9QRP,GQY1XT001CSMGQ,GQY1XT001BHPVD,GQY1XT001AFU08,GQY1XT001DADQD,GQY1XT001BH63H,GQY1XT001AXGXW,GQY1XT001EGEEQ,GQY1XT001CYLU3,GQY1XT001CW57C,GQY1XT001BSO7R,GQY1XT001CWSJU,GQY1XT001AOR22,GQY1XT001EPI8U,GQY1XT001CQCGJ,GQY1XT001BXERB,GQY1XT001A5U52,GQY1XT001CFN4U,GQY1XT001D66B0,GQY1XT001BC8GN,GQY1XT001D0GW7,GQY1XT001AU9RN,GQY1XT001D3LB4,GQY1XT001CXTWW,GQY1XT001BD7KM,GQY1XT001CN2SH,GQY1XT001EO9LE,GQY1XT001EKONK,GQY1XT001EGGTE,GQY1XT001EDAI2,GQY1XT001DYFSN,GQY1XT001DWWBV,GQY1XT001D7II1,GQY1XT001CXLE3,GQY1XT001AZL6K,GQY1XT001A9SYG,GQY1XT001BSG6K,GQY1XT001C2JC4,GQY1XT001DE89R,GQY1XT001B2PDU,GQY1XT001EDNSI,GQY1XT001AWRU1,GQY1XT001BMILJ,GQY1XT001BS0H6,GQY1XT001B3VFD,GQY1XT001A1Z13,GQY1XT001A7XG1,GQY1XT001BJZO9,GQY1XT001EH1IY,GQY1XT001AWIZF,GQY1XT001BZXTF,GQY1XT001EFBZI,GQY1XT001DOD2T,GQY1XT001BTXA1,GQY1XT001ALD13,GQY1XT001ALQKP,GQY1XT001B7A97,GQY1XT001ASYP1,GQY1XT001EXAS3,GQY1XT001AJ6MT,GQY1XT001DEITN,GQY1XT001B4PJ8,GQY1XT001BWOVV,GQY1XT001ESAJS,GQY1XT001BS4HA,GQY1XT001B1LCO,GQY1XT001DKC16,GQY1XT001BGVA0,GQY1XT001CIXIN,GQY1XT001AU1PM,GQY1XT001E4N7T,GQY1XT001C83SO,GQY1XT001B9GSN,GQY1XT001BI6DQ,GQY1XT001AMMQ0,GQY1XT001AMLVF,GQY1XT001CN9J7,GQY1XT001BNEEK,GQY1XT001D0M7J,GQY1XT001EQG5V,GQY1XT001DFHQ5,GQY1XT001AQUYI,GQY1XT001CQ9UE,GQY1XT001CETI8,GQY1XT001EMVZ1,GQY1XT001BV56G,GQY1XT001DG1AP,GQY1XT001BJ14K,GQY1XT001CMACS,GQY1XT001EXCWN,GQY1XT001A2MB8,GQY1XT001AZAMU,GQY1XT001B28PV,GQY1XT001CG2HK,GQY1XT001CK1D1,GQY1XT001EQFNY,GQY1XT001CZAZ5,GQY1XT001C0J1F,GQY1XT001B1I5L,GQY1XT001ENKLA,GQY1XT001EM7RK,GQY1XT001C77YC,GQY1XT001B20VW,GQY1XT001DFLU7,GQY1XT001EY1KA,GQY1XT001DZXR2,GQY1XT001BNP73,GQY1XT001A09B7,GQY1XT001BFR8U,GQY1XT001BXRCD,GQY1XT001EJJO9,GQY1XT001ELKBU,GQY1XT001B4660,GQY1XT001A47N7,GQY1XT001BGVA6,GQY1XT001BWZSJ,GQY1XT001A6DVQ,GQY1XT001A6MPY,GQY1XT001B7GFQ,GQY1XT001CLQ4W,GQY1XT001EUU5R,GQY1XT001DVO75,GQY1XT001DQF23,GQY1XT001AO9I2,GQY1XT001AZ68X,GQY1XT001AE5V6,GQY1XT001CRJTY,GQY1XT001AW8P0,GQY1XT001C82FU,GQY1XT001AGFVZ,GQY1XT001B9OW1,GQY1XT001AV6AF,GQY1XT001C30C6,GQY1XT001EG2DY,GQY1XT001B7B3E,GQY1XT001EV0B2,GQY1XT001DVKTG,GQY1XT001CX7D7,GQY1XT001AV32M,GQY1XT001A3XQT,GQY1XT001AX9AP,GQY1XT001BPV24,GQY1XT001DWC64,GQY1XT001BUWMX,GQY1XT001D2R7U,GQY1XT001DW2TL,GQY1XT001AYEGJ,GQY1XT001CFZUE,GQY1XT001BHCBP,GQY1XT001A5YL5,GQY1XT001AEPHZ,GQY1XT001BK4I4,GQY1XT001DSAU5,GQY1XT001CHOW1,GQY1XT001CR7Z1,GQY1XT001A7B2G,GQY1XT001CG2WA,GQY1XT001BM705,GQY1XT001DCV3Q,GQY1XT001EMYM9,GQY1XT001CPN4I,GQY1XT001EDWOO,GQY1XT001ARM7T,GQY1XT001COKWS,GQY1XT001EBXCX,GQY1XT001A68FC,GQY1XT001A6VUU,GQY1XT001ECI6K,GQY1XT001AU1M9,GQY1XT001A0ENF,GQY1XT001EQ76E,GQY1XT001BOWCF,GQY1XT001B37V2,GQY1XT001D5BAK,GQY1XT001BZGTW,GQY1XT001BAHZ5,GQY1XT001BJPV8,GQY1XT001AROQG,GQY1XT001BAQTW,GQY1XT001EMOJB,GQY1XT001DIRD1,GQY1XT001E3H3M,GQY1XT001DGMHG,GQY1XT001EP90Z,GQY1XT001B3EVG,GQY1XT001BIVAS,GQY1XT001CJ52L,GQY1XT001BLUIF,GQY1XT001DR5IO,GQY1XT001DA2PY,GQY1XT001D0RFF,GQY1XT001BYLXS,GQY1XT001ARNDI,GQY1XT001BGGEP,GQY1XT001AFU1X,GQY1XT001DDBVP,GQY1XT001B16PK,GQY1XT001A6OC9,GQY1XT001AQCRS,GQY1XT001DMRL8,GQY1XT001EDTSU,GQY1XT001BDMJD,GQY1XT001DIYN5,GQY1XT001BJY7J,GQY1XT001BYTPL,GQY1XT001CW2Q7,GQY1XT001DZ7V7,GQY1XT001EUIHR,GQY1XT001DZSUN,GQY1XT001CN6SL,GQY1XT001BRSID,GQY1XT001DP80R,GQY1XT001EMU2G,GQY1XT001B2O50,GQY1XT001EFB1L,GQY1XT001AI4TW,GQY1XT001BQ1T0,GQY1XT001C3ZOE,GQY1XT001CWVPN,GQY1XT001EA86J,GQY1XT001BOJUY,GQY1XT001BWC6M,GQY1XT001CDU3G,GQY1XT001BRWK6,GQY1XT001DNXE3,GQY1XT001CNU0A,GQY1XT001D37PV,GQY1XT001AMY9N,GQY1XT001AOGJ6,GQY1XT001EW46B,GQY1XT001D9YPD,GQY1XT001EKSBS,GQY1XT001D3E1M,GQY1XT001C7TEX,GQY1XT001B7659,GQY1XT001CGM9N,GQY1XT001DQYOK,GQY1XT001D23XQ,GQY1XT001CBQHI,GQY1XT001A6A9D,GQY1XT001CWEGT,GQY1XT001CI1L2,GQY1XT001CDYJJ,GQY1XT001EISLX,GQY1XT001EZ4KL,GQY1XT001BTZK3,GQY1XT001DWP5P,GQY1XT001BKAPC,GQY1XT001C8Z4W,GQY1XT001C43FM,GQY1XT001DYPII,GQY1XT001DW3AX,GQY1XT001DMS6X,GQY1XT001B9M35,GQY1XT001B54JH,GQY1XT001BDZJE,GQY1XT001EM4XC,GQY1XT001EYST8,GQY1XT001CMOOE,GQY1XT001AW1P8,GQY1XT001B12ES,GQY1XT001B6V2L,GQY1XT001DA16D,GQY1XT001CI9JY,GQY1XT001A4XMF,GQY1XT001CPV7O,GQY1XT001EW3NR,GQY1XT001EK7WQ,GQY1XT001DMTPS,GQY1XT001DBZ6G,GQY1XT001CHIQN,GQY1XT001C9SRB,GQY1XT001C4UKY,GQY1XT001BKTY7,GQY1XT001ANI8H,GQY1XT001AIDW1,GQY1XT001A55HK,GQY1XT001CH01X,GQY1XT001CA607,GQY1XT001ARBI7,GQY1XT001BT2OZ,GQY1XT001DO8Q3,GQY1XT001CAD8J,GQY1XT001BS7OQ,GQY1XT001CZBIS,GQY1XT001EUEKX,GQY1XT001A61TO,GQY1XT001DDSS8,GQY1XT001D73OZ,GQY1XT001EYG44,GQY1XT001C176M,GQY1XT001CXEP3,GQY1XT001EEDDA,GQY1XT001C4B57,GQY1XT001DE51M,GQY1XT001AVYS2,GQY1XT001CAR89,GQY1XT001BWEPW,GQY1XT001A2PHD,GQY1XT001EJC9O,GQY1XT001EPQ1F,GQY1XT001D02RQ,GQY1XT001BL7G4,GQY1XT001EMB5G,GQY1XT001CBDQ0,GQY1XT001BV7R4,GQY1XT001ECTMS,GQY1XT001EH1B7,GQY1XT001DNAZT,GQY1XT001ECD9V,GQY1XT001BCQB8,GQY1XT001B023J,GQY1XT001CK9O1,GQY1XT001ANJP6,GQY1XT001DZUSK,GQY1XT001BRXLX,GQY1XT001B9CWL,GQY1XT001AORL7,GQY1XT001A6IQW,GQY1XT001CLMU2,GQY1XT001AY00V,GQY1XT001AQ3RB,GQY1XT001D545J,GQY1XT001BWK5F,GQY1XT001DN1JG,GQY1XT001CSPVX,GQY1XT001EMZZV,GQY1XT001B9PIW,GQY1XT001DQIX9,GQY1XT001AOYWH,GQY1XT001BU4TM,GQY1XT001E1CGJ,GQY1XT001CPOK1,GQY1XT001BS90U,GQY1XT001EOE6M,GQY1XT001ELVHD,GQY1XT001EJFTW,GQY1XT001D822F,GQY1XT001DHLMG,GQY1XT001EXKIX,GQY1XT001CID8F,GQY1XT001AKL12,GQY1XT001AY6LL,GQY1XT001BEM4U,GQY1XT001C5ZAV,GQY1XT001CH3IX,GQY1XT001BLND0,GQY1XT001AOVBK,GQY1XT001EMVUM,GQY1XT001DTC3S,GQY1XT001ELU7W,GQY1XT001CU6YC,GQY1XT001DEN62,GQY1XT001EOMAG,GQY1XT001CV3WI,GQY1XT001ANO4L,GQY1XT001DJ460,GQY1XT001DAHL3,GQY1XT001DKY84,GQY1XT001DIDRH,GQY1XT001CG2G5,GQY1XT001BSTDC,GQY1XT001BOEU5,GQY1XT001BFBFT,GQY1XT001B39XM,GQY1XT001B0MM7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AK7BA"; -secondCol = "GQY1XT001AK7BA,GQY1XT001CF8V5,GQY1XT001D34WA,GQY1XT001EWVQ8,GQY1XT001DXEYN,GQY1XT001DDIXL,GQY1XT001EVZ02,GQY1XT001DJZHO,GQY1XT001EXBUU,GQY1XT001DJC8B,GQY1XT001DW534,GQY1XT001E3C4R,GQY1XT001AQKRF,GQY1XT001BPCP5,GQY1XT001CFBSJ,GQY1XT001AIXDL,GQY1XT001BCEHG,GQY1XT001CGBJE,GQY1XT001CP8HS,GQY1XT001BC97T,GQY1XT001CVCKG,GQY1XT001EP9LC,GQY1XT001EPLCA,GQY1XT001EHCA3,GQY1XT001COZWE,GQY1XT001DNRJH,GQY1XT001CSXUZ,GQY1XT001EJR1T,GQY1XT001CBJON,GQY1XT001C8HMG,GQY1XT001ECU4X,GQY1XT001ENL62,GQY1XT001CS7IY,GQY1XT001D5PXZ,GQY1XT001A5IAV,GQY1XT001BBNGI,GQY1XT001B4GYI,GQY1XT001A2DKJ,GQY1XT001CBSSY,GQY1XT001EESJQ,GQY1XT001AOS5Z,GQY1XT001CK0XI,GQY1XT001EG1US,GQY1XT001BXBLP,GQY1XT001EMGLG,GQY1XT001BHB8H,GQY1XT001A4FYO,GQY1XT001A3Q8M,GQY1XT001DRPMQ,GQY1XT001DSMR8,GQY1XT001DJ8Z7,GQY1XT001ER2PV,GQY1XT001CVTFQ,GQY1XT001AZFMM,GQY1XT001C3AIB,GQY1XT001B7QPA,GQY1XT001DCV7M,GQY1XT001B82WI,GQY1XT001ASIWP,GQY1XT001AFPDW,GQY1XT001BRXJR,GQY1XT001AEKBJ,GQY1XT001DTJSO,GQY1XT001DDGAZ,GQY1XT001BD0QZ,GQY1XT001D8MNM,GQY1XT001CE1WL,GQY1XT001CEB9G,GQY1XT001E5IVN,GQY1XT001EUHI8,GQY1XT001BU07J,GQY1XT001EOQHZ,GQY1XT001CM9OX,GQY1XT001DFNBL,GQY1XT001BQY89,GQY1XT001CXBM5,GQY1XT001AVE2B,GQY1XT001DBMF1,GQY1XT001B29UP,GQY1XT001AJRY8,GQY1XT001BJO01,GQY1XT001BKJNA,GQY1XT001AP47K,GQY1XT001EQNXB,GQY1XT001D8EQO,GQY1XT001EEBVP,GQY1XT001CDE3M,GQY1XT001CZBQV,GQY1XT001EM0SN,GQY1XT001EENEE,GQY1XT001BZ9DG,GQY1XT001BVTE1,GQY1XT001EJVPK,GQY1XT001BO8Z9,GQY1XT001CJQHC,GQY1XT001AY42B,GQY1XT001ED8KP,GQY1XT001B0PAE,GQY1XT001ERRTI,GQY1XT001EBTDZ,GQY1XT001AGKLN,GQY1XT001BZJN4,GQY1XT001EWOZV,GQY1XT001ECVIL,GQY1XT001BT9DG,GQY1XT001DV0WA,GQY1XT001EGAVK,GQY1XT001DYVID,GQY1XT001DNZ0E,GQY1XT001CW5HV,GQY1XT001EYP9T,GQY1XT001C6RTA,GQY1XT001DSNYR,GQY1XT001ETVWY,GQY1XT001BCYDO,GQY1XT001B5VR0,GQY1XT001EAZ2Q,GQY1XT001C8SIP,GQY1XT001EM02B,GQY1XT001C8LFH,GQY1XT001AYZLL,GQY1XT001ES3IA,GQY1XT001EGTQ0,GQY1XT001EDT34,GQY1XT001D64I6,GQY1XT001C52XK,GQY1XT001BLZ5F,GQY1XT001BFQM5,GQY1XT001AUME0,GQY1XT001ALGW2,GQY1XT001AZ30F,GQY1XT001D23BW,GQY1XT001DCJ35,GQY1XT001EEO5V,GQY1XT001E1MQD,GQY1XT001CQUOR,GQY1XT001BU3GS,GQY1XT001E092L,GQY1XT001C7QT2,GQY1XT001BUKWL,GQY1XT001C9H8Y,GQY1XT001BINP3,GQY1XT001EIJ3F,GQY1XT001DWRY5,GQY1XT001BDB14,GQY1XT001EAFAC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BCUK5"; -secondCol = "GQY1XT001BCUK5,GQY1XT001D4VMD,GQY1XT001ALTOX,GQY1XT001BGR1Y,GQY1XT001DU3JO,GQY1XT001BRHO5,GQY1XT001EEV91,GQY1XT001BL9A8,GQY1XT001CSGP4,GQY1XT001AM2LU,GQY1XT001EVO2D,GQY1XT001BO752,GQY1XT001D45LT,GQY1XT001CEG62,GQY1XT001C4P5R,GQY1XT001EUN4F,GQY1XT001DX3PO,GQY1XT001DM34N,GQY1XT001BEX0I,GQY1XT001CFLW9,GQY1XT001EGGHH,GQY1XT001BTRWS,GQY1XT001EPXX7,GQY1XT001DPE2U,GQY1XT001AP7KE,GQY1XT001EZEXY,GQY1XT001DLLL4,GQY1XT001DBMLK,GQY1XT001A76FC,GQY1XT001ETNHT,GQY1XT001C0VWH,GQY1XT001EQ9AU,GQY1XT001C40RV,GQY1XT001DF4IG,GQY1XT001D15ZY,GQY1XT001BVVNR,GQY1XT001EJ5X1,GQY1XT001B9NTN,GQY1XT001B4YC4,GQY1XT001BUXFV,GQY1XT001ASB3A,GQY1XT001BR05H,GQY1XT001DKLQW,GQY1XT001AJASV,GQY1XT001CC6Z6,GQY1XT001ESIJ2,GQY1XT001DYBZ1,GQY1XT001BOTHU,GQY1XT001BM5LX,GQY1XT001B457A,GQY1XT001CZ5UX,GQY1XT001ECXCW,GQY1XT001AVIGY,GQY1XT001BHT34,GQY1XT001AIGOU,GQY1XT001AIUAF,GQY1XT001CBBEH,GQY1XT001BF7DH,GQY1XT001BAD7Y,GQY1XT001BPHN4,GQY1XT001AQ3ZV,GQY1XT001AUYMF,GQY1XT001CZHQX,GQY1XT001CWVFX,GQY1XT001C0FC6,GQY1XT001A2XJU,GQY1XT001B5MP6,GQY1XT001B1LZP,GQY1XT001EX68G,GQY1XT001DDGRV,GQY1XT001EMVUQ,GQY1XT001EPO98,GQY1XT001CIAW2,GQY1XT001BJOAU,GQY1XT001BZRW1,GQY1XT001CE8Q3,GQY1XT001BE046,GQY1XT001C5NIE,GQY1XT001EJXJ8,GQY1XT001DQR8P,GQY1XT001C70Q0,GQY1XT001C5W1S,GQY1XT001BQCYB,GQY1XT001BDJ32,GQY1XT001BHRUL,GQY1XT001B7LAK,GQY1XT001EIRKH,GQY1XT001B6WDH,GQY1XT001AHYDL,GQY1XT001EXRJX,GQY1XT001C7FCB,GQY1XT001D49VZ,GQY1XT001B0TMD,GQY1XT001C0TH1,GQY1XT001EEPD8,GQY1XT001BSBX8,GQY1XT001DLFTG,GQY1XT001D673U,GQY1XT001E4NDT,GQY1XT001DALZQ,GQY1XT001BM9P3,GQY1XT001C2C37,GQY1XT001C9LPJ,GQY1XT001ETOR4,GQY1XT001CJV6N,GQY1XT001C7EJR,GQY1XT001B4SWT,GQY1XT001DVUAG,GQY1XT001DPTFS,GQY1XT001ELFOR,GQY1XT001CNPY3,GQY1XT001CBZWR,GQY1XT001C99RP,GQY1XT001BP4U8,GQY1XT001EK0B7,GQY1XT001DDYL9,GQY1XT001EM9V4,GQY1XT001CUJKI,GQY1XT001AU5SQ,GQY1XT001B0XED,GQY1XT001BV8B2,GQY1XT001DSKHU,GQY1XT001CN315,GQY1XT001CHCCB,GQY1XT001C4S4S,GQY1XT001CW9FS,GQY1XT001DXEQ7,GQY1XT001A2HNS,GQY1XT001CZ70V,GQY1XT001CUL8Q,GQY1XT001DPKXE,GQY1XT001CKIY9,GQY1XT001CX5IT,GQY1XT001DN4XK,GQY1XT001B0NYU,GQY1XT001DJBNE,GQY1XT001B95RW,GQY1XT001EOD69,GQY1XT001EQYCD,GQY1XT001BR2PY,GQY1XT001CQWTK,GQY1XT001DW1KF,GQY1XT001AO0DG,GQY1XT001DHWJQ,GQY1XT001E3SAN,GQY1XT001B9CS0,GQY1XT001EQ0OX,GQY1XT001A8QNV,GQY1XT001CE1XX,GQY1XT001BTFUX,GQY1XT001CX3CZ,GQY1XT001B357Y,GQY1XT001EGCHP,GQY1XT001EO1WP,GQY1XT001CJ3OV,GQY1XT001AVMJ8,GQY1XT001EO7NR,GQY1XT001EIVHC,GQY1XT001DNN86,GQY1XT001DDYLN,GQY1XT001C6HMQ,GQY1XT001BHEXX,GQY1XT001BAO3S,GQY1XT001AI9GU,GQY1XT001A83R6,GQY1XT001BBF0X,GQY1XT001BRQQP,GQY1XT001EOXDC,GQY1XT001AS7I9,GQY1XT001C6OYM,GQY1XT001EPH2V,GQY1XT001DF8TS,GQY1XT001CQLE0,GQY1XT001CLXQ8,GQY1XT001EY7TG,GQY1XT001CRVTN,GQY1XT001CQEWM,GQY1XT001CMFTL,GQY1XT001AWJ5H,GQY1XT001BDA2X,GQY1XT001DFNLB,GQY1XT001ESFV3,GQY1XT001D3B1T,GQY1XT001DYHFC,GQY1XT001BBNIG,GQY1XT001D4LWF,GQY1XT001CUD10,GQY1XT001BYNXL,GQY1XT001ER4ZW,GQY1XT001C9E2B,GQY1XT001C18KH,GQY1XT001DVM7B,GQY1XT001BZISR,GQY1XT001D9IQC,GQY1XT001CWOPA,GQY1XT001DYMNJ,GQY1XT001EF3G4,GQY1XT001ECY3J,GQY1XT001AJTQA,GQY1XT001D2FGX,GQY1XT001B31VK,GQY1XT001AETZB,GQY1XT001BVJ4P,GQY1XT001ARDJY,GQY1XT001D3NNM,GQY1XT001D29X2,GQY1XT001D3OEO,GQY1XT001AXB6H,GQY1XT001C00XF,GQY1XT001CKUZK,GQY1XT001CLZUD,GQY1XT001EOIRT,GQY1XT001EGPJF,GQY1XT001DFMK8,GQY1XT001CYDIC,GQY1XT001CJ3PB,GQY1XT001BH1P7,GQY1XT001DXCAC,GQY1XT001CLU06,GQY1XT001C0S46,GQY1XT001AFKVF,GQY1XT001A262Y,GQY1XT001DLWH9,GQY1XT001CJI46,GQY1XT001CTV7H,GQY1XT001BLNVC,GQY1XT001ETRFN,GQY1XT001DJRL9,GQY1XT001CK5FP,GQY1XT001BSQFG,GQY1XT001BIBUL,GQY1XT001BEFSJ,GQY1XT001DNH0S,GQY1XT001C5316,GQY1XT001AUSGH,GQY1XT001C6IN4,GQY1XT001A9UZJ,GQY1XT001B5SSJ,GQY1XT001D0R9N,GQY1XT001CNAXL,GQY1XT001EUW6L,GQY1XT001CB50K,GQY1XT001BJ0IU,GQY1XT001BYL56,GQY1XT001C1CLS,GQY1XT001DWL2N,GQY1XT001BE38S,GQY1XT001CQBJ0,GQY1XT001B1CEF,GQY1XT001CL4NZ,GQY1XT001DKT0E,GQY1XT001CLNJG,GQY1XT001CWWUU,GQY1XT001A3ZOP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A05IW"; -secondCol = "GQY1XT001A05IW,GQY1XT001CXZ2W,GQY1XT001C0HWK,GQY1XT001B50QR,GQY1XT001AYV56,GQY1XT001EQ1S8,GQY1XT001AHW1J,GQY1XT001CGTL4,GQY1XT001BMS9F,GQY1XT001EEZ1B,GQY1XT001EILX3,GQY1XT001EAXBY,GQY1XT001D2VQL,GQY1XT001CNCO4,GQY1XT001ETR75,GQY1XT001DKTJF,GQY1XT001C0DSU,GQY1XT001BOR7N,GQY1XT001DG0YF,GQY1XT001CZWH3,GQY1XT001ALYCX,GQY1XT001CWWCB,GQY1XT001BFUFO,GQY1XT001CEK3N,GQY1XT001B6VR4,GQY1XT001BSQCW,GQY1XT001CENEM,GQY1XT001EXFYH,GQY1XT001AKY9W,GQY1XT001A2D6O,GQY1XT001AUN6I,GQY1XT001DLHY8,GQY1XT001CNOA2,GQY1XT001EAWCO,GQY1XT001ASIFE,GQY1XT001BJVEY,GQY1XT001DT024,GQY1XT001EK9QH,GQY1XT001D7B6H,GQY1XT001ES0TI,GQY1XT001BGF9W,GQY1XT001APPGJ,GQY1XT001A9KKV,GQY1XT001BZYZP,GQY1XT001AMSUA,GQY1XT001DALMF,GQY1XT001BO2G0,GQY1XT001CNZI9,GQY1XT001BMG2O,GQY1XT001EFTRY,GQY1XT001DE0IU,GQY1XT001D9NRG,GQY1XT001D3TPZ,GQY1XT001CRAGT,GQY1XT001C1PEV,GQY1XT001CIK1N,GQY1XT001A3CGK,GQY1XT001CDRD7,GQY1XT001BDUFX,GQY1XT001A2E4A,GQY1XT001D48VP,GQY1XT001D2ECD,GQY1XT001AJ2C8,GQY1XT001D99K2,GQY1XT001DZX2Y,GQY1XT001A4M04,GQY1XT001C7JC5,GQY1XT001DKDU2,GQY1XT001DEV3M,GQY1XT001A33YM,GQY1XT001EG9GC,GQY1XT001EONLE,GQY1XT001EETX4,GQY1XT001EL1UZ,GQY1XT001ES3Q3,GQY1XT001DCI0G,GQY1XT001EO5GV,GQY1XT001EV3OD,GQY1XT001BQ90X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AN2XX"; -secondCol = "GQY1XT001AN2XX,GQY1XT001AWEI3,GQY1XT001CX4B8,GQY1XT001DK4OU,GQY1XT001AS8RM,GQY1XT001BUWEG,GQY1XT001BI2P7,GQY1XT001A9BYD,GQY1XT001C8M48,GQY1XT001B38JA,GQY1XT001B2RTF,GQY1XT001DSFOT,GQY1XT001CSDVC,GQY1XT001A27Q0,GQY1XT001BAR3N,GQY1XT001AJIFS,GQY1XT001DZUXG,GQY1XT001BLV5C,GQY1XT001CY5PZ,GQY1XT001ECEQ1,GQY1XT001DM4BF,GQY1XT001A2BJV,GQY1XT001EN6N9,GQY1XT001BT4WR,GQY1XT001DH09O,GQY1XT001BBH5P,GQY1XT001DCA7T,GQY1XT001DDQFY,GQY1XT001DEWOD,GQY1XT001C4OHH,GQY1XT001DCM99,GQY1XT001DAL2C,GQY1XT001CEB0T,GQY1XT001C2RKN,GQY1XT001DTCR7,GQY1XT001D1X09,GQY1XT001EFKQQ,GQY1XT001AL46G,GQY1XT001DKVDU,GQY1XT001DIYRV,GQY1XT001CVOE0,GQY1XT001AS02W,GQY1XT001A855D,GQY1XT001A9BN6,GQY1XT001A4URZ,GQY1XT001CEKEE,GQY1XT001EHS46,GQY1XT001EGI83,GQY1XT001CVG2J,GQY1XT001BSNN1,GQY1XT001BNHBC,GQY1XT001AQ6WJ,GQY1XT001AMBFL,GQY1XT001AGSMP,GQY1XT001CY7Y4,GQY1XT001EBU5N,GQY1XT001EEGBN,GQY1XT001D1E6R,GQY1XT001BSTJS,GQY1XT001BMLJ1,GQY1XT001CLSWG,GQY1XT001D9MV0,GQY1XT001EBB4U,GQY1XT001BBSQ9,GQY1XT001BV8W0,GQY1XT001B8F71,GQY1XT001ENHBG,GQY1XT001DSV6Z,GQY1XT001AJG82,GQY1XT001E0QAJ,GQY1XT001CUIJN,GQY1XT001AH8MK,GQY1XT001BJP94,GQY1XT001A3VEP,GQY1XT001EYG82,GQY1XT001EIP7T,GQY1XT001D6JTL,GQY1XT001CZCED,GQY1XT001D5VAB,GQY1XT001AFNW2,GQY1XT001CGM05,GQY1XT001C5J67,GQY1XT001A1L8Y,GQY1XT001BZC7K,GQY1XT001AF3EL,GQY1XT001A7R8I,GQY1XT001B3J24,GQY1XT001C1DI7,GQY1XT001ANDMA,GQY1XT001CCE54,GQY1XT001AYWJA,GQY1XT001C878C,GQY1XT001BK56P,GQY1XT001A8V2P,GQY1XT001BNIQ1,GQY1XT001DYMU6,GQY1XT001CZOH3,GQY1XT001EMKZU,GQY1XT001C9PGB,GQY1XT001CSKP1,GQY1XT001DM7YJ,GQY1XT001C31VS,GQY1XT001BENRO,GQY1XT001AZ70Z,GQY1XT001B4UOV,GQY1XT001AWNDT,GQY1XT001BOX0U,GQY1XT001EQLOI,GQY1XT001A6RUT,GQY1XT001AP7II,GQY1XT001DGPUJ,GQY1XT001EVPH5,GQY1XT001DMVUC,GQY1XT001CNA4E,GQY1XT001BQCC5,GQY1XT001CPCH1,GQY1XT001DETPI,GQY1XT001BV1EN,GQY1XT001BRJ40,GQY1XT001B5FR9,GQY1XT001DIGI3,GQY1XT001CM8JE,GQY1XT001B9FTI,GQY1XT001AIJWE,GQY1XT001EAR82,GQY1XT001AFNLO,GQY1XT001CC9GJ,GQY1XT001D81AU,GQY1XT001CAV9O,GQY1XT001A8FBE,GQY1XT001EGIML,GQY1XT001BAXFH,GQY1XT001CK8F7,GQY1XT001C4UVG,GQY1XT001EIQ18,GQY1XT001C9BX3,GQY1XT001BHPOG,GQY1XT001D7KNB,GQY1XT001CNXG8,GQY1XT001DXH4H,GQY1XT001CAIKL,GQY1XT001EJ29V,GQY1XT001EK6NU,GQY1XT001CU31Z,GQY1XT001EE669,GQY1XT001A84OJ,GQY1XT001D538L,GQY1XT001DYSX8,GQY1XT001CLHS4,GQY1XT001ECJ54,GQY1XT001DUKN5,GQY1XT001BAP1X,GQY1XT001CMZMV,GQY1XT001CMPKS,GQY1XT001DQSEY,GQY1XT001BKXCU,GQY1XT001ER6X0,GQY1XT001CRWBQ,GQY1XT001CHAXK,GQY1XT001DHDXD,GQY1XT001EPVEI,GQY1XT001B9M90,GQY1XT001DQSVB,GQY1XT001CHYKX,GQY1XT001CIJOL,GQY1XT001EOO4R,GQY1XT001CFWNL,GQY1XT001BXT3U,GQY1XT001DYNCO,GQY1XT001DA0W1,GQY1XT001D5OZJ,GQY1XT001CEK2A,GQY1XT001AS7W5,GQY1XT001D48H7,GQY1XT001C613O,GQY1XT001DG7JT,GQY1XT001D6YV6,GQY1XT001CCAU0,GQY1XT001BKS3J,GQY1XT001EFYFS,GQY1XT001D1P0B,GQY1XT001CE4Q9,GQY1XT001BRP93,GQY1XT001B0ICU,GQY1XT001EWFLT,GQY1XT001A19MO,GQY1XT001ARSWT,GQY1XT001B2STO,GQY1XT001ANM3D,GQY1XT001A7GTX,GQY1XT001EUENS,GQY1XT001CXVR5,GQY1XT001EASLV,GQY1XT001BRR5D,GQY1XT001BEJE2,GQY1XT001DOVG6,GQY1XT001CZCEA,GQY1XT001BYKII,GQY1XT001CWHRO,GQY1XT001AMX0Y,GQY1XT001A5OEE,GQY1XT001EPEPN,GQY1XT001BU17J,GQY1XT001D1R17,GQY1XT001AMSY4,GQY1XT001CIQ7E,GQY1XT001BC8FK,GQY1XT001C86RH,GQY1XT001DQFZ2,GQY1XT001A85J4,GQY1XT001A7PM6,GQY1XT001BDVJV,GQY1XT001AEC2D,GQY1XT001CW29M,GQY1XT001ESI7M,GQY1XT001A57UL,GQY1XT001CHM1A,GQY1XT001CT3ZC,GQY1XT001DVI13,GQY1XT001DOPVQ,GQY1XT001B47U5,GQY1XT001CL0HP,GQY1XT001DLZ56,GQY1XT001EF9B4,GQY1XT001C82GG,GQY1XT001CVRTD,GQY1XT001B2K00,GQY1XT001AGNEK,GQY1XT001E2T5U,GQY1XT001CMJ76,GQY1XT001AR4S5,GQY1XT001DQNZH,GQY1XT001DGV7O,GQY1XT001EU2OP,GQY1XT001DSQGW,GQY1XT001DRMHU,GQY1XT001C19I0,GQY1XT001EB1O1,GQY1XT001C1CP6,GQY1XT001BAOVH,GQY1XT001BE45Z,GQY1XT001BKN8C,GQY1XT001AEQFR,GQY1XT001EW1B2,GQY1XT001BHH7L,GQY1XT001EA50B,GQY1XT001DQZ85,GQY1XT001BUH0W,GQY1XT001B2MEJ,GQY1XT001C8UCY,GQY1XT001B5H3N,GQY1XT001AG3OE,GQY1XT001DYTR3,GQY1XT001BX04B,GQY1XT001D9U2S,GQY1XT001D86IU,GQY1XT001B61KR,GQY1XT001B3TSA,GQY1XT001EIUMU,GQY1XT001ER74N,GQY1XT001CL5K9,GQY1XT001DW5LF,GQY1XT001AG99A,GQY1XT001ALJN1,GQY1XT001CB50D,GQY1XT001BSVGJ,GQY1XT001BYJ5G,GQY1XT001CFSQ8,GQY1XT001EDDS8,GQY1XT001CGW9R,GQY1XT001DYJRV,GQY1XT001B6NLM,GQY1XT001B35VX,GQY1XT001C9F1R,GQY1XT001DWZJ6,GQY1XT001AMEMX,GQY1XT001CCOOC,GQY1XT001B39LY,GQY1XT001EQQZR,GQY1XT001EL0DQ,GQY1XT001BQZXF,GQY1XT001CUND5,GQY1XT001EG920,GQY1XT001ELQV7,GQY1XT001A1ISF,GQY1XT001C466T,GQY1XT001B2K9J,GQY1XT001DT2DR,GQY1XT001BQARF,GQY1XT001C6DNW,GQY1XT001BWMVZ,GQY1XT001D4UY2,GQY1XT001CC8ZY,GQY1XT001C0VEL,GQY1XT001DMB1B,GQY1XT001DJQ7J,GQY1XT001EV8XV,GQY1XT001CQU22,GQY1XT001CHSGN,GQY1XT001APRCS,GQY1XT001AOZRD,GQY1XT001EZD4H,GQY1XT001CLJFA,GQY1XT001CBSBM,GQY1XT001B3P41,GQY1XT001ER6Z3,GQY1XT001D8V91,GQY1XT001EZKXI,GQY1XT001AXL45,GQY1XT001DUB8N,GQY1XT001EZIZC,GQY1XT001DYCQG,GQY1XT001B29NR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CTNPK"; -secondCol = "GQY1XT001CTNPK,GQY1XT001CU27P,GQY1XT001B81YL,GQY1XT001ECSBS,GQY1XT001CWB9M,GQY1XT001BCQUD,GQY1XT001CVI6Q,GQY1XT001BX4LJ,GQY1XT001BMLOE,GQY1XT001DOA2T,GQY1XT001BX3WT,GQY1XT001DXZ1C,GQY1XT001B5JQG,GQY1XT001BMO7I,GQY1XT001CR3CR,GQY1XT001A61KY,GQY1XT001E1SJI,GQY1XT001CWWZN,GQY1XT001BC6U3,GQY1XT001B948C,GQY1XT001B0A0Q,GQY1XT001AF6RH,GQY1XT001B6OWX,GQY1XT001ARY8T,GQY1XT001CVWVM,GQY1XT001EEQUP,GQY1XT001EZUEN,GQY1XT001DUYZL,GQY1XT001B1N3K,GQY1XT001DTZBC,GQY1XT001EVSVD,GQY1XT001DQA5A,GQY1XT001DG7VN,GQY1XT001EBCT6,GQY1XT001ER14C,GQY1XT001BMBPT,GQY1XT001AJKQN,GQY1XT001CLCD0,GQY1XT001B81OA,GQY1XT001A44UN,GQY1XT001AKQ9D,GQY1XT001BK75L,GQY1XT001EXSWI,GQY1XT001ER6W4,GQY1XT001DZPHQ,GQY1XT001CXCTU,GQY1XT001AM3YF,GQY1XT001AV89G,GQY1XT001A65T9,GQY1XT001AEFSB,GQY1XT001CFN9B,GQY1XT001B17FN,GQY1XT001ANNCH,GQY1XT001BEGCX,GQY1XT001A58WO,GQY1XT001AJBFD,GQY1XT001BQIQX,GQY1XT001DLTPF,GQY1XT001DXJZR,GQY1XT001EMGV8,GQY1XT001DLRRT,GQY1XT001DXHKA,GQY1XT001B5TLS,GQY1XT001BYUM8,GQY1XT001B72BD,GQY1XT001D38CO,GQY1XT001BXRFS,GQY1XT001E0QU3,GQY1XT001EWTT1,GQY1XT001CT2OB,GQY1XT001DO4Y1,GQY1XT001BSEII,GQY1XT001C4MTN,GQY1XT001EBXAD,GQY1XT001D4HYP,GQY1XT001B84OH,GQY1XT001CL6EN,GQY1XT001ERC3I,GQY1XT001D9AMJ,GQY1XT001D3YMP,GQY1XT001D5D5K,GQY1XT001DCPEL,GQY1XT001B1QR7,GQY1XT001DXI63,GQY1XT001CNU3O,GQY1XT001B9BIC,GQY1XT001BQCIT,GQY1XT001BXBJH,GQY1XT001EX7UF,GQY1XT001CJJWT,GQY1XT001CBE6S,GQY1XT001AWR6D,GQY1XT001EKWZJ,GQY1XT001A6VDJ,GQY1XT001CMWKT,GQY1XT001B6YGA,GQY1XT001BTQEG,GQY1XT001BIXKZ,GQY1XT001AIZNS,GQY1XT001C0G17,GQY1XT001BYXSY,GQY1XT001EK0RC,GQY1XT001CGL2U,GQY1XT001DBFER,GQY1XT001AFTW8,GQY1XT001CWV98,GQY1XT001D5I3K,GQY1XT001ETUY9,GQY1XT001ER1H2,GQY1XT001BEFGE,GQY1XT001ESJZ7,GQY1XT001DUU28,GQY1XT001ANWPI,GQY1XT001EVD14,GQY1XT001D2TD5,GQY1XT001DDHHP,GQY1XT001EDSXO,GQY1XT001A4MI1,GQY1XT001EVDMC,GQY1XT001DKV6K,GQY1XT001BM2ER,GQY1XT001BF6JX,GQY1XT001DFOP8,GQY1XT001CK1XC,GQY1XT001ASVY5,GQY1XT001CYI03,GQY1XT001AFKP5,GQY1XT001APCOA,GQY1XT001BBDV1,GQY1XT001EA35P,GQY1XT001C6UDH,GQY1XT001BCWMB,GQY1XT001BRJYX,GQY1XT001EJE8R,GQY1XT001A3WS3,GQY1XT001DKL4V,GQY1XT001C10VX,GQY1XT001B7MBL,GQY1XT001CUF9T,GQY1XT001C1GHH,GQY1XT001A1P6B,GQY1XT001E1MNM,GQY1XT001EWOTU,GQY1XT001BP9KS,GQY1XT001AID43,GQY1XT001A31ZO,GQY1XT001EPWIH,GQY1XT001B12UH,GQY1XT001CZ9HX,GQY1XT001BK6UH,GQY1XT001ELIFB,GQY1XT001C81LG,GQY1XT001A0TZZ,GQY1XT001D05N0,GQY1XT001C819G,GQY1XT001C7P6W,GQY1XT001A26PT,GQY1XT001DANWN,GQY1XT001EGZTF,GQY1XT001B66HE,GQY1XT001BFSD4,GQY1XT001A52KB,GQY1XT001BV0UY,GQY1XT001B3R8Z,GQY1XT001CQUC4,GQY1XT001BQ59N,GQY1XT001DSDON,GQY1XT001CLMW8,GQY1XT001EH124,GQY1XT001AVWU3,GQY1XT001DA098,GQY1XT001BIA3Z,GQY1XT001D8X90,GQY1XT001DVPR3,GQY1XT001DUIW9,GQY1XT001CA4GL,GQY1XT001CG76I,GQY1XT001D340N,GQY1XT001A3L1Q,GQY1XT001DYKJ5,GQY1XT001C4UAJ,GQY1XT001EWESI,GQY1XT001ESK9K,GQY1XT001DKMKQ,GQY1XT001EFIX6,GQY1XT001BH9FK,GQY1XT001AJWKN,GQY1XT001A94N9,GQY1XT001CX02V,GQY1XT001C2STD,GQY1XT001EYNWY,GQY1XT001EH2FC,GQY1XT001D7JSB,GQY1XT001DWGUC,GQY1XT001EXHJZ,GQY1XT001D86VQ,GQY1XT001DNII0,GQY1XT001DQ7O7,GQY1XT001CJDRL,GQY1XT001A8RDU,GQY1XT001BSO8W,GQY1XT001BAJ3R,GQY1XT001CCRO1,GQY1XT001CIWIT,GQY1XT001BS1UT,GQY1XT001A4FNC,GQY1XT001C9VJD,GQY1XT001A8DUD,GQY1XT001EFK6Z,GQY1XT001DEMFJ,GQY1XT001EST5G,GQY1XT001CRSID,GQY1XT001EJ9GP,GQY1XT001EDWLW,GQY1XT001AUSU6,GQY1XT001CGXHN,GQY1XT001AW7GM,GQY1XT001EVUKM,GQY1XT001ERHHS,GQY1XT001D7Z3E,GQY1XT001C1QAW,GQY1XT001BUAKC,GQY1XT001BPZJN,GQY1XT001BHFHO,GQY1XT001BAFRE,GQY1XT001B4GEQ,GQY1XT001AM8NQ,GQY1XT001EHTFQ,GQY1XT001BAMGU,GQY1XT001EO6E5,GQY1XT001CMV8N,GQY1XT001BJ407,GQY1XT001BL2MV,GQY1XT001CBCVC,GQY1XT001BY6VK,GQY1XT001D71G1,GQY1XT001CTTJB,GQY1XT001DMMLO,GQY1XT001AV4D0,GQY1XT001ES7OF,GQY1XT001B5AN3,GQY1XT001C8X56,GQY1XT001DOTC0,GQY1XT001DQBJU,GQY1XT001AYAXO,GQY1XT001A30V5,GQY1XT001B4WF7,GQY1XT001A58ZH,GQY1XT001B8OES,GQY1XT001D4L89,GQY1XT001EO1VJ,GQY1XT001EMIQY,GQY1XT001A2XCH,GQY1XT001B9MWQ,GQY1XT001CSZNJ,GQY1XT001B4TN9,GQY1XT001CTHMU,GQY1XT001C2OB6,GQY1XT001EKVJB,GQY1XT001DPOYM,GQY1XT001BSITF,GQY1XT001AIH2F,GQY1XT001CFHR4,GQY1XT001CW57M,GQY1XT001CHIIE,GQY1XT001AHYLB,GQY1XT001DSCCE,GQY1XT001BT4GU,GQY1XT001ETX2X,GQY1XT001D6V8H,GQY1XT001D3UTZ,GQY1XT001CQOZO,GQY1XT001CRVSK,GQY1XT001CTW8U,GQY1XT001BNVBV,GQY1XT001BXJR3,GQY1XT001BQGZE,GQY1XT001A2RAP,GQY1XT001AMM4M,GQY1XT001AS520,GQY1XT001D3AEW,GQY1XT001EU1K5,GQY1XT001DTIA8,GQY1XT001EDIT5,GQY1XT001CBOH0,GQY1XT001E1IQE,GQY1XT001C6JFT,GQY1XT001EEO36,GQY1XT001EP7Q3,GQY1XT001D1HX3,GQY1XT001D7M1W,GQY1XT001DVHRV,GQY1XT001BYVYH,GQY1XT001AECHY,GQY1XT001CJ094,GQY1XT001BZYQB,GQY1XT001A16QO,GQY1XT001B1KKI,GQY1XT001BZMK9,GQY1XT001AT23P,GQY1XT001EF84W,GQY1XT001DVV5E,GQY1XT001DIUUR,GQY1XT001BT8LW,GQY1XT001CGWPR,GQY1XT001A0NBI,GQY1XT001DYKZ2,GQY1XT001CTVST,GQY1XT001CFGRH,GQY1XT001AJD4Z,GQY1XT001DGR88"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D5GRM"; -secondCol = "GQY1XT001D5GRM,GQY1XT001EX8TB,GQY1XT001CK7AY,GQY1XT001DAWLG,GQY1XT001BA78U,GQY1XT001A1WMN,GQY1XT001AFUX9,GQY1XT001B99E8,GQY1XT001DJIPC,GQY1XT001D4D7L,GQY1XT001AKMHR,GQY1XT001AS06K,GQY1XT001AZZ2K,GQY1XT001A2937,GQY1XT001DBPMS,GQY1XT001AJ7O5,GQY1XT001C3Q9D,GQY1XT001CF3SI,GQY1XT001ANCC7,GQY1XT001BMEUC,GQY1XT001DBKGC,GQY1XT001CIH2D,GQY1XT001AQXWA,GQY1XT001A7VCN,GQY1XT001BWBYX,GQY1XT001DQ9AG,GQY1XT001AI8DJ,GQY1XT001B916D,GQY1XT001EAHAX,GQY1XT001EGFDN,GQY1XT001B4CNY,GQY1XT001BLWDJ,GQY1XT001B532F,GQY1XT001BU7SD,GQY1XT001BQBKX,GQY1XT001BC1LF,GQY1XT001C8HD6,GQY1XT001EK1IA,GQY1XT001B8XLV,GQY1XT001BZHN3,GQY1XT001CEDAW,GQY1XT001DDGL5,GQY1XT001EWMYM,GQY1XT001BO3UQ,GQY1XT001D7DHK,GQY1XT001ENLL3,GQY1XT001DVIA3,GQY1XT001C3YSA,GQY1XT001DI78U,GQY1XT001C2DLL,GQY1XT001BER2X,GQY1XT001ENJLY,GQY1XT001D3CDS,GQY1XT001CP7BI,GQY1XT001CL5MD,GQY1XT001C92E4,GQY1XT001ALBD2,GQY1XT001AGJVM,GQY1XT001AQZ8C,GQY1XT001DHWBW,GQY1XT001BVFZ6,GQY1XT001BZ7D4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DR1VM"; -secondCol = "GQY1XT001DR1VM,GQY1XT001AD3IA,GQY1XT001BQ5C6,GQY1XT001DFPSF,GQY1XT001CWHZ1,GQY1XT001BERI2,GQY1XT001DA6DI,GQY1XT001AQLBL,GQY1XT001EO8LV,GQY1XT001DMUF4,GQY1XT001DGKSJ,GQY1XT001BV5KD,GQY1XT001BGZ0M,GQY1XT001CG0L6,GQY1XT001A47YY,GQY1XT001CD9YG,GQY1XT001BO3YY,GQY1XT001AVCOF,GQY1XT001EHV7L,GQY1XT001ASRQ9,GQY1XT001BZGF2,GQY1XT001BXIR9,GQY1XT001DGWBM,GQY1XT001CAWCW,GQY1XT001EFD4M,GQY1XT001C571U,GQY1XT001D05ZW,GQY1XT001CJTXA,GQY1XT001BPGI1,GQY1XT001EQ2SP,GQY1XT001DXBX4,GQY1XT001ETV0S,GQY1XT001EZ462,GQY1XT001EIIAD,GQY1XT001EN5WY,GQY1XT001EIIMU,GQY1XT001BGBEP,GQY1XT001D0VMC,GQY1XT001EPARC,GQY1XT001ED6PL,GQY1XT001DG3M2,GQY1XT001CV6UF,GQY1XT001CPLIT,GQY1XT001CMTJ6,GQY1XT001B1ZQZ,GQY1XT001A2SWW,GQY1XT001A313E,GQY1XT001A44XP,GQY1XT001DBS38,GQY1XT001BR1PO,GQY1XT001CA4H6,GQY1XT001DE0IO,GQY1XT001CHQBP,GQY1XT001BK7A2,GQY1XT001C6CSN,GQY1XT001BPNS5,GQY1XT001DU5UO,GQY1XT001A11C6,GQY1XT001CJDL4,GQY1XT001EO4N8,GQY1XT001DOPRZ,GQY1XT001EPL9N,GQY1XT001EMLB0,GQY1XT001BPDSR,GQY1XT001ES6F0,GQY1XT001AO4IC,GQY1XT001EDKOJ,GQY1XT001C569U,GQY1XT001BGVI1,GQY1XT001DMPOX,GQY1XT001CGEJ9,GQY1XT001DU70O,GQY1XT001EK97X,GQY1XT001ELV6S,GQY1XT001D5LNH,GQY1XT001D50LE,GQY1XT001BDD6I,GQY1XT001EE8L8,GQY1XT001DIK59,GQY1XT001CNIF5,GQY1XT001BLRAD,GQY1XT001EJSNM,GQY1XT001EIQ8D,GQY1XT001DZCE2,GQY1XT001DGV93,GQY1XT001BNDY2,GQY1XT001EH711,GQY1XT001A853B,GQY1XT001CNP7G,GQY1XT001BLLBR,GQY1XT001CA7K7,GQY1XT001C912J,GQY1XT001BI8WD,GQY1XT001COWGE,GQY1XT001EY06F,GQY1XT001EB2LM,GQY1XT001A1UXO,GQY1XT001AMM08,GQY1XT001EBN5N,GQY1XT001EGQHW,GQY1XT001B7FIY,GQY1XT001EV81W,GQY1XT001EUB8B,GQY1XT001DFK6Z,GQY1XT001DZ7YH,GQY1XT001BGTBX,GQY1XT001AJS4B,GQY1XT001ECNI2,GQY1XT001AO18W,GQY1XT001BLKYN,GQY1XT001CRM2U,GQY1XT001D07F1,GQY1XT001ENEZ9,GQY1XT001EWXF4,GQY1XT001CPIPU,GQY1XT001BZCOA,GQY1XT001AT5VW,GQY1XT001DBFJI,GQY1XT001EEGTM,GQY1XT001AJD01,GQY1XT001C0W07,GQY1XT001A3PAY,GQY1XT001EJRSH,GQY1XT001D5M1L,GQY1XT001CVB62,GQY1XT001DZ5YJ,GQY1XT001BZMZ0,GQY1XT001AMX8S,GQY1XT001AM0X4,GQY1XT001BYZ8U,GQY1XT001B36MA,GQY1XT001DTOIQ,GQY1XT001EP7I0,GQY1XT001DSNP1,GQY1XT001CXOCH,GQY1XT001BCQYE,GQY1XT001E5V01,GQY1XT001B31FL,GQY1XT001DV6L7,GQY1XT001A9YUS,GQY1XT001CEDW0,GQY1XT001CYRY3,GQY1XT001AMSO5,GQY1XT001C4H61,GQY1XT001D4Y9Q,GQY1XT001AL862,GQY1XT001DDDLK,GQY1XT001CWU3I,GQY1XT001DGLUV,GQY1XT001ASWR3,GQY1XT001EE7N1,GQY1XT001C85F5,GQY1XT001AWG73,GQY1XT001D93O6,GQY1XT001E1OTD,GQY1XT001EEADS,GQY1XT001EGIKI,GQY1XT001DMLMS,GQY1XT001CQLFG,GQY1XT001EQZQQ,GQY1XT001CWTAM,GQY1XT001DORR4,GQY1XT001AN94U,GQY1XT001CXT9O,GQY1XT001A2BGJ,GQY1XT001DRP22,GQY1XT001DN350,GQY1XT001EU53K,GQY1XT001BPFQP,GQY1XT001BK8M1,GQY1XT001DY2QY,GQY1XT001BMQFD,GQY1XT001DQNWH,GQY1XT001APSGM,GQY1XT001ET0F8,GQY1XT001E32MO,GQY1XT001DUZQI,GQY1XT001CVKXW,GQY1XT001CQ6KU,GQY1XT001DUF4G,GQY1XT001BTZJX,GQY1XT001AUB5C,GQY1XT001AVAGN,GQY1XT001C2HGF,GQY1XT001AVS49,GQY1XT001BXC8P,GQY1XT001BEOJE,GQY1XT001DD4VL,GQY1XT001BRC4T,GQY1XT001ESL9E,GQY1XT001EDRM5,GQY1XT001CUANH,GQY1XT001BZLIT,GQY1XT001B14K0,GQY1XT001APWM5,GQY1XT001BRHOE,GQY1XT001DE73J,GQY1XT001CNHV7,GQY1XT001CPRQ2,GQY1XT001BTI6Z,GQY1XT001BVRY2,GQY1XT001BMY65,GQY1XT001EVST5,GQY1XT001BSG1O,GQY1XT001DB9DC,GQY1XT001DDNEJ,GQY1XT001DEYM0,GQY1XT001DASIQ,GQY1XT001ANJSO,GQY1XT001A52BG,GQY1XT001E4NE8,GQY1XT001DN4AO,GQY1XT001A2H1A,GQY1XT001DNPVN,GQY1XT001BS2DW,GQY1XT001C80NX,GQY1XT001EDZ1G,GQY1XT001DNOVP,GQY1XT001BAFIH,GQY1XT001C9FPV,GQY1XT001D736G,GQY1XT001AUBOK,GQY1XT001DE5VG,GQY1XT001BYHEI,GQY1XT001BCWBQ,GQY1XT001AUEQ5,GQY1XT001A2SZN,GQY1XT001B7TBF,GQY1XT001BTEOM,GQY1XT001B4ED3,GQY1XT001AMLOI,GQY1XT001DWK7L,GQY1XT001A8NQJ,GQY1XT001C6I1A,GQY1XT001BKDP2,GQY1XT001BJY97,GQY1XT001CQ3AT,GQY1XT001AXLJD,GQY1XT001BTKBC,GQY1XT001EXFE1,GQY1XT001CNR0Q,GQY1XT001CG7BI,GQY1XT001C2646,GQY1XT001EBQS8,GQY1XT001DXHFT,GQY1XT001BY7SL,GQY1XT001AIFBT,GQY1XT001CTFBL,GQY1XT001EZAED,GQY1XT001C9GNE,GQY1XT001COFY5,GQY1XT001AU5NP,GQY1XT001EBF03,GQY1XT001D087V,GQY1XT001AGTH6,GQY1XT001EIRGD,GQY1XT001DK1PI,GQY1XT001D093O,GQY1XT001D6WBS,GQY1XT001DJA50,GQY1XT001DCD1L,GQY1XT001AIWC2,GQY1XT001C90DD,GQY1XT001D9X27,GQY1XT001EE6TT,GQY1XT001B37YR,GQY1XT001ARR15,GQY1XT001D8GKT,GQY1XT001B0BDH,GQY1XT001CIBER,GQY1XT001C4ICP,GQY1XT001BT41Y,GQY1XT001C7S8N,GQY1XT001DT5DV,GQY1XT001D2CI1,GQY1XT001EIYXR,GQY1XT001AWJCK,GQY1XT001CTRX5,GQY1XT001ENALO,GQY1XT001DMFG9,GQY1XT001B7SZV,GQY1XT001DNHIH,GQY1XT001AGTD6,GQY1XT001CVX7V,GQY1XT001EERFZ,GQY1XT001AWI12,GQY1XT001B5R0Z,GQY1XT001DVLYP,GQY1XT001EWOD5,GQY1XT001DCJF2,GQY1XT001DRK73,GQY1XT001CEWBL,GQY1XT001ETS9S,GQY1XT001EFOW6,GQY1XT001ERFD6,GQY1XT001AROBM,GQY1XT001A6L3D,GQY1XT001C21CT,GQY1XT001AXIVT,GQY1XT001AH8O9,GQY1XT001BX6RG,GQY1XT001AZD3X,GQY1XT001CXQFF,GQY1XT001CK7T5,GQY1XT001ARB9I,GQY1XT001EK67U,GQY1XT001D98IK,GQY1XT001BX8TS,GQY1XT001CUOED,GQY1XT001DJGG1,GQY1XT001B7C6B,GQY1XT001CXXDC,GQY1XT001A4EZY,GQY1XT001EO518,GQY1XT001EY8M4,GQY1XT001DSPX6,GQY1XT001CEKCZ,GQY1XT001BBLMP,GQY1XT001DAD4Q,GQY1XT001EYOQT,GQY1XT001DS86U,GQY1XT001D13G1,GQY1XT001CSSXO,GQY1XT001C9EGM,GQY1XT001C7AW7,GQY1XT001C4A1L,GQY1XT001BB9AD,GQY1XT001B7VST,GQY1XT001A3XVL,GQY1XT001DN5PC,GQY1XT001DCC3Y,GQY1XT001E1FMK,GQY1XT001BP52T,GQY1XT001BX9T1,GQY1XT001EIJTE,GQY1XT001CV5AK,GQY1XT001C1TP4,GQY1XT001EFIW6,GQY1XT001ECNOO,GQY1XT001DBHAG,GQY1XT001EFTNX,GQY1XT001BZV2J,GQY1XT001D9PFS,GQY1XT001CROBE,GQY1XT001C4FWW,GQY1XT001C4ALJ,GQY1XT001D8HXJ,GQY1XT001DC24V,GQY1XT001ETCLP,GQY1XT001CCH9E,GQY1XT001EW7XP,GQY1XT001CZ6DJ,GQY1XT001CLD0P,GQY1XT001C2C5R,GQY1XT001BA7F6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BA2S8"; -secondCol = "GQY1XT001BA2S8,GQY1XT001BXJ1Q,GQY1XT001B1D7N,GQY1XT001CM71Q,GQY1XT001CABFH,GQY1XT001AS9J4,GQY1XT001DBMPB,GQY1XT001AF70P,GQY1XT001AHBNL,GQY1XT001DDL5I,GQY1XT001DM51Q,GQY1XT001B23Z1,GQY1XT001C69CF,GQY1XT001DKDDY,GQY1XT001A8PPE,GQY1XT001A4HAV,GQY1XT001ARI86,GQY1XT001A2EKF,GQY1XT001CLVUK,GQY1XT001C42B7,GQY1XT001EI32H,GQY1XT001CVTCJ,GQY1XT001D6X3C,GQY1XT001BC9T5,GQY1XT001C3C60,GQY1XT001DCWCS,GQY1XT001DW2QG,GQY1XT001EGVSM,GQY1XT001C1Y9B,GQY1XT001D19YG,GQY1XT001DAKM7,GQY1XT001AU66B,GQY1XT001DGTFO,GQY1XT001BFXD0,GQY1XT001BZKWA,GQY1XT001D8Z3F,GQY1XT001B4STO,GQY1XT001AEA1T,GQY1XT001BCYW2,GQY1XT001BAN6N,GQY1XT001DRNCJ,GQY1XT001EAP97,GQY1XT001DPXAU,GQY1XT001DII41,GQY1XT001CG4S6,GQY1XT001CCY0A,GQY1XT001C5WIB,GQY1XT001B7964,GQY1XT001AZ3ZQ,GQY1XT001A039O,GQY1XT001B0RIJ,GQY1XT001CTOBT,GQY1XT001BUH3G,GQY1XT001BCVVL,GQY1XT001CNMDB,GQY1XT001B6Q22,GQY1XT001CBMLW,GQY1XT001EYE01,GQY1XT001A9KML,GQY1XT001A3ZE3,GQY1XT001ETREN,GQY1XT001BDBPV,GQY1XT001BZB2M,GQY1XT001B5EWD,GQY1XT001BIIG8,GQY1XT001A2DRW,GQY1XT001EKMP5,GQY1XT001CYMB6,GQY1XT001CDXO0,GQY1XT001EQGDD,GQY1XT001ASZUS,GQY1XT001DVQOI,GQY1XT001CYMTD,GQY1XT001DGA80,GQY1XT001A9SJC,GQY1XT001BYE5C,GQY1XT001EGW72,GQY1XT001AINEM,GQY1XT001EFCC5,GQY1XT001DOKZE,GQY1XT001B8VQJ,GQY1XT001EIDJ8,GQY1XT001CSCQJ,GQY1XT001ASBPD,GQY1XT001BWL86,GQY1XT001DV7GQ,GQY1XT001ETRLR,GQY1XT001DRWKK,GQY1XT001C9OUV,GQY1XT001C3W46,GQY1XT001AXNDE,GQY1XT001BQRN9,GQY1XT001E3GB8,GQY1XT001AMJNV,GQY1XT001BBRKI,GQY1XT001BA17G,GQY1XT001AI4PN,GQY1XT001CFZAW,GQY1XT001B1PZO,GQY1XT001EWYSA,GQY1XT001BA68Q,GQY1XT001CMQGD,GQY1XT001BXQKL,GQY1XT001BDMFS,GQY1XT001C2CFU,GQY1XT001ET68J,GQY1XT001EV8M1,GQY1XT001B1GC3,GQY1XT001DNCEY,GQY1XT001C3UQ6,GQY1XT001EWQ4I,GQY1XT001ALZ3P,GQY1XT001CT52P,GQY1XT001EX00D,GQY1XT001B2ZSO,GQY1XT001C6FU9,GQY1XT001BNZ35,GQY1XT001AGWFR,GQY1XT001AWAKN,GQY1XT001DDT3I,GQY1XT001BSLXU,GQY1XT001EVUQA,GQY1XT001BHIIM,GQY1XT001BVHII,GQY1XT001AUN8I,GQY1XT001CTT42,GQY1XT001CZK09,GQY1XT001D7U0T,GQY1XT001BE4ML,GQY1XT001DS9PP,GQY1XT001CETKO,GQY1XT001DGK06,GQY1XT001D0L2Q,GQY1XT001E20GG,GQY1XT001C50KP,GQY1XT001CIQHQ,GQY1XT001BYHD5,GQY1XT001BOYLZ,GQY1XT001DEYL0,GQY1XT001D4C00,GQY1XT001CQR00,GQY1XT001AO3GI,GQY1XT001A5ZKW,GQY1XT001BX403,GQY1XT001ESJ2A,GQY1XT001DBXZP,GQY1XT001C9L2O,GQY1XT001AY3O5,GQY1XT001B0FTP,GQY1XT001B2D25,GQY1XT001EKHZ1,GQY1XT001CCY6M,GQY1XT001EXBNZ,GQY1XT001AZ8J2,GQY1XT001BO88T,GQY1XT001DC7N3,GQY1XT001CI2Q5,GQY1XT001DYTJA,GQY1XT001D5GB8,GQY1XT001DCUK7,GQY1XT001BT8Q5,GQY1XT001EKAC5,GQY1XT001DJJCV,GQY1XT001CPYC5,GQY1XT001A88EA,GQY1XT001BYC0O,GQY1XT001DUY90,GQY1XT001EL08C,GQY1XT001CNYVD,GQY1XT001B8MK7,GQY1XT001B0YE9,GQY1XT001E0J5U,GQY1XT001ECG3C,GQY1XT001AG99V,GQY1XT001B02U6,GQY1XT001AO5K3,GQY1XT001CM7UV,GQY1XT001BFK3C,GQY1XT001BQNJJ,GQY1XT001AUUM0,GQY1XT001AZX99,GQY1XT001AW688,GQY1XT001ETC73,GQY1XT001CCYQ5,GQY1XT001D3XEQ,GQY1XT001B87FF,GQY1XT001D8BVV,GQY1XT001CTWSL,GQY1XT001CNLS3,GQY1XT001C7HQW,GQY1XT001DI7W4,GQY1XT001CSKJC,GQY1XT001AJQG9,GQY1XT001EVGYX,GQY1XT001B4L80,GQY1XT001A8I4S,GQY1XT001BTR9W,GQY1XT001CA4XS,GQY1XT001CYO8J,GQY1XT001E34E4,GQY1XT001EJR42,GQY1XT001D44Y4,GQY1XT001ETIOP,GQY1XT001B4PI7,GQY1XT001CKBOL,GQY1XT001AOJSS,GQY1XT001ATTWX,GQY1XT001D2Y3Z,GQY1XT001CGE3B,GQY1XT001C3ROY,GQY1XT001DK1ZF,GQY1XT001DBI2K,GQY1XT001EUABD,GQY1XT001DFXE8,GQY1XT001CWHK5,GQY1XT001CELVG,GQY1XT001BD5F7,GQY1XT001ALF6X,GQY1XT001EY8IO,GQY1XT001EOSUD,GQY1XT001BF6QY,GQY1XT001EFMKJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EGASM"; -secondCol = "GQY1XT001EGASM,GQY1XT001DLMXU,GQY1XT001BZ11V,GQY1XT001DZXTY,GQY1XT001EGUW2,GQY1XT001A3QKV,GQY1XT001CEOTF,GQY1XT001CPUKQ,GQY1XT001DGQYV,GQY1XT001C885Y,GQY1XT001BIDSP,GQY1XT001CZJFK,GQY1XT001EC5F4,GQY1XT001CH57W,GQY1XT001BLYQ4,GQY1XT001BP27B,GQY1XT001DXK49,GQY1XT001C0HTG,GQY1XT001AMV2E,GQY1XT001A9FJ2,GQY1XT001CZQWA,GQY1XT001A02RJ,GQY1XT001DTNIF,GQY1XT001BL9GB,GQY1XT001ATKAU,GQY1XT001AG640,GQY1XT001D1R1X,GQY1XT001DLFVP,GQY1XT001B42KU,GQY1XT001BXL89,GQY1XT001DHDNO,GQY1XT001CSV5B,GQY1XT001DU9M6,GQY1XT001BZW4R,GQY1XT001BBQE9,GQY1XT001DAQ2Q,GQY1XT001BUNNG,GQY1XT001AT2E9,GQY1XT001D4MDU,GQY1XT001DK9WR,GQY1XT001C982K,GQY1XT001BEZ41,GQY1XT001C6RNC,GQY1XT001ALWLR,GQY1XT001CQ74N,GQY1XT001DU83T,GQY1XT001B1UWB,GQY1XT001CDWA2,GQY1XT001D6OJD,GQY1XT001EFKMJ,GQY1XT001A5MFV,GQY1XT001E3GNH,GQY1XT001DZ6EG,GQY1XT001CKH9G,GQY1XT001DWQCF,GQY1XT001DSW3O,GQY1XT001B49XM,GQY1XT001EX1BA,GQY1XT001CD5BB,GQY1XT001A5WD9,GQY1XT001EQQT7,GQY1XT001D683X,GQY1XT001A4EXB,GQY1XT001BKA5V,GQY1XT001CCGEP,GQY1XT001B7GIM,GQY1XT001DFN5Y,GQY1XT001CGZ9Y,GQY1XT001C1K5I,GQY1XT001DH43P,GQY1XT001D8RDE,GQY1XT001AOOZS,GQY1XT001BAH7X,GQY1XT001CBYCU,GQY1XT001EGZRF,GQY1XT001CZOGR,GQY1XT001ANB6B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BKUTY"; -secondCol = "GQY1XT001BKUTY,GQY1XT001ESD0Q,GQY1XT001CAACY,GQY1XT001A8HLC,GQY1XT001C4Q08,GQY1XT001A1579,GQY1XT001DR7O2,GQY1XT001AFVUW,GQY1XT001EEP0N,GQY1XT001AY5JL,GQY1XT001CM8QF,GQY1XT001BMSN6,GQY1XT001D2YBR,GQY1XT001CFGXH,GQY1XT001ALEI3,GQY1XT001DV36J,GQY1XT001BJVFV,GQY1XT001EBUQ0,GQY1XT001D187C,GQY1XT001DME0K,GQY1XT001EXZI7,GQY1XT001C1W9G,GQY1XT001AUB2K,GQY1XT001DVM0I,GQY1XT001B3RCO,GQY1XT001DHGGE,GQY1XT001AU35T,GQY1XT001CRZ5K,GQY1XT001DPUM2,GQY1XT001DTY5B,GQY1XT001DJAT8,GQY1XT001D9SAH,GQY1XT001CCGMV,GQY1XT001AHRED,GQY1XT001B9ZDC,GQY1XT001A5K9M,GQY1XT001EKQZB,GQY1XT001C0S20,GQY1XT001CUY2N,GQY1XT001DPLTP,GQY1XT001D9WRG,GQY1XT001CWVAG,GQY1XT001CWW72,GQY1XT001CDR5Q,GQY1XT001DP791,GQY1XT001BOXE7,GQY1XT001EQ6J0,GQY1XT001DIPST,GQY1XT001BAI5M,GQY1XT001AVKR2,GQY1XT001B6ZLS,GQY1XT001CT1HG,GQY1XT001BC2AV,GQY1XT001AFN0G,GQY1XT001CYIDP,GQY1XT001DUW4H,GQY1XT001D57YZ,GQY1XT001DW8PI,GQY1XT001E5AD3,GQY1XT001A8AK6,GQY1XT001EBYFD,GQY1XT001CLVVM,GQY1XT001AJWWE,GQY1XT001DXQAG,GQY1XT001A98QW,GQY1XT001DOQ94,GQY1XT001DDL9K,GQY1XT001CNHO1,GQY1XT001EH6OA,GQY1XT001C8W5S,GQY1XT001ANCMJ,GQY1XT001D0BKL,GQY1XT001D9Z7G,GQY1XT001AZKXJ,GQY1XT001DN7WV,GQY1XT001BTXDQ,GQY1XT001BNK13,GQY1XT001EPNKL,GQY1XT001AHLBG,GQY1XT001ANONK,GQY1XT001DGB8N,GQY1XT001A437K,GQY1XT001ENLCB,GQY1XT001CAGTC,GQY1XT001COZMT,GQY1XT001DLEFM,GQY1XT001CBMVU,GQY1XT001CHOS1,GQY1XT001CELQX,GQY1XT001AEZF2,GQY1XT001CFIGZ,GQY1XT001A7C34,GQY1XT001ANAKY,GQY1XT001DMR4G,GQY1XT001D3C1B,GQY1XT001BHR46,GQY1XT001EKNOU,GQY1XT001EPX5Y,GQY1XT001BF06Q,GQY1XT001CCDIK,GQY1XT001B6RMZ,GQY1XT001AGAB3,GQY1XT001BRTDI,GQY1XT001CK17O,GQY1XT001D5BBC,GQY1XT001AU5Z7,GQY1XT001E0QKI,GQY1XT001B169K,GQY1XT001DMFCY,GQY1XT001DR0MD,GQY1XT001AL6DC,GQY1XT001CPR9T,GQY1XT001D2LK2,GQY1XT001D5N2L,GQY1XT001C8924,GQY1XT001EDO5M,GQY1XT001CANFM,GQY1XT001BGJR9,GQY1XT001DSEMQ,GQY1XT001B8AUD,GQY1XT001AY5O2,GQY1XT001B0X9X,GQY1XT001AKZCJ,GQY1XT001BS3LS,GQY1XT001DPL84,GQY1XT001C7TFC,GQY1XT001B9CJO,GQY1XT001BENBD,GQY1XT001BRHZ3,GQY1XT001EWV7Y,GQY1XT001CVK72,GQY1XT001CSLWJ,GQY1XT001DBPNL,GQY1XT001BVC3V,GQY1XT001CP0CM,GQY1XT001C52GS,GQY1XT001CIRU3,GQY1XT001DH271,GQY1XT001CQBT5,GQY1XT001A20IP,GQY1XT001EP45W,GQY1XT001C7349,GQY1XT001DP6JQ,GQY1XT001CF6GZ,GQY1XT001A9BLJ,GQY1XT001C0R24,GQY1XT001B4IWL,GQY1XT001D8T5X,GQY1XT001DV6GX,GQY1XT001AIO65,GQY1XT001CUK2B,GQY1XT001CAO3C,GQY1XT001BM069,GQY1XT001AR34A,GQY1XT001CEADB,GQY1XT001AWCJJ,GQY1XT001BHGNP,GQY1XT001ATX57,GQY1XT001CN0F7,GQY1XT001CECI0,GQY1XT001EAEB9,GQY1XT001APBC1,GQY1XT001EW1F2,GQY1XT001AMLHC,GQY1XT001BJEAN,GQY1XT001A76PF,GQY1XT001A56QX,GQY1XT001CW62K,GQY1XT001BJIKS,GQY1XT001C5IRM,GQY1XT001B2XJQ,GQY1XT001BV1UR,GQY1XT001B15Q2,GQY1XT001AU36P,GQY1XT001BCNPZ,GQY1XT001B950W,GQY1XT001C3HCA,GQY1XT001D7AX6,GQY1XT001BCD5L,GQY1XT001EZM6O,GQY1XT001BOQVT,GQY1XT001D7EB6,GQY1XT001BA7LZ,GQY1XT001EBH2F,GQY1XT001AKHZ2,GQY1XT001B5DAB,GQY1XT001E0VFM,GQY1XT001DNNYO,GQY1XT001D3I34,GQY1XT001ATU4S,GQY1XT001BFTMC,GQY1XT001BV0M5,GQY1XT001DIMCX,GQY1XT001EIG3H,GQY1XT001BKG6S,GQY1XT001BA19H,GQY1XT001BKN0H,GQY1XT001BUYQG,GQY1XT001EADB3,GQY1XT001C42MG,GQY1XT001A1UEF,GQY1XT001AOVCB,GQY1XT001CNX25,GQY1XT001AQ2E6,GQY1XT001B012M,GQY1XT001DUXYE,GQY1XT001DOVBY,GQY1XT001BSU5R,GQY1XT001A9XYB,GQY1XT001B93TD,GQY1XT001EI0QW,GQY1XT001B6TX9,GQY1XT001B55NI,GQY1XT001CGLUN,GQY1XT001CWIP6,GQY1XT001EN1HG,GQY1XT001DMWL6,GQY1XT001B53CP,GQY1XT001CIPZ5,GQY1XT001DSJUX,GQY1XT001ER172,GQY1XT001E02JG,GQY1XT001BRPW4,GQY1XT001DY9YT,GQY1XT001BBTJE,GQY1XT001DAIDZ,GQY1XT001BJX9T,GQY1XT001BKINV,GQY1XT001CM576,GQY1XT001BT9ZX,GQY1XT001DUZ14,GQY1XT001EJOX0,GQY1XT001DH1QO,GQY1XT001BDNZ8,GQY1XT001A5DDE,GQY1XT001E0HSF,GQY1XT001BK42Z,GQY1XT001CT2QF,GQY1XT001CW39F,GQY1XT001ER8YD,GQY1XT001E1D97,GQY1XT001DSPF5,GQY1XT001BJW4P,GQY1XT001B5Z7C,GQY1XT001CDBQJ,GQY1XT001CAQUR,GQY1XT001CQI2Z,GQY1XT001C2KYV,GQY1XT001EJOMJ,GQY1XT001BKUHR,GQY1XT001CFZ50,GQY1XT001DRNSP,GQY1XT001DQLMC,GQY1XT001D7Y1G,GQY1XT001CSZ22,GQY1XT001EG149,GQY1XT001BSTUW,GQY1XT001A80NX,GQY1XT001DDMQR,GQY1XT001B2R12,GQY1XT001AJECK,GQY1XT001DBDJN,GQY1XT001CPWWJ,GQY1XT001BTHXZ,GQY1XT001CHUOJ,GQY1XT001A501U,GQY1XT001EMXET,GQY1XT001AIP80,GQY1XT001A3SJW,GQY1XT001DQAGN,GQY1XT001CNX5Q,GQY1XT001CKBSZ,GQY1XT001C05H6,GQY1XT001B3O7X,GQY1XT001CTR77,GQY1XT001EWGXL,GQY1XT001D82DN,GQY1XT001CELOD,GQY1XT001B6OSO,GQY1XT001DFWUP,GQY1XT001CVBF5,GQY1XT001DKKTE,GQY1XT001A6TKN,GQY1XT001B68N8,GQY1XT001BKO2Q,GQY1XT001CJT43,GQY1XT001A71VC,GQY1XT001EKF9M,GQY1XT001B7ES9,GQY1XT001EVT8E,GQY1XT001E2Y49,GQY1XT001DG7EL,GQY1XT001D3QVQ,GQY1XT001A6W5M,GQY1XT001A6OYT,GQY1XT001CGNH1,GQY1XT001DOVTJ,GQY1XT001AXKKN,GQY1XT001BF408,GQY1XT001DPOM1,GQY1XT001AN8ZL,GQY1XT001ELUUV,GQY1XT001CZQPW,GQY1XT001CQOLA,GQY1XT001DPJAF,GQY1XT001B2RHT,GQY1XT001BAB74,GQY1XT001BDKMF,GQY1XT001BGODC,GQY1XT001DG0ZA,GQY1XT001DG10P,GQY1XT001EASXH,GQY1XT001BL5Y1,GQY1XT001CJ6V6,GQY1XT001D4LIX,GQY1XT001DKDNN,GQY1XT001DKQHE,GQY1XT001DDMAB,GQY1XT001CTGEL,GQY1XT001BAFG1,GQY1XT001C0Q27,GQY1XT001CW154,GQY1XT001BSLN3,GQY1XT001EOPMO,GQY1XT001AE3CS,GQY1XT001AXH7E,GQY1XT001C53SL,GQY1XT001DFQFF,GQY1XT001AX48E,GQY1XT001B3YNN,GQY1XT001COXVP,GQY1XT001BE2VA,GQY1XT001B0IEH,GQY1XT001AS8BT,GQY1XT001EXCSR,GQY1XT001CMMAU,GQY1XT001EF7VL,GQY1XT001DZ636,GQY1XT001BXW1A,GQY1XT001BA5P5,GQY1XT001C7GA0,GQY1XT001DPUT5,GQY1XT001AFID1,GQY1XT001AQAKC,GQY1XT001EVEH3,GQY1XT001AGQZN,GQY1XT001EPIM4,GQY1XT001D7E7Z,GQY1XT001BJ3Q4,GQY1XT001CJLU4,GQY1XT001A9HD6,GQY1XT001A22HN,GQY1XT001ATCE0,GQY1XT001A3DPJ,GQY1XT001AO5R7,GQY1XT001D0AVG,GQY1XT001EFXGA,GQY1XT001CRI82,GQY1XT001DAJ82,GQY1XT001BAOZO,GQY1XT001A66H1,GQY1XT001COC4B,GQY1XT001APJ15,GQY1XT001CROUY,GQY1XT001DU3VS,GQY1XT001BRLVQ,GQY1XT001CCO5P,GQY1XT001AM6ZF,GQY1XT001A4S3P,GQY1XT001CQ6UV,GQY1XT001BKTFP,GQY1XT001E0AON,GQY1XT001AVGLF,GQY1XT001C8M8V,GQY1XT001ELIKX,GQY1XT001E29QZ,GQY1XT001BNVMB,GQY1XT001DLIU9,GQY1XT001EYJ92,GQY1XT001CRMUO,GQY1XT001CX5WZ,GQY1XT001COHSS,GQY1XT001C3XSW,GQY1XT001APD5E,GQY1XT001CACB6,GQY1XT001CI3KG,GQY1XT001CA7L0,GQY1XT001CGVBE,GQY1XT001CTSUC,GQY1XT001EGVVH,GQY1XT001AUGYG,GQY1XT001BC439,GQY1XT001DH8XG,GQY1XT001A1IJM,GQY1XT001BFXGH,GQY1XT001BKHG4,GQY1XT001B7DP1,GQY1XT001EBTRT,GQY1XT001DHJ99,GQY1XT001CMEU6,GQY1XT001DVKNH,GQY1XT001C2GAI,GQY1XT001BMSW9,GQY1XT001CVANF,GQY1XT001EFJRZ,GQY1XT001CK2LH,GQY1XT001BZLV2,GQY1XT001EQLWZ,GQY1XT001C4IFA,GQY1XT001EYJO4,GQY1XT001DG9TA,GQY1XT001AK8H8,GQY1XT001CSC5O,GQY1XT001CO2CZ,GQY1XT001ETIBJ,GQY1XT001DQOF8,GQY1XT001EK98W,GQY1XT001EE3MU,GQY1XT001DU7O2,GQY1XT001D9DAQ,GQY1XT001C6PSA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AFH3B"; -secondCol = "GQY1XT001AFH3B,GQY1XT001EKOGP,GQY1XT001C46BC,GQY1XT001CQ0ER,GQY1XT001DFOZK,GQY1XT001BH8UN,GQY1XT001BIAL8,GQY1XT001CZZVL,GQY1XT001D2761,GQY1XT001AURIJ,GQY1XT001C6A54,GQY1XT001EU3YB,GQY1XT001EIMSG,GQY1XT001BD6KT,GQY1XT001BSNOE,GQY1XT001BBTNH,GQY1XT001D5BEA,GQY1XT001BA8FY,GQY1XT001BOFAB,GQY1XT001CLVXY,GQY1XT001BXURR,GQY1XT001D8QGP,GQY1XT001D79JZ,GQY1XT001CJITP,GQY1XT001DZ14B,GQY1XT001CRBDI,GQY1XT001CP4CB,GQY1XT001BJWEV,GQY1XT001DUX98,GQY1XT001DIGNS,GQY1XT001CSRB0,GQY1XT001ELZCA,GQY1XT001A8RXM,GQY1XT001D0QYN,GQY1XT001EEKGH,GQY1XT001AIE07,GQY1XT001BACIY,GQY1XT001A82VN,GQY1XT001BT5HY,GQY1XT001EYDVQ,GQY1XT001CCUTC,GQY1XT001DCC5S,GQY1XT001CSIHP,GQY1XT001EUCUU,GQY1XT001CI35T,GQY1XT001ERK8E,GQY1XT001ED9EW,GQY1XT001B3DI3,GQY1XT001C1ZFI,GQY1XT001D2B4U,GQY1XT001C3EH7,GQY1XT001BNIHR,GQY1XT001C1PXI,GQY1XT001B1D7J,GQY1XT001BKDEK,GQY1XT001BL3VX,GQY1XT001E11EU,GQY1XT001ANAI5,GQY1XT001C8GH8,GQY1XT001EKQ51,GQY1XT001EV9TU,GQY1XT001D2K0G,GQY1XT001CCEVE,GQY1XT001E20A7,GQY1XT001BC5OG,GQY1XT001EWH9W,GQY1XT001BIEBU,GQY1XT001B4C25,GQY1XT001DDIQ1,GQY1XT001BVDO9,GQY1XT001EQWMO,GQY1XT001A086D,GQY1XT001BILHG,GQY1XT001CYYA0,GQY1XT001BPGGS,GQY1XT001EDUZH,GQY1XT001BF0CX,GQY1XT001BECV2,GQY1XT001BXPW1,GQY1XT001BEV7B,GQY1XT001EI3DR,GQY1XT001DDP8Q,GQY1XT001CA04Z,GQY1XT001ET77Q,GQY1XT001AZJ9X,GQY1XT001CLSTG,GQY1XT001ESJ1G,GQY1XT001AEMP2,GQY1XT001DBQUD,GQY1XT001CPXYG,GQY1XT001CPHMX,GQY1XT001A2Z8X,GQY1XT001CBM8E,GQY1XT001EVQKB,GQY1XT001BXUFN,GQY1XT001BEUWC,GQY1XT001B3DGP,GQY1XT001AKFGL,GQY1XT001CR73B,GQY1XT001EQ0L1,GQY1XT001DIB38,GQY1XT001C61LS,GQY1XT001EE9QE,GQY1XT001BGH1W,GQY1XT001DXIX1,GQY1XT001BUTS6,GQY1XT001DR0NM,GQY1XT001BF7KT,GQY1XT001DXW7U,GQY1XT001CVQDN,GQY1XT001E0M2Z,GQY1XT001DGMAJ,GQY1XT001DBP6G,GQY1XT001DS4MN,GQY1XT001DJ5IM,GQY1XT001B8F2Y,GQY1XT001C5U3V,GQY1XT001AYIFD,GQY1XT001ETAPJ,GQY1XT001EPFUK,GQY1XT001AMOVP,GQY1XT001A5BRW,GQY1XT001AJMZV,GQY1XT001DLD69,GQY1XT001CLT4H,GQY1XT001AR0TL,GQY1XT001B0DP9,GQY1XT001CN7CX,GQY1XT001B0SWK,GQY1XT001DUFF1,GQY1XT001A1CGH,GQY1XT001B2YP2,GQY1XT001A26CV,GQY1XT001CTT2X,GQY1XT001CCK18,GQY1XT001D48EV,GQY1XT001CEHHH,GQY1XT001BVAVH,GQY1XT001AZVRZ,GQY1XT001E2HM2,GQY1XT001AO5Y5,GQY1XT001BC3TW,GQY1XT001D27KX,GQY1XT001CQ42J,GQY1XT001CMQAI,GQY1XT001ELMVC,GQY1XT001COAEJ,GQY1XT001D0W48,GQY1XT001DORJD,GQY1XT001DPW11,GQY1XT001EPIKI,GQY1XT001BLGV1,GQY1XT001EZTBP,GQY1XT001DJMYX,GQY1XT001EQDPI,GQY1XT001DPL9R,GQY1XT001CK2CQ,GQY1XT001CX4HA,GQY1XT001AGP42,GQY1XT001CXVHZ,GQY1XT001CYQMK,GQY1XT001CW0B0,GQY1XT001BU0HX,GQY1XT001A4N5N,GQY1XT001ALUB0,GQY1XT001APB94,GQY1XT001DQ1TP,GQY1XT001BWOAC,GQY1XT001CCZ1T,GQY1XT001D3QWS,GQY1XT001DLVUT,GQY1XT001B27ZE,GQY1XT001CLWOJ,GQY1XT001EEOG4,GQY1XT001BSNNV,GQY1XT001A56FS,GQY1XT001CCBG3,GQY1XT001BYGNG,GQY1XT001BKTAA,GQY1XT001B0Y3W,GQY1XT001CDUIC,GQY1XT001EBWMT,GQY1XT001A4NOM,GQY1XT001DLIWM,GQY1XT001DLQB3,GQY1XT001DFQQN,GQY1XT001DVJI6,GQY1XT001CNKV1,GQY1XT001AI6WN,GQY1XT001B8HKT,GQY1XT001BSK4E,GQY1XT001AV0I6,GQY1XT001AGZDX,GQY1XT001AWYTP,GQY1XT001BX78I,GQY1XT001AH7G6,GQY1XT001CWR8J,GQY1XT001DH28A,GQY1XT001CE1U6,GQY1XT001EYM82,GQY1XT001EH6TQ,GQY1XT001CFUG4,GQY1XT001AWM5R,GQY1XT001DXGQI,GQY1XT001CCGYH,GQY1XT001CSQX9,GQY1XT001CDC42,GQY1XT001BUBUH,GQY1XT001CWZKB,GQY1XT001CW0W8,GQY1XT001DCFTK,GQY1XT001C33H4,GQY1XT001BV1HS,GQY1XT001CXLAX,GQY1XT001A0C9S,GQY1XT001ERGNG,GQY1XT001BX7MM,GQY1XT001CTEM4,GQY1XT001CQSSQ,GQY1XT001DIW6U,GQY1XT001A2Q3A,GQY1XT001BKBZB,GQY1XT001DNY1Y,GQY1XT001D4KIG,GQY1XT001EM9FW,GQY1XT001CGDE9,GQY1XT001DVDA0,GQY1XT001AFVSJ,GQY1XT001D42P2,GQY1XT001C82OF,GQY1XT001B33BP,GQY1XT001A909L,GQY1XT001A8LB9,GQY1XT001BOE3P,GQY1XT001C5TF5,GQY1XT001ESKBA,GQY1XT001BLK41,GQY1XT001DFRXJ,GQY1XT001ESAPN,GQY1XT001DOP5E,GQY1XT001ENKVH,GQY1XT001BXX4I,GQY1XT001CO8HZ,GQY1XT001E11FT,GQY1XT001CFC27,GQY1XT001CA5RL,GQY1XT001EGCPT,GQY1XT001CTNW2,GQY1XT001EGP5R,GQY1XT001AFYRR,GQY1XT001EK779,GQY1XT001CV3FH,GQY1XT001BH8TJ,GQY1XT001EQ9MH,GQY1XT001CSC5K,GQY1XT001BYS6D,GQY1XT001BP4AO,GQY1XT001ARO9C,GQY1XT001D2MCW,GQY1XT001A8DIW,GQY1XT001CWSWW,GQY1XT001BWJI9,GQY1XT001EYVUC,GQY1XT001C80ZY,GQY1XT001BLRVB,GQY1XT001ERVRH,GQY1XT001DW39H,GQY1XT001BA4T8,GQY1XT001CHCFD,GQY1XT001CH8LU,GQY1XT001CGW4Z,GQY1XT001C0UXU,GQY1XT001CT3W4,GQY1XT001CKI98,GQY1XT001CP5LL,GQY1XT001D6KIJ,GQY1XT001CP7RU,GQY1XT001EWNSE,GQY1XT001A22AL,GQY1XT001DHMXN,GQY1XT001EKFSK,GQY1XT001ALP2Z,GQY1XT001D66GD,GQY1XT001BC6VJ,GQY1XT001CY63I,GQY1XT001B52OI,GQY1XT001EXLIW,GQY1XT001AZXZ5,GQY1XT001ENHZV,GQY1XT001BDPMD,GQY1XT001EADLB,GQY1XT001DK17H,GQY1XT001ECA5H,GQY1XT001AKGDU,GQY1XT001ERWA4,GQY1XT001C80JU,GQY1XT001DJJ9K,GQY1XT001D7I7V,GQY1XT001BYET3,GQY1XT001BN5LX,GQY1XT001DIOG3,GQY1XT001CH7TC,GQY1XT001CMMPO,GQY1XT001B2QWM,GQY1XT001D4LC6,GQY1XT001AEQMS,GQY1XT001CUVIA,GQY1XT001AUB26,GQY1XT001AJWFU,GQY1XT001BY5YV,GQY1XT001EKAUL,GQY1XT001AMHZK,GQY1XT001A1POV,GQY1XT001DFHPU,GQY1XT001ATND3,GQY1XT001AYYZR,GQY1XT001C86L2,GQY1XT001CFU1M,GQY1XT001BWT34,GQY1XT001AK3AM,GQY1XT001CF9N7,GQY1XT001CAWQ4,GQY1XT001CXP6W,GQY1XT001B6JZ0,GQY1XT001BM9XD,GQY1XT001ATS26,GQY1XT001BVDAX,GQY1XT001C9A5F,GQY1XT001ECHSE,GQY1XT001B9WFO,GQY1XT001EXP27,GQY1XT001EQ1GF,GQY1XT001EELSS,GQY1XT001CQRXQ,GQY1XT001CWSCZ,GQY1XT001D27O8,GQY1XT001CVD3N,GQY1XT001AU538,GQY1XT001B9Q7Y,GQY1XT001CGO0K,GQY1XT001BYWWL,GQY1XT001DV8VB,GQY1XT001B9ZUD,GQY1XT001ENW1Q,GQY1XT001ERRGA,GQY1XT001DOXNR,GQY1XT001EKRSP,GQY1XT001AXNPA,GQY1XT001DSQAS,GQY1XT001DO6H6,GQY1XT001DMRI8,GQY1XT001BYK3S,GQY1XT001C76CF,GQY1XT001DXRIF,GQY1XT001B3DZB,GQY1XT001BRQIJ,GQY1XT001EOPD1,GQY1XT001D2AAW,GQY1XT001CKBVY,GQY1XT001CS1YS,GQY1XT001BYUMX,GQY1XT001CDWPU,GQY1XT001BB4FQ,GQY1XT001BNXOV,GQY1XT001DUMVJ,GQY1XT001EF8TJ,GQY1XT001AVAAQ,GQY1XT001EYPCN,GQY1XT001EV35J,GQY1XT001DV1ER,GQY1XT001DO8E1,GQY1XT001BMY6K,GQY1XT001DJY9F,GQY1XT001CNQ6V,GQY1XT001EYPIL,GQY1XT001D6IL2,GQY1XT001BJ6CW,GQY1XT001CR6U5,GQY1XT001CL5FQ,GQY1XT001DKVC4,GQY1XT001BI7RO,GQY1XT001DM7EP,GQY1XT001ECYL9,GQY1XT001B9OQT,GQY1XT001A3QOT,GQY1XT001DISUR,GQY1XT001BURR4,GQY1XT001DO0EX,GQY1XT001DTRDH,GQY1XT001EEV6P,GQY1XT001DQXT8,GQY1XT001B8EJX,GQY1XT001DB35T,GQY1XT001DGQ3B,GQY1XT001ERVUH,GQY1XT001DVYR0,GQY1XT001CGESQ,GQY1XT001DFVVR,GQY1XT001BPVXX,GQY1XT001DI3FW,GQY1XT001DP3AQ,GQY1XT001DWUMK,GQY1XT001D1WD8,GQY1XT001C7DG0,GQY1XT001CVK4R,GQY1XT001CE2PY,GQY1XT001COA3N,GQY1XT001C6HW7,GQY1XT001ARY2U,GQY1XT001APBKR,GQY1XT001AJY2I,GQY1XT001CAD9L,GQY1XT001BNZPV,GQY1XT001DCI5Z,GQY1XT001BRSJE,GQY1XT001DUENA,GQY1XT001EWHWG,GQY1XT001DXWNY,GQY1XT001D8KM2,GQY1XT001CZW1I,GQY1XT001CH16F,GQY1XT001B1X6F,GQY1XT001DFFOR,GQY1XT001AZ929,GQY1XT001C31DR,GQY1XT001B5IBY,GQY1XT001C9XXV,GQY1XT001EKGJV,GQY1XT001AKQYL,GQY1XT001EANZ9,GQY1XT001CGLBS,GQY1XT001DJK47,GQY1XT001BNQTK,GQY1XT001A57LT,GQY1XT001CFFS0,GQY1XT001B52CC,GQY1XT001CQLFY,GQY1XT001CA4PP,GQY1XT001CRA26,GQY1XT001DFTLV,GQY1XT001AS6M6,GQY1XT001DMKPR,GQY1XT001D3K7X,GQY1XT001DNVTK,GQY1XT001C6YZY,GQY1XT001DXFYU,GQY1XT001DKGME,GQY1XT001ELE7Z,GQY1XT001CO8XT,GQY1XT001EG41R,GQY1XT001EYWW7,GQY1XT001DY8LK,GQY1XT001EUHPC,GQY1XT001EJZQT,GQY1XT001EFE74,GQY1XT001DOJWI,GQY1XT001DFLID,GQY1XT001DB8NJ,GQY1XT001DAHOQ,GQY1XT001D494W,GQY1XT001CMUCZ,GQY1XT001C3F22,GQY1XT001BDD3I,GQY1XT001B23YS,GQY1XT001B19EI,GQY1XT001BKGTB,GQY1XT001CB8JY,GQY1XT001DZGL3,GQY1XT001DWWFT,GQY1XT001CAIHP,GQY1XT001D4PRV,GQY1XT001BJTUI,GQY1XT001D42AH,GQY1XT001DCX0V,GQY1XT001BD7MB,GQY1XT001AUQ6V,GQY1XT001DWIKU,GQY1XT001CDWVF,GQY1XT001AZMX8,GQY1XT001BS48I,GQY1XT001DFEH5,GQY1XT001C0IGQ,GQY1XT001CUJFC,GQY1XT001BOM51,GQY1XT001CX8H3,GQY1XT001BI9WV,GQY1XT001EY0HI,GQY1XT001BI5IY,GQY1XT001DSHZX,GQY1XT001BGXFI,GQY1XT001B81WV,GQY1XT001D4SZI,GQY1XT001DJXF0,GQY1XT001B3OXC,GQY1XT001EZI6S,GQY1XT001BVJCI,GQY1XT001DC3JG,GQY1XT001AS96P,GQY1XT001AWC28,GQY1XT001BZ2E6,GQY1XT001B1LKJ,GQY1XT001CTFP2,GQY1XT001BW4UW,GQY1XT001CGNE0,GQY1XT001CODUP,GQY1XT001DUT3J,GQY1XT001AK78I,GQY1XT001BOJJJ,GQY1XT001AM7J9,GQY1XT001C03SY,GQY1XT001D36OD,GQY1XT001A6E9O,GQY1XT001AX9TL,GQY1XT001B02L0,GQY1XT001D3L5K,GQY1XT001BN4J4,GQY1XT001BBURR,GQY1XT001CHV1H,GQY1XT001BL1NN,GQY1XT001EHSGB,GQY1XT001BHM80,GQY1XT001BN36Y,GQY1XT001C62NW,GQY1XT001DR8C2,GQY1XT001E1OIQ,GQY1XT001BWUMA,GQY1XT001D76HV,GQY1XT001AEV7R,GQY1XT001BGJOF,GQY1XT001CCROL,GQY1XT001C6KBT,GQY1XT001DWD0N,GQY1XT001DEUL1,GQY1XT001CJWI0,GQY1XT001C1UQQ,GQY1XT001CVXUL,GQY1XT001DEJR8,GQY1XT001AUT5U,GQY1XT001BISVW,GQY1XT001ANDLU,GQY1XT001D2IR7,GQY1XT001ETMQY,GQY1XT001AH41B,GQY1XT001EZ7L6,GQY1XT001C6JLH,GQY1XT001CFPID,GQY1XT001BEBA2,GQY1XT001B1HHD,GQY1XT001B2EM7,GQY1XT001EG0X6,GQY1XT001EC882,GQY1XT001AES6Z,GQY1XT001EZLHC,GQY1XT001C6A7B,GQY1XT001CFVWV,GQY1XT001C0OGJ,GQY1XT001A6Q5M,GQY1XT001CSJ87,GQY1XT001C3AG4,GQY1XT001CA2AD,GQY1XT001CMPU4,GQY1XT001DGS1Q,GQY1XT001EV63D,GQY1XT001BG047,GQY1XT001APQNF,GQY1XT001D3U8V,GQY1XT001DV9H7,GQY1XT001BGWRX,GQY1XT001CUZFH,GQY1XT001EG6R0,GQY1XT001ES4TH,GQY1XT001CAZ5N,GQY1XT001BZM5G,GQY1XT001EVXMI,GQY1XT001EAKZI,GQY1XT001EQMXK,GQY1XT001EVD3M,GQY1XT001EYZPG,GQY1XT001CT3AZ,GQY1XT001A8RY2,GQY1XT001C2VVI,GQY1XT001EWQD1,GQY1XT001BNS9K,GQY1XT001BZ1R2,GQY1XT001E5JQE,GQY1XT001CF6RA,GQY1XT001D3GEP,GQY1XT001EKRPT,GQY1XT001DIKU1,GQY1XT001BABMR,GQY1XT001AT6OO,GQY1XT001C6XV9,GQY1XT001DOD1O,GQY1XT001B94BZ,GQY1XT001CGI2Z,GQY1XT001BZ3TB,GQY1XT001DH4X2,GQY1XT001AE6C0,GQY1XT001A4BPL,GQY1XT001CKSYJ,GQY1XT001CEGXE,GQY1XT001DOPI3,GQY1XT001EX8YP,GQY1XT001BRY69,GQY1XT001EA7HO,GQY1XT001ELRKM,GQY1XT001DEQ5N,GQY1XT001BM2HN,GQY1XT001BYSQK,GQY1XT001B2G7U,GQY1XT001AHOUN,GQY1XT001D89GK,GQY1XT001ELSAD,GQY1XT001CO679,GQY1XT001AH9L2,GQY1XT001C190O,GQY1XT001B0TMN,GQY1XT001EJUWT,GQY1XT001DWUM4,GQY1XT001CZL2C,GQY1XT001BD2TI,GQY1XT001D79Q8,GQY1XT001APZGB,GQY1XT001D6CRR,GQY1XT001BOV0O,GQY1XT001CL5J7,GQY1XT001BI643,GQY1XT001A2WGC,GQY1XT001AQV6K,GQY1XT001AYKDK,GQY1XT001BMBDN,GQY1XT001D2PTA,GQY1XT001EPPEZ,GQY1XT001BCOCS,GQY1XT001BGU97,GQY1XT001AOOO5,GQY1XT001COUSB,GQY1XT001BMSGK,GQY1XT001C6G8I,GQY1XT001BVFN3,GQY1XT001AGW4P,GQY1XT001EQMMB,GQY1XT001DHRTV,GQY1XT001DPRE2,GQY1XT001DN3XI,GQY1XT001D9I2K,GQY1XT001D8TED,GQY1XT001D65EB,GQY1XT001D48CX,GQY1XT001D3MCK,GQY1XT001D0ZJY,GQY1XT001BBIXQ,GQY1XT001B9HSG,GQY1XT001AS742,GQY1XT001AJUYP,GQY1XT001AKG6S,GQY1XT001EDIJB,GQY1XT001DU7VK,GQY1XT001B7250,GQY1XT001EZSC9,GQY1XT001CDNHO,GQY1XT001D1ZS7,GQY1XT001ALAQX,GQY1XT001EK2TD,GQY1XT001AHFH9,GQY1XT001BIF6R,GQY1XT001B43LM,GQY1XT001CSRRZ,GQY1XT001BWFLC,GQY1XT001ETU6X,GQY1XT001A2CCM,GQY1XT001BFW9Z,GQY1XT001A2O6G,GQY1XT001AP0UX,GQY1XT001DE8IO,GQY1XT001EM9O3,GQY1XT001CW4DI,GQY1XT001EOI4X,GQY1XT001ENAYS,GQY1XT001ENTV5,GQY1XT001A27BU,GQY1XT001D0JYJ,GQY1XT001B7F6Q,GQY1XT001D1CR4,GQY1XT001B5419,GQY1XT001AR1MP,GQY1XT001CVCXC,GQY1XT001EANU0,GQY1XT001DZHWW,GQY1XT001CPB49,GQY1XT001DRUE2,GQY1XT001AOWQ8,GQY1XT001EH5NK,GQY1XT001AM0CB,GQY1XT001CX897,GQY1XT001AZ8JZ,GQY1XT001EOS2I,GQY1XT001D42YB,GQY1XT001EKUTA,GQY1XT001DSBNQ,GQY1XT001CDDK7,GQY1XT001EKHAM,GQY1XT001C8UPA,GQY1XT001C5V83,GQY1XT001BXEU7,GQY1XT001C4VP2,GQY1XT001DDHU5,GQY1XT001BCZBQ,GQY1XT001EHSZ0,GQY1XT001AOK5J,GQY1XT001ESKXI,GQY1XT001AFIO7,GQY1XT001DQ7PW,GQY1XT001AVJYC,GQY1XT001A2R2Z,GQY1XT001BRON2,GQY1XT001BYPTF,GQY1XT001AIN2S,GQY1XT001AIRNK,GQY1XT001BVYJN,GQY1XT001B2YQU,GQY1XT001ESY1L,GQY1XT001DTZNX,GQY1XT001AQNA8,GQY1XT001BWGJ8,GQY1XT001DELRK,GQY1XT001D5P54,GQY1XT001CPAHM,GQY1XT001BT454,GQY1XT001EW6JS,GQY1XT001EDBHS,GQY1XT001AZXYN,GQY1XT001B6PYH,GQY1XT001EJAAF,GQY1XT001BN0CJ,GQY1XT001DJW42,GQY1XT001DEDF5,GQY1XT001A8M3T,GQY1XT001BD8DE,GQY1XT001CD546,GQY1XT001DURK0,GQY1XT001ENQXA,GQY1XT001A6HII,GQY1XT001A6KSH,GQY1XT001A56EE,GQY1XT001D9JSZ,GQY1XT001D259P,GQY1XT001EC2T5,GQY1XT001C6ZFL,GQY1XT001C24L4,GQY1XT001B2WNN,GQY1XT001C469G,GQY1XT001DE4AN,GQY1XT001ASZLY,GQY1XT001ET2RQ,GQY1XT001DDRSU,GQY1XT001ARYE2,GQY1XT001EQA6W,GQY1XT001BT0QD,GQY1XT001AZ3V1,GQY1XT001DYK9H,GQY1XT001DYTAT,GQY1XT001E14IP,GQY1XT001CJY09,GQY1XT001EJ89K,GQY1XT001DPSQI,GQY1XT001ETTO0,GQY1XT001BOAIS,GQY1XT001BSHAO,GQY1XT001CV2WE,GQY1XT001C3K4S,GQY1XT001B3UNS,GQY1XT001BEQXA,GQY1XT001CF2ZT,GQY1XT001CVE84,GQY1XT001C2PO1,GQY1XT001DUABK,GQY1XT001EYT3X,GQY1XT001E1YSH,GQY1XT001B0LXW,GQY1XT001A2GX6,GQY1XT001COIHS,GQY1XT001B6YVV,GQY1XT001BRTYN,GQY1XT001AJTQO,GQY1XT001C5Q8X,GQY1XT001EYTYD,GQY1XT001EAG2S,GQY1XT001BSUK6,GQY1XT001BVHJT,GQY1XT001DMEHH,GQY1XT001DFTOS,GQY1XT001BT3EV,GQY1XT001A24F0,GQY1XT001AMHQA,GQY1XT001B7U8W,GQY1XT001EVP47,GQY1XT001EG03F,GQY1XT001DFXQZ,GQY1XT001EZLEA,GQY1XT001C2W08,GQY1XT001E1XU8,GQY1XT001E0FZ1,GQY1XT001E25GU,GQY1XT001DMZEX,GQY1XT001BD3G5,GQY1XT001DTGVA,GQY1XT001BW1W6,GQY1XT001A9WWU,GQY1XT001ENXPP,GQY1XT001CY6SU,GQY1XT001D9TG7,GQY1XT001CFPDP,GQY1XT001AE82Y,GQY1XT001C7XHP,GQY1XT001DFFML,GQY1XT001CIKX4,GQY1XT001EXTTT,GQY1XT001BCUQG,GQY1XT001AVF8O,GQY1XT001EH2Z7,GQY1XT001C04BQ,GQY1XT001CY2GL,GQY1XT001D9VMQ,GQY1XT001E3STF,GQY1XT001AI7IN,GQY1XT001ELNGT,GQY1XT001EQV3G,GQY1XT001C0N8B,GQY1XT001B3KZW,GQY1XT001EZQJU,GQY1XT001B18TC,GQY1XT001BSLJW,GQY1XT001DO45Q,GQY1XT001BMR90,GQY1XT001DTNEJ,GQY1XT001DAVHX,GQY1XT001DR8O0,GQY1XT001DYZHK,GQY1XT001C1A7T,GQY1XT001DGJ5W,GQY1XT001DDST2,GQY1XT001ARENA,GQY1XT001AP4ZB,GQY1XT001BWINY,GQY1XT001BD2Z6,GQY1XT001DS73I,GQY1XT001ANGN4,GQY1XT001ELEHL,GQY1XT001EH4UJ,GQY1XT001BPYOU,GQY1XT001ED2JM,GQY1XT001BUICQ,GQY1XT001BZODH,GQY1XT001DDKJY,GQY1XT001BYOVB,GQY1XT001B7JMA,GQY1XT001A9E29,GQY1XT001CJ105,GQY1XT001DSWLJ,GQY1XT001DOP9R,GQY1XT001BHLJC,GQY1XT001DQ006,GQY1XT001EI22M,GQY1XT001D17IW,GQY1XT001CLUTX,GQY1XT001AEWSQ,GQY1XT001BEFSN,GQY1XT001D03X8,GQY1XT001EIPUK,GQY1XT001CY3GM,GQY1XT001C1J9H,GQY1XT001A68RI,GQY1XT001BG8RY,GQY1XT001B52AP,GQY1XT001BSR7W,GQY1XT001DTQON,GQY1XT001C4YBD,GQY1XT001C0M5V,GQY1XT001AY5NP,GQY1XT001DTALA,GQY1XT001DBVFB,GQY1XT001BWRKQ,GQY1XT001AD9MC,GQY1XT001EJS1O,GQY1XT001EJ85X,GQY1XT001EJFWH,GQY1XT001CJXXD,GQY1XT001E1NQY,GQY1XT001C8U5X,GQY1XT001A4WJ5,GQY1XT001DZH7V,GQY1XT001DCDDY,GQY1XT001BA4TY,GQY1XT001CIXSL,GQY1XT001CQ6S8,GQY1XT001BTD5Y,GQY1XT001EA8GR,GQY1XT001AXKA6,GQY1XT001CMLH3,GQY1XT001AMV0Q,GQY1XT001ANMWJ,GQY1XT001BDPMK,GQY1XT001BVR33,GQY1XT001BKSQE,GQY1XT001C7E4V,GQY1XT001CV67T,GQY1XT001DMSOC,GQY1XT001CVGG3,GQY1XT001DGPYB,GQY1XT001DHUBW,GQY1XT001CKL2Z,GQY1XT001E400K,GQY1XT001D1NMB,GQY1XT001CMFZQ,GQY1XT001BMG7Y,GQY1XT001EQT9R,GQY1XT001CA0Q0,GQY1XT001D9JKK,GQY1XT001B0A1I,GQY1XT001A0UFC,GQY1XT001CWJN3,GQY1XT001CC8EM,GQY1XT001EYMYD,GQY1XT001C24VX,GQY1XT001CFROF,GQY1XT001AQET7,GQY1XT001BNSNH,GQY1XT001ANNM1,GQY1XT001D7587,GQY1XT001B9XZF,GQY1XT001EUME1,GQY1XT001CFERO,GQY1XT001DZQ9J,GQY1XT001E6BB5,GQY1XT001DS93G,GQY1XT001CVFL5,GQY1XT001EVN7S,GQY1XT001B7S3R,GQY1XT001CFB9P,GQY1XT001C2JTG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BPI4U"; -secondCol = "GQY1XT001BPI4U,GQY1XT001B586U,GQY1XT001D4PH4,GQY1XT001DHY01,GQY1XT001AL3BU,GQY1XT001DD3DX,GQY1XT001CL9OZ,GQY1XT001D8KD6,GQY1XT001CJMBP,GQY1XT001C949O,GQY1XT001EF3CF,GQY1XT001BJPMB,GQY1XT001CS1NV,GQY1XT001COL5T,GQY1XT001D38BT,GQY1XT001C673I,GQY1XT001D2YHL,GQY1XT001ELW9O,GQY1XT001CQZQN,GQY1XT001BE1UQ,GQY1XT001BBV94,GQY1XT001ALKLM,GQY1XT001DTO21,GQY1XT001EVEMO,GQY1XT001DI2BU,GQY1XT001DLQRN,GQY1XT001B68G6,GQY1XT001AWTPR,GQY1XT001EJEHE,GQY1XT001AUFT6,GQY1XT001CCZM0,GQY1XT001EU06C,GQY1XT001AUP37,GQY1XT001APH79,GQY1XT001CE9HU,GQY1XT001BK4YX,GQY1XT001B1W2T,GQY1XT001ANA5E,GQY1XT001ED3SR,GQY1XT001BYM9J,GQY1XT001C00PT,GQY1XT001BOFS0,GQY1XT001CJHS3,GQY1XT001AJH8X,GQY1XT001BG46Q,GQY1XT001BMU83,GQY1XT001EZX03,GQY1XT001B4LFT,GQY1XT001CTD4P,GQY1XT001C3JO1,GQY1XT001ERWC5,GQY1XT001ANWBF,GQY1XT001BAJND,GQY1XT001DJXAY,GQY1XT001CNRAF,GQY1XT001BKRP5,GQY1XT001CXJTJ,GQY1XT001C0CHZ,GQY1XT001C796E,GQY1XT001BI2ZG,GQY1XT001AYL9D,GQY1XT001CUSJP,GQY1XT001EHH01,GQY1XT001DCYC6,GQY1XT001C5HZG,GQY1XT001AUQUN,GQY1XT001C6OZE,GQY1XT001A8N8W,GQY1XT001EIH70,GQY1XT001D2X6E,GQY1XT001A3LPZ,GQY1XT001D4WGS,GQY1XT001EHBXM,GQY1XT001D5Q7A,GQY1XT001D8EB5,GQY1XT001CGT8K,GQY1XT001CTNMC,GQY1XT001CK58S,GQY1XT001CAPX5,GQY1XT001B4R28,GQY1XT001EN8JG,GQY1XT001AD005,GQY1XT001A9YQY,GQY1XT001BDHDF,GQY1XT001AGJL9,GQY1XT001EMJBI,GQY1XT001DVOQZ,GQY1XT001DMRXU,GQY1XT001C1DAS,GQY1XT001B9DQF,GQY1XT001ASE6V,GQY1XT001DQC0X,GQY1XT001CDWGK,GQY1XT001EMOTF,GQY1XT001AL3W7,GQY1XT001EY659,GQY1XT001B6DCE,GQY1XT001BLUQX,GQY1XT001EWTWN,GQY1XT001AR9NT,GQY1XT001E3LT3,GQY1XT001B5SG3,GQY1XT001CNUM4,GQY1XT001EZT3K,GQY1XT001DKL5S,GQY1XT001CUK00,GQY1XT001BLKE4,GQY1XT001APUXZ,GQY1XT001A3Y73,GQY1XT001EN2CF,GQY1XT001CBHV3,GQY1XT001DHXW1,GQY1XT001AOZY8,GQY1XT001CLG2Y,GQY1XT001DPSI8,GQY1XT001BPRMD,GQY1XT001DNWRN,GQY1XT001DEXWR,GQY1XT001DKXP3,GQY1XT001DYCC6,GQY1XT001CDHM3,GQY1XT001EQMSR,GQY1XT001CV8TZ,GQY1XT001ATWQK,GQY1XT001A6ISC,GQY1XT001E0SMP,GQY1XT001CT5UF,GQY1XT001DG3SO,GQY1XT001DKMTE,GQY1XT001AGMO9,GQY1XT001D2S9J,GQY1XT001DW5TI,GQY1XT001D7Q49,GQY1XT001CCQ1N,GQY1XT001DU2EM,GQY1XT001EUVLC,GQY1XT001EML84,GQY1XT001BPOAZ,GQY1XT001EL6SG,GQY1XT001DGIO1,GQY1XT001C68BZ,GQY1XT001BSQC3,GQY1XT001AKG7O,GQY1XT001AW7NX,GQY1XT001CX2LF,GQY1XT001B8JCT,GQY1XT001A8CLB,GQY1XT001CUDB2,GQY1XT001B9H6U,GQY1XT001CPCTN,GQY1XT001BCQN1,GQY1XT001C8J6G,GQY1XT001ALJHG,GQY1XT001CMRQC,GQY1XT001DCOLL,GQY1XT001AMONH,GQY1XT001COBD6,GQY1XT001BAZAL,GQY1XT001BGIUX,GQY1XT001CB0K5,GQY1XT001E08MN,GQY1XT001BO0YS,GQY1XT001AQDOU,GQY1XT001EO9BN,GQY1XT001CY81E,GQY1XT001DY2V2,GQY1XT001A95RG,GQY1XT001B37LK,GQY1XT001DM0BH,GQY1XT001CONRH,GQY1XT001EFXXG,GQY1XT001CX0FR,GQY1XT001DZ1KL,GQY1XT001DFSFF,GQY1XT001EK8F4,GQY1XT001BSE1V,GQY1XT001D70UX,GQY1XT001CEETJ,GQY1XT001CTHTZ,GQY1XT001AGN1T,GQY1XT001DAQS9,GQY1XT001A89FL,GQY1XT001A1887,GQY1XT001DH6RN,GQY1XT001CWINJ,GQY1XT001CZNY7,GQY1XT001A5C9H,GQY1XT001CG8GV,GQY1XT001B6LD7,GQY1XT001E5Y5U,GQY1XT001CG6CA,GQY1XT001BGABA,GQY1XT001C4EAR,GQY1XT001BD9AS,GQY1XT001DVV8T,GQY1XT001A7OD4,GQY1XT001CTB09,GQY1XT001A0494,GQY1XT001D1YO5,GQY1XT001EV1QM,GQY1XT001BBCMS,GQY1XT001DQ5O0,GQY1XT001E3LW0,GQY1XT001C1PW7,GQY1XT001CO9RB,GQY1XT001CBB3B,GQY1XT001CM7G9,GQY1XT001CB0RW,GQY1XT001B3I3P,GQY1XT001BEFUV,GQY1XT001D2PVJ,GQY1XT001C9GMB,GQY1XT001DUQS9,GQY1XT001B8BTQ,GQY1XT001DNAYV,GQY1XT001AM6PC,GQY1XT001AZ1HO,GQY1XT001CHK7R,GQY1XT001BJOSU,GQY1XT001DL3SA,GQY1XT001E3JRM,GQY1XT001EOVGN,GQY1XT001EN6F4,GQY1XT001DSW4K,GQY1XT001AMWME,GQY1XT001D7JXJ,GQY1XT001DZRH0,GQY1XT001CIPYX,GQY1XT001BGPJS,GQY1XT001EKUDW,GQY1XT001AOQKQ,GQY1XT001BVVOC,GQY1XT001CI3QZ,GQY1XT001CKZ4B,GQY1XT001CJ2AL,GQY1XT001CTDQQ,GQY1XT001EQXJB,GQY1XT001DE8LH,GQY1XT001CZCI2,GQY1XT001EAJRD,GQY1XT001BVT2P,GQY1XT001AUGH6,GQY1XT001B71QX,GQY1XT001AXR5R,GQY1XT001EIRLO,GQY1XT001B5JIC,GQY1XT001AGXX7,GQY1XT001BCU86,GQY1XT001BSY2Y,GQY1XT001A60CY,GQY1XT001C5SCZ,GQY1XT001BUF3O,GQY1XT001CSCSZ,GQY1XT001D4ULO,GQY1XT001DSAY2,GQY1XT001EHIA9,GQY1XT001E2UNZ,GQY1XT001AZC2R,GQY1XT001B5NAT,GQY1XT001CH768,GQY1XT001EG2B8,GQY1XT001E1IQ8,GQY1XT001CMLO4,GQY1XT001CCE92,GQY1XT001A41WJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A7N0G"; -secondCol = "GQY1XT001A7N0G,GQY1XT001C88N6,GQY1XT001B2OEL,GQY1XT001BY6VO,GQY1XT001C6VI9,GQY1XT001B2M97,GQY1XT001EH4CG,GQY1XT001BC4KC,GQY1XT001A2C9E,GQY1XT001E0XL9,GQY1XT001BJ2RM,GQY1XT001BDKBS,GQY1XT001C3NPF,GQY1XT001DJUHX,GQY1XT001EQ0K0,GQY1XT001BCG13,GQY1XT001AXSDH,GQY1XT001DIH0J,GQY1XT001C3DCB,GQY1XT001CMIJY,GQY1XT001D1Z0T,GQY1XT001B8H87,GQY1XT001EPY3S,GQY1XT001BE6OB,GQY1XT001B13VR,GQY1XT001BXW9F,GQY1XT001CB1UA,GQY1XT001AJ3T6,GQY1XT001A2FXF,GQY1XT001D1BKL,GQY1XT001BEQ4X,GQY1XT001CDQY7,GQY1XT001BP63V,GQY1XT001BBOXA,GQY1XT001BDK0W,GQY1XT001B11MQ,GQY1XT001BVSW2,GQY1XT001B2YN0,GQY1XT001EL6TY,GQY1XT001B01CG,GQY1XT001B6G89,GQY1XT001BMUTV,GQY1XT001DRSZM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AIUIJ"; -secondCol = "GQY1XT001AIUIJ,GQY1XT001CN1CG,GQY1XT001EDUPD,GQY1XT001DQ0LA,GQY1XT001CEWS3,GQY1XT001BB29Z,GQY1XT001D1RPI,GQY1XT001BIB6V,GQY1XT001AS6TN,GQY1XT001D4I2A,GQY1XT001CTIBY,GQY1XT001EMLFZ,GQY1XT001C24P5,GQY1XT001EOJQA,GQY1XT001CLSGC,GQY1XT001A7LTV,GQY1XT001D9HCP,GQY1XT001D9YC8,GQY1XT001AY5GK,GQY1XT001CWJPW,GQY1XT001DG1IK,GQY1XT001D8ZRM,GQY1XT001AVH1T,GQY1XT001BU0HN,GQY1XT001DO9Z1,GQY1XT001C97KZ,GQY1XT001B6FHE,GQY1XT001EZAR6,GQY1XT001BGQRN,GQY1XT001D0YSD,GQY1XT001C42U1,GQY1XT001BQ82H,GQY1XT001AIUZX,GQY1XT001EJYW9,GQY1XT001EIX93,GQY1XT001BSX3C,GQY1XT001A3ZEL,GQY1XT001DSWFN,GQY1XT001BQPKE,GQY1XT001B8WQS,GQY1XT001DT8O7,GQY1XT001CFLQB,GQY1XT001BRFHX,GQY1XT001BFTHM,GQY1XT001DS42X,GQY1XT001CYLHP,GQY1XT001CBKED,GQY1XT001D7V00,GQY1XT001CARIQ,GQY1XT001A1BIB,GQY1XT001B9TEA,GQY1XT001CR250,GQY1XT001B3O7P,GQY1XT001C4THK,GQY1XT001DC5K7,GQY1XT001DBGT2,GQY1XT001BB06D,GQY1XT001DXNBT,GQY1XT001B0OEL,GQY1XT001EWY43,GQY1XT001D3F5M,GQY1XT001D1NEX,GQY1XT001DDDXL,GQY1XT001D2780,GQY1XT001D9RTU,GQY1XT001E3VE5,GQY1XT001BSUB3,GQY1XT001A1WVN,GQY1XT001D2Z6F,GQY1XT001DSHSK,GQY1XT001EKXHI,GQY1XT001EBIF1,GQY1XT001B4P1U,GQY1XT001AKXD0,GQY1XT001EQJS1,GQY1XT001BTS24,GQY1XT001DDGHY,GQY1XT001AMYA2,GQY1XT001ETEBN,GQY1XT001A2B89,GQY1XT001CKCRI,GQY1XT001C3GDM,GQY1XT001BHAAE,GQY1XT001A4ZLJ,GQY1XT001BG7WW,GQY1XT001C2QS1,GQY1XT001CN5QP,GQY1XT001AEHAD,GQY1XT001EY6HA,GQY1XT001D918M,GQY1XT001D1IO2,GQY1XT001EJADD,GQY1XT001CDE4S,GQY1XT001DWP0P,GQY1XT001A53US,GQY1XT001CV0DF,GQY1XT001BJFJK,GQY1XT001ALBTB,GQY1XT001AGYW3,GQY1XT001AMRMP,GQY1XT001EPR5Q,GQY1XT001EZBNW,GQY1XT001CUTSH,GQY1XT001BIBW2,GQY1XT001EJKQU,GQY1XT001ET3DW,GQY1XT001DB9VI,GQY1XT001EOR8W,GQY1XT001CTJ8R,GQY1XT001CCAHS,GQY1XT001CVV7D,GQY1XT001CPMES,GQY1XT001EHNMC,GQY1XT001CDT3H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EDNHY"; -secondCol = "GQY1XT001EDNHY,GQY1XT001CG2MQ,GQY1XT001DAG0X,GQY1XT001AF6R2,GQY1XT001A5E3X,GQY1XT001CM7KD,GQY1XT001DISCZ,GQY1XT001ARAIN,GQY1XT001C7DOV,GQY1XT001ALCZF,GQY1XT001B80IB,GQY1XT001BWZR5,GQY1XT001CJ3F8,GQY1XT001CURU9,GQY1XT001DXHRE,GQY1XT001B5ZVS,GQY1XT001CJLBM,GQY1XT001D541A,GQY1XT001BZUUR,GQY1XT001D3CKE,GQY1XT001DIGMC,GQY1XT001CS8O1,GQY1XT001B3OEQ,GQY1XT001D7AZ3,GQY1XT001BKIQE,GQY1XT001C5NE9,GQY1XT001C1IG2,GQY1XT001ANGR4,GQY1XT001DBZ4O,GQY1XT001AQPVB,GQY1XT001EFPX6,GQY1XT001EGILG,GQY1XT001CUL2R,GQY1XT001ARBAF,GQY1XT001EPF5C,GQY1XT001ELF8W,GQY1XT001B5DAK,GQY1XT001AOPGV,GQY1XT001BKHDU,GQY1XT001AGNH3,GQY1XT001AVEPB,GQY1XT001D2X3C,GQY1XT001BJ13Z,GQY1XT001BIFFS,GQY1XT001BZY35,GQY1XT001BN5ZW,GQY1XT001C8Y4I,GQY1XT001B5URM,GQY1XT001EH35H,GQY1XT001B6U0E,GQY1XT001DXU7K,GQY1XT001CCL2G,GQY1XT001BANY6,GQY1XT001CNALV,GQY1XT001B9I6Z,GQY1XT001DHIRK,GQY1XT001CU26U,GQY1XT001EADC5,GQY1XT001C6NUE,GQY1XT001BHQ5I,GQY1XT001B1II3,GQY1XT001EPDZ0,GQY1XT001EHUIF,GQY1XT001CUDO1,GQY1XT001CATZU,GQY1XT001D3FFP,GQY1XT001DXSH5,GQY1XT001AR778,GQY1XT001AEV2G,GQY1XT001BG07Q,GQY1XT001ERO1Z,GQY1XT001C06PR,GQY1XT001AXO7D,GQY1XT001EDKQ7,GQY1XT001DKWPW,GQY1XT001DSZL8,GQY1XT001CPK3D,GQY1XT001CSQK9,GQY1XT001CF10P,GQY1XT001CVH46,GQY1XT001CABUX,GQY1XT001D2NPL,GQY1XT001DHDUL,GQY1XT001BQ2PE,GQY1XT001AHCAY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DPAC5"; -secondCol = "GQY1XT001DPAC5,GQY1XT001C5YL3,GQY1XT001AIN42,GQY1XT001CNKMN,GQY1XT001E15DS,GQY1XT001AK6MU,GQY1XT001C2QOR,GQY1XT001B353L,GQY1XT001EVK80,GQY1XT001A6MUA,GQY1XT001CXHAJ,GQY1XT001A0GB9,GQY1XT001A3L2C,GQY1XT001CBS49,GQY1XT001APWE9,GQY1XT001C7GRY,GQY1XT001ESDX1,GQY1XT001DIQAQ,GQY1XT001C2JJN,GQY1XT001DV24Z,GQY1XT001EOZJE,GQY1XT001BD76K,GQY1XT001BJXZE,GQY1XT001EN82S,GQY1XT001ECDFI,GQY1XT001DNTOU,GQY1XT001BNJJW,GQY1XT001COAXC,GQY1XT001A9LPV,GQY1XT001EY1ZJ,GQY1XT001A88FG,GQY1XT001CPXYU,GQY1XT001C72CP,GQY1XT001D2SJ9,GQY1XT001DRZUZ,GQY1XT001BVAFX,GQY1XT001DGX79,GQY1XT001D19CW,GQY1XT001CI55S,GQY1XT001EWUZJ,GQY1XT001EEL0Y,GQY1XT001BPUUR,GQY1XT001D2IA2,GQY1XT001DFDP6,GQY1XT001AW8K3,GQY1XT001BZ6TM,GQY1XT001EGKO4,GQY1XT001EBY3E,GQY1XT001CJFUA,GQY1XT001DYP2X,GQY1XT001DVP8A,GQY1XT001C3X3J,GQY1XT001CTXKM,GQY1XT001AL48M,GQY1XT001BH654,GQY1XT001DK3OW,GQY1XT001EXWDT,GQY1XT001CPCX6,GQY1XT001BC7ZY,GQY1XT001BDKQH,GQY1XT001CLRQX,GQY1XT001AE8UB,GQY1XT001AEWZ8,GQY1XT001CZKQM,GQY1XT001ENNER,GQY1XT001C8YBT,GQY1XT001BJACQ,GQY1XT001CT4XU,GQY1XT001B5LYX,GQY1XT001D8EU3,GQY1XT001CRGN4,GQY1XT001CIFXF,GQY1XT001D9MF8,GQY1XT001DWTC7,GQY1XT001B4JCE,GQY1XT001AKT2L,GQY1XT001DDT53,GQY1XT001BM8O6,GQY1XT001DH2Q9,GQY1XT001EIQBT,GQY1XT001D089D,GQY1XT001ASOMH,GQY1XT001A8N7T,GQY1XT001EBR9R,GQY1XT001BHFAC,GQY1XT001BBQZF,GQY1XT001B52LI,GQY1XT001CS88F,GQY1XT001CCWJO,GQY1XT001ENCH3,GQY1XT001ES543,GQY1XT001BQMGT,GQY1XT001EQ9RT,GQY1XT001ERX6D,GQY1XT001CUJU0,GQY1XT001B4LNY,GQY1XT001EE6NB,GQY1XT001BHSXZ,GQY1XT001CKABI,GQY1XT001CZC25,GQY1XT001D2AEE,GQY1XT001BZAA7,GQY1XT001DZMRN,GQY1XT001ENOG5,GQY1XT001ENNPW,GQY1XT001DJATF,GQY1XT001ER44C,GQY1XT001EKWIS,GQY1XT001D7646,GQY1XT001D4QUD,GQY1XT001DCJGV,GQY1XT001BQ23T,GQY1XT001EUFBG,GQY1XT001CRVMB,GQY1XT001BBO91,GQY1XT001BEGWG,GQY1XT001DJF7Z,GQY1XT001EGNT3,GQY1XT001DXXXK,GQY1XT001D5HB5,GQY1XT001CJPXH,GQY1XT001B8BGS,GQY1XT001BU3PC,GQY1XT001CE2UR,GQY1XT001EQC5J,GQY1XT001DEIAX,GQY1XT001DP1EG,GQY1XT001BY8SI,GQY1XT001EIRJQ,GQY1XT001DHC68,GQY1XT001D2VN4,GQY1XT001DWDA0,GQY1XT001DGH0O,GQY1XT001BRGB3,GQY1XT001C0IA8,GQY1XT001CY8B7,GQY1XT001DZRKK,GQY1XT001AP7Z6,GQY1XT001A9F9M,GQY1XT001DTOA3,GQY1XT001D643C,GQY1XT001DPKJM,GQY1XT001D84RP,GQY1XT001CRTXH,GQY1XT001EO4L5,GQY1XT001C0Q3Z,GQY1XT001AS0BT,GQY1XT001AZB3I,GQY1XT001AETOH,GQY1XT001B91QT,GQY1XT001BB6MG,GQY1XT001AHKEQ,GQY1XT001EAOX6,GQY1XT001B1GU2,GQY1XT001CG5J8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D93B0"; -secondCol = "GQY1XT001D93B0,GQY1XT001D2PUR,GQY1XT001ELFSJ,GQY1XT001B05ZI,GQY1XT001AN2UY,GQY1XT001EG3EX,GQY1XT001DCWCK,GQY1XT001BSLSJ,GQY1XT001CG7RV,GQY1XT001DZ2Z6,GQY1XT001EVD65,GQY1XT001B6GTU,GQY1XT001BYUZX,GQY1XT001B6Y0V,GQY1XT001BTNG1,GQY1XT001CZVEA,GQY1XT001B9SE5,GQY1XT001AI836,GQY1XT001B53YA,GQY1XT001AUCB6,GQY1XT001A58RY,GQY1XT001AS7MY,GQY1XT001DZR7S,GQY1XT001BNREO,GQY1XT001D26W8,GQY1XT001BX6FC,GQY1XT001AFCAU,GQY1XT001DJS7V,GQY1XT001EZ9H1,GQY1XT001D0NUD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AM8UY"; -secondCol = "GQY1XT001AM8UY,GQY1XT001A91JN,GQY1XT001DB8TR,GQY1XT001BX5N6,GQY1XT001CSVBH,GQY1XT001DIPCE,GQY1XT001CBYE1,GQY1XT001DPMDM,GQY1XT001B18RT,GQY1XT001DOFCG,GQY1XT001D0IDZ,GQY1XT001B1HAJ,GQY1XT001ETRLL,GQY1XT001E1K6E,GQY1XT001EM0J0,GQY1XT001CL81O,GQY1XT001D6D2F,GQY1XT001ELRL5,GQY1XT001BYDR0,GQY1XT001A6SG7,GQY1XT001DQDA8,GQY1XT001CIPGZ,GQY1XT001EZXT2,GQY1XT001CRFD5,GQY1XT001D8HK9,GQY1XT001C34Q5,GQY1XT001BVUHD,GQY1XT001ER7PP,GQY1XT001DL2QJ,GQY1XT001DAS8R,GQY1XT001D2AZ5,GQY1XT001B8IRG,GQY1XT001ARRWV,GQY1XT001A0XY7,GQY1XT001DTWZW,GQY1XT001AL6GG,GQY1XT001BH22Z,GQY1XT001AXR96,GQY1XT001B7LT0,GQY1XT001EBDFS,GQY1XT001CUBJG,GQY1XT001B7U2K,GQY1XT001AMKYI,GQY1XT001E1ISR,GQY1XT001CI5CC,GQY1XT001B9MYO,GQY1XT001BVMKM,GQY1XT001DIOQ5,GQY1XT001ALSMY,GQY1XT001AFCDV,GQY1XT001A40WE,GQY1XT001EMSJV,GQY1XT001BUF3U,GQY1XT001DNER7,GQY1XT001DP0ZH,GQY1XT001CPL7Y,GQY1XT001C8SW6,GQY1XT001BY5EL,GQY1XT001BXFHU,GQY1XT001BJ6Q0,GQY1XT001D0TZV,GQY1XT001A2OJJ,GQY1XT001CYP9H,GQY1XT001EY548,GQY1XT001EEDV0,GQY1XT001CHRXI,GQY1XT001CC33L,GQY1XT001B0HJY,GQY1XT001E0HFR,GQY1XT001D3I4S,GQY1XT001DQHCM,GQY1XT001EZHCE,GQY1XT001C75ZS,GQY1XT001AM56T,GQY1XT001A4OOB,GQY1XT001BLXLI,GQY1XT001EWGNO,GQY1XT001DUNEU,GQY1XT001EG7U5,GQY1XT001AT871,GQY1XT001BX0KH,GQY1XT001EC5W9,GQY1XT001DV29I,GQY1XT001BN35A,GQY1XT001EURLT,GQY1XT001EC9LP,GQY1XT001DY3TY,GQY1XT001CMTTA,GQY1XT001CAJGU,GQY1XT001BAOTO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DXDJ4"; -secondCol = "GQY1XT001DXDJ4,GQY1XT001ATDA7,GQY1XT001ARJ8D,GQY1XT001D122N,GQY1XT001A3XGD,GQY1XT001EN57G,GQY1XT001B4CUL,GQY1XT001CV1T4,GQY1XT001ES49T,GQY1XT001DTBDM,GQY1XT001BJSMS,GQY1XT001AY5Y2,GQY1XT001DCFFG,GQY1XT001BJ72Z,GQY1XT001E3JNY,GQY1XT001C3L9P,GQY1XT001EUNTQ,GQY1XT001CTEJV,GQY1XT001ALINA,GQY1XT001DIXQO,GQY1XT001AH0KK,GQY1XT001B85PG,GQY1XT001CBS2B,GQY1XT001C967B,GQY1XT001DQ73E,GQY1XT001B6HK8,GQY1XT001BYVB3,GQY1XT001DTRQZ,GQY1XT001CGME2,GQY1XT001C4XL6,GQY1XT001AO9LI,GQY1XT001AYP0R,GQY1XT001CHTTJ,GQY1XT001DSAXG,GQY1XT001BPFZM,GQY1XT001BZZ73,GQY1XT001CSC3I,GQY1XT001C0UKP,GQY1XT001AWY1B,GQY1XT001DVOAE,GQY1XT001A7YSN,GQY1XT001CC1NL,GQY1XT001BMEP3,GQY1XT001CLXCL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BO1NW"; -secondCol = "GQY1XT001BO1NW,GQY1XT001E0L3K,GQY1XT001B8IUK,GQY1XT001ECWMG,GQY1XT001AR8O7,GQY1XT001C828U,GQY1XT001CSJE6,GQY1XT001ATM93,GQY1XT001EYD24,GQY1XT001BR7TZ,GQY1XT001B94G6,GQY1XT001CGAWZ,GQY1XT001A17P7,GQY1XT001CGTIF,GQY1XT001DE3EW,GQY1XT001A5LSY,GQY1XT001D9PJK,GQY1XT001BJGHH,GQY1XT001BO1FL,GQY1XT001CQ149,GQY1XT001ENJEO,GQY1XT001CP130,GQY1XT001EEKL5,GQY1XT001DPJQ2,GQY1XT001CGLRL,GQY1XT001EA6QV,GQY1XT001DOWRC,GQY1XT001CHW2J,GQY1XT001BG6FD,GQY1XT001AWM0U,GQY1XT001A6PTK,GQY1XT001AT0KY,GQY1XT001AW2XT,GQY1XT001DOMJ3,GQY1XT001DYGVC,GQY1XT001CLQ6F,GQY1XT001DCX8I,GQY1XT001BTZIF,GQY1XT001ELGSR,GQY1XT001BWXJW,GQY1XT001BV3FK,GQY1XT001COTAG,GQY1XT001BCNQG,GQY1XT001DQTU4,GQY1XT001EVPQO,GQY1XT001DHUTO,GQY1XT001D737O,GQY1XT001BMVEV,GQY1XT001BIKPX,GQY1XT001EVFVX,GQY1XT001DVDKG,GQY1XT001CCVP6,GQY1XT001DFAYZ,GQY1XT001BX4PM,GQY1XT001D2BOS,GQY1XT001DDJH9,GQY1XT001CSI2S,GQY1XT001CG3GH,GQY1XT001EP24O,GQY1XT001DAEON,GQY1XT001BFV4Q,GQY1XT001EOSXP,GQY1XT001B4J69,GQY1XT001BR37F,GQY1XT001BPWOV,GQY1XT001A6BI2,GQY1XT001ESD6X,GQY1XT001CHFP0,GQY1XT001DJ8LJ,GQY1XT001EO7ZI,GQY1XT001DDG1S,GQY1XT001C6JW5,GQY1XT001AYK7I,GQY1XT001EJNF0,GQY1XT001CJ253,GQY1XT001AF1PZ,GQY1XT001DR8VQ,GQY1XT001C0VSR,GQY1XT001CVEPH,GQY1XT001CEV7I,GQY1XT001ED3WS,GQY1XT001CULIW,GQY1XT001CC4RR,GQY1XT001AKEI2,GQY1XT001AYP75,GQY1XT001CWPX0,GQY1XT001A5QX2,GQY1XT001AHHYG,GQY1XT001AT3W8,GQY1XT001DHDJW,GQY1XT001EIHMY,GQY1XT001EQ88K,GQY1XT001C0VHX,GQY1XT001E0CPX,GQY1XT001DX5XO,GQY1XT001DYRU4,GQY1XT001ELKXD,GQY1XT001CPSQ8,GQY1XT001AKJHG,GQY1XT001BKK35,GQY1XT001BL617,GQY1XT001B0L9T,GQY1XT001E28R8,GQY1XT001B2LEP,GQY1XT001BT9A7,GQY1XT001DAINF,GQY1XT001BSZOM,GQY1XT001BK4TQ,GQY1XT001ANR9G,GQY1XT001C2NIS,GQY1XT001BJVJ0,GQY1XT001EKBFH,GQY1XT001BUZ79,GQY1XT001B45K4,GQY1XT001C1C2D,GQY1XT001BLU6D,GQY1XT001CFBDO,GQY1XT001DC9Y2,GQY1XT001BPZ5C,GQY1XT001CQKF4,GQY1XT001ES0JL,GQY1XT001C5RE8,GQY1XT001C2MSW,GQY1XT001B4MAW,GQY1XT001BP98P,GQY1XT001ALJW8,GQY1XT001ET1MU,GQY1XT001EUFIV,GQY1XT001EJVVB,GQY1XT001CEIMZ,GQY1XT001A3XBV,GQY1XT001AY2UM,GQY1XT001C6G4Z,GQY1XT001CDK7Q,GQY1XT001EU8X5,GQY1XT001COFIQ,GQY1XT001COXJE,GQY1XT001DYJI1,GQY1XT001EE732,GQY1XT001A4H5M,GQY1XT001B3O2M,GQY1XT001CPFBQ,GQY1XT001A1GY7,GQY1XT001C6AUS,GQY1XT001BPPDE,GQY1XT001DJZON,GQY1XT001A3MS9,GQY1XT001D5QPV,GQY1XT001BGVSD,GQY1XT001E2M8S,GQY1XT001AVQJU,GQY1XT001AH1MS,GQY1XT001AUYRM,GQY1XT001ALUHE,GQY1XT001DACDP,GQY1XT001AL0ZG,GQY1XT001B2PUS,GQY1XT001CXVJS,GQY1XT001B3V6M,GQY1XT001CBC86,GQY1XT001DMD7X,GQY1XT001C13VJ,GQY1XT001CTVJH,GQY1XT001EMGMW,GQY1XT001BD3M3,GQY1XT001BNQ5X,GQY1XT001BK8A9,GQY1XT001B344Q,GQY1XT001DKL4G,GQY1XT001EKN32,GQY1XT001C90GN,GQY1XT001C5YRC,GQY1XT001ATBA3,GQY1XT001CIRCQ,GQY1XT001C36VM,GQY1XT001A67XA,GQY1XT001A1YYT,GQY1XT001EHUSZ,GQY1XT001B3TS9,GQY1XT001DVAGT,GQY1XT001EQ0C7,GQY1XT001BGN42,GQY1XT001DODZ1,GQY1XT001ANKIV,GQY1XT001DJVLJ,GQY1XT001EB9DV,GQY1XT001EW3HJ,GQY1XT001EB2S8,GQY1XT001EE0Q5,GQY1XT001B4MZ8,GQY1XT001EQ2KI,GQY1XT001ESV8U,GQY1XT001C32R0,GQY1XT001EBFQZ,GQY1XT001D4IZG,GQY1XT001BFAMT,GQY1XT001AWOS9,GQY1XT001AFCA1,GQY1XT001AQ822,GQY1XT001CME7S,GQY1XT001BNOXE,GQY1XT001AJEM4,GQY1XT001D43LR,GQY1XT001BO5KT,GQY1XT001EJAFV,GQY1XT001B05T9,GQY1XT001EAAYZ,GQY1XT001EX2N3,GQY1XT001DLQNX,GQY1XT001DDKVG,GQY1XT001EZJY3,GQY1XT001D7C43,GQY1XT001C2G8X,GQY1XT001AIIOB,GQY1XT001BNPY8,GQY1XT001DCAGH,GQY1XT001COB1C,GQY1XT001BQFZX,GQY1XT001COPDE,GQY1XT001B97Z8,GQY1XT001CD0N6,GQY1XT001BOCVF,GQY1XT001DARUE,GQY1XT001CDA2G,GQY1XT001DFY8V,GQY1XT001BKVEK,GQY1XT001DC5U1,GQY1XT001CRJ9H,GQY1XT001B2VFO,GQY1XT001CBPJK,GQY1XT001DLDFQ,GQY1XT001BXDWK,GQY1XT001EK364,GQY1XT001C6TVU,GQY1XT001EM39Q,GQY1XT001EIE9V,GQY1XT001CZYEP,GQY1XT001AOFOA,GQY1XT001EZX3C,GQY1XT001C50PI,GQY1XT001EATAW,GQY1XT001DUF6J,GQY1XT001DTTH2,GQY1XT001C5TGS,GQY1XT001CN664,GQY1XT001C599X,GQY1XT001BKY82,GQY1XT001ELA35,GQY1XT001BNTRD,GQY1XT001BZCCB,GQY1XT001EXIEB,GQY1XT001CLZNI,GQY1XT001CMF8C,GQY1XT001C7LY8,GQY1XT001EIL2M,GQY1XT001DRTEC,GQY1XT001EZ1Q1,GQY1XT001CP034,GQY1XT001CVPGI,GQY1XT001D8D5G,GQY1XT001AJYRI,GQY1XT001D77XL,GQY1XT001B7YG0,GQY1XT001DNDYL,GQY1XT001C1QOH,GQY1XT001EOZIW,GQY1XT001E3I76,GQY1XT001DG6B8,GQY1XT001BNO9B,GQY1XT001BJV13,GQY1XT001B7JZX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CUIQF"; -secondCol = "GQY1XT001CUIQF,GQY1XT001AZCR3,GQY1XT001D16C1,GQY1XT001DC7M3,GQY1XT001AJCNJ,GQY1XT001DRTUZ,GQY1XT001AR2MT,GQY1XT001AZ7FP,GQY1XT001DIAW3,GQY1XT001BZB62,GQY1XT001A2OSL,GQY1XT001CC5MT,GQY1XT001DVE3P,GQY1XT001B37MS,GQY1XT001D9DMN,GQY1XT001CP0FA,GQY1XT001BOH8J,GQY1XT001DHQFD,GQY1XT001DE990,GQY1XT001DD7VX,GQY1XT001CGRM8,GQY1XT001C3LQ5,GQY1XT001EHY8B,GQY1XT001DXTUK,GQY1XT001C1WK1,GQY1XT001DWQUX,GQY1XT001AQY76,GQY1XT001CP2LF,GQY1XT001DDEVQ,GQY1XT001E0R34,GQY1XT001DEHDB,GQY1XT001AGL47,GQY1XT001EA8NA,GQY1XT001C3Q7U,GQY1XT001C76EJ,GQY1XT001BXOIH,GQY1XT001CUL7E,GQY1XT001BJYME,GQY1XT001A2HQG,GQY1XT001C9IX1,GQY1XT001AZRYK,GQY1XT001ETRB8,GQY1XT001AKGO9,GQY1XT001EBBWR,GQY1XT001EX0QA,GQY1XT001CVIBG,GQY1XT001BUUUR,GQY1XT001CT37K,GQY1XT001BPZXE,GQY1XT001AV5EX,GQY1XT001ETRDD,GQY1XT001DUVP4,GQY1XT001EQZS2,GQY1XT001DOGK5,GQY1XT001BQ3UN,GQY1XT001DZFTQ,GQY1XT001DNDWC,GQY1XT001EPNL4,GQY1XT001EAZ08,GQY1XT001D2AZC,GQY1XT001A1Z5F,GQY1XT001CIZ2W,GQY1XT001EWKTZ,GQY1XT001AJNAJ,GQY1XT001BA1A5,GQY1XT001CG9HJ,GQY1XT001D5D1O,GQY1XT001BJ5F5,GQY1XT001DOPOM,GQY1XT001CLMP4,GQY1XT001DYM61,GQY1XT001DFILE,GQY1XT001DNKZJ,GQY1XT001AL2QY,GQY1XT001A3WPZ,GQY1XT001BZQLC,GQY1XT001EPQHZ,GQY1XT001AS0TX,GQY1XT001BXROL,GQY1XT001DXRUP,GQY1XT001B1CRU,GQY1XT001C0KCN,GQY1XT001ET4AE,GQY1XT001DY7WQ,GQY1XT001EQQWZ,GQY1XT001E0V36,GQY1XT001EJCVU,GQY1XT001CV9BE,GQY1XT001EDK29,GQY1XT001CMQX8,GQY1XT001EAHIK,GQY1XT001D3X3G,GQY1XT001AGPMK,GQY1XT001AS086,GQY1XT001BB5XJ,GQY1XT001CF9KJ,GQY1XT001A7T0Z,GQY1XT001BG821,GQY1XT001BGAVM,GQY1XT001E4HKE,GQY1XT001BD62K,GQY1XT001DDOM7,GQY1XT001D97OD,GQY1XT001CZSFO,GQY1XT001BS3RA,GQY1XT001DUIYB,GQY1XT001EP098,GQY1XT001B2SCU,GQY1XT001DSXZY,GQY1XT001EMBH6,GQY1XT001AOH2B,GQY1XT001CPWYY,GQY1XT001AFWQA,GQY1XT001C7ORU,GQY1XT001DAXQ4,GQY1XT001CM627,GQY1XT001DS3FR,GQY1XT001A76SV,GQY1XT001C2193,GQY1XT001DN3FK,GQY1XT001D6SH9,GQY1XT001D0NSC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CQ0HR"; -secondCol = "GQY1XT001CQ0HR,GQY1XT001ETVD4,GQY1XT001D1WR6,GQY1XT001BE5GT,GQY1XT001DM83K,GQY1XT001EBLEY,GQY1XT001AF7FU,GQY1XT001A8EZ8,GQY1XT001DVJPF,GQY1XT001BCKU2,GQY1XT001ASD6D,GQY1XT001CNF9V,GQY1XT001CML5H,GQY1XT001CS4AS,GQY1XT001EFHKN,GQY1XT001AOL0Y,GQY1XT001BGUZP,GQY1XT001CEINU,GQY1XT001BSJ4A,GQY1XT001DC066,GQY1XT001BE8Q7,GQY1XT001CNK7P,GQY1XT001BOQY2,GQY1XT001A3VJ0,GQY1XT001DE646,GQY1XT001E424P,GQY1XT001EYRMU,GQY1XT001C3LEL,GQY1XT001CP7S8,GQY1XT001BRD9V,GQY1XT001BAPA0,GQY1XT001DQEHL,GQY1XT001D1DQU,GQY1XT001BCNGY,GQY1XT001A2X4Z,GQY1XT001EZTG8,GQY1XT001B4QDX,GQY1XT001ARTD7,GQY1XT001DNYJ0,GQY1XT001CCAQH,GQY1XT001DF59X,GQY1XT001B6740,GQY1XT001BKNWK,GQY1XT001EPA3S,GQY1XT001C9UB6,GQY1XT001AWC8X,GQY1XT001AU6PX,GQY1XT001EWLVL,GQY1XT001EL9Q1,GQY1XT001BNQVU,GQY1XT001AR2EJ,GQY1XT001DC5KG,GQY1XT001CTI0L,GQY1XT001DSUSG,GQY1XT001DNXRV,GQY1XT001C354O,GQY1XT001BLV4W,GQY1XT001AM52R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BUOY9"; -secondCol = "GQY1XT001BUOY9,GQY1XT001BQPBC,GQY1XT001B9VDR,GQY1XT001CBLIQ,GQY1XT001ALDPA,GQY1XT001CX79U,GQY1XT001C0361,GQY1XT001A0YUO,GQY1XT001EUNWE,GQY1XT001CI3C9,GQY1XT001CP8ES,GQY1XT001A7ERY,GQY1XT001C57LL,GQY1XT001D5OO1,GQY1XT001BQA6C,GQY1XT001C96F9,GQY1XT001DR647,GQY1XT001E5CVF,GQY1XT001EK02A,GQY1XT001EHBDD,GQY1XT001E1N7K,GQY1XT001DBO7S,GQY1XT001D6W6L,GQY1XT001CJ7B4,GQY1XT001BP5I4,GQY1XT001B68UW,GQY1XT001AVMLG,GQY1XT001CQN91,GQY1XT001D2FO9,GQY1XT001A43S7,GQY1XT001D4E6B,GQY1XT001CDUGL,GQY1XT001BS4VV,GQY1XT001BVDUP,GQY1XT001A9TFR,GQY1XT001BE2OA,GQY1XT001BYGTB,GQY1XT001BQGZ8,GQY1XT001DBSLL,GQY1XT001BSVL5,GQY1XT001EB161,GQY1XT001D6Q31,GQY1XT001B8CS5,GQY1XT001BEL9N,GQY1XT001AIGFC,GQY1XT001EJI5S,GQY1XT001DYNSK,GQY1XT001B9ST7,GQY1XT001ASH2Q,GQY1XT001CE2PM,GQY1XT001A4WP4,GQY1XT001BYZAG,GQY1XT001CPYLD,GQY1XT001D6AV6,GQY1XT001A0NUX,GQY1XT001AP734,GQY1XT001ET7BM,GQY1XT001CM6EQ,GQY1XT001D4NLM,GQY1XT001BIW2D,GQY1XT001D9581,GQY1XT001BFHT2,GQY1XT001AS9A6,GQY1XT001CP4NZ,GQY1XT001CQ3L7,GQY1XT001DYBJK,GQY1XT001BVTZ4,GQY1XT001D544E,GQY1XT001DBAKB,GQY1XT001DWWHT,GQY1XT001C1TNT,GQY1XT001CBLPY,GQY1XT001ERM4W,GQY1XT001C6C79,GQY1XT001B974Z,GQY1XT001BPFPY,GQY1XT001DBLWZ,GQY1XT001EPE59,GQY1XT001D6EWC,GQY1XT001CFQD6,GQY1XT001B73AJ,GQY1XT001AVLDK,GQY1XT001A90D8,GQY1XT001DTLVG,GQY1XT001EQZY8,GQY1XT001E2M8O,GQY1XT001BKP44,GQY1XT001AIKIE,GQY1XT001EBAVV,GQY1XT001EDSVP,GQY1XT001DWQP9,GQY1XT001B3VAG,GQY1XT001AJ7BD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A5M3K"; -secondCol = "GQY1XT001A5M3K,GQY1XT001DRRDM,GQY1XT001BY9W8,GQY1XT001CJYXP,GQY1XT001EA8V8,GQY1XT001C5O6Q,GQY1XT001CCIEJ,GQY1XT001DX2IC,GQY1XT001BSB8H,GQY1XT001B8HPR,GQY1XT001DBM7D,GQY1XT001DY3ZR,GQY1XT001CH7CL,GQY1XT001A0YW8,GQY1XT001EFA1P,GQY1XT001C6UEU,GQY1XT001CMG10,GQY1XT001EGR4Q,GQY1XT001CZWMS,GQY1XT001BRNI4,GQY1XT001DJ23O,GQY1XT001DRME9,GQY1XT001DY98C,GQY1XT001E0D4X,GQY1XT001D1LDD,GQY1XT001ECCIT,GQY1XT001DLVUJ,GQY1XT001DBIHZ,GQY1XT001D51D4,GQY1XT001BZF20,GQY1XT001A1OXZ,GQY1XT001A1H3D,GQY1XT001C53FT,GQY1XT001DRY0X,GQY1XT001DBD6D,GQY1XT001DLZGA,GQY1XT001DSXIA,GQY1XT001APGTE,GQY1XT001CLMYB,GQY1XT001C75P3,GQY1XT001BXKYD,GQY1XT001DUIKM,GQY1XT001AR7UM,GQY1XT001AE7V9,GQY1XT001CIIMW,GQY1XT001BIXFB,GQY1XT001D9OSX,GQY1XT001ECQEK,GQY1XT001ECAFZ,GQY1XT001BPIGG,GQY1XT001BNC10,GQY1XT001CUB73,GQY1XT001CQ95W,GQY1XT001B0KT3,GQY1XT001BC08O,GQY1XT001ARDVK,GQY1XT001DV39I,GQY1XT001BB1WG,GQY1XT001BSHGY,GQY1XT001EAUIU,GQY1XT001D1DNR,GQY1XT001BM432,GQY1XT001E0M0O,GQY1XT001CFXVK,GQY1XT001COHPF,GQY1XT001EBDCS,GQY1XT001DANFB,GQY1XT001C3EBC,GQY1XT001B3BOS,GQY1XT001A06F2,GQY1XT001DNAVM,GQY1XT001E130M,GQY1XT001E2GO9,GQY1XT001DIL9N,GQY1XT001CDZT7,GQY1XT001EVT84,GQY1XT001DWKDT,GQY1XT001CYCCK,GQY1XT001A7A9B,GQY1XT001EZDR2,GQY1XT001C065D,GQY1XT001DQX88,GQY1XT001DUBVS,GQY1XT001A023S,GQY1XT001A0REG,GQY1XT001CKVKE,GQY1XT001B8VV0,GQY1XT001A25BN,GQY1XT001BSO0R,GQY1XT001CZY44,GQY1XT001CEO6D,GQY1XT001DACM9,GQY1XT001DI242,GQY1XT001C8P79,GQY1XT001CG3VQ,GQY1XT001AQAQ5,GQY1XT001BVVFH,GQY1XT001CPRY3,GQY1XT001BAE3R,GQY1XT001CVRNR,GQY1XT001BS6O4,GQY1XT001BMP52,GQY1XT001DABTR,GQY1XT001DBLTM,GQY1XT001E1NZG,GQY1XT001CAWID,GQY1XT001AFPB7,GQY1XT001BUBT3,GQY1XT001AY5FW,GQY1XT001ASNX9,GQY1XT001B5UOI,GQY1XT001ELDEC,GQY1XT001C2T82,GQY1XT001CZ16Y,GQY1XT001C0U1X,GQY1XT001AMCP3,GQY1XT001AEPNK,GQY1XT001A5BVL,GQY1XT001CTBF9,GQY1XT001CP2XI,GQY1XT001BUOH3,GQY1XT001DYMMO,GQY1XT001C4Q49,GQY1XT001BH18T,GQY1XT001A8O4Q,GQY1XT001AHLNC,GQY1XT001BGY38,GQY1XT001ATPIU,GQY1XT001BPJ1P,GQY1XT001EPBG3,GQY1XT001DBXUK,GQY1XT001EXWXJ,GQY1XT001BZS2I,GQY1XT001CBQOO,GQY1XT001A17J6,GQY1XT001B16FV,GQY1XT001DVQ7Z,GQY1XT001CQVJ6,GQY1XT001DGCPE,GQY1XT001CT1FS,GQY1XT001EDJ1A,GQY1XT001AOWYS,GQY1XT001C8U76,GQY1XT001BP3J1,GQY1XT001CV2OM,GQY1XT001CQ78M,GQY1XT001C151U,GQY1XT001CJY3E,GQY1XT001DUWDL,GQY1XT001C89WQ,GQY1XT001A0XUP,GQY1XT001BU5EZ,GQY1XT001AR2KJ,GQY1XT001CMOF0,GQY1XT001CEMJZ,GQY1XT001CTX66,GQY1XT001B2RE2,GQY1XT001EQFKE,GQY1XT001BN8O1,GQY1XT001A5LS2,GQY1XT001AQT0Y,GQY1XT001A9DV5,GQY1XT001AIBCS,GQY1XT001BL9TJ,GQY1XT001BSYAA,GQY1XT001BHS6S,GQY1XT001AQFHN,GQY1XT001BHTU5,GQY1XT001EEHAX,GQY1XT001A4I86,GQY1XT001B72XQ,GQY1XT001ASHYI,GQY1XT001B202T,GQY1XT001DTJIG,GQY1XT001A2T0R,GQY1XT001DH3C5,GQY1XT001BGZ62,GQY1XT001EVQCN,GQY1XT001BJLGB,GQY1XT001BCSAV,GQY1XT001A7OT7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001APUDR"; -secondCol = "GQY1XT001APUDR,GQY1XT001DHXLU,GQY1XT001A022A,GQY1XT001C0ZYK,GQY1XT001A17ON,GQY1XT001CDNAU,GQY1XT001BYQK8,GQY1XT001CMBUL,GQY1XT001A3W3M,GQY1XT001B8IWY,GQY1XT001EUKZE,GQY1XT001DTAA4,GQY1XT001CULN6,GQY1XT001EXVS5,GQY1XT001DDVD7,GQY1XT001DD8W3,GQY1XT001B9JWR,GQY1XT001ENQLY,GQY1XT001EACOR,GQY1XT001CX31G,GQY1XT001ECU2Y,GQY1XT001CTFSR,GQY1XT001EC5GV,GQY1XT001D9WHO,GQY1XT001DXFV2,GQY1XT001D1TVQ,GQY1XT001D7FB0,GQY1XT001DGMIE,GQY1XT001C9CI3,GQY1XT001CU8MV,GQY1XT001AUI9Z,GQY1XT001DOOSU,GQY1XT001EX3FS,GQY1XT001EFRTS,GQY1XT001D9WBF,GQY1XT001CWP2U,GQY1XT001BFSFW,GQY1XT001DTL6G,GQY1XT001D8TGB,GQY1XT001EX4UR,GQY1XT001BVOZ6,GQY1XT001E0BG2,GQY1XT001DBAGQ,GQY1XT001A7C7G,GQY1XT001DK1OJ,GQY1XT001EPLLA,GQY1XT001EBEDS,GQY1XT001B3B6E,GQY1XT001AQBX0,GQY1XT001ETLU6,GQY1XT001AIUPK,GQY1XT001AHGF4,GQY1XT001BALBN,GQY1XT001CO46O,GQY1XT001DWCLL,GQY1XT001EPH5E,GQY1XT001AHXE7,GQY1XT001C6ZVQ,GQY1XT001A0878,GQY1XT001D5Y0M,GQY1XT001BES4I,GQY1XT001AUGTM,GQY1XT001BHVL6,GQY1XT001EUCJL,GQY1XT001AG7JJ,GQY1XT001B903X,GQY1XT001BYV6W,GQY1XT001AJ75W,GQY1XT001DF24T,GQY1XT001DRFV0,GQY1XT001BY2AO,GQY1XT001ATP07,GQY1XT001ARP3I,GQY1XT001BMA9P,GQY1XT001BUPD4,GQY1XT001AUZMS,GQY1XT001D4UN6,GQY1XT001A56X4,GQY1XT001BST5Z,GQY1XT001C47NM,GQY1XT001D6DKD,GQY1XT001COGFY,GQY1XT001D4O0Q,GQY1XT001BJPBH,GQY1XT001B75NX,GQY1XT001A5IVI,GQY1XT001A0KTJ,GQY1XT001EQ0JW,GQY1XT001CJYIH,GQY1XT001A05VV,GQY1XT001B3M65,GQY1XT001EGIRU,GQY1XT001EALYD,GQY1XT001DW8IX,GQY1XT001DINQ8,GQY1XT001DFH8J,GQY1XT001D6O60,GQY1XT001BVSIE,GQY1XT001B5SGJ,GQY1XT001A41V1,GQY1XT001BCREW,GQY1XT001AMIMP,GQY1XT001B0BGU,GQY1XT001D5UFX,GQY1XT001EJA8K,GQY1XT001CKCAL,GQY1XT001EQNKX,GQY1XT001AO84L,GQY1XT001A2WSE,GQY1XT001C6WGX,GQY1XT001DHOZH,GQY1XT001DAOEA,GQY1XT001BYVK5,GQY1XT001CQEL2,GQY1XT001D4R8U,GQY1XT001BZ3XG,GQY1XT001CNLN7,GQY1XT001CGB25,GQY1XT001A1NDH,GQY1XT001D3HP3,GQY1XT001BOJB2,GQY1XT001C9IGA,GQY1XT001D8ZT6,GQY1XT001AK1T9,GQY1XT001CQVYG,GQY1XT001CK7ED,GQY1XT001ASGPG,GQY1XT001COW1H,GQY1XT001A755X,GQY1XT001DF2KD,GQY1XT001A6HBO,GQY1XT001EQQQQ,GQY1XT001ATYET,GQY1XT001CF0ZK,GQY1XT001BIRVI,GQY1XT001EUU2C,GQY1XT001A99US,GQY1XT001A6KRM,GQY1XT001ERK58,GQY1XT001A7SSF,GQY1XT001B4Z34,GQY1XT001ANIEA,GQY1XT001CM2ZE,GQY1XT001DNKIA,GQY1XT001AJ0UX,GQY1XT001DQ8I1,GQY1XT001C2HBA,GQY1XT001A5Q5E,GQY1XT001B4XU5,GQY1XT001ELGN9,GQY1XT001DO796,GQY1XT001BUU7J,GQY1XT001EDAP0,GQY1XT001EEPII,GQY1XT001DVP6L,GQY1XT001BOK76,GQY1XT001DERQL,GQY1XT001CRL0M,GQY1XT001CYYBF,GQY1XT001COX07,GQY1XT001B6JBP,GQY1XT001DZ074,GQY1XT001B0MG0,GQY1XT001CAYEF,GQY1XT001D0BFA,GQY1XT001DAE7K,GQY1XT001DYJ9K,GQY1XT001EBX4E,GQY1XT001CKABX,GQY1XT001CBRZN,GQY1XT001AFX29,GQY1XT001EWA8M,GQY1XT001A8WVN,GQY1XT001DQ2QA,GQY1XT001EDAE1,GQY1XT001B7EBX,GQY1XT001CX5FZ,GQY1XT001DIXTD,GQY1XT001CG62S,GQY1XT001BC8N8,GQY1XT001DXGX2,GQY1XT001D89CS,GQY1XT001A2HJA,GQY1XT001D0EC6,GQY1XT001D52PD,GQY1XT001EMZVJ,GQY1XT001ARI4U,GQY1XT001DM1PV,GQY1XT001BUIA4,GQY1XT001D5P9A,GQY1XT001EZ7M2,GQY1XT001B4N6K,GQY1XT001BQF8D,GQY1XT001C2FX9,GQY1XT001D87C0,GQY1XT001D69RA,GQY1XT001BPKME,GQY1XT001B3EN7,GQY1XT001BNSZM,GQY1XT001AKNJ0,GQY1XT001ENNPS,GQY1XT001CKZ9S,GQY1XT001BN7J5,GQY1XT001DAINZ,GQY1XT001BFVHB,GQY1XT001C81JX,GQY1XT001DOPWX,GQY1XT001C1G0K,GQY1XT001EKZ3W,GQY1XT001CQCSF,GQY1XT001A9NE0,GQY1XT001ASRKS,GQY1XT001BOC3J,GQY1XT001CKUBR,GQY1XT001CUTBG,GQY1XT001BQ9HP,GQY1XT001B8K9Q,GQY1XT001D30VO,GQY1XT001DF8P2,GQY1XT001BHHWT,GQY1XT001AYPW4,GQY1XT001C5A4L,GQY1XT001CLVBC,GQY1XT001BYI2I,GQY1XT001CTIYR,GQY1XT001AVQ72,GQY1XT001CA9TJ,GQY1XT001BH9TX,GQY1XT001D25JR,GQY1XT001EXBXU,GQY1XT001DEJDU,GQY1XT001EPB9D,GQY1XT001D3BII,GQY1XT001B2WU2,GQY1XT001C04CQ,GQY1XT001ETPCB,GQY1XT001D2IBK,GQY1XT001EN6ZQ,GQY1XT001AWJQ2,GQY1XT001D8S5O,GQY1XT001CBJI7,GQY1XT001A6067,GQY1XT001A47XM,GQY1XT001EXIPZ,GQY1XT001BZZZG,GQY1XT001ENBJ5,GQY1XT001DWKRF,GQY1XT001D5OBA,GQY1XT001CS1IY,GQY1XT001BQ76O,GQY1XT001BEPWI,GQY1XT001AW72N,GQY1XT001A4XBX,GQY1XT001A5Q4O,GQY1XT001DRWJ2,GQY1XT001A6Y6M,GQY1XT001BJMFH,GQY1XT001CZ50R,GQY1XT001DGUE3,GQY1XT001D20XW,GQY1XT001DOWGQ,GQY1XT001BFK8D,GQY1XT001B285L,GQY1XT001BL2PL,GQY1XT001EM2JQ,GQY1XT001A2BB8,GQY1XT001BWWFS,GQY1XT001CA17F,GQY1XT001BIUL0,GQY1XT001DBQTN,GQY1XT001BI32K,GQY1XT001A8S4X,GQY1XT001C4PG0,GQY1XT001AGAT4,GQY1XT001A7XAT,GQY1XT001EH1JJ,GQY1XT001C5P8C,GQY1XT001CZM2N,GQY1XT001D8CGM,GQY1XT001CGBSM,GQY1XT001DD96C,GQY1XT001BYB41,GQY1XT001C8TQ6,GQY1XT001DYVVE,GQY1XT001DKW7J,GQY1XT001EAWL3,GQY1XT001DS9Z5,GQY1XT001C7Y46,GQY1XT001A69FA,GQY1XT001D7I8H,GQY1XT001AMGA5,GQY1XT001A5GUX,GQY1XT001BEFLQ,GQY1XT001C3KID,GQY1XT001CPNJL,GQY1XT001BNKGK,GQY1XT001A1DG2,GQY1XT001BSNQT,GQY1XT001AU0RG,GQY1XT001BTHER,GQY1XT001E22PO,GQY1XT001EA9WI,GQY1XT001E0KP0,GQY1XT001DAH0G,GQY1XT001D02U1,GQY1XT001C0DCX,GQY1XT001EV4PU,GQY1XT001CVLB7,GQY1XT001CLPU5,GQY1XT001AW1LU,GQY1XT001CDO0E,GQY1XT001EEODI,GQY1XT001D681I,GQY1XT001DYMKA,GQY1XT001C8I2H,GQY1XT001ENDX3,GQY1XT001DTQBD,GQY1XT001AL20T,GQY1XT001AUXLM,GQY1XT001DW7D6,GQY1XT001D932N,GQY1XT001ELD2Z,GQY1XT001DF7KJ,GQY1XT001D21X5,GQY1XT001ESMBK,GQY1XT001C9UKF,GQY1XT001DUJ2X,GQY1XT001CGBS3,GQY1XT001CY9XS,GQY1XT001D1FU0,GQY1XT001CXEYU,GQY1XT001C6S5P,GQY1XT001DP7RY,GQY1XT001E3074,GQY1XT001CJC9Z,GQY1XT001EIF9X,GQY1XT001A53RL,GQY1XT001CPI7T,GQY1XT001BPNIE,GQY1XT001DU0LR,GQY1XT001CAMG1,GQY1XT001CQZ7U,GQY1XT001BC3UA,GQY1XT001DDFSG,GQY1XT001BN15Q,GQY1XT001EJIMU,GQY1XT001DE3HG,GQY1XT001CJ9WR,GQY1XT001EQZUO,GQY1XT001CS60F,GQY1XT001DMI90,GQY1XT001AT3VF,GQY1XT001AWC06,GQY1XT001A5QA8,GQY1XT001DDCLU,GQY1XT001DTWWU,GQY1XT001EXHGJ,GQY1XT001EZDST,GQY1XT001E3L9Q,GQY1XT001CCATK,GQY1XT001DUG9L,GQY1XT001BEE6C,GQY1XT001BVE7J,GQY1XT001CT0XF,GQY1XT001EN7JU,GQY1XT001CYY47,GQY1XT001CXMON,GQY1XT001BJUMU,GQY1XT001A2RUX,GQY1XT001D1DNB,GQY1XT001C26A0,GQY1XT001B43K3,GQY1XT001CAKI7,GQY1XT001DNAGK,GQY1XT001DCPAG,GQY1XT001D0OL9,GQY1XT001CQWM1,GQY1XT001C6D7D,GQY1XT001BEV57,GQY1XT001B32TV,GQY1XT001AJGHY,GQY1XT001BXNY0,GQY1XT001BKZYO,GQY1XT001AX332,GQY1XT001D7ROK,GQY1XT001AKYOX,GQY1XT001BPYM1,GQY1XT001A1W4Z,GQY1XT001D1A76,GQY1XT001DOVR8,GQY1XT001BTYXO,GQY1XT001C525Q,GQY1XT001AO1UW,GQY1XT001AFI5L,GQY1XT001BTMSN,GQY1XT001C7SOV,GQY1XT001AGBLO,GQY1XT001BHFK3,GQY1XT001BJITA,GQY1XT001EEFVC,GQY1XT001C1LHH,GQY1XT001BV4XN,GQY1XT001CSK3T,GQY1XT001CG9VL,GQY1XT001E2PNK,GQY1XT001A39PY,GQY1XT001DU7D0,GQY1XT001AHYZ9,GQY1XT001E0G4L,GQY1XT001EIUHU,GQY1XT001DSX73,GQY1XT001C6BQ2,GQY1XT001CVRCT,GQY1XT001EKFV7,GQY1XT001EM8XS,GQY1XT001DZKCH,GQY1XT001AW5AA,GQY1XT001ESEP0,GQY1XT001C2KRS,GQY1XT001BTVTW,GQY1XT001B9I7U,GQY1XT001AMV3X,GQY1XT001BFZEM,GQY1XT001DQKDA,GQY1XT001CD49E,GQY1XT001E37IO,GQY1XT001DNTF3,GQY1XT001BJUPG,GQY1XT001CMKME,GQY1XT001EKURH,GQY1XT001B5SUB,GQY1XT001CU4Z8,GQY1XT001AJFHN,GQY1XT001COOSJ,GQY1XT001B1LKG,GQY1XT001EH2MX,GQY1XT001CFD2H,GQY1XT001A20G9,GQY1XT001DMRUE,GQY1XT001BH7M8,GQY1XT001BFNKJ,GQY1XT001DFX0U,GQY1XT001C387V,GQY1XT001AH7ZW,GQY1XT001BM9FQ,GQY1XT001CSA1C,GQY1XT001BG8PT,GQY1XT001CI7Y5,GQY1XT001DEKGK,GQY1XT001ER4OT,GQY1XT001BPT8J,GQY1XT001CRUA9,GQY1XT001AE4VP,GQY1XT001ENKFD,GQY1XT001EW004,GQY1XT001DBDO3,GQY1XT001EENYC,GQY1XT001CMXXH,GQY1XT001EAIMT,GQY1XT001CH8NC,GQY1XT001CLTNV,GQY1XT001EOPTV,GQY1XT001B8B88,GQY1XT001ASL27,GQY1XT001AW75G,GQY1XT001EPDNY,GQY1XT001D8UCO,GQY1XT001A0GDQ,GQY1XT001DV7JW,GQY1XT001CAJVU,GQY1XT001DNDUY,GQY1XT001DDWIC,GQY1XT001CQADQ,GQY1XT001CK9J8,GQY1XT001BLTWP,GQY1XT001BFDT3,GQY1XT001AJ076,GQY1XT001A07V0,GQY1XT001CZ1YG,GQY1XT001A62H6,GQY1XT001CJ8VC,GQY1XT001DZYKL,GQY1XT001B677I,GQY1XT001DF97G,GQY1XT001AFNPG,GQY1XT001CL3FK,GQY1XT001AVB3V,GQY1XT001D8WB1,GQY1XT001EMQKL,GQY1XT001CMU31,GQY1XT001BOYB3,GQY1XT001EJL5W,GQY1XT001EJJBQ,GQY1XT001BDRWR,GQY1XT001DNMVI,GQY1XT001BKOEY,GQY1XT001BX9TX,GQY1XT001DNJXY,GQY1XT001DCAB9,GQY1XT001DTHXU,GQY1XT001B7HT5,GQY1XT001EF5CA,GQY1XT001D2UWB,GQY1XT001EI30U,GQY1XT001D6D3Z,GQY1XT001ELTER,GQY1XT001DTOPU,GQY1XT001CB80S,GQY1XT001DV9WP,GQY1XT001DHEAJ,GQY1XT001CYPV8,GQY1XT001CIAOX,GQY1XT001CFMQD,GQY1XT001DG5ED,GQY1XT001BI1UI,GQY1XT001EK6OE,GQY1XT001CYH2K,GQY1XT001B0PN4,GQY1XT001DHQJB,GQY1XT001EF3DI,GQY1XT001CHD7H,GQY1XT001D5NAM,GQY1XT001A9WYK,GQY1XT001D46N9,GQY1XT001CCZNP,GQY1XT001ANWKC,GQY1XT001E23UA,GQY1XT001EV691,GQY1XT001DM4VE,GQY1XT001BEI7M,GQY1XT001DC26D,GQY1XT001EOGNF,GQY1XT001C8KMR,GQY1XT001BZR46,GQY1XT001AG137,GQY1XT001BR361,GQY1XT001D69G3,GQY1XT001AXB1T,GQY1XT001AOJ89,GQY1XT001EYS94,GQY1XT001CSIQA,GQY1XT001AQD24,GQY1XT001E1T12,GQY1XT001CGNAF,GQY1XT001CIO0J,GQY1XT001DQOVQ,GQY1XT001EG20F,GQY1XT001C71PW,GQY1XT001AWZ55,GQY1XT001C2CBR,GQY1XT001C86ZJ,GQY1XT001D5Z5J,GQY1XT001CQ3DK,GQY1XT001D1HN6,GQY1XT001CKM29,GQY1XT001CDYBB,GQY1XT001B2ORY,GQY1XT001CN5UX,GQY1XT001CK7G8,GQY1XT001AMD56,GQY1XT001D6I8X,GQY1XT001AIJ14,GQY1XT001CL02F,GQY1XT001AJT04,GQY1XT001DA8HX,GQY1XT001DCFQG,GQY1XT001DTWQV,GQY1XT001BSEYZ,GQY1XT001EVP6H,GQY1XT001DRGLS,GQY1XT001AYI8S,GQY1XT001CVSO3,GQY1XT001A9OL6,GQY1XT001BVJJC,GQY1XT001EN3Y3,GQY1XT001EUSTH,GQY1XT001CUHYY,GQY1XT001EUJ3T,GQY1XT001AP555,GQY1XT001BRQM8,GQY1XT001C6A2M,GQY1XT001CWR5N,GQY1XT001BUZM2,GQY1XT001A1QGQ,GQY1XT001DY2HU,GQY1XT001DCKJK,GQY1XT001EI2OJ,GQY1XT001DMOVA,GQY1XT001DE3PH,GQY1XT001CPIUJ,GQY1XT001CHW3U,GQY1XT001B9D3R,GQY1XT001ARC8F,GQY1XT001AM83D,GQY1XT001BUNH3,GQY1XT001AZYTD,GQY1XT001AHFJ8,GQY1XT001CAOQS,GQY1XT001DZD1P,GQY1XT001C1SOH,GQY1XT001CQ3B3,GQY1XT001ERFI3,GQY1XT001C3J9B,GQY1XT001A6C07,GQY1XT001ARCRQ,GQY1XT001ET3XF,GQY1XT001EFUON,GQY1XT001BTRV0,GQY1XT001ASQ6M,GQY1XT001CQTID,GQY1XT001DISIE,GQY1XT001DNXRO,GQY1XT001AV8YY,GQY1XT001CGHPL,GQY1XT001C6ATO,GQY1XT001C6NWO,GQY1XT001AQOS2,GQY1XT001ETJUB,GQY1XT001B8X8H,GQY1XT001CJV7A,GQY1XT001C3XPR,GQY1XT001CQ2F6,GQY1XT001BG38H,GQY1XT001DR8ES,GQY1XT001EGKHH,GQY1XT001BT9NO,GQY1XT001BCBLQ,GQY1XT001BV5JJ,GQY1XT001D5EY0,GQY1XT001AVT63,GQY1XT001CTZ33,GQY1XT001EF442,GQY1XT001DE4D6,GQY1XT001D4X2Y,GQY1XT001C8BX3,GQY1XT001ERHUE,GQY1XT001BKRT2,GQY1XT001D847A,GQY1XT001CA0IX,GQY1XT001A2BT3,GQY1XT001D949W,GQY1XT001BB7PG,GQY1XT001C0FEG,GQY1XT001B3J3W,GQY1XT001BC650,GQY1XT001BM7EZ,GQY1XT001A7U4X,GQY1XT001BTV7B,GQY1XT001DNQPO,GQY1XT001EFD33,GQY1XT001EQOT2,GQY1XT001CSOAD,GQY1XT001DPQDP,GQY1XT001C33D9,GQY1XT001CH7KL,GQY1XT001BI4OP,GQY1XT001A5NHY,GQY1XT001D812S,GQY1XT001A6S2G,GQY1XT001C0NY7,GQY1XT001C8Q1N,GQY1XT001AFVP6,GQY1XT001A4TX7,GQY1XT001B7UHQ,GQY1XT001DN3N1,GQY1XT001BPAUA,GQY1XT001EMBEK,GQY1XT001BH3HJ,GQY1XT001DF8M5,GQY1XT001DFESK,GQY1XT001E1CRE,GQY1XT001BHCTJ,GQY1XT001BODLO,GQY1XT001DY3EO,GQY1XT001EWJMR,GQY1XT001AKGDA,GQY1XT001CVH1U,GQY1XT001DZG24,GQY1XT001AXR4H,GQY1XT001CXRML,GQY1XT001BQE31,GQY1XT001DQ2UG,GQY1XT001A53BW,GQY1XT001EY4BY,GQY1XT001DQ7GL,GQY1XT001DVHBC,GQY1XT001CY2RO,GQY1XT001ERJAH,GQY1XT001BCG63,GQY1XT001BTZUB,GQY1XT001B2WVB,GQY1XT001DL53Y,GQY1XT001CM9AC,GQY1XT001E6K98,GQY1XT001EI266,GQY1XT001DAID1,GQY1XT001BKVAD,GQY1XT001D98TD,GQY1XT001CH2FE,GQY1XT001DF1BN,GQY1XT001ETKY8,GQY1XT001ESS3A,GQY1XT001EKFVP,GQY1XT001DO3V3,GQY1XT001DAXLW,GQY1XT001D5536,GQY1XT001D3YCD,GQY1XT001D2IYF,GQY1XT001C1NK5,GQY1XT001ALZNS,GQY1XT001AWP8P,GQY1XT001BE0NR,GQY1XT001ETM7A,GQY1XT001CZDKK,GQY1XT001CKQNL,GQY1XT001ENFWK,GQY1XT001CI6KG,GQY1XT001AZKLM,GQY1XT001AZ0TW,GQY1XT001AYMYB,GQY1XT001EGZ3A,GQY1XT001C6O21,GQY1XT001A1B20,GQY1XT001D5ZWX,GQY1XT001BUTE0,GQY1XT001BOW0S,GQY1XT001BIBUP,GQY1XT001EKAS2,GQY1XT001D092A,GQY1XT001ESUY4,GQY1XT001D61A2,GQY1XT001D2QE2,GQY1XT001DDJ6I,GQY1XT001AVMID,GQY1XT001C8YHO,GQY1XT001E2QIS,GQY1XT001ALK0D,GQY1XT001DOEPS,GQY1XT001A1Z84,GQY1XT001CFMSK,GQY1XT001DJS2O,GQY1XT001ECIJ6,GQY1XT001BJIVB,GQY1XT001C51RF,GQY1XT001DTOJL,GQY1XT001AW6KG,GQY1XT001D2VC1,GQY1XT001BZ567,GQY1XT001ETWJK,GQY1XT001CEGAI,GQY1XT001BL0WN,GQY1XT001CBYF7,GQY1XT001D8Q8J,GQY1XT001CCA1C,GQY1XT001CB9PG,GQY1XT001BWWJM,GQY1XT001A3BTD,GQY1XT001DJKU6,GQY1XT001BQAUX,GQY1XT001D3LJT,GQY1XT001BNZ09,GQY1XT001BV9EE,GQY1XT001DGG0U,GQY1XT001BVC19,GQY1XT001BSPW1,GQY1XT001CBCOJ,GQY1XT001BIZ0H,GQY1XT001BTJVJ,GQY1XT001C2RLF,GQY1XT001BIUAH,GQY1XT001BQCL4,GQY1XT001DZBCA,GQY1XT001ESB7V,GQY1XT001BIYU7,GQY1XT001DD32C,GQY1XT001BEOAE,GQY1XT001B9K5Z,GQY1XT001BFVEU,GQY1XT001DJGBK,GQY1XT001COO9H,GQY1XT001C89BQ,GQY1XT001C6028,GQY1XT001D9ITT,GQY1XT001D97P9,GQY1XT001BTZUI,GQY1XT001D9DDD,GQY1XT001EXF41,GQY1XT001CH07N,GQY1XT001EIT5I,GQY1XT001ANULU,GQY1XT001C7ASU,GQY1XT001BLJSJ,GQY1XT001DE5SR,GQY1XT001CZ2BQ,GQY1XT001ECHPY,GQY1XT001BVXCG,GQY1XT001D7LGM,GQY1XT001BO9S2,GQY1XT001AQ24B,GQY1XT001EIAGM,GQY1XT001ES09W,GQY1XT001ESNE3,GQY1XT001BOS6O,GQY1XT001AH8SF,GQY1XT001EHSLU,GQY1XT001CHTMX,GQY1XT001AOMLL,GQY1XT001BFICH,GQY1XT001EUK73,GQY1XT001EGBYJ,GQY1XT001CTRXA,GQY1XT001CO20W,GQY1XT001AWP23,GQY1XT001AEPUI,GQY1XT001A9DTT,GQY1XT001CWHBX,GQY1XT001CMWIN,GQY1XT001BVLVW,GQY1XT001EP4ZO,GQY1XT001EEM10,GQY1XT001EN58I,GQY1XT001BGJC3,GQY1XT001DCXT1,GQY1XT001CMAFT,GQY1XT001D4527,GQY1XT001AP4F3,GQY1XT001AZ64M,GQY1XT001BPG75,GQY1XT001BZTZM,GQY1XT001D71FO,GQY1XT001AXAH8,GQY1XT001B0PLL,GQY1XT001A0D4V,GQY1XT001AY6VD,GQY1XT001CL4WC,GQY1XT001DZI3W,GQY1XT001CR16Y,GQY1XT001C1K4Z,GQY1XT001BZNL6,GQY1XT001BQC9Q,GQY1XT001B85LZ,GQY1XT001EDF0C,GQY1XT001CKJ72,GQY1XT001BWU67,GQY1XT001D57HH,GQY1XT001EK2PU,GQY1XT001EJMWZ,GQY1XT001E0I07,GQY1XT001EO5S4,GQY1XT001D8OBJ,GQY1XT001BKSL3,GQY1XT001B0BT3,GQY1XT001DY93D,GQY1XT001A7B29,GQY1XT001C57BP,GQY1XT001CP9TG,GQY1XT001A745B,GQY1XT001C6HJY,GQY1XT001A4ZHG,GQY1XT001DF5DN,GQY1XT001A3XQ0,GQY1XT001D298X,GQY1XT001EX9X9,GQY1XT001AWZ8O,GQY1XT001C98HD,GQY1XT001CBNJT,GQY1XT001B9G0L,GQY1XT001D31CO,GQY1XT001EKPBY,GQY1XT001COGQH,GQY1XT001BOJSG,GQY1XT001BTWIB,GQY1XT001DNR05,GQY1XT001BJSK2,GQY1XT001CROWT,GQY1XT001ALA9T,GQY1XT001AMMPT,GQY1XT001E26KY,GQY1XT001D0968,GQY1XT001EP1BO,GQY1XT001DSYDM,GQY1XT001A6TY1,GQY1XT001BPH1P,GQY1XT001B9QUP,GQY1XT001EZFS9,GQY1XT001E3MPG,GQY1XT001B8ETY,GQY1XT001CJMDH,GQY1XT001DX0GI,GQY1XT001A7V5T,GQY1XT001C0RXW,GQY1XT001B4B8X,GQY1XT001DGWY4,GQY1XT001DS1EV,GQY1XT001BIQV4,GQY1XT001BO7O8,GQY1XT001CU3ZQ,GQY1XT001D4EUT,GQY1XT001DCZRX,GQY1XT001CFNFT,GQY1XT001BZMN5,GQY1XT001CFD7Q,GQY1XT001ESLHC,GQY1XT001CMDWX,GQY1XT001DVC6B,GQY1XT001C0UU6,GQY1XT001A0HQK,GQY1XT001B38HW,GQY1XT001DUCTX,GQY1XT001BDZQQ,GQY1XT001CKUE9,GQY1XT001CI183,GQY1XT001BCHYY,GQY1XT001AN3P6,GQY1XT001BDZNK,GQY1XT001BDLXM,GQY1XT001EQPOZ,GQY1XT001B2RWB,GQY1XT001D3PW9,GQY1XT001BD5HP,GQY1XT001BNZNF,GQY1XT001CWDEC,GQY1XT001E4260,GQY1XT001APWRW,GQY1XT001EJTQB,GQY1XT001ET9IV,GQY1XT001ENXTV,GQY1XT001AONVQ,GQY1XT001ARNCD,GQY1XT001BOFX2,GQY1XT001CMM0X,GQY1XT001BQKG4,GQY1XT001D41IZ,GQY1XT001EBG4B,GQY1XT001EGFWQ,GQY1XT001AUFQZ,GQY1XT001AYIZ3,GQY1XT001DK4DN,GQY1XT001CR7P9,GQY1XT001DA4GC,GQY1XT001AX02M,GQY1XT001CJOTZ,GQY1XT001CD8GQ,GQY1XT001BK3UV,GQY1XT001EFNCO,GQY1XT001EE79X,GQY1XT001EDDHN,GQY1XT001D6R2M,GQY1XT001CWAU4,GQY1XT001CRJ49,GQY1XT001CLRPZ,GQY1XT001C3XX3,GQY1XT001BMVSB,GQY1XT001BA484,GQY1XT001AVT1R,GQY1XT001ATFJG,GQY1XT001EHIZF,GQY1XT001CRDBJ,GQY1XT001BQ2PI,GQY1XT001B27Z9,GQY1XT001D6V3D,GQY1XT001EWVS0,GQY1XT001AZ9YX,GQY1XT001CSYNR,GQY1XT001D08HQ,GQY1XT001EMUWZ,GQY1XT001CMM8D,GQY1XT001C4ZP5,GQY1XT001BZ86R,GQY1XT001D211J,GQY1XT001BKD4M,GQY1XT001A04FR,GQY1XT001AL0ME,GQY1XT001ETFXY,GQY1XT001A08MM,GQY1XT001BQUM3,GQY1XT001AWV3B,GQY1XT001BZ3FM,GQY1XT001BQMOQ,GQY1XT001CKNII,GQY1XT001ASXCD,GQY1XT001BSDLF,GQY1XT001BFAT8,GQY1XT001ATT21,GQY1XT001AUVNF,GQY1XT001AWUA2,GQY1XT001DK9UV,GQY1XT001A38B9,GQY1XT001BM1Z7,GQY1XT001C20I0,GQY1XT001COP2W,GQY1XT001CZX3B,GQY1XT001EDQ9D,GQY1XT001DFC9R,GQY1XT001EBSYW,GQY1XT001DN0YW,GQY1XT001DH0G9,GQY1XT001DKVRH,GQY1XT001ENA5O,GQY1XT001A84H5,GQY1XT001BA62D,GQY1XT001CRFQ6,GQY1XT001D1VV7,GQY1XT001CYHBO,GQY1XT001C19KQ,GQY1XT001CGY5E,GQY1XT001AG77H,GQY1XT001DCKKN,GQY1XT001ATK3Z,GQY1XT001D70MU,GQY1XT001AW2MB,GQY1XT001D8JGB,GQY1XT001CTRGF,GQY1XT001DIC9J,GQY1XT001ELTOZ,GQY1XT001DH5WK,GQY1XT001EXIS6,GQY1XT001AVG6V,GQY1XT001DZE0Y,GQY1XT001AF60R,GQY1XT001BSIIG,GQY1XT001EQJ0O,GQY1XT001BGTZH,GQY1XT001A59GN,GQY1XT001EG18F,GQY1XT001CIAQF,GQY1XT001ET6B9,GQY1XT001BP4V3,GQY1XT001EWIOW,GQY1XT001A4074,GQY1XT001EECVU,GQY1XT001BPR9A,GQY1XT001EHKVU,GQY1XT001ECI43,GQY1XT001D2Q4J,GQY1XT001EI1KU,GQY1XT001DM37T,GQY1XT001AV4MJ,GQY1XT001BVQTP,GQY1XT001BULHP,GQY1XT001E1A6Z,GQY1XT001BRQ5T,GQY1XT001BS6DN,GQY1XT001CRN2T,GQY1XT001BWC47,GQY1XT001DLG4Z,GQY1XT001AWA2I,GQY1XT001A4OQM,GQY1XT001BOTXI,GQY1XT001E60PM,GQY1XT001ELC5K,GQY1XT001CI8XN,GQY1XT001BTS5T,GQY1XT001ARDPG,GQY1XT001EFRU6,GQY1XT001EAZTR,GQY1XT001CLLI9,GQY1XT001C1SLF,GQY1XT001A7J62,GQY1XT001DNOMG,GQY1XT001AS5HT,GQY1XT001BPC46,GQY1XT001B2VJC,GQY1XT001C2BZY,GQY1XT001AOWB7,GQY1XT001EGIPA,GQY1XT001A0QQL,GQY1XT001DUBO1,GQY1XT001BMUB6,GQY1XT001AEY64,GQY1XT001BMO9S,GQY1XT001DHQLI,GQY1XT001C3V5T,GQY1XT001BGMKJ,GQY1XT001C7LNR,GQY1XT001EFAYM,GQY1XT001B8GUX,GQY1XT001BT18X,GQY1XT001CP1E3,GQY1XT001BPXXF,GQY1XT001CJ2JD,GQY1XT001CLKF7,GQY1XT001CEZUZ,GQY1XT001C78EY,GQY1XT001DILBU,GQY1XT001EAMKP,GQY1XT001D0L0Q,GQY1XT001AE2Q3,GQY1XT001CCR6L,GQY1XT001BU37Q,GQY1XT001A2AR2,GQY1XT001EJ0QM,GQY1XT001BEL6V,GQY1XT001DZSLS,GQY1XT001DVWY1,GQY1XT001C7640,GQY1XT001D0MZE,GQY1XT001EJ0HP,GQY1XT001DPNAG,GQY1XT001D6ESW,GQY1XT001BKJHU,GQY1XT001DJ379,GQY1XT001DBTFP,GQY1XT001C7J6N,GQY1XT001D0L7O,GQY1XT001CAP5W,GQY1XT001CF7RO,GQY1XT001CHNZB,GQY1XT001DGC82,GQY1XT001ET8VJ,GQY1XT001C6KC2,GQY1XT001DTAF2,GQY1XT001CRARX,GQY1XT001EAVX1,GQY1XT001EUUJ7,GQY1XT001CK5JR,GQY1XT001BE0FE,GQY1XT001CR0ZU,GQY1XT001ERSUE,GQY1XT001AUZV4,GQY1XT001D153N,GQY1XT001CRCZN,GQY1XT001DFC93,GQY1XT001AKVIL,GQY1XT001BOB0Z,GQY1XT001A5JZP,GQY1XT001EWU5L,GQY1XT001EBP9M,GQY1XT001DLT9L,GQY1XT001BYHNF,GQY1XT001D39G4,GQY1XT001EBR13,GQY1XT001EQXHK,GQY1XT001B82LV,GQY1XT001AU1G4,GQY1XT001D3TFJ,GQY1XT001B3YGB,GQY1XT001B88AL,GQY1XT001EJ4ZD,GQY1XT001DRX7Y,GQY1XT001CPH4Q,GQY1XT001A7P9B,GQY1XT001CQ9G7,GQY1XT001BOP4B,GQY1XT001E3FPD,GQY1XT001C8MWX,GQY1XT001AF4QL,GQY1XT001BIJAL,GQY1XT001CS0M0,GQY1XT001CELSP,GQY1XT001DA17R,GQY1XT001COTPK,GQY1XT001DP6UA,GQY1XT001C8Q09,GQY1XT001DD2UW,GQY1XT001EUW52,GQY1XT001D16CM,GQY1XT001B11DK,GQY1XT001A9VLF,GQY1XT001EH7DE,GQY1XT001ESS0F,GQY1XT001BCM1X,GQY1XT001DG0BQ,GQY1XT001C7JZP,GQY1XT001A0IK8,GQY1XT001AUK01,GQY1XT001ETWIS,GQY1XT001CAQDH,GQY1XT001ERKTD,GQY1XT001A8DVY,GQY1XT001CHV42,GQY1XT001BS3Z8,GQY1XT001A3Q7X,GQY1XT001C4HCT,GQY1XT001BI8FD,GQY1XT001D4IS2,GQY1XT001AWPWA,GQY1XT001CROWI,GQY1XT001B5689,GQY1XT001C19Y1,GQY1XT001DV1A0,GQY1XT001DS7Z3,GQY1XT001ATLNE,GQY1XT001AIKGC,GQY1XT001EPRT2,GQY1XT001EIX0R,GQY1XT001EGCJI,GQY1XT001CTCGA,GQY1XT001CKJSD,GQY1XT001CFZWI,GQY1XT001C6TZS,GQY1XT001BYY5C,GQY1XT001BDAK2,GQY1XT001B4KJ3,GQY1XT001AXXVY,GQY1XT001APFJO,GQY1XT001A1PEZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DTSOS"; -secondCol = "GQY1XT001DTSOS,GQY1XT001ECZDJ,GQY1XT001AZYL7,GQY1XT001DFN8O,GQY1XT001CGSUN,GQY1XT001DXOY8,GQY1XT001CS2WN,GQY1XT001D6959,GQY1XT001B9QCN,GQY1XT001BRMXX,GQY1XT001BZDO6,GQY1XT001BD5UC,GQY1XT001CQXVF,GQY1XT001C4ZM8,GQY1XT001BFCMJ,GQY1XT001CE4WM,GQY1XT001EGZOB,GQY1XT001AXHCN,GQY1XT001AU4C6,GQY1XT001EB23H,GQY1XT001CTGK4,GQY1XT001EXP5A,GQY1XT001DQRA4,GQY1XT001EGZD4,GQY1XT001DU2S1,GQY1XT001ERAWD,GQY1XT001BWG8K,GQY1XT001DM2GJ,GQY1XT001CS3DR,GQY1XT001CWHCS,GQY1XT001BHROI,GQY1XT001CV4MA,GQY1XT001BD2IS,GQY1XT001DRMQZ,GQY1XT001D5MQU,GQY1XT001DXQJO,GQY1XT001CKI2K,GQY1XT001B0UMG,GQY1XT001CFNN4,GQY1XT001BNLFV,GQY1XT001DUY4Z,GQY1XT001APKIB,GQY1XT001AW2PM,GQY1XT001DV9MR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DOHBW"; -secondCol = "GQY1XT001DOHBW,GQY1XT001AP161,GQY1XT001CS0L8,GQY1XT001D3COX,GQY1XT001EK1OL,GQY1XT001ECBUO,GQY1XT001D7DZ8,GQY1XT001ALWDP,GQY1XT001BR8XC,GQY1XT001AEZCT,GQY1XT001EN2UY,GQY1XT001BEE25,GQY1XT001D42EL,GQY1XT001BOV17,GQY1XT001CDK0Z,GQY1XT001CRGWJ,GQY1XT001ERGRG,GQY1XT001DUEKU,GQY1XT001DENHU,GQY1XT001ALKUC,GQY1XT001BIBHW,GQY1XT001ALDCP,GQY1XT001A8VG5,GQY1XT001BVODY,GQY1XT001EWO2H,GQY1XT001EYZ58,GQY1XT001EYLWP,GQY1XT001BPSNM,GQY1XT001BLRFN,GQY1XT001AX7SU,GQY1XT001BM00P,GQY1XT001AW8ZA,GQY1XT001D6OZK,GQY1XT001BJWE2,GQY1XT001EV7YX,GQY1XT001A9EWN,GQY1XT001CSH2X,GQY1XT001DLY8W,GQY1XT001CFH4E,GQY1XT001DMBQ5,GQY1XT001EQ2YW,GQY1XT001C6L38,GQY1XT001D74NW,GQY1XT001CKXII,GQY1XT001DR7RJ,GQY1XT001D7YBE,GQY1XT001BX6O3,GQY1XT001BUF63,GQY1XT001BLGB9,GQY1XT001DRNB5,GQY1XT001DHVZX,GQY1XT001A1ANN,GQY1XT001AP8YV,GQY1XT001AZVTR,GQY1XT001BVD5E,GQY1XT001D7DVJ,GQY1XT001AI4ON,GQY1XT001A3SPT,GQY1XT001DHIJI,GQY1XT001C5HN6,GQY1XT001ALXBH,GQY1XT001DRUKD,GQY1XT001EN6VG,GQY1XT001C63B2,GQY1XT001C3EA0,GQY1XT001EIZ7Y,GQY1XT001DUR7A,GQY1XT001DJU6N,GQY1XT001D9GCB,GQY1XT001CPJMT,GQY1XT001BQHY1,GQY1XT001CWT9B,GQY1XT001BIAV4,GQY1XT001DJ2DP,GQY1XT001D87LZ,GQY1XT001CQD2Q,GQY1XT001DRDEG,GQY1XT001A942E,GQY1XT001ET5QT,GQY1XT001DDZB1,GQY1XT001DQ90X,GQY1XT001BUC7L,GQY1XT001AG9R2,GQY1XT001ELV5Y,GQY1XT001BVFD7,GQY1XT001B4R3R,GQY1XT001D9CWP,GQY1XT001EM28J,GQY1XT001B90MK,GQY1XT001CKI5U,GQY1XT001C6TB9,GQY1XT001DYX4O,GQY1XT001DJPAN,GQY1XT001CWDYY,GQY1XT001DYAQT,GQY1XT001CRI88,GQY1XT001CLDCG,GQY1XT001EME08,GQY1XT001EOJHD,GQY1XT001D1TI2,GQY1XT001CEO5Z,GQY1XT001EJY41,GQY1XT001AZ0F2,GQY1XT001BHLWJ,GQY1XT001C8OEF,GQY1XT001EOWXK,GQY1XT001BRVVP,GQY1XT001AKNK7,GQY1XT001DH268,GQY1XT001AJMB7,GQY1XT001EWFSJ,GQY1XT001DLZE2,GQY1XT001EKWEU,GQY1XT001A8IO3,GQY1XT001A74BE,GQY1XT001C3A3E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DLRT5"; -secondCol = "GQY1XT001DLRT5,GQY1XT001DRJ1H,GQY1XT001AFIY6,GQY1XT001EZ3I3,GQY1XT001DXA6X,GQY1XT001A43VN,GQY1XT001BCVH2,GQY1XT001DVS7U,GQY1XT001DC17D,GQY1XT001BN8M7,GQY1XT001EN3YK,GQY1XT001AGEG9,GQY1XT001AYDLC,GQY1XT001CVFCZ,GQY1XT001AGGSP,GQY1XT001AGRI8,GQY1XT001EHFYF,GQY1XT001B8SIW,GQY1XT001DQ6TY,GQY1XT001EH05U,GQY1XT001D4VJM,GQY1XT001B3LVJ,GQY1XT001C6GZC,GQY1XT001BDTU7,GQY1XT001BOUTY,GQY1XT001BZK59"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B1YL9"; -secondCol = "GQY1XT001B1YL9,GQY1XT001AJ9FA,GQY1XT001AFRQ9,GQY1XT001EX29Y,GQY1XT001BV4CC,GQY1XT001AVW3F,GQY1XT001ASKFG,GQY1XT001CF25H,GQY1XT001DJVJ9,GQY1XT001AV0WF,GQY1XT001APB0N,GQY1XT001A7I4G,GQY1XT001CN0RI,GQY1XT001AW730,GQY1XT001B9ED4,GQY1XT001DI7SY,GQY1XT001CSVA6,GQY1XT001AMILE,GQY1XT001BH8S5,GQY1XT001BMVC5,GQY1XT001EBNSW,GQY1XT001DSKV7,GQY1XT001CJM9D,GQY1XT001CB12K,GQY1XT001C3D8G,GQY1XT001CAIDB,GQY1XT001AXXYS,GQY1XT001AH4MU,GQY1XT001A9XMB,GQY1XT001B80E4,GQY1XT001E0JDS,GQY1XT001C4PZ8,GQY1XT001BKSB0,GQY1XT001DR8AS,GQY1XT001BZJUK,GQY1XT001DKWOX,GQY1XT001BXMJN,GQY1XT001CJ0D3,GQY1XT001EATAE,GQY1XT001E1XQT,GQY1XT001BBKVG,GQY1XT001EMLRK,GQY1XT001BE34V,GQY1XT001DA9B8,GQY1XT001B6DIJ,GQY1XT001BVQ8D,GQY1XT001BXORL,GQY1XT001BBMO9,GQY1XT001CUOJ5,GQY1XT001A8DU2,GQY1XT001BKYN9,GQY1XT001CZQ1H,GQY1XT001A2ABU,GQY1XT001CSYW8,GQY1XT001EZWPW,GQY1XT001EKX4Q,GQY1XT001A2UH6,GQY1XT001E1A66,GQY1XT001C64VX,GQY1XT001AHSEO,GQY1XT001C109L,GQY1XT001CUS2Y,GQY1XT001ETRF0,GQY1XT001A9Q9Q,GQY1XT001B11SI,GQY1XT001C0QH4,GQY1XT001EP4YS,GQY1XT001EZ009,GQY1XT001CWY24,GQY1XT001ATIP1,GQY1XT001BHOL6,GQY1XT001D2SQC,GQY1XT001BVT2L,GQY1XT001C28W5,GQY1XT001C81WS,GQY1XT001C7YAM,GQY1XT001ASOX8,GQY1XT001A4CNO,GQY1XT001AVNC4,GQY1XT001CI3R6,GQY1XT001EQ55B,GQY1XT001EHXVX,GQY1XT001E26NU,GQY1XT001DLPF3,GQY1XT001BZBLG,GQY1XT001AU4E0,GQY1XT001EEYTM,GQY1XT001D75CQ,GQY1XT001BXDVF,GQY1XT001BIQHF,GQY1XT001DUSCS,GQY1XT001CZS0G,GQY1XT001CV0UR,GQY1XT001BD9C5,GQY1XT001AT5HA,GQY1XT001BP4O2,GQY1XT001CFIX6,GQY1XT001BSFVC,GQY1XT001CG8YS,GQY1XT001D7OBE,GQY1XT001B84WS,GQY1XT001DC7Y7,GQY1XT001CZXXU,GQY1XT001EVH1H,GQY1XT001D1JE3,GQY1XT001BOCKR,GQY1XT001AQ751,GQY1XT001E1AAI,GQY1XT001AV61A,GQY1XT001DL27K,GQY1XT001BK32G,GQY1XT001CSOA7,GQY1XT001DWF1B,GQY1XT001DM1C8,GQY1XT001CSWH6,GQY1XT001CME4D,GQY1XT001AREW0,GQY1XT001EPM2S,GQY1XT001ANS85,GQY1XT001A1RLJ,GQY1XT001CVEN2,GQY1XT001BB6DE,GQY1XT001EZLQW,GQY1XT001D8SQL,GQY1XT001CYZEC,GQY1XT001BJ8CB,GQY1XT001BFAAI,GQY1XT001AGNIH,GQY1XT001BYZNT,GQY1XT001B4I5G,GQY1XT001B6SXN,GQY1XT001A4P0V,GQY1XT001CV6E7,GQY1XT001B8G21,GQY1XT001BKKNI,GQY1XT001EKLJC,GQY1XT001CGTII,GQY1XT001B6RUT,GQY1XT001AFWRT,GQY1XT001DSK2T,GQY1XT001AO9UP,GQY1XT001CNTSG,GQY1XT001EZQ29,GQY1XT001DBV7Q,GQY1XT001CCWAD,GQY1XT001ESILO,GQY1XT001D4AGS,GQY1XT001BNS9S,GQY1XT001E15PC,GQY1XT001BDK12,GQY1XT001CTDC9,GQY1XT001CHT14,GQY1XT001AXF8P,GQY1XT001BUKC6,GQY1XT001D6HJH,GQY1XT001AKEK2,GQY1XT001BP5F8,GQY1XT001ASA33,GQY1XT001CA7RK,GQY1XT001C44HB,GQY1XT001DZ2G4,GQY1XT001CT9UA,GQY1XT001BZ8O9,GQY1XT001D4LYC,GQY1XT001CSTNP,GQY1XT001AV3CD,GQY1XT001D6UAV,GQY1XT001C2OFI,GQY1XT001CNMN8,GQY1XT001CIOOI,GQY1XT001C876I,GQY1XT001AZQVL,GQY1XT001ETWLH,GQY1XT001CVNWK,GQY1XT001EDOKP,GQY1XT001BSSO6,GQY1XT001ERXGF,GQY1XT001D6533,GQY1XT001C5H22"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001COTQS"; -secondCol = "GQY1XT001COTQS,GQY1XT001DPGP2,GQY1XT001CKKEH,GQY1XT001ENQX3,GQY1XT001ESJUN,GQY1XT001BBSC4,GQY1XT001C9JD7,GQY1XT001CB139,GQY1XT001A7LP4,GQY1XT001ELUFS,GQY1XT001BZ96N,GQY1XT001EAQKK,GQY1XT001APD4G,GQY1XT001DJQ5E,GQY1XT001CXFYT,GQY1XT001E030A,GQY1XT001D92R4,GQY1XT001C6X1B,GQY1XT001DC0PC,GQY1XT001AQD2J,GQY1XT001DOC98,GQY1XT001B6XJP,GQY1XT001EZJWQ,GQY1XT001D1A05,GQY1XT001EK87D,GQY1XT001D8JDJ,GQY1XT001BJMD3,GQY1XT001E2Y9A,GQY1XT001CF18E,GQY1XT001CMSVP,GQY1XT001B66D6,GQY1XT001BZEMN,GQY1XT001DXMMU,GQY1XT001AZKN4,GQY1XT001CGI1C,GQY1XT001DLGYF,GQY1XT001BFI20,GQY1XT001BA446,GQY1XT001E0BG6,GQY1XT001CZGLY,GQY1XT001AL80I,GQY1XT001D9IBQ,GQY1XT001EWF2A,GQY1XT001DMNFR,GQY1XT001DH217,GQY1XT001C0E1S,GQY1XT001EGAH2,GQY1XT001DM7KB,GQY1XT001DCX5Q,GQY1XT001DBXIR,GQY1XT001AD96B,GQY1XT001ERPZO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B2H0U"; -secondCol = "GQY1XT001B2H0U,GQY1XT001EMGB3,GQY1XT001EO5CA,GQY1XT001DORFL,GQY1XT001AVOG6,GQY1XT001ANK31,GQY1XT001ATTUZ,GQY1XT001DFE8O,GQY1XT001B7X2V,GQY1XT001D7XJT,GQY1XT001DSOF6,GQY1XT001C6HTW,GQY1XT001D6KYW,GQY1XT001A79H0,GQY1XT001DPUFL,GQY1XT001DW7KY,GQY1XT001DO5X3,GQY1XT001BAUDM,GQY1XT001AQ8VQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BHSTH"; -secondCol = "GQY1XT001BHSTH,GQY1XT001C7Q4I,GQY1XT001B1NX6,GQY1XT001A3WK0,GQY1XT001B93EH,GQY1XT001BCJK4,GQY1XT001BH079,GQY1XT001DVXUF,GQY1XT001DHYVD,GQY1XT001D8RPL,GQY1XT001EH8SO,GQY1XT001BG9OR,GQY1XT001DLA8N,GQY1XT001DJ07Y,GQY1XT001DG2I0,GQY1XT001DTOQV,GQY1XT001A2MC5,GQY1XT001BTE4D,GQY1XT001AZBR2,GQY1XT001A6LU0,GQY1XT001E10I3,GQY1XT001D2GDB,GQY1XT001DLN6K,GQY1XT001BROXU,GQY1XT001CQXQB,GQY1XT001CPE1I,GQY1XT001C3D2S,GQY1XT001D5L09,GQY1XT001CFM7I,GQY1XT001BOVLR,GQY1XT001DL9RM,GQY1XT001DH3Z6,GQY1XT001BZE9O,GQY1XT001DZEAP,GQY1XT001EWOTA,GQY1XT001D0YWF,GQY1XT001APIFX,GQY1XT001CTDMT,GQY1XT001DMZ7U,GQY1XT001CG95V,GQY1XT001CAR4Y,GQY1XT001CZ6CB,GQY1XT001BEI96,GQY1XT001C3KQH,GQY1XT001A0W54,GQY1XT001AMVKE,GQY1XT001CSLLE,GQY1XT001D6FI5,GQY1XT001DBUYE,GQY1XT001DQADZ,GQY1XT001CWUZ4,GQY1XT001ALCQ5,GQY1XT001AY1OM,GQY1XT001BFXIP,GQY1XT001D19R2,GQY1XT001A66JX,GQY1XT001CEMT5,GQY1XT001AZ093,GQY1XT001DDAHV,GQY1XT001EJFLT,GQY1XT001DP5KB,GQY1XT001CT7N1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A11OV"; -secondCol = "GQY1XT001A11OV,GQY1XT001CE38M,GQY1XT001CUCZX,GQY1XT001BCEMG,GQY1XT001ETHFO,GQY1XT001CAAZI,GQY1XT001BK5YM,GQY1XT001AMDN8,GQY1XT001D6PTT,GQY1XT001CU72F,GQY1XT001DKBMZ,GQY1XT001A2JMV,GQY1XT001A4DQU,GQY1XT001CVA18,GQY1XT001A5IVB,GQY1XT001DX79A,GQY1XT001AH3D1,GQY1XT001EXHB8,GQY1XT001EHWT7,GQY1XT001DVAEC,GQY1XT001CPXU3,GQY1XT001B3G30,GQY1XT001AMSZ4,GQY1XT001C1WNV,GQY1XT001ASDOG,GQY1XT001BW1Z7,GQY1XT001BCHKA,GQY1XT001DVBD8,GQY1XT001EZP7O,GQY1XT001BBT2B,GQY1XT001CU9FZ,GQY1XT001D6BRH,GQY1XT001CL7KQ,GQY1XT001CTPJU,GQY1XT001DSNOS,GQY1XT001EVTTP,GQY1XT001CRILQ,GQY1XT001B3DGM,GQY1XT001DAVO0,GQY1XT001ED2Z7,GQY1XT001D6K5M,GQY1XT001CO80E,GQY1XT001EJ7VN,GQY1XT001D18IL,GQY1XT001CT8D7,GQY1XT001BH85T,GQY1XT001D5T4X,GQY1XT001APMNC,GQY1XT001CWSPO,GQY1XT001AX41D,GQY1XT001BHX75,GQY1XT001A0WUV,GQY1XT001CQOUK,GQY1XT001EO80D,GQY1XT001D6W9R,GQY1XT001AQFO7,GQY1XT001BO4C4,GQY1XT001A50MG,GQY1XT001BYAEK,GQY1XT001D6JNN,GQY1XT001AKUZS,GQY1XT001EPNZG,GQY1XT001A94ZZ,GQY1XT001A5J86,GQY1XT001AWFYZ,GQY1XT001B0V76,GQY1XT001CF00I,GQY1XT001D5N0E,GQY1XT001EYYML,GQY1XT001B1ZUX,GQY1XT001B0EM7,GQY1XT001E14K5,GQY1XT001BF311,GQY1XT001B0BDZ,GQY1XT001ASBFN,GQY1XT001D5M34,GQY1XT001CQNND,GQY1XT001CNT5Z,GQY1XT001AEQA0,GQY1XT001B7T3Z,GQY1XT001EBXPR,GQY1XT001CF1BF,GQY1XT001B440M,GQY1XT001B3P4P,GQY1XT001C07AA,GQY1XT001EUUE6,GQY1XT001A41FT,GQY1XT001DZOH0,GQY1XT001AU4J6,GQY1XT001AKKZ7,GQY1XT001DY8F7,GQY1XT001EXB22,GQY1XT001CULO9,GQY1XT001BKILC,GQY1XT001AIUQP,GQY1XT001BAAYW,GQY1XT001APSIX,GQY1XT001DQ8QB,GQY1XT001BKJOM,GQY1XT001C5T9F,GQY1XT001C3YDC,GQY1XT001AV8SF,GQY1XT001BN706,GQY1XT001CVFX1,GQY1XT001EEMZO,GQY1XT001ELU42,GQY1XT001A2LBY,GQY1XT001CC49V,GQY1XT001AIAT3,GQY1XT001DGF49,GQY1XT001E0D5F,GQY1XT001D9IW3,GQY1XT001DJ57O,GQY1XT001CW59I,GQY1XT001AE5OA,GQY1XT001AV01P,GQY1XT001CBJ2G,GQY1XT001CS2XU,GQY1XT001CJXSP,GQY1XT001A9VEC,GQY1XT001BVKI0,GQY1XT001DL6Z2,GQY1XT001DW9B8,GQY1XT001CA919,GQY1XT001D8EYY,GQY1XT001CN3JE,GQY1XT001EAE5C,GQY1XT001DQJRH,GQY1XT001A4AVV,GQY1XT001ELF4J,GQY1XT001CYVDQ,GQY1XT001EQPB4,GQY1XT001ALFYG,GQY1XT001E0XK2,GQY1XT001DPUE7,GQY1XT001EBTIR,GQY1XT001B3SSG,GQY1XT001DEWNS,GQY1XT001A9WOO,GQY1XT001CJZCT,GQY1XT001AOSHI,GQY1XT001BFX1R,GQY1XT001C6PXN,GQY1XT001ALJGW,GQY1XT001D2O3D,GQY1XT001EINC8,GQY1XT001APEHB,GQY1XT001DFNGU,GQY1XT001ATCHG,GQY1XT001AKS6A,GQY1XT001DY91W,GQY1XT001B96U3,GQY1XT001CHQ5Z,GQY1XT001CZARR,GQY1XT001ED4PN,GQY1XT001AVUZX,GQY1XT001EA2FP,GQY1XT001A5VBV,GQY1XT001AOOPE,GQY1XT001CPHO3,GQY1XT001CMZ8G,GQY1XT001DJUVZ,GQY1XT001BFD2S,GQY1XT001B1QXC,GQY1XT001BIFQF,GQY1XT001DYNWS,GQY1XT001BFFP4,GQY1XT001D7VGC,GQY1XT001AU1IG,GQY1XT001BKSW6,GQY1XT001AHMU2,GQY1XT001B2BP9,GQY1XT001AQSYM,GQY1XT001DN8FQ,GQY1XT001DPRJ0,GQY1XT001A0HY5,GQY1XT001B87EO,GQY1XT001EO2NW,GQY1XT001A7C1J,GQY1XT001BE2C9,GQY1XT001DBEFI,GQY1XT001BWS68,GQY1XT001D1UG6,GQY1XT001ARQHK,GQY1XT001ARZJP,GQY1XT001B95QL,GQY1XT001CS97C,GQY1XT001AG379,GQY1XT001BRVHC,GQY1XT001E5SM2,GQY1XT001DZHVH,GQY1XT001AN4KQ,GQY1XT001E2BRV,GQY1XT001DR1Y3,GQY1XT001DPR6Q,GQY1XT001DNT76,GQY1XT001CLXNH,GQY1XT001CFLDU,GQY1XT001C2RNK,GQY1XT001BWR0O,GQY1XT001AOBUY,GQY1XT001AFK3V,GQY1XT001A9Z2D,GQY1XT001BZHRP,GQY1XT001D7I4P,GQY1XT001C5VF0,GQY1XT001BYJLX,GQY1XT001A3FMZ,GQY1XT001D326G,GQY1XT001CRR3G,GQY1XT001D9QTB,GQY1XT001BMK7X,GQY1XT001BY1ST,GQY1XT001C5B3F,GQY1XT001BEN5M,GQY1XT001A7RAO,GQY1XT001AVBAA,GQY1XT001ETI3E,GQY1XT001D9FH8,GQY1XT001BEDZP,GQY1XT001EOZJL,GQY1XT001AR7IV,GQY1XT001DC8G2,GQY1XT001A2FCE,GQY1XT001A5WRZ,GQY1XT001EPY2O,GQY1XT001AM48U,GQY1XT001A0BQV,GQY1XT001BG10A,GQY1XT001DCL80,GQY1XT001CCO0M,GQY1XT001C7TUC,GQY1XT001DFVV6,GQY1XT001AZ8F1,GQY1XT001CJHSR,GQY1XT001AIJX5,GQY1XT001C5GAZ,GQY1XT001CTOJR,GQY1XT001CJF39,GQY1XT001CXI1T,GQY1XT001EE13N,GQY1XT001ENHYY,GQY1XT001DKW4Q,GQY1XT001BG2NF,GQY1XT001BU3AK,GQY1XT001DYGHI,GQY1XT001DDOR9,GQY1XT001BTQYF,GQY1XT001CHMZB,GQY1XT001BT1AG,GQY1XT001A18R7,GQY1XT001DRLA0,GQY1XT001BHW8R,GQY1XT001DW12U,GQY1XT001DTJ6T,GQY1XT001C4YAI,GQY1XT001CH8GA,GQY1XT001CZI86,GQY1XT001ENC5Z,GQY1XT001CGQ7A,GQY1XT001BJL4U,GQY1XT001CSBEO,GQY1XT001A1WLN,GQY1XT001D8RBV,GQY1XT001CXVO7,GQY1XT001AJMZB,GQY1XT001DS599,GQY1XT001CREVH,GQY1XT001DEDNU,GQY1XT001A7XD6,GQY1XT001CY6V1,GQY1XT001BWVTQ,GQY1XT001CQAFH,GQY1XT001AWADC,GQY1XT001AWNY3,GQY1XT001BBQ8O,GQY1XT001DWALS,GQY1XT001DWA91,GQY1XT001AK4Z6,GQY1XT001E1XUN,GQY1XT001DKGLX,GQY1XT001CJZR8,GQY1XT001B6ITJ,GQY1XT001EVSYY,GQY1XT001CKR7F,GQY1XT001AZ1ZK,GQY1XT001CRAT9,GQY1XT001E2Z7B,GQY1XT001CW2GN,GQY1XT001AHEP2,GQY1XT001CRG92,GQY1XT001DMPMC,GQY1XT001BII0L,GQY1XT001ERPHV,GQY1XT001DRC0B,GQY1XT001EGZZ8,GQY1XT001BHRO0,GQY1XT001CGKRO,GQY1XT001ES9FI,GQY1XT001EJSVE,GQY1XT001CMV5D,GQY1XT001DP4KH,GQY1XT001D5DQW,GQY1XT001ETZDB,GQY1XT001DJDZ5,GQY1XT001A7YPX,GQY1XT001D6WUV,GQY1XT001EREVD,GQY1XT001ETJ93,GQY1XT001ECU7X,GQY1XT001BDKCO,GQY1XT001DZ6QN,GQY1XT001DWMG3,GQY1XT001B4ZRY,GQY1XT001BAUN7,GQY1XT001B0JDX,GQY1XT001ASIIE,GQY1XT001B3D0J,GQY1XT001CS0UK,GQY1XT001DGM6U,GQY1XT001CGH8B,GQY1XT001A8FZN,GQY1XT001CZLZS,GQY1XT001BVV1A,GQY1XT001B8TNE,GQY1XT001DKNKF,GQY1XT001DIJ79,GQY1XT001CKYF1,GQY1XT001BTVSF,GQY1XT001A5DHB,GQY1XT001CTJ2H,GQY1XT001AEZEG,GQY1XT001DFTZR,GQY1XT001BHGJ3,GQY1XT001AR6BE,GQY1XT001BT867,GQY1XT001ESOLL,GQY1XT001EB0V7,GQY1XT001CY7FA,GQY1XT001EEG9U,GQY1XT001DAT05,GQY1XT001DNUVP,GQY1XT001D390J,GQY1XT001AMXV8,GQY1XT001BQ9LW,GQY1XT001CY1CL,GQY1XT001EK6GA,GQY1XT001CQR8T,GQY1XT001DZ0V9,GQY1XT001C0NI8,GQY1XT001DS93A,GQY1XT001BIGOM,GQY1XT001EQDMA,GQY1XT001CJ5GO,GQY1XT001BYHZ4,GQY1XT001AY5CM,GQY1XT001A6W7G"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DEX9U"; -secondCol = "GQY1XT001DEX9U,GQY1XT001CXZY7,GQY1XT001B63SM,GQY1XT001DKX5N,GQY1XT001DN1E6,GQY1XT001ER5JL,GQY1XT001AP3I8,GQY1XT001DLV9J,GQY1XT001DRFZN,GQY1XT001A69AK,GQY1XT001DMYDW,GQY1XT001C9B2E,GQY1XT001DX4UF,GQY1XT001A36K3,GQY1XT001EAQEK,GQY1XT001CUKOR,GQY1XT001CP66F,GQY1XT001CV37Z,GQY1XT001B7YD4,GQY1XT001AWEUU,GQY1XT001BGT3O,GQY1XT001EWPDQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D9BN9"; -secondCol = "GQY1XT001D9BN9,GQY1XT001DYEWF,GQY1XT001DBQXX,GQY1XT001C5IQ4,GQY1XT001BRVE8,GQY1XT001EON53,GQY1XT001DPLZ2,GQY1XT001D46J8,GQY1XT001AJP9V,GQY1XT001BKNMQ,GQY1XT001B8OLK,GQY1XT001B0HC0,GQY1XT001AQP4N,GQY1XT001D8571,GQY1XT001CWLH7,GQY1XT001BF37D,GQY1XT001CEEKF,GQY1XT001C4KYI,GQY1XT001CWLKT,GQY1XT001CKAUI,GQY1XT001AMQCF,GQY1XT001BBNCF,GQY1XT001D1WRL,GQY1XT001CWG7D,GQY1XT001AZ8ID"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DW1V5"; -secondCol = "GQY1XT001DW1V5,GQY1XT001BRTZM,GQY1XT001C54ZG,GQY1XT001DYGMZ,GQY1XT001B1E6A,GQY1XT001D78IY,GQY1XT001D14SN,GQY1XT001BFXN1,GQY1XT001DVCRK,GQY1XT001DN3C8,GQY1XT001EHQH6,GQY1XT001DJFNI,GQY1XT001A64NJ,GQY1XT001CNGSQ,GQY1XT001A1OZN,GQY1XT001BZMO1,GQY1XT001AK1TO,GQY1XT001EHFA8,GQY1XT001CFEKZ,GQY1XT001C5DKP,GQY1XT001C10VZ,GQY1XT001B77I3,GQY1XT001B3MDZ,GQY1XT001AW2B8,GQY1XT001EM799,GQY1XT001AM7DB,GQY1XT001BD0LL,GQY1XT001B741B,GQY1XT001CP05S,GQY1XT001EUTLC,GQY1XT001EW4XL,GQY1XT001BK19O,GQY1XT001DDBF6,GQY1XT001B42N9,GQY1XT001C75BO,GQY1XT001CO2RR,GQY1XT001AL2JH,GQY1XT001BGWV5,GQY1XT001ECQJT,GQY1XT001EJHHQ,GQY1XT001C3TMN,GQY1XT001D58HL,GQY1XT001CE6J2,GQY1XT001CALVK,GQY1XT001CVDUV,GQY1XT001CMLL4,GQY1XT001BTY5E,GQY1XT001AM9TE,GQY1XT001CTMC5,GQY1XT001ARCEG,GQY1XT001B7JGC,GQY1XT001B59D1,GQY1XT001EXUUL,GQY1XT001DXFJ3,GQY1XT001EBVYR,GQY1XT001EK2LW,GQY1XT001D0J7O,GQY1XT001EE2KL,GQY1XT001DHZW9,GQY1XT001DIXSY,GQY1XT001AIPCU,GQY1XT001D7U7L,GQY1XT001E4BI5,GQY1XT001C6QE2,GQY1XT001AT8WO,GQY1XT001E24AT,GQY1XT001CS2ZY,GQY1XT001EZQND,GQY1XT001BO8I4,GQY1XT001DBMWB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AWZI0"; -secondCol = "GQY1XT001AWZI0,GQY1XT001BKS8J,GQY1XT001B4CUP,GQY1XT001BD2NM,GQY1XT001DTZ9R,GQY1XT001D5HP3,GQY1XT001EN6F7,GQY1XT001A52BQ,GQY1XT001A5BJS,GQY1XT001CBGZ5,GQY1XT001BMNFT,GQY1XT001ALQGR,GQY1XT001EVJME,GQY1XT001EZVPH,GQY1XT001CBITN,GQY1XT001B20CJ,GQY1XT001ANCZO,GQY1XT001BHMT9,GQY1XT001CWI29,GQY1XT001C67YO,GQY1XT001BWQC7,GQY1XT001CHANP,GQY1XT001EHV42,GQY1XT001DWEDD,GQY1XT001D6XL0,GQY1XT001D3Q8C,GQY1XT001C6FBT,GQY1XT001DJY8G,GQY1XT001A0GFM,GQY1XT001DEOWG,GQY1XT001DT6BL,GQY1XT001ECX67,GQY1XT001A246D,GQY1XT001A0XXS,GQY1XT001DXFOR,GQY1XT001DQRH6,GQY1XT001DPSZL,GQY1XT001BIALG,GQY1XT001EROVO,GQY1XT001CVCLG,GQY1XT001E1PSA,GQY1XT001A3KCO,GQY1XT001AUIAL,GQY1XT001EM1XI,GQY1XT001BZGAZ,GQY1XT001BUB9B,GQY1XT001EN7RP,GQY1XT001AF6H6,GQY1XT001C3IZ8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ALHWC"; -secondCol = "GQY1XT001ALHWC,GQY1XT001A2AJO,GQY1XT001AMUGF,GQY1XT001B3GVP,GQY1XT001ESE0C,GQY1XT001B55XY,GQY1XT001DSN5V,GQY1XT001B7671,GQY1XT001A6ZT4,GQY1XT001BW7LR,GQY1XT001DTGGI,GQY1XT001EVBTV,GQY1XT001DYML7,GQY1XT001CH5LU,GQY1XT001CMW1S,GQY1XT001ETYQF,GQY1XT001D6A35,GQY1XT001BUZ12,GQY1XT001AEYYA,GQY1XT001BN2HM,GQY1XT001CX5UM,GQY1XT001CEF5I,GQY1XT001DAV0S,GQY1XT001CTP2Z"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ECPOA"; -secondCol = "GQY1XT001ECPOA,GQY1XT001C8XKW,GQY1XT001BTQLC,GQY1XT001D70TM,GQY1XT001ARLB6,GQY1XT001C0US8,GQY1XT001C6NU4,GQY1XT001AWYVJ,GQY1XT001BG33S,GQY1XT001DGXMV,GQY1XT001DIVWD,GQY1XT001DPQGY,GQY1XT001BGOGY,GQY1XT001A9IO1,GQY1XT001D8BBV,GQY1XT001DGQSD,GQY1XT001EH6ZU,GQY1XT001CATOZ,GQY1XT001CAZRO,GQY1XT001A4X8K,GQY1XT001BSO1L,GQY1XT001EBQI3,GQY1XT001B1EVO,GQY1XT001D9JDT,GQY1XT001BW38A,GQY1XT001AEV3R,GQY1XT001DMFUT,GQY1XT001AKD59,GQY1XT001EAUF1,GQY1XT001EF6Y7,GQY1XT001EOYBB,GQY1XT001CVORX,GQY1XT001C9N5W,GQY1XT001EO0W6,GQY1XT001AJZYH,GQY1XT001BDP34,GQY1XT001C6E4A,GQY1XT001BKVQZ,GQY1XT001DPFMI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D7RD3"; -secondCol = "GQY1XT001D7RD3,GQY1XT001EVYDY,GQY1XT001DFWT0,GQY1XT001ASD8H,GQY1XT001AXHX1,GQY1XT001CORGH,GQY1XT001DDL79,GQY1XT001DIQUI,GQY1XT001DRQ13,GQY1XT001BCD0S,GQY1XT001C4HEE,GQY1XT001CETCG,GQY1XT001DH4ZJ,GQY1XT001BZ48P,GQY1XT001C2MSP,GQY1XT001AYCXM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BXUR6"; -secondCol = "GQY1XT001BXUR6,GQY1XT001BMJO2,GQY1XT001A519U,GQY1XT001DUYNK,GQY1XT001DGVD3,GQY1XT001ER459,GQY1XT001EWVOQ,GQY1XT001ARU8B,GQY1XT001A2TNM,GQY1XT001DXKM2,GQY1XT001D0WYB,GQY1XT001DH8KG,GQY1XT001BM6L6,GQY1XT001AS9PN,GQY1XT001D2PFY,GQY1XT001EM24S,GQY1XT001D18BC,GQY1XT001B04KZ,GQY1XT001CIVWQ,GQY1XT001BNWUP,GQY1XT001CNG1Z,GQY1XT001AHJEG,GQY1XT001CDF3F,GQY1XT001AND06,GQY1XT001CL11A,GQY1XT001CG5EZ,GQY1XT001ECUZ8,GQY1XT001EE1Q2,GQY1XT001BTGSS,GQY1XT001EHKUN,GQY1XT001ENPA0,GQY1XT001AEZRU,GQY1XT001D62DJ,GQY1XT001C82CP,GQY1XT001A8MM5,GQY1XT001C11DD,GQY1XT001A6T0U,GQY1XT001BFN0E,GQY1XT001EX37R,GQY1XT001EPDWW,GQY1XT001BGWKO,GQY1XT001B0KLI,GQY1XT001ASUJM,GQY1XT001CJOFF,GQY1XT001C4JDK,GQY1XT001CW300,GQY1XT001DNJWR,GQY1XT001BKUV6,GQY1XT001CPHTS,GQY1XT001DC2B3,GQY1XT001D2W3S,GQY1XT001BBOTQ,GQY1XT001DHW4I,GQY1XT001DAIIP,GQY1XT001BHFVF,GQY1XT001B7KK6,GQY1XT001B4HYF,GQY1XT001DADNS,GQY1XT001AWQN6,GQY1XT001BMELD,GQY1XT001EPZEM,GQY1XT001BFBMC,GQY1XT001ASWGI,GQY1XT001A15A4,GQY1XT001AV61V,GQY1XT001EF9F1,GQY1XT001CXECP,GQY1XT001AZRLJ,GQY1XT001CMOR1,GQY1XT001EDZ9W,GQY1XT001AKFCM,GQY1XT001C5AAK,GQY1XT001BY454,GQY1XT001DYJEU,GQY1XT001BLHCK,GQY1XT001ANM49,GQY1XT001C3DKU,GQY1XT001E2Z7E,GQY1XT001BPLSN,GQY1XT001CWPS4,GQY1XT001CVFW4,GQY1XT001C7N0A,GQY1XT001BXWY0,GQY1XT001A1D7S,GQY1XT001DU37O,GQY1XT001DRZKV,GQY1XT001BUVCQ,GQY1XT001ATNA7,GQY1XT001EAPR7,GQY1XT001D9Y0D,GQY1XT001ANS7Z,GQY1XT001D6FGI,GQY1XT001EH9KX,GQY1XT001EIENF,GQY1XT001BQK3F,GQY1XT001D8BF3,GQY1XT001DOGBL,GQY1XT001DGJER,GQY1XT001CPWMW,GQY1XT001DPXVD,GQY1XT001DDIYZ,GQY1XT001DY8VI,GQY1XT001DQG0W,GQY1XT001ARZQ4,GQY1XT001BG8VW,GQY1XT001BSL3J,GQY1XT001ARNPF,GQY1XT001CLFON,GQY1XT001EWDAP,GQY1XT001B6QLR,GQY1XT001AMP69,GQY1XT001DEZ5U,GQY1XT001EY8G0,GQY1XT001BTNXP,GQY1XT001EA4WX,GQY1XT001B93FY,GQY1XT001A40HR,GQY1XT001BNYSC,GQY1XT001E0IM2,GQY1XT001EJZD3,GQY1XT001EC0PB,GQY1XT001A7HH6,GQY1XT001ENO3V,GQY1XT001DRPXW,GQY1XT001AU2I4,GQY1XT001CTTH0,GQY1XT001BRZPL,GQY1XT001AOFYU,GQY1XT001BS2MU,GQY1XT001AGKNW,GQY1XT001D6X2G,GQY1XT001A9K6S,GQY1XT001B5T1F,GQY1XT001EU28T,GQY1XT001EP0LC,GQY1XT001EGQ1L,GQY1XT001D0TBB,GQY1XT001CWA0D,GQY1XT001C87GM,GQY1XT001BDMU7,GQY1XT001A7EM3,GQY1XT001DYSD6,GQY1XT001BSN17,GQY1XT001BZQKH,GQY1XT001DZP3N,GQY1XT001EGALF,GQY1XT001A4JKG,GQY1XT001DNHGS,GQY1XT001BKE2J,GQY1XT001BO2EK,GQY1XT001B5A5C,GQY1XT001AZ5U5,GQY1XT001CHVVK,GQY1XT001CM17N,GQY1XT001CCCFQ,GQY1XT001BR7PH,GQY1XT001EHGSS,GQY1XT001DTX8K,GQY1XT001ATCOJ,GQY1XT001BVJVU,GQY1XT001DMCBO,GQY1XT001DFYRN,GQY1XT001D2CIM,GQY1XT001D9ZWI,GQY1XT001A1TKG,GQY1XT001CYEHK,GQY1XT001CQQ0V,GQY1XT001D8WOQ,GQY1XT001C2FVM,GQY1XT001ANDYA,GQY1XT001EJ6SZ,GQY1XT001CYBOG,GQY1XT001BZOPW,GQY1XT001AKK8L,GQY1XT001B8NGD,GQY1XT001EB0R7,GQY1XT001B394G,GQY1XT001B5F7T,GQY1XT001A1GBM,GQY1XT001BSU7O,GQY1XT001DTKS7,GQY1XT001DICVC,GQY1XT001CG7QU,GQY1XT001BUF84,GQY1XT001AYI7B,GQY1XT001BUK1U,GQY1XT001EP4OK,GQY1XT001BZHHS,GQY1XT001C72W6,GQY1XT001A41OO,GQY1XT001BRYUN,GQY1XT001CXSLV,GQY1XT001C13ZF,GQY1XT001D3K4P,GQY1XT001AU67W,GQY1XT001BLK2U,GQY1XT001B6FRQ,GQY1XT001DG0TR,GQY1XT001DJNA2,GQY1XT001AVEGB,GQY1XT001D73DR,GQY1XT001BP7TY,GQY1XT001ETNCN,GQY1XT001A0MRU,GQY1XT001EOOU5,GQY1XT001EJI3U,GQY1XT001DGGU6,GQY1XT001ELHMX,GQY1XT001D1TBJ,GQY1XT001CBKUG,GQY1XT001BG8BN,GQY1XT001ESDRE,GQY1XT001BDWY8,GQY1XT001EUSKJ,GQY1XT001DT2JA,GQY1XT001AFLRJ,GQY1XT001ELA0S,GQY1XT001CTJWS,GQY1XT001A2Q3E,GQY1XT001DRZE8,GQY1XT001A9V55,GQY1XT001AT70O,GQY1XT001BDBH7,GQY1XT001BPQZ2,GQY1XT001DW236,GQY1XT001BM8PD,GQY1XT001A1XYF,GQY1XT001DD32O,GQY1XT001DOSJN,GQY1XT001EMLBQ,GQY1XT001BE8DA,GQY1XT001B3M9J,GQY1XT001BXHQG,GQY1XT001A3GNT,GQY1XT001DGNXH,GQY1XT001C2HD8,GQY1XT001CDTJI,GQY1XT001C3ALZ,GQY1XT001D9Y79,GQY1XT001CTD8L,GQY1XT001A46P4,GQY1XT001BW1ZC,GQY1XT001DZZ3P,GQY1XT001CMSQ0,GQY1XT001A14KD,GQY1XT001AJY4K,GQY1XT001EAS9K,GQY1XT001D7LU9,GQY1XT001AYFM0,GQY1XT001DJWTD,GQY1XT001B6MLZ,GQY1XT001DCZFB,GQY1XT001EC4NC,GQY1XT001DB28X,GQY1XT001A7G5T,GQY1XT001EOFQS,GQY1XT001A5UGQ,GQY1XT001DT06V,GQY1XT001B4L8I,GQY1XT001E4M9W,GQY1XT001CZ65F,GQY1XT001BO3MC,GQY1XT001BY37N,GQY1XT001CJ1LV,GQY1XT001DHGYZ,GQY1XT001CX59L,GQY1XT001DB96T,GQY1XT001EHMJ8,GQY1XT001EFLGT,GQY1XT001A0VTU,GQY1XT001COLJU,GQY1XT001C4S5N,GQY1XT001CJJDA,GQY1XT001BU9LX,GQY1XT001C0P3I,GQY1XT001EER4K,GQY1XT001B38IV,GQY1XT001EB27Q,GQY1XT001BJ655,GQY1XT001A5QKZ,GQY1XT001CX64Q,GQY1XT001BRR9P,GQY1XT001B6TSO,GQY1XT001DSWGO,GQY1XT001ETAPQ,GQY1XT001DDFNK,GQY1XT001EBRFH,GQY1XT001EC69Y,GQY1XT001CN7LK,GQY1XT001EB0R3,GQY1XT001CKEGG,GQY1XT001B1QB3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AG9HZ"; -secondCol = "GQY1XT001AG9HZ,GQY1XT001B7LBL,GQY1XT001DQY8Q,GQY1XT001ALDJ7,GQY1XT001ELN3U,GQY1XT001BQ9OS,GQY1XT001BMR2O,GQY1XT001BCKUE,GQY1XT001AIV31,GQY1XT001EUY73,GQY1XT001C6EUU,GQY1XT001DMU0K,GQY1XT001D8OOO,GQY1XT001CUURH,GQY1XT001CH899,GQY1XT001AL8YJ,GQY1XT001A8PYW,GQY1XT001ANIDF,GQY1XT001CE104,GQY1XT001DSN6Z,GQY1XT001CEQ6Z,GQY1XT001BRFIP,GQY1XT001BYN5D,GQY1XT001CUI8H,GQY1XT001EQGG0,GQY1XT001CELWK,GQY1XT001E11WM,GQY1XT001AOBVQ,GQY1XT001C1E5Q,GQY1XT001B1984,GQY1XT001D24L1,GQY1XT001C0B3U,GQY1XT001AJAEF,GQY1XT001DK562,GQY1XT001BA38N,GQY1XT001CIGJ9,GQY1XT001CF4YB,GQY1XT001AXYEN,GQY1XT001D28A4,GQY1XT001CQXV3,GQY1XT001BT11Q,GQY1XT001E0QMJ,GQY1XT001EB19C,GQY1XT001D4CZ6,GQY1XT001CY6AD,GQY1XT001DFQYD,GQY1XT001EVLCF,GQY1XT001BQVYO,GQY1XT001BFUAK,GQY1XT001EKPE8,GQY1XT001BA3BT,GQY1XT001C3SIB,GQY1XT001EB024,GQY1XT001B33XI,GQY1XT001CUL72,GQY1XT001BTWBN,GQY1XT001AV5AJ,GQY1XT001AZ96Q,GQY1XT001DT3WK,GQY1XT001BI3LP,GQY1XT001BFR4K,GQY1XT001CW2A2,GQY1XT001B0SP6,GQY1XT001B7LG1,GQY1XT001A0J5K,GQY1XT001BA528,GQY1XT001CX8MM,GQY1XT001CCT79,GQY1XT001C2ZHH,GQY1XT001ENCLM,GQY1XT001CXJJR,GQY1XT001CAC34,GQY1XT001B1FYW,GQY1XT001BHQI7,GQY1XT001C9SVN,GQY1XT001CALZ1,GQY1XT001EO2AF,GQY1XT001DPGTL,GQY1XT001D5CAE,GQY1XT001CSPR4,GQY1XT001CPDZQ,GQY1XT001B09TO,GQY1XT001CCMC3,GQY1XT001BPCD8,GQY1XT001DHA8W,GQY1XT001D1IVC,GQY1XT001C8V92,GQY1XT001BCCQH,GQY1XT001A8QMB,GQY1XT001DD31C,GQY1XT001BWH8K,GQY1XT001A6RLH,GQY1XT001B5BJD,GQY1XT001EFS7W,GQY1XT001EK1A1,GQY1XT001BDGLD,GQY1XT001D6ZTT,GQY1XT001B8TSA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A1M68"; -secondCol = "GQY1XT001A1M68,GQY1XT001C8LIH,GQY1XT001ENR1T,GQY1XT001D2S7X,GQY1XT001CUYO3,GQY1XT001CBYE4,GQY1XT001DKZHV,GQY1XT001CVRA7,GQY1XT001CMC0K,GQY1XT001DZMV5,GQY1XT001EQJMU,GQY1XT001DXQHQ,GQY1XT001C49P6,GQY1XT001BXBQ0,GQY1XT001BCBFI,GQY1XT001CQHO3,GQY1XT001BVIMM,GQY1XT001A8YW3,GQY1XT001BYT1A,GQY1XT001B27PH,GQY1XT001DR82I,GQY1XT001B6SSA,GQY1XT001BLG2M,GQY1XT001EIXBI,GQY1XT001DV9DI,GQY1XT001B5N11,GQY1XT001AT66T,GQY1XT001A6YW0,GQY1XT001AI1K5,GQY1XT001EIN2C,GQY1XT001BZ08F,GQY1XT001A6OKW,GQY1XT001C90BR,GQY1XT001CUZ8I,GQY1XT001DKIHX,GQY1XT001ATH2I,GQY1XT001DKT9W,GQY1XT001EGLVF,GQY1XT001EB9P5,GQY1XT001CT0VO,GQY1XT001CWFDN,GQY1XT001DI1BZ,GQY1XT001D1R8F,GQY1XT001ERBD4,GQY1XT001BF4FY,GQY1XT001AHPRK,GQY1XT001A589N,GQY1XT001BRSJT,GQY1XT001ETPI6,GQY1XT001ALQ7C,GQY1XT001BWRH3,GQY1XT001C3BTV,GQY1XT001E1RR5,GQY1XT001AXZOT,GQY1XT001EIJLA,GQY1XT001EMVKM,GQY1XT001D42YW,GQY1XT001AH0HX,GQY1XT001BT7FH,GQY1XT001EGIFR,GQY1XT001AVW9F,GQY1XT001ER1KH,GQY1XT001CIJ9E,GQY1XT001A0YCX,GQY1XT001D3542,GQY1XT001ATAJS,GQY1XT001E0Q4T,GQY1XT001DL44J,GQY1XT001DFUHB,GQY1XT001B40EQ,GQY1XT001C66QS,GQY1XT001B66H4,GQY1XT001CITGD,GQY1XT001BF7VC,GQY1XT001BUGWG,GQY1XT001DUMOR,GQY1XT001DVGH0,GQY1XT001DF0RJ,GQY1XT001BSTLK,GQY1XT001CPPOP,GQY1XT001BU3WZ,GQY1XT001ETYRB,GQY1XT001AW45O,GQY1XT001DG10G,GQY1XT001B33MG,GQY1XT001EQQ9M,GQY1XT001EBEES,GQY1XT001AJ4JS,GQY1XT001CWSZT,GQY1XT001C9QTS,GQY1XT001ANDFL,GQY1XT001BQU49,GQY1XT001AY8JS,GQY1XT001ASU50,GQY1XT001EU77B,GQY1XT001EYWS2,GQY1XT001CBR27,GQY1XT001BAOC9,GQY1XT001C9PHE,GQY1XT001ALZOR,GQY1XT001B6JUA,GQY1XT001ALZFG,GQY1XT001DN6VA,GQY1XT001B7U3H,GQY1XT001BS2AZ,GQY1XT001DVXDQ,GQY1XT001E1Y52,GQY1XT001C1CC2,GQY1XT001EERZ0,GQY1XT001DKGMA,GQY1XT001C9I77,GQY1XT001AUI1A,GQY1XT001E1IO6,GQY1XT001ALGPC,GQY1XT001C3APY,GQY1XT001BK12N,GQY1XT001BTR69,GQY1XT001CHDL3,GQY1XT001DTQMA,GQY1XT001CFVKZ,GQY1XT001BEVMX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EC06X"; -secondCol = "GQY1XT001EC06X,GQY1XT001B6TAF,GQY1XT001ELW8U,GQY1XT001A1FX9,GQY1XT001C50G3,GQY1XT001D73ZQ,GQY1XT001BE5BG,GQY1XT001ESII4,GQY1XT001EGOB6,GQY1XT001BOZ32,GQY1XT001DHOY5,GQY1XT001CVWZF,GQY1XT001AP1OF,GQY1XT001DBDXV,GQY1XT001D7GGE,GQY1XT001BKY7C,GQY1XT001CLYEI,GQY1XT001CS3KD,GQY1XT001CCP7O,GQY1XT001DPHWD,GQY1XT001CX7KU,GQY1XT001E14QI,GQY1XT001C68G0,GQY1XT001BSBQN,GQY1XT001BOGB6,GQY1XT001BOHR8,GQY1XT001C393S,GQY1XT001AXXWC,GQY1XT001ALAOO,GQY1XT001C5680,GQY1XT001A94H4,GQY1XT001ENHFO,GQY1XT001EIMW9,GQY1XT001A8E7T,GQY1XT001BJJ3J,GQY1XT001C5MEZ,GQY1XT001A852X,GQY1XT001EB1Y8,GQY1XT001C9GOM,GQY1XT001A5LWK,GQY1XT001EM22F,GQY1XT001BL1AC,GQY1XT001B5RWK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CTFHS"; -secondCol = "GQY1XT001CTFHS,GQY1XT001B5BJO,GQY1XT001EB1BX,GQY1XT001AT1Q6,GQY1XT001DO4M0,GQY1XT001DC2ID,GQY1XT001A7D3N,GQY1XT001D3J2E,GQY1XT001CI2AU,GQY1XT001B44RX,GQY1XT001D60Z3,GQY1XT001BITCA,GQY1XT001B2J7L,GQY1XT001BK8AV,GQY1XT001B7IBP,GQY1XT001AGXN7,GQY1XT001DKGPG,GQY1XT001CZ6JR,GQY1XT001BQJWJ,GQY1XT001C0ALV,GQY1XT001DSZHC,GQY1XT001DFZYK,GQY1XT001BQ0Z4,GQY1XT001C4CLP,GQY1XT001CQDMV,GQY1XT001BPDV4,GQY1XT001DUDOJ,GQY1XT001DG05E,GQY1XT001ELNEM,GQY1XT001BJ980,GQY1XT001CA23O,GQY1XT001D2AHH,GQY1XT001CS6A1,GQY1XT001DU5Q9,GQY1XT001D13BV,GQY1XT001AHBD6,GQY1XT001BV48R,GQY1XT001EUDJR,GQY1XT001CHXN3,GQY1XT001EL5K0,GQY1XT001D938K,GQY1XT001D1F0S,GQY1XT001ETZTX,GQY1XT001EIFHB,GQY1XT001A465J,GQY1XT001CADOX,GQY1XT001CXO5E,GQY1XT001CYV64,GQY1XT001EK745,GQY1XT001AQA7X,GQY1XT001A2E5A,GQY1XT001AKNDE,GQY1XT001ENJI5,GQY1XT001BPY69,GQY1XT001BHWSD,GQY1XT001ECAQB,GQY1XT001CKG9V,GQY1XT001B0BCX,GQY1XT001CEBJC,GQY1XT001B48UF,GQY1XT001CGHW3,GQY1XT001ESDYF,GQY1XT001B470N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CIUF3"; -secondCol = "GQY1XT001CIUF3,GQY1XT001CQFOV,GQY1XT001BIWIW,GQY1XT001DLLQK,GQY1XT001DTS7U,GQY1XT001BDTWN,GQY1XT001CYMHH,GQY1XT001A4J3G,GQY1XT001CFYJ9,GQY1XT001B8BX1,GQY1XT001DZ8IU,GQY1XT001CLD98,GQY1XT001B5J0X,GQY1XT001DTPG9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BXD8S"; -secondCol = "GQY1XT001BXD8S,GQY1XT001EHFN4,GQY1XT001E4D6I,GQY1XT001CZSXU,GQY1XT001CYNIB,GQY1XT001BIKFI,GQY1XT001BPIO6,GQY1XT001D9L12,GQY1XT001BE69S,GQY1XT001BUEW6,GQY1XT001ETY6Z,GQY1XT001BP1HF,GQY1XT001C8WIK,GQY1XT001EQWOY,GQY1XT001CEBE0,GQY1XT001AJMEG,GQY1XT001ECOXY,GQY1XT001D0S72,GQY1XT001CUSW2,GQY1XT001BYB53,GQY1XT001D7MII,GQY1XT001BQF3A,GQY1XT001BQ865,GQY1XT001CQQ86,GQY1XT001BORGT,GQY1XT001EKRB5,GQY1XT001AHF61,GQY1XT001BHK3K,GQY1XT001CEGUH,GQY1XT001EZXQ7,GQY1XT001AE86H,GQY1XT001DZDUC,GQY1XT001CMUSU,GQY1XT001C8CN9,GQY1XT001CXWF8,GQY1XT001AEQP5,GQY1XT001DIO11,GQY1XT001AO1J1,GQY1XT001D5BHA,GQY1XT001B2EB2,GQY1XT001B1TPU,GQY1XT001CPA5R,GQY1XT001AT547,GQY1XT001AW0MF,GQY1XT001CD4RJ,GQY1XT001CNUU1,GQY1XT001DR53I,GQY1XT001DR69X,GQY1XT001DVY4A,GQY1XT001EJZEW,GQY1XT001ATQ5H,GQY1XT001BY0Q3,GQY1XT001AU5UX,GQY1XT001AE9RZ,GQY1XT001EMI5Y,GQY1XT001DZUVY,GQY1XT001DUUGW,GQY1XT001DEOQG,GQY1XT001EHCDJ,GQY1XT001EAVHH,GQY1XT001CVZ62,GQY1XT001CHTL7,GQY1XT001EMD6P,GQY1XT001COZRV,GQY1XT001BEAHF,GQY1XT001AIKG8,GQY1XT001CQ2LC,GQY1XT001A54PJ,GQY1XT001AMB6F,GQY1XT001EX9ID,GQY1XT001DBYSH,GQY1XT001CG2M7,GQY1XT001C16IB,GQY1XT001BWE8O,GQY1XT001CM4DG,GQY1XT001D9H1E,GQY1XT001B1H7E,GQY1XT001CKEIL,GQY1XT001EH695,GQY1XT001B59SM,GQY1XT001EGSSD,GQY1XT001EGNOZ,GQY1XT001BRXUD,GQY1XT001BJ7HJ,GQY1XT001AROLV,GQY1XT001DUSHS,GQY1XT001D5O26"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AF1Q3"; -secondCol = "GQY1XT001AF1Q3,GQY1XT001ARH7J,GQY1XT001AX9I0,GQY1XT001CIGFI,GQY1XT001CATM3,GQY1XT001DXRCI,GQY1XT001BEL4E,GQY1XT001CO1WF,GQY1XT001AQQS3,GQY1XT001DRVIQ,GQY1XT001BXPN2,GQY1XT001BSUAO,GQY1XT001AP4EK,GQY1XT001CZGXC,GQY1XT001DQLL2,GQY1XT001ATJCV,GQY1XT001A3VVX,GQY1XT001DLCS7,GQY1XT001EZFBQ,GQY1XT001EAWMJ,GQY1XT001EHQ7I,GQY1XT001DBM8K,GQY1XT001DX7I0,GQY1XT001E1HI4,GQY1XT001BDRSO,GQY1XT001BHIQ4,GQY1XT001BQO40,GQY1XT001B33W2,GQY1XT001BH2VJ,GQY1XT001D0EK4,GQY1XT001CYAC0,GQY1XT001D8YCJ,GQY1XT001CMGJN,GQY1XT001DUL74,GQY1XT001CKZZK,GQY1XT001AF554,GQY1XT001AYUDM,GQY1XT001AO8CB,GQY1XT001AJAKF,GQY1XT001AHI8T,GQY1XT001A21FN,GQY1XT001AJEDY,GQY1XT001D7EPB,GQY1XT001D1Y7Q,GQY1XT001EK6PR,GQY1XT001CJ6CT,GQY1XT001CVGQ5,GQY1XT001E37HM,GQY1XT001EF61Y,GQY1XT001A44CU,GQY1XT001CKNDI,GQY1XT001DHN1T,GQY1XT001AMLIP,GQY1XT001BZRSC,GQY1XT001CZBVK,GQY1XT001BD64X,GQY1XT001DI2K4,GQY1XT001COYZ4,GQY1XT001BYY7Q,GQY1XT001D8WRW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C8QTK"; -secondCol = "GQY1XT001C8QTK,GQY1XT001CC1NT,GQY1XT001E0BGV,GQY1XT001CRNR7,GQY1XT001BWPR9,GQY1XT001EWRKT,GQY1XT001A18JR,GQY1XT001C2PQU,GQY1XT001DJFVA,GQY1XT001CFW00,GQY1XT001BH0UZ,GQY1XT001B1PHV,GQY1XT001ATTES,GQY1XT001D4O4R,GQY1XT001C8OUI,GQY1XT001CN3K5,GQY1XT001BSXH1,GQY1XT001B1GJK,GQY1XT001DCY2P,GQY1XT001B48N9,GQY1XT001DEP08,GQY1XT001DYCEW,GQY1XT001DT2UT,GQY1XT001A3F0H,GQY1XT001DFFG8,GQY1XT001AW7Y2,GQY1XT001D6FM0,GQY1XT001BN2XW,GQY1XT001DZQMK,GQY1XT001D79RO,GQY1XT001DPE6E,GQY1XT001AFVW5,GQY1XT001DE1I1,GQY1XT001C7A45,GQY1XT001C0DID,GQY1XT001EJJTN,GQY1XT001CNSKQ,GQY1XT001D1YJN,GQY1XT001B2IO6,GQY1XT001EGUWY,GQY1XT001ER0DZ,GQY1XT001AFI8Z,GQY1XT001BM4W6,GQY1XT001DKA95,GQY1XT001BQ7DJ,GQY1XT001D0IVP,GQY1XT001CZAZX,GQY1XT001B8VTG,GQY1XT001A9ONP,GQY1XT001CMJ1C,GQY1XT001EWJEG,GQY1XT001EKB66,GQY1XT001C74TA,GQY1XT001BM8Y0,GQY1XT001A3B8C,GQY1XT001EJXGL,GQY1XT001AJVMX,GQY1XT001CL4QC,GQY1XT001BZARU,GQY1XT001CNZCS,GQY1XT001C3VQW,GQY1XT001AY4WB,GQY1XT001CMHTP,GQY1XT001BMWKN,GQY1XT001A3BN3,GQY1XT001DSJF6,GQY1XT001CC2FQ,GQY1XT001BRYXH,GQY1XT001DWPX9,GQY1XT001D399N,GQY1XT001ETFOB,GQY1XT001BSNB0,GQY1XT001BD20D,GQY1XT001ES164,GQY1XT001BCEPZ,GQY1XT001D85LN,GQY1XT001CO7ZN,GQY1XT001CRYTB,GQY1XT001DL20Z,GQY1XT001CVBXL,GQY1XT001DMB26,GQY1XT001DDETW,GQY1XT001CF4GD,GQY1XT001BROHC,GQY1XT001EVDQ1,GQY1XT001CESH9,GQY1XT001DZIPY,GQY1XT001D5RZC,GQY1XT001CUIDN,GQY1XT001BOAHV,GQY1XT001CBTUI,GQY1XT001BZYL5,GQY1XT001CZB1V,GQY1XT001ATG01,GQY1XT001D0TA6,GQY1XT001CZFCY,GQY1XT001EHRUB,GQY1XT001BL4M9,GQY1XT001C5VEQ,GQY1XT001BIKY0,GQY1XT001DTHWV,GQY1XT001BZVJK,GQY1XT001AJ884,GQY1XT001COWQ1,GQY1XT001EAQO2,GQY1XT001EL21M,GQY1XT001CD266,GQY1XT001AFZZW,GQY1XT001ET99P,GQY1XT001BA0P5,GQY1XT001E2GW4,GQY1XT001BG1WU,GQY1XT001BZVE1,GQY1XT001CXZ2L,GQY1XT001EGGQU,GQY1XT001EFNAB,GQY1XT001DVO3J,GQY1XT001BQFWV,GQY1XT001EJXC1,GQY1XT001BBLJW,GQY1XT001DL5VF,GQY1XT001AHFBP,GQY1XT001CONPO,GQY1XT001D055Z,GQY1XT001AV14T,GQY1XT001EQH9S,GQY1XT001D8XNQ,GQY1XT001EEPV0,GQY1XT001ELLQ4,GQY1XT001DJF0O,GQY1XT001DXN8B,GQY1XT001AV57H,GQY1XT001A7R7I,GQY1XT001BMT50,GQY1XT001D8QUL,GQY1XT001EUF5T,GQY1XT001BGS7K,GQY1XT001AYZ0X,GQY1XT001D0SHI,GQY1XT001AGY6Z,GQY1XT001BTPNQ,GQY1XT001AYT8R,GQY1XT001ANO5X,GQY1XT001CIIUE,GQY1XT001AGQWH,GQY1XT001DJHL3,GQY1XT001AV6BO,GQY1XT001DKU9K,GQY1XT001BBLZH,GQY1XT001E1XMZ,GQY1XT001DMDRP,GQY1XT001DL5A8,GQY1XT001CQP5R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BVJNO"; -secondCol = "GQY1XT001BVJNO,GQY1XT001C65KG,GQY1XT001DRVR2,GQY1XT001EGHAX,GQY1XT001DE8GJ,GQY1XT001BA2UN,GQY1XT001B8GYO,GQY1XT001EYQKZ,GQY1XT001B9QFA,GQY1XT001EUKHP,GQY1XT001DJQKT,GQY1XT001CQVJM,GQY1XT001B6NEI,GQY1XT001DPM3R,GQY1XT001D0POB,GQY1XT001BVAD9,GQY1XT001DOYCR,GQY1XT001AZ0WB,GQY1XT001DZX8S,GQY1XT001APVRF,GQY1XT001C7NYO,GQY1XT001D7TXA,GQY1XT001CQB6W,GQY1XT001BKQG3,GQY1XT001C5ZVG,GQY1XT001C5GGM,GQY1XT001EV1V2,GQY1XT001B6ZHM,GQY1XT001DND7K,GQY1XT001BCPG5,GQY1XT001A8TYO,GQY1XT001BCH7Y,GQY1XT001BJ8ZZ,GQY1XT001CUQCN,GQY1XT001CZ4QW,GQY1XT001CKUHM,GQY1XT001ATWWA,GQY1XT001CGL3L,GQY1XT001DN3H8,GQY1XT001BMNF3,GQY1XT001AIWF5,GQY1XT001EE2S8,GQY1XT001D61NS,GQY1XT001CNH1D,GQY1XT001DICAQ,GQY1XT001CNC87,GQY1XT001C5JF9,GQY1XT001C8E5B,GQY1XT001DKYEK,GQY1XT001BL9ID,GQY1XT001A42KS,GQY1XT001CQNJE,GQY1XT001EH7FD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ETRS5"; -secondCol = "GQY1XT001ETRS5,GQY1XT001BVTS8,GQY1XT001EFAG0,GQY1XT001BMX70,GQY1XT001AJD3U,GQY1XT001ALBTF,GQY1XT001B0U6S,GQY1XT001C4QM1,GQY1XT001BERZL,GQY1XT001E0HT7,GQY1XT001AY48M,GQY1XT001EH9RE,GQY1XT001EFATI,GQY1XT001CJKPR,GQY1XT001BPELL,GQY1XT001A60JX,GQY1XT001CQM7U,GQY1XT001EEX26,GQY1XT001A7XVG,GQY1XT001BMWNG,GQY1XT001BR3FR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EQW3X"; -secondCol = "GQY1XT001EQW3X,GQY1XT001EJPWQ,GQY1XT001B1TFH,GQY1XT001DQ72N,GQY1XT001ASROG,GQY1XT001EPNAP,GQY1XT001EVO31,GQY1XT001DL8BU,GQY1XT001ANXJA,GQY1XT001C5U8C,GQY1XT001CFCQX,GQY1XT001CF5L5,GQY1XT001DFPFT,GQY1XT001AVS45,GQY1XT001EGIG6,GQY1XT001CY08Q,GQY1XT001AHMS4,GQY1XT001EO6OB,GQY1XT001A27F7,GQY1XT001CDTDU,GQY1XT001DAISF,GQY1XT001DSWXC,GQY1XT001A4J4A,GQY1XT001B8DZT,GQY1XT001A2ER7,GQY1XT001A97HB,GQY1XT001EYO6O,GQY1XT001D3QCW,GQY1XT001BDQUH,GQY1XT001DLATC,GQY1XT001AZGLN,GQY1XT001ECDO4,GQY1XT001CLWHZ,GQY1XT001B1XVL,GQY1XT001CWDTO,GQY1XT001CQZX0,GQY1XT001E3PP4,GQY1XT001CP3UV,GQY1XT001D7LG0,GQY1XT001DALGR,GQY1XT001D5JQO,GQY1XT001B0BQM,GQY1XT001C48KK,GQY1XT001ALYTC,GQY1XT001DWCCL,GQY1XT001CH1ZI,GQY1XT001EGS1R,GQY1XT001C6Y7L,GQY1XT001BFJ29,GQY1XT001CNY0T,GQY1XT001D3KRO,GQY1XT001C9UKC,GQY1XT001D4ODD,GQY1XT001BORWU,GQY1XT001DXYV3,GQY1XT001EOMFG,GQY1XT001DCX8L,GQY1XT001AN3P2,GQY1XT001A48B3,GQY1XT001B3NBR,GQY1XT001D68GI,GQY1XT001DSR1E,GQY1XT001CROQ2,GQY1XT001BINH4,GQY1XT001B0COH,GQY1XT001C9DCZ,GQY1XT001AWDJP,GQY1XT001A6VA0,GQY1XT001ETYP8,GQY1XT001EWK8X,GQY1XT001EC69T,GQY1XT001DRZMK,GQY1XT001EENMS,GQY1XT001BGZ93"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EJ7DU"; -secondCol = "GQY1XT001EJ7DU,GQY1XT001AWPLA,GQY1XT001CS7L5,GQY1XT001CD8OP,GQY1XT001BSJLJ,GQY1XT001C7IE4,GQY1XT001DDHIB,GQY1XT001AG0LH,GQY1XT001CED2N,GQY1XT001B3W4D,GQY1XT001CMOGK,GQY1XT001EW5DY,GQY1XT001COVZW,GQY1XT001EQ9J9,GQY1XT001DD9I9,GQY1XT001BI17Y,GQY1XT001BMM53,GQY1XT001BJJ9T,GQY1XT001D760Y,GQY1XT001AXFLP,GQY1XT001A7UCN,GQY1XT001CDUXM,GQY1XT001CQZW8,GQY1XT001BL331,GQY1XT001A2F0A,GQY1XT001CC48H,GQY1XT001D3NI7,GQY1XT001BZLP5,GQY1XT001B68LH,GQY1XT001EJYHN,GQY1XT001ASELJ,GQY1XT001A34MM,GQY1XT001DFX3Y,GQY1XT001CR64Y,GQY1XT001AZCJP,GQY1XT001C701Q,GQY1XT001CUNZK,GQY1XT001BX5K3,GQY1XT001ENRJC,GQY1XT001EETIW,GQY1XT001CWYDZ,GQY1XT001D2W0S"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DWRL7"; -secondCol = "GQY1XT001DWRL7,GQY1XT001BJ5B8,GQY1XT001AOKIZ,GQY1XT001CD011,GQY1XT001BKOAA,GQY1XT001ATYDF,GQY1XT001B6R7R,GQY1XT001DKA49,GQY1XT001EK86W,GQY1XT001CAEZ2,GQY1XT001AIQ61,GQY1XT001DD9VD,GQY1XT001DORJN,GQY1XT001AWBHL,GQY1XT001DSKZG,GQY1XT001DBW9O,GQY1XT001EI9SH,GQY1XT001E0UEA,GQY1XT001BPMHI,GQY1XT001B56ME,GQY1XT001BZDU9,GQY1XT001AQGXX,GQY1XT001D3TNN,GQY1XT001B0CMT,GQY1XT001CQ7A3,GQY1XT001D2TAC,GQY1XT001DKGKA,GQY1XT001CFSYL,GQY1XT001AZUCH,GQY1XT001EPYEI,GQY1XT001BAGQH,GQY1XT001BQAQA,GQY1XT001DDBOX,GQY1XT001A2NR2,GQY1XT001AGWLB,GQY1XT001EFVN3,GQY1XT001DYCHM,GQY1XT001AJMVK,GQY1XT001C45WD,GQY1XT001AO9XM,GQY1XT001CFX95,GQY1XT001EXNU2,GQY1XT001C2X5S,GQY1XT001CAVNU,GQY1XT001CAJ4E,GQY1XT001AI63R,GQY1XT001EKS9A,GQY1XT001A7N81,GQY1XT001AS7UX,GQY1XT001DUEI5,GQY1XT001C3BUE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D79TR"; -secondCol = "GQY1XT001D79TR,GQY1XT001A9SWM,GQY1XT001B62A3,GQY1XT001EGUZ2,GQY1XT001EW1TY,GQY1XT001AL8RY,GQY1XT001DOM1U,GQY1XT001EG7O4,GQY1XT001DG5Q1,GQY1XT001B716N,GQY1XT001DDAWH,GQY1XT001EKB7R,GQY1XT001B78A2,GQY1XT001EGTSG,GQY1XT001CNS5T,GQY1XT001B2XGH,GQY1XT001B8IPT,GQY1XT001EDHJW,GQY1XT001AMF3C,GQY1XT001DZ0K5,GQY1XT001CVDM2,GQY1XT001BH8JE,GQY1XT001DOSHE,GQY1XT001CURWB,GQY1XT001COIVV,GQY1XT001COOT8,GQY1XT001CB407,GQY1XT001ARZWZ,GQY1XT001D2W66,GQY1XT001DX4IL,GQY1XT001AJKAN,GQY1XT001EXGGN,GQY1XT001BAZAP,GQY1XT001A99AI,GQY1XT001E0PZR,GQY1XT001DN4MC,GQY1XT001CHQHE,GQY1XT001BPIZ8,GQY1XT001D9PAK,GQY1XT001C4GFX,GQY1XT001A0TXQ,GQY1XT001BC0KD,GQY1XT001BIWJU,GQY1XT001A5H9U,GQY1XT001AYWCZ,GQY1XT001A6JCK,GQY1XT001CNO98,GQY1XT001C9LV3,GQY1XT001CJF3R,GQY1XT001BUUQY,GQY1XT001AF7GJ,GQY1XT001BWZB5,GQY1XT001BPBDF,GQY1XT001AOXQA,GQY1XT001DJACN,GQY1XT001A1A44,GQY1XT001DFKKK,GQY1XT001BN7JR,GQY1XT001BAQ1K,GQY1XT001C5TTY,GQY1XT001BQ0PZ,GQY1XT001BY8IJ,GQY1XT001BB4AR,GQY1XT001D93NH,GQY1XT001B15DU,GQY1XT001BZ7TF,GQY1XT001CWD8N,GQY1XT001BRMH6,GQY1XT001C61HZ,GQY1XT001BSH2S,GQY1XT001A733T,GQY1XT001C3C72,GQY1XT001A71VV,GQY1XT001A0FT6,GQY1XT001BA0J0,GQY1XT001EP71L,GQY1XT001DFQR9,GQY1XT001BH9AN,GQY1XT001EWBMB,GQY1XT001DMFWI,GQY1XT001EUZIV,GQY1XT001BV2CC,GQY1XT001B5HCF,GQY1XT001DC5NG,GQY1XT001DNYD8,GQY1XT001BY079,GQY1XT001DSK55,GQY1XT001D92PC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B6C9Z"; -secondCol = "GQY1XT001B6C9Z,GQY1XT001AJP0S,GQY1XT001A86WE,GQY1XT001C6PB2,GQY1XT001DLVGC,GQY1XT001DRHNK,GQY1XT001B6VEW,GQY1XT001D89R1,GQY1XT001A0S7R,GQY1XT001CK8WJ,GQY1XT001D77MW,GQY1XT001ELFUG,GQY1XT001EX1I9,GQY1XT001EC3QU,GQY1XT001CY6PH,GQY1XT001DSCBI,GQY1XT001DIT2W,GQY1XT001AWXUH,GQY1XT001ET2F1,GQY1XT001C79SC,GQY1XT001D0HRJ,GQY1XT001C2WLR,GQY1XT001BZLMW,GQY1XT001BJH5A,GQY1XT001CSKSE,GQY1XT001AXKUR,GQY1XT001BR2DX,GQY1XT001CNW2G,GQY1XT001CI518,GQY1XT001DDNXE,GQY1XT001BG5ZK,GQY1XT001CYDRR,GQY1XT001AE5I1,GQY1XT001BENE7,GQY1XT001A4YMG,GQY1XT001DVMBR,GQY1XT001EC2HC,GQY1XT001ED2ZX,GQY1XT001C2TGF,GQY1XT001AQ1DJ,GQY1XT001EM9G6,GQY1XT001BXX4U,GQY1XT001EZSMO,GQY1XT001AH9Y6,GQY1XT001DAOVQ,GQY1XT001BJZ0F,GQY1XT001AJN35,GQY1XT001EEV61,GQY1XT001BGJYC,GQY1XT001EH02I,GQY1XT001AGD93,GQY1XT001B54AQ,GQY1XT001CI3UN,GQY1XT001DO333,GQY1XT001EF5RF,GQY1XT001EXU5X,GQY1XT001CP20P,GQY1XT001CSMZR,GQY1XT001CN87K,GQY1XT001BYEE3,GQY1XT001DF0ZK,GQY1XT001D2FEL,GQY1XT001EI67N,GQY1XT001CF830,GQY1XT001BCYL2,GQY1XT001DZFAC,GQY1XT001CV5VQ,GQY1XT001CITXO,GQY1XT001AG9QS,GQY1XT001BKDFD,GQY1XT001CCLPK,GQY1XT001C92P0,GQY1XT001CIIDF,GQY1XT001BYSFU,GQY1XT001CE7D2,GQY1XT001ANYXK,GQY1XT001DN871,GQY1XT001EJBM2,GQY1XT001EEAFB,GQY1XT001DXMSK,GQY1XT001DW0FW,GQY1XT001DMFDM,GQY1XT001CEJDQ,GQY1XT001AIEAC,GQY1XT001AG4BL,GQY1XT001C8WJJ,GQY1XT001DJUCA,GQY1XT001EQ9UV,GQY1XT001EX8MY,GQY1XT001DWQP2,GQY1XT001DYOQS,GQY1XT001EBED6,GQY1XT001A3SFY,GQY1XT001AKSO4,GQY1XT001AFZ1O,GQY1XT001ERTV6,GQY1XT001BA9LD,GQY1XT001EQWVJ,GQY1XT001ECR4N,GQY1XT001DOPJV,GQY1XT001A21GJ,GQY1XT001CXAR1,GQY1XT001BH696,GQY1XT001CSFQW,GQY1XT001CMQ0P,GQY1XT001AO2BK,GQY1XT001EIR5S,GQY1XT001DTYWD,GQY1XT001DL3HX,GQY1XT001DL60R,GQY1XT001C7102,GQY1XT001EVJVA,GQY1XT001EFXCY,GQY1XT001ESG5N,GQY1XT001BNC8W,GQY1XT001CJYTH,GQY1XT001A3POQ,GQY1XT001CWR7T,GQY1XT001CKOU4,GQY1XT001AU8SI,GQY1XT001BLEUQ,GQY1XT001APD1R,GQY1XT001EXNJZ,GQY1XT001B854X,GQY1XT001CYE13,GQY1XT001EQS7D,GQY1XT001A98QS,GQY1XT001EWCLV,GQY1XT001BIHED,GQY1XT001EU02C,GQY1XT001CVC2F,GQY1XT001A9890,GQY1XT001A1R57,GQY1XT001A95FG,GQY1XT001EI8A1,GQY1XT001DUDDU,GQY1XT001B12ZR,GQY1XT001DXVJ2,GQY1XT001EIK3P,GQY1XT001DQRZ2,GQY1XT001D77NH,GQY1XT001ARYIF,GQY1XT001BJYB9,GQY1XT001CAP23"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EI480"; -secondCol = "GQY1XT001EI480,GQY1XT001AJBYK,GQY1XT001AHDTU,GQY1XT001EUM97,GQY1XT001A2PCL,GQY1XT001B1G9S,GQY1XT001B0XKB,GQY1XT001CMH37,GQY1XT001CBV32,GQY1XT001BF5P2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EE24J"; -secondCol = "GQY1XT001EE24J,GQY1XT001CD8RM,GQY1XT001CIKXF,GQY1XT001ARJHA,GQY1XT001C2IS2,GQY1XT001B6A9B,GQY1XT001CJHEV,GQY1XT001APNPX,GQY1XT001B9ETT,GQY1XT001DTCH5,GQY1XT001CBFTX,GQY1XT001EPZBE,GQY1XT001DCP0Q,GQY1XT001DI206,GQY1XT001BMC27,GQY1XT001BM5EZ,GQY1XT001DFYC9,GQY1XT001EZCWE,GQY1XT001BSIOE,GQY1XT001AZRTB,GQY1XT001BO2LS,GQY1XT001CP4Z3,GQY1XT001DAR4Y,GQY1XT001D37DE,GQY1XT001AR559,GQY1XT001DID2X,GQY1XT001ESS34,GQY1XT001DSTZL,GQY1XT001DMDSP,GQY1XT001A5WGB,GQY1XT001BQH67,GQY1XT001EDPW7,GQY1XT001AGG79,GQY1XT001B2XRB,GQY1XT001EVZY0,GQY1XT001BVPGU,GQY1XT001AOTAN,GQY1XT001C309T,GQY1XT001D0O6T,GQY1XT001CV8UM,GQY1XT001AK4VA,GQY1XT001BITXP,GQY1XT001CUWX7,GQY1XT001CNT0Q,GQY1XT001D0NFW,GQY1XT001BGT9L,GQY1XT001EO22S,GQY1XT001AYW2I,GQY1XT001D7597,GQY1XT001B38H3,GQY1XT001CQVNB,GQY1XT001C3YID,GQY1XT001CIXHY,GQY1XT001A1FWV,GQY1XT001AWTNW,GQY1XT001CN6A7,GQY1XT001AN14L,GQY1XT001DB0TE,GQY1XT001BSE56,GQY1XT001BGL19,GQY1XT001A9N8G,GQY1XT001EU55W,GQY1XT001DW0MM,GQY1XT001DXEJL,GQY1XT001CUN2E,GQY1XT001CRT3Y,GQY1XT001BWW0G,GQY1XT001ARP37,GQY1XT001B46DU,GQY1XT001E3SU5,GQY1XT001EYZGB,GQY1XT001EY8JP,GQY1XT001B3UO9,GQY1XT001AN987,GQY1XT001BV6EV,GQY1XT001B8JHX,GQY1XT001E4OCT,GQY1XT001DHR67,GQY1XT001BLIVU,GQY1XT001AKDZ7,GQY1XT001CBR03,GQY1XT001AT8PI,GQY1XT001BNQXV,GQY1XT001DRG6V,GQY1XT001B3CQF,GQY1XT001CAUDG,GQY1XT001DMGQA,GQY1XT001B5QLC,GQY1XT001AKKZO,GQY1XT001BULS9,GQY1XT001AUSC9,GQY1XT001B40ZO,GQY1XT001B6U87,GQY1XT001BZEOM,GQY1XT001BD1WY,GQY1XT001A2ELM,GQY1XT001DLK74,GQY1XT001AG3WJ,GQY1XT001BSQKV,GQY1XT001DEQF0,GQY1XT001A1DIH,GQY1XT001AWI8A,GQY1XT001A0DIF,GQY1XT001BKLBV,GQY1XT001BGCU7,GQY1XT001DMC5M,GQY1XT001CXMCR,GQY1XT001C11CW,GQY1XT001BSH4T,GQY1XT001BKQST,GQY1XT001AU99A,GQY1XT001EPBSW,GQY1XT001D9F7P,GQY1XT001EL80M,GQY1XT001D85QA,GQY1XT001EQIKN,GQY1XT001EPQ6M,GQY1XT001B9RV1,GQY1XT001C94Y6,GQY1XT001DHO0Z,GQY1XT001CK1SW,GQY1XT001EC62R,GQY1XT001COHUJ,GQY1XT001BE0XK,GQY1XT001C0IYJ,GQY1XT001DH5QD,GQY1XT001ATA4E,GQY1XT001B8HKW,GQY1XT001AG3DR,GQY1XT001CAVCU,GQY1XT001B6276,GQY1XT001DFEBF,GQY1XT001DRLLK,GQY1XT001EXWLL,GQY1XT001C64IK,GQY1XT001BE6BG,GQY1XT001DXVP5,GQY1XT001AWL12,GQY1XT001CQM94,GQY1XT001APIOJ,GQY1XT001AMBHT,GQY1XT001AHS2D,GQY1XT001ESQ4X,GQY1XT001AOXYK,GQY1XT001CJF2R,GQY1XT001A7FKB,GQY1XT001EKPDP,GQY1XT001BS8IN,GQY1XT001B5MG8,GQY1XT001EC7GW,GQY1XT001C2LIJ,GQY1XT001B3AKI,GQY1XT001BP12K,GQY1XT001EDQBH,GQY1XT001EYI95,GQY1XT001D6SYI,GQY1XT001D0TIT,GQY1XT001A8N55,GQY1XT001DJXON,GQY1XT001A5MOM,GQY1XT001ETX9L,GQY1XT001D4UB7,GQY1XT001BWC0C,GQY1XT001DRQLT,GQY1XT001AFEKL,GQY1XT001EAJF3,GQY1XT001BMLKV,GQY1XT001DTLTW,GQY1XT001DJQ9B,GQY1XT001BFB88,GQY1XT001DXNHJ,GQY1XT001B3NS8,GQY1XT001C3U4Y,GQY1XT001A3JFW,GQY1XT001DILWT,GQY1XT001CJM6S,GQY1XT001C4Z3E,GQY1XT001B33MN,GQY1XT001DGW2I,GQY1XT001BB7D4,GQY1XT001BOWUL,GQY1XT001BBO54,GQY1XT001DLLK5,GQY1XT001EJDXZ,GQY1XT001EDV0A,GQY1XT001DWTJE,GQY1XT001BTPLZ,GQY1XT001CBS2D,GQY1XT001DMLQI,GQY1XT001C0P9K,GQY1XT001CLEPJ,GQY1XT001ELW0B,GQY1XT001CUTEW,GQY1XT001BGUVO,GQY1XT001DDJ1H,GQY1XT001ALRIJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EDBEC"; -secondCol = "GQY1XT001EDBEC,GQY1XT001COJMU,GQY1XT001EFBY5,GQY1XT001C0HEO,GQY1XT001CF3CC,GQY1XT001AHU4I,GQY1XT001CY77E,GQY1XT001EPWK1,GQY1XT001BSJJ5,GQY1XT001AT947,GQY1XT001ASKZK,GQY1XT001DZ5DW,GQY1XT001BYE2I,GQY1XT001CYCL6,GQY1XT001EMJLG,GQY1XT001DDIC4,GQY1XT001ATSPV,GQY1XT001EEOAC,GQY1XT001DOUEA,GQY1XT001CGYNQ,GQY1XT001C43K0,GQY1XT001A2KNS,GQY1XT001CRSVF,GQY1XT001BQG8E,GQY1XT001DXR54,GQY1XT001DMV6K,GQY1XT001BPFM9,GQY1XT001AJU0P,GQY1XT001EBCAJ,GQY1XT001EZ0KI,GQY1XT001CGQN2,GQY1XT001BJOLQ,GQY1XT001EYJL8,GQY1XT001CC6ZL,GQY1XT001AVA1H,GQY1XT001CSB4D,GQY1XT001C5EYP,GQY1XT001BYNMI,GQY1XT001AN36Y,GQY1XT001AI40F,GQY1XT001BJS18,GQY1XT001EUB90,GQY1XT001BBW51,GQY1XT001AVUJF,GQY1XT001DF9MO,GQY1XT001EWL5V,GQY1XT001API33,GQY1XT001C7P7S,GQY1XT001D1TS7,GQY1XT001COI8U,GQY1XT001C8AIQ,GQY1XT001CFK50,GQY1XT001ARHYN,GQY1XT001CDRQA,GQY1XT001CHTNF,GQY1XT001B8P2Z,GQY1XT001CCUDJ,GQY1XT001EJD78,GQY1XT001DU4P1,GQY1XT001DK6YB,GQY1XT001A85OS,GQY1XT001AMN2K,GQY1XT001CJYXB,GQY1XT001EVQ89,GQY1XT001BXAVS,GQY1XT001D8055,GQY1XT001D9NLB,GQY1XT001CGJTI,GQY1XT001CDEQ2,GQY1XT001CE5NQ,GQY1XT001AUZH9,GQY1XT001CKXI6,GQY1XT001DUSHY,GQY1XT001A3DK9,GQY1XT001AWC7N,GQY1XT001CZYOY,GQY1XT001B6DQF,GQY1XT001CK78W,GQY1XT001ASDPF,GQY1XT001DF0MH,GQY1XT001D2KZM,GQY1XT001CO7CB,GQY1XT001CSMV8,GQY1XT001B0RQK,GQY1XT001BHBO1,GQY1XT001CTGZI,GQY1XT001AOYFW,GQY1XT001EHAPD,GQY1XT001BSCXG,GQY1XT001BIUFY,GQY1XT001A96G5,GQY1XT001BQJFA,GQY1XT001BWYM0,GQY1XT001CMN0X,GQY1XT001AMHWK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D47YY"; -secondCol = "GQY1XT001D47YY,GQY1XT001A2R9V,GQY1XT001C91ZZ,GQY1XT001BRPJ9,GQY1XT001DL056,GQY1XT001DNB40,GQY1XT001BSE4R,GQY1XT001EKKO9,GQY1XT001CK0GD,GQY1XT001C23LW,GQY1XT001B8DRL,GQY1XT001DGX7Y,GQY1XT001AF8K4,GQY1XT001BTGK1,GQY1XT001D2MYZ,GQY1XT001D63TY,GQY1XT001CQ7EQ,GQY1XT001B4483,GQY1XT001E2C6K,GQY1XT001ALFW3,GQY1XT001BM7JR,GQY1XT001BAMD1,GQY1XT001C1TMI,GQY1XT001DXUCH,GQY1XT001DU5CW,GQY1XT001CCE0Y,GQY1XT001BRSTJ,GQY1XT001DRYK3,GQY1XT001A2MGT,GQY1XT001DQ0U8,GQY1XT001BRLFL,GQY1XT001AFIFZ,GQY1XT001D24KQ,GQY1XT001DHQJ5,GQY1XT001BVBAF,GQY1XT001EWPZW,GQY1XT001C7MYT,GQY1XT001EG880,GQY1XT001AWPCE,GQY1XT001EOLNM,GQY1XT001CQGLS,GQY1XT001CR7AO,GQY1XT001DK29L,GQY1XT001EJ7O2,GQY1XT001CYL3N,GQY1XT001CNU6W,GQY1XT001DLAG0,GQY1XT001DCF1E,GQY1XT001CDV3B,GQY1XT001CR814,GQY1XT001DJN7Y,GQY1XT001C5I4Z,GQY1XT001EX0YV,GQY1XT001DVN21,GQY1XT001AJ0Y1,GQY1XT001BFR2K,GQY1XT001B6109,GQY1XT001CGXK2,GQY1XT001EE4FT,GQY1XT001CJ068,GQY1XT001CMPUE,GQY1XT001AYQXB,GQY1XT001CVM9X,GQY1XT001B2CIR,GQY1XT001ETWVA,GQY1XT001DPERF,GQY1XT001B5QOV,GQY1XT001DIBIR,GQY1XT001BY0B2,GQY1XT001AY0VM,GQY1XT001EJLPM,GQY1XT001AVXKL,GQY1XT001AQZW9,GQY1XT001BO97D,GQY1XT001AKVCF,GQY1XT001A9RVW,GQY1XT001DZIQ9,GQY1XT001BIVYT,GQY1XT001C8O90,GQY1XT001AYJM7,GQY1XT001EMUKT,GQY1XT001DU6BF,GQY1XT001BKGCM,GQY1XT001DCOUF,GQY1XT001CTR55,GQY1XT001BM5WJ,GQY1XT001D7BR5,GQY1XT001CSZSE,GQY1XT001BG3XL,GQY1XT001BT641,GQY1XT001A1PEW,GQY1XT001BO3M1,GQY1XT001CRPFX,GQY1XT001E291Z,GQY1XT001A1RU0,GQY1XT001EVVT0,GQY1XT001EPPY9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CNUHI"; -secondCol = "GQY1XT001CNUHI,GQY1XT001BG3TS,GQY1XT001BL74R,GQY1XT001DOAEA,GQY1XT001CQQXJ,GQY1XT001DH3E3,GQY1XT001DMZUU,GQY1XT001AQ0XJ,GQY1XT001C49TW,GQY1XT001AG5A3,GQY1XT001DZ2FP,GQY1XT001BO2V8,GQY1XT001B1PXM,GQY1XT001DIUP1,GQY1XT001C1PPH,GQY1XT001EMI4G,GQY1XT001DSB3I,GQY1XT001C1HW0,GQY1XT001CU1MB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BH4P4"; -secondCol = "GQY1XT001BH4P4,GQY1XT001DUBZH,GQY1XT001CILKV,GQY1XT001CGYDW,GQY1XT001DXR5D,GQY1XT001EMQ15,GQY1XT001CIDKX,GQY1XT001DNI64,GQY1XT001CK935,GQY1XT001C7QV2,GQY1XT001BHR02,GQY1XT001BCT31,GQY1XT001EQ5RQ,GQY1XT001A6TES,GQY1XT001BBOI8,GQY1XT001AJTQK,GQY1XT001EFHT0,GQY1XT001DGE1I,GQY1XT001C3ESA,GQY1XT001DIBWC,GQY1XT001ERZ4V,GQY1XT001C487L,GQY1XT001A0ZRI,GQY1XT001EP6C1,GQY1XT001DUOL7,GQY1XT001C9CUN,GQY1XT001A1G3P,GQY1XT001BXTPN,GQY1XT001BB9XR,GQY1XT001A5E2N,GQY1XT001DZLVL,GQY1XT001EP5E4,GQY1XT001BZ1TD,GQY1XT001BQC91,GQY1XT001C30P2,GQY1XT001DALT3,GQY1XT001AZMSJ,GQY1XT001EFP9I,GQY1XT001AIBPQ,GQY1XT001BL75Z,GQY1XT001A5HY7,GQY1XT001EBD2P,GQY1XT001EVPHE,GQY1XT001C1W0D,GQY1XT001BTXXQ,GQY1XT001CRLNG,GQY1XT001CNQNC,GQY1XT001EACH9,GQY1XT001AJ8BW,GQY1XT001DCVVQ,GQY1XT001BRGES,GQY1XT001BHPMI,GQY1XT001CMFWE,GQY1XT001BFTQ3,GQY1XT001B80EX,GQY1XT001EO4ZD,GQY1XT001CZNKV,GQY1XT001EZJT1,GQY1XT001DF0JG,GQY1XT001BU0VO,GQY1XT001BSIV0,GQY1XT001B8D97"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AWI4W"; -secondCol = "GQY1XT001AWI4W,GQY1XT001B24IT,GQY1XT001EIN27,GQY1XT001ATQV5,GQY1XT001BYSVQ,GQY1XT001AYENE,GQY1XT001BXY9Z,GQY1XT001BUQ9F,GQY1XT001DIU2U,GQY1XT001D5APN,GQY1XT001AVNE0,GQY1XT001EMDU8,GQY1XT001BONF3,GQY1XT001CLTOY,GQY1XT001CZZDA,GQY1XT001EH4W2,GQY1XT001BLU5T,GQY1XT001BPP26,GQY1XT001BJVS5,GQY1XT001C680G,GQY1XT001BO4ZN,GQY1XT001CPW0Q,GQY1XT001ETB9T,GQY1XT001CCVXU,GQY1XT001DZ7B4,GQY1XT001CTY2I,GQY1XT001BOYFN,GQY1XT001CZEGW,GQY1XT001BONBY,GQY1XT001BQ8IF,GQY1XT001AMBWV,GQY1XT001CI4A0,GQY1XT001EUFQ9,GQY1XT001ECL1G,GQY1XT001DF7BI,GQY1XT001EK3B4,GQY1XT001BE7C6,GQY1XT001B5KFB,GQY1XT001AX2F0,GQY1XT001DA19Z,GQY1XT001DGPEC,GQY1XT001BK7LV,GQY1XT001CEGU1,GQY1XT001DAILL,GQY1XT001E18IQ,GQY1XT001ENOIP,GQY1XT001CDG2T,GQY1XT001B1N9B,GQY1XT001DQN1S,GQY1XT001CZSUB,GQY1XT001CNUHN,GQY1XT001BK69W,GQY1XT001A2FUQ,GQY1XT001EMHQ2,GQY1XT001DC2OS,GQY1XT001DIRDC,GQY1XT001C12SS,GQY1XT001BDJUI,GQY1XT001B7Q62,GQY1XT001BM00B,GQY1XT001D3KFB,GQY1XT001C9XR9,GQY1XT001CPYWD,GQY1XT001C79J9,GQY1XT001DETHF,GQY1XT001BKL1N,GQY1XT001DWZ38,GQY1XT001DRTHO,GQY1XT001DB0EH,GQY1XT001AWDED,GQY1XT001DLJN7,GQY1XT001AWXBP,GQY1XT001CJ6DT,GQY1XT001AMWEK,GQY1XT001EDD87,GQY1XT001BRF6T,GQY1XT001BCZ31,GQY1XT001CZPU1,GQY1XT001A0KIP,GQY1XT001CSHQ2,GQY1XT001EG2CB,GQY1XT001EAK4Z,GQY1XT001C5VJ2,GQY1XT001DNRCZ,GQY1XT001DCL2K,GQY1XT001CN4D6,GQY1XT001C80WV,GQY1XT001BMOEY,GQY1XT001AHY5Y,GQY1XT001A9AH6,GQY1XT001A6I9P,GQY1XT001ATCGK,GQY1XT001DZPMY,GQY1XT001D7WLE,GQY1XT001BAUF0,GQY1XT001CEVYP,GQY1XT001AX6OD,GQY1XT001EURZ4,GQY1XT001D6BXG,GQY1XT001CAZ1R,GQY1XT001D6DCL,GQY1XT001AF0DJ,GQY1XT001CV0AP,GQY1XT001COLVZ,GQY1XT001CUGKK,GQY1XT001BSCRG,GQY1XT001DZ46K,GQY1XT001DXX87,GQY1XT001DDAO3,GQY1XT001CS8S0,GQY1XT001CHZ8K,GQY1XT001BN3ZX,GQY1XT001BHTZP,GQY1XT001AP2BK,GQY1XT001AH5FB,GQY1XT001CEHHX,GQY1XT001DO092,GQY1XT001DR6TK,GQY1XT001AS39U,GQY1XT001EDYL8,GQY1XT001AF0XN,GQY1XT001B47AN,GQY1XT001CHC21,GQY1XT001BUGDW,GQY1XT001EWO1W,GQY1XT001ET289,GQY1XT001CGZD9,GQY1XT001C3TB8,GQY1XT001C256C,GQY1XT001ASGW8,GQY1XT001DNNXV,GQY1XT001E4QCF,GQY1XT001CHCH0,GQY1XT001BWW3H,GQY1XT001DHH1O,GQY1XT001DY13N,GQY1XT001ECBX3,GQY1XT001C69UG,GQY1XT001AH4KH,GQY1XT001EW71H,GQY1XT001AN3VF,GQY1XT001CVYDS,GQY1XT001ATN25,GQY1XT001DU5EU,GQY1XT001BAZY2,GQY1XT001C33VE,GQY1XT001APFE5,GQY1XT001EK9RV,GQY1XT001DKG8V,GQY1XT001CK6YI,GQY1XT001BCZ69,GQY1XT001AQI41,GQY1XT001AK7P1,GQY1XT001A5GXD,GQY1XT001CXNQE,GQY1XT001EVEIH,GQY1XT001CMGCE,GQY1XT001DMWP9,GQY1XT001AUFEF,GQY1XT001BINWL,GQY1XT001CYJEN,GQY1XT001E3GM3,GQY1XT001EIZ8Q,GQY1XT001C4KD8,GQY1XT001E4ARS,GQY1XT001EMKL9,GQY1XT001CS98I,GQY1XT001B4AO3,GQY1XT001DJVZ4,GQY1XT001BQK0N,GQY1XT001BBNVB,GQY1XT001B9HV5,GQY1XT001EQENX,GQY1XT001D6MXG,GQY1XT001C18SO,GQY1XT001BFQ07,GQY1XT001D1A7K,GQY1XT001CPNQQ,GQY1XT001A63TM,GQY1XT001AE521,GQY1XT001DAOUK,GQY1XT001A5R1I,GQY1XT001EI18S,GQY1XT001EBBO1,GQY1XT001BT33Y,GQY1XT001DA0ZZ,GQY1XT001DOXI7,GQY1XT001BXON2,GQY1XT001EE0S6,GQY1XT001C7G8O,GQY1XT001DE5S6,GQY1XT001DGJUY,GQY1XT001BKLZC,GQY1XT001AIQAB,GQY1XT001DGESR,GQY1XT001AM9BF,GQY1XT001D3DHS,GQY1XT001BX0L9,GQY1XT001EXGQO,GQY1XT001CDWS2,GQY1XT001BEMLI,GQY1XT001ASVKE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AMRXQ"; -secondCol = "GQY1XT001AMRXQ,GQY1XT001BQSP0,GQY1XT001C2A7I,GQY1XT001B91BX,GQY1XT001DMUCQ,GQY1XT001B5PU1,GQY1XT001B6CY4,GQY1XT001DCKBW,GQY1XT001CV5ZS,GQY1XT001BQLVU,GQY1XT001B1EPZ,GQY1XT001C4CCJ,GQY1XT001ATKX5,GQY1XT001CQGSS,GQY1XT001BWUTI,GQY1XT001D9LV6,GQY1XT001C4OJ6,GQY1XT001DKVUH,GQY1XT001CH4F8,GQY1XT001CZZ37,GQY1XT001DOL4C,GQY1XT001B1UJB,GQY1XT001C9XV1,GQY1XT001A7D77,GQY1XT001DTX9H,GQY1XT001DQ0Z9,GQY1XT001A3MHK,GQY1XT001DG3F7,GQY1XT001BDZXW,GQY1XT001BMOTU,GQY1XT001A4J7V,GQY1XT001A9WDT,GQY1XT001D1BZV,GQY1XT001BIV1E,GQY1XT001ERLH8,GQY1XT001C9YZL,GQY1XT001CGRY3,GQY1XT001BO6GV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EISNU"; -secondCol = "GQY1XT001EISNU,GQY1XT001DV8XJ,GQY1XT001CNHJK,GQY1XT001BFIGI,GQY1XT001BPALL,GQY1XT001EYGHS,GQY1XT001DDOB4,GQY1XT001DCN8S,GQY1XT001A257F,GQY1XT001EWZ86,GQY1XT001DNS8U,GQY1XT001BZMBE,GQY1XT001AKZBO,GQY1XT001C99WR,GQY1XT001DPRS9,GQY1XT001CEXMP,GQY1XT001EY5DB,GQY1XT001BSAIS,GQY1XT001AP20R,GQY1XT001B4NOR,GQY1XT001C99BN,GQY1XT001ALDL3,GQY1XT001BQOL4,GQY1XT001DVV4W,GQY1XT001B4BZV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EDAPN"; -secondCol = "GQY1XT001EDAPN,GQY1XT001CU99O,GQY1XT001BTPSM,GQY1XT001EKZN9,GQY1XT001B7EE1,GQY1XT001BSUNY,GQY1XT001BNEWP,GQY1XT001D1BNR,GQY1XT001ETF9K,GQY1XT001AGZRL,GQY1XT001BS1NH,GQY1XT001CNCCY,GQY1XT001C3R4Z,GQY1XT001A9T5R,GQY1XT001C0FQ2,GQY1XT001DHS4W,GQY1XT001BN2F0,GQY1XT001EGGNP,GQY1XT001DN2QS,GQY1XT001AWEMZ,GQY1XT001ERIHX,GQY1XT001CH9YY,GQY1XT001A9UQP,GQY1XT001ASU43,GQY1XT001DGGQW,GQY1XT001DK9U2,GQY1XT001A4G73,GQY1XT001COX3W,GQY1XT001BDQ5O,GQY1XT001BAY8Q,GQY1XT001B8KE3,GQY1XT001A57FB,GQY1XT001D4DRZ,GQY1XT001C6QYC,GQY1XT001CX1TI,GQY1XT001A26AJ,GQY1XT001ASELW,GQY1XT001DNEVU,GQY1XT001BWEZW,GQY1XT001BQVNR,GQY1XT001C6TTA,GQY1XT001DYL85,GQY1XT001B3F5J,GQY1XT001BHRTL,GQY1XT001E0F8A,GQY1XT001EWAFY,GQY1XT001A9YMS,GQY1XT001DJQCY,GQY1XT001DM8JE,GQY1XT001CB2P0,GQY1XT001DNA2I,GQY1XT001BMJUT,GQY1XT001EL6G0,GQY1XT001DR9YQ,GQY1XT001C6LVN,GQY1XT001BGLQH,GQY1XT001DET9D,GQY1XT001CA35F,GQY1XT001BC67O,GQY1XT001EP98Y,GQY1XT001EY7CB,GQY1XT001A2XS7,GQY1XT001BMULC,GQY1XT001E3I3U,GQY1XT001C3CCM,GQY1XT001CYYGQ,GQY1XT001DA6J1,GQY1XT001B6DXD,GQY1XT001AWY8C,GQY1XT001B4HQ5,GQY1XT001BHERC,GQY1XT001EWXFU,GQY1XT001CFVF7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E06HP"; -secondCol = "GQY1XT001E06HP,GQY1XT001AYHCM,GQY1XT001C8YKI,GQY1XT001BKY8J,GQY1XT001CGHR8,GQY1XT001AR2QF,GQY1XT001EVT8H,GQY1XT001A09TR,GQY1XT001EGE0U,GQY1XT001ARSXT,GQY1XT001C4V8J,GQY1XT001DT2DO,GQY1XT001EMMMN,GQY1XT001D59PL,GQY1XT001D0GKU,GQY1XT001CXUFA,GQY1XT001EBSI3,GQY1XT001CHV45,GQY1XT001BU2HT,GQY1XT001DH8LI,GQY1XT001DF9XR,GQY1XT001DZ4ZF,GQY1XT001D5DWX,GQY1XT001CLO6Y,GQY1XT001C1RJW,GQY1XT001EK8U9,GQY1XT001E1Y3B,GQY1XT001D0ASJ,GQY1XT001B9Q1V,GQY1XT001DUF50,GQY1XT001B9LCI,GQY1XT001AI5W2,GQY1XT001DWJAS,GQY1XT001E12JI,GQY1XT001DHG56,GQY1XT001AY3WY,GQY1XT001CH9VC,GQY1XT001CGW2P,GQY1XT001C2K55,GQY1XT001BMYUY,GQY1XT001CPTYN,GQY1XT001C2KS6,GQY1XT001BKH1L,GQY1XT001EE82X,GQY1XT001DLIOB,GQY1XT001DFTC9,GQY1XT001C9NVH,GQY1XT001C1JBF,GQY1XT001D9OJ3,GQY1XT001CTAIJ,GQY1XT001D2U9X,GQY1XT001DL7J6,GQY1XT001ANT2E,GQY1XT001DMV90,GQY1XT001ELXY6,GQY1XT001BV6EH,GQY1XT001AQX8F,GQY1XT001BIXIJ,GQY1XT001APHJD,GQY1XT001BKK7T,GQY1XT001EF2U3,GQY1XT001DPV8J,GQY1XT001D99RQ,GQY1XT001EYVDH,GQY1XT001D5QHM,GQY1XT001BIGTE,GQY1XT001AF6FI,GQY1XT001BOOQI,GQY1XT001A4N3R,GQY1XT001AN4F9,GQY1XT001CXWYE,GQY1XT001BDM84,GQY1XT001BZ4H1,GQY1XT001DGK5O,GQY1XT001A7OGN,GQY1XT001AVTN5,GQY1XT001C0GD4,GQY1XT001CDO1L,GQY1XT001AO9G8,GQY1XT001A6YDN,GQY1XT001D25DS,GQY1XT001ER8US,GQY1XT001EKEWS,GQY1XT001A5XIU,GQY1XT001DPWKP,GQY1XT001B5K6P,GQY1XT001BC5KO,GQY1XT001A87B2,GQY1XT001ENQBI,GQY1XT001DV4U9,GQY1XT001DCNR9,GQY1XT001CKS7J,GQY1XT001CIYNY,GQY1XT001CD589,GQY1XT001BESVH,GQY1XT001B42I2,GQY1XT001A2XAW,GQY1XT001AK9I1,GQY1XT001BFW1I,GQY1XT001EJ7Q1,GQY1XT001BU1WO,GQY1XT001A2AZB,GQY1XT001EUAN4,GQY1XT001ANE9D,GQY1XT001AETU1,GQY1XT001DTMWO,GQY1XT001DM0FE,GQY1XT001D282G,GQY1XT001ANP4E,GQY1XT001D3KR8,GQY1XT001CETL2,GQY1XT001DCKOL,GQY1XT001C5IP5,GQY1XT001ETQFJ,GQY1XT001C538R,GQY1XT001CM8YK,GQY1XT001A42YK,GQY1XT001AGTK9,GQY1XT001D2UGU,GQY1XT001CA9J6,GQY1XT001AUZFG,GQY1XT001BNZQ5,GQY1XT001EDUED,GQY1XT001E11HW,GQY1XT001D4IVC,GQY1XT001EI880,GQY1XT001EVJ5E,GQY1XT001BHFVM,GQY1XT001DHUR3,GQY1XT001ELVM5,GQY1XT001CYAWU,GQY1XT001CVTSF,GQY1XT001C8HZW,GQY1XT001BR83H,GQY1XT001AY4YK,GQY1XT001EYG79,GQY1XT001EL4FK,GQY1XT001A3G59,GQY1XT001EE6VF,GQY1XT001BWM9J,GQY1XT001BUI0X,GQY1XT001A7C4P,GQY1XT001ERZ39,GQY1XT001BLQ95,GQY1XT001C8D6L,GQY1XT001BLP2A,GQY1XT001DHUM1,GQY1XT001EB6BD,GQY1XT001B3CG9,GQY1XT001B1OLM,GQY1XT001DG0N2,GQY1XT001C4QEF,GQY1XT001DDQ02,GQY1XT001B8AX7,GQY1XT001BGG9D,GQY1XT001BLH0R,GQY1XT001BUUOG,GQY1XT001BQT7G,GQY1XT001DWZQG,GQY1XT001CY3PD,GQY1XT001EX7A0,GQY1XT001EMTSQ,GQY1XT001CUR18,GQY1XT001C9BMN,GQY1XT001BW8O2,GQY1XT001BGO78"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DXX0D"; -secondCol = "GQY1XT001DXX0D,GQY1XT001BHB2X,GQY1XT001BTOSN,GQY1XT001AIP8P,GQY1XT001C2SPW,GQY1XT001CS8I1,GQY1XT001EH7ZP,GQY1XT001DSDYE,GQY1XT001C4L9U,GQY1XT001AXKXS,GQY1XT001C77VW,GQY1XT001BOPGV,GQY1XT001DE93N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DK76L"; -secondCol = "GQY1XT001DK76L,GQY1XT001BT3NL,GQY1XT001CIP7J,GQY1XT001AWGR3,GQY1XT001BTCVF,GQY1XT001EXNXO,GQY1XT001CD0VA,GQY1XT001BS1YE,GQY1XT001BH8I9,GQY1XT001DOL2B,GQY1XT001CNACF,GQY1XT001EGSRL,GQY1XT001DG6F9,GQY1XT001DCRAE,GQY1XT001DB3QM,GQY1XT001CT198,GQY1XT001BF6VU,GQY1XT001DLDIL,GQY1XT001EVNL5,GQY1XT001AVWYN,GQY1XT001BS35Z,GQY1XT001EVODW,GQY1XT001EPUT1,GQY1XT001BF6VX,GQY1XT001EK65Y,GQY1XT001CY4FX,GQY1XT001AWKV7,GQY1XT001BWTUQ,GQY1XT001DDMHW,GQY1XT001C8RW1,GQY1XT001C62VO,GQY1XT001A47MC,GQY1XT001D1NE0,GQY1XT001DLJBR,GQY1XT001BLBFS,GQY1XT001C85CC,GQY1XT001C91DQ,GQY1XT001B7JUH,GQY1XT001A635C,GQY1XT001D7U1V,GQY1XT001EA7L6,GQY1XT001C0M3X,GQY1XT001D2KPI,GQY1XT001ETJKT,GQY1XT001D3Q9B,GQY1XT001ANZ5D,GQY1XT001EP9PE,GQY1XT001AWKU9,GQY1XT001D894W,GQY1XT001B88O9,GQY1XT001CWH6Q,GQY1XT001ENY2E,GQY1XT001DL6EX,GQY1XT001DQ24Y,GQY1XT001DJZ2V,GQY1XT001BP8CT,GQY1XT001DY62B,GQY1XT001DZWV0,GQY1XT001CSHGZ,GQY1XT001CKPAJ,GQY1XT001BHC1X,GQY1XT001BDZ3S,GQY1XT001B14ZY,GQY1XT001AO2C8,GQY1XT001ALQBG,GQY1XT001EFCNG,GQY1XT001C6G0C,GQY1XT001BXR16,GQY1XT001B9745,GQY1XT001DEZD1,GQY1XT001A43HS,GQY1XT001CJD0G,GQY1XT001AKH0O,GQY1XT001EX95E,GQY1XT001CIE7H,GQY1XT001BUWI4,GQY1XT001DKPU0,GQY1XT001BDXT4,GQY1XT001B4KYA,GQY1XT001CQUF3,GQY1XT001CKBTI,GQY1XT001EWBBR,GQY1XT001BH4MV,GQY1XT001DPLQ0,GQY1XT001DNWR8,GQY1XT001DG1YT,GQY1XT001BGYWE,GQY1XT001AQX7F,GQY1XT001A4MB4,GQY1XT001BKEL9,GQY1XT001B2CPD,GQY1XT001BNOOM,GQY1XT001D0V8C,GQY1XT001EKBBB,GQY1XT001DAKST,GQY1XT001EHCAY,GQY1XT001B833O,GQY1XT001B3XJK,GQY1XT001D8QOM,GQY1XT001EP1VJ,GQY1XT001CVBIE,GQY1XT001DPBJK,GQY1XT001A4H0E,GQY1XT001EA0O2,GQY1XT001D3R5L,GQY1XT001D6SYL,GQY1XT001CQ03D,GQY1XT001CPWRV,GQY1XT001D89GU,GQY1XT001A5Q6Z,GQY1XT001DPZ6L,GQY1XT001E3434,GQY1XT001CYCGI,GQY1XT001EVO9Q,GQY1XT001DE5CK,GQY1XT001CL6YY,GQY1XT001EQF7Z,GQY1XT001B1F8X,GQY1XT001DDQLT,GQY1XT001BZANE,GQY1XT001COZ2I,GQY1XT001B9OKP,GQY1XT001DGFKN,GQY1XT001DWOQ3,GQY1XT001EH8DA,GQY1XT001DLNLO,GQY1XT001C5ED1,GQY1XT001BM8L0,GQY1XT001BHISD,GQY1XT001B08PL,GQY1XT001DSSP3,GQY1XT001EP0ID,GQY1XT001A15EO,GQY1XT001AZBRD,GQY1XT001A7Y43,GQY1XT001BXA42,GQY1XT001EC3X9,GQY1XT001DMG2A,GQY1XT001AQ9JN,GQY1XT001CFKXR,GQY1XT001AIAKG,GQY1XT001CE7KC,GQY1XT001DYFPU,GQY1XT001DA91O,GQY1XT001D2LQ5,GQY1XT001AMYWG,GQY1XT001DLPJX,GQY1XT001DE38B,GQY1XT001CD2H8,GQY1XT001AO5CV,GQY1XT001AOY7S,GQY1XT001BYBA3,GQY1XT001A6ZU4,GQY1XT001DBVYV,GQY1XT001BL006,GQY1XT001D5JO6,GQY1XT001BOJVF,GQY1XT001CFA36,GQY1XT001EN6DD,GQY1XT001EQB39,GQY1XT001B9FNV,GQY1XT001EJFWK,GQY1XT001CMLPS,GQY1XT001C1AAQ,GQY1XT001A2UPC,GQY1XT001CYD28,GQY1XT001AMI7X,GQY1XT001EV3IA,GQY1XT001CI5MA,GQY1XT001E0BCK,GQY1XT001B9COX,GQY1XT001BO78R,GQY1XT001DSU7N,GQY1XT001ES9F6,GQY1XT001DV3P2,GQY1XT001DIF77,GQY1XT001CV9S7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DC2Z9"; -secondCol = "GQY1XT001DC2Z9,GQY1XT001ALUAN,GQY1XT001A924L,GQY1XT001C4O79,GQY1XT001DE48V,GQY1XT001DJ7JH,GQY1XT001EGZDT,GQY1XT001BTPOF,GQY1XT001DYXB6,GQY1XT001A2XA0,GQY1XT001ESGT9,GQY1XT001AUA5Y,GQY1XT001C2QNN,GQY1XT001D4UB3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D8HIW"; -secondCol = "GQY1XT001D8HIW,GQY1XT001CSCNY,GQY1XT001CQOVD,GQY1XT001C6XD7,GQY1XT001CSM26,GQY1XT001BLMVF,GQY1XT001CRXZF,GQY1XT001E4J6I,GQY1XT001B2BOP,GQY1XT001ETA1P,GQY1XT001DVOZQ,GQY1XT001DQUNW,GQY1XT001AI640,GQY1XT001A2KAK,GQY1XT001DXDWS,GQY1XT001A1YDE,GQY1XT001BH8KD,GQY1XT001ERPQ6,GQY1XT001CXS1L,GQY1XT001DRK38,GQY1XT001CRBME,GQY1XT001CFOW1,GQY1XT001CCLJV,GQY1XT001DEF1J,GQY1XT001DJ84H,GQY1XT001B7I5R,GQY1XT001CKJ8T,GQY1XT001CCDEF,GQY1XT001DONVL,GQY1XT001D74H5,GQY1XT001BNKTR,GQY1XT001D64TY,GQY1XT001BSRBJ,GQY1XT001D3QDY,GQY1XT001D7MP7,GQY1XT001A6UBS,GQY1XT001A8EXK,GQY1XT001BYIW2,GQY1XT001CUCZT,GQY1XT001EUMFC,GQY1XT001DEO54,GQY1XT001ED24J,GQY1XT001ELW3Y,GQY1XT001ALP30,GQY1XT001D9S0D,GQY1XT001AHTWB,GQY1XT001BA06Q,GQY1XT001AWR4K,GQY1XT001DAMRU,GQY1XT001B3SUK,GQY1XT001DRM0C,GQY1XT001CXQU3,GQY1XT001D2N83"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CYGKE"; -secondCol = "GQY1XT001CYGKE,GQY1XT001D4D67,GQY1XT001B6HGE,GQY1XT001EXVV5,GQY1XT001B37PD,GQY1XT001D3XKO,GQY1XT001A0KPE,GQY1XT001EFZUN,GQY1XT001DEEAH,GQY1XT001DJWK4,GQY1XT001ASOBJ,GQY1XT001B852F,GQY1XT001AZFF5,GQY1XT001EZ6GR,GQY1XT001APL0Q,GQY1XT001EYEZ2,GQY1XT001BPRKN,GQY1XT001CV0JF,GQY1XT001CVLM3,GQY1XT001CM2MD,GQY1XT001BM07Y,GQY1XT001BLP09,GQY1XT001A2DCW,GQY1XT001AS4GH,GQY1XT001BGS1F,GQY1XT001CG9OU,GQY1XT001A2OCB,GQY1XT001DWKM4,GQY1XT001D76EM,GQY1XT001D1R1C,GQY1XT001B5QY5,GQY1XT001EKYKF,GQY1XT001EL80G,GQY1XT001CLJMF,GQY1XT001AVOAB,GQY1XT001AKFBL,GQY1XT001DPP2X,GQY1XT001E0KCK,GQY1XT001DYMZP,GQY1XT001B9PG9,GQY1XT001EUG0S,GQY1XT001DRYIM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CTAEP"; -secondCol = "GQY1XT001CTAEP,GQY1XT001A1CKV,GQY1XT001DY26M,GQY1XT001C031L,GQY1XT001AO5KL,GQY1XT001EP238,GQY1XT001CBJX0,GQY1XT001CCAFR,GQY1XT001EK8DJ,GQY1XT001DWCUH,GQY1XT001AOJIW,GQY1XT001C5I2H,GQY1XT001CLT2Q,GQY1XT001BHLWT,GQY1XT001A1SR6,GQY1XT001ATHDC,GQY1XT001CUSRS,GQY1XT001C6M4W,GQY1XT001ENHNT,GQY1XT001BGIKK,GQY1XT001EFRYJ,GQY1XT001ED9FK,GQY1XT001BNM36,GQY1XT001A7W0D,GQY1XT001D8CQW,GQY1XT001A5F6B,GQY1XT001DERCD,GQY1XT001DR8SV,GQY1XT001EVW4F,GQY1XT001BLF1R,GQY1XT001CSLN6,GQY1XT001EHQTL,GQY1XT001BC4PI,GQY1XT001DWFM1,GQY1XT001BZVKL,GQY1XT001EBDF5,GQY1XT001C9PZH,GQY1XT001BFH8L,GQY1XT001B03KS,GQY1XT001AECRV,GQY1XT001D532U,GQY1XT001BAF6O,GQY1XT001AT0F0,GQY1XT001B2ES0,GQY1XT001DEDZ9,GQY1XT001C67VQ,GQY1XT001AX5JF,GQY1XT001EYI2G,GQY1XT001BSAM4,GQY1XT001DT0IG,GQY1XT001BW5K8,GQY1XT001BF9HO,GQY1XT001C37PD,GQY1XT001DCX1X,GQY1XT001DE2EH,GQY1XT001CFUHW,GQY1XT001C3WA4,GQY1XT001ETGBC,GQY1XT001DZC33,GQY1XT001DVJ8U,GQY1XT001DPBM1,GQY1XT001D1AK0,GQY1XT001CDC2P,GQY1XT001CCRAV,GQY1XT001BKC26,GQY1XT001AOQ4I,GQY1XT001AMPSB,GQY1XT001BINVF,GQY1XT001DK0N3,GQY1XT001DQNFA,GQY1XT001CQHLY,GQY1XT001C4AHU,GQY1XT001AIP4P,GQY1XT001B7XZX,GQY1XT001CWAOH,GQY1XT001AG5H2,GQY1XT001C230P,GQY1XT001CN4SO,GQY1XT001DP8UK,GQY1XT001CAIO8,GQY1XT001A58RP,GQY1XT001ENICE,GQY1XT001B7XT4,GQY1XT001ASXID,GQY1XT001AQDSP,GQY1XT001COUD8,GQY1XT001DUA6T,GQY1XT001A6I0Y,GQY1XT001EBPFT,GQY1XT001EK655,GQY1XT001DQLY1,GQY1XT001CWAA8,GQY1XT001DJ95F,GQY1XT001EJAUJ,GQY1XT001AIGZI,GQY1XT001A3TP3,GQY1XT001C7N7G,GQY1XT001CVZJ5,GQY1XT001DTTEJ,GQY1XT001BB5NU,GQY1XT001AV3IA,GQY1XT001ELP1Q,GQY1XT001DO0VO,GQY1XT001D3UO7,GQY1XT001CQYQX,GQY1XT001BYQXZ,GQY1XT001BGHKH,GQY1XT001AHVUM,GQY1XT001CKL4D,GQY1XT001EL1LL,GQY1XT001DQSXM,GQY1XT001BLZL5,GQY1XT001BKGM2,GQY1XT001BQ8C8,GQY1XT001DK6BN,GQY1XT001BN4QO,GQY1XT001DOZL2,GQY1XT001AV7D4,GQY1XT001C16Y7,GQY1XT001DUPLW,GQY1XT001BIUAO,GQY1XT001AK9YL,GQY1XT001DUBI1,GQY1XT001ALLSH,GQY1XT001C7N7Q,GQY1XT001EUBRZ,GQY1XT001CG3EG,GQY1XT001EERXE,GQY1XT001CFQAH,GQY1XT001ALJDM,GQY1XT001C6QK0,GQY1XT001D754R,GQY1XT001BDOPU,GQY1XT001CLVEE,GQY1XT001AKOXV,GQY1XT001A81KD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CHFDU"; -secondCol = "GQY1XT001CHFDU,GQY1XT001CU4YI,GQY1XT001AUOHX,GQY1XT001ED8Y5,GQY1XT001EE7VK,GQY1XT001BWZ87,GQY1XT001DN36N,GQY1XT001DJYA5,GQY1XT001AFFFO,GQY1XT001A5X1O,GQY1XT001DMCN8,GQY1XT001D7E67,GQY1XT001C6KVS,GQY1XT001BNBHW,GQY1XT001C5VRM,GQY1XT001BF1ZP,GQY1XT001CJJJF,GQY1XT001C6Q2E,GQY1XT001DI0YF,GQY1XT001EFDI2,GQY1XT001CJTNI,GQY1XT001DYOWT,GQY1XT001BG0TM,GQY1XT001A8209,GQY1XT001BI5M0,GQY1XT001APEXD,GQY1XT001AQUUJ,GQY1XT001DRSXC,GQY1XT001D0IIY,GQY1XT001BWKBU,GQY1XT001CRO0A,GQY1XT001EI8JT,GQY1XT001ARP4P,GQY1XT001CKL7V,GQY1XT001E1H8G,GQY1XT001EOCX1,GQY1XT001BKR9C,GQY1XT001A6MBI,GQY1XT001DGTMK,GQY1XT001AU0HE,GQY1XT001ASW0Z,GQY1XT001BXSCS,GQY1XT001BX7WR,GQY1XT001BFVDT,GQY1XT001DHO5P,GQY1XT001CNHJN,GQY1XT001AZ476,GQY1XT001D2WA3,GQY1XT001BQ74S,GQY1XT001BK74G,GQY1XT001DH5ZC,GQY1XT001A2ZPH,GQY1XT001CMVLV,GQY1XT001DUFLC,GQY1XT001AFE2Y,GQY1XT001EBHF2,GQY1XT001AOZXF,GQY1XT001CF6X5,GQY1XT001D248Q,GQY1XT001B6JZ4,GQY1XT001CCFQT,GQY1XT001ALW3E,GQY1XT001D2CMV,GQY1XT001D06LX,GQY1XT001DQ11H,GQY1XT001DVRKO,GQY1XT001AUHR6,GQY1XT001CRRB6,GQY1XT001AF7VS,GQY1XT001CBMC0,GQY1XT001AEDB6,GQY1XT001C9N37,GQY1XT001C0ZAZ,GQY1XT001APHRF,GQY1XT001EV9XI,GQY1XT001BDAZU,GQY1XT001AIR4Y,GQY1XT001ESTMW,GQY1XT001DJ6F2,GQY1XT001CL54U,GQY1XT001AELV3,GQY1XT001D26VG,GQY1XT001D4YI2,GQY1XT001DJ1CP,GQY1XT001D04M7,GQY1XT001B4N6V,GQY1XT001BKRPA,GQY1XT001AQDWH,GQY1XT001DOM43,GQY1XT001DU56E,GQY1XT001EAEJX,GQY1XT001B7USS,GQY1XT001B5S0Y,GQY1XT001BBFPK,GQY1XT001EHNXL,GQY1XT001BG09O,GQY1XT001BNE6D,GQY1XT001ENBF3,GQY1XT001DIB35,GQY1XT001D1VKX,GQY1XT001EEODL,GQY1XT001A4P4Q,GQY1XT001A4ZG2,GQY1XT001AV00E,GQY1XT001BHKH4,GQY1XT001CVGXO,GQY1XT001ATZ34,GQY1XT001EF8LU,GQY1XT001CRHKT,GQY1XT001BOGNW,GQY1XT001ALB91,GQY1XT001DNVRF,GQY1XT001B5MML,GQY1XT001A2BS7,GQY1XT001EQVZX,GQY1XT001EOWJC,GQY1XT001CLV3E,GQY1XT001BT9B1,GQY1XT001DP761,GQY1XT001BOBH4,GQY1XT001B1967,GQY1XT001AD217,GQY1XT001BTV1E,GQY1XT001A0JKS,GQY1XT001DMRE0,GQY1XT001BLAPO,GQY1XT001DBQUY,GQY1XT001AMYFZ,GQY1XT001CPOHO,GQY1XT001AP1V2,GQY1XT001AOMHA,GQY1XT001ET1I6,GQY1XT001COHFX,GQY1XT001EEGQ6,GQY1XT001EI3ZG,GQY1XT001BZMG3,GQY1XT001BSKVP,GQY1XT001C3N3X,GQY1XT001EZLA6,GQY1XT001ANXVX,GQY1XT001BVUKH,GQY1XT001CR6N0,GQY1XT001EHJNH,GQY1XT001BWBH9,GQY1XT001AVGOY,GQY1XT001DR7YI,GQY1XT001C6N1M,GQY1XT001D3D5E,GQY1XT001AFA8J,GQY1XT001BLXB4,GQY1XT001DVE2J,GQY1XT001BNOX5,GQY1XT001DOVCH,GQY1XT001A0TZH,GQY1XT001BKUMS,GQY1XT001A9RLF,GQY1XT001DWL54,GQY1XT001B0RPI,GQY1XT001C4GZ9,GQY1XT001DSPCV,GQY1XT001B1SZL,GQY1XT001AQ3LA,GQY1XT001EK0HO,GQY1XT001AJJ3N,GQY1XT001C1PU4,GQY1XT001AQ5PM,GQY1XT001ELWMM,GQY1XT001DS60A,GQY1XT001DHC1G,GQY1XT001CAWKF,GQY1XT001CW03P,GQY1XT001ATECX,GQY1XT001AH519,GQY1XT001EN7PN,GQY1XT001D938A,GQY1XT001EWO92,GQY1XT001C129D,GQY1XT001C8EH4,GQY1XT001CHJJ4,GQY1XT001D3Y9G,GQY1XT001ETV13,GQY1XT001DS7CU,GQY1XT001BJCAY,GQY1XT001AUHYJ,GQY1XT001A0CP6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CAHA5"; -secondCol = "GQY1XT001CAHA5,GQY1XT001DO90K,GQY1XT001BZRP5,GQY1XT001D463Z,GQY1XT001ER2HG,GQY1XT001DFSAB,GQY1XT001DMMUU,GQY1XT001AJCKT,GQY1XT001EFO2Y,GQY1XT001DJZDY,GQY1XT001D1J4N,GQY1XT001BFHMT,GQY1XT001AJIGE,GQY1XT001B6NHB,GQY1XT001DOQC4,GQY1XT001D7U5D,GQY1XT001AV0XT,GQY1XT001DBUFJ,GQY1XT001C814Z,GQY1XT001EFYQD,GQY1XT001AVPNL,GQY1XT001CF8U9,GQY1XT001ED5TL,GQY1XT001EKQ3Q,GQY1XT001EERFD,GQY1XT001BB242,GQY1XT001B8GQJ,GQY1XT001AZ78P,GQY1XT001D11D5,GQY1XT001CHZDW,GQY1XT001CI83T,GQY1XT001EU9L6,GQY1XT001AYGS0,GQY1XT001ERCGA,GQY1XT001D8HBK,GQY1XT001B9BAG,GQY1XT001BZDTA,GQY1XT001CSZJW,GQY1XT001B0959,GQY1XT001CIQU9,GQY1XT001D5ZLO,GQY1XT001DQ1OC,GQY1XT001A5EPT,GQY1XT001BFND5,GQY1XT001BEPGQ,GQY1XT001ELWBC,GQY1XT001BSMVL,GQY1XT001CUC3Z,GQY1XT001ENUJT,GQY1XT001CLLZ8,GQY1XT001EAX43,GQY1XT001AIARE,GQY1XT001DEVVR,GQY1XT001CYT9S,GQY1XT001D1RA9,GQY1XT001A2895,GQY1XT001C5OYM,GQY1XT001CF007,GQY1XT001CC5IB,GQY1XT001ARDUG,GQY1XT001DPFON,GQY1XT001DYXY9,GQY1XT001DXB7C,GQY1XT001B61C1,GQY1XT001BI775,GQY1XT001D6FGP,GQY1XT001DWP86,GQY1XT001EBF4Z,GQY1XT001D1DFI,GQY1XT001DIRBK,GQY1XT001BN5G5,GQY1XT001AO13A,GQY1XT001ESNBV,GQY1XT001DIODJ,GQY1XT001EA4XI,GQY1XT001D07XB,GQY1XT001BA8O8,GQY1XT001B1XD9,GQY1XT001CALEA,GQY1XT001C6T2U,GQY1XT001BHDH3,GQY1XT001EDLOC,GQY1XT001AVO7X,GQY1XT001B44KS,GQY1XT001DU9O9,GQY1XT001B6D7U,GQY1XT001BFDQ6,GQY1XT001CU49Q,GQY1XT001CIEZI,GQY1XT001A4ZCK,GQY1XT001B1ZU0,GQY1XT001D3R9C,GQY1XT001CJQIY,GQY1XT001E3IIN,GQY1XT001B4NJC,GQY1XT001CJQL2,GQY1XT001DLBAK,GQY1XT001BBZG0,GQY1XT001BXWVY,GQY1XT001D9WK3,GQY1XT001CAKPX,GQY1XT001B9RS4,GQY1XT001BE65M,GQY1XT001AE6DA,GQY1XT001EINQU,GQY1XT001EDGQY,GQY1XT001ETDOM,GQY1XT001BBJD7,GQY1XT001BO1DA,GQY1XT001BB819,GQY1XT001D4FYW,GQY1XT001EEWBM,GQY1XT001BA1MC,GQY1XT001C05CP,GQY1XT001DP98H,GQY1XT001B06GO,GQY1XT001AXX81,GQY1XT001AEDSW,GQY1XT001CUGAD,GQY1XT001CLJ2G,GQY1XT001C729B,GQY1XT001BQ6LY,GQY1XT001DG82X,GQY1XT001DOWKF,GQY1XT001CJ348,GQY1XT001BXR39,GQY1XT001CDV1W,GQY1XT001AHJDM,GQY1XT001CYO03,GQY1XT001CIILX,GQY1XT001ERCU6,GQY1XT001BNY0X,GQY1XT001ANGHO,GQY1XT001BP253,GQY1XT001CW9U6,GQY1XT001DELIG,GQY1XT001BTIQ1,GQY1XT001CG26D,GQY1XT001CRDEJ,GQY1XT001BW7VG,GQY1XT001CEK72,GQY1XT001DH6NE,GQY1XT001AY15H,GQY1XT001DM42B,GQY1XT001DKS2N,GQY1XT001AQD1N,GQY1XT001D4HMY,GQY1XT001CUAAO,GQY1XT001CWD0B,GQY1XT001D0IIN,GQY1XT001A7XI0,GQY1XT001BQI0H,GQY1XT001D65WK,GQY1XT001B06J0,GQY1XT001EFOOG,GQY1XT001CF5KE,GQY1XT001CF5D4,GQY1XT001CECWN,GQY1XT001BMTVU,GQY1XT001AL8OY,GQY1XT001CF9G8,GQY1XT001BKWLP,GQY1XT001B623P,GQY1XT001A1E69,GQY1XT001C18WP,GQY1XT001BLQYL,GQY1XT001BFTZV,GQY1XT001C532L,GQY1XT001A2XLO,GQY1XT001CZRRX,GQY1XT001EUNGR,GQY1XT001DGTQC,GQY1XT001AMBOJ,GQY1XT001A8662,GQY1XT001CQVC1,GQY1XT001DWOND,GQY1XT001D0FML,GQY1XT001ECYD4,GQY1XT001D5X0Y,GQY1XT001CGYYQ,GQY1XT001CV5PN,GQY1XT001DCFOJ,GQY1XT001BOAK1,GQY1XT001BM0SC,GQY1XT001EUNKX,GQY1XT001DJLAC,GQY1XT001EFUNV,GQY1XT001AH46L,GQY1XT001BMPCW,GQY1XT001BVD72,GQY1XT001B5EOW,GQY1XT001EIG40,GQY1XT001DBWAY,GQY1XT001AFMH7,GQY1XT001DC5U8,GQY1XT001CM71U,GQY1XT001B8MIN,GQY1XT001C6SWR,GQY1XT001DKPE3,GQY1XT001BO1XN,GQY1XT001AO0HF,GQY1XT001DX62L,GQY1XT001AGI2V,GQY1XT001AJGMA,GQY1XT001EF7BI,GQY1XT001A6R63,GQY1XT001C7DF7,GQY1XT001BPZGC,GQY1XT001EPJHP,GQY1XT001EF269,GQY1XT001AQCKF,GQY1XT001BWP5L,GQY1XT001DBKN6,GQY1XT001CBAVP,GQY1XT001AT11K,GQY1XT001A5XN4,GQY1XT001E5I5E,GQY1XT001CZRB5,GQY1XT001CLKJJ,GQY1XT001BU56T,GQY1XT001A8W4Z,GQY1XT001CZ8SJ,GQY1XT001D3FZS,GQY1XT001BU865,GQY1XT001EC5CB,GQY1XT001AK0RJ,GQY1XT001DV2X4,GQY1XT001AL5F8,GQY1XT001A6JQQ,GQY1XT001CXR73,GQY1XT001C6EXJ,GQY1XT001B2V3Y,GQY1XT001BL9ED,GQY1XT001B6NB7,GQY1XT001BHWIW,GQY1XT001B5LWA,GQY1XT001EYZXU,GQY1XT001CITE8,GQY1XT001C4DJJ,GQY1XT001CY51M,GQY1XT001BRQJX,GQY1XT001B86Z4,GQY1XT001ASWNH,GQY1XT001EE5K4,GQY1XT001E31WJ,GQY1XT001DENR5,GQY1XT001AUH9X,GQY1XT001DV6V0,GQY1XT001BR9DE,GQY1XT001AIR97,GQY1XT001D4GQB,GQY1XT001B8C4W,GQY1XT001DAFFK,GQY1XT001B8UH8,GQY1XT001AQ8XM,GQY1XT001EC5HD,GQY1XT001DF9KR,GQY1XT001BQ7P5,GQY1XT001CMWUE,GQY1XT001BDL0L,GQY1XT001DG10D,GQY1XT001CNQG0,GQY1XT001D9HHQ,GQY1XT001E2UOU,GQY1XT001E3AHF,GQY1XT001CO6K9,GQY1XT001DZEGB,GQY1XT001DBVKR,GQY1XT001DC5IB,GQY1XT001CBJXY,GQY1XT001BLXIA,GQY1XT001E1VIM,GQY1XT001DW5RA,GQY1XT001D19UL,GQY1XT001D1S2L,GQY1XT001AHAWO,GQY1XT001CR7F7,GQY1XT001B717X,GQY1XT001DHGF7,GQY1XT001D3EHE,GQY1XT001CDBTG,GQY1XT001AOD8S,GQY1XT001CWLAP,GQY1XT001ANQFF,GQY1XT001A4PDE,GQY1XT001AQNQ9,GQY1XT001B3JXF,GQY1XT001BCLLU,GQY1XT001BWUVT,GQY1XT001AXYIF,GQY1XT001A8TG2,GQY1XT001CCBXU,GQY1XT001ECG32,GQY1XT001ECYAV,GQY1XT001AFHHP,GQY1XT001CNV5I,GQY1XT001EP9KR,GQY1XT001C5M6T,GQY1XT001DQ13H,GQY1XT001DSWGV,GQY1XT001D75S6,GQY1XT001CAT8A,GQY1XT001B87Z2,GQY1XT001C2U3P,GQY1XT001DQ70P,GQY1XT001BYBUU,GQY1XT001AY3FQ,GQY1XT001CN2MB,GQY1XT001C69OZ,GQY1XT001BEUOM,GQY1XT001DLT0C,GQY1XT001B0RZD,GQY1XT001B0F8U,GQY1XT001EGWUB,GQY1XT001CQ27W,GQY1XT001ELSCS,GQY1XT001CO6VO,GQY1XT001E3H7W,GQY1XT001BK6D2,GQY1XT001EFQ7W,GQY1XT001A5BG8,GQY1XT001D94WC,GQY1XT001B8EEN,GQY1XT001BVDUC,GQY1XT001A1ZU1,GQY1XT001DRYZU,GQY1XT001CDIZR,GQY1XT001BOYAE,GQY1XT001CKO74,GQY1XT001BNR6Z,GQY1XT001CF0BS,GQY1XT001BRHCX,GQY1XT001ERFNH,GQY1XT001B0A0F,GQY1XT001EQDQI,GQY1XT001BX4VO,GQY1XT001BZ0EX,GQY1XT001CRIVK,GQY1XT001CGXLJ,GQY1XT001DUY7I,GQY1XT001ARPCX,GQY1XT001B2FP2,GQY1XT001EACUF,GQY1XT001EH9EX,GQY1XT001B98U2,GQY1XT001BDVVS,GQY1XT001ERC6K,GQY1XT001A5PU6,GQY1XT001B0B47,GQY1XT001BL32X,GQY1XT001C3G2Z,GQY1XT001BB3PS,GQY1XT001D8A84,GQY1XT001EE7LF,GQY1XT001CSO90,GQY1XT001DZKXO,GQY1XT001D94T1,GQY1XT001EQIXX,GQY1XT001A4QXL,GQY1XT001C61J1,GQY1XT001D270L,GQY1XT001AFZCD,GQY1XT001DFIV1,GQY1XT001CY1FJ,GQY1XT001COFQK,GQY1XT001E2N91,GQY1XT001E28MD,GQY1XT001E0WL8,GQY1XT001ED36Y,GQY1XT001C51G5,GQY1XT001BYTR7,GQY1XT001DDBZG,GQY1XT001DU3CU,GQY1XT001EK1XW,GQY1XT001BBUC7,GQY1XT001BKGDU,GQY1XT001BMMHY,GQY1XT001BGNCZ,GQY1XT001CYKVV,GQY1XT001DMCKR,GQY1XT001DXVB6,GQY1XT001EX6WX,GQY1XT001DM4EZ,GQY1XT001CV1FQ,GQY1XT001BV4TO,GQY1XT001CMDB3,GQY1XT001BS66S,GQY1XT001AKZCC,GQY1XT001DJ4HB,GQY1XT001ASE58,GQY1XT001BRXUO,GQY1XT001BNT5I,GQY1XT001DU7RV,GQY1XT001CYWJF,GQY1XT001BFDJG,GQY1XT001E2Y5Y,GQY1XT001DTQ4U,GQY1XT001CJUZ7,GQY1XT001BWSO6,GQY1XT001D19S3,GQY1XT001B60HF,GQY1XT001CZB9G,GQY1XT001AEKG2,GQY1XT001EKTZT,GQY1XT001B9YM2,GQY1XT001CU5IB,GQY1XT001CXKWC,GQY1XT001DA920,GQY1XT001DVBQA,GQY1XT001AHRC6,GQY1XT001AYT81,GQY1XT001DRKOK,GQY1XT001DAIPW,GQY1XT001AII52,GQY1XT001AFYQE,GQY1XT001A6NPS,GQY1XT001DHN9I,GQY1XT001DOJ3B,GQY1XT001EP4IH,GQY1XT001ALQNK,GQY1XT001D53BK,GQY1XT001BLK91,GQY1XT001CM2ZT,GQY1XT001BM10M,GQY1XT001EN38J,GQY1XT001AKA3R,GQY1XT001C4MRQ,GQY1XT001B6CF9,GQY1XT001EU1TE,GQY1XT001EN6RT,GQY1XT001AQY0G,GQY1XT001EN3YW,GQY1XT001CFOGN,GQY1XT001EV7CM,GQY1XT001CJ63E,GQY1XT001DSK36,GQY1XT001BCSVG,GQY1XT001AULFI,GQY1XT001CM2BK,GQY1XT001CLKU4,GQY1XT001CDPSB,GQY1XT001BDXBW,GQY1XT001AX3UP,GQY1XT001A6G6P,GQY1XT001BBS8P,GQY1XT001BUYNE,GQY1XT001ASGP9,GQY1XT001AL9B2,GQY1XT001B24PP,GQY1XT001CXAGB,GQY1XT001EQJT6,GQY1XT001B0YA0,GQY1XT001DE4QU,GQY1XT001C1R18,GQY1XT001B7E5L,GQY1XT001CK7HX,GQY1XT001D1R4L,GQY1XT001BARYT,GQY1XT001D58UU,GQY1XT001B1VG9,GQY1XT001A9WCF,GQY1XT001EPYST,GQY1XT001BG5SR,GQY1XT001AYZNM,GQY1XT001CDC9X,GQY1XT001DNI82,GQY1XT001BG3FY,GQY1XT001D2BJ4,GQY1XT001EMKVE,GQY1XT001EHLH5,GQY1XT001BLCG0,GQY1XT001DBTGA,GQY1XT001C4AN2,GQY1XT001C3K6T,GQY1XT001EG4FB,GQY1XT001BHIF5,GQY1XT001B57KE,GQY1XT001BD5U5,GQY1XT001COQYN,GQY1XT001D0FDF,GQY1XT001C09TH,GQY1XT001EDHNB,GQY1XT001CBU9T,GQY1XT001EB9WW,GQY1XT001BOPEM,GQY1XT001BZ1YY,GQY1XT001EPBPM,GQY1XT001DY6D8,GQY1XT001DNT9J,GQY1XT001ED13T,GQY1XT001BKG8G,GQY1XT001CUC8K,GQY1XT001ASAK3,GQY1XT001DQC8Y,GQY1XT001DD7OY,GQY1XT001B9ZV1,GQY1XT001DV5Q4,GQY1XT001BR1MK,GQY1XT001CT2MN,GQY1XT001ESPWW,GQY1XT001CECDO,GQY1XT001AYWIO,GQY1XT001DRFGK,GQY1XT001C845N,GQY1XT001BYS69,GQY1XT001B03OK,GQY1XT001BFCKY,GQY1XT001D326V,GQY1XT001BOG7H,GQY1XT001ENGSO,GQY1XT001A1GOW,GQY1XT001E0QAC,GQY1XT001D8B64,GQY1XT001CIP35,GQY1XT001D5BWJ,GQY1XT001EV8PO,GQY1XT001CWQ9R,GQY1XT001AYCH3,GQY1XT001A9GVG,GQY1XT001EMKJP,GQY1XT001EPXE1,GQY1XT001D7P2H,GQY1XT001AXH0M,GQY1XT001CF55D,GQY1XT001EXDRO,GQY1XT001EPU2E,GQY1XT001ENP53,GQY1XT001EGOF8,GQY1XT001EBQHN,GQY1XT001E29NY,GQY1XT001DZ45B,GQY1XT001DV15G,GQY1XT001DP6SS,GQY1XT001DONJM,GQY1XT001DDC3U,GQY1XT001CKPG3,GQY1XT001CFC8Q,GQY1XT001C8GPS,GQY1XT001C7ZGL,GQY1XT001C2QU3,GQY1XT001BYFO3,GQY1XT001BR4FQ,GQY1XT001BDUZW,GQY1XT001BAXQU,GQY1XT001B5IZ7,GQY1XT001B3NVL,GQY1XT001B14EW,GQY1XT001A6DFX,GQY1XT001AUQX1,GQY1XT001BLWVT,GQY1XT001AG0P3,GQY1XT001BAGKR,GQY1XT001EBFPY,GQY1XT001DGOQO,GQY1XT001AD3XQ,GQY1XT001C0W63,GQY1XT001EDQ4T,GQY1XT001DG9FX,GQY1XT001BKIX2,GQY1XT001BMSHC,GQY1XT001DLKGA,GQY1XT001CS08S,GQY1XT001CI25D,GQY1XT001CMLSC,GQY1XT001AX6DT,GQY1XT001B1BO6,GQY1XT001B0KJW,GQY1XT001A9VI7,GQY1XT001AZT64,GQY1XT001B3AVI,GQY1XT001CK79W,GQY1XT001DPOMQ,GQY1XT001EB5C5,GQY1XT001AX4RA,GQY1XT001DDZ0E,GQY1XT001COMIB,GQY1XT001A7ONV,GQY1XT001CG0DI,GQY1XT001B9PCS,GQY1XT001D0YTV,GQY1XT001AIFDL,GQY1XT001CBZQ5,GQY1XT001AY88Z,GQY1XT001EJB6Q,GQY1XT001BOTE9,GQY1XT001D1R5X,GQY1XT001BW7BO,GQY1XT001EBPG7,GQY1XT001CWMLS,GQY1XT001EQ3JF,GQY1XT001CKK31,GQY1XT001AYQ53,GQY1XT001A2D7V,GQY1XT001CD8DM,GQY1XT001AZXU4,GQY1XT001BU91Y,GQY1XT001EEOX0,GQY1XT001EN4WN,GQY1XT001BL9IT,GQY1XT001BRM77,GQY1XT001BKPUC,GQY1XT001BNAHW,GQY1XT001EJTUH,GQY1XT001A7ODC,GQY1XT001CLVPQ,GQY1XT001BBQ1K,GQY1XT001ANIOG,GQY1XT001CMRS2,GQY1XT001BH1QI,GQY1XT001A42BP,GQY1XT001ED0QV,GQY1XT001D6B7F,GQY1XT001AHU3T,GQY1XT001A9UUP,GQY1XT001B1YFU,GQY1XT001BQMCU,GQY1XT001ANTYA,GQY1XT001EF3AN,GQY1XT001B3UB4,GQY1XT001BVEZH,GQY1XT001C26H1,GQY1XT001APIA6,GQY1XT001C4FGK,GQY1XT001BF2F6,GQY1XT001C280W,GQY1XT001BCPUH,GQY1XT001CDUNH,GQY1XT001AOFBV,GQY1XT001C708I,GQY1XT001CJZOF,GQY1XT001CSM2C,GQY1XT001ALPYT,GQY1XT001BMHL5,GQY1XT001A5CXG,GQY1XT001CSZ3T,GQY1XT001CTC0W,GQY1XT001BGSCS,GQY1XT001EWBCK,GQY1XT001EJVWT,GQY1XT001CWJ3G,GQY1XT001ET5YG,GQY1XT001EB2GU,GQY1XT001ATS5B,GQY1XT001DM1LO,GQY1XT001AMLT0,GQY1XT001E4W85,GQY1XT001BC1MX,GQY1XT001AJI3R,GQY1XT001C6WNH,GQY1XT001AGSHK,GQY1XT001EA1KW,GQY1XT001C992U,GQY1XT001DG6ZF,GQY1XT001B8OS4,GQY1XT001B1STJ,GQY1XT001EP2MN,GQY1XT001D8R73,GQY1XT001D06ZA,GQY1XT001CJJVI,GQY1XT001CQHP0,GQY1XT001ER9LQ,GQY1XT001EF0T0,GQY1XT001CE253,GQY1XT001DX33W,GQY1XT001AGJK7,GQY1XT001EA4L6,GQY1XT001A18Y1,GQY1XT001DNBUS,GQY1XT001BNDD5,GQY1XT001CI40L,GQY1XT001B1DW7,GQY1XT001AJ1JI,GQY1XT001CPLNN,GQY1XT001BW9PG,GQY1XT001C4MBP,GQY1XT001DFOKE,GQY1XT001AROOH,GQY1XT001B7W8A,GQY1XT001ALWVQ,GQY1XT001C09QQ,GQY1XT001BBJBX,GQY1XT001B27GW,GQY1XT001BGVHT,GQY1XT001CYULY,GQY1XT001DFQDT,GQY1XT001DETAN,GQY1XT001COSZF,GQY1XT001EBU3U,GQY1XT001B4UHR,GQY1XT001EGZJJ,GQY1XT001CDPBH,GQY1XT001CBXFW,GQY1XT001BOYPZ,GQY1XT001E0COJ,GQY1XT001DBWPN,GQY1XT001AQKOT,GQY1XT001ETUFB,GQY1XT001DZKKL,GQY1XT001CT9GZ,GQY1XT001CHK0L,GQY1XT001EKREE,GQY1XT001AH7VW,GQY1XT001D5SJV,GQY1XT001EY4SQ,GQY1XT001EJCY4,GQY1XT001C1U72,GQY1XT001ENJPE,GQY1XT001CJGEK,GQY1XT001CASMF,GQY1XT001EMWUQ,GQY1XT001BT1RT,GQY1XT001E1SNV,GQY1XT001BPB8Q,GQY1XT001ETH45,GQY1XT001CDT84,GQY1XT001CGF76,GQY1XT001DG1PU,GQY1XT001DS63P,GQY1XT001AR33Q,GQY1XT001C9C12,GQY1XT001EV3YO,GQY1XT001CQXHH,GQY1XT001A0XFK,GQY1XT001DR2AD,GQY1XT001D2LEM,GQY1XT001DYFTC,GQY1XT001DXVHA,GQY1XT001BKK0L,GQY1XT001DM16N,GQY1XT001B3RXU,GQY1XT001CNP3B,GQY1XT001E5MIM,GQY1XT001DYDZA,GQY1XT001ARVRJ,GQY1XT001D1YKH,GQY1XT001EI126,GQY1XT001DQEVG,GQY1XT001DEJ2A,GQY1XT001E2AT5,GQY1XT001CGLU1,GQY1XT001CTNMQ,GQY1XT001AMKMY,GQY1XT001B95JD,GQY1XT001EH5KN,GQY1XT001EZ32X,GQY1XT001ESO2S,GQY1XT001CEN7K,GQY1XT001CL0A4,GQY1XT001BHPT8,GQY1XT001B94MZ,GQY1XT001A4I3B,GQY1XT001AKNQ8,GQY1XT001BBA9W,GQY1XT001AOC37,GQY1XT001BYQE5,GQY1XT001CQ78Q,GQY1XT001DO0ZB,GQY1XT001BIKEL,GQY1XT001B234E,GQY1XT001B9PYT,GQY1XT001C4NOK,GQY1XT001BB71L,GQY1XT001C26SM,GQY1XT001B6LJV,GQY1XT001DIUOH,GQY1XT001BJQ0X,GQY1XT001CX6RA,GQY1XT001BPTAY,GQY1XT001CIBH7,GQY1XT001ERJK7,GQY1XT001BJTGA,GQY1XT001DC8DW,GQY1XT001C6DJK,GQY1XT001B280K,GQY1XT001BE5FY,GQY1XT001A8CFD,GQY1XT001EB89J,GQY1XT001C7DLY,GQY1XT001A2AA2,GQY1XT001ES0KF,GQY1XT001ELBDS,GQY1XT001CNFCB,GQY1XT001CCZC4,GQY1XT001DP8HS,GQY1XT001CBR22,GQY1XT001CVE6V,GQY1XT001EX9HA,GQY1XT001BGZVC,GQY1XT001ETWG8,GQY1XT001BOHQN,GQY1XT001B4Z2E,GQY1XT001E43XM,GQY1XT001CPZIE,GQY1XT001BP58Y,GQY1XT001BHH3K,GQY1XT001EDFSI,GQY1XT001BYLG1,GQY1XT001ANXW8,GQY1XT001ETERF,GQY1XT001BB6P1,GQY1XT001B8BZU,GQY1XT001DXT2W,GQY1XT001EJD80,GQY1XT001AU15V,GQY1XT001ES6Y8,GQY1XT001CDO1U,GQY1XT001ELJ9H,GQY1XT001CYBWT,GQY1XT001A92AN,GQY1XT001B05RD,GQY1XT001BWGE4,GQY1XT001A76RC,GQY1XT001EH7RU,GQY1XT001C5BW8,GQY1XT001EWTE3,GQY1XT001A9DS5,GQY1XT001CDRXU,GQY1XT001C5FD8,GQY1XT001B0N6Z,GQY1XT001D3AM8,GQY1XT001A7C4I,GQY1XT001BXH6I,GQY1XT001A2Z9W,GQY1XT001CMM3X,GQY1XT001B49HJ,GQY1XT001B7YHI,GQY1XT001DMXFZ,GQY1XT001CBZY6,GQY1XT001CGVOC,GQY1XT001AROIZ,GQY1XT001EDWKT,GQY1XT001EGNU5,GQY1XT001D53VE,GQY1XT001DGLM2,GQY1XT001DT5M7,GQY1XT001EYR7R,GQY1XT001AY8VD,GQY1XT001C2123,GQY1XT001ANB1A,GQY1XT001BF7Q2,GQY1XT001B5YOU,GQY1XT001EAORQ,GQY1XT001BJY0W,GQY1XT001BV0GQ,GQY1XT001DEGOW,GQY1XT001A2T3L,GQY1XT001ENRAY,GQY1XT001B414D,GQY1XT001BU8N6,GQY1XT001BRD1T,GQY1XT001DRVOI,GQY1XT001AVYTE,GQY1XT001BCX1Z,GQY1XT001BZGS5,GQY1XT001BYRB7,GQY1XT001CGDKQ,GQY1XT001C1307,GQY1XT001B8J2Y,GQY1XT001A9FO7,GQY1XT001ELFHB,GQY1XT001CHFAV,GQY1XT001B45XY,GQY1XT001EPRX7,GQY1XT001B0LSE,GQY1XT001CF8N1,GQY1XT001A665P,GQY1XT001CW3DC,GQY1XT001CS9VZ,GQY1XT001B505K,GQY1XT001C8HX9,GQY1XT001DYK0X,GQY1XT001C25E1,GQY1XT001D3ASR,GQY1XT001BGK9C,GQY1XT001BWBAS,GQY1XT001D63FV,GQY1XT001D8EP1,GQY1XT001D0OMG,GQY1XT001BB34B,GQY1XT001AZ0TG,GQY1XT001DKSXG,GQY1XT001EOPLO,GQY1XT001D3EK9,GQY1XT001CIFC3,GQY1XT001DXWX5,GQY1XT001EK0TO,GQY1XT001EQF9W,GQY1XT001CYQ9A,GQY1XT001AJGXG,GQY1XT001AU89I,GQY1XT001A96BU,GQY1XT001CYR5C,GQY1XT001AMM3I,GQY1XT001DW2N6,GQY1XT001DLW9U,GQY1XT001BRDOH,GQY1XT001D85IR,GQY1XT001DY5YO,GQY1XT001A140D,GQY1XT001BT70N,GQY1XT001A9C0A,GQY1XT001C7HRX,GQY1XT001A5IBN,GQY1XT001BCXDP,GQY1XT001CYFH7,GQY1XT001BS3GU,GQY1XT001C8P9L,GQY1XT001DCXK2,GQY1XT001EFOLF,GQY1XT001AG8EW,GQY1XT001CBW4H,GQY1XT001BTWBG,GQY1XT001A5OTE,GQY1XT001CTUZF,GQY1XT001AO2F9,GQY1XT001DTN8A,GQY1XT001C9WD6,GQY1XT001DZ7MT,GQY1XT001A423E,GQY1XT001DG6Z6,GQY1XT001AUHFQ,GQY1XT001CEVH7,GQY1XT001B5GDB,GQY1XT001B4306,GQY1XT001D75RE,GQY1XT001A4PRC,GQY1XT001CUO4Q,GQY1XT001DDMXP,GQY1XT001C3R5N,GQY1XT001BNG1R,GQY1XT001DE2KC,GQY1XT001D9J3I,GQY1XT001BKJF3,GQY1XT001CDG2M,GQY1XT001DGJZV,GQY1XT001DX432,GQY1XT001D1U1Z,GQY1XT001AN46M,GQY1XT001BE5IO,GQY1XT001A4JNT,GQY1XT001DIXZ5,GQY1XT001ET05Y,GQY1XT001BZFTX,GQY1XT001EX7YY,GQY1XT001DJ2B5,GQY1XT001DE0T0,GQY1XT001E0V7B,GQY1XT001CLNRL,GQY1XT001AWOUM,GQY1XT001EBZ9C,GQY1XT001D2G2C,GQY1XT001C3Q42,GQY1XT001DJVL5,GQY1XT001CD2J3,GQY1XT001AO7WJ,GQY1XT001CJ7G9,GQY1XT001AS0IO,GQY1XT001ED9CM,GQY1XT001CUNQB,GQY1XT001AXJZP,GQY1XT001ESY39,GQY1XT001DY2WG,GQY1XT001CY58O,GQY1XT001AOFL7,GQY1XT001EI6N3,GQY1XT001AF4NM,GQY1XT001AL7CF,GQY1XT001CTNIV,GQY1XT001DSJRW,GQY1XT001AK6X3,GQY1XT001CCPH7,GQY1XT001DYVRB,GQY1XT001CDZP8,GQY1XT001A6M1L,GQY1XT001E1BQ1,GQY1XT001DMLMK,GQY1XT001BSE9K,GQY1XT001EYZQA,GQY1XT001AHU00,GQY1XT001D8EZD,GQY1XT001EDGOG,GQY1XT001CZU2Z,GQY1XT001EOTRM,GQY1XT001DFNCX,GQY1XT001CQ94Y,GQY1XT001EL6RD,GQY1XT001DR2N3,GQY1XT001BPK6A,GQY1XT001DQK7B,GQY1XT001A4LAA,GQY1XT001EC7HU,GQY1XT001BOEPX,GQY1XT001C5E3R,GQY1XT001DHGPI,GQY1XT001AM7CY,GQY1XT001DGRAQ,GQY1XT001DT8MC,GQY1XT001CRLB7,GQY1XT001AE89P,GQY1XT001EY5QE,GQY1XT001DH1N8,GQY1XT001DFV2V,GQY1XT001DPPL6,GQY1XT001EXIK7,GQY1XT001BOESU,GQY1XT001DKW2K,GQY1XT001BPMW0,GQY1XT001B04SP,GQY1XT001EEPVR,GQY1XT001BDLXQ,GQY1XT001AY0A5,GQY1XT001AYFXR,GQY1XT001BZ9O5,GQY1XT001BOD17,GQY1XT001DMXW4,GQY1XT001AN7D4,GQY1XT001B5NNZ,GQY1XT001BXWRO,GQY1XT001D7L7J,GQY1XT001CCC8H,GQY1XT001CEO69,GQY1XT001D7IEX,GQY1XT001CLPKJ,GQY1XT001BA42O,GQY1XT001APRQQ,GQY1XT001CGMME,GQY1XT001AGAXA,GQY1XT001BOZD9,GQY1XT001BQQDW,GQY1XT001BM2E9,GQY1XT001CNPWO,GQY1XT001C7ADL,GQY1XT001D8MUN,GQY1XT001D4PUX,GQY1XT001BNPMH,GQY1XT001B794H,GQY1XT001AMIOD,GQY1XT001C7QK6,GQY1XT001DQBW4,GQY1XT001AM4JU,GQY1XT001EW1HZ,GQY1XT001C0UTM,GQY1XT001A2XUN,GQY1XT001BLACA,GQY1XT001AF7CQ,GQY1XT001E2G3Q,GQY1XT001ESRL1,GQY1XT001DCXWK,GQY1XT001AZ99L,GQY1XT001EAT9S,GQY1XT001EM90F,GQY1XT001CNB00,GQY1XT001BH2H6,GQY1XT001BHPQ1,GQY1XT001A9653,GQY1XT001BN8GX,GQY1XT001EVTJZ,GQY1XT001BDJVX,GQY1XT001D5G1N,GQY1XT001BGFZ4,GQY1XT001DKIHC,GQY1XT001BAWUC,GQY1XT001EMLUF,GQY1XT001BQYGZ,GQY1XT001A3AO9,GQY1XT001C690E,GQY1XT001BE90L,GQY1XT001AH64V,GQY1XT001C6M3M,GQY1XT001AT65L,GQY1XT001BQ1GM,GQY1XT001B03FM,GQY1XT001CTAIP,GQY1XT001EETF4,GQY1XT001ECEMV,GQY1XT001DQ0TR,GQY1XT001DKLT7,GQY1XT001DBVKG,GQY1XT001DBR1D,GQY1XT001D3UVP,GQY1XT001CY0TK,GQY1XT001CV2N2,GQY1XT001CT7K3,GQY1XT001CMS3W,GQY1XT001CH2ZW,GQY1XT001CEWZB,GQY1XT001C7IES,GQY1XT001ASGY8,GQY1XT001A9T8A,GQY1XT001A903U,GQY1XT001ALSEJ,GQY1XT001AM8E1,GQY1XT001ALSMI,GQY1XT001ASKJQ,GQY1XT001AZIWT,GQY1XT001C0EAB,GQY1XT001B76GU,GQY1XT001DKP7D,GQY1XT001C8QZE,GQY1XT001B8G1V,GQY1XT001AHUNB,GQY1XT001DD2R3,GQY1XT001EED9C,GQY1XT001ATTNL,GQY1XT001AYXA5,GQY1XT001B6K7W,GQY1XT001AV03T,GQY1XT001EPR6X,GQY1XT001BTTXF,GQY1XT001AJO5D,GQY1XT001CLU5P,GQY1XT001C52C3,GQY1XT001EVQTI,GQY1XT001BJ5GJ,GQY1XT001CY7V9,GQY1XT001BSVKC,GQY1XT001EYLB2,GQY1XT001BEI4O,GQY1XT001C9DLT,GQY1XT001CM899,GQY1XT001AGRCR,GQY1XT001BGSK6,GQY1XT001ATEQX,GQY1XT001BUPRX,GQY1XT001BNCIP,GQY1XT001E1GDD,GQY1XT001B0308,GQY1XT001C09XB,GQY1XT001A9UL1,GQY1XT001DZ9FY,GQY1XT001CTPUJ,GQY1XT001B9ZM3,GQY1XT001ARV4D,GQY1XT001DVVMY,GQY1XT001DIYUN,GQY1XT001DV8TG,GQY1XT001ARCJG,GQY1XT001B2I4C,GQY1XT001C8QD2,GQY1XT001BPML8,GQY1XT001A243I,GQY1XT001CY12Q,GQY1XT001ASIF6,GQY1XT001C3408,GQY1XT001B5458,GQY1XT001CABMK,GQY1XT001BX4C5,GQY1XT001D90CW,GQY1XT001DIE4J,GQY1XT001ESV4K,GQY1XT001D6OTU,GQY1XT001C9QZ0,GQY1XT001CKNTO,GQY1XT001EK8MM,GQY1XT001A62SC,GQY1XT001CIBDX,GQY1XT001BAWTR,GQY1XT001CHSL9,GQY1XT001CKC2H,GQY1XT001CTTZ6,GQY1XT001CF3U2,GQY1XT001C2OG9,GQY1XT001CV5BM,GQY1XT001CMNBZ,GQY1XT001B8X1G,GQY1XT001EZPLM,GQY1XT001AI465,GQY1XT001DQOM8,GQY1XT001C9CVN,GQY1XT001DN4GJ,GQY1XT001BL79W,GQY1XT001B4VQ6,GQY1XT001A4JO1,GQY1XT001DD1OU,GQY1XT001D7TBX,GQY1XT001DV333,GQY1XT001CHUT7,GQY1XT001BB7Z1,GQY1XT001CVQHL,GQY1XT001B7FQJ,GQY1XT001EH0MH,GQY1XT001B5RHN,GQY1XT001CW76G,GQY1XT001BKXNA,GQY1XT001A2TSU,GQY1XT001CT44M,GQY1XT001AI7V5,GQY1XT001CMHLD,GQY1XT001D1BPE,GQY1XT001BRWVT,GQY1XT001CIRX6,GQY1XT001A6WKT,GQY1XT001EFHTH,GQY1XT001BHZ9K,GQY1XT001BN3UB,GQY1XT001BUZA4,GQY1XT001AN3H8,GQY1XT001BKYPE,GQY1XT001D3JMT,GQY1XT001EOC1N,GQY1XT001BTN8T,GQY1XT001D7D2L,GQY1XT001DRXND,GQY1XT001DGXZ3,GQY1XT001CR271,GQY1XT001CXIWB,GQY1XT001BKY0I,GQY1XT001B3H2N,GQY1XT001A9B7D,GQY1XT001DSDAH,GQY1XT001EONCG,GQY1XT001A4FUN,GQY1XT001CKAEA,GQY1XT001EQ8Q8,GQY1XT001ELGW3,GQY1XT001B7KJ2,GQY1XT001DC4DM,GQY1XT001BXV4W,GQY1XT001ATR89,GQY1XT001A2K2G,GQY1XT001BYAW7,GQY1XT001AL891,GQY1XT001ANGPJ,GQY1XT001A9KU1,GQY1XT001AYPP8,GQY1XT001C4A63,GQY1XT001B92GZ,GQY1XT001CJHES,GQY1XT001ETFPB,GQY1XT001ASQF8,GQY1XT001CGFF3,GQY1XT001CYDNU,GQY1XT001DYOZ5,GQY1XT001CM8XJ,GQY1XT001DY8NK,GQY1XT001C6J8O,GQY1XT001AO263,GQY1XT001D3PTL,GQY1XT001E2KB8,GQY1XT001BU43G,GQY1XT001BTZOP,GQY1XT001DO4UK,GQY1XT001EZN2P,GQY1XT001A9POC,GQY1XT001D8FPD,GQY1XT001DG2RU,GQY1XT001CMCRJ,GQY1XT001B95VU,GQY1XT001AOL2C,GQY1XT001CBHST,GQY1XT001AYM5M,GQY1XT001CKOBE,GQY1XT001EABWH,GQY1XT001AUGTZ,GQY1XT001DEFQM,GQY1XT001BCBGT,GQY1XT001E1XCL,GQY1XT001ELJ3N,GQY1XT001AMILR,GQY1XT001ECF8M,GQY1XT001ER0MT,GQY1XT001C8YRI,GQY1XT001ER4M8,GQY1XT001CZEPR,GQY1XT001AYR95,GQY1XT001A0XFN,GQY1XT001AXP6C,GQY1XT001CIWY5,GQY1XT001C89I9,GQY1XT001ET56L,GQY1XT001BIPF1,GQY1XT001ARLHY,GQY1XT001BSOVV,GQY1XT001C6VE7,GQY1XT001D0HLC,GQY1XT001DEXMP,GQY1XT001EQ5CZ,GQY1XT001C68NR,GQY1XT001DXIO9,GQY1XT001AW7BT,GQY1XT001DSAX4,GQY1XT001CVORO,GQY1XT001BVKH7,GQY1XT001ETMLP,GQY1XT001EU1IP,GQY1XT001EH44H,GQY1XT001EEGAR,GQY1XT001E0ENO,GQY1XT001DVAXJ,GQY1XT001D35N6,GQY1XT001CSU9K,GQY1XT001CLXJM,GQY1XT001CDIDO,GQY1XT001CDEKB,GQY1XT001BL39O,GQY1XT001BHUEF,GQY1XT001BGR8S,GQY1XT001B971Z,GQY1XT001ASWZV,GQY1XT001EGMT1,GQY1XT001BSIIK,GQY1XT001C1PCB,GQY1XT001DCK99,GQY1XT001A1YTL,GQY1XT001EP7KJ,GQY1XT001B1C8F,GQY1XT001DHT12,GQY1XT001CZG2D,GQY1XT001D6P5E,GQY1XT001BN7VP,GQY1XT001A8I4D,GQY1XT001D8UTI,GQY1XT001COYZA,GQY1XT001EVFDD,GQY1XT001EC8SW,GQY1XT001C6UMW,GQY1XT001ASLO4,GQY1XT001DFTHG,GQY1XT001E1XYZ,GQY1XT001DBXLT,GQY1XT001AT0AK,GQY1XT001DRSU4,GQY1XT001EXUHF,GQY1XT001A0QX0,GQY1XT001BPNZ9,GQY1XT001EPZ9T,GQY1XT001DLITK,GQY1XT001CU2LV,GQY1XT001ATGT2,GQY1XT001A3KDV,GQY1XT001BV8RW,GQY1XT001BDOKF,GQY1XT001C6P98,GQY1XT001EL190,GQY1XT001ATNRS,GQY1XT001A5MJX,GQY1XT001AJDHX,GQY1XT001DDMNO,GQY1XT001BWOBW,GQY1XT001EOACE,GQY1XT001D0X83,GQY1XT001ELNW7,GQY1XT001C5VJN,GQY1XT001EZX81,GQY1XT001A5I43,GQY1XT001DDQOP,GQY1XT001EB6W1,GQY1XT001EQ4VS,GQY1XT001AJ5ZD,GQY1XT001EJVQK,GQY1XT001EZSKY,GQY1XT001A4JRH,GQY1XT001A6BCT,GQY1XT001DOZUO,GQY1XT001BFBWD,GQY1XT001CO6P7,GQY1XT001BNQBP,GQY1XT001DEEUK,GQY1XT001BXJG7,GQY1XT001EVA3P,GQY1XT001DY6DF,GQY1XT001AWUB8,GQY1XT001CU7SO,GQY1XT001CU6UK,GQY1XT001CLRS3,GQY1XT001BJW43,GQY1XT001BHMQB,GQY1XT001B6NT6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AU3JG"; -secondCol = "GQY1XT001AU3JG,GQY1XT001BNWVQ,GQY1XT001EEL5S,GQY1XT001BM6L3,GQY1XT001D866L,GQY1XT001BMH0L,GQY1XT001EWP1I,GQY1XT001EBRQ1,GQY1XT001CIPRW,GQY1XT001DGQVN,GQY1XT001BTCF7,GQY1XT001A9LBO,GQY1XT001DYBXM,GQY1XT001C4CWG,GQY1XT001CJAGP,GQY1XT001D64EO,GQY1XT001B653M,GQY1XT001CHIIK,GQY1XT001D83CD,GQY1XT001AZO0C,GQY1XT001A4S7D,GQY1XT001EMZHT,GQY1XT001CISKO,GQY1XT001AIKKB,GQY1XT001BU7FL,GQY1XT001CBTY1,GQY1XT001CDUI3,GQY1XT001CL497,GQY1XT001BNDNC,GQY1XT001AYASJ,GQY1XT001BYF1T,GQY1XT001EUXT8,GQY1XT001A007D,GQY1XT001CR058,GQY1XT001DKC0D,GQY1XT001BL10G,GQY1XT001B0XJ2,GQY1XT001BUMQV,GQY1XT001AZTV9,GQY1XT001CAUWE,GQY1XT001ETACX,GQY1XT001CVEJF,GQY1XT001CTYML,GQY1XT001CXI7U,GQY1XT001BV33R,GQY1XT001DNIL3,GQY1XT001DJCT9,GQY1XT001CL5VD,GQY1XT001AW2NF,GQY1XT001C6XYE,GQY1XT001DRPX7,GQY1XT001CZBH4,GQY1XT001B02L7,GQY1XT001A39P1,GQY1XT001C1EIK,GQY1XT001AVCU4,GQY1XT001BRI7C,GQY1XT001CZH29,GQY1XT001DNMC9,GQY1XT001DNJ5T,GQY1XT001A18Z9,GQY1XT001EERTS,GQY1XT001CIEF3,GQY1XT001BA98B,GQY1XT001B5AV1,GQY1XT001CMG58,GQY1XT001EN2SJ,GQY1XT001BNUB7,GQY1XT001AK7AJ,GQY1XT001D5FJI,GQY1XT001CMHGR,GQY1XT001BG0KH,GQY1XT001AZB0F,GQY1XT001AWE6U,GQY1XT001C5NXT,GQY1XT001CF17D,GQY1XT001BPVEW,GQY1XT001B2S33,GQY1XT001DCIZZ,GQY1XT001B3VBW,GQY1XT001DC1PI,GQY1XT001BAMR8,GQY1XT001ALPEX,GQY1XT001CXJ5K,GQY1XT001CB0HB,GQY1XT001B3SX1,GQY1XT001ELEOD,GQY1XT001DWEQJ,GQY1XT001AWDS1,GQY1XT001A0IQ3,GQY1XT001A785L,GQY1XT001B625H,GQY1XT001CJQV2,GQY1XT001DANI8,GQY1XT001BJOTG,GQY1XT001CVNSG,GQY1XT001CCSZC,GQY1XT001DCX1O,GQY1XT001EQUIN,GQY1XT001CX0WM,GQY1XT001CBOTG,GQY1XT001BSVM9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A7KLW"; -secondCol = "GQY1XT001A7KLW,GQY1XT001CJ0W8,GQY1XT001C7I7C,GQY1XT001BXL1C,GQY1XT001ER6I4,GQY1XT001EJM4U,GQY1XT001DS09Q,GQY1XT001D3XFT,GQY1XT001B0X1I,GQY1XT001DCQAY,GQY1XT001AMGO0,GQY1XT001BI31C,GQY1XT001BMLPM,GQY1XT001ETS71,GQY1XT001CC8EJ,GQY1XT001BUADM,GQY1XT001EUOP6,GQY1XT001CO2IY,GQY1XT001EG43F,GQY1XT001DCBYW,GQY1XT001CYAH4,GQY1XT001BNB4U,GQY1XT001DGCW6,GQY1XT001BYCEC,GQY1XT001BKJJ3,GQY1XT001EY7PG,GQY1XT001BJPUA,GQY1XT001EAUOZ,GQY1XT001A0UK6,GQY1XT001DQROY,GQY1XT001A0RCL,GQY1XT001C7DN9,GQY1XT001BRVOF,GQY1XT001ELDYG,GQY1XT001D1HVF,GQY1XT001BCONN,GQY1XT001B4NZG,GQY1XT001AK7J0,GQY1XT001EC2PC,GQY1XT001AYW8L,GQY1XT001DTQN5,GQY1XT001EXCBF,GQY1XT001EBI5J,GQY1XT001BFE76,GQY1XT001BAA24,GQY1XT001EG9XX,GQY1XT001DH6IC,GQY1XT001AGT4E,GQY1XT001C9LOG,GQY1XT001BXGCU,GQY1XT001ELI06,GQY1XT001B2PH7,GQY1XT001ANXTJ,GQY1XT001C1I1Q,GQY1XT001B5M3N,GQY1XT001CZR7N,GQY1XT001BLDJG,GQY1XT001D6MPY,GQY1XT001D9ITG,GQY1XT001CHPFI,GQY1XT001CILV4,GQY1XT001EF01U,GQY1XT001D2L7I,GQY1XT001EOHN1,GQY1XT001EWBPN,GQY1XT001CO9VU,GQY1XT001D3HL9,GQY1XT001AJR3W,GQY1XT001BB70F,GQY1XT001C8461,GQY1XT001B33O4,GQY1XT001CC90V,GQY1XT001EI9ME,GQY1XT001AXQSO,GQY1XT001BLP33,GQY1XT001B2JN1,GQY1XT001DN7TD,GQY1XT001C1DIA,GQY1XT001EEKNX,GQY1XT001DII1D,GQY1XT001DHTMH,GQY1XT001CWOW6,GQY1XT001CH1T9,GQY1XT001BPOA6,GQY1XT001AZ57E,GQY1XT001A5BCP,GQY1XT001B70QB,GQY1XT001BRT3T,GQY1XT001AQ2DW,GQY1XT001C55ES,GQY1XT001EW1UG,GQY1XT001EI4Z0,GQY1XT001BHEYF,GQY1XT001BBWLC,GQY1XT001DWNNE,GQY1XT001EXPK5,GQY1XT001B6O6Z,GQY1XT001BEESA,GQY1XT001AOLQ9,GQY1XT001EO9JY,GQY1XT001DZB37,GQY1XT001ELXDZ,GQY1XT001ETXTT,GQY1XT001BYXQ8,GQY1XT001CYYK8,GQY1XT001BVN5T,GQY1XT001EBVXE,GQY1XT001EFRUR,GQY1XT001CRKN9,GQY1XT001AP7FB,GQY1XT001A0ZKP,GQY1XT001B4PTS,GQY1XT001DHR24,GQY1XT001B0XGM,GQY1XT001D4YXP,GQY1XT001EIIR3,GQY1XT001CF1JA,GQY1XT001ESK4K,GQY1XT001CP8J1,GQY1XT001D1DGV,GQY1XT001EAO8J,GQY1XT001AXXNH,GQY1XT001A32ZA,GQY1XT001AOPQP,GQY1XT001AFNIJ,GQY1XT001A91JR,GQY1XT001EZRN8,GQY1XT001B6UTM,GQY1XT001DFBVD,GQY1XT001BYOKG,GQY1XT001AOAKB,GQY1XT001BJWNA,GQY1XT001A4DKD,GQY1XT001A386L,GQY1XT001APIG8,GQY1XT001D3JM8,GQY1XT001BG6VG,GQY1XT001D25Z9,GQY1XT001DAQM4,GQY1XT001DVF35,GQY1XT001ECTP6,GQY1XT001EDUKO,GQY1XT001C2GCP,GQY1XT001EYQWR,GQY1XT001CXR2Y,GQY1XT001A3VHD,GQY1XT001BAT7V,GQY1XT001BY127,GQY1XT001EAOGP,GQY1XT001C3M5O,GQY1XT001A6JGH,GQY1XT001DWP1B,GQY1XT001ANUDY,GQY1XT001BLQOC,GQY1XT001ARR2L,GQY1XT001BFI60,GQY1XT001E18DB,GQY1XT001AKTW8,GQY1XT001C0QSD,GQY1XT001A5FWB,GQY1XT001AOXB7,GQY1XT001EJGMY,GQY1XT001CPXBB,GQY1XT001A2XHV,GQY1XT001D7Y9L,GQY1XT001BG2MC,GQY1XT001AOO7U,GQY1XT001ASTNM,GQY1XT001ECZZI,GQY1XT001A592F,GQY1XT001BV26B,GQY1XT001AZ9X5,GQY1XT001ALL8N,GQY1XT001A5ML4,GQY1XT001DV328,GQY1XT001ESM8A,GQY1XT001BK3VM,GQY1XT001EOMY3,GQY1XT001BBLRK,GQY1XT001BP5IF,GQY1XT001BX24Y,GQY1XT001DNMO5,GQY1XT001DM8GB,GQY1XT001DW7LZ,GQY1XT001BSFJC,GQY1XT001BDKON,GQY1XT001BGDYE,GQY1XT001EOTU6,GQY1XT001BCPQQ,GQY1XT001D9PRJ,GQY1XT001DXDHQ,GQY1XT001BTCAH,GQY1XT001D2DDR,GQY1XT001BRXT0,GQY1XT001CTBG4,GQY1XT001CA428,GQY1XT001B29WQ,GQY1XT001EGIEO,GQY1XT001EB0YN,GQY1XT001D29BH,GQY1XT001CFKZG,GQY1XT001EQ6TF,GQY1XT001AG02R,GQY1XT001A1YUM,GQY1XT001END07,GQY1XT001DSSCO,GQY1XT001D7COE,GQY1XT001CUNJL,GQY1XT001CQ1DV,GQY1XT001C8PT7,GQY1XT001BR9OL,GQY1XT001B2UB5,GQY1XT001DV9ZW,GQY1XT001EABQ1,GQY1XT001BFJBK,GQY1XT001BCHF0,GQY1XT001A8SLD,GQY1XT001BSDNH,GQY1XT001EYP0Q,GQY1XT001BMJRQ,GQY1XT001BDS2U,GQY1XT001B6DR6,GQY1XT001A73AD,GQY1XT001AOK62,GQY1XT001EOJV8,GQY1XT001BYL9Q,GQY1XT001EXQEP,GQY1XT001CCQB1,GQY1XT001EMSPO,GQY1XT001BXCZ7,GQY1XT001CV5HS,GQY1XT001CRS8K,GQY1XT001CRU9L,GQY1XT001C3YKU,GQY1XT001A3135,GQY1XT001DF928,GQY1XT001A5ILB,GQY1XT001EE6NE,GQY1XT001DCJXW,GQY1XT001D4S1M,GQY1XT001BZOL4,GQY1XT001BGI1K,GQY1XT001DWN4Q,GQY1XT001D5U2Z,GQY1XT001DADQ8,GQY1XT001CLBBE,GQY1XT001C4L2D,GQY1XT001C8FPO,GQY1XT001CEQUG,GQY1XT001EM7TU,GQY1XT001D9CKD,GQY1XT001A09IF,GQY1XT001DSAKW,GQY1XT001CPYLG,GQY1XT001CLJTR,GQY1XT001ECFJL,GQY1XT001AEJN8,GQY1XT001A8CXP,GQY1XT001CZZP1,GQY1XT001CKX1S,GQY1XT001BJDHM,GQY1XT001A7RLQ,GQY1XT001DL2FY,GQY1XT001C1DQ8,GQY1XT001AJ2D7,GQY1XT001DKDJZ,GQY1XT001B8ECR,GQY1XT001D52D6,GQY1XT001A1MRA,GQY1XT001D0G65,GQY1XT001CK75F,GQY1XT001BF3TA,GQY1XT001D6G30,GQY1XT001CT56M,GQY1XT001BJW93,GQY1XT001B9P0E,GQY1XT001DBOO7,GQY1XT001AJGCS,GQY1XT001CKW3J,GQY1XT001ENSAS,GQY1XT001EWBD2,GQY1XT001AD897,GQY1XT001EAFQP,GQY1XT001EX4AQ,GQY1XT001A13Q6,GQY1XT001E1OUI,GQY1XT001DVBX2,GQY1XT001DGS4F,GQY1XT001DAZ41,GQY1XT001CJIG9,GQY1XT001BWOHD,GQY1XT001BSOAO,GQY1XT001A8X0Z,GQY1XT001ANDVM,GQY1XT001DOTXW,GQY1XT001EY7AI,GQY1XT001C9SAI,GQY1XT001BFAQ8,GQY1XT001EXC5U,GQY1XT001DJ7OC,GQY1XT001AKYT2,GQY1XT001BGJN1,GQY1XT001BRS9A,GQY1XT001BG9TC,GQY1XT001D4OIW,GQY1XT001EL5VK,GQY1XT001A3M8U,GQY1XT001BW3BM,GQY1XT001BEGD8,GQY1XT001AYAYR,GQY1XT001CV9AW,GQY1XT001DWDYD,GQY1XT001AOL9M,GQY1XT001A6AG3,GQY1XT001DLR0Z,GQY1XT001CVHG7,GQY1XT001B995V,GQY1XT001EP7JP,GQY1XT001A7BN4,GQY1XT001A5RSX,GQY1XT001EYDG8,GQY1XT001CEMT2,GQY1XT001BD01X,GQY1XT001ER260,GQY1XT001D1JUQ,GQY1XT001DR3NG,GQY1XT001BDMEG,GQY1XT001BH5NW,GQY1XT001DOQH8,GQY1XT001DYA08,GQY1XT001E0EU5,GQY1XT001D17KA,GQY1XT001BSHMN,GQY1XT001B53LR,GQY1XT001B1K5N,GQY1XT001AYK7T,GQY1XT001AQ6Y7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EVNLV"; -secondCol = "GQY1XT001EVNLV,GQY1XT001AQI1Y,GQY1XT001CVGZG,GQY1XT001CLACF,GQY1XT001DCG4I,GQY1XT001ETXWB,GQY1XT001CLKOQ,GQY1XT001EO4DF,GQY1XT001BBILI,GQY1XT001DHA2W,GQY1XT001D6Y6N,GQY1XT001ENYAT,GQY1XT001A1Z5B,GQY1XT001ECAUX,GQY1XT001BPDTW,GQY1XT001D557Q,GQY1XT001C6Q1S,GQY1XT001C7N0C,GQY1XT001ESYYZ,GQY1XT001CV8QK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZCL2"; -secondCol = "GQY1XT001DZCL2,GQY1XT001BKZ8R,GQY1XT001DE6GH,GQY1XT001EDKXO,GQY1XT001ARK2S,GQY1XT001EH09N,GQY1XT001DQICN,GQY1XT001EZUFP,GQY1XT001DIBI1,GQY1XT001BWFG9,GQY1XT001AT1ZW,GQY1XT001EFH7P,GQY1XT001DJTL0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DUZOP"; -secondCol = "GQY1XT001DUZOP,GQY1XT001B1N26,GQY1XT001AUF5X,GQY1XT001CD79I,GQY1XT001EAGTV,GQY1XT001D2RQH,GQY1XT001BCBEO,GQY1XT001A1W78,GQY1XT001C6PZK,GQY1XT001ASNOP,GQY1XT001BM62H,GQY1XT001B8SU1,GQY1XT001EQWY1,GQY1XT001CVUOD,GQY1XT001EOUXG,GQY1XT001BXPBA,GQY1XT001AM4V3,GQY1XT001EQHJ2,GQY1XT001DP6WD,GQY1XT001AQKAV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DD4OA"; -secondCol = "GQY1XT001DD4OA,GQY1XT001B45ST,GQY1XT001C9T7V,GQY1XT001B5NN2,GQY1XT001BYNQ0,GQY1XT001CZQML,GQY1XT001B6ZJP,GQY1XT001CVPL6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CLQ8T"; -secondCol = "GQY1XT001CLQ8T,GQY1XT001B458K,GQY1XT001B5EF9,GQY1XT001ASP4U,GQY1XT001DLY87,GQY1XT001CFQOE,GQY1XT001C95TO,GQY1XT001AXO05,GQY1XT001EKF7N,GQY1XT001BVQBH,GQY1XT001EVUGZ,GQY1XT001C4K54,GQY1XT001DGLBQ,GQY1XT001EI7RO,GQY1XT001BE4L0,GQY1XT001EV73A,GQY1XT001DBPT5,GQY1XT001B3VHX,GQY1XT001AFHEI,GQY1XT001EU5UY,GQY1XT001BMB8N,GQY1XT001ENNFE,GQY1XT001EB7UF,GQY1XT001EODIQ,GQY1XT001E3R8Y,GQY1XT001EN7DS,GQY1XT001DJNWU,GQY1XT001C7BBF,GQY1XT001C3W38,GQY1XT001EZYWZ,GQY1XT001AX8KP,GQY1XT001C2I50,GQY1XT001A6PE4,GQY1XT001BP9Q3,GQY1XT001EF2N6,GQY1XT001BUYGV,GQY1XT001DE0G1,GQY1XT001BPBK9,GQY1XT001E2NQY,GQY1XT001E31W4,GQY1XT001BQ27O,GQY1XT001EZUVO,GQY1XT001AZFXM,GQY1XT001CX91N,GQY1XT001BETPJ,GQY1XT001BBIFL,GQY1XT001AG6WH,GQY1XT001BSJ5B,GQY1XT001ES2PG,GQY1XT001ATAS6,GQY1XT001BGOKL,GQY1XT001E00AJ,GQY1XT001C02US,GQY1XT001E2634,GQY1XT001AU47F,GQY1XT001CD285,GQY1XT001D0OLU,GQY1XT001AJQZD,GQY1XT001EJEKJ,GQY1XT001B95FD,GQY1XT001DQTB4,GQY1XT001DYJ68,GQY1XT001D07MO,GQY1XT001B9G8X,GQY1XT001B1IUF,GQY1XT001AUFB3,GQY1XT001EE44S,GQY1XT001DPFOU,GQY1XT001CQMHK,GQY1XT001CAAZW,GQY1XT001CP3DD,GQY1XT001EG9FQ,GQY1XT001EH6WQ,GQY1XT001C1MCN,GQY1XT001B1ZAD,GQY1XT001CPBI4,GQY1XT001BS0JU,GQY1XT001BWSUS,GQY1XT001BRGQI,GQY1XT001CKH4Z,GQY1XT001B3WTP,GQY1XT001ARHZ8,GQY1XT001BJV28,GQY1XT001B2F26,GQY1XT001DDA0X,GQY1XT001CUYEL,GQY1XT001AO56F,GQY1XT001AGFQY,GQY1XT001BN3UU,GQY1XT001EGYYG,GQY1XT001BRTYD,GQY1XT001AJX7Q,GQY1XT001CDZK4,GQY1XT001DLARV,GQY1XT001BBY0T,GQY1XT001EBSJ5,GQY1XT001BJPGB,GQY1XT001A5K6E,GQY1XT001B8UWC,GQY1XT001AD256,GQY1XT001E11PU,GQY1XT001BE6IZ,GQY1XT001EW9ND,GQY1XT001EMEOR,GQY1XT001ELG8B,GQY1XT001B8W50,GQY1XT001AW11R,GQY1XT001BMCNB,GQY1XT001D5WQ3,GQY1XT001DZOAV,GQY1XT001BW80F,GQY1XT001CR2M0,GQY1XT001BCP7N,GQY1XT001AVRHW,GQY1XT001EZZ3I,GQY1XT001CDCF8,GQY1XT001ELZKX,GQY1XT001B5SB6,GQY1XT001EU3TW,GQY1XT001DBZ1O,GQY1XT001CE9DK,GQY1XT001ELHLP,GQY1XT001BGFIP,GQY1XT001COQ8M,GQY1XT001DY6H0,GQY1XT001D8WS6,GQY1XT001BI6TS,GQY1XT001A2WBO,GQY1XT001A6ZLD,GQY1XT001BQSM6,GQY1XT001D5RLM,GQY1XT001CLWQ0,GQY1XT001AN0IP,GQY1XT001EH2JQ,GQY1XT001DMRR7,GQY1XT001BEPDA,GQY1XT001BPVQQ,GQY1XT001EYL59,GQY1XT001DGAII,GQY1XT001DEYIB,GQY1XT001CHL2P,GQY1XT001C39D8,GQY1XT001A0ZOJ,GQY1XT001EGFGY,GQY1XT001B2GZV,GQY1XT001CLZOK,GQY1XT001B025J,GQY1XT001CPQB3,GQY1XT001DQOB8,GQY1XT001CX16F,GQY1XT001BXI5F,GQY1XT001A62P9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CI64O"; -secondCol = "GQY1XT001CI64O,GQY1XT001AG54P,GQY1XT001DGK5K,GQY1XT001BLQUS,GQY1XT001EGMNN,GQY1XT001DJRER,GQY1XT001D1YYT,GQY1XT001B3CPI,GQY1XT001AZI80,GQY1XT001AN5XU,GQY1XT001DI03D,GQY1XT001BGKXF,GQY1XT001D11XY,GQY1XT001AN36U,GQY1XT001ATTR3,GQY1XT001BNWUI,GQY1XT001DFRWI,GQY1XT001CQ9PV,GQY1XT001BO0D4,GQY1XT001D0HN9,GQY1XT001B5DGU,GQY1XT001D6PIY,GQY1XT001BM2SX,GQY1XT001C6OI7,GQY1XT001CG126,GQY1XT001DLNY0,GQY1XT001EBVUU,GQY1XT001DRMJ8,GQY1XT001BPJFJ,GQY1XT001CSRHG,GQY1XT001AFWSN,GQY1XT001E1MRS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C21E5"; -secondCol = "GQY1XT001C21E5,GQY1XT001AXT05,GQY1XT001DDRLH,GQY1XT001BGHS9,GQY1XT001CCXE9,GQY1XT001C0EJA,GQY1XT001AMAL7,GQY1XT001B9WJV,GQY1XT001CJA38,GQY1XT001D5F43,GQY1XT001BK544,GQY1XT001BSR28,GQY1XT001CJO11,GQY1XT001B0AH1,GQY1XT001BN09W,GQY1XT001B3J6C,GQY1XT001CPXSA,GQY1XT001AN30D,GQY1XT001DAFMI,GQY1XT001CEU8M,GQY1XT001DVLEG,GQY1XT001BYSAM,GQY1XT001A8BSX,GQY1XT001AKI8X,GQY1XT001EYM2L,GQY1XT001CGQ14,GQY1XT001EST0E,GQY1XT001CTL7Z,GQY1XT001DIKYI,GQY1XT001A9EY7,GQY1XT001AOXZZ,GQY1XT001AOPX4,GQY1XT001CCF2Q,GQY1XT001DM6F9,GQY1XT001DITHL,GQY1XT001BB7U9,GQY1XT001E239P,GQY1XT001BAMSE,GQY1XT001A83HJ,GQY1XT001EKTZ0,GQY1XT001D00NQ,GQY1XT001A8E3W,GQY1XT001AV5WD,GQY1XT001DTSXK,GQY1XT001DOK73,GQY1XT001EO29B,GQY1XT001C3UU1,GQY1XT001E22B2,GQY1XT001B0D6G,GQY1XT001BH5W9,GQY1XT001CRHXH,GQY1XT001C56ZM,GQY1XT001BDS9K,GQY1XT001DZ2PG,GQY1XT001DVWRU,GQY1XT001CUO0E,GQY1XT001EYANH,GQY1XT001DKCJE,GQY1XT001A9FGK,GQY1XT001B4XUY,GQY1XT001DIJ3M,GQY1XT001B72HA,GQY1XT001EWH84,GQY1XT001B9GGF,GQY1XT001CCXKB,GQY1XT001A0DHT,GQY1XT001BZQ9C,GQY1XT001EJCIG,GQY1XT001EZLRM,GQY1XT001CND24,GQY1XT001BKS9V,GQY1XT001CJKOB,GQY1XT001ES1YQ,GQY1XT001DZM4N,GQY1XT001DOA05,GQY1XT001BGS7D,GQY1XT001CLG6F,GQY1XT001EN4B0,GQY1XT001A5BUF,GQY1XT001AGK2Z,GQY1XT001COFP1,GQY1XT001C1XYD,GQY1XT001DU56B,GQY1XT001CIAKX,GQY1XT001AJ2B8,GQY1XT001BINL2,GQY1XT001E020Y,GQY1XT001EZOOM,GQY1XT001B2TR1,GQY1XT001EZ21Q,GQY1XT001C5SRW,GQY1XT001A7VRF,GQY1XT001APWFG,GQY1XT001D1OXR,GQY1XT001CKA2A,GQY1XT001EIDAZ,GQY1XT001A9FTH,GQY1XT001CKUKK,GQY1XT001B8906,GQY1XT001BKY9C,GQY1XT001C7UWC,GQY1XT001CCTV8,GQY1XT001CML68,GQY1XT001DLMZ9,GQY1XT001CJ9T5,GQY1XT001A2YGN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BATAU"; -secondCol = "GQY1XT001BATAU,GQY1XT001D529A,GQY1XT001CECXI,GQY1XT001D6TFA,GQY1XT001DHMZN,GQY1XT001DB1R3,GQY1XT001DLZFT,GQY1XT001CLKVI,GQY1XT001ETS17,GQY1XT001AS4EB,GQY1XT001CRWD8,GQY1XT001CJ8O1,GQY1XT001BMZ9U,GQY1XT001D1N7R,GQY1XT001A7FXR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B2L2T"; -secondCol = "GQY1XT001B2L2T,GQY1XT001C4LLQ,GQY1XT001BA96J,GQY1XT001D2CSU,GQY1XT001AID1N,GQY1XT001CRIJ2,GQY1XT001DNRCD,GQY1XT001EOGGT,GQY1XT001BLC27,GQY1XT001AGXR1,GQY1XT001DSE19,GQY1XT001CTLMS,GQY1XT001EF793"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EKTYL"; -secondCol = "GQY1XT001EKTYL,GQY1XT001CGL3P,GQY1XT001EZBSA,GQY1XT001DYZSR,GQY1XT001BNNOL,GQY1XT001ET2BM,GQY1XT001BZVUI,GQY1XT001CH3PR,GQY1XT001D1TZA,GQY1XT001CXBD3,GQY1XT001BPCQF,GQY1XT001B3PAF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EH08T"; -secondCol = "GQY1XT001EH08T,GQY1XT001DTA5T,GQY1XT001DX3G3,GQY1XT001DC7CZ,GQY1XT001AX7O5,GQY1XT001E1XZM,GQY1XT001EGSNL,GQY1XT001AVW14,GQY1XT001EH9AA,GQY1XT001D773O,GQY1XT001BVHEP,GQY1XT001C5W4L,GQY1XT001DNB5E,GQY1XT001CTJ2O,GQY1XT001BFBNP,GQY1XT001EPNR1,GQY1XT001BUXJ1,GQY1XT001DWAO4,GQY1XT001CCNNB,GQY1XT001A11IP,GQY1XT001CYCUT,GQY1XT001BT20L,GQY1XT001BNSDB,GQY1XT001CSL1W,GQY1XT001EY2NI,GQY1XT001AK2QI,GQY1XT001BW3Q3,GQY1XT001BYUY6,GQY1XT001DH8S6,GQY1XT001DZFN4,GQY1XT001DP51S,GQY1XT001AMEV1,GQY1XT001DN9DC,GQY1XT001CHCZ7,GQY1XT001DHOH4,GQY1XT001CLBKP,GQY1XT001DT3CA,GQY1XT001AJA9A,GQY1XT001B5I1Z,GQY1XT001BPBLI,GQY1XT001CQLK4,GQY1XT001AYUFZ,GQY1XT001CVTN0,GQY1XT001ELMO1,GQY1XT001D09Z2,GQY1XT001EIK6L,GQY1XT001B60KP,GQY1XT001DZUYK,GQY1XT001DKUF5,GQY1XT001CXO9R,GQY1XT001EFEUQ,GQY1XT001B0E9Q,GQY1XT001C2BK3,GQY1XT001E0XPM,GQY1XT001EIPR6,GQY1XT001C1MBO,GQY1XT001DT1EV,GQY1XT001CWTBQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EBAXG"; -secondCol = "GQY1XT001EBAXG,GQY1XT001AO34D,GQY1XT001D0QP8,GQY1XT001DF7C2,GQY1XT001CXR4W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZX4H"; -secondCol = "GQY1XT001DZX4H,GQY1XT001DMIC7,GQY1XT001DLN73,GQY1XT001DF230,GQY1XT001CONYP,GQY1XT001D93Q9,GQY1XT001CQYAC,GQY1XT001BJNH5,GQY1XT001CNQRZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DX9HF"; -secondCol = "GQY1XT001DX9HF,GQY1XT001AWIQJ,GQY1XT001BI0SX,GQY1XT001EYJYE,GQY1XT001A297J,GQY1XT001EOW0L,GQY1XT001C0V1Y,GQY1XT001ENIVP,GQY1XT001C0Z1B,GQY1XT001BO98K,GQY1XT001BDRZ1,GQY1XT001BG9PG,GQY1XT001ER0DP,GQY1XT001BYRH4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D6C10"; -secondCol = "GQY1XT001D6C10,GQY1XT001BGNY9,GQY1XT001EQA9L,GQY1XT001DGQ92,GQY1XT001DZNV0,GQY1XT001B2D66,GQY1XT001DYEM0,GQY1XT001CPX32,GQY1XT001EH251,GQY1XT001CVEL6,GQY1XT001CQV7B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CU6G0"; -secondCol = "GQY1XT001CU6G0,GQY1XT001BHSEP,GQY1XT001E3SKN,GQY1XT001BHPOQ,GQY1XT001B8NAK,GQY1XT001DJF4R,GQY1XT001E197Z,GQY1XT001CHNT8,GQY1XT001A52L4,GQY1XT001BZHWW,GQY1XT001ED4Q5,GQY1XT001ETTHM,GQY1XT001DHBZV,GQY1XT001BQ4XT,GQY1XT001CKAVJ,GQY1XT001CFQDN,GQY1XT001CU74T,GQY1XT001BWAJP,GQY1XT001EN8C2,GQY1XT001EZE9L,GQY1XT001DTMGO,GQY1XT001EHV9V,GQY1XT001BJHZO,GQY1XT001C57P2,GQY1XT001ALHD1,GQY1XT001B0EEI,GQY1XT001ES0SF,GQY1XT001A7ECW,GQY1XT001DGTI1,GQY1XT001AI6BS,GQY1XT001CALAL,GQY1XT001DBDSK,GQY1XT001DXZKP,GQY1XT001A0INC,GQY1XT001BOH7I,GQY1XT001DJ7LI,GQY1XT001AHIK9,GQY1XT001A6KII"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CCIKR"; -secondCol = "GQY1XT001CCIKR,GQY1XT001AR8EP,GQY1XT001A1CMF,GQY1XT001D6QAJ,GQY1XT001ECIY0,GQY1XT001BCDOK,GQY1XT001AURLG,GQY1XT001A9KRO,GQY1XT001EDNU1,GQY1XT001DD7MM,GQY1XT001BKH1W,GQY1XT001AHOB4,GQY1XT001A352Z,GQY1XT001AKDAU,GQY1XT001E08M8,GQY1XT001CLO3J,GQY1XT001DOU5W,GQY1XT001B3URR,GQY1XT001EXVUC,GQY1XT001C9O3E,GQY1XT001BC5TC,GQY1XT001C4WLQ,GQY1XT001BXKX6,GQY1XT001ALA5Y,GQY1XT001ETYL4,GQY1XT001A0D15,GQY1XT001C2C3O,GQY1XT001EQO98,GQY1XT001DM3GD,GQY1XT001CW7HX,GQY1XT001EOMBP,GQY1XT001EBPHR,GQY1XT001E10NV,GQY1XT001CQOPP,GQY1XT001CVPVP,GQY1XT001CGGLG,GQY1XT001DYME5,GQY1XT001CDUUN,GQY1XT001BFIYX,GQY1XT001BPADT,GQY1XT001B0SHD,GQY1XT001CGEZL,GQY1XT001ARDG1,GQY1XT001B0USX,GQY1XT001DADN2,GQY1XT001DEQC8,GQY1XT001CEF9X,GQY1XT001DLDAC,GQY1XT001EJKJ3,GQY1XT001EUXQR,GQY1XT001DYMOY,GQY1XT001EXE7J,GQY1XT001ARUAO,GQY1XT001DPUG4,GQY1XT001CVCXS,GQY1XT001D2A0G,GQY1XT001D96ZW,GQY1XT001DLZEV,GQY1XT001DC08R,GQY1XT001CN5NH,GQY1XT001CCIQS,GQY1XT001C9NIK,GQY1XT001B14C0,GQY1XT001DCPTK,GQY1XT001A6KWE,GQY1XT001AN1JR,GQY1XT001AHGC5,GQY1XT001DJZC2,GQY1XT001CYNIK,GQY1XT001B4XOH,GQY1XT001AXGQ0,GQY1XT001BMKUR,GQY1XT001EULSG,GQY1XT001ALY3K,GQY1XT001B1EAC,GQY1XT001EZ0U4,GQY1XT001C6ACZ,GQY1XT001DAJ7D,GQY1XT001BL0Y2,GQY1XT001C1B8V,GQY1XT001CN2M7,GQY1XT001DBDXC,GQY1XT001EWU6T,GQY1XT001BUW3W,GQY1XT001DMIET,GQY1XT001D3W2W,GQY1XT001DKBTW,GQY1XT001DRULF,GQY1XT001DY9EB,GQY1XT001CWXRI,GQY1XT001BETPG,GQY1XT001AEAPY,GQY1XT001DA0FT,GQY1XT001EQ28S,GQY1XT001EDLFP,GQY1XT001DULKW,GQY1XT001DQ4VJ,GQY1XT001DDMWY,GQY1XT001CSZKH,GQY1XT001CSMWF,GQY1XT001BV4EI,GQY1XT001B4SAE,GQY1XT001BVCW1,GQY1XT001A3DR2,GQY1XT001CXUUM,GQY1XT001CILUL,GQY1XT001DV2FE,GQY1XT001BFHWJ,GQY1XT001DUR50,GQY1XT001D7IS4,GQY1XT001CL13G,GQY1XT001BOT1Q,GQY1XT001CO1GV,GQY1XT001EBAPN,GQY1XT001BH4SX,GQY1XT001DRWIK,GQY1XT001BC9ZK,GQY1XT001DBKAC,GQY1XT001EGJIR,GQY1XT001CJON9,GQY1XT001CX369,GQY1XT001CLH6P,GQY1XT001D4BE6,GQY1XT001BHD7B,GQY1XT001A6JCG,GQY1XT001EQHCP,GQY1XT001D3DPU,GQY1XT001CFR7K,GQY1XT001BR464,GQY1XT001EW5L7,GQY1XT001EDEB7,GQY1XT001ENSE2,GQY1XT001B7K35,GQY1XT001COKP7,GQY1XT001C0UV1,GQY1XT001AQ0UL,GQY1XT001BC6RE,GQY1XT001ESNZF,GQY1XT001AI1M4,GQY1XT001ERUXY,GQY1XT001BZTY9,GQY1XT001DY4KX,GQY1XT001D3UY7,GQY1XT001DKKUP,GQY1XT001CF149,GQY1XT001BR65I,GQY1XT001CGOM1,GQY1XT001AQJ9W,GQY1XT001BQ0LT,GQY1XT001EV8DR,GQY1XT001ERK67,GQY1XT001E4KKX,GQY1XT001A24HX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5FNH"; -secondCol = "GQY1XT001C5FNH,GQY1XT001BCP28,GQY1XT001ECTWB,GQY1XT001CD614"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BW5GI"; -secondCol = "GQY1XT001BW5GI,GQY1XT001AIEP0,GQY1XT001AXRB0,GQY1XT001BSQF1,GQY1XT001CB4UT,GQY1XT001CE7PV,GQY1XT001C1TU2,GQY1XT001E2BOB,GQY1XT001AGJUF,GQY1XT001C9KWR,GQY1XT001DP0LF,GQY1XT001DMFWL,GQY1XT001A2V2T,GQY1XT001EXPU0,GQY1XT001BOF5Q,GQY1XT001DX45M,GQY1XT001CD8EU,GQY1XT001A6UZD,GQY1XT001CBNM7,GQY1XT001DMJIY,GQY1XT001B31FH,GQY1XT001AJ1EU,GQY1XT001BCAP3,GQY1XT001EQXSF,GQY1XT001AGQGE,GQY1XT001E106Z,GQY1XT001DZET8,GQY1XT001A1B1S"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BKKRF"; -secondCol = "GQY1XT001BKKRF,GQY1XT001CIMTN,GQY1XT001EELI9,GQY1XT001BFUJZ,GQY1XT001E11BP,GQY1XT001BSISW,GQY1XT001CBVDS,GQY1XT001BOTGD,GQY1XT001E2UMZ,GQY1XT001DLLM4,GQY1XT001BKK1T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BFDG3"; -secondCol = "GQY1XT001BFDG3,GQY1XT001CNXTK,GQY1XT001CMVPL,GQY1XT001DEV2F,GQY1XT001AGZVW,GQY1XT001D9HFL,GQY1XT001DLNE1,GQY1XT001AI99D,GQY1XT001BY7QE,GQY1XT001BUJNZ,GQY1XT001B9Y37,GQY1XT001B5HD4,GQY1XT001AXHDO,GQY1XT001DK4A8,GQY1XT001AXPGU,GQY1XT001BIT7R,GQY1XT001ALFJ5,GQY1XT001CJJTT,GQY1XT001DOHLQ,GQY1XT001DF0UU,GQY1XT001AO3OX,GQY1XT001AG1RR,GQY1XT001AJE8N,GQY1XT001DQM04,GQY1XT001C0TMY,GQY1XT001B2QTC,GQY1XT001EHLKN,GQY1XT001C057J,GQY1XT001CV8Z9,GQY1XT001BEMVI,GQY1XT001D5RHE,GQY1XT001BYM4K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BA1UZ"; -secondCol = "GQY1XT001BA1UZ,GQY1XT001AYQH1,GQY1XT001EHP6H,GQY1XT001BV36A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B7B4F"; -secondCol = "GQY1XT001B7B4F,GQY1XT001CDOES,GQY1XT001BAA9Y,GQY1XT001AIQ1A,GQY1XT001B8HDI,GQY1XT001EZG0P,GQY1XT001DKYFL,GQY1XT001BBCHR,GQY1XT001A36TZ,GQY1XT001DKWKN,GQY1XT001DEHB8,GQY1XT001DB2ZP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B3HER"; -secondCol = "GQY1XT001B3HER,GQY1XT001AJEBZ,GQY1XT001C9GVY,GQY1XT001D15YI,GQY1XT001DCRIR,GQY1XT001BIXQ4,GQY1XT001C0F0Q,GQY1XT001D90OR,GQY1XT001DSHQ4,GQY1XT001CNJXS,GQY1XT001BA3VO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZUJZ"; -secondCol = "GQY1XT001AZUJZ,GQY1XT001CBFM2,GQY1XT001EHM7C,GQY1XT001EUCS5,GQY1XT001B5F96,GQY1XT001DZJ94,GQY1XT001AMNR9,GQY1XT001E4EUB,GQY1XT001B03H8,GQY1XT001BLW2Z,GQY1XT001EJXPH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AVTPK"; -secondCol = "GQY1XT001AVTPK,GQY1XT001AU1F3,GQY1XT001CB2V9,GQY1XT001B54AT,GQY1XT001DHSQ9,GQY1XT001D1LMO,GQY1XT001CNMD8,GQY1XT001B5IA3,GQY1XT001C4JXO,GQY1XT001EN5ZD,GQY1XT001BB0ZI,GQY1XT001EYKPH,GQY1XT001A5KJY,GQY1XT001CV6DJ,GQY1XT001C86GQ,GQY1XT001D0F2C,GQY1XT001C8XEY,GQY1XT001C00GF,GQY1XT001A2CBM,GQY1XT001AH37K,GQY1XT001EXDKQ,GQY1XT001CTCOQ,GQY1XT001CDMTZ,GQY1XT001BDLZW,GQY1XT001CCY8G,GQY1XT001ANMFT,GQY1XT001EMOBP,GQY1XT001B0IQZ,GQY1XT001CVSCG,GQY1XT001A98WB,GQY1XT001DKVKU,GQY1XT001BMQGZ,GQY1XT001ASQ8N,GQY1XT001DOVYP,GQY1XT001CAN7R,GQY1XT001BY7IB,GQY1XT001BP4SJ,GQY1XT001BYR6V,GQY1XT001AV4N0,GQY1XT001BMOHT,GQY1XT001BFYR6,GQY1XT001BJGGH,GQY1XT001CMEKO,GQY1XT001C8F4W,GQY1XT001BZR6K,GQY1XT001BSV1V,GQY1XT001A8LQ8,GQY1XT001AQWMQ,GQY1XT001C2UTV,GQY1XT001DDKX3,GQY1XT001A4V25,GQY1XT001EOXZP,GQY1XT001BEEZG,GQY1XT001C3GF7,GQY1XT001DE8JL,GQY1XT001A09HX,GQY1XT001EA3VI,GQY1XT001EFKOZ,GQY1XT001CMEQF,GQY1XT001A78H0,GQY1XT001B5IXV,GQY1XT001AIF2K,GQY1XT001A3ZZM,GQY1XT001A456G,GQY1XT001A9I47,GQY1XT001AQUIN,GQY1XT001EHTOS,GQY1XT001CU2CT,GQY1XT001BKQXX,GQY1XT001C2VXA,GQY1XT001BV535,GQY1XT001AO9C8,GQY1XT001CR1H7,GQY1XT001CK6CB,GQY1XT001AOPEG,GQY1XT001A8P16,GQY1XT001DIEVB,GQY1XT001DA55X,GQY1XT001D6NSW,GQY1XT001CV9BL,GQY1XT001CL1JT,GQY1XT001CC6A8,GQY1XT001C5993,GQY1XT001BHU5V,GQY1XT001ASXL8,GQY1XT001AQBCT,GQY1XT001AEZM8,GQY1XT001A6RFV,GQY1XT001EMH4Q,GQY1XT001DHXAV,GQY1XT001C047T,GQY1XT001CRG80,GQY1XT001BA2BC,GQY1XT001BXN8X,GQY1XT001A1HCO,GQY1XT001DVMAK,GQY1XT001BFTSH,GQY1XT001BDP5J,GQY1XT001AFUHS,GQY1XT001CBKTM,GQY1XT001BZ5E0,GQY1XT001C17ZQ,GQY1XT001CWI09,GQY1XT001BDOO8,GQY1XT001BN2FX,GQY1XT001AUU1Q,GQY1XT001EDBEI,GQY1XT001BANAZ,GQY1XT001EF335,GQY1XT001CYK0F,GQY1XT001CED8B,GQY1XT001EWPE5,GQY1XT001BS72K,GQY1XT001APSRJ,GQY1XT001D7QHU,GQY1XT001BYM83,GQY1XT001BOSK3,GQY1XT001AJFWK,GQY1XT001AJDCN,GQY1XT001DK9NK,GQY1XT001BELRO,GQY1XT001DXET3,GQY1XT001C9OEE,GQY1XT001DRW2X,GQY1XT001EGX94,GQY1XT001DO225,GQY1XT001AUHJU,GQY1XT001DX512,GQY1XT001DBBXK,GQY1XT001AG4YT,GQY1XT001BZJLB,GQY1XT001E3LJ0,GQY1XT001DZKPJ,GQY1XT001A62HQ,GQY1XT001CR5GF,GQY1XT001EN6J9,GQY1XT001AP4U5,GQY1XT001EY56F,GQY1XT001CJZV1,GQY1XT001DV7VO,GQY1XT001CIZMR,GQY1XT001DTOUI,GQY1XT001DTNR0,GQY1XT001CTPWB,GQY1XT001B00S0,GQY1XT001EFHJZ,GQY1XT001DAHHO,GQY1XT001EFTHX,GQY1XT001ELGVF,GQY1XT001EQBJC,GQY1XT001DDM10,GQY1XT001B8HZK,GQY1XT001B7SC2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AGP1J"; -secondCol = "GQY1XT001AGP1J,GQY1XT001C5AHP,GQY1XT001C33GQ,GQY1XT001CXLTN,GQY1XT001C8LRW,GQY1XT001A8IZ0,GQY1XT001EPTS0,GQY1XT001CD02J,GQY1XT001C89QH,GQY1XT001AQH36,GQY1XT001DMX1K,GQY1XT001CWINX,GQY1XT001DXVT6,GQY1XT001A2J0T,GQY1XT001DRPXL,GQY1XT001BKSZ9,GQY1XT001ERIY5,GQY1XT001B3R4P,GQY1XT001DLOO2,GQY1XT001BPYDW,GQY1XT001D4OPB,GQY1XT001ET9WL,GQY1XT001B6DH2,GQY1XT001BK9SE,GQY1XT001A5TA0,GQY1XT001CS2WK,GQY1XT001B30K3,GQY1XT001EE5OY,GQY1XT001A60K2,GQY1XT001DTJO4,GQY1XT001ED9R2,GQY1XT001ECH4N,GQY1XT001CGRBZ,GQY1XT001BKMIS,GQY1XT001BCBFF,GQY1XT001E3FGX,GQY1XT001APB1A,GQY1XT001D4RUD,GQY1XT001CK1WK,GQY1XT001AQQWW,GQY1XT001DRV40,GQY1XT001C9DTM,GQY1XT001DN2HG,GQY1XT001D69R7,GQY1XT001ANMRX,GQY1XT001AJW48,GQY1XT001CS491,GQY1XT001DYLJ6,GQY1XT001D073V,GQY1XT001AXYPF,GQY1XT001BW1W2,GQY1XT001ELS9X,GQY1XT001D931D,GQY1XT001EATML,GQY1XT001D6ZMU,GQY1XT001EHFZ2,GQY1XT001CVW5K,GQY1XT001C8JIJ,GQY1XT001CM46Y,GQY1XT001BSRSE,GQY1XT001DVIWM,GQY1XT001ETNGE,GQY1XT001A679Z,GQY1XT001A2FYL,GQY1XT001BXFJR,GQY1XT001CUO5F,GQY1XT001B3BQ2,GQY1XT001D34VB,GQY1XT001D7UOR,GQY1XT001C6FYR,GQY1XT001CMSGN,GQY1XT001DIDTZ,GQY1XT001DLUQH,GQY1XT001CU3A6,GQY1XT001CN0RM,GQY1XT001CERQM,GQY1XT001AHTSC,GQY1XT001AGPXM,GQY1XT001B0JC3,GQY1XT001CWPRT,GQY1XT001CUKTL,GQY1XT001BA79C,GQY1XT001EM6MS,GQY1XT001DXO8P,GQY1XT001CRZM5,GQY1XT001D5UJW,GQY1XT001AM1IE,GQY1XT001D3D2Q,GQY1XT001CFB90,GQY1XT001CTAL5,GQY1XT001ANPLX,GQY1XT001CTKEQ,GQY1XT001BJDH9,GQY1XT001B7RSW,GQY1XT001AM7JP,GQY1XT001BGHKS,GQY1XT001AYSYJ,GQY1XT001BB9YK,GQY1XT001BB2MF,GQY1XT001BHZ3P,GQY1XT001CG2LQ,GQY1XT001BKY3I,GQY1XT001CITKF,GQY1XT001DFYRU,GQY1XT001ESKYO,GQY1XT001EFK2U,GQY1XT001A2U3S,GQY1XT001B568W,GQY1XT001ESXMI,GQY1XT001CKBH1,GQY1XT001AQ74E,GQY1XT001B0JVU,GQY1XT001C6WDL,GQY1XT001CG21L,GQY1XT001B652J,GQY1XT001C8GRS,GQY1XT001BABER,GQY1XT001A7RXR,GQY1XT001A2I05,GQY1XT001C7X98,GQY1XT001B1SPS,GQY1XT001C6KIT,GQY1XT001CN1XP,GQY1XT001C02UI,GQY1XT001BVL5Y,GQY1XT001BDPWD,GQY1XT001ANDH7,GQY1XT001BZL9W,GQY1XT001CNF6Q,GQY1XT001BG6CS,GQY1XT001DSJQV,GQY1XT001CHMAW,GQY1XT001C3Z7O,GQY1XT001EAVW7,GQY1XT001EFM8J,GQY1XT001EQ28B,GQY1XT001CGP0K,GQY1XT001A9VT9,GQY1XT001B6N69,GQY1XT001CI9VA,GQY1XT001AQTNU,GQY1XT001AGP23,GQY1XT001BDDIE,GQY1XT001DUIU7,GQY1XT001CD4OV,GQY1XT001CUW1Q,GQY1XT001B3C5I,GQY1XT001DCTA2,GQY1XT001BXUUB,GQY1XT001B5N29,GQY1XT001BGC9H,GQY1XT001CKNAW,GQY1XT001ARYKB,GQY1XT001CMOGR,GQY1XT001BP99T,GQY1XT001BTRWZ,GQY1XT001AX2L6,GQY1XT001ERI4Q,GQY1XT001B63V8,GQY1XT001CZNIJ,GQY1XT001B9V3X,GQY1XT001D7759,GQY1XT001BCMQ1,GQY1XT001DYK3G,GQY1XT001DA5ZV,GQY1XT001CSQLJ,GQY1XT001BXLQX,GQY1XT001AJ69F,GQY1XT001B24F1,GQY1XT001BDRVG,GQY1XT001ENXDA,GQY1XT001A85TJ,GQY1XT001DJL40,GQY1XT001DK0V0,GQY1XT001EYTRC,GQY1XT001BHNW7,GQY1XT001BOAJJ,GQY1XT001BVKPA,GQY1XT001BFK82,GQY1XT001AI7T2,GQY1XT001AWDXO,GQY1XT001EZ6UP,GQY1XT001CDABL,GQY1XT001E5YUK,GQY1XT001EG5HV,GQY1XT001EDGIR,GQY1XT001A3R83,GQY1XT001BK1CU,GQY1XT001AEC2O,GQY1XT001BZNJ8,GQY1XT001B19TA,GQY1XT001DTBMM,GQY1XT001DLW5R,GQY1XT001AWCNV,GQY1XT001DQ43Z,GQY1XT001CAR1Z,GQY1XT001EPCCN,GQY1XT001CJKHJ,GQY1XT001D39QG,GQY1XT001CNXB8,GQY1XT001B6I1M,GQY1XT001CIDL8,GQY1XT001CAHJ7,GQY1XT001B036T,GQY1XT001A4EWE,GQY1XT001A1WCT,GQY1XT001AOSPT,GQY1XT001EGMRR,GQY1XT001BZY5E,GQY1XT001C9141,GQY1XT001CPVWS,GQY1XT001CJY02,GQY1XT001BK8AF,GQY1XT001CESQL,GQY1XT001B7U4Q,GQY1XT001DUW2H,GQY1XT001DDL30,GQY1XT001C6QF7,GQY1XT001D8VQH,GQY1XT001CCO44,GQY1XT001ECYXI,GQY1XT001E18MC,GQY1XT001C1I90,GQY1XT001DPWG3,GQY1XT001ARY5L,GQY1XT001ETN58,GQY1XT001DXHXI,GQY1XT001AYTZ2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AESMQ"; -secondCol = "GQY1XT001AESMQ,GQY1XT001A3297,GQY1XT001A7V6L,GQY1XT001EUTKD,GQY1XT001D6EQK,GQY1XT001CK2KC,GQY1XT001DWH11,GQY1XT001CXL3J,GQY1XT001E3FPA,GQY1XT001A0J0S,GQY1XT001DFMEU,GQY1XT001CGRNC,GQY1XT001BUAAO,GQY1XT001ARF5M,GQY1XT001BX2ZZ,GQY1XT001BO4AU,GQY1XT001DH9CP,GQY1XT001CCQIO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EXMDA"; -secondCol = "GQY1XT001EXMDA,GQY1XT001EWTZ1,GQY1XT001BV4S1,GQY1XT001AZ6SU,GQY1XT001DR2GT,GQY1XT001EJ53O,GQY1XT001COOQ8,GQY1XT001CF6FF,GQY1XT001AW8D2,GQY1XT001BL8RG,GQY1XT001B1QUS,GQY1XT001AXY47,GQY1XT001CLN92,GQY1XT001B7E1Z,GQY1XT001B7TFR,GQY1XT001CV1C3,GQY1XT001BTO3A,GQY1XT001DPL7R,GQY1XT001CRAWC,GQY1XT001CF380,GQY1XT001CDMBI,GQY1XT001CAQXR,GQY1XT001CAA0B,GQY1XT001EG5DN,GQY1XT001B1954,GQY1XT001E2V9W,GQY1XT001BL9O2,GQY1XT001EWKXW,GQY1XT001E3JM7,GQY1XT001DRB7W,GQY1XT001D4LKT,GQY1XT001ARONS,GQY1XT001CNRDR,GQY1XT001EVYTT,GQY1XT001BHT9H,GQY1XT001AI6OJ,GQY1XT001A6HHS,GQY1XT001A29O7,GQY1XT001CPRST,GQY1XT001C7V1T,GQY1XT001B3VQO,GQY1XT001DA6FX,GQY1XT001BKKHC,GQY1XT001BZQ8I"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EHLX1"; -secondCol = "GQY1XT001EHLX1,GQY1XT001EFLNV,GQY1XT001EAHHP,GQY1XT001CTMI3,GQY1XT001CRAYM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EEPSH"; -secondCol = "GQY1XT001EEPSH,GQY1XT001BHDK0,GQY1XT001A1VJW,GQY1XT001AMGSS,GQY1XT001BKUHN,GQY1XT001EBSJ1,GQY1XT001AH2RA,GQY1XT001EZ4C8,GQY1XT001CXVPI,GQY1XT001AR5XF,GQY1XT001A5KA9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E0WEO"; -secondCol = "GQY1XT001E0WEO,GQY1XT001CIF9O,GQY1XT001BYW2M,GQY1XT001CWT1H,GQY1XT001AJFZZ,GQY1XT001B2JHH,GQY1XT001DOQV3,GQY1XT001DG06A,GQY1XT001BN9DF,GQY1XT001CBPUA,GQY1XT001BN85D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DV57S"; -secondCol = "GQY1XT001DV57S,GQY1XT001EPBIO,GQY1XT001BAG7V,GQY1XT001ALW3L,GQY1XT001B306I,GQY1XT001CBVTU,GQY1XT001BXXZD,GQY1XT001AQEI4,GQY1XT001APNRN,GQY1XT001DPQ4V"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DC1ON"; -secondCol = "GQY1XT001DC1ON,GQY1XT001AY1MW,GQY1XT001DDMO5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D0EZV"; -secondCol = "GQY1XT001D0EZV,GQY1XT001AI27Q,GQY1XT001D7EXI,GQY1XT001AEZVM,GQY1XT001A4T9A,GQY1XT001B6E0A,GQY1XT001C9S79,GQY1XT001ANG9M,GQY1XT001DYKW2,GQY1XT001CCVCF,GQY1XT001EWP68,GQY1XT001CL7EM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D07O6"; -secondCol = "GQY1XT001D07O6,GQY1XT001ERVJF,GQY1XT001AGI46,GQY1XT001A4P6D,GQY1XT001AZ13J,GQY1XT001B796Y,GQY1XT001BCSTU,GQY1XT001DFYGE,GQY1XT001AFU51,GQY1XT001EOJUM,GQY1XT001DHLKX,GQY1XT001CF9GQ,GQY1XT001A27G6,GQY1XT001B49SO,GQY1XT001CE5HV,GQY1XT001EUQUB,GQY1XT001EKGPZ,GQY1XT001CZBJN,GQY1XT001D2FOG,GQY1XT001ELGY8,GQY1XT001BWK3M,GQY1XT001DIGD9,GQY1XT001DS8AB,GQY1XT001D98QY,GQY1XT001DEIA8,GQY1XT001CZFMQ,GQY1XT001DCNBD,GQY1XT001E0DY5,GQY1XT001ARGRZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CVG08"; -secondCol = "GQY1XT001CVG08,GQY1XT001CVV79,GQY1XT001DKG1U,GQY1XT001A9D29"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CTARO"; -secondCol = "GQY1XT001CTARO,GQY1XT001ES4R9,GQY1XT001AUTMR,GQY1XT001EV4YP,GQY1XT001DD0I2,GQY1XT001E0PFK,GQY1XT001CM0W6,GQY1XT001DW239,GQY1XT001CJMGC,GQY1XT001BERG3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CPLJN"; -secondCol = "GQY1XT001CPLJN,GQY1XT001DYKJA,GQY1XT001EEGRX,GQY1XT001A0ZYK,GQY1XT001EUYCK,GQY1XT001EMIFB,GQY1XT001ERDCN,GQY1XT001AHXSP,GQY1XT001CRSU5,GQY1XT001B8B9X,GQY1XT001ETCE3,GQY1XT001B1WEX,GQY1XT001B7PVZ,GQY1XT001EJOYV,GQY1XT001CJGB5,GQY1XT001DSKY2,GQY1XT001D3T2X,GQY1XT001A45GN,GQY1XT001B3OJ1,GQY1XT001EGUUO,GQY1XT001B3VFZ,GQY1XT001DKBB9,GQY1XT001APDBS,GQY1XT001CH9EN,GQY1XT001CX3LO,GQY1XT001BDTDV,GQY1XT001EYWRX,GQY1XT001EB7WI,GQY1XT001BLEE5,GQY1XT001A5UE3,GQY1XT001B4IIZ,GQY1XT001BXF5Y,GQY1XT001EIQWD,GQY1XT001D3XCE,GQY1XT001CY1SI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CB5IC"; -secondCol = "GQY1XT001CB5IC,GQY1XT001EQKME,GQY1XT001C87V0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C281B"; -secondCol = "GQY1XT001C281B,GQY1XT001CVN6S,GQY1XT001CD9RH,GQY1XT001A1796,GQY1XT001B09DS,GQY1XT001DHZ0M,GQY1XT001B1EPS,GQY1XT001AV24I,GQY1XT001DOLRX,GQY1XT001DD2GT,GQY1XT001CCYQU,GQY1XT001CAQBA,GQY1XT001A4YLL,GQY1XT001C3NJE,GQY1XT001AEYQR,GQY1XT001AEHBJ,GQY1XT001COOCW,GQY1XT001CUCE6,GQY1XT001AJX44,GQY1XT001C4G5N,GQY1XT001DJA27,GQY1XT001E4KTU,GQY1XT001DUND5,GQY1XT001C4IMW,GQY1XT001APEEU,GQY1XT001EUOAE,GQY1XT001EEFLD,GQY1XT001BTS3B,GQY1XT001CY2CI,GQY1XT001BXTIU,GQY1XT001DP9XM,GQY1XT001DGZYS,GQY1XT001B2ZAK,GQY1XT001BZJQP,GQY1XT001EFECV,GQY1XT001BWE2T,GQY1XT001C1M5R,GQY1XT001CC701,GQY1XT001C24AE,GQY1XT001BVU01,GQY1XT001B4ZU4,GQY1XT001A5W13,GQY1XT001ENAV4,GQY1XT001BM1QB,GQY1XT001CNB1X,GQY1XT001CQUAK,GQY1XT001B3DU7,GQY1XT001D0VHO,GQY1XT001ALV5X,GQY1XT001EPGMR,GQY1XT001EB8GA,GQY1XT001BOB3R,GQY1XT001DH1BI,GQY1XT001CJRZF,GQY1XT001AH7RO,GQY1XT001AKW97,GQY1XT001BF20D,GQY1XT001DYQLG,GQY1XT001BVNGD,GQY1XT001ERCJP,GQY1XT001B63V6,GQY1XT001ARMBP,GQY1XT001DXRLT,GQY1XT001CX20Y,GQY1XT001C4R93,GQY1XT001CZHVO,GQY1XT001A8UG2,GQY1XT001C1X69,GQY1XT001AX1N9,GQY1XT001B8TKG,GQY1XT001BCPOS,GQY1XT001CB6MK,GQY1XT001D8Z57,GQY1XT001BK3NA,GQY1XT001BZSB4,GQY1XT001DERFQ,GQY1XT001DUSU0,GQY1XT001CQ1AH,GQY1XT001EO248,GQY1XT001B4F3R,GQY1XT001A09II,GQY1XT001DFR27,GQY1XT001C94L3,GQY1XT001DMOKB,GQY1XT001BYYCV,GQY1XT001EJZAJ,GQY1XT001C5PO5,GQY1XT001ASLK1,GQY1XT001A9E3L,GQY1XT001EFLZ8,GQY1XT001EOY2Y,GQY1XT001ES3L0,GQY1XT001DUL9B,GQY1XT001D4WML,GQY1XT001B9OT2,GQY1XT001AZ4WD,GQY1XT001AJJBX,GQY1XT001C6YM8,GQY1XT001A2BNV,GQY1XT001BRETP,GQY1XT001A0UF5,GQY1XT001EVXKW,GQY1XT001APN7T,GQY1XT001A0Z4Q,GQY1XT001EZCHA,GQY1XT001D1C17,GQY1XT001CHH20,GQY1XT001CGE71"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BWUNQ"; -secondCol = "GQY1XT001BWUNQ,GQY1XT001BJRX6,GQY1XT001ERV6E,GQY1XT001BE66H,GQY1XT001AZ06H,GQY1XT001D06CS,GQY1XT001B6BYZ,GQY1XT001C0IHQ,GQY1XT001DYKSH,GQY1XT001B78AR,GQY1XT001D488K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BUCXD"; -secondCol = "GQY1XT001BUCXD,GQY1XT001DV1K1,GQY1XT001DLIEB,GQY1XT001DINES,GQY1XT001APEXT,GQY1XT001ANK46,GQY1XT001A8S8G,GQY1XT001BGEFW,GQY1XT001ETUIY,GQY1XT001DF886,GQY1XT001AKHXP,GQY1XT001DKVIM,GQY1XT001CDG43,GQY1XT001ERTT0,GQY1XT001D1159,GQY1XT001CHCOS,GQY1XT001DDGET,GQY1XT001E1LSA,GQY1XT001EVD4P,GQY1XT001AUF39,GQY1XT001CQGWS,GQY1XT001B8W2C,GQY1XT001CB71I,GQY1XT001BGAVT,GQY1XT001C9Z06,GQY1XT001CX4HU,GQY1XT001CLP6N,GQY1XT001D18UX,GQY1XT001BOYYW,GQY1XT001EKX9Z,GQY1XT001CHS8L,GQY1XT001C02HS,GQY1XT001COE24,GQY1XT001CHEUV,GQY1XT001C3WNA,GQY1XT001D6FTU,GQY1XT001DIYNP,GQY1XT001EHJNW,GQY1XT001D0JQE,GQY1XT001CYIGT,GQY1XT001EKJUU,GQY1XT001ES6DF,GQY1XT001EKODX,GQY1XT001B5WID,GQY1XT001AVGKM,GQY1XT001EG6YW,GQY1XT001DHPGY,GQY1XT001A3X56,GQY1XT001BIHV7,GQY1XT001ANMU5,GQY1XT001DBFSC,GQY1XT001EICQA,GQY1XT001EA0HO,GQY1XT001BQF6Y,GQY1XT001BM5HA,GQY1XT001EKIOU,GQY1XT001EZ6QF,GQY1XT001BWD86,GQY1XT001EOYR9,GQY1XT001BD9NX,GQY1XT001BF0KH,GQY1XT001DQQVA,GQY1XT001CFXAW,GQY1XT001DOCHD,GQY1XT001BX4E4,GQY1XT001BFJZZ,GQY1XT001D24CF,GQY1XT001ETIKR,GQY1XT001DFCNS,GQY1XT001B34BS,GQY1XT001B7F5M,GQY1XT001DWPM4,GQY1XT001CFJDN,GQY1XT001EP0G9,GQY1XT001EEUNW,GQY1XT001C7KY6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQUGT"; -secondCol = "GQY1XT001BQUGT,GQY1XT001EV3EN,GQY1XT001DYVYI,GQY1XT001EFADP,GQY1XT001D2W5A,GQY1XT001AOB1S,GQY1XT001BPNXD,GQY1XT001BHNXF,GQY1XT001BMAMU,GQY1XT001AP6YC,GQY1XT001CC8YT,GQY1XT001CF07L,GQY1XT001DSC0L,GQY1XT001A7O4K,GQY1XT001DAH2X,GQY1XT001B96IM,GQY1XT001AYXB8,GQY1XT001D09W6,GQY1XT001ANAHK,GQY1XT001BSFFZ,GQY1XT001AV9GP,GQY1XT001AIA0H,GQY1XT001A7UB5,GQY1XT001C8TRM,GQY1XT001B330E,GQY1XT001B4KXT,GQY1XT001B72ZM,GQY1XT001AOR5X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BNNDP"; -secondCol = "GQY1XT001BNNDP,GQY1XT001CR4O7,GQY1XT001DINHA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BN9CV"; -secondCol = "GQY1XT001BN9CV,GQY1XT001B7KQV,GQY1XT001DZAOJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BL21S"; -secondCol = "GQY1XT001BL21S,GQY1XT001DRUKB,GQY1XT001C6769,GQY1XT001DC16C,GQY1XT001BVA04,GQY1XT001BOF6Z,GQY1XT001DZU9F,GQY1XT001ASKHX,GQY1XT001C6QKS,GQY1XT001DD3BY,GQY1XT001BNZU7,GQY1XT001BTJJL,GQY1XT001C27ZC,GQY1XT001D46BT,GQY1XT001ESD4R,GQY1XT001BFYJC,GQY1XT001AWPAS,GQY1XT001A09TD,GQY1XT001DYVV0,GQY1XT001B6JKY,GQY1XT001CUELF,GQY1XT001DU4NX,GQY1XT001DUIAX,GQY1XT001BZVO3,GQY1XT001C7O4K,GQY1XT001BII3C,GQY1XT001CDFXS,GQY1XT001A7TXZ,GQY1XT001AK8PH,GQY1XT001EIOR0,GQY1XT001AZZXM,GQY1XT001A5KX9,GQY1XT001D7TBC,GQY1XT001BRM5V,GQY1XT001B5W6D,GQY1XT001AIQ4P,GQY1XT001BH1MT,GQY1XT001EITPT,GQY1XT001EC4ZL,GQY1XT001EHUJC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BD93X"; -secondCol = "GQY1XT001BD93X,GQY1XT001DWGIM,GQY1XT001EBT5L,GQY1XT001AV3Q9,GQY1XT001CEUFF,GQY1XT001CGM6R,GQY1XT001DPOQD,GQY1XT001DUPUD,GQY1XT001C4YZ0,GQY1XT001EDXGM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B7SJ3"; -secondCol = "GQY1XT001B7SJ3,GQY1XT001C42MX,GQY1XT001E4AWQ,GQY1XT001A7D5P,GQY1XT001A3UG1,GQY1XT001B9XI3,GQY1XT001D2REO,GQY1XT001CW975,GQY1XT001C8NRP,GQY1XT001AXNQ1,GQY1XT001EJ048,GQY1XT001E3UW4,GQY1XT001CRR9V,GQY1XT001EAOZG,GQY1XT001CW5WE,GQY1XT001BH864,GQY1XT001B26Q2,GQY1XT001BSSL1,GQY1XT001CQ96E,GQY1XT001CVHOH,GQY1XT001DQ2XK,GQY1XT001AJVKL,GQY1XT001C19F2,GQY1XT001DD8NU,GQY1XT001DOUM3,GQY1XT001CK74R,GQY1XT001BB6TU,GQY1XT001BI2TY,GQY1XT001AITQ3,GQY1XT001DOSPP,GQY1XT001C5URF,GQY1XT001EJYU0,GQY1XT001CDYXK,GQY1XT001EHA2Y,GQY1XT001AROHP,GQY1XT001CLS0I,GQY1XT001AF7R7,GQY1XT001D8CYQ,GQY1XT001B47CT,GQY1XT001AEZ1Y,GQY1XT001AJ86V,GQY1XT001A8D9C,GQY1XT001CS95L,GQY1XT001DR3X8,GQY1XT001B4MO4,GQY1XT001D8KDT,GQY1XT001B5SBT,GQY1XT001CHTL1,GQY1XT001EMAK3,GQY1XT001D87S4,GQY1XT001DG8G8,GQY1XT001CJK8S,GQY1XT001DBPB7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B79N5"; -secondCol = "GQY1XT001B79N5,GQY1XT001AGQVF,GQY1XT001CUQG8,GQY1XT001C9GL8,GQY1XT001EHVMU,GQY1XT001C4SKQ,GQY1XT001B9V31,GQY1XT001BTIOE,GQY1XT001COJVF,GQY1XT001CL95O,GQY1XT001BT80M,GQY1XT001C7ZBD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AXXKK"; -secondCol = "GQY1XT001AXXKK,GQY1XT001ETC27,GQY1XT001ESJZC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001APMMG"; -secondCol = "GQY1XT001APMMG,GQY1XT001DSHRB,GQY1XT001B4NFX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AO6DL"; -secondCol = "GQY1XT001AO6DL,GQY1XT001DAAD5,GQY1XT001EHK0H,GQY1XT001CMFQ6,GQY1XT001CADIO,GQY1XT001ENDTA,GQY1XT001AXOBA,GQY1XT001DT8NI,GQY1XT001AKLVM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AI1JK"; -secondCol = "GQY1XT001AI1JK,GQY1XT001CX9MX,GQY1XT001D9QOI,GQY1XT001DVF0T,GQY1XT001BX191,GQY1XT001DMYJR,GQY1XT001EIN7H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AE5A7"; -secondCol = "GQY1XT001AE5A7,GQY1XT001C5JER,GQY1XT001EFH84,GQY1XT001BJAGN,GQY1XT001EM22J,GQY1XT001DPO04,GQY1XT001BE5OE,GQY1XT001D8O6W,GQY1XT001AZQQ2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A77FU"; -secondCol = "GQY1XT001A77FU,GQY1XT001CS1ZU,GQY1XT001COLHQ,GQY1XT001B9Y5D,GQY1XT001BEXZ9,GQY1XT001CCFDT,GQY1XT001EB2WX,GQY1XT001AF4IZ,GQY1XT001C6DGE,GQY1XT001DQJWS,GQY1XT001C2IN9,GQY1XT001BBTYN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EZU1F"; -secondCol = "GQY1XT001EZU1F,GQY1XT001B2683,GQY1XT001BQVDD,GQY1XT001EZTR6,GQY1XT001EO8KP,GQY1XT001AL5S4,GQY1XT001BS1FB,GQY1XT001DZ3PF,GQY1XT001AOPAR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EY0VF"; -secondCol = "GQY1XT001EY0VF,GQY1XT001ETMXY,GQY1XT001C2WMY,GQY1XT001D8D21,GQY1XT001C1E9A,GQY1XT001BZD9Q,GQY1XT001CELKY,GQY1XT001ED068,GQY1XT001AI9IK,GQY1XT001CJ8TL,GQY1XT001CY88X,GQY1XT001AEMQ0,GQY1XT001EKP1W,GQY1XT001CFYAQ,GQY1XT001BX168,GQY1XT001D7U8K,GQY1XT001EK9I5,GQY1XT001D8457,GQY1XT001CC2AS,GQY1XT001DUFBF,GQY1XT001DBQ7E,GQY1XT001DK7IO,GQY1XT001EO9PO,GQY1XT001CISKZ,GQY1XT001ECPG8,GQY1XT001BZJOL,GQY1XT001CJAD2,GQY1XT001EP0DF,GQY1XT001DSCNJ,GQY1XT001ERSJR,GQY1XT001AK9PN,GQY1XT001D8ATE,GQY1XT001DTUKX,GQY1XT001A8V5M,GQY1XT001C30X6,GQY1XT001BM31A,GQY1XT001AYPZA,GQY1XT001BL2XW,GQY1XT001BSS4W,GQY1XT001B9SH8,GQY1XT001A1F4B,GQY1XT001BWAB8,GQY1XT001BGUKA,GQY1XT001E1SP0,GQY1XT001C6RNJ,GQY1XT001C58WH,GQY1XT001EDNQ4,GQY1XT001EI9B2,GQY1XT001DF1AQ,GQY1XT001BZGCY,GQY1XT001A9K22,GQY1XT001BUK47,GQY1XT001BT7WL,GQY1XT001A75XZ,GQY1XT001BGE0K,GQY1XT001AOI1B,GQY1XT001A88B0,GQY1XT001AILME,GQY1XT001EPOPW,GQY1XT001DAKQF,GQY1XT001D2L32,GQY1XT001DFQLK,GQY1XT001BOJ11,GQY1XT001DHBDW,GQY1XT001AZTE9,GQY1XT001DAZXD,GQY1XT001DEWT4,GQY1XT001ETFP6,GQY1XT001DYWVQ,GQY1XT001DFC3F,GQY1XT001DN18M,GQY1XT001BL4C2,GQY1XT001DSYC2,GQY1XT001ES6BB,GQY1XT001DNB83,GQY1XT001CCDWA,GQY1XT001C11W4,GQY1XT001B1508,GQY1XT001EP6SI,GQY1XT001BDK6H,GQY1XT001DOGIH,GQY1XT001DNL1C,GQY1XT001D2SD4,GQY1XT001A2BDB,GQY1XT001AWIVJ,GQY1XT001D34HE,GQY1XT001CK04A,GQY1XT001E11W5,GQY1XT001EI52E,GQY1XT001ECEP9,GQY1XT001BETRU,GQY1XT001B1RF1,GQY1XT001A2I8C,GQY1XT001CLWRW,GQY1XT001BKD4T,GQY1XT001B2N91,GQY1XT001BK2EE,GQY1XT001C84RC,GQY1XT001CF42P,GQY1XT001C0V6Q,GQY1XT001CXGPA,GQY1XT001ARI2Z,GQY1XT001BI84N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EWITF"; -secondCol = "GQY1XT001EWITF,GQY1XT001AVTP2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EVEB5"; -secondCol = "GQY1XT001EVEB5,GQY1XT001AIR9D,GQY1XT001DHYA2,GQY1XT001CFC04,GQY1XT001EJM1X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ERVUL"; -secondCol = "GQY1XT001ERVUL,GQY1XT001CEXCR,GQY1XT001EHU6H,GQY1XT001ET3F4,GQY1XT001ARS88,GQY1XT001ET8CI,GQY1XT001DK3HA,GQY1XT001C1EZQ,GQY1XT001ERS7G,GQY1XT001D9S6Y,GQY1XT001B9B0M,GQY1XT001B3Q3L,GQY1XT001E15M9,GQY1XT001EHI13,GQY1XT001DD0NK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EPR0H"; -secondCol = "GQY1XT001EPR0H,GQY1XT001C5OX6,GQY1XT001CUZIF,GQY1XT001EOLDR,GQY1XT001DDANQ,GQY1XT001CTK0Q,GQY1XT001EFXJC,GQY1XT001EKJ29"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EPKYE"; -secondCol = "GQY1XT001EPKYE,GQY1XT001BIP12,GQY1XT001DESW7,GQY1XT001BRD8Q,GQY1XT001C3335,GQY1XT001BSWZL,GQY1XT001CXL01,GQY1XT001DJQOV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EM0TN"; -secondCol = "GQY1XT001EM0TN,GQY1XT001CX3NK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EHL10"; -secondCol = "GQY1XT001EHL10,GQY1XT001CZRMO,GQY1XT001BLV2L,GQY1XT001EXB5C,GQY1XT001EU965,GQY1XT001D82MV,GQY1XT001CZWED,GQY1XT001EL3BR,GQY1XT001D2S8X,GQY1XT001C017W,GQY1XT001EPO6T,GQY1XT001E49JO,GQY1XT001DR9XM,GQY1XT001A1WM9,GQY1XT001CT1M3,GQY1XT001D57PX,GQY1XT001B7MWH,GQY1XT001APTWK,GQY1XT001CG9Q4,GQY1XT001C9QMX,GQY1XT001ES9ST,GQY1XT001DNN0X,GQY1XT001CNFG7,GQY1XT001C8SVR,GQY1XT001BU305,GQY1XT001C3NJS,GQY1XT001D9RZ3,GQY1XT001A0SAT,GQY1XT001BU1SY,GQY1XT001BCI0Y,GQY1XT001AIU6H,GQY1XT001BLIUT,GQY1XT001AU1AS,GQY1XT001BUD2Q,GQY1XT001DRYHN,GQY1XT001CJ8HI,GQY1XT001BDK1V,GQY1XT001AQGT4,GQY1XT001APXJL,GQY1XT001AJBDS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EH8KN"; -secondCol = "GQY1XT001EH8KN,GQY1XT001AX0JV,GQY1XT001B61BL,GQY1XT001ECBJS,GQY1XT001DQ3B1,GQY1XT001CSFUI,GQY1XT001CDY4A,GQY1XT001A1LB9,GQY1XT001AMF86,GQY1XT001DXO7A,GQY1XT001EKIV9,GQY1XT001BQUA4,GQY1XT001ES93K,GQY1XT001D8T1E,GQY1XT001BA8NP,GQY1XT001ARAF3,GQY1XT001EGJJN,GQY1XT001BDAC4,GQY1XT001BXXA7,GQY1XT001DI0B0,GQY1XT001EOMC5,GQY1XT001BQZZ8,GQY1XT001C337D,GQY1XT001AOPAP,GQY1XT001BX9IT,GQY1XT001CNBVG,GQY1XT001BSOMD,GQY1XT001CVENU,GQY1XT001ENW81,GQY1XT001B2GP1,GQY1XT001DIDS3,GQY1XT001D4QBC,GQY1XT001CMZRY,GQY1XT001A3HZK,GQY1XT001DIAJ6,GQY1XT001DKJNE,GQY1XT001B3HI8,GQY1XT001B87IX,GQY1XT001DA90S,GQY1XT001BSUEM,GQY1XT001BHFCP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EFRAG"; -secondCol = "GQY1XT001EFRAG,GQY1XT001AKHSB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EDZY7"; -secondCol = "GQY1XT001EDZY7,GQY1XT001C3RAI,GQY1XT001CHHLS,GQY1XT001DZM7Q,GQY1XT001CF66P,GQY1XT001BG3KK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E3LM5"; -secondCol = "GQY1XT001E3LM5,GQY1XT001DUSSC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E1X2E"; -secondCol = "GQY1XT001E1X2E,GQY1XT001A0KTQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DWYDQ"; -secondCol = "GQY1XT001DWYDQ,GQY1XT001C1LLT,GQY1XT001DOVUX,GQY1XT001BZW65,GQY1XT001C58QR,GQY1XT001EG6IL,GQY1XT001DD7E2,GQY1XT001C7ZHQ,GQY1XT001CTOLZ,GQY1XT001ER9QY,GQY1XT001AY5J9,GQY1XT001CZK2C,GQY1XT001EX521,GQY1XT001C1I9T,GQY1XT001CWQVK,GQY1XT001CL9E0,GQY1XT001A1YVY,GQY1XT001E4ZYV,GQY1XT001BSEWO,GQY1XT001EXU29,GQY1XT001BYWWO,GQY1XT001D7MPX,GQY1XT001BE9MI,GQY1XT001BZUKN,GQY1XT001BUG3C,GQY1XT001BZU5H,GQY1XT001C3QXF,GQY1XT001A8E1Z,GQY1XT001CJR7O,GQY1XT001A9ZRG,GQY1XT001C9TB8,GQY1XT001EC7QL,GQY1XT001BYLUF,GQY1XT001DSU8L,GQY1XT001CXZ44,GQY1XT001C4254,GQY1XT001B3FR0,GQY1XT001ESJF3,GQY1XT001DYA7T,GQY1XT001AK1YN,GQY1XT001CF2Y5,GQY1XT001ECN1L,GQY1XT001ER74B,GQY1XT001EF9R1,GQY1XT001DCLAK,GQY1XT001BHOZG,GQY1XT001CSK33,GQY1XT001C351I,GQY1XT001DB12J,GQY1XT001BFO5V,GQY1XT001DECNQ,GQY1XT001AQ9DX,GQY1XT001DF3YU,GQY1XT001AUY76,GQY1XT001DBWQQ,GQY1XT001D66OJ,GQY1XT001BQTN7,GQY1XT001AVOOT,GQY1XT001EHNYE,GQY1XT001DV497,GQY1XT001DDHJK,GQY1XT001BN94E,GQY1XT001AXNCR,GQY1XT001ARF5P,GQY1XT001AUFTH,GQY1XT001BYQW1,GQY1XT001AHYS1,GQY1XT001CUFDX,GQY1XT001B1HHV,GQY1XT001ASUVT,GQY1XT001B3J4Q,GQY1XT001D6T1U,GQY1XT001DYVLK,GQY1XT001DBSEU,GQY1XT001CI0PL,GQY1XT001AIGS5,GQY1XT001BPH9O,GQY1XT001A0HJK,GQY1XT001D6CGD,GQY1XT001B89GG,GQY1XT001BHXVH,GQY1XT001DA37G,GQY1XT001C0PI0,GQY1XT001DUIRU,GQY1XT001EIA77,GQY1XT001CY8O4,GQY1XT001CELYQ,GQY1XT001D9O7W,GQY1XT001CH675,GQY1XT001EQUXC,GQY1XT001AXWTB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DN9I6"; -secondCol = "GQY1XT001DN9I6,GQY1XT001DQGY9,GQY1XT001BOGGT,GQY1XT001CSY76"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DJWFM"; -secondCol = "GQY1XT001DJWFM,GQY1XT001BF792,GQY1XT001DYW84,GQY1XT001BDV4Z,GQY1XT001D0TNG,GQY1XT001EELHE,GQY1XT001D6PPZ,GQY1XT001A1TBQ,GQY1XT001B5TYU,GQY1XT001A3ULD,GQY1XT001DHET6,GQY1XT001DVJC4,GQY1XT001BFXA9,GQY1XT001AIMRX,GQY1XT001CZ4YM,GQY1XT001B3OFX,GQY1XT001EC1E3,GQY1XT001EGRIS,GQY1XT001DJTG6,GQY1XT001BQG2A,GQY1XT001A4B7F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DHVO8"; -secondCol = "GQY1XT001DHVO8,GQY1XT001CJZ64,GQY1XT001EYO5X,GQY1XT001DSU08,GQY1XT001DORYS,GQY1XT001BWLAV,GQY1XT001BJHT1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DH4I4"; -secondCol = "GQY1XT001DH4I4,GQY1XT001CXJBQ,GQY1XT001ATDC8,GQY1XT001AIT6L,GQY1XT001DJLJM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DADJM"; -secondCol = "GQY1XT001DADJM,GQY1XT001CLI6D,GQY1XT001DQVKS,GQY1XT001EVF0L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D5TRF"; -secondCol = "GQY1XT001D5TRF,GQY1XT001BOAFY,GQY1XT001CNGYV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D2UY9"; -secondCol = "GQY1XT001D2UY9,GQY1XT001BC1AC,GQY1XT001BWDTT,GQY1XT001B204T,GQY1XT001CN4BJ,GQY1XT001C7F8M,GQY1XT001EDOME,GQY1XT001DXGA3,GQY1XT001D7EBP,GQY1XT001C5RAQ,GQY1XT001BBOI4,GQY1XT001C3IEH,GQY1XT001AVP3Y,GQY1XT001BSFV2,GQY1XT001ATTYM,GQY1XT001BFRLL,GQY1XT001BRMTU,GQY1XT001CTO0M,GQY1XT001DPZKO,GQY1XT001CSHBF,GQY1XT001DVAWI,GQY1XT001AIKLZ,GQY1XT001EWZCG,GQY1XT001BV2SY,GQY1XT001CKJK7,GQY1XT001BCRZN,GQY1XT001DENES,GQY1XT001CTCXZ,GQY1XT001AXW9M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D1463"; -secondCol = "GQY1XT001D1463,GQY1XT001D00AO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CWRV8"; -secondCol = "GQY1XT001CWRV8,GQY1XT001CFZTT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CVRVK"; -secondCol = "GQY1XT001CVRVK,GQY1XT001AJ1TK,GQY1XT001BTOS4,GQY1XT001EPLUO,GQY1XT001CB58C,GQY1XT001BALO9,GQY1XT001DJ6LP,GQY1XT001D3LE3,GQY1XT001CC931,GQY1XT001B8TZI,GQY1XT001CTM9L,GQY1XT001AX3V8,GQY1XT001E349T,GQY1XT001DGTFR,GQY1XT001BZ7EL,GQY1XT001B74N3,GQY1XT001ETKJV,GQY1XT001DY6NT,GQY1XT001DSLJD,GQY1XT001B8W9E,GQY1XT001D602B,GQY1XT001EHADZ,GQY1XT001C38SX,GQY1XT001ATIOJ,GQY1XT001DB3M2,GQY1XT001AH1AS,GQY1XT001BQKT8,GQY1XT001BOPQJ,GQY1XT001B4E6N,GQY1XT001EQE5F,GQY1XT001DVJ74"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CUC2B"; -secondCol = "GQY1XT001CUC2B,GQY1XT001BTRHG,GQY1XT001B7XLH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CRFHI"; -secondCol = "GQY1XT001CRFHI,GQY1XT001CYGSO,GQY1XT001D68M2,GQY1XT001CXFS2,GQY1XT001BZ7OW,GQY1XT001EBXNL,GQY1XT001CIN7N,GQY1XT001BCLWG,GQY1XT001CHEXJ,GQY1XT001BU8O7,GQY1XT001DB0VH,GQY1XT001CZXLW,GQY1XT001DZ9A1,GQY1XT001BUYPC,GQY1XT001C6VPA,GQY1XT001EFH76,GQY1XT001B2UUV,GQY1XT001BN3HZ,GQY1XT001AV00B,GQY1XT001DUR0O,GQY1XT001EKRZ7,GQY1XT001BLQUW,GQY1XT001DFNO6,GQY1XT001ANA8C,GQY1XT001C6F4Q,GQY1XT001EUVL1,GQY1XT001DHRB2,GQY1XT001D6L9E,GQY1XT001A9O7X,GQY1XT001CPJEE,GQY1XT001BISYJ,GQY1XT001AY0R3,GQY1XT001EPAVQ,GQY1XT001BVEUZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CQZ2F"; -secondCol = "GQY1XT001CQZ2F,GQY1XT001ENVH3,GQY1XT001D8L6X,GQY1XT001AOURK,GQY1XT001DYU80,GQY1XT001BBF91,GQY1XT001EC4GH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CMO4M"; -secondCol = "GQY1XT001CMO4M,GQY1XT001B5V0F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CF4I5"; -secondCol = "GQY1XT001CF4I5,GQY1XT001A2TB9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CEE8H"; -secondCol = "GQY1XT001CEE8H,GQY1XT001E3Y21"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CCAN6"; -secondCol = "GQY1XT001CCAN6,GQY1XT001EFQJK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C9X04"; -secondCol = "GQY1XT001C9X04,GQY1XT001CG3K1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C9UYZ"; -secondCol = "GQY1XT001C9UYZ,GQY1XT001EY0VP,GQY1XT001BHRBQ,GQY1XT001CO6R1,GQY1XT001EED51,GQY1XT001B2F5G,GQY1XT001B53DG,GQY1XT001CK0RM,GQY1XT001BEY5I,GQY1XT001B7UBE,GQY1XT001BECGB,GQY1XT001C817L,GQY1XT001BHQSP,GQY1XT001EYE38,GQY1XT001C4UCQ,GQY1XT001B7GJ6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C610G"; -secondCol = "GQY1XT001C610G,GQY1XT001CESBE,GQY1XT001EXRXD,GQY1XT001D9C31,GQY1XT001CEH2C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C4J0B"; -secondCol = "GQY1XT001C4J0B,GQY1XT001DB8GU,GQY1XT001EO10G,GQY1XT001D9CL5,GQY1XT001AKT2A,GQY1XT001EDD15,GQY1XT001CO4YD,GQY1XT001D5TC1,GQY1XT001EWH75,GQY1XT001CDF26,GQY1XT001C1XH9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C2OS7"; -secondCol = "GQY1XT001C2OS7,GQY1XT001A86MV,GQY1XT001EXB8E,GQY1XT001C0QP7,GQY1XT001B4BYJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C1WMY"; -secondCol = "GQY1XT001C1WMY,GQY1XT001CRCG9,GQY1XT001AOU18,GQY1XT001EB6MN,GQY1XT001EGMAG,GQY1XT001EOSYO,GQY1XT001DDKK3,GQY1XT001CTDNS,GQY1XT001DI6F0,GQY1XT001CNGYR,GQY1XT001CGPCS,GQY1XT001EXK7K,GQY1XT001D7V2K,GQY1XT001CI0U4,GQY1XT001A8S44,GQY1XT001B8TVI,GQY1XT001DE1RQ,GQY1XT001BKMG9,GQY1XT001ESRJU,GQY1XT001EQD4M,GQY1XT001EL6L4,GQY1XT001B954N,GQY1XT001D0QF3,GQY1XT001EG6V4,GQY1XT001DJD37,GQY1XT001CWCCH,GQY1XT001AUAMM,GQY1XT001AP8T4,GQY1XT001DGKO0,GQY1XT001BPP3O,GQY1XT001DNVDF,GQY1XT001D8L88,GQY1XT001BY1KB,GQY1XT001A3C19,GQY1XT001EG4PP,GQY1XT001BB1VR,GQY1XT001BMN03,GQY1XT001DTSR8,GQY1XT001EVYAT,GQY1XT001BC7LY,GQY1XT001BMB5V,GQY1XT001ETTYF,GQY1XT001AKB7D,GQY1XT001BCVWB,GQY1XT001DS8GS,GQY1XT001AL1LD,GQY1XT001CAZUN,GQY1XT001DGTTO,GQY1XT001B36WO,GQY1XT001DJ4UG,GQY1XT001EZRBU,GQY1XT001EJB03,GQY1XT001AGAG5,GQY1XT001A85XZ,GQY1XT001BGR0Z,GQY1XT001CNPJR,GQY1XT001DD2OY,GQY1XT001CPNBB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BT9LZ"; -secondCol = "GQY1XT001BT9LZ,GQY1XT001B51Y0,GQY1XT001DQ8PK,GQY1XT001B9K17,GQY1XT001C3LS8,GQY1XT001CMHFV,GQY1XT001EI0ZH,GQY1XT001BV9LY,GQY1XT001BPFOY,GQY1XT001EDBWH,GQY1XT001CAHTT,GQY1XT001CLC7P,GQY1XT001A120P,GQY1XT001C72PO,GQY1XT001DRXY7,GQY1XT001EPOB2,GQY1XT001BHKH6,GQY1XT001DJQ5M,GQY1XT001ESXEZ,GQY1XT001CW7VP,GQY1XT001A9ER7,GQY1XT001DRNXQ,GQY1XT001C8WXZ,GQY1XT001B64MY,GQY1XT001CAZLM,GQY1XT001C2EUD,GQY1XT001BJ88M,GQY1XT001AM2OX,GQY1XT001B53NV,GQY1XT001AKFC9,GQY1XT001DLAGE,GQY1XT001CVBO3,GQY1XT001ARL0Q,GQY1XT001EUMDM,GQY1XT001CC803,GQY1XT001DFV2D,GQY1XT001CFZGL,GQY1XT001BJI0M,GQY1XT001D28CH,GQY1XT001DC2EM,GQY1XT001DCVDO,GQY1XT001EX6RG,GQY1XT001DFWYU,GQY1XT001BN04Y,GQY1XT001BYECE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BRS60"; -secondCol = "GQY1XT001BRS60,GQY1XT001BJ7GI,GQY1XT001DWB0Y,GQY1XT001AR0CE,GQY1XT001DKELT,GQY1XT001B9SVX,GQY1XT001EWWEO,GQY1XT001CYKZO,GQY1XT001C9ZA3,GQY1XT001C45D5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BLMSS"; -secondCol = "GQY1XT001BLMSS,GQY1XT001B4Q2Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BFEVN"; -secondCol = "GQY1XT001BFEVN,GQY1XT001CWAV7,GQY1XT001BCTUP,GQY1XT001AS1KG,GQY1XT001DI6PN,GQY1XT001BUP7K,GQY1XT001DZKLA,GQY1XT001A2Q3L,GQY1XT001CZ02T,GQY1XT001BBTGR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BCRZC"; -secondCol = "GQY1XT001BCRZC,GQY1XT001B4EXO,GQY1XT001B7NN9,GQY1XT001B8SM0,GQY1XT001CLF4E,GQY1XT001D72BI,GQY1XT001EQZ1D,GQY1XT001EEEXX,GQY1XT001EDGGI,GQY1XT001C3PSS,GQY1XT001BH8H3,GQY1XT001CQ0JX,GQY1XT001BZHAY,GQY1XT001AMB44,GQY1XT001EPJAB,GQY1XT001BA4YD,GQY1XT001AXHFW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BBF5C"; -secondCol = "GQY1XT001BBF5C,GQY1XT001BPFU7,GQY1XT001D7MJS,GQY1XT001AN9EW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BAF72"; -secondCol = "GQY1XT001BAF72,GQY1XT001DCXPP,GQY1XT001B2N0H,GQY1XT001CY6WS,GQY1XT001BRGON,GQY1XT001B7OPU,GQY1XT001DBN38,GQY1XT001DRH9K,GQY1XT001AIHH1,GQY1XT001DT38L,GQY1XT001AOAND,GQY1XT001EBAN9,GQY1XT001CV3W3,GQY1XT001EJHOR,GQY1XT001AU4VM,GQY1XT001BO1SR,GQY1XT001C366U,GQY1XT001BXDT3,GQY1XT001D61XP,GQY1XT001CPUVO,GQY1XT001BJSGA,GQY1XT001EZ145,GQY1XT001CVITE,GQY1XT001C265D,GQY1XT001CGHQ7,GQY1XT001EMKCB,GQY1XT001E089Q,GQY1XT001C6DP5,GQY1XT001BEZ7E,GQY1XT001BSCPP,GQY1XT001B4JQV,GQY1XT001AY8HH,GQY1XT001AW5N4,GQY1XT001D30SH,GQY1XT001DJEAP,GQY1XT001CWJ2V,GQY1XT001DCG3A,GQY1XT001CTFDS,GQY1XT001DUFUN,GQY1XT001C5OAI,GQY1XT001BNKH7,GQY1XT001DW9Y2,GQY1XT001CXVH3,GQY1XT001DROSG,GQY1XT001BL5RS,GQY1XT001CEHZQ,GQY1XT001BHA10,GQY1XT001EUYUE,GQY1XT001BUYL7,GQY1XT001BCQR3,GQY1XT001D2TXI,GQY1XT001A0T81,GQY1XT001ALQD0,GQY1XT001ASOEL,GQY1XT001DU2KV,GQY1XT001AGF1E,GQY1XT001CUCQ4,GQY1XT001DXOXR,GQY1XT001BTGGE,GQY1XT001COGZ5,GQY1XT001EW1EE,GQY1XT001DWH64,GQY1XT001DB3JV,GQY1XT001A8RUC,GQY1XT001BVGJT,GQY1XT001EEJYD,GQY1XT001D9L6Y,GQY1XT001EXEWP,GQY1XT001BBSYW,GQY1XT001B16G3,GQY1XT001EFY4S,GQY1XT001BRR3R,GQY1XT001BJCKT,GQY1XT001BE4WB,GQY1XT001BI90U,GQY1XT001EETBU,GQY1XT001BH0GM,GQY1XT001ECJWP,GQY1XT001BOC4F,GQY1XT001EORUF,GQY1XT001DR1MB,GQY1XT001BEOGP,GQY1XT001EIZMP,GQY1XT001BAA9G,GQY1XT001EIGMQ,GQY1XT001DRWV4,GQY1XT001B4IF1,GQY1XT001DT876,GQY1XT001EMGA7,GQY1XT001BCUPC,GQY1XT001E5C0M,GQY1XT001BCLI0,GQY1XT001CAI41,GQY1XT001EAQD7,GQY1XT001A2CP3,GQY1XT001B0DCO,GQY1XT001BYM2M,GQY1XT001BBPWZ,GQY1XT001BI0XX,GQY1XT001D0WUS,GQY1XT001CILTR,GQY1XT001A5EE6,GQY1XT001BE7RF,GQY1XT001DYRZW,GQY1XT001DPKXO,GQY1XT001CNI6J,GQY1XT001CJ9BE,GQY1XT001BULCR,GQY1XT001A386A,GQY1XT001CAQVM,GQY1XT001B2URG,GQY1XT001ETPF7,GQY1XT001EC5JG,GQY1XT001BMAP0,GQY1XT001BP0BW,GQY1XT001EPAPG,GQY1XT001BTBJY,GQY1XT001D1XJV,GQY1XT001CRC1K,GQY1XT001B30QY,GQY1XT001A5D34,GQY1XT001BLO75,GQY1XT001EVWWX,GQY1XT001C4AUV,GQY1XT001CZTKC,GQY1XT001DA8AN,GQY1XT001EZQE1,GQY1XT001DWG7P,GQY1XT001EH17Q,GQY1XT001ES1FH,GQY1XT001EVNCG,GQY1XT001B2MHG,GQY1XT001AY9T7,GQY1XT001ENW6O,GQY1XT001CAB4U,GQY1XT001BCAN4,GQY1XT001A4811,GQY1XT001ALDKB,GQY1XT001APBX7,GQY1XT001BDNQH,GQY1XT001C2NKH,GQY1XT001A0RDW,GQY1XT001AWLKI,GQY1XT001C1X2P,GQY1XT001CFKV2,GQY1XT001BLM68,GQY1XT001D2CYE,GQY1XT001BWU2F,GQY1XT001A2QN4,GQY1XT001BVURC,GQY1XT001B8S8Y,GQY1XT001DVER6,GQY1XT001AL4M6,GQY1XT001CKXE5,GQY1XT001DDTOU,GQY1XT001CLWH6,GQY1XT001B7NWZ,GQY1XT001DXO2D,GQY1XT001E2Y5R,GQY1XT001CEXXJ,GQY1XT001COTY3,GQY1XT001DW7WQ,GQY1XT001BDLKE,GQY1XT001ANG3Q,GQY1XT001EI9G7,GQY1XT001DB8T5,GQY1XT001DS2Y2,GQY1XT001BMSA2,GQY1XT001DKJ4Q,GQY1XT001BGW1S,GQY1XT001B5GP4,GQY1XT001ET52I,GQY1XT001EEID6,GQY1XT001CSY42,GQY1XT001CPGTN,GQY1XT001B3TZ9,GQY1XT001AP3FW,GQY1XT001C7L0X,GQY1XT001DR4KH,GQY1XT001BOFCE,GQY1XT001CEAPY,GQY1XT001CP95V,GQY1XT001EJQ0H,GQY1XT001BH3VI,GQY1XT001BRO06,GQY1XT001BJ6VG,GQY1XT001BCJC8,GQY1XT001BFRZS,GQY1XT001DN9AH,GQY1XT001BORA7,GQY1XT001BHR4Z,GQY1XT001DHVPN,GQY1XT001EB4HK,GQY1XT001C2X1B,GQY1XT001EIBO0,GQY1XT001B690H,GQY1XT001BDJCK,GQY1XT001E5I4L,GQY1XT001DW6CI,GQY1XT001CZ7SQ,GQY1XT001BUMUJ,GQY1XT001DTA7V,GQY1XT001DGZX8,GQY1XT001CDQCD,GQY1XT001BVDYW,GQY1XT001AYM47"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B9Y3W"; -secondCol = "GQY1XT001B9Y3W,GQY1XT001BLD8A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B9XO1"; -secondCol = "GQY1XT001B9XO1,GQY1XT001EWKHV,GQY1XT001B0E5Y,GQY1XT001B7SUX,GQY1XT001C8BOC,GQY1XT001ESYFG,GQY1XT001CS1GV,GQY1XT001EHC0F,GQY1XT001D5EY7,GQY1XT001CL3RY,GQY1XT001BEXEO,GQY1XT001CPDRT,GQY1XT001C6Y14,GQY1XT001D4U0O,GQY1XT001DPITO,GQY1XT001B0Q6D,GQY1XT001BXIX2,GQY1XT001COQYK,GQY1XT001EA6Z0,GQY1XT001E1OVF,GQY1XT001DZNAS,GQY1XT001B6TNO,GQY1XT001BFIJ6,GQY1XT001DFQH2,GQY1XT001D1WJW,GQY1XT001DWJ5E,GQY1XT001AMVA2,GQY1XT001A3CW3,GQY1XT001EAG05,GQY1XT001CW25F,GQY1XT001DNOH6,GQY1XT001AU78K,GQY1XT001D7J5D,GQY1XT001AQKP1,GQY1XT001D82XY,GQY1XT001CEJP0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B7NBQ"; -secondCol = "GQY1XT001B7NBQ,GQY1XT001CMJE6,GQY1XT001COTWX,GQY1XT001DFRH2,GQY1XT001AQZZ2,GQY1XT001C15GE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B6B6X"; -secondCol = "GQY1XT001B6B6X,GQY1XT001DPEXP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B5FDE"; -secondCol = "GQY1XT001B5FDE,GQY1XT001EHDEE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B44ZE"; -secondCol = "GQY1XT001B44ZE,GQY1XT001B9S0X,GQY1XT001BKT7F,GQY1XT001DX0ZB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B3RRH"; -secondCol = "GQY1XT001B3RRH,GQY1XT001EV7X0,GQY1XT001BYARY,GQY1XT001AUVP9,GQY1XT001DUICM,GQY1XT001BD19Q,GQY1XT001DTMS1,GQY1XT001APCBS,GQY1XT001DPKE5,GQY1XT001DWGR3,GQY1XT001CDKYK,GQY1XT001A2ZY3,GQY1XT001B4COC,GQY1XT001CSDQP,GQY1XT001AFR8F,GQY1XT001BTHEE,GQY1XT001DUI9P,GQY1XT001BWLC6,GQY1XT001AYWMS,GQY1XT001E00LB,GQY1XT001ES8Q2,GQY1XT001D3W72,GQY1XT001BNPTB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B1FMW"; -secondCol = "GQY1XT001B1FMW,GQY1XT001B9STJ,GQY1XT001B8IVF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B0S0G"; -secondCol = "GQY1XT001B0S0G,GQY1XT001CCS6Z,GQY1XT001DXCJN,GQY1XT001DLNBA,GQY1XT001ASXMV,GQY1XT001AYNH8,GQY1XT001AKL27,GQY1XT001EAKL8,GQY1XT001DPFIV,GQY1XT001BZA2N,GQY1XT001B0DN2,GQY1XT001CNOEB,GQY1XT001DROIJ,GQY1XT001CH4J1,GQY1XT001CWU3R,GQY1XT001BARPS,GQY1XT001CZQRU,GQY1XT001AY4IR,GQY1XT001CFLIP,GQY1XT001DKYQ5,GQY1XT001DFYEL,GQY1XT001C6HBT,GQY1XT001ENOCS,GQY1XT001DGDBV,GQY1XT001B7PLB,GQY1XT001BNYJA,GQY1XT001DIVWZ,GQY1XT001AMYOG,GQY1XT001CQIHU,GQY1XT001AOT47,GQY1XT001AFLL7,GQY1XT001A4UFH,GQY1XT001C1Z7B,GQY1XT001EJK16,GQY1XT001BHLU9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZ7TX"; -secondCol = "GQY1XT001AZ7TX,GQY1XT001DHGSZ,GQY1XT001EEAA8,GQY1XT001EAFAG,GQY1XT001BE8UB,GQY1XT001EDOOJ,GQY1XT001DWV9A,GQY1XT001CYR08,GQY1XT001A41IH,GQY1XT001CDAOQ,GQY1XT001A9F0H,GQY1XT001EF6VD,GQY1XT001EPGLY,GQY1XT001E3YSR,GQY1XT001AUXC5,GQY1XT001B18S2,GQY1XT001BT08F,GQY1XT001AJIPO,GQY1XT001EDSE2,GQY1XT001BYO63,GQY1XT001DNKEF,GQY1XT001DBFCQ,GQY1XT001D8MJG,GQY1XT001DONWR,GQY1XT001DWH67,GQY1XT001A11NH,GQY1XT001BK52V,GQY1XT001CGK4S"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AWGGS"; -secondCol = "GQY1XT001AWGGS,GQY1XT001A86GK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AW13I"; -secondCol = "GQY1XT001AW13I,GQY1XT001BMFWL,GQY1XT001B2QSD,GQY1XT001BWYVS,GQY1XT001DA5J4,GQY1XT001CULNP,GQY1XT001CBJOR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AVVL8"; -secondCol = "GQY1XT001AVVL8,GQY1XT001ET3H0,GQY1XT001DW5P9,GQY1XT001DPJOJ,GQY1XT001AXN2I,GQY1XT001D0ZC8,GQY1XT001EAW16,GQY1XT001C8H2O,GQY1XT001BK65V,GQY1XT001DC6P8,GQY1XT001DC9HL,GQY1XT001AMUZ9,GQY1XT001BT1LV,GQY1XT001B1J7R,GQY1XT001D9YWA,GQY1XT001BDQMM,GQY1XT001BH74N,GQY1XT001DMW64,GQY1XT001CFODT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AVDQY"; -secondCol = "GQY1XT001AVDQY,GQY1XT001EE8PQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AP7WE"; -secondCol = "GQY1XT001AP7WE,GQY1XT001EVHME,GQY1XT001AHJZ3,GQY1XT001A64MY,GQY1XT001DO04K,GQY1XT001CK50L,GQY1XT001AGDV2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AN9R6"; -secondCol = "GQY1XT001AN9R6,GQY1XT001AQTNF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AMF1Z"; -secondCol = "GQY1XT001AMF1Z,GQY1XT001D8BM9,GQY1XT001EPX5D,GQY1XT001A6K5Z,GQY1XT001CWBZZ,GQY1XT001AW4MS,GQY1XT001EQK5J,GQY1XT001A04I5,GQY1XT001EJ87P,GQY1XT001EHPOA,GQY1XT001D1Y9V,GQY1XT001DEN0C,GQY1XT001BHZPH,GQY1XT001CE0LF,GQY1XT001C3L4W,GQY1XT001CKGXB,GQY1XT001BIQ8I,GQY1XT001A39PH,GQY1XT001CGXNJ,GQY1XT001DOXLY,GQY1XT001B0KCJ,GQY1XT001B1UKV,GQY1XT001B1DMR,GQY1XT001EJ6T9,GQY1XT001ES1GW,GQY1XT001B8CF6,GQY1XT001AZOSE,GQY1XT001CR7X1,GQY1XT001BXTSJ,GQY1XT001BE5DF,GQY1XT001DEWRF,GQY1XT001CI0V8,GQY1XT001EZHXI,GQY1XT001D76NX,GQY1XT001D3P13,GQY1XT001C5LML,GQY1XT001CJJ5K,GQY1XT001CQG46,GQY1XT001DE795,GQY1XT001DYYTB,GQY1XT001B6AAT,GQY1XT001AQ87W,GQY1XT001APSFQ,GQY1XT001CZ82P,GQY1XT001C3QX9,GQY1XT001B3L0Y,GQY1XT001A62PK,GQY1XT001COXMT,GQY1XT001D8IMV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AL3PU"; -secondCol = "GQY1XT001AL3PU,GQY1XT001BYY7F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AIOL2"; -secondCol = "GQY1XT001AIOL2,GQY1XT001EUS6M,GQY1XT001B3WEG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AFW79"; -secondCol = "GQY1XT001AFW79,GQY1XT001EV4OG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AEZLH"; -secondCol = "GQY1XT001AEZLH,GQY1XT001COLGM,GQY1XT001D46X5,GQY1XT001AGGXM,GQY1XT001AITM3,GQY1XT001D7BRE,GQY1XT001CAGJ6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A7064"; -secondCol = "GQY1XT001A7064,GQY1XT001C380W,GQY1XT001CQOZ0,GQY1XT001CW5RY,GQY1XT001EJ16H,GQY1XT001DY7KK,GQY1XT001CSIPF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A6CSK"; -secondCol = "GQY1XT001A6CSK,GQY1XT001AETV0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A5XOT"; -secondCol = "GQY1XT001A5XOT,GQY1XT001DAU7F,GQY1XT001B9CUE,GQY1XT001D3AKB,GQY1XT001CD4OO,GQY1XT001DIN0Y,GQY1XT001A7Q5L,GQY1XT001ALUTX,GQY1XT001D28T0,GQY1XT001A1QV1,GQY1XT001AOSEG,GQY1XT001A7EPD,GQY1XT001CE13Y,GQY1XT001ERLJ2,GQY1XT001BHWUD,GQY1XT001CYJ6S,GQY1XT001AFBL5,GQY1XT001DI1MF,GQY1XT001B8QZX,GQY1XT001AUO85"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A5J6A"; -secondCol = "GQY1XT001A5J6A,GQY1XT001CH9RI,GQY1XT001CNIT3,GQY1XT001CQ95T,GQY1XT001CNCB7,GQY1XT001EWBML,GQY1XT001BQHTD,GQY1XT001CVYES,GQY1XT001DP6CQ,GQY1XT001C82UP,GQY1XT001B6UCH,GQY1XT001CQKA3,GQY1XT001B7KNH,GQY1XT001CPSDM,GQY1XT001A4XEX,GQY1XT001B8LJU,GQY1XT001B6T6R,GQY1XT001D8KIC,GQY1XT001D4ET5,GQY1XT001EAG28,GQY1XT001D7PRB,GQY1XT001CNCJ5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A0G36"; -secondCol = "GQY1XT001A0G36,GQY1XT001BVE26,GQY1XT001CZZFG,GQY1XT001CASR7,GQY1XT001AUYUY,GQY1XT001B99CI,GQY1XT001AUN86,GQY1XT001DOXCT,GQY1XT001EW06E,GQY1XT001D4TC1,GQY1XT001BZR27"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EZZNX"; -secondCol = "GQY1XT001EZZNX,GQY1XT001BLO2X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EZL0F"; -secondCol = "GQY1XT001EZL0F,GQY1XT001CW5DA,GQY1XT001AX2Y2,GQY1XT001E1306,GQY1XT001CU62Q,GQY1XT001EHFGM,GQY1XT001C3JWC,GQY1XT001AH6XP,GQY1XT001ENKS8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EZ03E"; -secondCol = "GQY1XT001EZ03E,GQY1XT001EHVWL,GQY1XT001BHLIU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EYZ4F"; -secondCol = "GQY1XT001EYZ4F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EYTQI"; -secondCol = "GQY1XT001EYTQI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EYNL7"; -secondCol = "GQY1XT001EYNL7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EYE6M"; -secondCol = "GQY1XT001EYE6M,GQY1XT001D69D7,GQY1XT001A1LWJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EXZXC"; -secondCol = "GQY1XT001EXZXC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EXZLY"; -secondCol = "GQY1XT001EXZLY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EXOOM"; -secondCol = "GQY1XT001EXOOM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EX24Z"; -secondCol = "GQY1XT001EX24Z,GQY1XT001AMCGM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EWUBU"; -secondCol = "GQY1XT001EWUBU,GQY1XT001DJLCH,GQY1XT001B50B7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EWJBM"; -secondCol = "GQY1XT001EWJBM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EVP68"; -secondCol = "GQY1XT001EVP68"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EVO39"; -secondCol = "GQY1XT001EVO39,GQY1XT001DK5QX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EUELE"; -secondCol = "GQY1XT001EUELE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EU3ZN"; -secondCol = "GQY1XT001EU3ZN,GQY1XT001D75TC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ETY3N"; -secondCol = "GQY1XT001ETY3N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ETV5R"; -secondCol = "GQY1XT001ETV5R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ETSII"; -secondCol = "GQY1XT001ETSII,GQY1XT001CHAA6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ET9BS"; -secondCol = "GQY1XT001ET9BS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ESYFW"; -secondCol = "GQY1XT001ESYFW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ESY2M"; -secondCol = "GQY1XT001ESY2M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ES0NY"; -secondCol = "GQY1XT001ES0NY,GQY1XT001CHS3K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EQOBG"; -secondCol = "GQY1XT001EQOBG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EQCKJ"; -secondCol = "GQY1XT001EQCKJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EQ1UK"; -secondCol = "GQY1XT001EQ1UK,GQY1XT001CJ1MP,GQY1XT001B9Q41"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EPWKA"; -secondCol = "GQY1XT001EPWKA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EPCM9"; -secondCol = "GQY1XT001EPCM9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EPA06"; -secondCol = "GQY1XT001EPA06"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EOW0D"; -secondCol = "GQY1XT001EOW0D,GQY1XT001DVBMV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EMQDS"; -secondCol = "GQY1XT001EMQDS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EMIPL"; -secondCol = "GQY1XT001EMIPL,GQY1XT001D7EZ2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EM91Y"; -secondCol = "GQY1XT001EM91Y"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EM3V4"; -secondCol = "GQY1XT001EM3V4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ELV8X"; -secondCol = "GQY1XT001ELV8X,GQY1XT001D712M,GQY1XT001DN3V0,GQY1XT001DVIPV,GQY1XT001DHMN1,GQY1XT001A159O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ELC1A"; -secondCol = "GQY1XT001ELC1A,GQY1XT001BDNF2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EL9FP"; -secondCol = "GQY1XT001EL9FP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EKKMD"; -secondCol = "GQY1XT001EKKMD,GQY1XT001CWD5A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EJY90"; -secondCol = "GQY1XT001EJY90,GQY1XT001AOJ3V,GQY1XT001DWYLB,GQY1XT001C4COP,GQY1XT001BTO5V,GQY1XT001EPNDY,GQY1XT001E2Z9E,GQY1XT001DX1CD,GQY1XT001CFUQY,GQY1XT001A56N9,GQY1XT001B8PSB,GQY1XT001EM589,GQY1XT001DU1VM,GQY1XT001C6WRN,GQY1XT001D8APT,GQY1XT001BFI2C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EJXCX"; -secondCol = "GQY1XT001EJXCX,GQY1XT001CAVCK,GQY1XT001BDQQ0,GQY1XT001BB3PH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EJVJ8"; -secondCol = "GQY1XT001EJVJ8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EJSIK"; -secondCol = "GQY1XT001EJSIK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EJC79"; -secondCol = "GQY1XT001EJC79,GQY1XT001DJATM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EJ8V5"; -secondCol = "GQY1XT001EJ8V5,GQY1XT001D69E7,GQY1XT001DSY6E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EJ37H"; -secondCol = "GQY1XT001EJ37H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EJ24C"; -secondCol = "GQY1XT001EJ24C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EIQO8"; -secondCol = "GQY1XT001EIQO8,GQY1XT001C3XYU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EHRTI"; -secondCol = "GQY1XT001EHRTI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EHPLG"; -secondCol = "GQY1XT001EHPLG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EHPDN"; -secondCol = "GQY1XT001EHPDN,GQY1XT001CBCKV,GQY1XT001AW62C,GQY1XT001B9R4R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EHHQV"; -secondCol = "GQY1XT001EHHQV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EH12T"; -secondCol = "GQY1XT001EH12T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EGK7D"; -secondCol = "GQY1XT001EGK7D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EG5VE"; -secondCol = "GQY1XT001EG5VE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EFRQ9"; -secondCol = "GQY1XT001EFRQ9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EEEZ6"; -secondCol = "GQY1XT001EEEZ6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EE22V"; -secondCol = "GQY1XT001EE22V,GQY1XT001C84F0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EDXUZ"; -secondCol = "GQY1XT001EDXUZ,GQY1XT001AQAOF,GQY1XT001E1H0Y,GQY1XT001ESXPK,GQY1XT001DBMAF,GQY1XT001D5T2C,GQY1XT001DPBXW,GQY1XT001CTO4V,GQY1XT001CSKQ7,GQY1XT001D528Z,GQY1XT001APKVX,GQY1XT001DEZR9,GQY1XT001AV5II,GQY1XT001DXN98,GQY1XT001B4EH6,GQY1XT001CXRVG,GQY1XT001A9LJH,GQY1XT001AMLSF,GQY1XT001C7H4M,GQY1XT001A53VN,GQY1XT001AULLX,GQY1XT001B62VL,GQY1XT001AIWB3,GQY1XT001CXT15,GQY1XT001DRA0D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EDVDZ"; -secondCol = "GQY1XT001EDVDZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ECOVZ"; -secondCol = "GQY1XT001ECOVZ,GQY1XT001DIE8A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EC1PC"; -secondCol = "GQY1XT001EC1PC,GQY1XT001DPYAD,GQY1XT001ET5MS,GQY1XT001BJWC0,GQY1XT001CJPUZ,GQY1XT001AW3AN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EBNLI"; -secondCol = "GQY1XT001EBNLI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EBKJQ"; -secondCol = "GQY1XT001EBKJQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EAXM4"; -secondCol = "GQY1XT001EAXM4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EADVY"; -secondCol = "GQY1XT001EADVY,GQY1XT001D9TLU,GQY1XT001B4BF5,GQY1XT001D9HNA,GQY1XT001B9L2M,GQY1XT001BLLWC,GQY1XT001BBSJ8,GQY1XT001EA7LP,GQY1XT001C8QTU,GQY1XT001CSUD6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EA7AT"; -secondCol = "GQY1XT001EA7AT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E3176"; -secondCol = "GQY1XT001E3176"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E304Z"; -secondCol = "GQY1XT001E304Z"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E1O3T"; -secondCol = "GQY1XT001E1O3T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E076I"; -secondCol = "GQY1XT001E076I,GQY1XT001CUKN2,GQY1XT001DKA6V,GQY1XT001EV3KP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZ8G2"; -secondCol = "GQY1XT001DZ8G2,GQY1XT001CFNW1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZ55W"; -secondCol = "GQY1XT001DZ55W,GQY1XT001CJWW5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DYZRF"; -secondCol = "GQY1XT001DYZRF,GQY1XT001B7CD7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DYT64"; -secondCol = "GQY1XT001DYT64"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DYSF1"; -secondCol = "GQY1XT001DYSF1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DYRS9"; -secondCol = "GQY1XT001DYRS9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DYPI5"; -secondCol = "GQY1XT001DYPI5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DYN2K"; -secondCol = "GQY1XT001DYN2K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DYM8E"; -secondCol = "GQY1XT001DYM8E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DYDGQ"; -secondCol = "GQY1XT001DYDGQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DXFSS"; -secondCol = "GQY1XT001DXFSS,GQY1XT001DT347"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DXCE4"; -secondCol = "GQY1XT001DXCE4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DWX52"; -secondCol = "GQY1XT001DWX52"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DW3U5"; -secondCol = "GQY1XT001DW3U5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DVWF7"; -secondCol = "GQY1XT001DVWF7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DVSKQ"; -secondCol = "GQY1XT001DVSKQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DVP26"; -secondCol = "GQY1XT001DVP26,GQY1XT001CJQ6O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DUPBA"; -secondCol = "GQY1XT001DUPBA,GQY1XT001AGVP9,GQY1XT001BYW08,GQY1XT001B3P4W,GQY1XT001C1CKW,GQY1XT001EB5OS,GQY1XT001BL1Z1,GQY1XT001BHMRQ,GQY1XT001DY6N4,GQY1XT001C4QD6,GQY1XT001CWGAF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DUJQE"; -secondCol = "GQY1XT001DUJQE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DUC9E"; -secondCol = "GQY1XT001DUC9E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DU5IH"; -secondCol = "GQY1XT001DU5IH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DU5G9"; -secondCol = "GQY1XT001DU5G9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DTZQL"; -secondCol = "GQY1XT001DTZQL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DTVYI"; -secondCol = "GQY1XT001DTVYI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DTDNX"; -secondCol = "GQY1XT001DTDNX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DT8QU"; -secondCol = "GQY1XT001DT8QU,GQY1XT001AGFR9,GQY1XT001EB80L,GQY1XT001DECTD,GQY1XT001D34JL,GQY1XT001DZV72,GQY1XT001BBK3K,GQY1XT001A9EEK,GQY1XT001ALEU1,GQY1XT001AYS5M,GQY1XT001BP8K9,GQY1XT001D6QU1,GQY1XT001B3SC2,GQY1XT001CSIKG,GQY1XT001DC514,GQY1XT001CAENL,GQY1XT001BFXNJ,GQY1XT001A03QM,GQY1XT001BLPB7,GQY1XT001A46ZU,GQY1XT001EBKS0,GQY1XT001BLURX,GQY1XT001B6TZI,GQY1XT001EOFVJ,GQY1XT001C563M,GQY1XT001BCO8F,GQY1XT001EDNQ0,GQY1XT001C95HO,GQY1XT001DMNXX,GQY1XT001DG1YA,GQY1XT001EZ447,GQY1XT001D72Y3,GQY1XT001BQOZE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DT73O"; -secondCol = "GQY1XT001DT73O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DS1JN"; -secondCol = "GQY1XT001DS1JN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DRPPW"; -secondCol = "GQY1XT001DRPPW,GQY1XT001C09CL,GQY1XT001B68BP,GQY1XT001B63WX,GQY1XT001CCD7Y,GQY1XT001EB1WG,GQY1XT001DMC8P,GQY1XT001DSORH,GQY1XT001BIEAI,GQY1XT001B9FEK,GQY1XT001ET84Y,GQY1XT001BC1HA,GQY1XT001DSTSD,GQY1XT001AS7Q4,GQY1XT001DZ58Y,GQY1XT001A7N03,GQY1XT001AGF6I,GQY1XT001APCXS,GQY1XT001EWFL3,GQY1XT001A4137"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DRHRE"; -secondCol = "GQY1XT001DRHRE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DQU6D"; -secondCol = "GQY1XT001DQU6D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DQOL0"; -secondCol = "GQY1XT001DQOL0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DQH6M"; -secondCol = "GQY1XT001DQH6M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DQB6Y"; -secondCol = "GQY1XT001DQB6Y,GQY1XT001DUP5P,GQY1XT001CI05U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DQ6WQ"; -secondCol = "GQY1XT001DQ6WQ,GQY1XT001CIJJV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DPU46"; -secondCol = "GQY1XT001DPU46"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DPMQQ"; -secondCol = "GQY1XT001DPMQQ,GQY1XT001CRL7O,GQY1XT001BQI3T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DPG56"; -secondCol = "GQY1XT001DPG56"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DORYK"; -secondCol = "GQY1XT001DORYK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DOMBN"; -secondCol = "GQY1XT001DOMBN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DOITQ"; -secondCol = "GQY1XT001DOITQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DOESM"; -secondCol = "GQY1XT001DOESM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DO480"; -secondCol = "GQY1XT001DO480"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DNKOZ"; -secondCol = "GQY1XT001DNKOZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DMXE2"; -secondCol = "GQY1XT001DMXE2,GQY1XT001A93VG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DMKGX"; -secondCol = "GQY1XT001DMKGX,GQY1XT001AT2W7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DM11M"; -secondCol = "GQY1XT001DM11M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DLPOT"; -secondCol = "GQY1XT001DLPOT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DLMPA"; -secondCol = "GQY1XT001DLMPA,GQY1XT001CW5QZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DL5J3"; -secondCol = "GQY1XT001DL5J3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DL4BQ"; -secondCol = "GQY1XT001DL4BQ,GQY1XT001D5YXY,GQY1XT001CC0D1,GQY1XT001B6ZES,GQY1XT001BKKJH,GQY1XT001EJ8W4,GQY1XT001AOYBQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DL47B"; -secondCol = "GQY1XT001DL47B,GQY1XT001CGDSY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DIUN5"; -secondCol = "GQY1XT001DIUN5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DIS0K"; -secondCol = "GQY1XT001DIS0K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DIM47"; -secondCol = "GQY1XT001DIM47"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DIDBJ"; -secondCol = "GQY1XT001DIDBJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DHWUM"; -secondCol = "GQY1XT001DHWUM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DHOP9"; -secondCol = "GQY1XT001DHOP9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DHLYL"; -secondCol = "GQY1XT001DHLYL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DH9DZ"; -secondCol = "GQY1XT001DH9DZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DGVVI"; -secondCol = "GQY1XT001DGVVI,GQY1XT001DZ6N8,GQY1XT001BIGU7,GQY1XT001D2FKS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DFIYO"; -secondCol = "GQY1XT001DFIYO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DFEAQ"; -secondCol = "GQY1XT001DFEAQ,GQY1XT001DSPKI,GQY1XT001ANZ4N,GQY1XT001AZMR3,GQY1XT001DCIAT,GQY1XT001A3Q0A,GQY1XT001ER5MA,GQY1XT001ED3DJ,GQY1XT001DJ2VV,GQY1XT001DQ4LI,GQY1XT001DWDJX,GQY1XT001B05GA,GQY1XT001CPLP6,GQY1XT001D7H24,GQY1XT001EE62I,GQY1XT001DADEU,GQY1XT001BHTXO,GQY1XT001A95RX,GQY1XT001CB3H5,GQY1XT001ATKLY,GQY1XT001CCCVR,GQY1XT001A8I9W,GQY1XT001A6VMF,GQY1XT001B90S7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DFBY0"; -secondCol = "GQY1XT001DFBY0,GQY1XT001CLCOC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DETP8"; -secondCol = "GQY1XT001DETP8,GQY1XT001CL1OD,GQY1XT001C2N4V,GQY1XT001BOR5K,GQY1XT001EDYBX,GQY1XT001COUUY,GQY1XT001CX9C2,GQY1XT001BH2QR,GQY1XT001BKMMO,GQY1XT001B4CZN,GQY1XT001ESAA4,GQY1XT001ALOZG,GQY1XT001AUDH5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DEOXH"; -secondCol = "GQY1XT001DEOXH,GQY1XT001ALNS4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DEN9A"; -secondCol = "GQY1XT001DEN9A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DEM5V"; -secondCol = "GQY1XT001DEM5V"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DEK0W"; -secondCol = "GQY1XT001DEK0W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DE7OZ"; -secondCol = "GQY1XT001DE7OZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DDTEX"; -secondCol = "GQY1XT001DDTEX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DDAO6"; -secondCol = "GQY1XT001DDAO6,GQY1XT001B7OHP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DD70H"; -secondCol = "GQY1XT001DD70H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DD2SA"; -secondCol = "GQY1XT001DD2SA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DCJ7D"; -secondCol = "GQY1XT001DCJ7D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DC7XN"; -secondCol = "GQY1XT001DC7XN,GQY1XT001C7Z0Y,GQY1XT001BURFU,GQY1XT001DXSRJ,GQY1XT001AO3H3,GQY1XT001CO6CX,GQY1XT001EMUKY,GQY1XT001BA8XF,GQY1XT001AX65L,GQY1XT001BZBUZ,GQY1XT001BLNMW,GQY1XT001CGC1N,GQY1XT001C9AO8,GQY1XT001D2YP5,GQY1XT001C1Z9P,GQY1XT001COL7V,GQY1XT001AV140,GQY1XT001DY0EK,GQY1XT001D5D0W,GQY1XT001CVKGI,GQY1XT001CJUU7,GQY1XT001ECCQ8,GQY1XT001C2PD0,GQY1XT001DYU5E,GQY1XT001EQ7VW,GQY1XT001C29OJ,GQY1XT001ECRGB,GQY1XT001A69QH,GQY1XT001DRYVA,GQY1XT001BHXKG,GQY1XT001A4IPA,GQY1XT001EBCBR,GQY1XT001E0ZQN,GQY1XT001C52IX,GQY1XT001C2BE8,GQY1XT001D4ZCB,GQY1XT001CMH7Q,GQY1XT001CQTVR,GQY1XT001DKYKA,GQY1XT001BQ9HL,GQY1XT001AUVEG,GQY1XT001EQNTQ,GQY1XT001DP1HN,GQY1XT001C7IRW,GQY1XT001DLK1U,GQY1XT001EZCJH,GQY1XT001AXAE9,GQY1XT001CSX3T,GQY1XT001A8VFV,GQY1XT001EU9EU,GQY1XT001AVEV6,GQY1XT001DQ11R,GQY1XT001ECL4N,GQY1XT001DD1I7,GQY1XT001D5O1N,GQY1XT001CETV1,GQY1XT001DVJAF,GQY1XT001ALZWN,GQY1XT001B6V7R,GQY1XT001ALGHL,GQY1XT001ESAIP,GQY1XT001B5QQX,GQY1XT001CB9ON,GQY1XT001DVAQH,GQY1XT001DPI36,GQY1XT001EVL55,GQY1XT001EIW1J,GQY1XT001BO3YB,GQY1XT001ASXQ1,GQY1XT001C1KLV,GQY1XT001CW4KL,GQY1XT001CMK9P,GQY1XT001BXMJ6,GQY1XT001BSJ47,GQY1XT001BS640,GQY1XT001BE9BV,GQY1XT001AQQ89"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DBUC8"; -secondCol = "GQY1XT001DBUC8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DBJBB"; -secondCol = "GQY1XT001DBJBB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DB8H8"; -secondCol = "GQY1XT001DB8H8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DAG24"; -secondCol = "GQY1XT001DAG24"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D9K26"; -secondCol = "GQY1XT001D9K26"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D8B8W"; -secondCol = "GQY1XT001D8B8W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D8755"; -secondCol = "GQY1XT001D8755"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D7OHA"; -secondCol = "GQY1XT001D7OHA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D7MZG"; -secondCol = "GQY1XT001D7MZG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D7GR1"; -secondCol = "GQY1XT001D7GR1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D6II6"; -secondCol = "GQY1XT001D6II6,GQY1XT001CJVLV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D5V6Q"; -secondCol = "GQY1XT001D5V6Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D53Q1"; -secondCol = "GQY1XT001D53Q1,GQY1XT001CUET3,GQY1XT001CAVLL,GQY1XT001BKZV0,GQY1XT001DV9RM,GQY1XT001BLDTR,GQY1XT001C1UF6,GQY1XT001EYLVA,GQY1XT001EU44C,GQY1XT001A9IOC,GQY1XT001E1PZ1,GQY1XT001D1ZUC,GQY1XT001AZCXJ,GQY1XT001CVENN,GQY1XT001BCNXC,GQY1XT001DUE9N,GQY1XT001CND6E,GQY1XT001EF06R,GQY1XT001C4TLT,GQY1XT001DWR4H,GQY1XT001CN6HV,GQY1XT001CWIAY,GQY1XT001B3Q49,GQY1XT001A9VFQ,GQY1XT001A342W,GQY1XT001B01HK,GQY1XT001BPLU5,GQY1XT001EAHJJ,GQY1XT001EK8ZA,GQY1XT001EKMU5,GQY1XT001DJM1Q,GQY1XT001A3RLP,GQY1XT001BD1C6,GQY1XT001DT38R,GQY1XT001A2U3W,GQY1XT001C9R5S,GQY1XT001CX1BZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D4YFG"; -secondCol = "GQY1XT001D4YFG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D4IEY"; -secondCol = "GQY1XT001D4IEY,GQY1XT001BYFTH,GQY1XT001B4UCW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D4G6Q"; -secondCol = "GQY1XT001D4G6Q,GQY1XT001BHF1Z"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D450X"; -secondCol = "GQY1XT001D450X,GQY1XT001CTXQN,GQY1XT001B25YF,GQY1XT001A0XRX,GQY1XT001DWXQF,GQY1XT001B7WA9,GQY1XT001B1R4F,GQY1XT001BCCOV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D3T3X"; -secondCol = "GQY1XT001D3T3X,GQY1XT001D2UF4,GQY1XT001CN2MP,GQY1XT001C7SWA,GQY1XT001CZRQ5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D3IK7"; -secondCol = "GQY1XT001D3IK7,GQY1XT001BJ3ZP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D2RSU"; -secondCol = "GQY1XT001D2RSU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D2QXP"; -secondCol = "GQY1XT001D2QXP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D2C3B"; -secondCol = "GQY1XT001D2C3B,GQY1XT001BC74B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D1Z7R"; -secondCol = "GQY1XT001D1Z7R,GQY1XT001ECP1U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D12EL"; -secondCol = "GQY1XT001D12EL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D0XYA"; -secondCol = "GQY1XT001D0XYA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D0UJP"; -secondCol = "GQY1XT001D0UJP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D0MQQ"; -secondCol = "GQY1XT001D0MQQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D0E4F"; -secondCol = "GQY1XT001D0E4F,GQY1XT001AK4J0,GQY1XT001ASJIZ,GQY1XT001BWKZ3,GQY1XT001BZNPB,GQY1XT001DZKLD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D03R0"; -secondCol = "GQY1XT001D03R0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D033P"; -secondCol = "GQY1XT001D033P,GQY1XT001BHRAO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CYUAQ"; -secondCol = "GQY1XT001CYUAQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CYN5E"; -secondCol = "GQY1XT001CYN5E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CXLAN"; -secondCol = "GQY1XT001CXLAN,GQY1XT001AQOI6,GQY1XT001A84L9,GQY1XT001DX7KI,GQY1XT001D1E71"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CXJOX"; -secondCol = "GQY1XT001CXJOX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CXGFO"; -secondCol = "GQY1XT001CXGFO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CX3HF"; -secondCol = "GQY1XT001CX3HF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CWL63"; -secondCol = "GQY1XT001CWL63"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CWKMA"; -secondCol = "GQY1XT001CWKMA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CW63U"; -secondCol = "GQY1XT001CW63U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CW42X"; -secondCol = "GQY1XT001CW42X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CW2KE"; -secondCol = "GQY1XT001CW2KE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CVWLK"; -secondCol = "GQY1XT001CVWLK,GQY1XT001A7XSV,GQY1XT001CYSG5,GQY1XT001DOMUO,GQY1XT001CE8II,GQY1XT001BVZM4,GQY1XT001COLZP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CV50F"; -secondCol = "GQY1XT001CV50F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CUPYI"; -secondCol = "GQY1XT001CUPYI,GQY1XT001BGEUS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CUJ15"; -secondCol = "GQY1XT001CUJ15,GQY1XT001A4VVU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CTW9V"; -secondCol = "GQY1XT001CTW9V,GQY1XT001CRX7X,GQY1XT001C4HSZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CTKIZ"; -secondCol = "GQY1XT001CTKIZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CTF9O"; -secondCol = "GQY1XT001CTF9O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CT4ZD"; -secondCol = "GQY1XT001CT4ZD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CSW2S"; -secondCol = "GQY1XT001CSW2S"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CSRVL"; -secondCol = "GQY1XT001CSRVL,GQY1XT001CGWX9,GQY1XT001B8TRA,GQY1XT001ED51M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CSIAG"; -secondCol = "GQY1XT001CSIAG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CSF7O"; -secondCol = "GQY1XT001CSF7O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CRZOA"; -secondCol = "GQY1XT001CRZOA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CRZFM"; -secondCol = "GQY1XT001CRZFM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CRXBF"; -secondCol = "GQY1XT001CRXBF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CQH75"; -secondCol = "GQY1XT001CQH75"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CQAZN"; -secondCol = "GQY1XT001CQAZN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CPWEO"; -secondCol = "GQY1XT001CPWEO,GQY1XT001DOD66,GQY1XT001C6E9F,GQY1XT001DUQDS,GQY1XT001ARWHH,GQY1XT001CHUPH,GQY1XT001EM1JE,GQY1XT001CM83E,GQY1XT001BED0W,GQY1XT001BSAQ6,GQY1XT001C1ETR,GQY1XT001BT3S0,GQY1XT001BHMDG,GQY1XT001B3VUD,GQY1XT001DYFWN,GQY1XT001BVQEZ,GQY1XT001CZGHZ,GQY1XT001C0TP9,GQY1XT001D4X7N,GQY1XT001CE0S6,GQY1XT001B2QDS,GQY1XT001C1A1S"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CPUCT"; -secondCol = "GQY1XT001CPUCT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CPP9D"; -secondCol = "GQY1XT001CPP9D,GQY1XT001D0F0U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CPONM"; -secondCol = "GQY1XT001CPONM,GQY1XT001DGC0O,GQY1XT001CVY7X,GQY1XT001EAY0J,GQY1XT001D2FHO,GQY1XT001BH3QB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CPKJY"; -secondCol = "GQY1XT001CPKJY,GQY1XT001ATOZ3,GQY1XT001DHEQ0,GQY1XT001AZK93,GQY1XT001BQ8ZB,GQY1XT001EDK1O,GQY1XT001EMGCX,GQY1XT001CTDU4,GQY1XT001BD30L,GQY1XT001AJ9PQ,GQY1XT001ATX0V"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001COH2D"; -secondCol = "GQY1XT001COH2D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001COC8H"; -secondCol = "GQY1XT001COC8H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CO725"; -secondCol = "GQY1XT001CO725"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CNM4Q"; -secondCol = "GQY1XT001CNM4Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CMN1O"; -secondCol = "GQY1XT001CMN1O,GQY1XT001CLGIA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CMIJN"; -secondCol = "GQY1XT001CMIJN,GQY1XT001CLM7L,GQY1XT001DI8DG,GQY1XT001EPGX5,GQY1XT001DOLFV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CMEK1"; -secondCol = "GQY1XT001CMEK1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CM3X9"; -secondCol = "GQY1XT001CM3X9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CLRZ4"; -secondCol = "GQY1XT001CLRZ4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CLQMC"; -secondCol = "GQY1XT001CLQMC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CKBTX"; -secondCol = "GQY1XT001CKBTX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CJVHK"; -secondCol = "GQY1XT001CJVHK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CJKVR"; -secondCol = "GQY1XT001CJKVR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CJ8YZ"; -secondCol = "GQY1XT001CJ8YZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CI4ZB"; -secondCol = "GQY1XT001CI4ZB,GQY1XT001CJ5K3,GQY1XT001EVQU4,GQY1XT001CJEG9,GQY1XT001B27E9,GQY1XT001ENTQK,GQY1XT001BKGSD,GQY1XT001E23UK,GQY1XT001CVOKL,GQY1XT001CSI2D,GQY1XT001DVTVN,GQY1XT001ANIEC,GQY1XT001A0RLT,GQY1XT001CYPAQ,GQY1XT001C44P5,GQY1XT001BTY48,GQY1XT001C4GGE,GQY1XT001AS260,GQY1XT001DINXP,GQY1XT001AWKLZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CGUEK"; -secondCol = "GQY1XT001CGUEK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CFUML"; -secondCol = "GQY1XT001CFUML"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CFTIS"; -secondCol = "GQY1XT001CFTIS,GQY1XT001DEVOO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CFB0Z"; -secondCol = "GQY1XT001CFB0Z,GQY1XT001DD8S8,GQY1XT001AYS0U,GQY1XT001B7CVV,GQY1XT001DFDRF,GQY1XT001BQORT,GQY1XT001EBI6L,GQY1XT001C6PF2,GQY1XT001CMJPA,GQY1XT001ALV89"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CF9D9"; -secondCol = "GQY1XT001CF9D9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CF1VL"; -secondCol = "GQY1XT001CF1VL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CEOFM"; -secondCol = "GQY1XT001CEOFM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CDKVO"; -secondCol = "GQY1XT001CDKVO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CDDPN"; -secondCol = "GQY1XT001CDDPN,GQY1XT001BXRYA,GQY1XT001EJI6D,GQY1XT001B53TR,GQY1XT001ERM24,GQY1XT001CB04U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CD2TW"; -secondCol = "GQY1XT001CD2TW,GQY1XT001AOFM2,GQY1XT001EWMGY,GQY1XT001E06HB,GQY1XT001BFXIW,GQY1XT001CSWJH,GQY1XT001D6E8F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CCYF2"; -secondCol = "GQY1XT001CCYF2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CCWT6"; -secondCol = "GQY1XT001CCWT6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CCR1M"; -secondCol = "GQY1XT001CCR1M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CCI1I"; -secondCol = "GQY1XT001CCI1I"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CCGUZ"; -secondCol = "GQY1XT001CCGUZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CCE0U"; -secondCol = "GQY1XT001CCE0U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CC1XY"; -secondCol = "GQY1XT001CC1XY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CBVTY"; -secondCol = "GQY1XT001CBVTY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CBFFO"; -secondCol = "GQY1XT001CBFFO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CB1V8"; -secondCol = "GQY1XT001CB1V8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CAQ0P"; -secondCol = "GQY1XT001CAQ0P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CAKTI"; -secondCol = "GQY1XT001CAKTI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CAG4J"; -secondCol = "GQY1XT001CAG4J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C9TCH"; -secondCol = "GQY1XT001C9TCH,GQY1XT001BMFQQ,GQY1XT001AOIKU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C9SSG"; -secondCol = "GQY1XT001C9SSG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C9NGS"; -secondCol = "GQY1XT001C9NGS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C9K3I"; -secondCol = "GQY1XT001C9K3I,GQY1XT001D7LW3,GQY1XT001C4KEI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C8MW2"; -secondCol = "GQY1XT001C8MW2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C8MIJ"; -secondCol = "GQY1XT001C8MIJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C8MC2"; -secondCol = "GQY1XT001C8MC2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C868Q"; -secondCol = "GQY1XT001C868Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C7YPJ"; -secondCol = "GQY1XT001C7YPJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C7PTU"; -secondCol = "GQY1XT001C7PTU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C7C75"; -secondCol = "GQY1XT001C7C75"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C79Z4"; -secondCol = "GQY1XT001C79Z4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C718S"; -secondCol = "GQY1XT001C718S"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C6ZPG"; -secondCol = "GQY1XT001C6ZPG,GQY1XT001CET0R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C6YHZ"; -secondCol = "GQY1XT001C6YHZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C6PIP"; -secondCol = "GQY1XT001C6PIP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C61JR"; -secondCol = "GQY1XT001C61JR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5ZY5"; -secondCol = "GQY1XT001C5ZY5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C4V1I"; -secondCol = "GQY1XT001C4V1I"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C4G89"; -secondCol = "GQY1XT001C4G89,GQY1XT001DD64P,GQY1XT001DPPMX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C4B5B"; -secondCol = "GQY1XT001C4B5B,GQY1XT001C07ZQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C48GV"; -secondCol = "GQY1XT001C48GV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C2094"; -secondCol = "GQY1XT001C2094,GQY1XT001ENJ5Q,GQY1XT001CDTP9,GQY1XT001BEJJV,GQY1XT001B6D98"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C1ENK"; -secondCol = "GQY1XT001C1ENK,GQY1XT001CXRBR,GQY1XT001DW03U,GQY1XT001C0KBJ,GQY1XT001BQ343,GQY1XT001ATRJL,GQY1XT001DWHUE,GQY1XT001EPRXT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C1E97"; -secondCol = "GQY1XT001C1E97,GQY1XT001AMCNF,GQY1XT001DMJKC,GQY1XT001EROPF,GQY1XT001DYS8K,GQY1XT001CWREI,GQY1XT001AKXKE,GQY1XT001EZOBQ,GQY1XT001EPER8,GQY1XT001DC3TC,GQY1XT001BRMYL,GQY1XT001BVETV,GQY1XT001CCDOH,GQY1XT001D0BJ7,GQY1XT001D2YK3,GQY1XT001DY4NK,GQY1XT001E4UMG,GQY1XT001D1A5J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C1E4P"; -secondCol = "GQY1XT001C1E4P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C1E0Z"; -secondCol = "GQY1XT001C1E0Z,GQY1XT001AZGE6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C1C86"; -secondCol = "GQY1XT001C1C86,GQY1XT001DX2JX,GQY1XT001C1PZZ,GQY1XT001DKHDW,GQY1XT001DMY0P,GQY1XT001D8HSN,GQY1XT001D3TR8,GQY1XT001DF5PO,GQY1XT001DEB8E,GQY1XT001EUTFF,GQY1XT001BAI74,GQY1XT001E107Z,GQY1XT001EYJ1Z,GQY1XT001BU0L9,GQY1XT001BNHBT,GQY1XT001CWV74,GQY1XT001A58HL,GQY1XT001DOK2Z,GQY1XT001BU935,GQY1XT001CHM43,GQY1XT001CYKX5,GQY1XT001CCQFX,GQY1XT001BDGY3,GQY1XT001EGHHJ,GQY1XT001DZP6R,GQY1XT001A8FT1,GQY1XT001CM7LH,GQY1XT001BZJND,GQY1XT001BB1K5,GQY1XT001DMUS4,GQY1XT001CFY26,GQY1XT001EYV5T,GQY1XT001CO5E3,GQY1XT001BVFDW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C0JEM"; -secondCol = "GQY1XT001C0JEM,GQY1XT001ESTC2,GQY1XT001CO2KP,GQY1XT001DOW52"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C0IZK"; -secondCol = "GQY1XT001C0IZK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C08ZG"; -secondCol = "GQY1XT001C08ZG,GQY1XT001DNIRO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C02D6"; -secondCol = "GQY1XT001C02D6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BZGJ5"; -secondCol = "GQY1XT001BZGJ5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BZEEW"; -secondCol = "GQY1XT001BZEEW,GQY1XT001BVJ1G,GQY1XT001C8TDM,GQY1XT001CLW5Y,GQY1XT001DZEIO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BZ5JC"; -secondCol = "GQY1XT001BZ5JC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BYJE7"; -secondCol = "GQY1XT001BYJE7,GQY1XT001AMS6X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BYHUX"; -secondCol = "GQY1XT001BYHUX,GQY1XT001C5ERQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BY7S6"; -secondCol = "GQY1XT001BY7S6,GQY1XT001BTIC8,GQY1XT001DYD97"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BXVN0"; -secondCol = "GQY1XT001BXVN0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BXRJZ"; -secondCol = "GQY1XT001BXRJZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BXP1D"; -secondCol = "GQY1XT001BXP1D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BX4K9"; -secondCol = "GQY1XT001BX4K9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BWQQE"; -secondCol = "GQY1XT001BWQQE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BWFAY"; -secondCol = "GQY1XT001BWFAY,GQY1XT001ETTKO,GQY1XT001EYUN4,GQY1XT001BG5EZ,GQY1XT001C09AX,GQY1XT001C4R3S,GQY1XT001CR2EP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BWD9D"; -secondCol = "GQY1XT001BWD9D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BW2CO"; -secondCol = "GQY1XT001BW2CO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BVPPE"; -secondCol = "GQY1XT001BVPPE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BV13J"; -secondCol = "GQY1XT001BV13J,GQY1XT001BK077"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BV02F"; -secondCol = "GQY1XT001BV02F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BUOWZ"; -secondCol = "GQY1XT001BUOWZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BUI0U"; -secondCol = "GQY1XT001BUI0U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BUBF2"; -secondCol = "GQY1XT001BUBF2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BTIDT"; -secondCol = "GQY1XT001BTIDT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BSD18"; -secondCol = "GQY1XT001BSD18"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BSBWI"; -secondCol = "GQY1XT001BSBWI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BS7HX"; -secondCol = "GQY1XT001BS7HX,GQY1XT001B14AJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BRX1J"; -secondCol = "GQY1XT001BRX1J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BRNZN"; -secondCol = "GQY1XT001BRNZN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BRLCO"; -secondCol = "GQY1XT001BRLCO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BR887"; -secondCol = "GQY1XT001BR887"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQRGU"; -secondCol = "GQY1XT001BQRGU,GQY1XT001BEXDU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQN60"; -secondCol = "GQY1XT001BQN60"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQKS9"; -secondCol = "GQY1XT001BQKS9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQBAR"; -secondCol = "GQY1XT001BQBAR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQ2OX"; -secondCol = "GQY1XT001BQ2OX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BPBSW"; -secondCol = "GQY1XT001BPBSW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BOO42"; -secondCol = "GQY1XT001BOO42,GQY1XT001BCK79,GQY1XT001DSLWS,GQY1XT001ESI6G,GQY1XT001ELZUX,GQY1XT001A0GK9,GQY1XT001A59TL,GQY1XT001C61Q5,GQY1XT001DU4P4,GQY1XT001DZGO6,GQY1XT001DGF2M,GQY1XT001EAB44,GQY1XT001EDPCJ,GQY1XT001CVLJ4,GQY1XT001DHX5H,GQY1XT001BALDG,GQY1XT001CWVGG,GQY1XT001EHNSM,GQY1XT001B9KRQ,GQY1XT001D3VDE,GQY1XT001CIGHG,GQY1XT001EJOAL,GQY1XT001EC9Z3,GQY1XT001BPJR8,GQY1XT001B45OL,GQY1XT001AHLNU,GQY1XT001A64HN,GQY1XT001A0UJ4,GQY1XT001BT4O4,GQY1XT001C5QLY,GQY1XT001BZLTN,GQY1XT001CB1K8,GQY1XT001A07FR,GQY1XT001C1YIQ,GQY1XT001C5P8W,GQY1XT001EU73V,GQY1XT001DVINB,GQY1XT001BK00Y,GQY1XT001AMLOP,GQY1XT001AYLWV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BOD0P"; -secondCol = "GQY1XT001BOD0P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BNX1P"; -secondCol = "GQY1XT001BNX1P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BNKMD"; -secondCol = "GQY1XT001BNKMD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BNINJ"; -secondCol = "GQY1XT001BNINJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BNHEB"; -secondCol = "GQY1XT001BNHEB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BNEKF"; -secondCol = "GQY1XT001BNEKF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BND9V"; -secondCol = "GQY1XT001BND9V"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BMICD"; -secondCol = "GQY1XT001BMICD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BMGFB"; -secondCol = "GQY1XT001BMGFB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BM6X4"; -secondCol = "GQY1XT001BM6X4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BLVK4"; -secondCol = "GQY1XT001BLVK4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BLQ5R"; -secondCol = "GQY1XT001BLQ5R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BL97L"; -secondCol = "GQY1XT001BL97L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BKNRP"; -secondCol = "GQY1XT001BKNRP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BKMWZ"; -secondCol = "GQY1XT001BKMWZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BKLLZ"; -secondCol = "GQY1XT001BKLLZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BKCW6"; -secondCol = "GQY1XT001BKCW6,GQY1XT001BL3U7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BKB24"; -secondCol = "GQY1XT001BKB24"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BK3EB"; -secondCol = "GQY1XT001BK3EB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BJ3RN"; -secondCol = "GQY1XT001BJ3RN,GQY1XT001CPUEZ,GQY1XT001BUANQ,GQY1XT001BZI62,GQY1XT001EUMVB,GQY1XT001CFVOF,GQY1XT001BLVEN,GQY1XT001CKUDR,GQY1XT001DJOYK,GQY1XT001CE65W,GQY1XT001DM742,GQY1XT001EBZU0,GQY1XT001DFD9B,GQY1XT001BJJC2,GQY1XT001ARYH8,GQY1XT001EF2AY,GQY1XT001C8XRQ,GQY1XT001A18ES,GQY1XT001DTVTV,GQY1XT001BSSZ5,GQY1XT001CC85T,GQY1XT001A5QR8,GQY1XT001EY9H5,GQY1XT001BAPRN,GQY1XT001AI6BF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BJ21N"; -secondCol = "GQY1XT001BJ21N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BIYD4"; -secondCol = "GQY1XT001BIYD4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BIPG4"; -secondCol = "GQY1XT001BIPG4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BHUGP"; -secondCol = "GQY1XT001BHUGP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BHQ7A"; -secondCol = "GQY1XT001BHQ7A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BH0TX"; -secondCol = "GQY1XT001BH0TX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BG7V4"; -secondCol = "GQY1XT001BG7V4,GQY1XT001AJUX1,GQY1XT001AE6LV,GQY1XT001A15Q6,GQY1XT001BI7MQ,GQY1XT001CCNR4,GQY1XT001ESDP9,GQY1XT001CWKZ3,GQY1XT001BF4DE,GQY1XT001EH1KS,GQY1XT001BM0SA,GQY1XT001A3ZOI,GQY1XT001A86BD,GQY1XT001ENG49,GQY1XT001B8BS6,GQY1XT001AMACB,GQY1XT001DC3C1,GQY1XT001DLVW6,GQY1XT001AYED7,GQY1XT001DIXHF,GQY1XT001COVKN,GQY1XT001AI3EA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BFAJA"; -secondCol = "GQY1XT001BFAJA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BEFPN"; -secondCol = "GQY1XT001BEFPN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BE0A4"; -secondCol = "GQY1XT001BE0A4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BDJ3H"; -secondCol = "GQY1XT001BDJ3H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BDFRW"; -secondCol = "GQY1XT001BDFRW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BD58P"; -secondCol = "GQY1XT001BD58P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BD0XN"; -secondCol = "GQY1XT001BD0XN,GQY1XT001B01FN,GQY1XT001CFZLO,GQY1XT001EF9SJ,GQY1XT001EFD0D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BCZ7K"; -secondCol = "GQY1XT001BCZ7K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BCYTA"; -secondCol = "GQY1XT001BCYTA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BCW2Z"; -secondCol = "GQY1XT001BCW2Z"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BCVHH"; -secondCol = "GQY1XT001BCVHH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BCT3V"; -secondCol = "GQY1XT001BCT3V"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BC8K4"; -secondCol = "GQY1XT001BC8K4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BC02D"; -secondCol = "GQY1XT001BC02D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BBL1N"; -secondCol = "GQY1XT001BBL1N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BB0AL"; -secondCol = "GQY1XT001BB0AL,GQY1XT001DUN01,GQY1XT001A7NL2,GQY1XT001EQCQB,GQY1XT001CT40R,GQY1XT001BJWJM,GQY1XT001B60R5,GQY1XT001DCHTI,GQY1XT001CIT89,GQY1XT001BL1M8,GQY1XT001ATVCY,GQY1XT001BE2CR,GQY1XT001AWI9E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BAPQ9"; -secondCol = "GQY1XT001BAPQ9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BALRK"; -secondCol = "GQY1XT001BALRK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BAB67"; -secondCol = "GQY1XT001BAB67"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BAARR"; -secondCol = "GQY1XT001BAARR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B9E2H"; -secondCol = "GQY1XT001B9E2H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B8XHJ"; -secondCol = "GQY1XT001B8XHJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B8XAS"; -secondCol = "GQY1XT001B8XAS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B8MR4"; -secondCol = "GQY1XT001B8MR4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B8G73"; -secondCol = "GQY1XT001B8G73"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B7WUW"; -secondCol = "GQY1XT001B7WUW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B7WRH"; -secondCol = "GQY1XT001B7WRH,GQY1XT001B7N65"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B7WHA"; -secondCol = "GQY1XT001B7WHA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B7DYD"; -secondCol = "GQY1XT001B7DYD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B6OQ6"; -secondCol = "GQY1XT001B6OQ6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B69EC"; -secondCol = "GQY1XT001B69EC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B60C3"; -secondCol = "GQY1XT001B60C3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B5SFC"; -secondCol = "GQY1XT001B5SFC,GQY1XT001AZVVO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B5NV4"; -secondCol = "GQY1XT001B5NV4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B3YIX"; -secondCol = "GQY1XT001B3YIX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B3X0W"; -secondCol = "GQY1XT001B3X0W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B3FMW"; -secondCol = "GQY1XT001B3FMW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B33L9"; -secondCol = "GQY1XT001B33L9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B2NMD"; -secondCol = "GQY1XT001B2NMD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B2LC1"; -secondCol = "GQY1XT001B2LC1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B2BSQ"; -secondCol = "GQY1XT001B2BSQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B1NT0"; -secondCol = "GQY1XT001B1NT0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B1L47"; -secondCol = "GQY1XT001B1L47"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B16R1"; -secondCol = "GQY1XT001B16R1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B15LZ"; -secondCol = "GQY1XT001B15LZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B0XDL"; -secondCol = "GQY1XT001B0XDL,GQY1XT001ET9NQ,GQY1XT001DMT51"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B0RDE"; -secondCol = "GQY1XT001B0RDE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B0PXR"; -secondCol = "GQY1XT001B0PXR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B0NDH"; -secondCol = "GQY1XT001B0NDH,GQY1XT001ALZN7,GQY1XT001EKRE5,GQY1XT001CCF0C,GQY1XT001EUXQY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B0LOS"; -secondCol = "GQY1XT001B0LOS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B05N5"; -secondCol = "GQY1XT001B05N5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZULT"; -secondCol = "GQY1XT001AZULT,GQY1XT001B9W13"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZRLQ"; -secondCol = "GQY1XT001AZRLQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZHRG"; -secondCol = "GQY1XT001AZHRG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZAPT"; -secondCol = "GQY1XT001AZAPT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AYX7D"; -secondCol = "GQY1XT001AYX7D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AYQ5Z"; -secondCol = "GQY1XT001AYQ5Z"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AXRGB"; -secondCol = "GQY1XT001AXRGB,GQY1XT001ED2N1,GQY1XT001A2NAF,GQY1XT001CBOR6,GQY1XT001CE762,GQY1XT001C8E6Y,GQY1XT001D19EB,GQY1XT001CCLEH,GQY1XT001AP96U,GQY1XT001B2F37,GQY1XT001BQKNJ,GQY1XT001DOXS7,GQY1XT001DL5Y2,GQY1XT001A2UWF,GQY1XT001CM4K4,GQY1XT001EOG1N,GQY1XT001A61PD,GQY1XT001B1RO7,GQY1XT001DUS2S,GQY1XT001C6X5V,GQY1XT001BBQ7N,GQY1XT001CQV0L,GQY1XT001DIMRH,GQY1XT001EBLS1,GQY1XT001CKL13,GQY1XT001BNHBM,GQY1XT001CP1JI,GQY1XT001A8LWJ,GQY1XT001EIF6E,GQY1XT001BLD8W,GQY1XT001D3P2L,GQY1XT001CLTN2,GQY1XT001BGAVD,GQY1XT001BPCWM,GQY1XT001CRDFS,GQY1XT001D1ONE,GQY1XT001C0S0B,GQY1XT001C1K9S,GQY1XT001AWUPI,GQY1XT001EAAU5,GQY1XT001CBYRI,GQY1XT001EDOW6,GQY1XT001BWS1T,GQY1XT001ERBJP,GQY1XT001A4D1W,GQY1XT001D06JT,GQY1XT001DPWJD,GQY1XT001D7DOE,GQY1XT001A4VTQ,GQY1XT001C9SMH,GQY1XT001EUZ38,GQY1XT001BLLKL,GQY1XT001CJSKJ,GQY1XT001AGFVW,GQY1XT001CMG5P,GQY1XT001DXIFX,GQY1XT001EKEFB,GQY1XT001AYCUJ,GQY1XT001DQN6U,GQY1XT001AP1OX,GQY1XT001AOY91,GQY1XT001B4JMV,GQY1XT001COS76,GQY1XT001CYYHD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AXG2N"; -secondCol = "GQY1XT001AXG2N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AXDRE"; -secondCol = "GQY1XT001AXDRE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AWWIG"; -secondCol = "GQY1XT001AWWIG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AW8WD"; -secondCol = "GQY1XT001AW8WD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AW1W6"; -secondCol = "GQY1XT001AW1W6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AW0BB"; -secondCol = "GQY1XT001AW0BB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AVY6F"; -secondCol = "GQY1XT001AVY6F,GQY1XT001DGE1X,GQY1XT001ER7PZ,GQY1XT001C3LNR,GQY1XT001C63K1,GQY1XT001A35NU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AVXPI"; -secondCol = "GQY1XT001AVXPI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AVW8R"; -secondCol = "GQY1XT001AVW8R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AVR1M"; -secondCol = "GQY1XT001AVR1M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AV5CD"; -secondCol = "GQY1XT001AV5CD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AUELS"; -secondCol = "GQY1XT001AUELS,GQY1XT001D3O2C,GQY1XT001A00V8,GQY1XT001A0KMZ,GQY1XT001EDQC5,GQY1XT001A336X,GQY1XT001D9KM4,GQY1XT001CPPF5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ATVXJ"; -secondCol = "GQY1XT001ATVXJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ATLSJ"; -secondCol = "GQY1XT001ATLSJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ATF02"; -secondCol = "GQY1XT001ATF02"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ASOCW"; -secondCol = "GQY1XT001ASOCW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ASDN9"; -secondCol = "GQY1XT001ASDN9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AS27U"; -secondCol = "GQY1XT001AS27U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ARTKK"; -secondCol = "GQY1XT001ARTKK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ARRPS"; -secondCol = "GQY1XT001ARRPS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AREMS"; -secondCol = "GQY1XT001AREMS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AQOQL"; -secondCol = "GQY1XT001AQOQL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AQKOI"; -secondCol = "GQY1XT001AQKOI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AQ7W0"; -secondCol = "GQY1XT001AQ7W0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001APAHX"; -secondCol = "GQY1XT001APAHX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AP4SY"; -secondCol = "GQY1XT001AP4SY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AOQFM"; -secondCol = "GQY1XT001AOQFM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AOPM0"; -secondCol = "GQY1XT001AOPM0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AOKG2"; -secondCol = "GQY1XT001AOKG2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AOB1H"; -secondCol = "GQY1XT001AOB1H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AMBT9"; -secondCol = "GQY1XT001AMBT9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AL3K5"; -secondCol = "GQY1XT001AL3K5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AKULV"; -secondCol = "GQY1XT001AKULV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AKJCY"; -secondCol = "GQY1XT001AKJCY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AJPC9"; -secondCol = "GQY1XT001AJPC9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AJMR4"; -secondCol = "GQY1XT001AJMR4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AJ700"; -secondCol = "GQY1XT001AJ700"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AJ20W"; -secondCol = "GQY1XT001AJ20W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AIWYF"; -secondCol = "GQY1XT001AIWYF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AILS4"; -secondCol = "GQY1XT001AILS4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AIBN7"; -secondCol = "GQY1XT001AIBN7,GQY1XT001ECUPC,GQY1XT001C4YU4,GQY1XT001A739F,GQY1XT001B74II"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AI3O1"; -secondCol = "GQY1XT001AI3O1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AHO2K"; -secondCol = "GQY1XT001AHO2K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AGROC"; -secondCol = "GQY1XT001AGROC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AGKBN"; -secondCol = "GQY1XT001AGKBN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AGG6W"; -secondCol = "GQY1XT001AGG6W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AGC6C"; -secondCol = "GQY1XT001AGC6C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AFXPL"; -secondCol = "GQY1XT001AFXPL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AFXF7"; -secondCol = "GQY1XT001AFXF7,GQY1XT001AKNNC,GQY1XT001CB9GP,GQY1XT001DFOPA,GQY1XT001B5MGA,GQY1XT001DF4FE,GQY1XT001E4HRQ,GQY1XT001B9XOI,GQY1XT001DYYAO,GQY1XT001EXOTN,GQY1XT001DWSJH,GQY1XT001EOO8R,GQY1XT001AVE7G,GQY1XT001EHBFO,GQY1XT001D7CFQ,GQY1XT001D6GD0,GQY1XT001B9NCB,GQY1XT001EH62R,GQY1XT001CX8FN,GQY1XT001AJN8U,GQY1XT001C0OWV,GQY1XT001EC6W9,GQY1XT001BDWJ1,GQY1XT001BY7C3,GQY1XT001EWCGD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AFX9C"; -secondCol = "GQY1XT001AFX9C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AEO5Y"; -secondCol = "GQY1XT001AEO5Y"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AEDFI"; -secondCol = "GQY1XT001AEDFI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AD3AA"; -secondCol = "GQY1XT001AD3AA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A8ZAM"; -secondCol = "GQY1XT001A8ZAM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A8Y8K"; -secondCol = "GQY1XT001A8Y8K,GQY1XT001EW1V9,GQY1XT001CT7RX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A8WF3"; -secondCol = "GQY1XT001A8WF3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A8T80"; -secondCol = "GQY1XT001A8T80"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A8Q74"; -secondCol = "GQY1XT001A8Q74"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A8163"; -secondCol = "GQY1XT001A8163"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A6YXB"; -secondCol = "GQY1XT001A6YXB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A5HGV"; -secondCol = "GQY1XT001A5HGV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A5DA8"; -secondCol = "GQY1XT001A5DA8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A4XYG"; -secondCol = "GQY1XT001A4XYG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A4O71"; -secondCol = "GQY1XT001A4O71,GQY1XT001CDZL7,GQY1XT001A94BO,GQY1XT001CQIPH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A3N9X"; -secondCol = "GQY1XT001A3N9X,GQY1XT001AQGK1,GQY1XT001CZZQO,GQY1XT001EO4AE,GQY1XT001DQZ3E,GQY1XT001CW046,GQY1XT001EDA86,GQY1XT001BRXU1,GQY1XT001BGSL9,GQY1XT001B6KJL,GQY1XT001D0C5F,GQY1XT001DAYUD,GQY1XT001DI7AW,GQY1XT001COJ92,GQY1XT001D92HG,GQY1XT001B7U7P,GQY1XT001D7MH9,GQY1XT001C5QT3,GQY1XT001DO8UC,GQY1XT001DMGFG,GQY1XT001EDUYA,GQY1XT001DBS5V,GQY1XT001BRJHF,GQY1XT001ARWNX,GQY1XT001BH3OQ,GQY1XT001EV6BP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A2ZIR"; -secondCol = "GQY1XT001A2ZIR,GQY1XT001BD0NS,GQY1XT001D2QXL,GQY1XT001EDWGD,GQY1XT001DWLRG,GQY1XT001B766Z"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A2D1V"; -secondCol = "GQY1XT001A2D1V"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A26B8"; -secondCol = "GQY1XT001A26B8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A22CL"; -secondCol = "GQY1XT001A22CL,GQY1XT001AVORM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A20SJ"; -secondCol = "GQY1XT001A20SJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A1OAD"; -secondCol = "GQY1XT001A1OAD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A03SX"; -secondCol = "GQY1XT001A03SX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A1T0J"; -secondCol = "GQY1XT001A1T0J,GQY1XT001DW6GE,GQY1XT001A3KFZ,GQY1XT001D0XM2,GQY1XT001D8STY,GQY1XT001CF3L8,GQY1XT001BRK8J,GQY1XT001C1JP5,GQY1XT001A4IUK,GQY1XT001EVAO1,GQY1XT001DZUKI,GQY1XT001AJ1NT,GQY1XT001EPZ4X,GQY1XT001DEIKL,GQY1XT001BQDLT,GQY1XT001ANTWW,GQY1XT001BZTCD,GQY1XT001EEOVU,GQY1XT001DDLXH,GQY1XT001C3YA9,GQY1XT001CJVML,GQY1XT001DV5AD,GQY1XT001A6B4W,GQY1XT001CZU5Q,GQY1XT001C6DAH,GQY1XT001BP037,GQY1XT001CXP3W,GQY1XT001EQ6J4,GQY1XT001CPXEF,GQY1XT001CUBAJ,GQY1XT001CO8ZA,GQY1XT001EUDCQ,GQY1XT001BJIII,GQY1XT001E23EX,GQY1XT001EAWGZ,GQY1XT001DZBD2,GQY1XT001A35W4,GQY1XT001CUJKR,GQY1XT001C6676,GQY1XT001C6L8O,GQY1XT001AT18H,GQY1XT001EDQWG,GQY1XT001DOAT0,GQY1XT001ARJHV,GQY1XT001DQAPU,GQY1XT001B4ABV,GQY1XT001DVV6C,GQY1XT001BWJHD,GQY1XT001B7UEC,GQY1XT001BEHVZ,GQY1XT001CTZL2,GQY1XT001BYOUX,GQY1XT001D9ET9,GQY1XT001EURD3,GQY1XT001EIMQN,GQY1XT001ATKIK,GQY1XT001AXDSQ,GQY1XT001AY73N,GQY1XT001CWYJ4,GQY1XT001EVNAA,GQY1XT001BQXDL,GQY1XT001BDSPI,GQY1XT001DKIEP,GQY1XT001BTXS5,GQY1XT001CJZ29,GQY1XT001D8SVS,GQY1XT001B6IOE,GQY1XT001BZNLH,GQY1XT001AJS97,GQY1XT001EFWRA,GQY1XT001A90D5,GQY1XT001A00GH,GQY1XT001B43GE,GQY1XT001D53GS,GQY1XT001CXULU,GQY1XT001B0TZ7,GQY1XT001EIUKV,GQY1XT001B6ABU,GQY1XT001A7BDX,GQY1XT001C33YJ,GQY1XT001DBO20,GQY1XT001ES16J,GQY1XT001CSA3R,GQY1XT001AXYYN,GQY1XT001EBLXN,GQY1XT001CMN1D,GQY1XT001AL4QF,GQY1XT001AWO99,GQY1XT001BPO9P,GQY1XT001B6UFU,GQY1XT001AH4CP,GQY1XT001A0JUW,GQY1XT001C2MA9,GQY1XT001BPZ49,GQY1XT001BYAYO,GQY1XT001C8SFU,GQY1XT001EWABQ,GQY1XT001EH38Z,GQY1XT001EJL0D,GQY1XT001EG7EX,GQY1XT001DY6SC,GQY1XT001DSTEB,GQY1XT001DIZUQ,GQY1XT001D8ZDK,GQY1XT001D27MV,GQY1XT001BUQYE,GQY1XT001BSHS9,GQY1XT001A2KRA,GQY1XT001AEY6R,GQY1XT001DGO87,GQY1XT001BU41X,GQY1XT001EHAH5,GQY1XT001DXFP1,GQY1XT001DTWI3,GQY1XT001BCOT4,GQY1XT001BHGGN,GQY1XT001EGVKO,GQY1XT001A5NV5,GQY1XT001BP6U6,GQY1XT001BT2IS,GQY1XT001E32AW,GQY1XT001AH7QM,GQY1XT001AM8S8,GQY1XT001B7U1E,GQY1XT001ERHBS,GQY1XT001ECX6Q,GQY1XT001C5EO6,GQY1XT001E0WPD,GQY1XT001EJ4IU,GQY1XT001EG5HK,GQY1XT001AXHNA,GQY1XT001CEWUS,GQY1XT001EF4SX,GQY1XT001CEPER,GQY1XT001A0UJ6,GQY1XT001B9EGP,GQY1XT001DUNI0,GQY1XT001CTT6C,GQY1XT001CQ370,GQY1XT001BDAZQ,GQY1XT001DUEL3,GQY1XT001A538V,GQY1XT001ESCCC,GQY1XT001AHWNA,GQY1XT001BEXSV,GQY1XT001A6J3K,GQY1XT001DJIW7,GQY1XT001C3HP6,GQY1XT001BUUL6,GQY1XT001AVC3D,GQY1XT001BCW3W,GQY1XT001DEB1B,GQY1XT001A0164,GQY1XT001CCCES,GQY1XT001AM08M,GQY1XT001EV5RA,GQY1XT001D5TVI,GQY1XT001AJGQL,GQY1XT001ES2EC,GQY1XT001ESZZ9,GQY1XT001BZVYX,GQY1XT001BX5KL,GQY1XT001B507Z,GQY1XT001EBYG2,GQY1XT001BJMX4,GQY1XT001AIN71,GQY1XT001D3367,GQY1XT001C2CIO,GQY1XT001A9T51"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CWZS4"; -secondCol = "GQY1XT001CWZS4,GQY1XT001CIJZ8,GQY1XT001CL9YO,GQY1XT001BS8LI,GQY1XT001EIH33,GQY1XT001B9NF0,GQY1XT001CM6ZH,GQY1XT001CYU1S,GQY1XT001CLL5E,GQY1XT001A2039,GQY1XT001ECSE8,GQY1XT001BR4YM,GQY1XT001A52N7,GQY1XT001DSL6A,GQY1XT001CRB3G,GQY1XT001DA7LL,GQY1XT001EYS0D,GQY1XT001BFHU2,GQY1XT001DBMFJ,GQY1XT001ELXZA,GQY1XT001DLFCB,GQY1XT001CHJU5,GQY1XT001BLZO4,GQY1XT001B4Q1Y,GQY1XT001EH730,GQY1XT001E32E0,GQY1XT001AIIC7,GQY1XT001AMMM7,GQY1XT001ETFVD,GQY1XT001A104L,GQY1XT001CSXWO,GQY1XT001DW1KW,GQY1XT001CJ9PC,GQY1XT001CJ7Z1,GQY1XT001C61I4,GQY1XT001DHSHX,GQY1XT001A3MGB,GQY1XT001CKD65,GQY1XT001DWDLJ,GQY1XT001AD34Z,GQY1XT001D73A0,GQY1XT001A650O,GQY1XT001D6SRG,GQY1XT001B4V3Y,GQY1XT001B6UKY,GQY1XT001AVAU5,GQY1XT001AQB3T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BF21Z"; -secondCol = "GQY1XT001BF21Z,GQY1XT001EVZFX,GQY1XT001CMDWD,GQY1XT001EZOJC,GQY1XT001CW1G6,GQY1XT001DR3TG,GQY1XT001CQR0I,GQY1XT001D43M2,GQY1XT001CSODF,GQY1XT001D8DLS,GQY1XT001ECN9G,GQY1XT001EB3NH,GQY1XT001C1M62,GQY1XT001D77RW,GQY1XT001DLYXR,GQY1XT001BVM71,GQY1XT001CWSYD,GQY1XT001CSE10,GQY1XT001D1G4X,GQY1XT001DXBQ2,GQY1XT001EZ3NA,GQY1XT001E3083,GQY1XT001EW68X,GQY1XT001EUB00,GQY1XT001ETMYI,GQY1XT001BK67E,GQY1XT001C2DSA,GQY1XT001AOBR1,GQY1XT001ASH4I,GQY1XT001BIA6P,GQY1XT001B01LF,GQY1XT001BYB48,GQY1XT001CBSXY,GQY1XT001BP57N,GQY1XT001BR1XO,GQY1XT001ENQ59,GQY1XT001D70V3,GQY1XT001DCNRF,GQY1XT001EGJ33,GQY1XT001A8OFT,GQY1XT001DJ9LZ,GQY1XT001DV6RX,GQY1XT001CFEM6,GQY1XT001AMXQ4,GQY1XT001CDNKX,GQY1XT001EEZWU,GQY1XT001DJP3D,GQY1XT001AV88W,GQY1XT001D2DTS,GQY1XT001BYGHB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BSUXQ"; -secondCol = "GQY1XT001BSUXQ,GQY1XT001BUESE,GQY1XT001BPUA8,GQY1XT001CEUAU,GQY1XT001CO0IX,GQY1XT001E2GMY,GQY1XT001DZNQH,GQY1XT001C272N,GQY1XT001D42GA,GQY1XT001DINK4,GQY1XT001A2XX3,GQY1XT001BR7NR,GQY1XT001BMVTQ,GQY1XT001CYITB,GQY1XT001CEPY1,GQY1XT001CH9PM,GQY1XT001AGC9N,GQY1XT001BFAU3,GQY1XT001CSIL4,GQY1XT001ALJIX,GQY1XT001CGUYT,GQY1XT001D5640,GQY1XT001B85M8,GQY1XT001C93F5,GQY1XT001CM8ER,GQY1XT001DIL7D,GQY1XT001EKLQI,GQY1XT001A25GF,GQY1XT001ENTG8,GQY1XT001BNHR7,GQY1XT001CNTCK,GQY1XT001DR8K9,GQY1XT001DT2NT,GQY1XT001AN92D,GQY1XT001ELZHX,GQY1XT001DHOHT,GQY1XT001AX5I2,GQY1XT001AM43T,GQY1XT001AM1W2,GQY1XT001DS6F3,GQY1XT001D2IL3,GQY1XT001B59GU,GQY1XT001B9S7G,GQY1XT001BBEIT,GQY1XT001CVAMB,GQY1XT001EPO4Q,GQY1XT001CHPKE,GQY1XT001B5IK7,GQY1XT001CQYM6,GQY1XT001DIIX1,GQY1XT001A8JMI,GQY1XT001BYVX3,GQY1XT001E0PHD,GQY1XT001B6Z09,GQY1XT001DK0ZS,GQY1XT001CMYXO,GQY1XT001D0FZN,GQY1XT001A258S,GQY1XT001CEHZG,GQY1XT001CLR22,GQY1XT001B1B9V,GQY1XT001CLE7C,GQY1XT001BPX9Q,GQY1XT001B9HO6,GQY1XT001D7XQQ,GQY1XT001C11TN,GQY1XT001BW5UV,GQY1XT001EC311,GQY1XT001DV3LP,GQY1XT001D0EBM,GQY1XT001CNQNK,GQY1XT001BR9WD,GQY1XT001BNKIL,GQY1XT001AVZ14,GQY1XT001ASFCO,GQY1XT001A847X,GQY1XT001C2W3I,GQY1XT001ERSEV,GQY1XT001A9HW3,GQY1XT001BHB5C,GQY1XT001DD21Z,GQY1XT001CVJ9M,GQY1XT001C22NE,GQY1XT001DF6RU,GQY1XT001A9K6C,GQY1XT001EYGJZ,GQY1XT001CVA2P,GQY1XT001D9FM2,GQY1XT001ASFUE,GQY1XT001CUU03,GQY1XT001DHFGP,GQY1XT001CIMQX,GQY1XT001AITIT,GQY1XT001AKK1J,GQY1XT001DXATY,GQY1XT001CVUJH,GQY1XT001CQWFU,GQY1XT001ARR5Y,GQY1XT001A5LNZ,GQY1XT001BC5PJ,GQY1XT001DG66D,GQY1XT001BKQR6,GQY1XT001DJTPH,GQY1XT001DXU4Q,GQY1XT001DIEXN,GQY1XT001CHW6W,GQY1XT001BO9YS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DEAMX"; -secondCol = "GQY1XT001DEAMX,GQY1XT001EGQ8N,GQY1XT001B35OM,GQY1XT001ASUN6,GQY1XT001CLHEJ,GQY1XT001BL5RV,GQY1XT001AUS24,GQY1XT001CRDH2,GQY1XT001DCY9G,GQY1XT001AKXLY,GQY1XT001BGV7G,GQY1XT001CA9UC,GQY1XT001BNBD1,GQY1XT001BU3B3,GQY1XT001CG3IB,GQY1XT001BN8G1,GQY1XT001DHNM1,GQY1XT001CQ71I,GQY1XT001C254C,GQY1XT001DAOET,GQY1XT001CZ00K,GQY1XT001E12NX,GQY1XT001ESJJ1,GQY1XT001BWE26,GQY1XT001DCMGV,GQY1XT001EGVKD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BHQ8W"; -secondCol = "GQY1XT001BHQ8W,GQY1XT001EN8E4,GQY1XT001AJYAE,GQY1XT001DYGUF,GQY1XT001AUPXZ,GQY1XT001CCOUK,GQY1XT001CDD3L,GQY1XT001DZBCP,GQY1XT001B61OM,GQY1XT001AMBKR,GQY1XT001C927Y,GQY1XT001COFPX,GQY1XT001CKKTX,GQY1XT001C3M9H,GQY1XT001BBF1Z,GQY1XT001A1NQK,GQY1XT001DOE65,GQY1XT001A22QK,GQY1XT001DJZ5Q,GQY1XT001CUI37,GQY1XT001CPPHH,GQY1XT001EV471,GQY1XT001CHB91,GQY1XT001B7596,GQY1XT001EDIVH,GQY1XT001BD2SD,GQY1XT001AP7MO,GQY1XT001CLNKR,GQY1XT001E02T8,GQY1XT001E20GR,GQY1XT001EKBKB,GQY1XT001D9EGP,GQY1XT001EV290,GQY1XT001CU8O9,GQY1XT001DT1Y5,GQY1XT001DO6WK,GQY1XT001EW42P,GQY1XT001AUNQG,GQY1XT001CQXSN,GQY1XT001CGHCX,GQY1XT001DLOWZ,GQY1XT001C0W5X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BH6RQ"; -secondCol = "GQY1XT001BH6RQ,GQY1XT001DNZGG,GQY1XT001BTZ1J,GQY1XT001CAE27,GQY1XT001DFCJ3,GQY1XT001BORTK,GQY1XT001AHFCH,GQY1XT001D8PPS,GQY1XT001DE7LL,GQY1XT001DQEHW,GQY1XT001DFOHR,GQY1XT001BYJCQ,GQY1XT001CRY8Z,GQY1XT001BMJYS,GQY1XT001ECIPF,GQY1XT001B826D,GQY1XT001DHFLG,GQY1XT001ES5AW,GQY1XT001CVMAW,GQY1XT001BVUID,GQY1XT001EKTO9,GQY1XT001CPGQU,GQY1XT001BANLP,GQY1XT001A72QI,GQY1XT001CI8S0,GQY1XT001B6WBE,GQY1XT001AS7EV,GQY1XT001CY1MQ,GQY1XT001EN6MH,GQY1XT001BEV2S,GQY1XT001BJ2C2,GQY1XT001DLQUP,GQY1XT001E3156,GQY1XT001BMUTY,GQY1XT001CV5MD,GQY1XT001EHYYA,GQY1XT001CXKTH,GQY1XT001A86J7,GQY1XT001AI9RP,GQY1XT001AMUYI,GQY1XT001B5CMM,GQY1XT001DITYM,GQY1XT001BL845,GQY1XT001CVBVM,GQY1XT001C245R,GQY1XT001ELR6O,GQY1XT001BHE6N,GQY1XT001DR3AZ,GQY1XT001B0VBM,GQY1XT001COMWC,GQY1XT001BCR82,GQY1XT001EI65H,GQY1XT001A9S4E,GQY1XT001CVJCF,GQY1XT001CTNTF,GQY1XT001B2VXO,GQY1XT001B7YCD,GQY1XT001EE89E,GQY1XT001B5A8D,GQY1XT001BH7AZ,GQY1XT001D3IHQ,GQY1XT001BCW49,GQY1XT001BOYUI,GQY1XT001CUUNJ,GQY1XT001EDNRM,GQY1XT001BK8R3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EYPWE"; -secondCol = "GQY1XT001EYPWE,GQY1XT001DL0RH,GQY1XT001BJR6L,GQY1XT001ANLWG,GQY1XT001BGHGI,GQY1XT001DR9GF,GQY1XT001BGWBH,GQY1XT001C4KUF,GQY1XT001AG6J0,GQY1XT001EZATD,GQY1XT001EANQN,GQY1XT001CFSQW,GQY1XT001BOYAO,GQY1XT001CH3P1,GQY1XT001DA2DX,GQY1XT001CQGQK,GQY1XT001A41GY,GQY1XT001BDIFS,GQY1XT001DXRFY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DG39T"; -secondCol = "GQY1XT001DG39T,GQY1XT001BRLXA,GQY1XT001DNWM7,GQY1XT001B9OHW,GQY1XT001B5DQO,GQY1XT001DB0YZ,GQY1XT001EURYI,GQY1XT001DQ2ZI,GQY1XT001BQ31A,GQY1XT001DLGUM,GQY1XT001EG516,GQY1XT001CNGO6,GQY1XT001BI1JA,GQY1XT001BARW5,GQY1XT001A0E7X,GQY1XT001DTLQ8,GQY1XT001B7U28,GQY1XT001C3VFM,GQY1XT001DFFMI,GQY1XT001CT68Y,GQY1XT001EPK1O,GQY1XT001CDA0G,GQY1XT001A11JI,GQY1XT001D8DCW,GQY1XT001DPXIR,GQY1XT001DS14Y,GQY1XT001BGD31,GQY1XT001DFTCN,GQY1XT001BJ1M6,GQY1XT001C9GA4,GQY1XT001B7QOW,GQY1XT001EJZTO,GQY1XT001DJ7CQ,GQY1XT001DS2YZ,GQY1XT001AY6X3,GQY1XT001A2UOL,GQY1XT001ASB76,GQY1XT001DEXRU,GQY1XT001EANVU,GQY1XT001EHXT4,GQY1XT001DTVN6,GQY1XT001CG9F8,GQY1XT001C5TU0,GQY1XT001BTKOB,GQY1XT001EPEG9,GQY1XT001D9DZ2,GQY1XT001AD3OQ,GQY1XT001AXQIH,GQY1XT001A2SN2,GQY1XT001C4ZOR,GQY1XT001CEXSO,GQY1XT001CVWGR,GQY1XT001CRLXH,GQY1XT001DO8AU,GQY1XT001CZ2Y3,GQY1XT001ATSID,GQY1XT001EZHTL,GQY1XT001D6I9K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EYPCU"; -secondCol = "GQY1XT001EYPCU,GQY1XT001AQK3Z,GQY1XT001DS9T6,GQY1XT001AUXN5,GQY1XT001C29P8,GQY1XT001BJ2AQ,GQY1XT001DAQ6Q,GQY1XT001CA2ZS,GQY1XT001C4PIZ,GQY1XT001BWHYS,GQY1XT001BI1M4,GQY1XT001BI2ND,GQY1XT001EYQ0B,GQY1XT001AR20Z,GQY1XT001A4QKJ,GQY1XT001BENKB,GQY1XT001EF9TU,GQY1XT001C1U0J,GQY1XT001EKOLO,GQY1XT001DJDST,GQY1XT001CLEPU,GQY1XT001DA3HL,GQY1XT001D3A57,GQY1XT001EHTW7,GQY1XT001DUSMR,GQY1XT001BZLL5,GQY1XT001BN58H,GQY1XT001A1FEC,GQY1XT001C2FJD,GQY1XT001EKEXD,GQY1XT001AE52Q,GQY1XT001AUNDC,GQY1XT001ELOVB,GQY1XT001ED4RR,GQY1XT001B5KI8,GQY1XT001EVU4P,GQY1XT001E2H1I,GQY1XT001BEYVJ,GQY1XT001BJZSQ,GQY1XT001CYDUK,GQY1XT001DRRR8,GQY1XT001A1C6K,GQY1XT001BWKCJ,GQY1XT001BJU7N,GQY1XT001BJSRQ,GQY1XT001D8N04,GQY1XT001C76X2,GQY1XT001CE5NG,GQY1XT001EPJKH,GQY1XT001BLFQP,GQY1XT001APB2Y,GQY1XT001C2QYC,GQY1XT001A47AD,GQY1XT001EJXKZ,GQY1XT001BS7JB,GQY1XT001BH75U,GQY1XT001DF5HV,GQY1XT001E3M2Q,GQY1XT001CK0HQ,GQY1XT001CDS1M,GQY1XT001A9VT0,GQY1XT001B6LU7,GQY1XT001B68DM,GQY1XT001BK0PC,GQY1XT001E3X3I,GQY1XT001DHLX0,GQY1XT001BZ35Y,GQY1XT001D7IGK,GQY1XT001CWJPP,GQY1XT001COFWM,GQY1XT001BP6M2,GQY1XT001B234O,GQY1XT001A9BRF,GQY1XT001EW34G,GQY1XT001EPUNP,GQY1XT001CGTNK,GQY1XT001B1W8P,GQY1XT001C0P1F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EGKMY"; -secondCol = "GQY1XT001EGKMY,GQY1XT001AHD4Q,GQY1XT001CDL68,GQY1XT001AUH6D,GQY1XT001BTXHC,GQY1XT001AT1QC,GQY1XT001D1WMF,GQY1XT001BB9YV,GQY1XT001DVMIE,GQY1XT001BFEAO,GQY1XT001EB0JE,GQY1XT001DFMQ1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C40V6"; -secondCol = "GQY1XT001C40V6,GQY1XT001D9ZGF,GQY1XT001CL3VM,GQY1XT001ANK4O,GQY1XT001EUBF4,GQY1XT001BHDPY,GQY1XT001B76YB,GQY1XT001CIWQM,GQY1XT001CKCYV,GQY1XT001AMORF,GQY1XT001EF39F,GQY1XT001C7SQH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EHCCH"; -secondCol = "GQY1XT001EHCCH,GQY1XT001COOZQ,GQY1XT001AM95V,GQY1XT001E1EZI,GQY1XT001DUJXJ,GQY1XT001DA39Y,GQY1XT001C2BA5,GQY1XT001BG5H9,GQY1XT001B9ZD1,GQY1XT001ALK8K,GQY1XT001CMPIY,GQY1XT001D36D2,GQY1XT001D9ISB,GQY1XT001CONSJ,GQY1XT001D2DHX,GQY1XT001D7PWG,GQY1XT001BWZ39,GQY1XT001AYU4O,GQY1XT001EQ9EJ,GQY1XT001BXYKP,GQY1XT001BEI4F,GQY1XT001A8JFZ,GQY1XT001EVGZR,GQY1XT001DR2T7,GQY1XT001DL3O1,GQY1XT001EX91Y,GQY1XT001CLI5K,GQY1XT001CUS6E,GQY1XT001B4V8D,GQY1XT001C73OO,GQY1XT001EBINR,GQY1XT001BN559,GQY1XT001AWI1B,GQY1XT001EZXOH,GQY1XT001AZ934,GQY1XT001BUN8B,GQY1XT001EEVRF,GQY1XT001C52UU,GQY1XT001D7L6A,GQY1XT001DW4VP,GQY1XT001DJHRK,GQY1XT001C18US,GQY1XT001APBDX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DSKV4"; -secondCol = "GQY1XT001DSKV4,GQY1XT001DY2WZ,GQY1XT001DP4EC,GQY1XT001AYIGP,GQY1XT001D9VJ5,GQY1XT001ALHZN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DBATA"; -secondCol = "GQY1XT001DBATA,GQY1XT001DBS9J,GQY1XT001EVF9A,GQY1XT001EA9L9,GQY1XT001B20Y9,GQY1XT001AN85U,GQY1XT001B3KY2,GQY1XT001CJ19Q,GQY1XT001EIUA5,GQY1XT001DVK4B,GQY1XT001CZOXX,GQY1XT001DHGYS,GQY1XT001DAYS8,GQY1XT001CMFBR,GQY1XT001C3SYF,GQY1XT001BE74S,GQY1XT001CY4MU,GQY1XT001D9PTC,GQY1XT001DRJET,GQY1XT001DBVZ3,GQY1XT001CJUWO,GQY1XT001CPDI4,GQY1XT001B5EHA,GQY1XT001BS6OA,GQY1XT001A2AOP,GQY1XT001D8ZWY,GQY1XT001EQS7Q,GQY1XT001EFNCU,GQY1XT001EQ696,GQY1XT001BVVTO,GQY1XT001B1538"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BMQ72"; -secondCol = "GQY1XT001BMQ72,GQY1XT001ARVIV,GQY1XT001DY8XE,GQY1XT001EGIWX,GQY1XT001BWKB4,GQY1XT001A8NOW,GQY1XT001E053M,GQY1XT001DQZIG,GQY1XT001DAYDU,GQY1XT001AGJ38,GQY1XT001BN6LL,GQY1XT001CGBE4,GQY1XT001DOBN0,GQY1XT001DGYM7,GQY1XT001A6OX1,GQY1XT001BQWIF,GQY1XT001BCBRW,GQY1XT001EOQA7,GQY1XT001BO1J7,GQY1XT001AXOL8,GQY1XT001A87FT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ENQS7"; -secondCol = "GQY1XT001ENQS7,GQY1XT001A427W,GQY1XT001BR9D3,GQY1XT001BBT3H,GQY1XT001D0XJY,GQY1XT001B4XR5,GQY1XT001B1UII,GQY1XT001AOWAQ,GQY1XT001EEQCR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EDG3L"; -secondCol = "GQY1XT001EDG3L,GQY1XT001D5QBY,GQY1XT001B5GU3,GQY1XT001D9I34,GQY1XT001EE8H2,GQY1XT001BZFOQ,GQY1XT001C0PQA,GQY1XT001D25YQ,GQY1XT001AREY9,GQY1XT001DMQ1X,GQY1XT001ES7QN,GQY1XT001DU8CR,GQY1XT001DVXID,GQY1XT001BYPI8,GQY1XT001CVRMS,GQY1XT001BZFLW,GQY1XT001DH5PH,GQY1XT001DV591,GQY1XT001C7VAV,GQY1XT001BJQ5H,GQY1XT001DVZFV,GQY1XT001A7BMM,GQY1XT001BKKX0,GQY1XT001D7RZG,GQY1XT001D2ZIL,GQY1XT001EU61I,GQY1XT001CQQX3,GQY1XT001CM4OR,GQY1XT001D94OC,GQY1XT001BG0XK,GQY1XT001BDDB3,GQY1XT001C9GPM,GQY1XT001DM35M,GQY1XT001CBZ7K,GQY1XT001CBJO0,GQY1XT001AH7KO,GQY1XT001B73YL,GQY1XT001CE5B2,GQY1XT001DZUGB,GQY1XT001BSNHK,GQY1XT001APEKG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DW4OA"; -secondCol = "GQY1XT001DW4OA,GQY1XT001DU6RJ,GQY1XT001D6YFF,GQY1XT001EWO70,GQY1XT001BJ2WC,GQY1XT001BOQ39,GQY1XT001BNGMU,GQY1XT001BAPXF,GQY1XT001AGX0Y"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D559F"; -secondCol = "GQY1XT001D559F,GQY1XT001AYGP9,GQY1XT001CDX4C,GQY1XT001C9G3I,GQY1XT001A9H55,GQY1XT001C9HOE,GQY1XT001ESJO5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C74CB"; -secondCol = "GQY1XT001C74CB,GQY1XT001CJCUR,GQY1XT001EKZEA,GQY1XT001CQA3H,GQY1XT001A3RPU,GQY1XT001BX4JN,GQY1XT001CX3JV,GQY1XT001DMFFC,GQY1XT001CD39X,GQY1XT001APIDT,GQY1XT001DEFRV,GQY1XT001AXJ6S,GQY1XT001EI6ND,GQY1XT001A1JMC,GQY1XT001DY3DT,GQY1XT001DEEJ2,GQY1XT001BEZGQ,GQY1XT001CAO7X,GQY1XT001BQX3N,GQY1XT001C5OUU,GQY1XT001EX30O,GQY1XT001EM7QP,GQY1XT001D7HEY,GQY1XT001AD3O6,GQY1XT001A28IW,GQY1XT001BQ99D,GQY1XT001BK5BP,GQY1XT001BD3KR,GQY1XT001C5ARN,GQY1XT001BRSZ4,GQY1XT001AIEZ5,GQY1XT001CUDWP,GQY1XT001E5VK1,GQY1XT001CZJJL,GQY1XT001BD9BB,GQY1XT001AF0RD,GQY1XT001BWQ3J,GQY1XT001CUU1D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BYB9O"; -secondCol = "GQY1XT001BYB9O,GQY1XT001BHLNK,GQY1XT001D0C30,GQY1XT001BTEXE,GQY1XT001B0C3O,GQY1XT001EI628,GQY1XT001DYT4B,GQY1XT001D52M1,GQY1XT001BABAC,GQY1XT001DKZ4I,GQY1XT001DO8YO,GQY1XT001DL8FI,GQY1XT001DOBWT,GQY1XT001BPFOR,GQY1XT001BLTSR,GQY1XT001CHMF5,GQY1XT001AQNQD,GQY1XT001A6ZZ0,GQY1XT001BKDR3,GQY1XT001CAG7X,GQY1XT001BZIN7,GQY1XT001BJZPU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BGXA5"; -secondCol = "GQY1XT001BGXA5,GQY1XT001B6UT4,GQY1XT001C03YJ,GQY1XT001D5JJ7,GQY1XT001EYNRK,GQY1XT001DRAPN,GQY1XT001DEIBB,GQY1XT001AZMJJ,GQY1XT001BY1YT,GQY1XT001B41G5,GQY1XT001DBT1Q,GQY1XT001A8UCR,GQY1XT001DU3JL,GQY1XT001BLKVW,GQY1XT001BJU9E,GQY1XT001CM9UQ,GQY1XT001B5TGO,GQY1XT001AXQ5P,GQY1XT001AZEH5,GQY1XT001DWVR2,GQY1XT001ERTVT,GQY1XT001D8ZNX,GQY1XT001DQ20I,GQY1XT001DJ9YF,GQY1XT001EEE8L,GQY1XT001BXSGN,GQY1XT001CKLML,GQY1XT001EZ3DC,GQY1XT001AXQOH,GQY1XT001C5U7P,GQY1XT001C828R,GQY1XT001AQ7FU,GQY1XT001AII4O,GQY1XT001D8TN5,GQY1XT001BQGBO,GQY1XT001A6N06,GQY1XT001D7PGM,GQY1XT001DLIZQ,GQY1XT001DIDI7,GQY1XT001DBHDF,GQY1XT001BKEI4,GQY1XT001BMU9A,GQY1XT001DQEJ9,GQY1XT001CD50H,GQY1XT001C9QYJ,GQY1XT001ESMCA,GQY1XT001AMFV4,GQY1XT001AN1DL,GQY1XT001DM81M,GQY1XT001C3K3J,GQY1XT001D3L06,GQY1XT001DN0EZ,GQY1XT001EN4QL,GQY1XT001CXGSC,GQY1XT001BOX2T,GQY1XT001B6F75,GQY1XT001BQ8CZ,GQY1XT001CFRKI,GQY1XT001EPZKU,GQY1XT001DK3BJ,GQY1XT001BEONC,GQY1XT001B7RJ7,GQY1XT001DMLBR,GQY1XT001DQ3X0,GQY1XT001DOWUE,GQY1XT001B2IOD,GQY1XT001EYX1F,GQY1XT001ATD1E,GQY1XT001EZGQ6,GQY1XT001BMS6W,GQY1XT001CQ50M,GQY1XT001EDAZQ,GQY1XT001EMGON,GQY1XT001B734B,GQY1XT001DRKLW,GQY1XT001C1UIG,GQY1XT001CDY61,GQY1XT001BKLS3,GQY1XT001DKZI3,GQY1XT001CMDK5,GQY1XT001A40VI,GQY1XT001EP17V,GQY1XT001CZWME,GQY1XT001DF8ZJ,GQY1XT001AXIEE,GQY1XT001D0789,GQY1XT001BYB83,GQY1XT001B716U,GQY1XT001B2CNR,GQY1XT001CDESQ,GQY1XT001D020S,GQY1XT001E52EH,GQY1XT001C7KWM,GQY1XT001CSFW7,GQY1XT001ASKIL,GQY1XT001A968R,GQY1XT001DZPSG,GQY1XT001CD9T9,GQY1XT001BI8PT,GQY1XT001B6REA,GQY1XT001D80GO,GQY1XT001A006L,GQY1XT001C3V6H,GQY1XT001EM7MO,GQY1XT001B62AP,GQY1XT001DG5RU,GQY1XT001EPEDX,GQY1XT001CPX8L,GQY1XT001BCQRQ,GQY1XT001C23VX,GQY1XT001DHVMV,GQY1XT001AIZA7,GQY1XT001CMFXF,GQY1XT001EQCGI,GQY1XT001DTQFD,GQY1XT001CPDTK,GQY1XT001C7PN0,GQY1XT001BYMHS,GQY1XT001ERN7Q,GQY1XT001EQES9,GQY1XT001CHKEI,GQY1XT001AVVU6,GQY1XT001B9YKI,GQY1XT001CU1BE,GQY1XT001A69FV,GQY1XT001C78IE,GQY1XT001ES3GS,GQY1XT001A9V79,GQY1XT001AI5NU,GQY1XT001A4JJS,GQY1XT001BFEI4,GQY1XT001CTTDZ,GQY1XT001D1VNW,GQY1XT001BW7U8,GQY1XT001BZY2R,GQY1XT001CE3CM,GQY1XT001AOR7R,GQY1XT001C56BD,GQY1XT001A6YYO,GQY1XT001EE46A,GQY1XT001A61V9,GQY1XT001BOP8S,GQY1XT001DPCC5,GQY1XT001B7RX8,GQY1XT001BCKAF,GQY1XT001AFY3N,GQY1XT001CC4B5,GQY1XT001DZRVQ,GQY1XT001BKZF9,GQY1XT001EMO4P,GQY1XT001CXCW9,GQY1XT001BRB35,GQY1XT001CVJX3,GQY1XT001BQZJ6,GQY1XT001CBT2T,GQY1XT001A1QQ5,GQY1XT001D65BG,GQY1XT001E2HHY,GQY1XT001B6T2L,GQY1XT001CDC0Q,GQY1XT001CY646,GQY1XT001D5T6Y,GQY1XT001C7SCH,GQY1XT001AFBTL,GQY1XT001CYO7I,GQY1XT001CK3C7,GQY1XT001ELNRD,GQY1XT001CZET7,GQY1XT001BOF2L,GQY1XT001EPNWP,GQY1XT001C2KS2,GQY1XT001DKINU,GQY1XT001B44LH,GQY1XT001DR6LS,GQY1XT001E1XGH,GQY1XT001AY5EH,GQY1XT001CX7M4,GQY1XT001BB5D0,GQY1XT001BRJZ9,GQY1XT001DR3A6,GQY1XT001CFOUO,GQY1XT001CPH7X,GQY1XT001DN0AL,GQY1XT001CZYK1,GQY1XT001BOKEA,GQY1XT001DVO5B,GQY1XT001CW9IU,GQY1XT001BEVF2,GQY1XT001EGFD8,GQY1XT001CTKZ4,GQY1XT001BTUAI,GQY1XT001ESNJT,GQY1XT001ELZNU,GQY1XT001DYLQS,GQY1XT001DUL44,GQY1XT001CN7FW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A69AD"; -secondCol = "GQY1XT001A69AD,GQY1XT001D84X3,GQY1XT001E23AN,GQY1XT001BG9L6,GQY1XT001CNC13,GQY1XT001A2B1R,GQY1XT001DOPPQ,GQY1XT001CA4TG,GQY1XT001EDMOR,GQY1XT001DCCA3,GQY1XT001A4AH3,GQY1XT001EE0JB,GQY1XT001DS7LM,GQY1XT001A2BQO,GQY1XT001A8C4F,GQY1XT001DDG8F,GQY1XT001BSZ5H,GQY1XT001EN0S2,GQY1XT001CNBG2,GQY1XT001APKSB,GQY1XT001BUY1F,GQY1XT001EUCAM,GQY1XT001E0WSE,GQY1XT001EOUEW,GQY1XT001BYXN1,GQY1XT001CCQGK,GQY1XT001E0SU6,GQY1XT001D2UR4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EZ7ET"; -secondCol = "GQY1XT001EZ7ET,GQY1XT001AO1J9,GQY1XT001A99T1,GQY1XT001AXR4K,GQY1XT001EG6NC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E1YNT"; -secondCol = "GQY1XT001E1YNT,GQY1XT001DV4P0,GQY1XT001EPYXU,GQY1XT001EN3H8,GQY1XT001BO43V,GQY1XT001CJ6EF,GQY1XT001C050P,GQY1XT001EMJR7,GQY1XT001DIF8P,GQY1XT001ETVJ1,GQY1XT001DGX06,GQY1XT001AMUEK,GQY1XT001BYXJS,GQY1XT001BH4UD,GQY1XT001AKL9C,GQY1XT001B5Z18,GQY1XT001BC7OW,GQY1XT001AX46W,GQY1XT001B85LA,GQY1XT001CWEF3,GQY1XT001DSEB6,GQY1XT001D6MVT,GQY1XT001CDO91,GQY1XT001C0ZD5,GQY1XT001CVNFJ,GQY1XT001AUGLI,GQY1XT001AV9RQ,GQY1XT001AMJBH,GQY1XT001DA7D6,GQY1XT001D7EEI,GQY1XT001EU0R8,GQY1XT001C8MDW,GQY1XT001B12YM,GQY1XT001BWKPN,GQY1XT001D8DJ5,GQY1XT001C02S1,GQY1XT001E0T7N,GQY1XT001AH3QR,GQY1XT001BE46G,GQY1XT001EVHKW,GQY1XT001B6NMT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DDQVF"; -secondCol = "GQY1XT001DDQVF,GQY1XT001B52K1,GQY1XT001BZJ25"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CTZM0"; -secondCol = "GQY1XT001CTZM0,GQY1XT001CH8AS,GQY1XT001BEI10"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CCJT7"; -secondCol = "GQY1XT001CCJT7,GQY1XT001EIDTC,GQY1XT001D4W2B,GQY1XT001BIN1M,GQY1XT001AMVS5,GQY1XT001CPYPQ,GQY1XT001A1CTR,GQY1XT001C1EWQ,GQY1XT001C7UVE,GQY1XT001BHJAW,GQY1XT001DLQDC,GQY1XT001BBSNC,GQY1XT001COUM2,GQY1XT001CGYHM,GQY1XT001DXE6F,GQY1XT001EUM6N,GQY1XT001AV920,GQY1XT001D0O87,GQY1XT001AYGZK,GQY1XT001B9V4U,GQY1XT001EK3HI,GQY1XT001EN814,GQY1XT001EIEE6,GQY1XT001BTYT3,GQY1XT001DV45O,GQY1XT001CI380,GQY1XT001A3FO4,GQY1XT001A25I4,GQY1XT001DKO3T,GQY1XT001COMU2,GQY1XT001BRFJC,GQY1XT001CC0YZ,GQY1XT001BQV5X,GQY1XT001DG5KF,GQY1XT001EJEIU,GQY1XT001DGYOB,GQY1XT001AD69X,GQY1XT001EME5P,GQY1XT001BXTGL,GQY1XT001ANUCG,GQY1XT001B1OOD,GQY1XT001CJDF3,GQY1XT001CMDSQ,GQY1XT001BQMY3,GQY1XT001DCO5J,GQY1XT001B8UKO,GQY1XT001B8BTX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C9JY3"; -secondCol = "GQY1XT001C9JY3,GQY1XT001B5BNC,GQY1XT001EW4AS,GQY1XT001AJIQ9,GQY1XT001ARDSA,GQY1XT001B8L77,GQY1XT001BWH2F,GQY1XT001AHX3Y,GQY1XT001EV5Y3,GQY1XT001C943L,GQY1XT001A3F5N,GQY1XT001DHYX1,GQY1XT001EIGRR,GQY1XT001C5ART,GQY1XT001C6PXX,GQY1XT001EEY39,GQY1XT001CTMSV,GQY1XT001C863F,GQY1XT001A69GH,GQY1XT001D08H4,GQY1XT001AGHAM,GQY1XT001EM0OH,GQY1XT001DKP38,GQY1XT001CK4C3,GQY1XT001BBS7E,GQY1XT001BOG0X,GQY1XT001DAZCI,GQY1XT001D1REX,GQY1XT001CO1YG,GQY1XT001A5GKE,GQY1XT001D6UC3,GQY1XT001EBZ5Z,GQY1XT001AGQ0W,GQY1XT001CQPSP,GQY1XT001A8YMF,GQY1XT001DZ5T8,GQY1XT001CXSL2,GQY1XT001B0KO3,GQY1XT001ALV7X,GQY1XT001EZ6ID,GQY1XT001DMHEK,GQY1XT001BKRRF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5F0S"; -secondCol = "GQY1XT001C5F0S,GQY1XT001ATFVU,GQY1XT001AKL06,GQY1XT001DZ49C,GQY1XT001C9LAW,GQY1XT001BX0ZX,GQY1XT001BRR4G,GQY1XT001ELJEQ,GQY1XT001DEJWE,GQY1XT001EAT8K,GQY1XT001AROGS,GQY1XT001CSQRM,GQY1XT001EDO9X,GQY1XT001CP5EL,GQY1XT001D522A,GQY1XT001APWCC,GQY1XT001EGBQB,GQY1XT001BQO5O,GQY1XT001CBQBH,GQY1XT001D7NRU,GQY1XT001CU1VJ,GQY1XT001D1ZPM,GQY1XT001ANNS5,GQY1XT001CPVWV,GQY1XT001DWEMN,GQY1XT001CM9BX,GQY1XT001EA9KA,GQY1XT001BG5IP,GQY1XT001CF5H0,GQY1XT001CEC4S,GQY1XT001CTLAF,GQY1XT001B56QC,GQY1XT001BNRM4,GQY1XT001DX0TW,GQY1XT001AQGPL,GQY1XT001EH7ND,GQY1XT001AQQMF,GQY1XT001B1CWT,GQY1XT001E1KI9,GQY1XT001AKUVU,GQY1XT001DBVBX,GQY1XT001CP3KM,GQY1XT001AW1J5,GQY1XT001BPCXF,GQY1XT001CYWQR,GQY1XT001D68SX,GQY1XT001CRVW0,GQY1XT001COZ37,GQY1XT001BJ3G9,GQY1XT001ELAX1,GQY1XT001D72M9,GQY1XT001DFK15,GQY1XT001C8G5J,GQY1XT001CVV17,GQY1XT001AI584,GQY1XT001CLO49,GQY1XT001BUIJ8,GQY1XT001EQG9K,GQY1XT001B1VVF,GQY1XT001AK475,GQY1XT001AXTDH,GQY1XT001C3P4C,GQY1XT001DM1NZ,GQY1XT001BH6CT,GQY1XT001EUX8M,GQY1XT001DDKXQ,GQY1XT001A7K6V,GQY1XT001A2B2J,GQY1XT001BP4X0,GQY1XT001B9UX1,GQY1XT001A6FPJ,GQY1XT001AWAOQ,GQY1XT001AOZGN,GQY1XT001BAZSR,GQY1XT001ENPQA,GQY1XT001BJFHM,GQY1XT001D0NNP,GQY1XT001ALJ8Y,GQY1XT001CFI2K,GQY1XT001AZFPQ,GQY1XT001C27LS,GQY1XT001B0LNH,GQY1XT001BLLRJ,GQY1XT001B4U5O,GQY1XT001CP87H,GQY1XT001DV8HQ,GQY1XT001B4OUY,GQY1XT001DYNKU,GQY1XT001DYVN2,GQY1XT001CF83J,GQY1XT001DMCAQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BSRO2"; -secondCol = "GQY1XT001BSRO2,GQY1XT001AKA90,GQY1XT001DSGIU,GQY1XT001BKXZO,GQY1XT001BH1YG,GQY1XT001EQ6QY,GQY1XT001CHB1H,GQY1XT001B133Q,GQY1XT001AI7MM,GQY1XT001ESCYN,GQY1XT001C9ZDT,GQY1XT001BCXVD,GQY1XT001EIJF4,GQY1XT001BKPSW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B9VA2"; -secondCol = "GQY1XT001B9VA2,GQY1XT001DI6OT,GQY1XT001B8646,GQY1XT001AQYJC,GQY1XT001DZHHG,GQY1XT001DEU9K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ARVHF"; -secondCol = "GQY1XT001ARVHF,GQY1XT001ALJBO,GQY1XT001DY2ZG,GQY1XT001C5NJX,GQY1XT001B5PHQ,GQY1XT001CEZ6C,GQY1XT001ARGJP,GQY1XT001CDNIX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AOG78"; -secondCol = "GQY1XT001AOG78,GQY1XT001EX30Y,GQY1XT001EKTOV,GQY1XT001DUWQ1,GQY1XT001API9V,GQY1XT001DHGZB,GQY1XT001B109U,GQY1XT001CM29J,GQY1XT001APQWZ,GQY1XT001B097Z,GQY1XT001CI63T,GQY1XT001CA62K,GQY1XT001EZ1C3,GQY1XT001E2GV2,GQY1XT001DP0LA,GQY1XT001CE1ML,GQY1XT001BQABI,GQY1XT001EC072,GQY1XT001DT2IS,GQY1XT001CTOPJ,GQY1XT001CDXFR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AEGP7"; -secondCol = "GQY1XT001AEGP7,GQY1XT001EO3PE,GQY1XT001AO5X4,GQY1XT001D9PCH,GQY1XT001CJWGJ,GQY1XT001B5IWB,GQY1XT001A6DYJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EX0ZP"; -secondCol = "GQY1XT001EX0ZP,GQY1XT001DCMGR,GQY1XT001C3A3A,GQY1XT001BU8G0,GQY1XT001CS0Z1,GQY1XT001E5MG3,GQY1XT001DUSFE,GQY1XT001AY7S4,GQY1XT001CMGSX,GQY1XT001CAUSB,GQY1XT001AT29C,GQY1XT001CLJ6S,GQY1XT001CYKVD,GQY1XT001APKRW,GQY1XT001EF2WW,GQY1XT001CN34Q,GQY1XT001C8H95,GQY1XT001BUWFU,GQY1XT001BIYI3,GQY1XT001D7JEB,GQY1XT001CE174,GQY1XT001B7OOA,GQY1XT001EXX40,GQY1XT001EQILP,GQY1XT001B1008,GQY1XT001BGAWP,GQY1XT001ASYBF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EPHS5"; -secondCol = "GQY1XT001EPHS5,GQY1XT001EOLXN,GQY1XT001DZYQS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EP1JC"; -secondCol = "GQY1XT001EP1JC,GQY1XT001CBN0M,GQY1XT001EAXW4,GQY1XT001C0XC7,GQY1XT001BJK4X,GQY1XT001A9SFA,GQY1XT001BEXT8,GQY1XT001E1EJF,GQY1XT001EHS5U,GQY1XT001D8TG2,GQY1XT001EI906,GQY1XT001EEPJX,GQY1XT001B82QP,GQY1XT001DYDTF,GQY1XT001CCY3H,GQY1XT001DN796,GQY1XT001B20ZC,GQY1XT001EKYUV,GQY1XT001EE7LC,GQY1XT001A8AK9,GQY1XT001DS3L2,GQY1XT001EXB8L,GQY1XT001ETX5U,GQY1XT001ELOQC,GQY1XT001ECZCK,GQY1XT001EZCAS,GQY1XT001BPUZA,GQY1XT001CIDZG,GQY1XT001CR903,GQY1XT001C4NHQ,GQY1XT001A79NZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EHN7S"; -secondCol = "GQY1XT001EHN7S,GQY1XT001CC0VW,GQY1XT001CSNYI,GQY1XT001EVKCP,GQY1XT001CRIJ6,GQY1XT001BK0FK,GQY1XT001BXKY1,GQY1XT001AOIJB,GQY1XT001CKYW2,GQY1XT001EJ2GK,GQY1XT001D5IL9,GQY1XT001EGSLM,GQY1XT001AQC5E,GQY1XT001AHPOH,GQY1XT001B08X7,GQY1XT001CAFEM,GQY1XT001CFO6U,GQY1XT001BN9PS,GQY1XT001DSB7S,GQY1XT001B9OAX,GQY1XT001E09WV,GQY1XT001C9LG2,GQY1XT001D8AU5,GQY1XT001BSQ3G,GQY1XT001CUD9C,GQY1XT001BY6RP,GQY1XT001BES79,GQY1XT001CPQM0,GQY1XT001EH7DR,GQY1XT001BIBWA,GQY1XT001BKA3P,GQY1XT001C0N9M,GQY1XT001AF0LE,GQY1XT001A3324,GQY1XT001DWQXY,GQY1XT001DQSWK,GQY1XT001A6GYF,GQY1XT001C5QA2,GQY1XT001CZL20,GQY1XT001DAIRX,GQY1XT001AWHB6,GQY1XT001DD803,GQY1XT001BNDA3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EFUZQ"; -secondCol = "GQY1XT001EFUZQ,GQY1XT001AWK9Q,GQY1XT001AREW3,GQY1XT001B6RTN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EDYY1"; -secondCol = "GQY1XT001EDYY1,GQY1XT001ES6JZ,GQY1XT001DGW60,GQY1XT001A8H8U,GQY1XT001BYKRD,GQY1XT001BF79D,GQY1XT001CICAJ,GQY1XT001BG3LZ,GQY1XT001DSXE6,GQY1XT001APBXW,GQY1XT001BCNWH,GQY1XT001BR1UE,GQY1XT001C2A31,GQY1XT001DQUKQ,GQY1XT001DDE9Q,GQY1XT001EAQ9T,GQY1XT001BPGAJ,GQY1XT001COTXK,GQY1XT001B9JL9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ECG24"; -secondCol = "GQY1XT001ECG24,GQY1XT001DZVCU,GQY1XT001BCI0R,GQY1XT001A6IK6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EB301"; -secondCol = "GQY1XT001EB301,GQY1XT001BOB9M,GQY1XT001BCGW9,GQY1XT001ATFNJ,GQY1XT001DOAX3,GQY1XT001C4UUS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DQWXH"; -secondCol = "GQY1XT001DQWXH,GQY1XT001DD26I"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DOMXB"; -secondCol = "GQY1XT001DOMXB,GQY1XT001ANI6N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DGEAP"; -secondCol = "GQY1XT001DGEAP,GQY1XT001EMN1P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CYFOT"; -secondCol = "GQY1XT001CYFOT,GQY1XT001CRNL0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CYCIB"; -secondCol = "GQY1XT001CYCIB,GQY1XT001C2I8D,GQY1XT001BG6E6,GQY1XT001D0CF9,GQY1XT001C1H0L,GQY1XT001DNLW7,GQY1XT001DKDNB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CXUJD"; -secondCol = "GQY1XT001CXUJD,GQY1XT001DECPO,GQY1XT001E0XMC,GQY1XT001BCVGJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CXMNA"; -secondCol = "GQY1XT001CXMNA,GQY1XT001C1QHW,GQY1XT001B58EJ,GQY1XT001AWSJ5,GQY1XT001EDVIZ,GQY1XT001BZA6F,GQY1XT001B350O,GQY1XT001BY8U5,GQY1XT001BU4ZL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CW602"; -secondCol = "GQY1XT001CW602,GQY1XT001BCIF4,GQY1XT001C6JO3,GQY1XT001BR0SP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CVQSF"; -secondCol = "GQY1XT001CVQSF,GQY1XT001EEJC8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CMS04"; -secondCol = "GQY1XT001CMS04,GQY1XT001BQLM3,GQY1XT001CPMDS,GQY1XT001B21I5,GQY1XT001B2ALA,GQY1XT001E0P8E,GQY1XT001DN0K8,GQY1XT001CRI3N,GQY1XT001DINHV,GQY1XT001AQ846,GQY1XT001A8YXA,GQY1XT001CNMIN,GQY1XT001C7IFB,GQY1XT001D8U9T,GQY1XT001CYTID,GQY1XT001BDYX8,GQY1XT001CJV33,GQY1XT001CP3WK,GQY1XT001CA5Q7,GQY1XT001AFYGK,GQY1XT001B97Y1,GQY1XT001EJOEY,GQY1XT001E0YJB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CIFR7"; -secondCol = "GQY1XT001CIFR7,GQY1XT001D5SSO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CHEOP"; -secondCol = "GQY1XT001CHEOP,GQY1XT001AK3MK,GQY1XT001D9UET,GQY1XT001DVQCP,GQY1XT001ATEWB,GQY1XT001DH2CB,GQY1XT001ER2SL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BUH2B"; -secondCol = "GQY1XT001BUH2B,GQY1XT001DCT0C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BTJY0"; -secondCol = "GQY1XT001BTJY0,GQY1XT001ERMYR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BPBAW"; -secondCol = "GQY1XT001BPBAW,GQY1XT001BQ869,GQY1XT001C8W19,GQY1XT001C60L0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BGSX9"; -secondCol = "GQY1XT001BGSX9,GQY1XT001ECRLE,GQY1XT001CXW7E,GQY1XT001E4KXA,GQY1XT001ATYYL,GQY1XT001EF94R,GQY1XT001ESDX4,GQY1XT001AR65H,GQY1XT001AFH8Z,GQY1XT001B7FHX,GQY1XT001AGH26,GQY1XT001D4D33,GQY1XT001B85TS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BGF0U"; -secondCol = "GQY1XT001BGF0U,GQY1XT001BJQ1X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BDDJJ"; -secondCol = "GQY1XT001BDDJJ,GQY1XT001EVYU1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BC7OS"; -secondCol = "GQY1XT001BC7OS,GQY1XT001EASAL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B0P0B"; -secondCol = "GQY1XT001B0P0B,GQY1XT001BFIMA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZ42D"; -secondCol = "GQY1XT001AZ42D,GQY1XT001EYFXZ,GQY1XT001D6UIK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AKTCW"; -secondCol = "GQY1XT001AKTCW,GQY1XT001DMVUJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A0V8W"; -secondCol = "GQY1XT001A0V8W,GQY1XT001C35HL,GQY1XT001C37PY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A058D"; -secondCol = "GQY1XT001A058D,GQY1XT001DN36E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EZCXH"; -secondCol = "GQY1XT001EZCXH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EZ8GE"; -secondCol = "GQY1XT001EZ8GE,GQY1XT001ASKYU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EYYS5"; -secondCol = "GQY1XT001EYYS5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EYPAX"; -secondCol = "GQY1XT001EYPAX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EYIV1"; -secondCol = "GQY1XT001EYIV1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EXIVG"; -secondCol = "GQY1XT001EXIVG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EXEU5"; -secondCol = "GQY1XT001EXEU5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EXAZ7"; -secondCol = "GQY1XT001EXAZ7,GQY1XT001DDTJY,GQY1XT001AKVRT,GQY1XT001BS4EF,GQY1XT001DCJWF,GQY1XT001CMENL,GQY1XT001AEVAN,GQY1XT001CGTJA,GQY1XT001A2JS3,GQY1XT001AWM5F,GQY1XT001APU7W,GQY1XT001EK8R7,GQY1XT001C5X5T,GQY1XT001BR585,GQY1XT001BRX5Q,GQY1XT001APL9U,GQY1XT001AHKSY,GQY1XT001A92CD,GQY1XT001A5ELS,GQY1XT001EKR58,GQY1XT001DW0OQ,GQY1XT001EJPTG,GQY1XT001B90IL,GQY1XT001DBUVX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EWK0A"; -secondCol = "GQY1XT001EWK0A,GQY1XT001DUJTL,GQY1XT001DRW98,GQY1XT001EHVXH,GQY1XT001B7SNL,GQY1XT001CWBLI,GQY1XT001A3WXB,GQY1XT001DCCB1,GQY1XT001DDX5C,GQY1XT001BX7UA,GQY1XT001EWVIS,GQY1XT001EUBAQ,GQY1XT001COXK7,GQY1XT001D4FTX,GQY1XT001DYWMV,GQY1XT001E1BZD,GQY1XT001DQAVX,GQY1XT001C9NAW,GQY1XT001BOPPY,GQY1XT001BIF5H,GQY1XT001AW2ZQ,GQY1XT001ARZGE,GQY1XT001D61XS,GQY1XT001ERTGK,GQY1XT001DWSLD,GQY1XT001D7UJD,GQY1XT001DNZVI,GQY1XT001DKZWB,GQY1XT001C75ZA,GQY1XT001D4TSW,GQY1XT001EQGRX,GQY1XT001AX7QB,GQY1XT001ALW8S,GQY1XT001A7ZI5,GQY1XT001BQBZL,GQY1XT001AZZGW,GQY1XT001D1BSJ,GQY1XT001B8FC3,GQY1XT001ELXOQ,GQY1XT001BKO0L,GQY1XT001BCSWN,GQY1XT001CMWGH,GQY1XT001A669D,GQY1XT001A2JRC,GQY1XT001CWFLS,GQY1XT001CK9IM,GQY1XT001EVJGM,GQY1XT001DCYHS,GQY1XT001AL6I8,GQY1XT001C7R2V,GQY1XT001EPP96,GQY1XT001EKRRE,GQY1XT001EXKUT,GQY1XT001DKE2B,GQY1XT001DH51S,GQY1XT001D69K4,GQY1XT001D452W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EW7MF"; -secondCol = "GQY1XT001EW7MF,GQY1XT001BYLW1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EW2K2"; -secondCol = "GQY1XT001EW2K2,GQY1XT001B6ZBO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EVP92"; -secondCol = "GQY1XT001EVP92,GQY1XT001BYJIG,GQY1XT001EDTPE,GQY1XT001BEI6R,GQY1XT001DPA05,GQY1XT001CS2JR,GQY1XT001EC39U,GQY1XT001BJME1,GQY1XT001BN57L,GQY1XT001AV9F9,GQY1XT001BJELX,GQY1XT001EZEID,GQY1XT001EXAQC,GQY1XT001C32BR,GQY1XT001BTT3U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EVHL0"; -secondCol = "GQY1XT001EVHL0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EV8AL"; -secondCol = "GQY1XT001EV8AL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EV1R0"; -secondCol = "GQY1XT001EV1R0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EURY9"; -secondCol = "GQY1XT001EURY9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EUIOC"; -secondCol = "GQY1XT001EUIOC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EU9X6"; -secondCol = "GQY1XT001EU9X6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ETFKQ"; -secondCol = "GQY1XT001ETFKQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ETF05"; -secondCol = "GQY1XT001ETF05"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ETDKY"; -secondCol = "GQY1XT001ETDKY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ET5SK"; -secondCol = "GQY1XT001ET5SK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EQWOD"; -secondCol = "GQY1XT001EQWOD,GQY1XT001CVABT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EQIV5"; -secondCol = "GQY1XT001EQIV5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EPE74"; -secondCol = "GQY1XT001EPE74,GQY1XT001AGWJG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EP30T"; -secondCol = "GQY1XT001EP30T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ENZ1M"; -secondCol = "GQY1XT001ENZ1M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ENH1J"; -secondCol = "GQY1XT001ENH1J,GQY1XT001CUQY4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EMKVP"; -secondCol = "GQY1XT001EMKVP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EMC11"; -secondCol = "GQY1XT001EMC11"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EMATT"; -secondCol = "GQY1XT001EMATT,GQY1XT001EBTQ8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EMAQQ"; -secondCol = "GQY1XT001EMAQQ,GQY1XT001C1AT3,GQY1XT001AR5A9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EM827"; -secondCol = "GQY1XT001EM827"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EM7A3"; -secondCol = "GQY1XT001EM7A3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EM6RV"; -secondCol = "GQY1XT001EM6RV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ELZVI"; -secondCol = "GQY1XT001ELZVI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EKQHH"; -secondCol = "GQY1XT001EKQHH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EKMAO"; -secondCol = "GQY1XT001EKMAO,GQY1XT001CIK6J,GQY1XT001CTGWG,GQY1XT001BITW8,GQY1XT001DB6MX,GQY1XT001DA4RH,GQY1XT001C5SNO,GQY1XT001BLP13"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EKHHJ"; -secondCol = "GQY1XT001EKHHJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EJU1D"; -secondCol = "GQY1XT001EJU1D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EJ2FF"; -secondCol = "GQY1XT001EJ2FF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EHO81"; -secondCol = "GQY1XT001EHO81"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EGVLY"; -secondCol = "GQY1XT001EGVLY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EGSME"; -secondCol = "GQY1XT001EGSME,GQY1XT001C6RZ4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EGAZT"; -secondCol = "GQY1XT001EGAZT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EEXO8"; -secondCol = "GQY1XT001EEXO8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EENTR"; -secondCol = "GQY1XT001EENTR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EEIYW"; -secondCol = "GQY1XT001EEIYW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EDTAQ"; -secondCol = "GQY1XT001EDTAQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ECTBL"; -secondCol = "GQY1XT001ECTBL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ECQ1R"; -secondCol = "GQY1XT001ECQ1R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EA3NI"; -secondCol = "GQY1XT001EA3NI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E3JUH"; -secondCol = "GQY1XT001E3JUH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E2UEG"; -secondCol = "GQY1XT001E2UEG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E10W9"; -secondCol = "GQY1XT001E10W9,GQY1XT001CZMRK,GQY1XT001ECR7H,GQY1XT001D1IXC,GQY1XT001EINUF,GQY1XT001EDC64,GQY1XT001CGBIX,GQY1XT001E1XOU,GQY1XT001B02XG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E0KPB"; -secondCol = "GQY1XT001E0KPB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E0777"; -secondCol = "GQY1XT001E0777"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E02IL"; -secondCol = "GQY1XT001E02IL,GQY1XT001CMMY0,GQY1XT001ELYOW,GQY1XT001DYU95,GQY1XT001D9R3A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZXJA"; -secondCol = "GQY1XT001DZXJA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZJKO"; -secondCol = "GQY1XT001DZJKO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DYOCU"; -secondCol = "GQY1XT001DYOCU,GQY1XT001ECPCN,GQY1XT001AP1DP,GQY1XT001BQK66,GQY1XT001A7JDP,GQY1XT001DZI7E,GQY1XT001EQC87,GQY1XT001B1JTV,GQY1XT001CXQ4N,GQY1XT001ENAWS,GQY1XT001DC901,GQY1XT001DW2KZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DYGKE"; -secondCol = "GQY1XT001DYGKE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DXUGT"; -secondCol = "GQY1XT001DXUGT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DX0D5"; -secondCol = "GQY1XT001DX0D5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DX0CQ"; -secondCol = "GQY1XT001DX0CQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DWG63"; -secondCol = "GQY1XT001DWG63,GQY1XT001DG1L6,GQY1XT001C6CQK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DW6TO"; -secondCol = "GQY1XT001DW6TO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DVLUO"; -secondCol = "GQY1XT001DVLUO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DUDVJ"; -secondCol = "GQY1XT001DUDVJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DT2OI"; -secondCol = "GQY1XT001DT2OI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DSPP3"; -secondCol = "GQY1XT001DSPP3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DSLZ5"; -secondCol = "GQY1XT001DSLZ5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DSCYV"; -secondCol = "GQY1XT001DSCYV,GQY1XT001BW9BK,GQY1XT001DSNHY,GQY1XT001B1795,GQY1XT001A7N6N,GQY1XT001BLE5B,GQY1XT001EP4D4,GQY1XT001A98RT,GQY1XT001D4NON"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DRNKQ"; -secondCol = "GQY1XT001DRNKQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DRMG3"; -secondCol = "GQY1XT001DRMG3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DQ4UV"; -secondCol = "GQY1XT001DQ4UV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DPYJ6"; -secondCol = "GQY1XT001DPYJ6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DOJ3N"; -secondCol = "GQY1XT001DOJ3N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DN337"; -secondCol = "GQY1XT001DN337"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DN193"; -secondCol = "GQY1XT001DN193,GQY1XT001BZ5BA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DMV4N"; -secondCol = "GQY1XT001DMV4N,GQY1XT001BDSTZ,GQY1XT001COITB,GQY1XT001DWHN5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DM54B"; -secondCol = "GQY1XT001DM54B,GQY1XT001AZU9N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DLXQL"; -secondCol = "GQY1XT001DLXQL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DLSU0"; -secondCol = "GQY1XT001DLSU0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DL380"; -secondCol = "GQY1XT001DL380"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DKSU0"; -secondCol = "GQY1XT001DKSU0,GQY1XT001CODSM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DKKIC"; -secondCol = "GQY1XT001DKKIC,GQY1XT001D8J8L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DKIM9"; -secondCol = "GQY1XT001DKIM9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DK8XV"; -secondCol = "GQY1XT001DK8XV,GQY1XT001D4U8A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DJFPN"; -secondCol = "GQY1XT001DJFPN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DJ8OY"; -secondCol = "GQY1XT001DJ8OY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DIGSI"; -secondCol = "GQY1XT001DIGSI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DH9T4"; -secondCol = "GQY1XT001DH9T4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DH5LL"; -secondCol = "GQY1XT001DH5LL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DGUTC"; -secondCol = "GQY1XT001DGUTC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DGUJB"; -secondCol = "GQY1XT001DGUJB,GQY1XT001EEWDZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DGLDS"; -secondCol = "GQY1XT001DGLDS,GQY1XT001EVF3N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DGLC1"; -secondCol = "GQY1XT001DGLC1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DGL64"; -secondCol = "GQY1XT001DGL64"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DG1MD"; -secondCol = "GQY1XT001DG1MD,GQY1XT001AYVDM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DEX8G"; -secondCol = "GQY1XT001DEX8G,GQY1XT001BHKML"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DET7J"; -secondCol = "GQY1XT001DET7J,GQY1XT001AXM89,GQY1XT001DL0P0,GQY1XT001DNWIU,GQY1XT001D8KZ0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DDWCI"; -secondCol = "GQY1XT001DDWCI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DDLUW"; -secondCol = "GQY1XT001DDLUW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DDAN0"; -secondCol = "GQY1XT001DDAN0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DCR8A"; -secondCol = "GQY1XT001DCR8A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DCR44"; -secondCol = "GQY1XT001DCR44,GQY1XT001AOGR5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DBLBC"; -secondCol = "GQY1XT001DBLBC,GQY1XT001BZC1G,GQY1XT001CS1LB,GQY1XT001B5R82,GQY1XT001DHO9E,GQY1XT001C6P1N,GQY1XT001APLP4,GQY1XT001CDXHR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DB2I6"; -secondCol = "GQY1XT001DB2I6,GQY1XT001EYYTM,GQY1XT001DJJYT,GQY1XT001CNL0X,GQY1XT001C1XNK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DABCU"; -secondCol = "GQY1XT001DABCU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D9Y8F"; -secondCol = "GQY1XT001D9Y8F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D7Y5M"; -secondCol = "GQY1XT001D7Y5M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D7XCR"; -secondCol = "GQY1XT001D7XCR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D7GRK"; -secondCol = "GQY1XT001D7GRK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D63XM"; -secondCol = "GQY1XT001D63XM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D50JU"; -secondCol = "GQY1XT001D50JU,GQY1XT001E0APX,GQY1XT001DKI4V,GQY1XT001C26FB,GQY1XT001D4DHF,GQY1XT001BZK5Z,GQY1XT001EFR1L,GQY1XT001AHIUR,GQY1XT001CE1TD,GQY1XT001A4BPB,GQY1XT001A2KN3,GQY1XT001ANN56,GQY1XT001BNQQF,GQY1XT001EB44D,GQY1XT001B9GBV,GQY1XT001A8MQI,GQY1XT001EHWHO,GQY1XT001DPC3S,GQY1XT001ESLCS,GQY1XT001CLN6Q,GQY1XT001EE5IG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D4JG2"; -secondCol = "GQY1XT001D4JG2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D4C8Y"; -secondCol = "GQY1XT001D4C8Y"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D37QE"; -secondCol = "GQY1XT001D37QE,GQY1XT001C8N2C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D26Z9"; -secondCol = "GQY1XT001D26Z9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D17ZG"; -secondCol = "GQY1XT001D17ZG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D0ZS2"; -secondCol = "GQY1XT001D0ZS2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D0XR5"; -secondCol = "GQY1XT001D0XR5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CZEGP"; -secondCol = "GQY1XT001CZEGP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CYRVV"; -secondCol = "GQY1XT001CYRVV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CYQ63"; -secondCol = "GQY1XT001CYQ63"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CXKEA"; -secondCol = "GQY1XT001CXKEA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CX3Z9"; -secondCol = "GQY1XT001CX3Z9,GQY1XT001CI3XL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CWSQ6"; -secondCol = "GQY1XT001CWSQ6,GQY1XT001AEMPO,GQY1XT001EF2EL,GQY1XT001DJ9SD,GQY1XT001DL5UG,GQY1XT001DNJLQ,GQY1XT001A6YYK,GQY1XT001CQHSX,GQY1XT001CHSCH,GQY1XT001BAUH5,GQY1XT001A0KP0,GQY1XT001EPRQT,GQY1XT001DUTPW,GQY1XT001BTXBC,GQY1XT001CTI24,GQY1XT001A5AYH,GQY1XT001DJ2UX,GQY1XT001E0PBG,GQY1XT001DQ3SG,GQY1XT001D3114,GQY1XT001CMQEN,GQY1XT001CHR2S,GQY1XT001CRE79,GQY1XT001A5HMQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CWP9L"; -secondCol = "GQY1XT001CWP9L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CWL08"; -secondCol = "GQY1XT001CWL08"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CW00N"; -secondCol = "GQY1XT001CW00N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CVAAI"; -secondCol = "GQY1XT001CVAAI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CU0DC"; -secondCol = "GQY1XT001CU0DC,GQY1XT001B1N7R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CU014"; -secondCol = "GQY1XT001CU014"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CTH8F"; -secondCol = "GQY1XT001CTH8F,GQY1XT001CBTBB,GQY1XT001CZ6FR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CT7MI"; -secondCol = "GQY1XT001CT7MI,GQY1XT001A7HQB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CT48N"; -secondCol = "GQY1XT001CT48N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CSO5P"; -secondCol = "GQY1XT001CSO5P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CS3JZ"; -secondCol = "GQY1XT001CS3JZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CREXW"; -secondCol = "GQY1XT001CREXW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CQMXT"; -secondCol = "GQY1XT001CQMXT,GQY1XT001BNK1M,GQY1XT001BAAOW,GQY1XT001DJCMS,GQY1XT001CWVY5,GQY1XT001C2Y5P,GQY1XT001A2TUB,GQY1XT001C5BNE,GQY1XT001C55AR,GQY1XT001DCZGO,GQY1XT001B4GD1,GQY1XT001C07VS,GQY1XT001EFJ7L,GQY1XT001DHR2X,GQY1XT001AUN8Z,GQY1XT001EUPEW,GQY1XT001CSRWY,GQY1XT001BWDX2,GQY1XT001EJ5HW,GQY1XT001B1U6N,GQY1XT001BFHEB,GQY1XT001EZM6Z,GQY1XT001CKL5O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CQJTC"; -secondCol = "GQY1XT001CQJTC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CPDJX"; -secondCol = "GQY1XT001CPDJX,GQY1XT001CMPZY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001COZPO"; -secondCol = "GQY1XT001COZPO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001COXEE"; -secondCol = "GQY1XT001COXEE,GQY1XT001CL7B2,GQY1XT001BE5F9,GQY1XT001BNZX8,GQY1XT001BK3MI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CON9S"; -secondCol = "GQY1XT001CON9S,GQY1XT001EI8SG,GQY1XT001AZOM6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CNX9I"; -secondCol = "GQY1XT001CNX9I"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CNBJ0"; -secondCol = "GQY1XT001CNBJ0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CLKQS"; -secondCol = "GQY1XT001CLKQS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CKMKE"; -secondCol = "GQY1XT001CKMKE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CK4HA"; -secondCol = "GQY1XT001CK4HA,GQY1XT001AD6B0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CJ4OA"; -secondCol = "GQY1XT001CJ4OA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CJ4BB"; -secondCol = "GQY1XT001CJ4BB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CIWFS"; -secondCol = "GQY1XT001CIWFS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CIELQ"; -secondCol = "GQY1XT001CIELQ,GQY1XT001BC02G"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CHZHN"; -secondCol = "GQY1XT001CHZHN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CH6TQ"; -secondCol = "GQY1XT001CH6TQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CGX5Q"; -secondCol = "GQY1XT001CGX5Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CGU9N"; -secondCol = "GQY1XT001CGU9N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CGNFH"; -secondCol = "GQY1XT001CGNFH,GQY1XT001C8W56,GQY1XT001CH5JM,GQY1XT001COBFF,GQY1XT001CRO35,GQY1XT001C1ZTO,GQY1XT001DIH2I"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CFHVA"; -secondCol = "GQY1XT001CFHVA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CEW6A"; -secondCol = "GQY1XT001CEW6A,GQY1XT001D7JJW,GQY1XT001EORON,GQY1XT001CI93M,GQY1XT001BI8DC,GQY1XT001DS8FK,GQY1XT001A5IVN,GQY1XT001E5SD0,GQY1XT001A5X0T,GQY1XT001A36W2,GQY1XT001CM9R2,GQY1XT001BFXBC,GQY1XT001EWKCN,GQY1XT001EB094,GQY1XT001DG1XK,GQY1XT001BDDVL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CETAI"; -secondCol = "GQY1XT001CETAI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CDZ21"; -secondCol = "GQY1XT001CDZ21"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CCZ3D"; -secondCol = "GQY1XT001CCZ3D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CCX22"; -secondCol = "GQY1XT001CCX22"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CCMSC"; -secondCol = "GQY1XT001CCMSC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CCDO5"; -secondCol = "GQY1XT001CCDO5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CC4MW"; -secondCol = "GQY1XT001CC4MW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CBZH8"; -secondCol = "GQY1XT001CBZH8,GQY1XT001C2Q3X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CBQMW"; -secondCol = "GQY1XT001CBQMW,GQY1XT001C7VPL,GQY1XT001BPF7Q,GQY1XT001DVCIT,GQY1XT001DYDQS,GQY1XT001BAKMG,GQY1XT001EKWXZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C9VTR"; -secondCol = "GQY1XT001C9VTR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C9PNP"; -secondCol = "GQY1XT001C9PNP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C9D54"; -secondCol = "GQY1XT001C9D54"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C94DS"; -secondCol = "GQY1XT001C94DS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C8DG5"; -secondCol = "GQY1XT001C8DG5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C87G9"; -secondCol = "GQY1XT001C87G9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C85TH"; -secondCol = "GQY1XT001C85TH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C7K6X"; -secondCol = "GQY1XT001C7K6X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5X81"; -secondCol = "GQY1XT001C5X81"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5RKW"; -secondCol = "GQY1XT001C5RKW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5R30"; -secondCol = "GQY1XT001C5R30"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5OQA"; -secondCol = "GQY1XT001C5OQA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5OF6"; -secondCol = "GQY1XT001C5OF6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5JUW"; -secondCol = "GQY1XT001C5JUW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5GUL"; -secondCol = "GQY1XT001C5GUL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C59AH"; -secondCol = "GQY1XT001C59AH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C3K31"; -secondCol = "GQY1XT001C3K31,GQY1XT001CIENU,GQY1XT001CH4LF,GQY1XT001CMUX8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C3J66"; -secondCol = "GQY1XT001C3J66"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C2HG4"; -secondCol = "GQY1XT001C2HG4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C2GSX"; -secondCol = "GQY1XT001C2GSX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C1ZEV"; -secondCol = "GQY1XT001C1ZEV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C1QWT"; -secondCol = "GQY1XT001C1QWT,GQY1XT001BMFPB,GQY1XT001AU035,GQY1XT001ASTUW,GQY1XT001E1X00,GQY1XT001AG9EN,GQY1XT001DH0U6,GQY1XT001CLH4Z,GQY1XT001CIMTD,GQY1XT001E07VE,GQY1XT001BK1AK,GQY1XT001C3H3U,GQY1XT001DSQN9,GQY1XT001BRXMY,GQY1XT001AIE1W,GQY1XT001AGHVA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C136W"; -secondCol = "GQY1XT001C136W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C0R97"; -secondCol = "GQY1XT001C0R97"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C0JOK"; -secondCol = "GQY1XT001C0JOK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C09ZC"; -secondCol = "GQY1XT001C09ZC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C07XU"; -secondCol = "GQY1XT001C07XU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BZ1JQ"; -secondCol = "GQY1XT001BZ1JQ,GQY1XT001BWCLW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BXU25"; -secondCol = "GQY1XT001BXU25"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BXOYU"; -secondCol = "GQY1XT001BXOYU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BWXPR"; -secondCol = "GQY1XT001BWXPR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BWNL7"; -secondCol = "GQY1XT001BWNL7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BV5DU"; -secondCol = "GQY1XT001BV5DU,GQY1XT001A7IHX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BTPWD"; -secondCol = "GQY1XT001BTPWD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BSM39"; -secondCol = "GQY1XT001BSM39"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BSIYP"; -secondCol = "GQY1XT001BSIYP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BR1RG"; -secondCol = "GQY1XT001BR1RG,GQY1XT001BJMRN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQOC4"; -secondCol = "GQY1XT001BQOC4,GQY1XT001CDF2M,GQY1XT001CXMSU,GQY1XT001C473M,GQY1XT001DX6S1,GQY1XT001BYYPR,GQY1XT001DFJDU,GQY1XT001CO6I9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQ6PL"; -secondCol = "GQY1XT001BQ6PL,GQY1XT001BLGDF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQ5P4"; -secondCol = "GQY1XT001BQ5P4,GQY1XT001BPUOQ,GQY1XT001AZQ92,GQY1XT001AV30J,GQY1XT001CBPIQ,GQY1XT001EKLTO,GQY1XT001BZ3S4,GQY1XT001ANL2O,GQY1XT001CGCU4,GQY1XT001EMPSH,GQY1XT001D0D4S,GQY1XT001AFBUU,GQY1XT001D8A11,GQY1XT001BZ20U,GQY1XT001CAM9S,GQY1XT001ECP4V,GQY1XT001AK837,GQY1XT001B0B3W,GQY1XT001B89EI,GQY1XT001AXN40,GQY1XT001ESW1A,GQY1XT001COXXF,GQY1XT001BAKMY,GQY1XT001C9JRD,GQY1XT001D1F3U,GQY1XT001B68NY,GQY1XT001BH082,GQY1XT001A0OMQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BPLGT"; -secondCol = "GQY1XT001BPLGT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BPJSB"; -secondCol = "GQY1XT001BPJSB,GQY1XT001DVDNN,GQY1XT001EMLV9,GQY1XT001CLYZB,GQY1XT001BSKQ3,GQY1XT001AX1FR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BORQD"; -secondCol = "GQY1XT001BORQD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BODJS"; -secondCol = "GQY1XT001BODJS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BODBA"; -secondCol = "GQY1XT001BODBA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BOBWZ"; -secondCol = "GQY1XT001BOBWZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BNP5A"; -secondCol = "GQY1XT001BNP5A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BLW7T"; -secondCol = "GQY1XT001BLW7T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BLL0X"; -secondCol = "GQY1XT001BLL0X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BLGDV"; -secondCol = "GQY1XT001BLGDV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BLF40"; -secondCol = "GQY1XT001BLF40"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BLEJH"; -secondCol = "GQY1XT001BLEJH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BKFDJ"; -secondCol = "GQY1XT001BKFDJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BJGWI"; -secondCol = "GQY1XT001BJGWI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BIZXC"; -secondCol = "GQY1XT001BIZXC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BIRIE"; -secondCol = "GQY1XT001BIRIE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BIC49"; -secondCol = "GQY1XT001BIC49"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BI4NP"; -secondCol = "GQY1XT001BI4NP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BHX1B"; -secondCol = "GQY1XT001BHX1B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BHSU0"; -secondCol = "GQY1XT001BHSU0,GQY1XT001DRGD7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BH3PR"; -secondCol = "GQY1XT001BH3PR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BGZRP"; -secondCol = "GQY1XT001BGZRP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BGXQP"; -secondCol = "GQY1XT001BGXQP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BFXWS"; -secondCol = "GQY1XT001BFXWS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BFWOA"; -secondCol = "GQY1XT001BFWOA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BF5QA"; -secondCol = "GQY1XT001BF5QA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BDRKB"; -secondCol = "GQY1XT001BDRKB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BCL2I"; -secondCol = "GQY1XT001BCL2I"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BCCY2"; -secondCol = "GQY1XT001BCCY2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BC5ZU"; -secondCol = "GQY1XT001BC5ZU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BBVJO"; -secondCol = "GQY1XT001BBVJO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BBFG5"; -secondCol = "GQY1XT001BBFG5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BAG3V"; -secondCol = "GQY1XT001BAG3V"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B9TIV"; -secondCol = "GQY1XT001B9TIV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B9I8C"; -secondCol = "GQY1XT001B9I8C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B9GME"; -secondCol = "GQY1XT001B9GME"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B7GQG"; -secondCol = "GQY1XT001B7GQG,GQY1XT001DH0YX,GQY1XT001AR9SI,GQY1XT001A6ZFT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B6YL8"; -secondCol = "GQY1XT001B6YL8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B6W23"; -secondCol = "GQY1XT001B6W23"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B6E9B"; -secondCol = "GQY1XT001B6E9B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B5BKI"; -secondCol = "GQY1XT001B5BKI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B4UWB"; -secondCol = "GQY1XT001B4UWB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B4M8E"; -secondCol = "GQY1XT001B4M8E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B4J0M"; -secondCol = "GQY1XT001B4J0M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B4H50"; -secondCol = "GQY1XT001B4H50"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B3PMW"; -secondCol = "GQY1XT001B3PMW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B32FR"; -secondCol = "GQY1XT001B32FR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B2GF9"; -secondCol = "GQY1XT001B2GF9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZX5J"; -secondCol = "GQY1XT001AZX5J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZW3I"; -secondCol = "GQY1XT001AZW3I,GQY1XT001CG9KS,GQY1XT001BIH0K,GQY1XT001A51K2,GQY1XT001BY8JJ,GQY1XT001C9CXP,GQY1XT001CZXUC,GQY1XT001EQNYE,GQY1XT001EPYNT,GQY1XT001BZMIG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZ0Q5"; -secondCol = "GQY1XT001AZ0Q5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AYX5B"; -secondCol = "GQY1XT001AYX5B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AXGVN"; -secondCol = "GQY1XT001AXGVN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AXFH3"; -secondCol = "GQY1XT001AXFH3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AWXTO"; -secondCol = "GQY1XT001AWXTO,GQY1XT001DM9O2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AWQD2"; -secondCol = "GQY1XT001AWQD2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AWCF3"; -secondCol = "GQY1XT001AWCF3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AW9VM"; -secondCol = "GQY1XT001AW9VM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AVNVM"; -secondCol = "GQY1XT001AVNVM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AV50O"; -secondCol = "GQY1XT001AV50O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AV0AG"; -secondCol = "GQY1XT001AV0AG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AUH91"; -secondCol = "GQY1XT001AUH91"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AUEHA"; -secondCol = "GQY1XT001AUEHA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ASTYP"; -secondCol = "GQY1XT001ASTYP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AS6OS"; -secondCol = "GQY1XT001AS6OS,GQY1XT001A9TKX,GQY1XT001A1Q19,GQY1XT001EPYEM,GQY1XT001CLNA1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ARMXF"; -secondCol = "GQY1XT001ARMXF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AQXRW"; -secondCol = "GQY1XT001AQXRW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AQWB0"; -secondCol = "GQY1XT001AQWB0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AQSSN"; -secondCol = "GQY1XT001AQSSN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AQKX4"; -secondCol = "GQY1XT001AQKX4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AQ61I"; -secondCol = "GQY1XT001AQ61I"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AOO50"; -secondCol = "GQY1XT001AOO50"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ANP6T"; -secondCol = "GQY1XT001ANP6T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ANOK9"; -secondCol = "GQY1XT001ANOK9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AMRUB"; -secondCol = "GQY1XT001AMRUB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ALJLO"; -secondCol = "GQY1XT001ALJLO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AJ2QW"; -secondCol = "GQY1XT001AJ2QW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AHUSC"; -secondCol = "GQY1XT001AHUSC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AHUAL"; -secondCol = "GQY1XT001AHUAL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AGOD0"; -secondCol = "GQY1XT001AGOD0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AG9L4"; -secondCol = "GQY1XT001AG9L4,GQY1XT001DNS62,GQY1XT001EBV71,GQY1XT001BAB36"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AF8KT"; -secondCol = "GQY1XT001AF8KT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AF4C6"; -secondCol = "GQY1XT001AF4C6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AEZPI"; -secondCol = "GQY1XT001AEZPI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AEYWL"; -secondCol = "GQY1XT001AEYWL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A9O5F"; -secondCol = "GQY1XT001A9O5F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A9M51"; -secondCol = "GQY1XT001A9M51"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A9L9E"; -secondCol = "GQY1XT001A9L9E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A9ETE"; -secondCol = "GQY1XT001A9ETE,GQY1XT001CN60U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A95IK"; -secondCol = "GQY1XT001A95IK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A913G"; -secondCol = "GQY1XT001A913G"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A8KO0"; -secondCol = "GQY1XT001A8KO0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A84F0"; -secondCol = "GQY1XT001A84F0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A7RP1"; -secondCol = "GQY1XT001A7RP1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A7CBN"; -secondCol = "GQY1XT001A7CBN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A79DG"; -secondCol = "GQY1XT001A79DG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A6ZCJ"; -secondCol = "GQY1XT001A6ZCJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A6TCB"; -secondCol = "GQY1XT001A6TCB,GQY1XT001BX8RH,GQY1XT001B0G3L,GQY1XT001B5Q0H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A6PVD"; -secondCol = "GQY1XT001A6PVD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A5XMR"; -secondCol = "GQY1XT001A5XMR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A5HB1"; -secondCol = "GQY1XT001A5HB1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A4YSE"; -secondCol = "GQY1XT001A4YSE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A4NL2"; -secondCol = "GQY1XT001A4NL2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A3MZI"; -secondCol = "GQY1XT001A3MZI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A3K6U"; -secondCol = "GQY1XT001A3K6U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A3DE2"; -secondCol = "GQY1XT001A3DE2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A3B9P"; -secondCol = "GQY1XT001A3B9P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A3680"; -secondCol = "GQY1XT001A3680"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A2FJ5"; -secondCol = "GQY1XT001A2FJ5,GQY1XT001EQK26,GQY1XT001DEBTZ,GQY1XT001CXXC5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A2E5Q"; -secondCol = "GQY1XT001A2E5Q,GQY1XT001A7UKH,GQY1XT001CK3YU,GQY1XT001CQUA5,GQY1XT001AYETA,GQY1XT001D2FKE,GQY1XT001DQDTV,GQY1XT001A7MGU,GQY1XT001EAVIA,GQY1XT001AIPHE,GQY1XT001C2B3I,GQY1XT001EOC32,GQY1XT001DWK40,GQY1XT001DHQZQ,GQY1XT001AUT23,GQY1XT001EJMK6,GQY1XT001AJCS3,GQY1XT001CILNE,GQY1XT001A8E5K,GQY1XT001CLGIY,GQY1XT001EJCSK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A1NGX"; -secondCol = "GQY1XT001A1NGX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A0Y0K"; -secondCol = "GQY1XT001A0Y0K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C8WLX"; -secondCol = "GQY1XT001C8WLX,GQY1XT001EPUYV,GQY1XT001CZ6C1,GQY1XT001CZ7RS,GQY1XT001DA27O,GQY1XT001AV2V7,GQY1XT001A2BI4,GQY1XT001CWMWX,GQY1XT001A37TF,GQY1XT001D7Q4W,GQY1XT001ALVQF,GQY1XT001DCV0M,GQY1XT001E461T,GQY1XT001BULTJ,GQY1XT001DMVC3,GQY1XT001CJFAA,GQY1XT001C2FDM,GQY1XT001BY1EW,GQY1XT001BBWJZ,GQY1XT001B2XYO,GQY1XT001D2MDV,GQY1XT001EXBQ2,GQY1XT001C4GF7,GQY1XT001BHOYO,GQY1XT001BDZZD,GQY1XT001BTBBZ,GQY1XT001A0J9I,GQY1XT001C2KND,GQY1XT001AGGF3,GQY1XT001CYZMH,GQY1XT001BEPE6,GQY1XT001DL4PP,GQY1XT001DWAUM,GQY1XT001A2ILS,GQY1XT001BJPKJ,GQY1XT001DR4ZA,GQY1XT001B58VK,GQY1XT001AHLVR,GQY1XT001AI1AF,GQY1XT001EZWUZ,GQY1XT001D35D3,GQY1XT001E1EN2,GQY1XT001DK1AF,GQY1XT001AP3PO,GQY1XT001BDGKV,GQY1XT001CRVKM,GQY1XT001AVEAJ,GQY1XT001B9Z3U,GQY1XT001EI8ZW,GQY1XT001ELFDK,GQY1XT001CUYG8,GQY1XT001AL3C4,GQY1XT001CULQ2,GQY1XT001DRPCG,GQY1XT001EEQTW,GQY1XT001BVCQD,GQY1XT001AO6K5,GQY1XT001BCE1K,GQY1XT001BG5IY,GQY1XT001DS4JP,GQY1XT001DYO5M,GQY1XT001ESD9U,GQY1XT001CFKFO,GQY1XT001DORP6,GQY1XT001D7K90,GQY1XT001CFI7B,GQY1XT001C5IPF,GQY1XT001C83QE,GQY1XT001CEL2Q,GQY1XT001ASRJ7,GQY1XT001EOAOM,GQY1XT001EOLOU,GQY1XT001ALQHC,GQY1XT001AZWXK,GQY1XT001CK3KY,GQY1XT001BF73E,GQY1XT001BTFI2,GQY1XT001CSDFJ,GQY1XT001DT8WZ,GQY1XT001C7UTJ,GQY1XT001CAREQ,GQY1XT001CTGUT,GQY1XT001BYFO0,GQY1XT001CKT59,GQY1XT001C0GGI,GQY1XT001CJVYG,GQY1XT001EXUP4,GQY1XT001CS4DN,GQY1XT001AXK30,GQY1XT001ER0ZL,GQY1XT001BCXY8,GQY1XT001AT54S,GQY1XT001DFDYG,GQY1XT001D3NE9,GQY1XT001DXDL7,GQY1XT001BAMV9,GQY1XT001EU855,GQY1XT001CCTAT,GQY1XT001B8A1H,GQY1XT001A10GD,GQY1XT001EE313,GQY1XT001AX56U,GQY1XT001BQB86,GQY1XT001CC9L0,GQY1XT001AIDBU,GQY1XT001EJOZ9,GQY1XT001AR2JM,GQY1XT001AZU9V,GQY1XT001EVG08,GQY1XT001DCMCO,GQY1XT001A3JLT,GQY1XT001C1J4X,GQY1XT001EY9UF,GQY1XT001B9H1X,GQY1XT001AHY5U,GQY1XT001EN2AD,GQY1XT001CP85E,GQY1XT001CJWT4,GQY1XT001D1Z3A,GQY1XT001B1V9R,GQY1XT001C7N3U,GQY1XT001A54TK,GQY1XT001C3CRM,GQY1XT001CEYJK,GQY1XT001EQT99,GQY1XT001EOH7D,GQY1XT001CXLS5,GQY1XT001DNADJ,GQY1XT001AIT98,GQY1XT001BE0AF,GQY1XT001EGDQL,GQY1XT001CGTY2,GQY1XT001DTYXT,GQY1XT001B620O,GQY1XT001B2DWY,GQY1XT001DURI7,GQY1XT001D8B40,GQY1XT001B7OWY,GQY1XT001BIBP0,GQY1XT001EVP4Q,GQY1XT001C8SLZ,GQY1XT001ECHUF,GQY1XT001A3MUS,GQY1XT001C3DY8,GQY1XT001AUFD5,GQY1XT001BTNHK,GQY1XT001EI8IN,GQY1XT001D0ARH,GQY1XT001BUGGI,GQY1XT001A7K9S,GQY1XT001BKIL4,GQY1XT001ESW8F,GQY1XT001D7W07,GQY1XT001C82N7,GQY1XT001BIL4C,GQY1XT001ATI06,GQY1XT001A2O0G,GQY1XT001CO5JU,GQY1XT001EEG29,GQY1XT001A97KY,GQY1XT001BQN32,GQY1XT001DRJ4U,GQY1XT001DVNWK,GQY1XT001BHO3G,GQY1XT001AU3GB,GQY1XT001EE8L4,GQY1XT001CZRXD,GQY1XT001AP2HG,GQY1XT001EIWW1,GQY1XT001CNPYJ,GQY1XT001DD3YE,GQY1XT001A9I15,GQY1XT001DS05K,GQY1XT001CZZ2E,GQY1XT001BJZ3D,GQY1XT001ELC9B,GQY1XT001BNGKJ,GQY1XT001CRZDU,GQY1XT001DV0KG,GQY1XT001D406L,GQY1XT001DVBON,GQY1XT001C9J5T,GQY1XT001EY4VA,GQY1XT001AT44T,GQY1XT001AKHFO,GQY1XT001DS5CS,GQY1XT001BKDG3,GQY1XT001AMBXC,GQY1XT001B0579,GQY1XT001CQHZX,GQY1XT001CZY04,GQY1XT001D69LM,GQY1XT001AZ94F,GQY1XT001CEQ0D,GQY1XT001CCJE3,GQY1XT001AKXHR,GQY1XT001BD6I5,GQY1XT001BS8CY,GQY1XT001CEY7E,GQY1XT001DSXMS,GQY1XT001CH48H,GQY1XT001BK3EI,GQY1XT001CGRM1,GQY1XT001BE3F2,GQY1XT001AK3FS,GQY1XT001ET989,GQY1XT001D8QU3,GQY1XT001DKWF2,GQY1XT001DFXTD,GQY1XT001B0NMS,GQY1XT001DZNQ0,GQY1XT001A27ZA,GQY1XT001EP5ZG,GQY1XT001BC2OD,GQY1XT001CS0UB,GQY1XT001A835B,GQY1XT001A77LM,GQY1XT001C7BMG,GQY1XT001CSLYH,GQY1XT001AYVSY,GQY1XT001AFCM4,GQY1XT001BAOGW,GQY1XT001C8YPX,GQY1XT001DVJEN,GQY1XT001C79IQ,GQY1XT001EAKC4,GQY1XT001DXN0V,GQY1XT001EN2RG,GQY1XT001DC4Z2,GQY1XT001D2CGN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ARWIN"; -secondCol = "GQY1XT001ARWIN,GQY1XT001DX3R6,GQY1XT001C2R0R,GQY1XT001CKSR2,GQY1XT001DVLEY,GQY1XT001EOBEE,GQY1XT001CR08Q,GQY1XT001DF08S,GQY1XT001AF9F7,GQY1XT001EK81J,GQY1XT001D35MK,GQY1XT001EQ9XO,GQY1XT001ESUW5,GQY1XT001CEG0X,GQY1XT001CJX10,GQY1XT001C0F3V,GQY1XT001A2DEI,GQY1XT001C4TZI,GQY1XT001A7QQQ,GQY1XT001EJ4ZO,GQY1XT001D28ZN,GQY1XT001B7KKQ,GQY1XT001BJRBE,GQY1XT001CUFOC,GQY1XT001EMNTG,GQY1XT001E173G,GQY1XT001DVXE8,GQY1XT001DYFRJ,GQY1XT001EGC6L,GQY1XT001EWTJR,GQY1XT001CRVPG,GQY1XT001CJIGO,GQY1XT001A9IXZ,GQY1XT001AHS0C,GQY1XT001EW7GC,GQY1XT001CNN9B,GQY1XT001CO0YP,GQY1XT001AF1R1,GQY1XT001A1OYP,GQY1XT001BL7YN,GQY1XT001BL0KZ,GQY1XT001CDTJF,GQY1XT001AP99L,GQY1XT001BVGDV,GQY1XT001DK7M4,GQY1XT001CLJ23,GQY1XT001DT1I3,GQY1XT001DEXIH,GQY1XT001D51QR,GQY1XT001C9SFI,GQY1XT001ASYDB,GQY1XT001BUSXC,GQY1XT001CYTOA,GQY1XT001EIGDI,GQY1XT001C1LEY,GQY1XT001ELC0G,GQY1XT001C4VKW,GQY1XT001B8X90,GQY1XT001DJL9U,GQY1XT001AHCIW,GQY1XT001DLDY9,GQY1XT001BIY9K,GQY1XT001EZSI8,GQY1XT001AW1CK,GQY1XT001CVUFQ,GQY1XT001B28QD,GQY1XT001DTN1I,GQY1XT001AIQQQ,GQY1XT001EWKYW,GQY1XT001APJK6,GQY1XT001A0W2V,GQY1XT001EDK4N,GQY1XT001DWKT6,GQY1XT001ASZH9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DWF91"; -secondCol = "GQY1XT001DWF91,GQY1XT001ELOOE,GQY1XT001BUEBW,GQY1XT001BAQYL,GQY1XT001BDCUR,GQY1XT001EKHZY,GQY1XT001B96RP,GQY1XT001CBMRX,GQY1XT001DXJHM,GQY1XT001AWGNA,GQY1XT001AVDJW,GQY1XT001CJ5YR,GQY1XT001A7L3F,GQY1XT001CMVTM,GQY1XT001DAGLG,GQY1XT001A96B0,GQY1XT001BC477,GQY1XT001BWHAR,GQY1XT001EJ1QQ,GQY1XT001DJ1FS,GQY1XT001AFVSS,GQY1XT001C183P,GQY1XT001D3BYD,GQY1XT001APUX8,GQY1XT001C4K6P,GQY1XT001BX25J,GQY1XT001BRV0Z,GQY1XT001CJU5G,GQY1XT001A5HTK,GQY1XT001E26I2,GQY1XT001DY3ON,GQY1XT001B073D,GQY1XT001A9HV9,GQY1XT001B3Y65,GQY1XT001AZCPT,GQY1XT001BDZRA,GQY1XT001AIX4R,GQY1XT001B8ZXM,GQY1XT001DG66O,GQY1XT001CAV7J,GQY1XT001EXKJ2,GQY1XT001A7YAR,GQY1XT001ESEG6,GQY1XT001CLPH1,GQY1XT001BSA6K,GQY1XT001BE66V,GQY1XT001AR8M4,GQY1XT001E0W06,GQY1XT001DHW8S,GQY1XT001AI4EA,GQY1XT001D1TEK,GQY1XT001CLALY,GQY1XT001ED5NG,GQY1XT001DPRWL,GQY1XT001DI6SN,GQY1XT001CHOYY,GQY1XT001EKVK5,GQY1XT001EJOF8,GQY1XT001CPAMS,GQY1XT001BNYH3,GQY1XT001A556S,GQY1XT001EG0GQ,GQY1XT001E2DHD,GQY1XT001D83YS,GQY1XT001CPW6W,GQY1XT001AMKZS,GQY1XT001CU3L1,GQY1XT001AXO5B,GQY1XT001DR0K7,GQY1XT001CZ1HR,GQY1XT001A6P1G,GQY1XT001AQES7,GQY1XT001CYAIE,GQY1XT001CCWLY,GQY1XT001CZYAW,GQY1XT001AKG92,GQY1XT001ATWD4,GQY1XT001E381W,GQY1XT001DIEK7,GQY1XT001BR43A,GQY1XT001CJRF3,GQY1XT001BXW0F,GQY1XT001BD8HD,GQY1XT001D5WP2,GQY1XT001ASXGD,GQY1XT001EMXBB,GQY1XT001DS6U6,GQY1XT001A2592,GQY1XT001CABWM,GQY1XT001C9G4G,GQY1XT001BKP4C,GQY1XT001CM4MW,GQY1XT001D3MWX,GQY1XT001DPNRB,GQY1XT001DBETG,GQY1XT001CV0ID,GQY1XT001EGZFV,GQY1XT001CDFY0,GQY1XT001DF9JH,GQY1XT001AUIUB,GQY1XT001EM2C3,GQY1XT001DSBIS,GQY1XT001DN3YC,GQY1XT001CX474,GQY1XT001B376N,GQY1XT001BBB9H,GQY1XT001DKUW2,GQY1XT001EKX84,GQY1XT001DKBNN,GQY1XT001CLAWN,GQY1XT001CBE5K,GQY1XT001BF6QK,GQY1XT001B41UW,GQY1XT001D6QRO,GQY1XT001B7E52,GQY1XT001CFL4V,GQY1XT001BWS2G,GQY1XT001BL8Q9,GQY1XT001BSD8A,GQY1XT001BUYN5,GQY1XT001EDQNH,GQY1XT001AGWTY,GQY1XT001D27PY,GQY1XT001BF5MG,GQY1XT001CGJ63,GQY1XT001CINKC,GQY1XT001DXKIU,GQY1XT001ANQE8,GQY1XT001AV1T3,GQY1XT001EQ9Q8,GQY1XT001DKUK4,GQY1XT001CXD9S,GQY1XT001A7U5R,GQY1XT001A622Y,GQY1XT001AVD4V,GQY1XT001EUZVA,GQY1XT001D0LJB,GQY1XT001CBQKQ,GQY1XT001BYR88,GQY1XT001BE3K8,GQY1XT001A6YE4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A6L7F"; -secondCol = "GQY1XT001A6L7F,GQY1XT001CHY2B,GQY1XT001EQM88,GQY1XT001B6KI0,GQY1XT001BOT6R,GQY1XT001BQ3NG,GQY1XT001CISTV,GQY1XT001C2SBK,GQY1XT001BIFYA,GQY1XT001EQDF3,GQY1XT001CFKGX,GQY1XT001BGYKP,GQY1XT001B64D3,GQY1XT001D138I,GQY1XT001BF3XE,GQY1XT001B506Z,GQY1XT001ARFP1,GQY1XT001B03X5,GQY1XT001EMW3H,GQY1XT001AWE8E,GQY1XT001B00QC,GQY1XT001D8P40,GQY1XT001CHU93,GQY1XT001EJJY0,GQY1XT001CO7R2,GQY1XT001BM7P2,GQY1XT001D7FP2,GQY1XT001CY8T4,GQY1XT001EAFA2,GQY1XT001DWLVT,GQY1XT001BMGN1,GQY1XT001DL0HW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DCSAA"; -secondCol = "GQY1XT001DCSAA,GQY1XT001DM05P,GQY1XT001EM4TU,GQY1XT001CP58H,GQY1XT001AYFT2,GQY1XT001DDSX2,GQY1XT001A2CSO,GQY1XT001D4LZ5,GQY1XT001CHYDP,GQY1XT001CYAQ9,GQY1XT001AQH89,GQY1XT001EO5IQ,GQY1XT001EL0R8,GQY1XT001AP4HS,GQY1XT001DDNDS,GQY1XT001CM1FL,GQY1XT001DSW6G,GQY1XT001DAOE9,GQY1XT001D1ZMZ,GQY1XT001CWX8X,GQY1XT001B51AX,GQY1XT001CYAUV,GQY1XT001B7Z5H,GQY1XT001CZJ60,GQY1XT001AKXB5,GQY1XT001DOSZ3,GQY1XT001BLDJN,GQY1XT001BZ11O,GQY1XT001CLB0W,GQY1XT001AHX9Y,GQY1XT001A06BY,GQY1XT001CQSCP,GQY1XT001ECWJW,GQY1XT001AG6UK,GQY1XT001B1ZZM,GQY1XT001AWCSA,GQY1XT001EB08G,GQY1XT001E2K8P,GQY1XT001D5G4D,GQY1XT001EASO8,GQY1XT001EP7FY,GQY1XT001DQZP8,GQY1XT001DGSSP,GQY1XT001CZ09G,GQY1XT001BPBIX,GQY1XT001B2XCM,GQY1XT001DGZ0X,GQY1XT001EE2AO,GQY1XT001DI09K,GQY1XT001DTD40,GQY1XT001D8W2L,GQY1XT001DUW7G,GQY1XT001EJ777,GQY1XT001BZ6HC,GQY1XT001BI0AQ,GQY1XT001BGWLS,GQY1XT001ASSX1,GQY1XT001CWU05,GQY1XT001D7XDA,GQY1XT001DE59C,GQY1XT001D7J8J,GQY1XT001A6YR2,GQY1XT001EXJBZ,GQY1XT001DIRNB,GQY1XT001BDTJ9,GQY1XT001DV598,GQY1XT001EPKKJ,GQY1XT001CNYQ7,GQY1XT001C7NR8,GQY1XT001BM9AQ,GQY1XT001BLOBQ,GQY1XT001CPIJY,GQY1XT001BWZAR,GQY1XT001CDNOM,GQY1XT001D9GXZ,GQY1XT001ATVVA,GQY1XT001CRXZT,GQY1XT001C4JRI,GQY1XT001BSMWO,GQY1XT001EK0V0,GQY1XT001DEFMJ,GQY1XT001C91OE,GQY1XT001AT9DO,GQY1XT001A2UXV,GQY1XT001EAMYT,GQY1XT001DPNX8,GQY1XT001CUM19,GQY1XT001BLYGW,GQY1XT001B1SYX,GQY1XT001APHFJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AO4OF"; -secondCol = "GQY1XT001AO4OF,GQY1XT001C0RZB,GQY1XT001CXHRB,GQY1XT001C4ERS,GQY1XT001EZ3Y2,GQY1XT001C7Y9U,GQY1XT001C67OK,GQY1XT001CWQ3H,GQY1XT001CNFHK,GQY1XT001CFOB6,GQY1XT001CA946,GQY1XT001C9XAH,GQY1XT001DRNJ4,GQY1XT001ED55X,GQY1XT001A1O7D,GQY1XT001D571Q,GQY1XT001BOWHG,GQY1XT001CM1DO,GQY1XT001D5HGT,GQY1XT001CRY9P,GQY1XT001EFN3U,GQY1XT001BS7KQ,GQY1XT001AVPM6,GQY1XT001AY9I0,GQY1XT001AZDTX,GQY1XT001DB960,GQY1XT001DIWTM,GQY1XT001C0G30"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EYTUJ"; -secondCol = "GQY1XT001EYTUJ,GQY1XT001DB37J,GQY1XT001DFIGM,GQY1XT001D224C,GQY1XT001E2NBO,GQY1XT001AVWJ2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DX7JG"; -secondCol = "GQY1XT001DX7JG,GQY1XT001ETTWL,GQY1XT001EA4B6,GQY1XT001DYVGL,GQY1XT001CY4CH,GQY1XT001APERY,GQY1XT001E3VQH,GQY1XT001DMDNI,GQY1XT001D4AYN,GQY1XT001E1IQX,GQY1XT001CU66U,GQY1XT001EBO4Z,GQY1XT001CPB1A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DD6MN"; -secondCol = "GQY1XT001DD6MN,GQY1XT001DTB9K,GQY1XT001BXLNT,GQY1XT001ESVTP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A2X6V"; -secondCol = "GQY1XT001A2X6V,GQY1XT001C5FKN,GQY1XT001EYX9J,GQY1XT001B36Y4,GQY1XT001CKXGF,GQY1XT001AM7TN,GQY1XT001CVPON,GQY1XT001DEAM1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ER71E"; -secondCol = "GQY1XT001ER71E,GQY1XT001CDZXV,GQY1XT001CM3EL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EK6NY"; -secondCol = "GQY1XT001EK6NY,GQY1XT001EFJSM,GQY1XT001BHMUZ,GQY1XT001DFOI4,GQY1XT001EBEL2,GQY1XT001C7Y9J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E0S28"; -secondCol = "GQY1XT001E0S28,GQY1XT001DSW0K,GQY1XT001CMU3X,GQY1XT001DUWJJ,GQY1XT001BHRSV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DWQKZ"; -secondCol = "GQY1XT001DWQKZ,GQY1XT001DU0G8,GQY1XT001E5YQY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DMFJ7"; -secondCol = "GQY1XT001DMFJ7,GQY1XT001CZLEZ,GQY1XT001B791M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DEIXZ"; -secondCol = "GQY1XT001DEIXZ,GQY1XT001CT0R1,GQY1XT001DKLD5,GQY1XT001AXLZ3,GQY1XT001C8S2V,GQY1XT001EJJ77"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CRU7B"; -secondCol = "GQY1XT001CRU7B,GQY1XT001BBA4J,GQY1XT001BWZOV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CQC5Q"; -secondCol = "GQY1XT001CQC5Q,GQY1XT001BLJ5V,GQY1XT001DZ3PD,GQY1XT001CY6L2,GQY1XT001D1A3J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EURNN"; -secondCol = "GQY1XT001EURNN,GQY1XT001EAENN,GQY1XT001CEUEX,GQY1XT001D0H1E,GQY1XT001EE9TK,GQY1XT001DWV4P,GQY1XT001BPI76,GQY1XT001DXR0D,GQY1XT001EFXZ8,GQY1XT001EGF4Y,GQY1XT001CMOSV,GQY1XT001CY930,GQY1XT001ETDO9,GQY1XT001C6T52,GQY1XT001AO426,GQY1XT001CA813,GQY1XT001C3RYB,GQY1XT001DWVSO,GQY1XT001BJ1GY,GQY1XT001A21HK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ETZ76"; -secondCol = "GQY1XT001ETZ76,GQY1XT001AMS48,GQY1XT001D99LZ,GQY1XT001DKJ14,GQY1XT001BBAIU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E25J6"; -secondCol = "GQY1XT001E25J6,GQY1XT001DVN8I,GQY1XT001D3GGF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DUTRF"; -secondCol = "GQY1XT001DUTRF,GQY1XT001B9ATC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DP8X2"; -secondCol = "GQY1XT001DP8X2,GQY1XT001ES5HC,GQY1XT001E5Y6Y,GQY1XT001DD1M6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DDM4B"; -secondCol = "GQY1XT001DDM4B,GQY1XT001EM8A7,GQY1XT001AXHQK,GQY1XT001B39PI,GQY1XT001BQSUE,GQY1XT001AUBD8,GQY1XT001D3723,GQY1XT001COU26,GQY1XT001AFYZV,GQY1XT001DF9W6,GQY1XT001CM9DN,GQY1XT001DPQ7V,GQY1XT001AFTVU,GQY1XT001DWJK7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CV0CL"; -secondCol = "GQY1XT001CV0CL,GQY1XT001DTZZ0,GQY1XT001DNUVS,GQY1XT001AN3G4,GQY1XT001BQ738,GQY1XT001ERNSB,GQY1XT001CH6PF,GQY1XT001CH2JS,GQY1XT001C5JEI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CRXFZ"; -secondCol = "GQY1XT001CRXFZ,GQY1XT001B3RSF,GQY1XT001BGKO4,GQY1XT001BNT1D,GQY1XT001C2HMG,GQY1XT001AW59X,GQY1XT001C7D3I,GQY1XT001B90XP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CJN5F"; -secondCol = "GQY1XT001CJN5F,GQY1XT001ANP9J,GQY1XT001CL9FV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C8VP3"; -secondCol = "GQY1XT001C8VP3,GQY1XT001AFO8V"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BWP2E"; -secondCol = "GQY1XT001BWP2E,GQY1XT001CJQ0E,GQY1XT001B9E6J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BPR6V"; -secondCol = "GQY1XT001BPR6V,GQY1XT001BTXCT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BH3F6"; -secondCol = "GQY1XT001BH3F6,GQY1XT001EPT81,GQY1XT001AX5D9,GQY1XT001BWTZ4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B6491"; -secondCol = "GQY1XT001B6491,GQY1XT001D1GW7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AUFBS"; -secondCol = "GQY1XT001AUFBS,GQY1XT001EIH2C,GQY1XT001CTNE4,GQY1XT001CABNX,GQY1XT001C4PRZ,GQY1XT001CV1QO,GQY1XT001D9JGO,GQY1XT001D5CQH,GQY1XT001B96U6,GQY1XT001CH3TT,GQY1XT001CQ3S6,GQY1XT001EV1NE,GQY1XT001ED471,GQY1XT001D2QQD,GQY1XT001BPGJ9,GQY1XT001AS0LZ,GQY1XT001EEJY1,GQY1XT001ERQAQ,GQY1XT001C8U1I,GQY1XT001D8WWO,GQY1XT001E3SMX,GQY1XT001AJO5G,GQY1XT001AIOXR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AT9WW"; -secondCol = "GQY1XT001AT9WW,GQY1XT001CL10P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001APJL5"; -secondCol = "GQY1XT001APJL5,GQY1XT001AG3U6,GQY1XT001E0WDP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A79Q2"; -secondCol = "GQY1XT001A79Q2,GQY1XT001DH4K9,GQY1XT001C5ELD,GQY1XT001B6ZME,GQY1XT001AJ5GP,GQY1XT001DFH18,GQY1XT001BIEJ0,GQY1XT001BKG8J,GQY1XT001BOEZM,GQY1XT001DTVV8,GQY1XT001E3SG3,GQY1XT001C4P49,GQY1XT001EMBXM,GQY1XT001ENTV9,GQY1XT001ERNN0,GQY1XT001A54VD,GQY1XT001EHIZU,GQY1XT001CG57K,GQY1XT001DEOPW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A5DY7"; -secondCol = "GQY1XT001A5DY7,GQY1XT001DKT0L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A57CJ"; -secondCol = "GQY1XT001A57CJ,GQY1XT001C0RMS,GQY1XT001AVTC0,GQY1XT001BBZIV,GQY1XT001B4B71,GQY1XT001BPWJI,GQY1XT001DV3TJ,GQY1XT001CUZ0A,GQY1XT001CJW2T,GQY1XT001BLVRK,GQY1XT001CTWH4,GQY1XT001CDVSN,GQY1XT001A0DYC,GQY1XT001BKQHN,GQY1XT001D7QBP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A180R"; -secondCol = "GQY1XT001A180R,GQY1XT001BQQLQ,GQY1XT001ELREE,GQY1XT001B8J3F,GQY1XT001CKZA8,GQY1XT001C65GE,GQY1XT001C4URK,GQY1XT001AJ3MM,GQY1XT001ANVBO,GQY1XT001EP9XM,GQY1XT001EB6KJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EZ0T4"; -secondCol = "GQY1XT001EZ0T4,GQY1XT001DVDIA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EYASV"; -secondCol = "GQY1XT001EYASV,GQY1XT001AEJ3Q,GQY1XT001EIS4K,GQY1XT001CKSRB,GQY1XT001BH9BG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EX8JH"; -secondCol = "GQY1XT001EX8JH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EWSQ7"; -secondCol = "GQY1XT001EWSQ7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EWJ0G"; -secondCol = "GQY1XT001EWJ0G"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EWCLZ"; -secondCol = "GQY1XT001EWCLZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EW4SG"; -secondCol = "GQY1XT001EW4SG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EVMR1"; -secondCol = "GQY1XT001EVMR1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ESC8I"; -secondCol = "GQY1XT001ESC8I"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ES7A7"; -secondCol = "GQY1XT001ES7A7,GQY1XT001DLNXO,GQY1XT001B4H1S,GQY1XT001AO1L7,GQY1XT001CZ4QM,GQY1XT001ARS51,GQY1XT001DF48R,GQY1XT001EH621,GQY1XT001D2XCP,GQY1XT001ELT1L,GQY1XT001CK3O5,GQY1XT001DNILG,GQY1XT001D1J7H,GQY1XT001BBLIY,GQY1XT001EOXYH,GQY1XT001ER98G,GQY1XT001BUFPF,GQY1XT001BOOF0,GQY1XT001EOC5Z,GQY1XT001DVXCW,GQY1XT001DAK9J,GQY1XT001CXGDM,GQY1XT001AOKBZ,GQY1XT001APO8A,GQY1XT001DKDYR,GQY1XT001DZMV9,GQY1XT001BZZMF,GQY1XT001CW8PX,GQY1XT001EG8QZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ERCRU"; -secondCol = "GQY1XT001ERCRU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EPXLK"; -secondCol = "GQY1XT001EPXLK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EPRKA"; -secondCol = "GQY1XT001EPRKA,GQY1XT001C2FQY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EP50F"; -secondCol = "GQY1XT001EP50F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ENIJK"; -secondCol = "GQY1XT001ENIJK,GQY1XT001BYN8Y,GQY1XT001DUBK9,GQY1XT001DRUMJ,GQY1XT001AY5L3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ELQAV"; -secondCol = "GQY1XT001ELQAV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EL1XN"; -secondCol = "GQY1XT001EL1XN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EK9UC"; -secondCol = "GQY1XT001EK9UC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EJ6IE"; -secondCol = "GQY1XT001EJ6IE,GQY1XT001BXQEM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EINOB"; -secondCol = "GQY1XT001EINOB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EHR1D"; -secondCol = "GQY1XT001EHR1D,GQY1XT001C49K0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EG89W"; -secondCol = "GQY1XT001EG89W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EE7HC"; -secondCol = "GQY1XT001EE7HC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EDX2L"; -secondCol = "GQY1XT001EDX2L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ECV6N"; -secondCol = "GQY1XT001ECV6N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EC768"; -secondCol = "GQY1XT001EC768"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EC5ZD"; -secondCol = "GQY1XT001EC5ZD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EBILS"; -secondCol = "GQY1XT001EBILS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E5VFY"; -secondCol = "GQY1XT001E5VFY,GQY1XT001A29MU,GQY1XT001A6WVR,GQY1XT001C80W6,GQY1XT001CW5YH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E4RC6"; -secondCol = "GQY1XT001E4RC6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E26E5"; -secondCol = "GQY1XT001E26E5,GQY1XT001B88T6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZGN2"; -secondCol = "GQY1XT001DZGN2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DY9EE"; -secondCol = "GQY1XT001DY9EE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DXZ94"; -secondCol = "GQY1XT001DXZ94"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DXXRY"; -secondCol = "GQY1XT001DXXRY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DX5YX"; -secondCol = "GQY1XT001DX5YX,GQY1XT001AGXL6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DWB8A"; -secondCol = "GQY1XT001DWB8A,GQY1XT001BXO2B,GQY1XT001ESZMV,GQY1XT001AIRTG,GQY1XT001BN7K9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DW661"; -secondCol = "GQY1XT001DW661"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DVVV9"; -secondCol = "GQY1XT001DVVV9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DVRMX"; -secondCol = "GQY1XT001DVRMX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DUGOQ"; -secondCol = "GQY1XT001DUGOQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DSKYO"; -secondCol = "GQY1XT001DSKYO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DQEX4"; -secondCol = "GQY1XT001DQEX4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DPQ0U"; -secondCol = "GQY1XT001DPQ0U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DP988"; -secondCol = "GQY1XT001DP988"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DOEFT"; -secondCol = "GQY1XT001DOEFT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DMV73"; -secondCol = "GQY1XT001DMV73"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DMAIL"; -secondCol = "GQY1XT001DMAIL,GQY1XT001BN4E5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DJKAP"; -secondCol = "GQY1XT001DJKAP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DIY7I"; -secondCol = "GQY1XT001DIY7I"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DI2F4"; -secondCol = "GQY1XT001DI2F4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DG89M"; -secondCol = "GQY1XT001DG89M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DFPOZ"; -secondCol = "GQY1XT001DFPOZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DFNZA"; -secondCol = "GQY1XT001DFNZA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DFFH1"; -secondCol = "GQY1XT001DFFH1,GQY1XT001DJ5B3,GQY1XT001CLHXL,GQY1XT001AX4MT,GQY1XT001ARUA5,GQY1XT001AGEAM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DECCK"; -secondCol = "GQY1XT001DECCK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DDP54"; -secondCol = "GQY1XT001DDP54"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DCWXL"; -secondCol = "GQY1XT001DCWXL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DCROU"; -secondCol = "GQY1XT001DCROU,GQY1XT001BEHZS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DCHHZ"; -secondCol = "GQY1XT001DCHHZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DBR6R"; -secondCol = "GQY1XT001DBR6R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DBR15"; -secondCol = "GQY1XT001DBR15"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DB6W5"; -secondCol = "GQY1XT001DB6W5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DB48V"; -secondCol = "GQY1XT001DB48V"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DAXHO"; -secondCol = "GQY1XT001DAXHO,GQY1XT001C5X6Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DA3NK"; -secondCol = "GQY1XT001DA3NK,GQY1XT001EUWBE,GQY1XT001AWZQD,GQY1XT001B72OX,GQY1XT001B1G68,GQY1XT001EOMCY,GQY1XT001CAI1Q,GQY1XT001BN3XL,GQY1XT001EBPVF,GQY1XT001BVXYF,GQY1XT001CWQ1E,GQY1XT001DVX09"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D9XV0"; -secondCol = "GQY1XT001D9XV0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D9PEI"; -secondCol = "GQY1XT001D9PEI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D9NS0"; -secondCol = "GQY1XT001D9NS0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D9LBF"; -secondCol = "GQY1XT001D9LBF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D90UB"; -secondCol = "GQY1XT001D90UB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D7SQ4"; -secondCol = "GQY1XT001D7SQ4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D73BL"; -secondCol = "GQY1XT001D73BL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D6WIL"; -secondCol = "GQY1XT001D6WIL,GQY1XT001EQFWO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D54HY"; -secondCol = "GQY1XT001D54HY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D4WJX"; -secondCol = "GQY1XT001D4WJX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D4IMR"; -secondCol = "GQY1XT001D4IMR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D4AF7"; -secondCol = "GQY1XT001D4AF7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D404H"; -secondCol = "GQY1XT001D404H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D3JL9"; -secondCol = "GQY1XT001D3JL9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D36LX"; -secondCol = "GQY1XT001D36LX,GQY1XT001DUELP,GQY1XT001DVGXF,GQY1XT001CD9JJ,GQY1XT001C5LTP,GQY1XT001EL9JG,GQY1XT001ALAD7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D34SX"; -secondCol = "GQY1XT001D34SX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D2Z78"; -secondCol = "GQY1XT001D2Z78"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D26TY"; -secondCol = "GQY1XT001D26TY,GQY1XT001BX7DJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D0PS5"; -secondCol = "GQY1XT001D0PS5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D096N"; -secondCol = "GQY1XT001D096N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CZLBS"; -secondCol = "GQY1XT001CZLBS,GQY1XT001CC7FR,GQY1XT001BQC4F,GQY1XT001BXVDO,GQY1XT001DUZC6,GQY1XT001C8S6T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CZJDF"; -secondCol = "GQY1XT001CZJDF,GQY1XT001CF9DG,GQY1XT001C9LO5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CZIDF"; -secondCol = "GQY1XT001CZIDF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CYTB5"; -secondCol = "GQY1XT001CYTB5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CXSFV"; -secondCol = "GQY1XT001CXSFV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CVW9J"; -secondCol = "GQY1XT001CVW9J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CVNYD"; -secondCol = "GQY1XT001CVNYD,GQY1XT001BVPNV,GQY1XT001DZCHP,GQY1XT001D35PG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CVDAV"; -secondCol = "GQY1XT001CVDAV,GQY1XT001D4LW4,GQY1XT001CYFMZ,GQY1XT001DR6H8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CTR8U"; -secondCol = "GQY1XT001CTR8U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CT03W"; -secondCol = "GQY1XT001CT03W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CSFPB"; -secondCol = "GQY1XT001CSFPB,GQY1XT001CSJXU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CSE8M"; -secondCol = "GQY1XT001CSE8M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CS75Q"; -secondCol = "GQY1XT001CS75Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CRCO3"; -secondCol = "GQY1XT001CRCO3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CR3OY"; -secondCol = "GQY1XT001CR3OY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CQNP0"; -secondCol = "GQY1XT001CQNP0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CQISV"; -secondCol = "GQY1XT001CQISV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CO2B2"; -secondCol = "GQY1XT001CO2B2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CO0A6"; -secondCol = "GQY1XT001CO0A6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CN21H"; -secondCol = "GQY1XT001CN21H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CMSDB"; -secondCol = "GQY1XT001CMSDB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CMP9R"; -secondCol = "GQY1XT001CMP9R,GQY1XT001BXDKT,GQY1XT001E3EXL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CM9OV"; -secondCol = "GQY1XT001CM9OV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CM539"; -secondCol = "GQY1XT001CM539"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CM0Q4"; -secondCol = "GQY1XT001CM0Q4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CLDR0"; -secondCol = "GQY1XT001CLDR0,GQY1XT001DTAK7,GQY1XT001EBQY4,GQY1XT001E1XYL,GQY1XT001E05JB,GQY1XT001B7MJ8,GQY1XT001D22F5,GQY1XT001DRPC1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CKNS4"; -secondCol = "GQY1XT001CKNS4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CJLK2"; -secondCol = "GQY1XT001CJLK2,GQY1XT001ALVR4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CJIIR"; -secondCol = "GQY1XT001CJIIR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CJAFS"; -secondCol = "GQY1XT001CJAFS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CJ3M8"; -secondCol = "GQY1XT001CJ3M8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CJ0AB"; -secondCol = "GQY1XT001CJ0AB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CIODF"; -secondCol = "GQY1XT001CIODF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CID7T"; -secondCol = "GQY1XT001CID7T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CIB8G"; -secondCol = "GQY1XT001CIB8G"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CH8FI"; -secondCol = "GQY1XT001CH8FI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CFUS2"; -secondCol = "GQY1XT001CFUS2,GQY1XT001DSCU7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CFEOC"; -secondCol = "GQY1XT001CFEOC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CFDUW"; -secondCol = "GQY1XT001CFDUW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CED3S"; -secondCol = "GQY1XT001CED3S"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CE5F9"; -secondCol = "GQY1XT001CE5F9,GQY1XT001AGNJI,GQY1XT001A0Z22,GQY1XT001BNFF0,GQY1XT001D969Z,GQY1XT001D3RUI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CCIDU"; -secondCol = "GQY1XT001CCIDU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CBTVR"; -secondCol = "GQY1XT001CBTVR,GQY1XT001BJ1S8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CB6LJ"; -secondCol = "GQY1XT001CB6LJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CAO9E"; -secondCol = "GQY1XT001CAO9E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C9TKV"; -secondCol = "GQY1XT001C9TKV,GQY1XT001B3AOV,GQY1XT001CS5J4,GQY1XT001CF3MW,GQY1XT001AGTAO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C9NXV"; -secondCol = "GQY1XT001C9NXV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C8JHR"; -secondCol = "GQY1XT001C8JHR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C7ZUB"; -secondCol = "GQY1XT001C7ZUB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C7O3D"; -secondCol = "GQY1XT001C7O3D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C6LWA"; -secondCol = "GQY1XT001C6LWA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C6HBD"; -secondCol = "GQY1XT001C6HBD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C653P"; -secondCol = "GQY1XT001C653P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5MUK"; -secondCol = "GQY1XT001C5MUK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C4W7P"; -secondCol = "GQY1XT001C4W7P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C34WE"; -secondCol = "GQY1XT001C34WE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C2MZ1"; -secondCol = "GQY1XT001C2MZ1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C24KA"; -secondCol = "GQY1XT001C24KA,GQY1XT001BIGGE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C1J8R"; -secondCol = "GQY1XT001C1J8R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C063V"; -secondCol = "GQY1XT001C063V"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BZVNE"; -secondCol = "GQY1XT001BZVNE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BZDM7"; -secondCol = "GQY1XT001BZDM7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BY007"; -secondCol = "GQY1XT001BY007"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BXHIS"; -secondCol = "GQY1XT001BXHIS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BX11Y"; -secondCol = "GQY1XT001BX11Y"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BWODL"; -secondCol = "GQY1XT001BWODL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BW0YY"; -secondCol = "GQY1XT001BW0YY,GQY1XT001BD0J7,GQY1XT001CQ1F6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BVIE9"; -secondCol = "GQY1XT001BVIE9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BVA7U"; -secondCol = "GQY1XT001BVA7U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BUF2I"; -secondCol = "GQY1XT001BUF2I"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BSJ6O"; -secondCol = "GQY1XT001BSJ6O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BROZN"; -secondCol = "GQY1XT001BROZN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BPYYS"; -secondCol = "GQY1XT001BPYYS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BN5O9"; -secondCol = "GQY1XT001BN5O9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BLPCS"; -secondCol = "GQY1XT001BLPCS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BKAZ3"; -secondCol = "GQY1XT001BKAZ3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BJITH"; -secondCol = "GQY1XT001BJITH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BJIGU"; -secondCol = "GQY1XT001BJIGU,GQY1XT001B98TG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BJ3FA"; -secondCol = "GQY1XT001BJ3FA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BIZB8"; -secondCol = "GQY1XT001BIZB8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BI4HN"; -secondCol = "GQY1XT001BI4HN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BH4H2"; -secondCol = "GQY1XT001BH4H2,GQY1XT001CVSJM,GQY1XT001AU8I8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BGGFI"; -secondCol = "GQY1XT001BGGFI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BFQBJ"; -secondCol = "GQY1XT001BFQBJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BE8ZJ"; -secondCol = "GQY1XT001BE8ZJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BDSVG"; -secondCol = "GQY1XT001BDSVG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BDGGT"; -secondCol = "GQY1XT001BDGGT,GQY1XT001AR3G9,GQY1XT001CM14B,GQY1XT001CJXRL,GQY1XT001DPB1K,GQY1XT001DN1EM,GQY1XT001D5P5Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BDBLL"; -secondCol = "GQY1XT001BDBLL,GQY1XT001AXCT8,GQY1XT001ENN9Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BCIU5"; -secondCol = "GQY1XT001BCIU5,GQY1XT001DF6SQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BADJQ"; -secondCol = "GQY1XT001BADJQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B9ID3"; -secondCol = "GQY1XT001B9ID3,GQY1XT001EDSJJ,GQY1XT001CTDXB,GQY1XT001AQ5GG,GQY1XT001CLLR8,GQY1XT001D562G,GQY1XT001DTBMO,GQY1XT001A6YG6,GQY1XT001DCCO7,GQY1XT001EVNMK,GQY1XT001EK4GZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B948Z"; -secondCol = "GQY1XT001B948Z,GQY1XT001CTIBP,GQY1XT001BTF1X,GQY1XT001A2N31,GQY1XT001AX6RH,GQY1XT001CPNTI,GQY1XT001BUYFR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B92EF"; -secondCol = "GQY1XT001B92EF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B91G9"; -secondCol = "GQY1XT001B91G9,GQY1XT001A90XS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B8YZD"; -secondCol = "GQY1XT001B8YZD,GQY1XT001CO50N,GQY1XT001BDVZB,GQY1XT001APOHN,GQY1XT001BUCM4,GQY1XT001BQKOR,GQY1XT001C3H76,GQY1XT001CNMPZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B8ILX"; -secondCol = "GQY1XT001B8ILX,GQY1XT001DZ35U,GQY1XT001CIDYK,GQY1XT001ESIO9,GQY1XT001C4GD9,GQY1XT001BQOAX,GQY1XT001AFWCT,GQY1XT001C45HM,GQY1XT001CLAQ2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B7HR5"; -secondCol = "GQY1XT001B7HR5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B78LF"; -secondCol = "GQY1XT001B78LF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B760U"; -secondCol = "GQY1XT001B760U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B5012"; -secondCol = "GQY1XT001B5012"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B3JPS"; -secondCol = "GQY1XT001B3JPS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B2Z3X"; -secondCol = "GQY1XT001B2Z3X,GQY1XT001BHO3N,GQY1XT001DGM9A,GQY1XT001EFOZ9,GQY1XT001BAVO0,GQY1XT001C3VM1,GQY1XT001A2U79,GQY1XT001AN9XZ,GQY1XT001A7ORK,GQY1XT001B7F4Q,GQY1XT001C62AV,GQY1XT001CLDIL,GQY1XT001BZ70Z,GQY1XT001DE15V,GQY1XT001CYPSR,GQY1XT001C4JCG,GQY1XT001DG2JP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B2WW2"; -secondCol = "GQY1XT001B2WW2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B2ISN"; -secondCol = "GQY1XT001B2ISN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZODE"; -secondCol = "GQY1XT001AZODE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZIY5"; -secondCol = "GQY1XT001AZIY5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZ137"; -secondCol = "GQY1XT001AZ137"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZ0J0"; -secondCol = "GQY1XT001AZ0J0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AXWM2"; -secondCol = "GQY1XT001AXWM2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AXWKG"; -secondCol = "GQY1XT001AXWKG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AXFW6"; -secondCol = "GQY1XT001AXFW6,GQY1XT001ANA3U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AWGFR"; -secondCol = "GQY1XT001AWGFR,GQY1XT001AW2VI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AVIEN"; -secondCol = "GQY1XT001AVIEN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ARHZE"; -secondCol = "GQY1XT001ARHZE,GQY1XT001C9KNB,GQY1XT001BGM1W,GQY1XT001DFU7T,GQY1XT001A74AF,GQY1XT001DAPPU,GQY1XT001ATDNU,GQY1XT001AEWC6,GQY1XT001AU90I,GQY1XT001BH1PX,GQY1XT001BSB25"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001APWQ4"; -secondCol = "GQY1XT001APWQ4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AP3GC"; -secondCol = "GQY1XT001AP3GC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AOY82"; -secondCol = "GQY1XT001AOY82"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AOTBI"; -secondCol = "GQY1XT001AOTBI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ANPOD"; -secondCol = "GQY1XT001ANPOD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AN0O0"; -secondCol = "GQY1XT001AN0O0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AM04G"; -secondCol = "GQY1XT001AM04G"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AJDZP"; -secondCol = "GQY1XT001AJDZP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AJBW8"; -secondCol = "GQY1XT001AJBW8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AJ8JE"; -secondCol = "GQY1XT001AJ8JE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AHQ4E"; -secondCol = "GQY1XT001AHQ4E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AGQKS"; -secondCol = "GQY1XT001AGQKS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AFW2U"; -secondCol = "GQY1XT001AFW2U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AF3OR"; -secondCol = "GQY1XT001AF3OR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AEJCX"; -secondCol = "GQY1XT001AEJCX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A9WRU"; -secondCol = "GQY1XT001A9WRU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A9CWO"; -secondCol = "GQY1XT001A9CWO,GQY1XT001BH2UW,GQY1XT001C0YAD,GQY1XT001C274E,GQY1XT001EBMVQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A90IT"; -secondCol = "GQY1XT001A90IT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A8LEY"; -secondCol = "GQY1XT001A8LEY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A6JJ4"; -secondCol = "GQY1XT001A6JJ4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A5ZJV"; -secondCol = "GQY1XT001A5ZJV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A5X5F"; -secondCol = "GQY1XT001A5X5F,GQY1XT001EUL48,GQY1XT001DZ9K3,GQY1XT001C9LQJ,GQY1XT001D61QW,GQY1XT001CBAG8,GQY1XT001CVU15,GQY1XT001CVD02,GQY1XT001AH9RQ,GQY1XT001DIP35,GQY1XT001CYZT8,GQY1XT001BI6CW,GQY1XT001BG7PZ,GQY1XT001BWPKE,GQY1XT001BY508,GQY1XT001CTKFI,GQY1XT001EM7HX,GQY1XT001D9HM7,GQY1XT001ATS69,GQY1XT001A8YQA,GQY1XT001BNJPN,GQY1XT001CVDFY,GQY1XT001DI5Q0,GQY1XT001CM7AO,GQY1XT001DA1CO,GQY1XT001COV0A,GQY1XT001AZVLU,GQY1XT001AZVB3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A4Y95"; -secondCol = "GQY1XT001A4Y95"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A3TPF"; -secondCol = "GQY1XT001A3TPF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A35IX"; -secondCol = "GQY1XT001A35IX,GQY1XT001A7SF3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A2MTB"; -secondCol = "GQY1XT001A2MTB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A103Z"; -secondCol = "GQY1XT001A103Z"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AH00T"; -secondCol = "GQY1XT001AH00T,GQY1XT001BF1SN,GQY1XT001C3M22,GQY1XT001A91EU,GQY1XT001BAALL,GQY1XT001DK7MT,GQY1XT001C8T77,GQY1XT001DOQXC,GQY1XT001EVPYY,GQY1XT001BRCJ1,GQY1XT001DBRZG,GQY1XT001C86TT,GQY1XT001DX62X,GQY1XT001EBROS,GQY1XT001B546T,GQY1XT001C4CBP,GQY1XT001B4MWS,GQY1XT001A497K,GQY1XT001ED940,GQY1XT001A3B09,GQY1XT001AJRFY,GQY1XT001AVK2K,GQY1XT001BOKJR,GQY1XT001B9UW4,GQY1XT001DK3P8,GQY1XT001AGJH4,GQY1XT001BE2SR,GQY1XT001B4FF4,GQY1XT001DV8H0,GQY1XT001BI627,GQY1XT001DZOUM,GQY1XT001DDRXZ,GQY1XT001C37T4,GQY1XT001BSO6R,GQY1XT001CDGSQ,GQY1XT001B6W88"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B2VYN"; -secondCol = "GQY1XT001B2VYN,GQY1XT001AT552,GQY1XT001BYLYZ,GQY1XT001BKZRT,GQY1XT001CHYU4,GQY1XT001ETHGA,GQY1XT001DFDG1,GQY1XT001DYVO9,GQY1XT001CNLV1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5VZB"; -secondCol = "GQY1XT001C5VZB,GQY1XT001EYKA9,GQY1XT001A7CG4,GQY1XT001BNI15,GQY1XT001DY0HH,GQY1XT001AZWCN,GQY1XT001EBKDV,GQY1XT001D3CP6,GQY1XT001CIGXB,GQY1XT001BL9ML,GQY1XT001BKU6T,GQY1XT001EMYXI,GQY1XT001B33XS,GQY1XT001CQKZI,GQY1XT001CKG8U,GQY1XT001AR05W,GQY1XT001C9PNM,GQY1XT001C4PJ3,GQY1XT001DXEWE,GQY1XT001D3OVW,GQY1XT001EFG3K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C3CGW"; -secondCol = "GQY1XT001C3CGW,GQY1XT001DKBMB,GQY1XT001DOK43,GQY1XT001AVEUV,GQY1XT001A3V3X,GQY1XT001C16P0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BX1WD"; -secondCol = "GQY1XT001BX1WD,GQY1XT001CYYF6,GQY1XT001BBAED,GQY1XT001A4TMW,GQY1XT001BIBSZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ERPB8"; -secondCol = "GQY1XT001ERPB8,GQY1XT001DT1GR,GQY1XT001EBPU8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EK4QD"; -secondCol = "GQY1XT001EK4QD,GQY1XT001DRHNA,GQY1XT001D4GOD,GQY1XT001EXJBF,GQY1XT001EBHXX,GQY1XT001CNPKY,GQY1XT001BUEHW,GQY1XT001AP7DE,GQY1XT001DAXLL,GQY1XT001D80X4,GQY1XT001D9ZE2,GQY1XT001A4Q8B,GQY1XT001AELGV,GQY1XT001EXH7D,GQY1XT001EI0NQ,GQY1XT001DSLB4,GQY1XT001EL5FX,GQY1XT001A4JHG,GQY1XT001E3E6Q,GQY1XT001EQTXU,GQY1XT001B683D,GQY1XT001D10F2,GQY1XT001B4DGD,GQY1XT001BIP8F,GQY1XT001D3SKJ,GQY1XT001BXHAY,GQY1XT001CJY1V,GQY1XT001BVS1L,GQY1XT001DM7FT,GQY1XT001COHRT,GQY1XT001COKQQ,GQY1XT001AO4VG,GQY1XT001CL1SV,GQY1XT001CA3LD,GQY1XT001BYMS4,GQY1XT001ER02J,GQY1XT001BWC6W,GQY1XT001CL0BE,GQY1XT001ET53E,GQY1XT001AHY45,GQY1XT001AWB6Y,GQY1XT001ER13J,GQY1XT001DUIFX,GQY1XT001B2WSX,GQY1XT001ANHMW,GQY1XT001CM7IS,GQY1XT001A7X5W,GQY1XT001AT2U5,GQY1XT001BPQ7N,GQY1XT001AWR1B,GQY1XT001AO3V8,GQY1XT001BHKBF,GQY1XT001AM8T1,GQY1XT001BZEKY,GQY1XT001CGRPU,GQY1XT001A0D9C,GQY1XT001BWCVB,GQY1XT001E1F5N,GQY1XT001DI2NV,GQY1XT001CWGOW,GQY1XT001C3TH6,GQY1XT001D6GYM,GQY1XT001AQ0U4,GQY1XT001DSBQL,GQY1XT001DT9IS,GQY1XT001BKJYT,GQY1XT001BFWPJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E0JJ6"; -secondCol = "GQY1XT001E0JJ6,GQY1XT001CULCC,GQY1XT001EQ8DL,GQY1XT001EVTSG,GQY1XT001EGWQI,GQY1XT001AV0W0,GQY1XT001AJA5R,GQY1XT001BCK8K,GQY1XT001DFDSS,GQY1XT001EKU3O,GQY1XT001E4KTA,GQY1XT001B00RW,GQY1XT001B3ORE,GQY1XT001C4T3G,GQY1XT001EZKU4,GQY1XT001DBCET,GQY1XT001D00JD,GQY1XT001E0QFN,GQY1XT001CDX0I,GQY1XT001AN63N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DI6MT"; -secondCol = "GQY1XT001DI6MT,GQY1XT001CZCXQ,GQY1XT001CPDFR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CTMYM"; -secondCol = "GQY1XT001CTMYM,GQY1XT001EKVOR,GQY1XT001BG6OY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CGMM4"; -secondCol = "GQY1XT001CGMM4,GQY1XT001EWV0L,GQY1XT001DCRW5,GQY1XT001DE34I,GQY1XT001CRZON,GQY1XT001C8VJZ,GQY1XT001ECYKW,GQY1XT001CVBIM,GQY1XT001DWSMH,GQY1XT001ESUY8,GQY1XT001CKG2I,GQY1XT001D2P2A,GQY1XT001COEA0,GQY1XT001D0XYI,GQY1XT001AO54Q,GQY1XT001EYMN1,GQY1XT001BA7T6,GQY1XT001D65K6,GQY1XT001E116B,GQY1XT001BN3ZR,GQY1XT001AUBAB,GQY1XT001DF23T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C8CYT"; -secondCol = "GQY1XT001C8CYT,GQY1XT001AIIS4,GQY1XT001D2IKB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C1TAA"; -secondCol = "GQY1XT001C1TAA,GQY1XT001DPTW8,GQY1XT001EHQCV,GQY1XT001CXYDB,GQY1XT001AW3FN,GQY1XT001EO9AV,GQY1XT001BKCSV,GQY1XT001A6U0A,GQY1XT001ERWKR,GQY1XT001CB496"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ARJ71"; -secondCol = "GQY1XT001ARJ71,GQY1XT001D7HC0,GQY1XT001AKOP8,GQY1XT001AW4T4,GQY1XT001BA0S4,GQY1XT001BYA1D,GQY1XT001COAU5,GQY1XT001EMP2H,GQY1XT001AW49X,GQY1XT001CFK48"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ANOGE"; -secondCol = "GQY1XT001ANOGE,GQY1XT001CKFLV,GQY1XT001BC8YT,GQY1XT001BOBNA,GQY1XT001A8PWG,GQY1XT001BNO0I,GQY1XT001E2E2T,GQY1XT001AWDNG,GQY1XT001CJ3GC,GQY1XT001CGJKY,GQY1XT001EYN8C,GQY1XT001B0NOO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A1PQ5"; -secondCol = "GQY1XT001A1PQ5,GQY1XT001C5W5K,GQY1XT001CULT7,GQY1XT001DGBUB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EWMVA"; -secondCol = "GQY1XT001EWMVA,GQY1XT001EXM2W,GQY1XT001CDUK8,GQY1XT001D1CGN,GQY1XT001BAA9D,GQY1XT001B0RO7,GQY1XT001AJNG8,GQY1XT001EBHWK,GQY1XT001EEB64,GQY1XT001CX05M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EU4WB"; -secondCol = "GQY1XT001EU4WB,GQY1XT001EY06B,GQY1XT001EJ1KF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ES0JB"; -secondCol = "GQY1XT001ES0JB,GQY1XT001CXK83,GQY1XT001CQLU7,GQY1XT001AKBPB,GQY1XT001C7NLQ,GQY1XT001AMYCH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ENTCB"; -secondCol = "GQY1XT001ENTCB,GQY1XT001AWO1P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EN26C"; -secondCol = "GQY1XT001EN26C,GQY1XT001BTJQ1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EK1FO"; -secondCol = "GQY1XT001EK1FO,GQY1XT001EOUKJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ECKCE"; -secondCol = "GQY1XT001ECKCE,GQY1XT001C761F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DWTG9"; -secondCol = "GQY1XT001DWTG9,GQY1XT001CSRLP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DG6NS"; -secondCol = "GQY1XT001DG6NS,GQY1XT001A6719,GQY1XT001EDO8U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DDPZU"; -secondCol = "GQY1XT001DDPZU,GQY1XT001DWWGN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DBZNZ"; -secondCol = "GQY1XT001DBZNZ,GQY1XT001E38NU,GQY1XT001CQB0M,GQY1XT001CFHVO,GQY1XT001D79TY,GQY1XT001EKUJZ,GQY1XT001C2RRA,GQY1XT001EM3J7,GQY1XT001ECLTL,GQY1XT001B9QB3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DA6U8"; -secondCol = "GQY1XT001DA6U8,GQY1XT001BRL2O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CU13S"; -secondCol = "GQY1XT001CU13S,GQY1XT001DQUX9,GQY1XT001BINEA,GQY1XT001AHQCV,GQY1XT001DESZJ,GQY1XT001D2IDH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001COMF5"; -secondCol = "GQY1XT001COMF5,GQY1XT001CPRE5,GQY1XT001A0KVS,GQY1XT001A5K0F,GQY1XT001EUKFO,GQY1XT001CUNZ2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CLMLV"; -secondCol = "GQY1XT001CLMLV,GQY1XT001DSQPO,GQY1XT001DDKTF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CK4OI"; -secondCol = "GQY1XT001CK4OI,GQY1XT001ENW9I,GQY1XT001CUQ0S,GQY1XT001BEH9I,GQY1XT001B5JJD,GQY1XT001C7B9F,GQY1XT001CJP97,GQY1XT001AH5SP,GQY1XT001CX0LB,GQY1XT001BNKLD,GQY1XT001B7D4R,GQY1XT001COOW7,GQY1XT001BY796,GQY1XT001A0BDB,GQY1XT001CIOXA,GQY1XT001BQH6J,GQY1XT001B1JXD,GQY1XT001AIEY4,GQY1XT001D1BQW,GQY1XT001C1I5C,GQY1XT001CN2QQ,GQY1XT001DHBHL,GQY1XT001ALJ0N,GQY1XT001EZ1M4,GQY1XT001AXB91,GQY1XT001A1Y5Y,GQY1XT001DXY3M,GQY1XT001AFEMD,GQY1XT001DS9NW,GQY1XT001A3KBZ,GQY1XT001CFD24,GQY1XT001A7PSN,GQY1XT001DHZAJ,GQY1XT001BVYDY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CGNXV"; -secondCol = "GQY1XT001CGNXV,GQY1XT001D20KO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CAUVT"; -secondCol = "GQY1XT001CAUVT,GQY1XT001BTNS1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BRZLF"; -secondCol = "GQY1XT001BRZLF,GQY1XT001AMHDV,GQY1XT001BGSWT,GQY1XT001DREQG,GQY1XT001EXBKV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BNGMO"; -secondCol = "GQY1XT001BNGMO,GQY1XT001CZ2VV,GQY1XT001A1WDT,GQY1XT001B8TJJ,GQY1XT001DXNXI,GQY1XT001AV02F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BLEL1"; -secondCol = "GQY1XT001BLEL1,GQY1XT001AJWXQ,GQY1XT001E0ZEH,GQY1XT001AH8DK,GQY1XT001AKY5X,GQY1XT001A5Z7K,GQY1XT001EC0GC,GQY1XT001CQJLK,GQY1XT001BSI02,GQY1XT001ENTJR,GQY1XT001A1VV9,GQY1XT001E1R8W,GQY1XT001ESFAC,GQY1XT001DZQ07,GQY1XT001AMMN7,GQY1XT001A12YA,GQY1XT001EOBCJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BI8Q8"; -secondCol = "GQY1XT001BI8Q8,GQY1XT001EYDB9,GQY1XT001D8ESZ,GQY1XT001CEMG9,GQY1XT001A7NF9,GQY1XT001EYHDK,GQY1XT001CGXQM,GQY1XT001CCLON,GQY1XT001CZ8KY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BGINZ"; -secondCol = "GQY1XT001BGINZ,GQY1XT001ETQBC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BAFIL"; -secondCol = "GQY1XT001BAFIL,GQY1XT001DEUR4,GQY1XT001DEFS3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BADAL"; -secondCol = "GQY1XT001BADAL,GQY1XT001BWLIQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B9YU3"; -secondCol = "GQY1XT001B9YU3,GQY1XT001CTP9Q,GQY1XT001A3VB3,GQY1XT001BWXZO,GQY1XT001A70D5,GQY1XT001CA0K3,GQY1XT001BYMUM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B9LVE"; -secondCol = "GQY1XT001B9LVE,GQY1XT001DLRR3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B7LFF"; -secondCol = "GQY1XT001B7LFF,GQY1XT001A5YTB,GQY1XT001CVD8C,GQY1XT001AY49I,GQY1XT001AD0AD,GQY1XT001CJKMC,GQY1XT001A6K02,GQY1XT001D5WBZ,GQY1XT001C55CH,GQY1XT001C6OD8,GQY1XT001CTQLT,GQY1XT001EK966,GQY1XT001EDPVH,GQY1XT001EGZIL,GQY1XT001CRS3Y,GQY1XT001CFLLB,GQY1XT001BXPT9,GQY1XT001BQNV7,GQY1XT001B0XG8,GQY1XT001CBWU9,GQY1XT001ASWTS,GQY1XT001BUSQD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AVZNJ"; -secondCol = "GQY1XT001AVZNJ,GQY1XT001EKYM5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ALAP8"; -secondCol = "GQY1XT001ALAP8,GQY1XT001DZ8UB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AK5P4"; -secondCol = "GQY1XT001AK5P4,GQY1XT001AYAMS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A44RE"; -secondCol = "GQY1XT001A44RE,GQY1XT001DI935,GQY1XT001EGZXO,GQY1XT001D68O6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A41BE"; -secondCol = "GQY1XT001A41BE,GQY1XT001DJF6H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EYW01"; -secondCol = "GQY1XT001EYW01,GQY1XT001DMN7Q,GQY1XT001CKB2R,GQY1XT001CI1DJ,GQY1XT001BTSCZ,GQY1XT001B19M3,GQY1XT001DD1T4,GQY1XT001EF6BX,GQY1XT001EEIN4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EY2DY"; -secondCol = "GQY1XT001EY2DY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EXARN"; -secondCol = "GQY1XT001EXARN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EX4SQ"; -secondCol = "GQY1XT001EX4SQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EWW6P"; -secondCol = "GQY1XT001EWW6P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EWMHC"; -secondCol = "GQY1XT001EWMHC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EVYE7"; -secondCol = "GQY1XT001EVYE7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EVK6W"; -secondCol = "GQY1XT001EVK6W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EVDLH"; -secondCol = "GQY1XT001EVDLH,GQY1XT001DJ37S"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EUNUL"; -secondCol = "GQY1XT001EUNUL,GQY1XT001BUX1B,GQY1XT001C1Y0W,GQY1XT001DBI4S,GQY1XT001CSM3R,GQY1XT001AIMCX,GQY1XT001B9O30"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EUAHK"; -secondCol = "GQY1XT001EUAHK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ETWIV"; -secondCol = "GQY1XT001ETWIV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ETHDG"; -secondCol = "GQY1XT001ETHDG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ET3LN"; -secondCol = "GQY1XT001ET3LN,GQY1XT001ETYTC,GQY1XT001BSRZG,GQY1XT001B6T9B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ET2GC"; -secondCol = "GQY1XT001ET2GC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ESW3T"; -secondCol = "GQY1XT001ESW3T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ES5NN"; -secondCol = "GQY1XT001ES5NN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EPGP5"; -secondCol = "GQY1XT001EPGP5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EPEVX"; -secondCol = "GQY1XT001EPEVX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EO96Y"; -secondCol = "GQY1XT001EO96Y"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ENU0Z"; -secondCol = "GQY1XT001ENU0Z"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EN3AH"; -secondCol = "GQY1XT001EN3AH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EM72G"; -secondCol = "GQY1XT001EM72G"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ELD3K"; -secondCol = "GQY1XT001ELD3K,GQY1XT001B4AKU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ELBY4"; -secondCol = "GQY1XT001ELBY4,GQY1XT001B2UOA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EL950"; -secondCol = "GQY1XT001EL950,GQY1XT001C2QO5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EL0JX"; -secondCol = "GQY1XT001EL0JX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EK28K"; -secondCol = "GQY1XT001EK28K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EJ1PO"; -secondCol = "GQY1XT001EJ1PO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EIXO1"; -secondCol = "GQY1XT001EIXO1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EITFI"; -secondCol = "GQY1XT001EITFI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EIQRA"; -secondCol = "GQY1XT001EIQRA,GQY1XT001DNBL8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EI0LV"; -secondCol = "GQY1XT001EI0LV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EGXAQ"; -secondCol = "GQY1XT001EGXAQ,GQY1XT001ARBVC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EF612"; -secondCol = "GQY1XT001EF612"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EF5T3"; -secondCol = "GQY1XT001EF5T3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EDEJO"; -secondCol = "GQY1XT001EDEJO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EDD2Q"; -secondCol = "GQY1XT001EDD2Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EDCRZ"; -secondCol = "GQY1XT001EDCRZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ED2KQ"; -secondCol = "GQY1XT001ED2KQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ECP6K"; -secondCol = "GQY1XT001ECP6K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ECKQ8"; -secondCol = "GQY1XT001ECKQ8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EBZGK"; -secondCol = "GQY1XT001EBZGK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EBMY4"; -secondCol = "GQY1XT001EBMY4,GQY1XT001DA04X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EBJEN"; -secondCol = "GQY1XT001EBJEN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EAR1W"; -secondCol = "GQY1XT001EAR1W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EAKA8"; -secondCol = "GQY1XT001EAKA8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EAB4X"; -secondCol = "GQY1XT001EAB4X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E6HLG"; -secondCol = "GQY1XT001E6HLG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E5SDM"; -secondCol = "GQY1XT001E5SDM,GQY1XT001CT1CB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E5SA2"; -secondCol = "GQY1XT001E5SA2,GQY1XT001CCYAR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E46CM"; -secondCol = "GQY1XT001E46CM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E20HL"; -secondCol = "GQY1XT001E20HL,GQY1XT001B6Y02,GQY1XT001DKCEY,GQY1XT001C6W1S,GQY1XT001AXIL2,GQY1XT001DTIBP,GQY1XT001AWLDG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E1M0P"; -secondCol = "GQY1XT001E1M0P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E15F4"; -secondCol = "GQY1XT001E15F4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E0UJM"; -secondCol = "GQY1XT001E0UJM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZNGQ"; -secondCol = "GQY1XT001DZNGQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZEW1"; -secondCol = "GQY1XT001DZEW1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZ8GV"; -secondCol = "GQY1XT001DZ8GV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZ0KY"; -secondCol = "GQY1XT001DZ0KY,GQY1XT001B0KXD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DY0CK"; -secondCol = "GQY1XT001DY0CK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DWHYF"; -secondCol = "GQY1XT001DWHYF,GQY1XT001A2R89"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DWDBA"; -secondCol = "GQY1XT001DWDBA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DVNA6"; -secondCol = "GQY1XT001DVNA6,GQY1XT001CXBDS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DVCOB"; -secondCol = "GQY1XT001DVCOB,GQY1XT001CNXZ3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DV35L"; -secondCol = "GQY1XT001DV35L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DUECS"; -secondCol = "GQY1XT001DUECS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DU444"; -secondCol = "GQY1XT001DU444,GQY1XT001CKGOD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DU3CY"; -secondCol = "GQY1XT001DU3CY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DSCKH"; -secondCol = "GQY1XT001DSCKH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DS64R"; -secondCol = "GQY1XT001DS64R,GQY1XT001COR2A,GQY1XT001BR9RG,GQY1XT001AK0WO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DRX66"; -secondCol = "GQY1XT001DRX66,GQY1XT001A2EFE,GQY1XT001DDWF9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DRTLT"; -secondCol = "GQY1XT001DRTLT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DRDE3"; -secondCol = "GQY1XT001DRDE3,GQY1XT001D2LMY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DR8SK"; -secondCol = "GQY1XT001DR8SK,GQY1XT001ASM7W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DQXNX"; -secondCol = "GQY1XT001DQXNX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DQGHU"; -secondCol = "GQY1XT001DQGHU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DPRCM"; -secondCol = "GQY1XT001DPRCM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DNTMI"; -secondCol = "GQY1XT001DNTMI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DNKEL"; -secondCol = "GQY1XT001DNKEL,GQY1XT001CISXE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DMLLT"; -secondCol = "GQY1XT001DMLLT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DLWAK"; -secondCol = "GQY1XT001DLWAK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DL86Q"; -secondCol = "GQY1XT001DL86Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DKH2H"; -secondCol = "GQY1XT001DKH2H,GQY1XT001D9YA3,GQY1XT001BW39Z,GQY1XT001BVZPF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DJZXU"; -secondCol = "GQY1XT001DJZXU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DJTQD"; -secondCol = "GQY1XT001DJTQD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DJSTQ"; -secondCol = "GQY1XT001DJSTQ,GQY1XT001D2NFO,GQY1XT001EU8JQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DJGVS"; -secondCol = "GQY1XT001DJGVS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DIT11"; -secondCol = "GQY1XT001DIT11"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DI0XA"; -secondCol = "GQY1XT001DI0XA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DHLN2"; -secondCol = "GQY1XT001DHLN2,GQY1XT001EP69D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DGULU"; -secondCol = "GQY1XT001DGULU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DFWED"; -secondCol = "GQY1XT001DFWED"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DFKHN"; -secondCol = "GQY1XT001DFKHN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DF84J"; -secondCol = "GQY1XT001DF84J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DF1JP"; -secondCol = "GQY1XT001DF1JP,GQY1XT001DE3G8,GQY1XT001B84UP,GQY1XT001ELZ51,GQY1XT001EE34H,GQY1XT001CA1TZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DDZ64"; -secondCol = "GQY1XT001DDZ64"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DDYWL"; -secondCol = "GQY1XT001DDYWL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DDUAP"; -secondCol = "GQY1XT001DDUAP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DCOLP"; -secondCol = "GQY1XT001DCOLP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DCECZ"; -secondCol = "GQY1XT001DCECZ,GQY1XT001CHVUO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DCDRA"; -secondCol = "GQY1XT001DCDRA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DC9ED"; -secondCol = "GQY1XT001DC9ED"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DC57H"; -secondCol = "GQY1XT001DC57H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DC2D4"; -secondCol = "GQY1XT001DC2D4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DBXHE"; -secondCol = "GQY1XT001DBXHE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DBI9W"; -secondCol = "GQY1XT001DBI9W,GQY1XT001EP8U7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DAGYA"; -secondCol = "GQY1XT001DAGYA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D99ZR"; -secondCol = "GQY1XT001D99ZR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D91DA"; -secondCol = "GQY1XT001D91DA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D8IRX"; -secondCol = "GQY1XT001D8IRX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D8D82"; -secondCol = "GQY1XT001D8D82,GQY1XT001DSXL4,GQY1XT001CAZDD,GQY1XT001ARVSO,GQY1XT001AL54B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D71UW"; -secondCol = "GQY1XT001D71UW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D6ZO3"; -secondCol = "GQY1XT001D6ZO3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D6G48"; -secondCol = "GQY1XT001D6G48"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D6CXP"; -secondCol = "GQY1XT001D6CXP,GQY1XT001CTJZ3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D6BVE"; -secondCol = "GQY1XT001D6BVE,GQY1XT001CG48B,GQY1XT001C0LCQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D685S"; -secondCol = "GQY1XT001D685S"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D65FP"; -secondCol = "GQY1XT001D65FP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D5NPT"; -secondCol = "GQY1XT001D5NPT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D4OGY"; -secondCol = "GQY1XT001D4OGY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D44LT"; -secondCol = "GQY1XT001D44LT,GQY1XT001COTPD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D41V5"; -secondCol = "GQY1XT001D41V5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D3GTN"; -secondCol = "GQY1XT001D3GTN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D3FCE"; -secondCol = "GQY1XT001D3FCE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D35QL"; -secondCol = "GQY1XT001D35QL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D2XVX"; -secondCol = "GQY1XT001D2XVX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D29U4"; -secondCol = "GQY1XT001D29U4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D20M4"; -secondCol = "GQY1XT001D20M4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D1UIA"; -secondCol = "GQY1XT001D1UIA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D1RMM"; -secondCol = "GQY1XT001D1RMM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D190O"; -secondCol = "GQY1XT001D190O,GQY1XT001EI6MG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D1555"; -secondCol = "GQY1XT001D1555"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D0VK0"; -secondCol = "GQY1XT001D0VK0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D0SW9"; -secondCol = "GQY1XT001D0SW9,GQY1XT001BJ2WF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D0KKO"; -secondCol = "GQY1XT001D0KKO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D059N"; -secondCol = "GQY1XT001D059N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CZDP6"; -secondCol = "GQY1XT001CZDP6,GQY1XT001CSTOB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CZD5D"; -secondCol = "GQY1XT001CZD5D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CZ6YY"; -secondCol = "GQY1XT001CZ6YY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CYV83"; -secondCol = "GQY1XT001CYV83"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CYM11"; -secondCol = "GQY1XT001CYM11"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CXU0W"; -secondCol = "GQY1XT001CXU0W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CXAOY"; -secondCol = "GQY1XT001CXAOY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CX782"; -secondCol = "GQY1XT001CX782"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CWR6V"; -secondCol = "GQY1XT001CWR6V"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CWIZ7"; -secondCol = "GQY1XT001CWIZ7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CW6Y0"; -secondCol = "GQY1XT001CW6Y0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CVXRA"; -secondCol = "GQY1XT001CVXRA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CV6D0"; -secondCol = "GQY1XT001CV6D0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CUJ97"; -secondCol = "GQY1XT001CUJ97"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CUE16"; -secondCol = "GQY1XT001CUE16,GQY1XT001AVXJY,GQY1XT001ARP99"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CU7PP"; -secondCol = "GQY1XT001CU7PP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CU6OX"; -secondCol = "GQY1XT001CU6OX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CSFEZ"; -secondCol = "GQY1XT001CSFEZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CRSPD"; -secondCol = "GQY1XT001CRSPD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CRPGT"; -secondCol = "GQY1XT001CRPGT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CRDDY"; -secondCol = "GQY1XT001CRDDY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CPIDA"; -secondCol = "GQY1XT001CPIDA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001COYQ7"; -secondCol = "GQY1XT001COYQ7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001COVAB"; -secondCol = "GQY1XT001COVAB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CO8VV"; -secondCol = "GQY1XT001CO8VV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CO0K0"; -secondCol = "GQY1XT001CO0K0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CNVA3"; -secondCol = "GQY1XT001CNVA3,GQY1XT001AXNI0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CNJGA"; -secondCol = "GQY1XT001CNJGA,GQY1XT001A5QM4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CMX16"; -secondCol = "GQY1XT001CMX16"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CMV43"; -secondCol = "GQY1XT001CMV43"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CMRMZ"; -secondCol = "GQY1XT001CMRMZ,GQY1XT001D4GZU,GQY1XT001C5YG2,GQY1XT001AJPWF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CML6P"; -secondCol = "GQY1XT001CML6P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CLRD6"; -secondCol = "GQY1XT001CLRD6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CKIUP"; -secondCol = "GQY1XT001CKIUP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CKACU"; -secondCol = "GQY1XT001CKACU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CIO6Z"; -secondCol = "GQY1XT001CIO6Z"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CINOS"; -secondCol = "GQY1XT001CINOS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CIG4J"; -secondCol = "GQY1XT001CIG4J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CI3UJ"; -secondCol = "GQY1XT001CI3UJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CHXQQ"; -secondCol = "GQY1XT001CHXQQ,GQY1XT001BF28M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CH8ZD"; -secondCol = "GQY1XT001CH8ZD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CGZI2"; -secondCol = "GQY1XT001CGZI2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CGMGM"; -secondCol = "GQY1XT001CGMGM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CFTZL"; -secondCol = "GQY1XT001CFTZL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CEU3H"; -secondCol = "GQY1XT001CEU3H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CES55"; -secondCol = "GQY1XT001CES55"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CENGR"; -secondCol = "GQY1XT001CENGR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CEHFU"; -secondCol = "GQY1XT001CEHFU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CE091"; -secondCol = "GQY1XT001CE091"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CDWT4"; -secondCol = "GQY1XT001CDWT4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CDMZ4"; -secondCol = "GQY1XT001CDMZ4,GQY1XT001B0DO9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CDA2V"; -secondCol = "GQY1XT001CDA2V"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CCF82"; -secondCol = "GQY1XT001CCF82"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CBCVJ"; -secondCol = "GQY1XT001CBCVJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CAKVS"; -secondCol = "GQY1XT001CAKVS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CA3UA"; -secondCol = "GQY1XT001CA3UA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C9V0H"; -secondCol = "GQY1XT001C9V0H,GQY1XT001AF1N0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C8RQZ"; -secondCol = "GQY1XT001C8RQZ,GQY1XT001CO0NA,GQY1XT001AUS0U,GQY1XT001D2OYO,GQY1XT001EKKJ9,GQY1XT001BAKAG,GQY1XT001B8H6R,GQY1XT001DL32B,GQY1XT001A3402,GQY1XT001B3LCH,GQY1XT001CQXDP,GQY1XT001ETRLO,GQY1XT001BN5HA,GQY1XT001AQ5OI,GQY1XT001CIONA,GQY1XT001EB8G5,GQY1XT001EI3VF,GQY1XT001CZPOS,GQY1XT001CCWMC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C80S1"; -secondCol = "GQY1XT001C80S1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C7PAI"; -secondCol = "GQY1XT001C7PAI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C61J8"; -secondCol = "GQY1XT001C61J8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5P4N"; -secondCol = "GQY1XT001C5P4N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5MQ7"; -secondCol = "GQY1XT001C5MQ7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C4S0G"; -secondCol = "GQY1XT001C4S0G"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C2WHP"; -secondCol = "GQY1XT001C2WHP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C2KSO"; -secondCol = "GQY1XT001C2KSO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C23JD"; -secondCol = "GQY1XT001C23JD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C1L1B"; -secondCol = "GQY1XT001C1L1B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C1CJH"; -secondCol = "GQY1XT001C1CJH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C1A4H"; -secondCol = "GQY1XT001C1A4H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C18EI"; -secondCol = "GQY1XT001C18EI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C0EIP"; -secondCol = "GQY1XT001C0EIP,GQY1XT001EFEXW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C054B"; -secondCol = "GQY1XT001C054B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C02H7"; -secondCol = "GQY1XT001C02H7,GQY1XT001D0K7F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C01OE"; -secondCol = "GQY1XT001C01OE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BZL9H"; -secondCol = "GQY1XT001BZL9H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BYOHC"; -secondCol = "GQY1XT001BYOHC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BY7Q5"; -secondCol = "GQY1XT001BY7Q5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BY4XC"; -secondCol = "GQY1XT001BY4XC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BY2VC"; -secondCol = "GQY1XT001BY2VC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BWH5Q"; -secondCol = "GQY1XT001BWH5Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BW5LP"; -secondCol = "GQY1XT001BW5LP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BW0GJ"; -secondCol = "GQY1XT001BW0GJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BVJKI"; -secondCol = "GQY1XT001BVJKI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BVJ8N"; -secondCol = "GQY1XT001BVJ8N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BVATR"; -secondCol = "GQY1XT001BVATR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BV86B"; -secondCol = "GQY1XT001BV86B,GQY1XT001BGKMN,GQY1XT001CXW7O,GQY1XT001CHPWM,GQY1XT001A5TEQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BUYF3"; -secondCol = "GQY1XT001BUYF3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BUUF4"; -secondCol = "GQY1XT001BUUF4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BTLTU"; -secondCol = "GQY1XT001BTLTU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BT9DZ"; -secondCol = "GQY1XT001BT9DZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BSGSM"; -secondCol = "GQY1XT001BSGSM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BRS3S"; -secondCol = "GQY1XT001BRS3S"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BRN8Y"; -secondCol = "GQY1XT001BRN8Y"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BRIHM"; -secondCol = "GQY1XT001BRIHM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BRBY0"; -secondCol = "GQY1XT001BRBY0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BRB2B"; -secondCol = "GQY1XT001BRB2B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BR3TH"; -secondCol = "GQY1XT001BR3TH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BPB9Y"; -secondCol = "GQY1XT001BPB9Y"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BP0GH"; -secondCol = "GQY1XT001BP0GH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BOZ60"; -secondCol = "GQY1XT001BOZ60"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BOTKM"; -secondCol = "GQY1XT001BOTKM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BOCH0"; -secondCol = "GQY1XT001BOCH0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BO5AY"; -secondCol = "GQY1XT001BO5AY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BO26H"; -secondCol = "GQY1XT001BO26H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BO0VB"; -secondCol = "GQY1XT001BO0VB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BMANE"; -secondCol = "GQY1XT001BMANE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BJW91"; -secondCol = "GQY1XT001BJW91"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BJ5VY"; -secondCol = "GQY1XT001BJ5VY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BIQ0Y"; -secondCol = "GQY1XT001BIQ0Y"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BI1VW"; -secondCol = "GQY1XT001BI1VW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BI0RV"; -secondCol = "GQY1XT001BI0RV,GQY1XT001AF6IW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BHY85"; -secondCol = "GQY1XT001BHY85,GQY1XT001AT6TZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BHU11"; -secondCol = "GQY1XT001BHU11"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BHQEM"; -secondCol = "GQY1XT001BHQEM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BHK64"; -secondCol = "GQY1XT001BHK64"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BH4GI"; -secondCol = "GQY1XT001BH4GI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BGQGA"; -secondCol = "GQY1XT001BGQGA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BG448"; -secondCol = "GQY1XT001BG448,GQY1XT001CN6VS,GQY1XT001B8P92,GQY1XT001C6XDF,GQY1XT001DBKJS,GQY1XT001D8DXA,GQY1XT001A66NJ,GQY1XT001DC4JN,GQY1XT001CA2VP,GQY1XT001ES25U,GQY1XT001B69QK,GQY1XT001EF7O8,GQY1XT001EEHY4,GQY1XT001BOYX9,GQY1XT001A5EWN,GQY1XT001B875K,GQY1XT001CUR6I,GQY1XT001AW2UP,GQY1XT001EBSO0,GQY1XT001D1X60,GQY1XT001EQD2R,GQY1XT001E3VWM,GQY1XT001CYJER,GQY1XT001BDQ7H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BFPNU"; -secondCol = "GQY1XT001BFPNU,GQY1XT001AERPZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BEKGR"; -secondCol = "GQY1XT001BEKGR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BCOC6"; -secondCol = "GQY1XT001BCOC6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BC1WQ"; -secondCol = "GQY1XT001BC1WQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BB3UG"; -secondCol = "GQY1XT001BB3UG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B8ZUW"; -secondCol = "GQY1XT001B8ZUW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B899B"; -secondCol = "GQY1XT001B899B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B874Y"; -secondCol = "GQY1XT001B874Y"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B81VY"; -secondCol = "GQY1XT001B81VY,GQY1XT001C95O0,GQY1XT001AYIDF,GQY1XT001DL9BR,GQY1XT001CLVLJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B7U5I"; -secondCol = "GQY1XT001B7U5I"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B7CX2"; -secondCol = "GQY1XT001B7CX2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B6Y9C"; -secondCol = "GQY1XT001B6Y9C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B6PJY"; -secondCol = "GQY1XT001B6PJY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B5Y52"; -secondCol = "GQY1XT001B5Y52"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B5VPJ"; -secondCol = "GQY1XT001B5VPJ,GQY1XT001BXRH5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B5S1X"; -secondCol = "GQY1XT001B5S1X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B5GOX"; -secondCol = "GQY1XT001B5GOX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B4XAQ"; -secondCol = "GQY1XT001B4XAQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B4D1T"; -secondCol = "GQY1XT001B4D1T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B4056"; -secondCol = "GQY1XT001B4056"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B3J69"; -secondCol = "GQY1XT001B3J69"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B2Z07"; -secondCol = "GQY1XT001B2Z07"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B2UVD"; -secondCol = "GQY1XT001B2UVD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B264Y"; -secondCol = "GQY1XT001B264Y"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B0B7S"; -secondCol = "GQY1XT001B0B7S"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B02KN"; -secondCol = "GQY1XT001B02KN,GQY1XT001BNP95"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZEJX"; -secondCol = "GQY1XT001AZEJX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZ91Q"; -secondCol = "GQY1XT001AZ91Q,GQY1XT001AMEY5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AXWID"; -secondCol = "GQY1XT001AXWID"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AW4XW"; -secondCol = "GQY1XT001AW4XW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AV5RM"; -secondCol = "GQY1XT001AV5RM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AUZKM"; -secondCol = "GQY1XT001AUZKM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AUA36"; -secondCol = "GQY1XT001AUA36"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AU7GQ"; -secondCol = "GQY1XT001AU7GQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AU0ZO"; -secondCol = "GQY1XT001AU0ZO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AU0YX"; -secondCol = "GQY1XT001AU0YX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ATICR"; -secondCol = "GQY1XT001ATICR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ATCH2"; -secondCol = "GQY1XT001ATCH2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AT098"; -secondCol = "GQY1XT001AT098,GQY1XT001DP1K1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ASHNW"; -secondCol = "GQY1XT001ASHNW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AQAE2"; -secondCol = "GQY1XT001AQAE2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001APT2N"; -secondCol = "GQY1XT001APT2N,GQY1XT001BSR8P,GQY1XT001AS1VR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001APR6R"; -secondCol = "GQY1XT001APR6R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001APLM5"; -secondCol = "GQY1XT001APLM5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AP3ZY"; -secondCol = "GQY1XT001AP3ZY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AOT7K"; -secondCol = "GQY1XT001AOT7K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AOB8V"; -secondCol = "GQY1XT001AOB8V"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AO39T"; -secondCol = "GQY1XT001AO39T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ANM2O"; -secondCol = "GQY1XT001ANM2O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ANEPB"; -secondCol = "GQY1XT001ANEPB,GQY1XT001BY0MM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AN52Q"; -secondCol = "GQY1XT001AN52Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AMT3B"; -secondCol = "GQY1XT001AMT3B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AMFIX"; -secondCol = "GQY1XT001AMFIX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ALORM"; -secondCol = "GQY1XT001ALORM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ALJR9"; -secondCol = "GQY1XT001ALJR9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AL7YW"; -secondCol = "GQY1XT001AL7YW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AKDWB"; -secondCol = "GQY1XT001AKDWB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AJW7Z"; -secondCol = "GQY1XT001AJW7Z"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AJMTR"; -secondCol = "GQY1XT001AJMTR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AJCQ5"; -secondCol = "GQY1XT001AJCQ5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AJ4TJ"; -secondCol = "GQY1XT001AJ4TJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AI9J5"; -secondCol = "GQY1XT001AI9J5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AGTZA"; -secondCol = "GQY1XT001AGTZA,GQY1XT001A89XS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AFNJT"; -secondCol = "GQY1XT001AFNJT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AFCLT"; -secondCol = "GQY1XT001AFCLT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A9Q52"; -secondCol = "GQY1XT001A9Q52"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A9KYL"; -secondCol = "GQY1XT001A9KYL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A9094"; -secondCol = "GQY1XT001A9094"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A8IDN"; -secondCol = "GQY1XT001A8IDN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A8AXM"; -secondCol = "GQY1XT001A8AXM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A7E5Q"; -secondCol = "GQY1XT001A7E5Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A6E93"; -secondCol = "GQY1XT001A6E93"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A6BRC"; -secondCol = "GQY1XT001A6BRC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A5J2H"; -secondCol = "GQY1XT001A5J2H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A59OZ"; -secondCol = "GQY1XT001A59OZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A4Q0L"; -secondCol = "GQY1XT001A4Q0L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A3WVS"; -secondCol = "GQY1XT001A3WVS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A3WQR"; -secondCol = "GQY1XT001A3WQR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A3TQ3"; -secondCol = "GQY1XT001A3TQ3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A2QK9"; -secondCol = "GQY1XT001A2QK9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A1SOP"; -secondCol = "GQY1XT001A1SOP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A1ONR"; -secondCol = "GQY1XT001A1ONR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A1A4Q"; -secondCol = "GQY1XT001A1A4Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A12RU"; -secondCol = "GQY1XT001A12RU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EVHT3"; -secondCol = "GQY1XT001EVHT3,GQY1XT001BV3UE,GQY1XT001C2FEX,GQY1XT001A7YQJ,GQY1XT001A0RH2,GQY1XT001CTWOB,GQY1XT001DILM2,GQY1XT001B40DU,GQY1XT001AQ6EQ,GQY1XT001DCC70,GQY1XT001D9XUQ,GQY1XT001D7SX1,GQY1XT001DJCGT,GQY1XT001D9RCI,GQY1XT001E0D0V,GQY1XT001DFHWQ,GQY1XT001BPMTN,GQY1XT001AEAW4,GQY1XT001EVS02,GQY1XT001D1K7U,GQY1XT001CLCI9,GQY1XT001CWVGN,GQY1XT001DET69,GQY1XT001C8JN2,GQY1XT001BIRFE,GQY1XT001ETP1G,GQY1XT001BU77G,GQY1XT001D1Z61,GQY1XT001E3SGJ,GQY1XT001CD5ET,GQY1XT001EHAGA,GQY1XT001A9YWU,GQY1XT001A4SQR,GQY1XT001BXIEX,GQY1XT001C9GYF,GQY1XT001EW2NO,GQY1XT001BTPOQ,GQY1XT001C8LBM,GQY1XT001EWIVX,GQY1XT001AGP69,GQY1XT001BOIT7,GQY1XT001ES9RY,GQY1XT001CX64O,GQY1XT001ECO9Z,GQY1XT001BULXO,GQY1XT001BOI7X,GQY1XT001BBVTG,GQY1XT001DGHQB,GQY1XT001D4U0V,GQY1XT001AFBDS,GQY1XT001CNXF9,GQY1XT001BL1R4,GQY1XT001C3789,GQY1XT001CNRW6,GQY1XT001D3DYO,GQY1XT001ELEHZ,GQY1XT001BD316,GQY1XT001B0RRZ,GQY1XT001ASPFE,GQY1XT001D6NG6,GQY1XT001CGOGG,GQY1XT001EFMY7,GQY1XT001BWNWN,GQY1XT001BLHDB,GQY1XT001E5GA3,GQY1XT001DREGR,GQY1XT001CFRAW,GQY1XT001B2F5X,GQY1XT001EZP8M,GQY1XT001BC067,GQY1XT001CQDPV,GQY1XT001DWS61,GQY1XT001B3ZWW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BC1OQ"; -secondCol = "GQY1XT001BC1OQ,GQY1XT001AWVAE,GQY1XT001EZJ1J,GQY1XT001BD0RV,GQY1XT001B499P,GQY1XT001A0AGO,GQY1XT001ARFIS,GQY1XT001BIAGI,GQY1XT001D0T88,GQY1XT001EI2Z8,GQY1XT001AJMN1,GQY1XT001B6KP7,GQY1XT001EW5AY,GQY1XT001ALTF8,GQY1XT001CBJC3,GQY1XT001DRK3B,GQY1XT001EZUTT,GQY1XT001BGMUN,GQY1XT001DKLZF,GQY1XT001EN24N,GQY1XT001CEC2O,GQY1XT001B9UAC,GQY1XT001D5I2I,GQY1XT001DHQKZ,GQY1XT001DJB6W,GQY1XT001BKIJ0,GQY1XT001B1DXE,GQY1XT001CBYRT,GQY1XT001CZH4O,GQY1XT001DUCWG,GQY1XT001D81K8,GQY1XT001C6VGO,GQY1XT001AI86L,GQY1XT001AK4TP,GQY1XT001B21TQ,GQY1XT001A8N3M,GQY1XT001D9LYF,GQY1XT001D5QRX,GQY1XT001AJWAG,GQY1XT001A4DGI,GQY1XT001CERIT,GQY1XT001E2ZYQ,GQY1XT001DEQXK,GQY1XT001CNH55,GQY1XT001CIZO9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CV3PG"; -secondCol = "GQY1XT001CV3PG,GQY1XT001EHCIL,GQY1XT001CHZTV,GQY1XT001CF4Z7,GQY1XT001BSGP7,GQY1XT001BYPSQ,GQY1XT001A7TF8,GQY1XT001CC4XT,GQY1XT001DWHKL,GQY1XT001EVTKD,GQY1XT001A2NFS,GQY1XT001BSSQJ,GQY1XT001CJROT,GQY1XT001BZM4A,GQY1XT001AQST9,GQY1XT001BBHDP,GQY1XT001CYWJI,GQY1XT001A4VQR,GQY1XT001D6TOW,GQY1XT001BR16N,GQY1XT001A5WLN,GQY1XT001DY7NG,GQY1XT001EYKBU,GQY1XT001DB3AI,GQY1XT001DTVAY,GQY1XT001B31GG,GQY1XT001EP8GT,GQY1XT001A1YS3,GQY1XT001BSVXY,GQY1XT001BZ07X,GQY1XT001DK3HN,GQY1XT001CNLWD,GQY1XT001DESRE,GQY1XT001D2UNE,GQY1XT001CXAS0,GQY1XT001CG3ZL,GQY1XT001A9M17,GQY1XT001DD6JF,GQY1XT001EEJ25,GQY1XT001A4JQ3,GQY1XT001BXMV2,GQY1XT001CIB1N,GQY1XT001CZLBI,GQY1XT001D2EHD,GQY1XT001ET8J9,GQY1XT001BQBD8,GQY1XT001C4DDF,GQY1XT001DUTJF,GQY1XT001AI7HH,GQY1XT001AFQ14,GQY1XT001AEKBZ,GQY1XT001D26MR,GQY1XT001E28TT,GQY1XT001B655P,GQY1XT001EIK9C,GQY1XT001D7XH6,GQY1XT001ERVB9,GQY1XT001DN67S,GQY1XT001CRF5I,GQY1XT001CDKSX,GQY1XT001C5X5B,GQY1XT001AMHSY,GQY1XT001AKY88,GQY1XT001BFXJ8,GQY1XT001C7H1Z,GQY1XT001D3NFN,GQY1XT001EPTRK,GQY1XT001BTXR6,GQY1XT001EOPDU,GQY1XT001C781A,GQY1XT001BPT1H,GQY1XT001B69RH,GQY1XT001DTB2L,GQY1XT001AJAWH,GQY1XT001CQNX8,GQY1XT001EJHJ8,GQY1XT001B8VHD,GQY1XT001BERMM,GQY1XT001C1MCX,GQY1XT001DO3XP,GQY1XT001B3LHH,GQY1XT001EPDQT,GQY1XT001AU36E,GQY1XT001CD0VS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CKP7A"; -secondCol = "GQY1XT001CKP7A,GQY1XT001CFGVH,GQY1XT001DKGGD,GQY1XT001EK0T3,GQY1XT001BH456,GQY1XT001DNWOA,GQY1XT001C29KO,GQY1XT001EGHO1,GQY1XT001D8LCB,GQY1XT001A13BN,GQY1XT001ELTIE,GQY1XT001A3GH3,GQY1XT001A8Z9F,GQY1XT001AVHK9,GQY1XT001CEIIQ,GQY1XT001D2Z5C,GQY1XT001C926L,GQY1XT001EE81Q,GQY1XT001AM6NE,GQY1XT001D66ON,GQY1XT001EZ7NC,GQY1XT001BM6SA,GQY1XT001EYWMW,GQY1XT001A8S5Z,GQY1XT001E3RVO,GQY1XT001EKKEW,GQY1XT001D3AWS,GQY1XT001C9XE5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A4XF1"; -secondCol = "GQY1XT001A4XF1,GQY1XT001BDRKN,GQY1XT001EUK2C,GQY1XT001DVXSN,GQY1XT001CT4YV,GQY1XT001DXTLY,GQY1XT001DVZV4,GQY1XT001BUPQ1,GQY1XT001DF8Q5,GQY1XT001CL2T7,GQY1XT001CWXT9,GQY1XT001B4SXX,GQY1XT001C6NDT,GQY1XT001CASZJ,GQY1XT001DKVR2,GQY1XT001D2A56,GQY1XT001CT3NY,GQY1XT001DQWL7,GQY1XT001CEZNF,GQY1XT001D8N4L,GQY1XT001ELGYM,GQY1XT001ASJFS,GQY1XT001EAT79,GQY1XT001CS8PT,GQY1XT001B3EO4,GQY1XT001B4CG1,GQY1XT001DYUJ4,GQY1XT001BMHXZ,GQY1XT001CK2JI,GQY1XT001C65QJ,GQY1XT001BZYKN,GQY1XT001AMXMQ,GQY1XT001EDLQD,GQY1XT001ATCN3,GQY1XT001CSIE4,GQY1XT001DTTET,GQY1XT001DODML,GQY1XT001CKEEZ,GQY1XT001A71EM,GQY1XT001AX0YC,GQY1XT001ANZ73,GQY1XT001C73T4,GQY1XT001AKUIY,GQY1XT001E1RNS,GQY1XT001EEI1N,GQY1XT001BT79A,GQY1XT001D4OTQ,GQY1XT001ET68P,GQY1XT001B0EF6,GQY1XT001AUTAU,GQY1XT001CGHOK,GQY1XT001C4QUO,GQY1XT001AVZK4,GQY1XT001AJQFS,GQY1XT001C0N5L,GQY1XT001CUNZF,GQY1XT001DHDV0,GQY1XT001BWU30,GQY1XT001AO6M2,GQY1XT001B6SOA,GQY1XT001CWZNP,GQY1XT001CM950,GQY1XT001AMXJF,GQY1XT001ETJHR,GQY1XT001EGKMA,GQY1XT001DTLLS,GQY1XT001BAA7B,GQY1XT001CPWSO,GQY1XT001C5HMS,GQY1XT001AKQOD,GQY1XT001C82P8,GQY1XT001DVI1D,GQY1XT001D8AGW,GQY1XT001BCBZ0,GQY1XT001ECBXW,GQY1XT001DJ4NL,GQY1XT001EMEKK,GQY1XT001CWNFJ,GQY1XT001DHQJI,GQY1XT001B99W3,GQY1XT001ED991,GQY1XT001BXHVT,GQY1XT001BIP3L,GQY1XT001DO9R3,GQY1XT001BBAHE,GQY1XT001ENRYM,GQY1XT001DVMCN,GQY1XT001C46R8,GQY1XT001B26N7,GQY1XT001ECFQI,GQY1XT001BIYK5,GQY1XT001BZUXH,GQY1XT001DRVRS,GQY1XT001A2FOZ,GQY1XT001D2Y0G,GQY1XT001BUFRD,GQY1XT001A0UMH,GQY1XT001D5WS7,GQY1XT001A18M4,GQY1XT001DICO3,GQY1XT001DYNOT,GQY1XT001CV306,GQY1XT001A7PEQ,GQY1XT001CZSRK,GQY1XT001B0UFF,GQY1XT001DO078,GQY1XT001BT7L5,GQY1XT001B4TZ0,GQY1XT001DHGY2,GQY1XT001BZ161,GQY1XT001DOM8D,GQY1XT001ALA4Y,GQY1XT001CS3CN,GQY1XT001EK7BQ,GQY1XT001DQDVV,GQY1XT001DKLNV,GQY1XT001DKDFG,GQY1XT001DJGYC,GQY1XT001CU7BA,GQY1XT001CA8RT,GQY1XT001C6W6A,GQY1XT001A00NC,GQY1XT001EZDTY,GQY1XT001DKTBH,GQY1XT001CPSPJ,GQY1XT001AZLJI,GQY1XT001AFSE4,GQY1XT001AL0NL,GQY1XT001BQ97K,GQY1XT001EKCBG,GQY1XT001CCKQA,GQY1XT001BWTAE,GQY1XT001BIVPT,GQY1XT001BWBY4,GQY1XT001B6OO3,GQY1XT001CHBD3,GQY1XT001B4JIM,GQY1XT001AR0Y6,GQY1XT001A61CJ,GQY1XT001A7U3S,GQY1XT001BE3NZ,GQY1XT001ANU26,GQY1XT001DTP9A,GQY1XT001AQEYV,GQY1XT001A84LK,GQY1XT001EXU2H,GQY1XT001DWOZJ,GQY1XT001CZ49U,GQY1XT001D9EZK,GQY1XT001EHZ4N,GQY1XT001B0JZ5,GQY1XT001BALXF,GQY1XT001BKV04,GQY1XT001DIRCS,GQY1XT001E4EB4,GQY1XT001ALV0I,GQY1XT001DZWSK,GQY1XT001C8PJD,GQY1XT001CX0V8,GQY1XT001C4XKD,GQY1XT001EGG2V,GQY1XT001A5ZNB,GQY1XT001BIZ8F,GQY1XT001EL6JV,GQY1XT001ESRMG,GQY1XT001D0N5C,GQY1XT001A0HT9,GQY1XT001ECLIU,GQY1XT001B9VUB,GQY1XT001BZV0D,GQY1XT001CR3KO,GQY1XT001DW13F,GQY1XT001EECG7,GQY1XT001B2H92,GQY1XT001EYXZQ,GQY1XT001CP1GP,GQY1XT001DZ0HA,GQY1XT001DJF5U,GQY1XT001BAB40,GQY1XT001BIXNV,GQY1XT001EEDVS,GQY1XT001ARRHH,GQY1XT001EAO4P,GQY1XT001AZPCV,GQY1XT001B03DF,GQY1XT001DY2T1,GQY1XT001CDOTF,GQY1XT001CAH53,GQY1XT001BTZCO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CBEPN"; -secondCol = "GQY1XT001CBEPN,GQY1XT001AIP2W,GQY1XT001AF7Z6,GQY1XT001BYX5R,GQY1XT001ELOVL,GQY1XT001DH9JD,GQY1XT001EQPKG,GQY1XT001BUNIH,GQY1XT001CQD4D,GQY1XT001BLD54,GQY1XT001C6STP,GQY1XT001B5WRI,GQY1XT001D3NSM,GQY1XT001C2HEX,GQY1XT001CWNCC,GQY1XT001CGL5K,GQY1XT001C0HD3,GQY1XT001DSLNF,GQY1XT001COTM7,GQY1XT001E0MB8,GQY1XT001DI2DR,GQY1XT001AJPE0,GQY1XT001A6N7U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CVFWB"; -secondCol = "GQY1XT001CVFWB,GQY1XT001AHIWE,GQY1XT001CTUA6,GQY1XT001AEZHM,GQY1XT001CBP1V,GQY1XT001DHEA2,GQY1XT001BUT2Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CA4CP"; -secondCol = "GQY1XT001CA4CP,GQY1XT001CK548,GQY1XT001D5XYI,GQY1XT001AXL4R,GQY1XT001CQEW0,GQY1XT001DMOKH,GQY1XT001C8OXT,GQY1XT001DJMCF,GQY1XT001AS3H3,GQY1XT001CWV2B,GQY1XT001AGK5I,GQY1XT001CBE2W,GQY1XT001BV3H0,GQY1XT001BBDXF,GQY1XT001BMC93,GQY1XT001CZ6SP,GQY1XT001DT2CB,GQY1XT001BKAJW,GQY1XT001DEYTQ,GQY1XT001DD06D,GQY1XT001BCI2T,GQY1XT001CZELL,GQY1XT001CG0E7,GQY1XT001D5ABX,GQY1XT001EXRS9,GQY1XT001CJE1A,GQY1XT001B7D9Y,GQY1XT001C44HP,GQY1XT001A0AWX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BYO88"; -secondCol = "GQY1XT001BYO88,GQY1XT001D51YW,GQY1XT001DCAWT,GQY1XT001DA2BW,GQY1XT001DLKVF,GQY1XT001C8LRN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQZ93"; -secondCol = "GQY1XT001BQZ93,GQY1XT001EKW9M,GQY1XT001ECTEL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BJD55"; -secondCol = "GQY1XT001BJD55,GQY1XT001BVPZR,GQY1XT001C13Y8,GQY1XT001EU0U9,GQY1XT001COQ5G"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B5TIJ"; -secondCol = "GQY1XT001B5TIJ,GQY1XT001DBGCJ,GQY1XT001BGHI0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AVQRK"; -secondCol = "GQY1XT001AVQRK,GQY1XT001DW5JL,GQY1XT001EES0A,GQY1XT001AMMJ2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AV8ZM"; -secondCol = "GQY1XT001AV8ZM,GQY1XT001BTIE1,GQY1XT001DFQ97"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EROXS"; -secondCol = "GQY1XT001EROXS,GQY1XT001EPAO6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EJWHQ"; -secondCol = "GQY1XT001EJWHQ,GQY1XT001B4VKO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EJN8I"; -secondCol = "GQY1XT001EJN8I,GQY1XT001ED3XI,GQY1XT001D3V2M,GQY1XT001BE6OQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EJGNG"; -secondCol = "GQY1XT001EJGNG,GQY1XT001CODST,GQY1XT001BQMNT,GQY1XT001CQHRH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EFJ4B"; -secondCol = "GQY1XT001EFJ4B,GQY1XT001DNQ7M,GQY1XT001AYXG3,GQY1XT001A98KV,GQY1XT001DIUXF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ECB3X"; -secondCol = "GQY1XT001ECB3X,GQY1XT001DELWE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EAC3N"; -secondCol = "GQY1XT001EAC3N,GQY1XT001AJUI5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E0PCI"; -secondCol = "GQY1XT001E0PCI,GQY1XT001BBKCJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DR760"; -secondCol = "GQY1XT001DR760,GQY1XT001D0I33"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D9PSL"; -secondCol = "GQY1XT001D9PSL,GQY1XT001AH401,GQY1XT001A90RY,GQY1XT001C296H,GQY1XT001E459D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D9LQM"; -secondCol = "GQY1XT001D9LQM,GQY1XT001DKYBB,GQY1XT001D69MM,GQY1XT001EG4AT,GQY1XT001BYIIT,GQY1XT001E2G1Y,GQY1XT001E3JLG,GQY1XT001CFEFK,GQY1XT001AODZU,GQY1XT001C7LEA,GQY1XT001ETGMI,GQY1XT001AYGVC,GQY1XT001ECNMV,GQY1XT001BNFXQ,GQY1XT001B78F8,GQY1XT001E0UQ5,GQY1XT001A8ZUI,GQY1XT001BQ0MO,GQY1XT001DBKSI,GQY1XT001E1H14,GQY1XT001DNXZW,GQY1XT001E40CK,GQY1XT001CIBHU,GQY1XT001ENQSG,GQY1XT001CJJWY,GQY1XT001B8JTP,GQY1XT001AY2MF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D0BXA"; -secondCol = "GQY1XT001D0BXA,GQY1XT001B2VFY,GQY1XT001EP55F,GQY1XT001EE0RQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CSFK4"; -secondCol = "GQY1XT001CSFK4,GQY1XT001ERNSL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CS9RH"; -secondCol = "GQY1XT001CS9RH,GQY1XT001CBJMP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CNG65"; -secondCol = "GQY1XT001CNG65,GQY1XT001CB2GS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C3Y4F"; -secondCol = "GQY1XT001C3Y4F,GQY1XT001CEJD1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C20JS"; -secondCol = "GQY1XT001C20JS,GQY1XT001DBCHR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BXN5D"; -secondCol = "GQY1XT001BXN5D,GQY1XT001DJEFW,GQY1XT001CIZJ4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BVPBJ"; -secondCol = "GQY1XT001BVPBJ,GQY1XT001C8K56"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BHQ0I"; -secondCol = "GQY1XT001BHQ0I,GQY1XT001EH3PY,GQY1XT001EE129"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BD68A"; -secondCol = "GQY1XT001BD68A,GQY1XT001CI308,GQY1XT001ALDI5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BD5WD"; -secondCol = "GQY1XT001BD5WD,GQY1XT001APXFB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BAM0T"; -secondCol = "GQY1XT001BAM0T,GQY1XT001DB0VA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B1Z38"; -secondCol = "GQY1XT001B1Z38,GQY1XT001CYXQM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AHFN5"; -secondCol = "GQY1XT001AHFN5,GQY1XT001BMANN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A96BG"; -secondCol = "GQY1XT001A96BG,GQY1XT001BJMFL,GQY1XT001AJTYS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A37W3"; -secondCol = "GQY1XT001A37W3,GQY1XT001EXONJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EZSGA"; -secondCol = "GQY1XT001EZSGA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EXW1N"; -secondCol = "GQY1XT001EXW1N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EXH2J"; -secondCol = "GQY1XT001EXH2J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EXGNL"; -secondCol = "GQY1XT001EXGNL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EX06G"; -secondCol = "GQY1XT001EX06G"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EWF9Y"; -secondCol = "GQY1XT001EWF9Y"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EW08O"; -secondCol = "GQY1XT001EW08O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EVBLO"; -secondCol = "GQY1XT001EVBLO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EUDD8"; -secondCol = "GQY1XT001EUDD8,GQY1XT001AGTV5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ETQFN"; -secondCol = "GQY1XT001ETQFN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ESRP4"; -secondCol = "GQY1XT001ESRP4,GQY1XT001BHGL8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ER70P"; -secondCol = "GQY1XT001ER70P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ER69B"; -secondCol = "GQY1XT001ER69B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EQC7D"; -secondCol = "GQY1XT001EQC7D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EP7ZP"; -secondCol = "GQY1XT001EP7ZP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EOV2A"; -secondCol = "GQY1XT001EOV2A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EOFW7"; -secondCol = "GQY1XT001EOFW7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ENVYC"; -secondCol = "GQY1XT001ENVYC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EMTPI"; -secondCol = "GQY1XT001EMTPI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EMGX3"; -secondCol = "GQY1XT001EMGX3,GQY1XT001EJSOF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EM07L"; -secondCol = "GQY1XT001EM07L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ELLXI"; -secondCol = "GQY1XT001ELLXI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ELBS5"; -secondCol = "GQY1XT001ELBS5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EL25N"; -secondCol = "GQY1XT001EL25N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EKYBD"; -secondCol = "GQY1XT001EKYBD,GQY1XT001DEYNR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EK5N6"; -secondCol = "GQY1XT001EK5N6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EJPJY"; -secondCol = "GQY1XT001EJPJY,GQY1XT001BCPH1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EJLS1"; -secondCol = "GQY1XT001EJLS1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EI6M7"; -secondCol = "GQY1XT001EI6M7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EI1UI"; -secondCol = "GQY1XT001EI1UI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EH7V8"; -secondCol = "GQY1XT001EH7V8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EG39J"; -secondCol = "GQY1XT001EG39J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EFORW"; -secondCol = "GQY1XT001EFORW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EFMJE"; -secondCol = "GQY1XT001EFMJE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EF6C6"; -secondCol = "GQY1XT001EF6C6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EEYEJ"; -secondCol = "GQY1XT001EEYEJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EEGJS"; -secondCol = "GQY1XT001EEGJS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EDXO4"; -secondCol = "GQY1XT001EDXO4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ECYZV"; -secondCol = "GQY1XT001ECYZV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ECO3L"; -secondCol = "GQY1XT001ECO3L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EC680"; -secondCol = "GQY1XT001EC680"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EBV6C"; -secondCol = "GQY1XT001EBV6C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EAZSN"; -secondCol = "GQY1XT001EAZSN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EAZPN"; -secondCol = "GQY1XT001EAZPN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EAXU4"; -secondCol = "GQY1XT001EAXU4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EA66J"; -secondCol = "GQY1XT001EA66J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EA1KP"; -secondCol = "GQY1XT001EA1KP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E1UQP"; -secondCol = "GQY1XT001E1UQP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E18R9"; -secondCol = "GQY1XT001E18R9,GQY1XT001CF2IN,GQY1XT001A8OBL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E11J6"; -secondCol = "GQY1XT001E11J6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZFOE"; -secondCol = "GQY1XT001DZFOE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZ7T4"; -secondCol = "GQY1XT001DZ7T4,GQY1XT001CE3WH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DYMWW"; -secondCol = "GQY1XT001DYMWW,GQY1XT001AULPH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DXVZE"; -secondCol = "GQY1XT001DXVZE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DXOHI"; -secondCol = "GQY1XT001DXOHI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DXF3E"; -secondCol = "GQY1XT001DXF3E,GQY1XT001B328N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DX6EC"; -secondCol = "GQY1XT001DX6EC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DWP39"; -secondCol = "GQY1XT001DWP39"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DVUS5"; -secondCol = "GQY1XT001DVUS5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DRVRB"; -secondCol = "GQY1XT001DRVRB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DRPT7"; -secondCol = "GQY1XT001DRPT7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DR86K"; -secondCol = "GQY1XT001DR86K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DQ0O7"; -secondCol = "GQY1XT001DQ0O7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DPPPW"; -secondCol = "GQY1XT001DPPPW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DPO3P"; -secondCol = "GQY1XT001DPO3P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DP5ZJ"; -secondCol = "GQY1XT001DP5ZJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DOST9"; -secondCol = "GQY1XT001DOST9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DONIK"; -secondCol = "GQY1XT001DONIK,GQY1XT001B9QH5,GQY1XT001BD6H0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DOCNR"; -secondCol = "GQY1XT001DOCNR,GQY1XT001DR4R5,GQY1XT001CY4EV,GQY1XT001CX6Q7,GQY1XT001B70KF,GQY1XT001C6IH0,GQY1XT001C51NS,GQY1XT001BE3UK,GQY1XT001CFAFQ,GQY1XT001E23TC,GQY1XT001A8Y8M,GQY1XT001EFSCU,GQY1XT001BLANC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DO0R3"; -secondCol = "GQY1XT001DO0R3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DNSLC"; -secondCol = "GQY1XT001DNSLC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DMF03"; -secondCol = "GQY1XT001DMF03,GQY1XT001CHEXE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DLAEE"; -secondCol = "GQY1XT001DLAEE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DL079"; -secondCol = "GQY1XT001DL079"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DKNZ2"; -secondCol = "GQY1XT001DKNZ2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DKNON"; -secondCol = "GQY1XT001DKNON"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DJXKJ"; -secondCol = "GQY1XT001DJXKJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DINZJ"; -secondCol = "GQY1XT001DINZJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DHTB1"; -secondCol = "GQY1XT001DHTB1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DH92M"; -secondCol = "GQY1XT001DH92M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DH8CG"; -secondCol = "GQY1XT001DH8CG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DF3CS"; -secondCol = "GQY1XT001DF3CS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DEFEX"; -secondCol = "GQY1XT001DEFEX,GQY1XT001AH7QJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DE9CC"; -secondCol = "GQY1XT001DE9CC,GQY1XT001DALRB,GQY1XT001D4IKG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DDNR5"; -secondCol = "GQY1XT001DDNR5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DDE64"; -secondCol = "GQY1XT001DDE64"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DDALJ"; -secondCol = "GQY1XT001DDALJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DCVNJ"; -secondCol = "GQY1XT001DCVNJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DCQHM"; -secondCol = "GQY1XT001DCQHM,GQY1XT001AQ13O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DCI72"; -secondCol = "GQY1XT001DCI72"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DCCEH"; -secondCol = "GQY1XT001DCCEH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DC1XU"; -secondCol = "GQY1XT001DC1XU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DAEXS"; -secondCol = "GQY1XT001DAEXS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D9C0M"; -secondCol = "GQY1XT001D9C0M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D9196"; -secondCol = "GQY1XT001D9196"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D768K"; -secondCol = "GQY1XT001D768K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D73IR"; -secondCol = "GQY1XT001D73IR,GQY1XT001A87H2,GQY1XT001EWZUH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D6H9H"; -secondCol = "GQY1XT001D6H9H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D61WR"; -secondCol = "GQY1XT001D61WR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D61AN"; -secondCol = "GQY1XT001D61AN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D5U9U"; -secondCol = "GQY1XT001D5U9U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D5BKZ"; -secondCol = "GQY1XT001D5BKZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D4OH9"; -secondCol = "GQY1XT001D4OH9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D4MLK"; -secondCol = "GQY1XT001D4MLK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D3I8P"; -secondCol = "GQY1XT001D3I8P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D3A2N"; -secondCol = "GQY1XT001D3A2N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D39GQ"; -secondCol = "GQY1XT001D39GQ,GQY1XT001BUFOB,GQY1XT001EYZ41,GQY1XT001C2UB3,GQY1XT001D5KV2,GQY1XT001DHPU2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D2OKK"; -secondCol = "GQY1XT001D2OKK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D1TL6"; -secondCol = "GQY1XT001D1TL6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D1QQZ"; -secondCol = "GQY1XT001D1QQZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D1I3B"; -secondCol = "GQY1XT001D1I3B,GQY1XT001A1HF6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D0WF6"; -secondCol = "GQY1XT001D0WF6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D0NMQ"; -secondCol = "GQY1XT001D0NMQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CZE5B"; -secondCol = "GQY1XT001CZE5B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CZ9U1"; -secondCol = "GQY1XT001CZ9U1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CYYLW"; -secondCol = "GQY1XT001CYYLW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CYVZR"; -secondCol = "GQY1XT001CYVZR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CXZ3M"; -secondCol = "GQY1XT001CXZ3M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CXL4B"; -secondCol = "GQY1XT001CXL4B,GQY1XT001CRBEK,GQY1XT001AYNUM,GQY1XT001AGTP0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CWJP3"; -secondCol = "GQY1XT001CWJP3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CW27H"; -secondCol = "GQY1XT001CW27H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CVKWG"; -secondCol = "GQY1XT001CVKWG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CVGUG"; -secondCol = "GQY1XT001CVGUG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CTZ1C"; -secondCol = "GQY1XT001CTZ1C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CS7SI"; -secondCol = "GQY1XT001CS7SI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CS7KX"; -secondCol = "GQY1XT001CS7KX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CS736"; -secondCol = "GQY1XT001CS736"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CRZXT"; -secondCol = "GQY1XT001CRZXT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CRNDK"; -secondCol = "GQY1XT001CRNDK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CRM3D"; -secondCol = "GQY1XT001CRM3D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CPMSQ"; -secondCol = "GQY1XT001CPMSQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CPHCR"; -secondCol = "GQY1XT001CPHCR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CN67L"; -secondCol = "GQY1XT001CN67L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CN3YQ"; -secondCol = "GQY1XT001CN3YQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CMILT"; -secondCol = "GQY1XT001CMILT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CLZ2E"; -secondCol = "GQY1XT001CLZ2E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CLELR"; -secondCol = "GQY1XT001CLELR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CKOMV"; -secondCol = "GQY1XT001CKOMV,GQY1XT001D01FL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CK9DQ"; -secondCol = "GQY1XT001CK9DQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CJX38"; -secondCol = "GQY1XT001CJX38"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CIZ7Q"; -secondCol = "GQY1XT001CIZ7Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CIROP"; -secondCol = "GQY1XT001CIROP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CIP8X"; -secondCol = "GQY1XT001CIP8X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CI21F"; -secondCol = "GQY1XT001CI21F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CGPLI"; -secondCol = "GQY1XT001CGPLI,GQY1XT001E1CLB,GQY1XT001CDNPQ,GQY1XT001CXPPX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CFP5W"; -secondCol = "GQY1XT001CFP5W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CFMGK"; -secondCol = "GQY1XT001CFMGK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CFADH"; -secondCol = "GQY1XT001CFADH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CF6LR"; -secondCol = "GQY1XT001CF6LR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CF37K"; -secondCol = "GQY1XT001CF37K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CEXMY"; -secondCol = "GQY1XT001CEXMY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CC5UW"; -secondCol = "GQY1XT001CC5UW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CBOLF"; -secondCol = "GQY1XT001CBOLF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CB4GZ"; -secondCol = "GQY1XT001CB4GZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CAAJI"; -secondCol = "GQY1XT001CAAJI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C9V9V"; -secondCol = "GQY1XT001C9V9V"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C99RM"; -secondCol = "GQY1XT001C99RM,GQY1XT001B11Q0,GQY1XT001DBJQW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C8NWP"; -secondCol = "GQY1XT001C8NWP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C8I85"; -secondCol = "GQY1XT001C8I85"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C7QEH"; -secondCol = "GQY1XT001C7QEH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C6TKL"; -secondCol = "GQY1XT001C6TKL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C6R9H"; -secondCol = "GQY1XT001C6R9H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5WDQ"; -secondCol = "GQY1XT001C5WDQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5QY5"; -secondCol = "GQY1XT001C5QY5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5NG3"; -secondCol = "GQY1XT001C5NG3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5M1V"; -secondCol = "GQY1XT001C5M1V"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5M0Q"; -secondCol = "GQY1XT001C5M0Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5B0O"; -secondCol = "GQY1XT001C5B0O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C3H6L"; -secondCol = "GQY1XT001C3H6L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C2UBP"; -secondCol = "GQY1XT001C2UBP,GQY1XT001AYG37"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C2PYQ"; -secondCol = "GQY1XT001C2PYQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C221X"; -secondCol = "GQY1XT001C221X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C1EYP"; -secondCol = "GQY1XT001C1EYP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C16TB"; -secondCol = "GQY1XT001C16TB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C0OMN"; -secondCol = "GQY1XT001C0OMN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C00MG"; -secondCol = "GQY1XT001C00MG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BZCH8"; -secondCol = "GQY1XT001BZCH8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BYU6O"; -secondCol = "GQY1XT001BYU6O,GQY1XT001AHPB1,GQY1XT001A96RM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BYF9U"; -secondCol = "GQY1XT001BYF9U,GQY1XT001BJ7EM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BY8RG"; -secondCol = "GQY1XT001BY8RG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BXWIR"; -secondCol = "GQY1XT001BXWIR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BXHAR"; -secondCol = "GQY1XT001BXHAR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BWH3N"; -secondCol = "GQY1XT001BWH3N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BW3VD"; -secondCol = "GQY1XT001BW3VD,GQY1XT001A5Q2F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BVV4N"; -secondCol = "GQY1XT001BVV4N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BVRGQ"; -secondCol = "GQY1XT001BVRGQ,GQY1XT001DK70D,GQY1XT001EAGFC,GQY1XT001BB584,GQY1XT001DYZZQ,GQY1XT001CJVJA,GQY1XT001BY8VX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BV1S2"; -secondCol = "GQY1XT001BV1S2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BUHFQ"; -secondCol = "GQY1XT001BUHFQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BU854"; -secondCol = "GQY1XT001BU854"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BRWKV"; -secondCol = "GQY1XT001BRWKV,GQY1XT001AOB8B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BRG77"; -secondCol = "GQY1XT001BRG77"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQJ6A"; -secondCol = "GQY1XT001BQJ6A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQJ2K"; -secondCol = "GQY1XT001BQJ2K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQH3H"; -secondCol = "GQY1XT001BQH3H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQE0T"; -secondCol = "GQY1XT001BQE0T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQ1IR"; -secondCol = "GQY1XT001BQ1IR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BPXQV"; -secondCol = "GQY1XT001BPXQV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BP06R"; -secondCol = "GQY1XT001BP06R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BOS3Q"; -secondCol = "GQY1XT001BOS3Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BKUXJ"; -secondCol = "GQY1XT001BKUXJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BKF8J"; -secondCol = "GQY1XT001BKF8J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BJBFJ"; -secondCol = "GQY1XT001BJBFJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BJ17T"; -secondCol = "GQY1XT001BJ17T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BISR7"; -secondCol = "GQY1XT001BISR7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BIS33"; -secondCol = "GQY1XT001BIS33"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BI6HC"; -secondCol = "GQY1XT001BI6HC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BH407"; -secondCol = "GQY1XT001BH407"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BGM3L"; -secondCol = "GQY1XT001BGM3L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BGE4C"; -secondCol = "GQY1XT001BGE4C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BFVIT"; -secondCol = "GQY1XT001BFVIT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BFPZ4"; -secondCol = "GQY1XT001BFPZ4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BFPG2"; -secondCol = "GQY1XT001BFPG2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BF6A3"; -secondCol = "GQY1XT001BF6A3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BERPN"; -secondCol = "GQY1XT001BERPN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BEJKR"; -secondCol = "GQY1XT001BEJKR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BE3DR"; -secondCol = "GQY1XT001BE3DR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BE160"; -secondCol = "GQY1XT001BE160"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BDKOG"; -secondCol = "GQY1XT001BDKOG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BD35A"; -secondCol = "GQY1XT001BD35A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BCHZQ"; -secondCol = "GQY1XT001BCHZQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BB5QV"; -secondCol = "GQY1XT001BB5QV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BB3IM"; -secondCol = "GQY1XT001BB3IM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BB2I1"; -secondCol = "GQY1XT001BB2I1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BAE4D"; -secondCol = "GQY1XT001BAE4D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B82M4"; -secondCol = "GQY1XT001B82M4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B7II3"; -secondCol = "GQY1XT001B7II3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B79XZ"; -secondCol = "GQY1XT001B79XZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B4KMH"; -secondCol = "GQY1XT001B4KMH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B4CWV"; -secondCol = "GQY1XT001B4CWV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B3O5L"; -secondCol = "GQY1XT001B3O5L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B3NK9"; -secondCol = "GQY1XT001B3NK9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B3G81"; -secondCol = "GQY1XT001B3G81"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B3DGI"; -secondCol = "GQY1XT001B3DGI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B2XRI"; -secondCol = "GQY1XT001B2XRI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B2X2X"; -secondCol = "GQY1XT001B2X2X,GQY1XT001AGWCH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B1Q23"; -secondCol = "GQY1XT001B1Q23"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B198G"; -secondCol = "GQY1XT001B198G"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B18RP"; -secondCol = "GQY1XT001B18RP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B125S"; -secondCol = "GQY1XT001B125S"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B0PAO"; -secondCol = "GQY1XT001B0PAO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AYZV4"; -secondCol = "GQY1XT001AYZV4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AY9X7"; -secondCol = "GQY1XT001AY9X7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AXWLP"; -secondCol = "GQY1XT001AXWLP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AVOTP"; -secondCol = "GQY1XT001AVOTP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AVHY2"; -secondCol = "GQY1XT001AVHY2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AV0Z7"; -secondCol = "GQY1XT001AV0Z7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AUAZ1"; -secondCol = "GQY1XT001AUAZ1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AU8BF"; -secondCol = "GQY1XT001AU8BF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ATTEW"; -secondCol = "GQY1XT001ATTEW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ASJY7"; -secondCol = "GQY1XT001ASJY7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ASGKK"; -secondCol = "GQY1XT001ASGKK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ARJ5H"; -secondCol = "GQY1XT001ARJ5H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AQ6RI"; -secondCol = "GQY1XT001AQ6RI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ANHGU"; -secondCol = "GQY1XT001ANHGU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ANAR9"; -secondCol = "GQY1XT001ANAR9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AML81"; -secondCol = "GQY1XT001AML81"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AMF77"; -secondCol = "GQY1XT001AMF77"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ALM9Y"; -secondCol = "GQY1XT001ALM9Y"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AL02A"; -secondCol = "GQY1XT001AL02A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AKR2J"; -secondCol = "GQY1XT001AKR2J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AKLZB"; -secondCol = "GQY1XT001AKLZB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AJQ84"; -secondCol = "GQY1XT001AJQ84"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AJA87"; -secondCol = "GQY1XT001AJA87"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AJ9NL"; -secondCol = "GQY1XT001AJ9NL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AH6WY"; -secondCol = "GQY1XT001AH6WY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AGY0S"; -secondCol = "GQY1XT001AGY0S"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AF930"; -secondCol = "GQY1XT001AF930"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AF1T5"; -secondCol = "GQY1XT001AF1T5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AEDAY"; -secondCol = "GQY1XT001AEDAY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A9X7Q"; -secondCol = "GQY1XT001A9X7Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A9EON"; -secondCol = "GQY1XT001A9EON"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A9C7P"; -secondCol = "GQY1XT001A9C7P,GQY1XT001DIS3V"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A7UQG"; -secondCol = "GQY1XT001A7UQG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A7R0H"; -secondCol = "GQY1XT001A7R0H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A7L8W"; -secondCol = "GQY1XT001A7L8W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A7C1T"; -secondCol = "GQY1XT001A7C1T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A5QIO"; -secondCol = "GQY1XT001A5QIO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A40A8"; -secondCol = "GQY1XT001A40A8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A3XZV"; -secondCol = "GQY1XT001A3XZV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A38QD"; -secondCol = "GQY1XT001A38QD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A2D3Z"; -secondCol = "GQY1XT001A2D3Z"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A21FJ"; -secondCol = "GQY1XT001A21FJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A21BT"; -secondCol = "GQY1XT001A21BT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A1Q4W"; -secondCol = "GQY1XT001A1Q4W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A1OWI"; -secondCol = "GQY1XT001A1OWI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A0U24"; -secondCol = "GQY1XT001A0U24"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A0CJ8"; -secondCol = "GQY1XT001A0CJ8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A09FJ"; -secondCol = "GQY1XT001A09FJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A04J0"; -secondCol = "GQY1XT001A04J0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ASJ0W"; -secondCol = "GQY1XT001ASJ0W,GQY1XT001DQHW3,GQY1XT001A5T8H,GQY1XT001BOTFT,GQY1XT001D6249,GQY1XT001E2HWV,GQY1XT001EEHFF,GQY1XT001DEDMZ,GQY1XT001BSMLW,GQY1XT001DO2YY,GQY1XT001BJQ3I,GQY1XT001CCDDZ,GQY1XT001AF6M3,GQY1XT001B2I07,GQY1XT001BEJL0,GQY1XT001CT526,GQY1XT001BEDN9,GQY1XT001BV6EL,GQY1XT001CTMC8,GQY1XT001A90YI,GQY1XT001E1X8D,GQY1XT001C9T6W,GQY1XT001C0DN3,GQY1XT001CFLDN,GQY1XT001C3XS5,GQY1XT001EULS1,GQY1XT001EI82C,GQY1XT001BAJXI,GQY1XT001C4KLS,GQY1XT001C3A9Z,GQY1XT001BGZQC,GQY1XT001B8XPW,GQY1XT001DIW5Z,GQY1XT001EK8OQ,GQY1XT001BH8X7,GQY1XT001DXGK4,GQY1XT001BKYEL,GQY1XT001D9WIH,GQY1XT001EYGLZ,GQY1XT001BS5CD,GQY1XT001CSFY9,GQY1XT001A6AF6,GQY1XT001BEDEM,GQY1XT001C539N,GQY1XT001CSGXL,GQY1XT001C7UEA,GQY1XT001A3FTV,GQY1XT001CBSCJ,GQY1XT001BRQWH,GQY1XT001D2IVO,GQY1XT001C5TZC,GQY1XT001CSHJX,GQY1XT001DTOGD,GQY1XT001EB48K,GQY1XT001DS9UU,GQY1XT001DSV6R,GQY1XT001DQQ7F,GQY1XT001BI64B,GQY1XT001DUMML,GQY1XT001B0XY4,GQY1XT001B8L3C,GQY1XT001CKTCT,GQY1XT001CPK7O,GQY1XT001AUEKT,GQY1XT001D6DOL,GQY1XT001BWHM3,GQY1XT001CUSVZ,GQY1XT001BKJ7W,GQY1XT001C91BD,GQY1XT001D4KL8,GQY1XT001C88O5,GQY1XT001A45WW,GQY1XT001ERNZ4,GQY1XT001CJYPJ,GQY1XT001DXTBK,GQY1XT001C09Z0,GQY1XT001C1FLJ,GQY1XT001EUORB,GQY1XT001BUO1G,GQY1XT001DI70A,GQY1XT001DJACQ,GQY1XT001EFD25,GQY1XT001B6XAZ,GQY1XT001DYPF0,GQY1XT001BGQ9U,GQY1XT001E09NJ,GQY1XT001A4O0C,GQY1XT001C62FN,GQY1XT001AOQOY,GQY1XT001BQDGF,GQY1XT001C8GPE,GQY1XT001EYZQX,GQY1XT001CLYJU,GQY1XT001A1EG0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EZGV8"; -secondCol = "GQY1XT001EZGV8,GQY1XT001CEMAT,GQY1XT001DXGQV,GQY1XT001DAKRQ,GQY1XT001DWAG8,GQY1XT001BXVRE,GQY1XT001B7OMD,GQY1XT001DOGMN,GQY1XT001CDFQ1,GQY1XT001BI1IS,GQY1XT001D6Z13,GQY1XT001CFMXC,GQY1XT001B190I,GQY1XT001BKSBF,GQY1XT001DZPBC,GQY1XT001AJR8S,GQY1XT001BN7KZ,GQY1XT001EAQSE,GQY1XT001BKG0B,GQY1XT001AG9HV,GQY1XT001DD9WC,GQY1XT001DNLTH,GQY1XT001AFUFV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D11RT"; -secondCol = "GQY1XT001D11RT,GQY1XT001EXOE2,GQY1XT001EFXGP,GQY1XT001EGA2O,GQY1XT001BKXYV,GQY1XT001A8F06,GQY1XT001BWUG9,GQY1XT001D3WW1,GQY1XT001E26Z0,GQY1XT001BCDUK,GQY1XT001B1E36,GQY1XT001C8TZY,GQY1XT001DP7KN,GQY1XT001BDWZ3,GQY1XT001DLJIK,GQY1XT001E4QHI,GQY1XT001DGKL2,GQY1XT001D7T6D,GQY1XT001AYO7J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CABID"; -secondCol = "GQY1XT001CABID,GQY1XT001D8HMN,GQY1XT001DYN08,GQY1XT001CKK9P,GQY1XT001B8X5I,GQY1XT001C559B,GQY1XT001EDKVP,GQY1XT001CKIJV,GQY1XT001DMSIT,GQY1XT001CYF8X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AR262"; -secondCol = "GQY1XT001AR262,GQY1XT001E1OY8,GQY1XT001DSIWH,GQY1XT001EJ58G,GQY1XT001DOZ7R,GQY1XT001DO03Z,GQY1XT001BCHIE,GQY1XT001CNTG3,GQY1XT001B391O,GQY1XT001DH39A,GQY1XT001C62RS,GQY1XT001DF512,GQY1XT001D3XDO,GQY1XT001EI6KA,GQY1XT001AXWZX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CEZTO"; -secondCol = "GQY1XT001CEZTO,GQY1XT001DFGIY,GQY1XT001DLKTV,GQY1XT001C99VG,GQY1XT001D41GW,GQY1XT001B8TEO,GQY1XT001B1RQY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ET5U1"; -secondCol = "GQY1XT001ET5U1,GQY1XT001EQAV8,GQY1XT001EAP23,GQY1XT001B90CA,GQY1XT001CRZ47,GQY1XT001BJNG4,GQY1XT001A9SIN,GQY1XT001A35SR,GQY1XT001D0Z67,GQY1XT001BQ9DR,GQY1XT001D05QB,GQY1XT001DPK5I,GQY1XT001EQKZS,GQY1XT001B1V8Y,GQY1XT001ATYFI,GQY1XT001AQ8NT,GQY1XT001BPQH3,GQY1XT001CU24B,GQY1XT001DO3H3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DPTUR"; -secondCol = "GQY1XT001DPTUR,GQY1XT001DD4DM,GQY1XT001AYXFJ,GQY1XT001DA080,GQY1XT001BV4IK,GQY1XT001D5DL4,GQY1XT001B2IO2,GQY1XT001AL6OL,GQY1XT001EA04H,GQY1XT001CJO7G,GQY1XT001D74PV,GQY1XT001BFUZN,GQY1XT001BFROK,GQY1XT001BFIS5,GQY1XT001EN1TA,GQY1XT001EIL2B,GQY1XT001D9YGU,GQY1XT001DB6K9,GQY1XT001C8TNC,GQY1XT001A57HS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D98L5"; -secondCol = "GQY1XT001D98L5,GQY1XT001CG5EO,GQY1XT001AJK0O,GQY1XT001BUSTS,GQY1XT001DG3G6,GQY1XT001CZC2V,GQY1XT001BSWEE,GQY1XT001A7PK4,GQY1XT001ESQ3R,GQY1XT001CC8N1,GQY1XT001EHS2H,GQY1XT001DWLQA,GQY1XT001DWLSQ,GQY1XT001DA0NT,GQY1XT001DI67I,GQY1XT001EXRGG,GQY1XT001AWC4B,GQY1XT001DHEPS,GQY1XT001AG3LS,GQY1XT001A79NV,GQY1XT001B41VS,GQY1XT001A7V45,GQY1XT001DQAIG,GQY1XT001BYTNU,GQY1XT001BRTR9,GQY1XT001EKPQA,GQY1XT001B8WA3,GQY1XT001DS64N,GQY1XT001ER4UP,GQY1XT001CWJVG,GQY1XT001EZFNT,GQY1XT001CFMFZ,GQY1XT001B767Q,GQY1XT001APD7N,GQY1XT001D9CRY,GQY1XT001CF3YE,GQY1XT001EQM84,GQY1XT001EQA2Z,GQY1XT001C8EU0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D2WCH"; -secondCol = "GQY1XT001D2WCH,GQY1XT001EJ616,GQY1XT001AWZFJ,GQY1XT001AY1H0,GQY1XT001EJQKH,GQY1XT001EKYZC,GQY1XT001AYJRC,GQY1XT001D3OWK,GQY1XT001D8ZQC,GQY1XT001BTFWY,GQY1XT001B2B36,GQY1XT001B8WL0,GQY1XT001ANEEA,GQY1XT001EA222,GQY1XT001DYHX8,GQY1XT001ESUOA,GQY1XT001APX63,GQY1XT001ANLPS,GQY1XT001AP7GK,GQY1XT001B66ON,GQY1XT001CE7BI,GQY1XT001AH4IF,GQY1XT001A5DLQ,GQY1XT001BKGGK,GQY1XT001ESDP2,GQY1XT001EXHY3,GQY1XT001DWTKX,GQY1XT001EHYE5,GQY1XT001A2X4H,GQY1XT001CHM9K,GQY1XT001A35GR,GQY1XT001C6E8L,GQY1XT001B1A2W,GQY1XT001B45R4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BCEJ4"; -secondCol = "GQY1XT001BCEJ4,GQY1XT001AI3F2,GQY1XT001C8FOU,GQY1XT001DF8YB,GQY1XT001E37MF,GQY1XT001A40K6,GQY1XT001BWGX6,GQY1XT001CQWST,GQY1XT001AMDHR,GQY1XT001EPUNN,GQY1XT001A2SLB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AIM3N"; -secondCol = "GQY1XT001AIM3N,GQY1XT001ECVB8,GQY1XT001D7UO9,GQY1XT001E0EKM,GQY1XT001BEUJB,GQY1XT001E1MSH,GQY1XT001BWYAF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EMIR6"; -secondCol = "GQY1XT001EMIR6,GQY1XT001DKCJI,GQY1XT001C1JP1,GQY1XT001EPD8P,GQY1XT001BD9PL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DD3UK"; -secondCol = "GQY1XT001DD3UK,GQY1XT001ED9RO,GQY1XT001C9FLB,GQY1XT001EDDA2,GQY1XT001BI4Y4,GQY1XT001AYYLT,GQY1XT001BAGGU,GQY1XT001EK26E,GQY1XT001DUJ5Z,GQY1XT001DOSQ6,GQY1XT001CF21L,GQY1XT001BMLUK,GQY1XT001BMHV3,GQY1XT001AUU8K,GQY1XT001CYZLG,GQY1XT001BP5G1,GQY1XT001EFXRA,GQY1XT001DE8YQ,GQY1XT001CX0WC,GQY1XT001B1QDF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C1UQN"; -secondCol = "GQY1XT001C1UQN,GQY1XT001EVIPV,GQY1XT001DX4OC,GQY1XT001BO2MY,GQY1XT001DYS4R,GQY1XT001BKEMU,GQY1XT001EIPX3,GQY1XT001EVR5U,GQY1XT001BTELR,GQY1XT001EWRUR,GQY1XT001E2DUD,GQY1XT001C26R4,GQY1XT001EREJ8,GQY1XT001D4SEF,GQY1XT001A35RB,GQY1XT001EORP3,GQY1XT001EODNG,GQY1XT001AJOKT,GQY1XT001BQPU7,GQY1XT001EESKC,GQY1XT001ANVZQ,GQY1XT001B25R3,GQY1XT001ESK5Q,GQY1XT001A2J58,GQY1XT001C9JUG,GQY1XT001CFY53,GQY1XT001CRTXA,GQY1XT001BVNW1,GQY1XT001BCR65,GQY1XT001BLQ3Y,GQY1XT001BK75I,GQY1XT001EUUOI,GQY1XT001C9J1L,GQY1XT001BIZL4,GQY1XT001B5R5W,GQY1XT001BXK2V,GQY1XT001BEF3T,GQY1XT001EJ0TQ,GQY1XT001BYHME,GQY1XT001BTT4O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BV6MJ"; -secondCol = "GQY1XT001BV6MJ,GQY1XT001ED12E,GQY1XT001AXUPM,GQY1XT001A8N23,GQY1XT001A03UB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQTT3"; -secondCol = "GQY1XT001BQTT3,GQY1XT001D1PYV,GQY1XT001D5UEU,GQY1XT001DOGG3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B788F"; -secondCol = "GQY1XT001B788F,GQY1XT001A2R2L,GQY1XT001CI3CY,GQY1XT001BL9C1,GQY1XT001B61IH,GQY1XT001CEAD0,GQY1XT001AT9W2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AXNP6"; -secondCol = "GQY1XT001AXNP6,GQY1XT001BNEAN,GQY1XT001BWHBI,GQY1XT001COWQY,GQY1XT001BXRAV,GQY1XT001B5XT5,GQY1XT001AKE6N,GQY1XT001CIX6M,GQY1XT001ERGD3,GQY1XT001AYVVU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EVVIE"; -secondCol = "GQY1XT001EVVIE,GQY1XT001CZHEK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EN9CW"; -secondCol = "GQY1XT001EN9CW,GQY1XT001DXZVU,GQY1XT001DFERS,GQY1XT001CWVU7,GQY1XT001BZ8RH,GQY1XT001ETG5D,GQY1XT001ERCSE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EGDVE"; -secondCol = "GQY1XT001EGDVE,GQY1XT001BGT6I,GQY1XT001DUVH7,GQY1XT001CX97E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ECS7B"; -secondCol = "GQY1XT001ECS7B,GQY1XT001AXK8C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZZW5"; -secondCol = "GQY1XT001DZZW5,GQY1XT001CGWOM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DXJXL"; -secondCol = "GQY1XT001DXJXL,GQY1XT001DZ7XF,GQY1XT001CCLXO,GQY1XT001A2D4N,GQY1XT001B2VJY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DTTTZ"; -secondCol = "GQY1XT001DTTTZ,GQY1XT001EEQZ9,GQY1XT001C3Q2J,GQY1XT001EOV9A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DN3FQ"; -secondCol = "GQY1XT001DN3FQ,GQY1XT001D8YPS,GQY1XT001B5IK0,GQY1XT001A7GRF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DCSDO"; -secondCol = "GQY1XT001DCSDO,GQY1XT001DPHNZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D4RB5"; -secondCol = "GQY1XT001D4RB5,GQY1XT001EURAY,GQY1XT001BU3CH,GQY1XT001ESIH7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CZGJX"; -secondCol = "GQY1XT001CZGJX,GQY1XT001AKR1Y"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CX3VR"; -secondCol = "GQY1XT001CX3VR,GQY1XT001BD30V,GQY1XT001EWYP8,GQY1XT001CDWAO,GQY1XT001CBCMN,GQY1XT001B8956,GQY1XT001CLU7R,GQY1XT001C6RZO,GQY1XT001BAWGE,GQY1XT001AWNWB,GQY1XT001AK7QU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001COCAA"; -secondCol = "GQY1XT001COCAA,GQY1XT001C2DY9,GQY1XT001DC8XO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CMOGO"; -secondCol = "GQY1XT001CMOGO,GQY1XT001A27J1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CM5V7"; -secondCol = "GQY1XT001CM5V7,GQY1XT001DUPZJ,GQY1XT001D74VU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CDHSC"; -secondCol = "GQY1XT001CDHSC,GQY1XT001BF0FW,GQY1XT001DFGVO,GQY1XT001B7BNU,GQY1XT001ETBK5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CBZ32"; -secondCol = "GQY1XT001CBZ32,GQY1XT001C30OV,GQY1XT001BVDCU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CAJ93"; -secondCol = "GQY1XT001CAJ93,GQY1XT001BMMWR,GQY1XT001CB0YZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C9TUG"; -secondCol = "GQY1XT001C9TUG,GQY1XT001D9YJK,GQY1XT001ANHHC,GQY1XT001A31G9,GQY1XT001CV54W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C9B6T"; -secondCol = "GQY1XT001C9B6T,GQY1XT001ELK06,GQY1XT001AQ3G1,GQY1XT001A2GLS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C8S1G"; -secondCol = "GQY1XT001C8S1G,GQY1XT001C4Q6G,GQY1XT001DBH76"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C6NLZ"; -secondCol = "GQY1XT001C6NLZ,GQY1XT001D9UBJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BYYDK"; -secondCol = "GQY1XT001BYYDK,GQY1XT001DF4NQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BY3AD"; -secondCol = "GQY1XT001BY3AD,GQY1XT001D4TY5,GQY1XT001A146I,GQY1XT001DMN8W,GQY1XT001CZPV5,GQY1XT001BKGZK,GQY1XT001D61GC,GQY1XT001CYPU5,GQY1XT001BSINA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BRBLS"; -secondCol = "GQY1XT001BRBLS,GQY1XT001C9VGT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BGUGL"; -secondCol = "GQY1XT001BGUGL,GQY1XT001AIWZ2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BBFUD"; -secondCol = "GQY1XT001BBFUD,GQY1XT001ECZ7U,GQY1XT001C2MMK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B956I"; -secondCol = "GQY1XT001B956I,GQY1XT001B4G56"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B6JAI"; -secondCol = "GQY1XT001B6JAI,GQY1XT001BS5YX,GQY1XT001EQXQ0,GQY1XT001D21R5,GQY1XT001A8F36"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B3ZEU"; -secondCol = "GQY1XT001B3ZEU,GQY1XT001CINXM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AXPEJ"; -secondCol = "GQY1XT001AXPEJ,GQY1XT001BFGHP,GQY1XT001E1LWB,GQY1XT001AP6P9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ALKX4"; -secondCol = "GQY1XT001ALKX4,GQY1XT001A5GYE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AGK3C"; -secondCol = "GQY1XT001AGK3C,GQY1XT001DOMPO,GQY1XT001ET20K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AG9FR"; -secondCol = "GQY1XT001AG9FR,GQY1XT001EO8Y2,GQY1XT001BL80Y"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EZ1BL"; -secondCol = "GQY1XT001EZ1BL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EYWBT"; -secondCol = "GQY1XT001EYWBT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EYO8K"; -secondCol = "GQY1XT001EYO8K,GQY1XT001BQP5G"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EYKIH"; -secondCol = "GQY1XT001EYKIH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EYG3J"; -secondCol = "GQY1XT001EYG3J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EY82N"; -secondCol = "GQY1XT001EY82N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EY1VL"; -secondCol = "GQY1XT001EY1VL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EXXWG"; -secondCol = "GQY1XT001EXXWG,GQY1XT001D0D1B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EXE4L"; -secondCol = "GQY1XT001EXE4L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EW1VI"; -secondCol = "GQY1XT001EW1VI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EUARD"; -secondCol = "GQY1XT001EUARD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ETWVR"; -secondCol = "GQY1XT001ETWVR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ETW81"; -secondCol = "GQY1XT001ETW81"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ETQPK"; -secondCol = "GQY1XT001ETQPK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EQDIW"; -secondCol = "GQY1XT001EQDIW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EQBK2"; -secondCol = "GQY1XT001EQBK2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EPJJ2"; -secondCol = "GQY1XT001EPJJ2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EOQBJ"; -secondCol = "GQY1XT001EOQBJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EOLRV"; -secondCol = "GQY1XT001EOLRV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EO54E"; -secondCol = "GQY1XT001EO54E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ENXKK"; -secondCol = "GQY1XT001ENXKK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ENSFC"; -secondCol = "GQY1XT001ENSFC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ENMRU"; -secondCol = "GQY1XT001ENMRU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ENMPD"; -secondCol = "GQY1XT001ENMPD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EN34T"; -secondCol = "GQY1XT001EN34T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EN0BU"; -secondCol = "GQY1XT001EN0BU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EMN18"; -secondCol = "GQY1XT001EMN18"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EML96"; -secondCol = "GQY1XT001EML96"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EM3U5"; -secondCol = "GQY1XT001EM3U5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EM1H3"; -secondCol = "GQY1XT001EM1H3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EM0QH"; -secondCol = "GQY1XT001EM0QH,GQY1XT001CDPZ1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EM0O7"; -secondCol = "GQY1XT001EM0O7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ELWEQ"; -secondCol = "GQY1XT001ELWEQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ELQCK"; -secondCol = "GQY1XT001ELQCK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ELHWX"; -secondCol = "GQY1XT001ELHWX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ELEZO"; -secondCol = "GQY1XT001ELEZO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EKI6F"; -secondCol = "GQY1XT001EKI6F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EK9KU"; -secondCol = "GQY1XT001EK9KU,GQY1XT001EFEF1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EK37G"; -secondCol = "GQY1XT001EK37G,GQY1XT001CMM6V"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EK258"; -secondCol = "GQY1XT001EK258"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EJTED"; -secondCol = "GQY1XT001EJTED"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EJRAK"; -secondCol = "GQY1XT001EJRAK,GQY1XT001EW1Y1,GQY1XT001D6NFH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EJMF9"; -secondCol = "GQY1XT001EJMF9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EHXXG"; -secondCol = "GQY1XT001EHXXG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EHWUE"; -secondCol = "GQY1XT001EHWUE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EHOA2"; -secondCol = "GQY1XT001EHOA2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EH6SV"; -secondCol = "GQY1XT001EH6SV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EH38T"; -secondCol = "GQY1XT001EH38T,GQY1XT001BPG25,GQY1XT001C2JRH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EH12M"; -secondCol = "GQY1XT001EH12M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EGV0R"; -secondCol = "GQY1XT001EGV0R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EGIMR"; -secondCol = "GQY1XT001EGIMR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EFKVR"; -secondCol = "GQY1XT001EFKVR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EFCVQ"; -secondCol = "GQY1XT001EFCVQ,GQY1XT001B7CNY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EFBM5"; -secondCol = "GQY1XT001EFBM5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EF1BF"; -secondCol = "GQY1XT001EF1BF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EEW2G"; -secondCol = "GQY1XT001EEW2G"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EESPD"; -secondCol = "GQY1XT001EESPD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EEA4E"; -secondCol = "GQY1XT001EEA4E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EE9GI"; -secondCol = "GQY1XT001EE9GI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EDTJ0"; -secondCol = "GQY1XT001EDTJ0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EDI9C"; -secondCol = "GQY1XT001EDI9C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EBK3E"; -secondCol = "GQY1XT001EBK3E,GQY1XT001B5NX2,GQY1XT001AFMGA,GQY1XT001EL8E7,GQY1XT001BG6GC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EB03N"; -secondCol = "GQY1XT001EB03N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EB01F"; -secondCol = "GQY1XT001EB01F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EAOYD"; -secondCol = "GQY1XT001EAOYD,GQY1XT001DFU6A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E5FM5"; -secondCol = "GQY1XT001E5FM5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E5CON"; -secondCol = "GQY1XT001E5CON"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E2TM6"; -secondCol = "GQY1XT001E2TM6,GQY1XT001DA6C7,GQY1XT001CZ6J6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E2H4O"; -secondCol = "GQY1XT001E2H4O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E2D7X"; -secondCol = "GQY1XT001E2D7X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E1PLX"; -secondCol = "GQY1XT001E1PLX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E15V8"; -secondCol = "GQY1XT001E15V8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E10TY"; -secondCol = "GQY1XT001E10TY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E0DEM"; -secondCol = "GQY1XT001E0DEM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZV9Q"; -secondCol = "GQY1XT001DZV9Q,GQY1XT001BALH7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DYW57"; -secondCol = "GQY1XT001DYW57"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DYM6V"; -secondCol = "GQY1XT001DYM6V"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DY2KC"; -secondCol = "GQY1XT001DY2KC,GQY1XT001C9ZJT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DXL8F"; -secondCol = "GQY1XT001DXL8F,GQY1XT001DLU9K,GQY1XT001B6QWV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DX4S1"; -secondCol = "GQY1XT001DX4S1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DWVAQ"; -secondCol = "GQY1XT001DWVAQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DWTVA"; -secondCol = "GQY1XT001DWTVA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DWF5R"; -secondCol = "GQY1XT001DWF5R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DW8RG"; -secondCol = "GQY1XT001DW8RG,GQY1XT001BXXQ9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DW1GN"; -secondCol = "GQY1XT001DW1GN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DVW4B"; -secondCol = "GQY1XT001DVW4B,GQY1XT001B2YYY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DVNJ0"; -secondCol = "GQY1XT001DVNJ0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DVED9"; -secondCol = "GQY1XT001DVED9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DUQH1"; -secondCol = "GQY1XT001DUQH1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DUOF1"; -secondCol = "GQY1XT001DUOF1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DUNV0"; -secondCol = "GQY1XT001DUNV0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DUFHE"; -secondCol = "GQY1XT001DUFHE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DUA2T"; -secondCol = "GQY1XT001DUA2T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DTC7H"; -secondCol = "GQY1XT001DTC7H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DT9LA"; -secondCol = "GQY1XT001DT9LA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DSUJF"; -secondCol = "GQY1XT001DSUJF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DSSPW"; -secondCol = "GQY1XT001DSSPW,GQY1XT001CWP9F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DS9WE"; -secondCol = "GQY1XT001DS9WE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DR9VE"; -secondCol = "GQY1XT001DR9VE,GQY1XT001BWYX2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DR038"; -secondCol = "GQY1XT001DR038"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DQZK0"; -secondCol = "GQY1XT001DQZK0,GQY1XT001D9UPB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DQUFK"; -secondCol = "GQY1XT001DQUFK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DQNEZ"; -secondCol = "GQY1XT001DQNEZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DQ915"; -secondCol = "GQY1XT001DQ915"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DQ8IM"; -secondCol = "GQY1XT001DQ8IM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DPV47"; -secondCol = "GQY1XT001DPV47"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DPTZA"; -secondCol = "GQY1XT001DPTZA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DPHDL"; -secondCol = "GQY1XT001DPHDL,GQY1XT001BX0NH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DONB7"; -secondCol = "GQY1XT001DONB7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DN4K7"; -secondCol = "GQY1XT001DN4K7,GQY1XT001ETJSI,GQY1XT001BCV7C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DMBHH"; -secondCol = "GQY1XT001DMBHH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DM4OG"; -secondCol = "GQY1XT001DM4OG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DLHTI"; -secondCol = "GQY1XT001DLHTI,GQY1XT001BI67P,GQY1XT001A7TZ8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DK3EL"; -secondCol = "GQY1XT001DK3EL,GQY1XT001ANWRG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DJS6C"; -secondCol = "GQY1XT001DJS6C,GQY1XT001B0Z1M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DJ51Z"; -secondCol = "GQY1XT001DJ51Z,GQY1XT001C95EO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DHGCR"; -secondCol = "GQY1XT001DHGCR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DGXZT"; -secondCol = "GQY1XT001DGXZT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DGTVC"; -secondCol = "GQY1XT001DGTVC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DGJN3"; -secondCol = "GQY1XT001DGJN3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DGBZ3"; -secondCol = "GQY1XT001DGBZ3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DFZCJ"; -secondCol = "GQY1XT001DFZCJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DFJPE"; -secondCol = "GQY1XT001DFJPE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DFE4U"; -secondCol = "GQY1XT001DFE4U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DF8IK"; -secondCol = "GQY1XT001DF8IK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DEXPM"; -secondCol = "GQY1XT001DEXPM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DERAL"; -secondCol = "GQY1XT001DERAL,GQY1XT001DVAH4,GQY1XT001B40V9,GQY1XT001EAY11"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DEDV1"; -secondCol = "GQY1XT001DEDV1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DE4MT"; -secondCol = "GQY1XT001DE4MT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DBSD9"; -secondCol = "GQY1XT001DBSD9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DBPAC"; -secondCol = "GQY1XT001DBPAC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DBOLU"; -secondCol = "GQY1XT001DBOLU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DB8F3"; -secondCol = "GQY1XT001DB8F3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DARFS"; -secondCol = "GQY1XT001DARFS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DAPRN"; -secondCol = "GQY1XT001DAPRN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DA93A"; -secondCol = "GQY1XT001DA93A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D9MTI"; -secondCol = "GQY1XT001D9MTI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D8D72"; -secondCol = "GQY1XT001D8D72,GQY1XT001C9R6K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D7K8Y"; -secondCol = "GQY1XT001D7K8Y"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D7G24"; -secondCol = "GQY1XT001D7G24"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D75WE"; -secondCol = "GQY1XT001D75WE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D6QT9"; -secondCol = "GQY1XT001D6QT9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D6NM5"; -secondCol = "GQY1XT001D6NM5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D6JYV"; -secondCol = "GQY1XT001D6JYV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D668E"; -secondCol = "GQY1XT001D668E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D5MFV"; -secondCol = "GQY1XT001D5MFV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D4N08"; -secondCol = "GQY1XT001D4N08"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D4I9I"; -secondCol = "GQY1XT001D4I9I"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D4CDR"; -secondCol = "GQY1XT001D4CDR,GQY1XT001AYU4S"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D41JD"; -secondCol = "GQY1XT001D41JD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D3UVI"; -secondCol = "GQY1XT001D3UVI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D3TGT"; -secondCol = "GQY1XT001D3TGT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D2V7O"; -secondCol = "GQY1XT001D2V7O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D2O2I"; -secondCol = "GQY1XT001D2O2I,GQY1XT001C5X0V"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D1TIS"; -secondCol = "GQY1XT001D1TIS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D1KCQ"; -secondCol = "GQY1XT001D1KCQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D1H65"; -secondCol = "GQY1XT001D1H65,GQY1XT001CWXHD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D15SY"; -secondCol = "GQY1XT001D15SY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D12JD"; -secondCol = "GQY1XT001D12JD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D0UXA"; -secondCol = "GQY1XT001D0UXA,GQY1XT001A29LT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D0LWE"; -secondCol = "GQY1XT001D0LWE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D03JZ"; -secondCol = "GQY1XT001D03JZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CZRIA"; -secondCol = "GQY1XT001CZRIA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CZ88P"; -secondCol = "GQY1XT001CZ88P,GQY1XT001ASBZ8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CZ2XN"; -secondCol = "GQY1XT001CZ2XN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CYFLO"; -secondCol = "GQY1XT001CYFLO,GQY1XT001CSU2A,GQY1XT001AKSGW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CXZ3R"; -secondCol = "GQY1XT001CXZ3R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CXQN8"; -secondCol = "GQY1XT001CXQN8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CX4XX"; -secondCol = "GQY1XT001CX4XX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CX3XD"; -secondCol = "GQY1XT001CX3XD,GQY1XT001A0QV0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CX0JZ"; -secondCol = "GQY1XT001CX0JZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CWGHE"; -secondCol = "GQY1XT001CWGHE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CWBXI"; -secondCol = "GQY1XT001CWBXI,GQY1XT001E282Z"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CWANE"; -secondCol = "GQY1XT001CWANE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CVCCU"; -secondCol = "GQY1XT001CVCCU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CSSBN"; -secondCol = "GQY1XT001CSSBN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CSN03"; -secondCol = "GQY1XT001CSN03"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CSGXE"; -secondCol = "GQY1XT001CSGXE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CP95M"; -secondCol = "GQY1XT001CP95M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CP169"; -secondCol = "GQY1XT001CP169,GQY1XT001BH51H,GQY1XT001CPO4N,GQY1XT001BYN0D,GQY1XT001BEJO7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001COGSY"; -secondCol = "GQY1XT001COGSY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CO68U"; -secondCol = "GQY1XT001CO68U,GQY1XT001B955X,GQY1XT001B8FOO,GQY1XT001B86H7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CNKEX"; -secondCol = "GQY1XT001CNKEX,GQY1XT001BJCCD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CM5YX"; -secondCol = "GQY1XT001CM5YX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CK485"; -secondCol = "GQY1XT001CK485"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CJQYC"; -secondCol = "GQY1XT001CJQYC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CJ6I6"; -secondCol = "GQY1XT001CJ6I6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CIDBM"; -secondCol = "GQY1XT001CIDBM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CHSVD"; -secondCol = "GQY1XT001CHSVD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CH9SM"; -secondCol = "GQY1XT001CH9SM,GQY1XT001A17PE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CH86G"; -secondCol = "GQY1XT001CH86G"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CH2DV"; -secondCol = "GQY1XT001CH2DV,GQY1XT001C13EQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CGHIY"; -secondCol = "GQY1XT001CGHIY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CG8RD"; -secondCol = "GQY1XT001CG8RD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CG85R"; -secondCol = "GQY1XT001CG85R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CFXQH"; -secondCol = "GQY1XT001CFXQH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CFGXK"; -secondCol = "GQY1XT001CFGXK,GQY1XT001D4744"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CFGWX"; -secondCol = "GQY1XT001CFGWX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CEY38"; -secondCol = "GQY1XT001CEY38"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CEXOW"; -secondCol = "GQY1XT001CEXOW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CE3M2"; -secondCol = "GQY1XT001CE3M2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CE01N"; -secondCol = "GQY1XT001CE01N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CDIOE"; -secondCol = "GQY1XT001CDIOE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CDDN6"; -secondCol = "GQY1XT001CDDN6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CD3K3"; -secondCol = "GQY1XT001CD3K3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CCS4A"; -secondCol = "GQY1XT001CCS4A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CABV8"; -secondCol = "GQY1XT001CABV8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C9YVV"; -secondCol = "GQY1XT001C9YVV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C9E53"; -secondCol = "GQY1XT001C9E53"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C7RLB"; -secondCol = "GQY1XT001C7RLB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C7AIP"; -secondCol = "GQY1XT001C7AIP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C75MF"; -secondCol = "GQY1XT001C75MF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C6K9P"; -secondCol = "GQY1XT001C6K9P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5MGN"; -secondCol = "GQY1XT001C5MGN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C58KW"; -secondCol = "GQY1XT001C58KW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C523Y"; -secondCol = "GQY1XT001C523Y"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C4NZY"; -secondCol = "GQY1XT001C4NZY,GQY1XT001AHPU0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C4LW9"; -secondCol = "GQY1XT001C4LW9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C4865"; -secondCol = "GQY1XT001C4865"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C40WB"; -secondCol = "GQY1XT001C40WB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C397Z"; -secondCol = "GQY1XT001C397Z,GQY1XT001DLT0J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C3304"; -secondCol = "GQY1XT001C3304"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C2T69"; -secondCol = "GQY1XT001C2T69,GQY1XT001AMN8H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C2IXZ"; -secondCol = "GQY1XT001C2IXZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C26LW"; -secondCol = "GQY1XT001C26LW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C25U9"; -secondCol = "GQY1XT001C25U9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C1I37"; -secondCol = "GQY1XT001C1I37"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C1CCS"; -secondCol = "GQY1XT001C1CCS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C0IH9"; -secondCol = "GQY1XT001C0IH9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C09HT"; -secondCol = "GQY1XT001C09HT,GQY1XT001BMHS1,GQY1XT001BCTHY,GQY1XT001B610J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BZSFO"; -secondCol = "GQY1XT001BZSFO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BZP8J"; -secondCol = "GQY1XT001BZP8J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BZJJ2"; -secondCol = "GQY1XT001BZJJ2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BZIJ4"; -secondCol = "GQY1XT001BZIJ4,GQY1XT001AVGJZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BYS0K"; -secondCol = "GQY1XT001BYS0K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BYOEW"; -secondCol = "GQY1XT001BYOEW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BYB50"; -secondCol = "GQY1XT001BYB50,GQY1XT001ARYCZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BVOX9"; -secondCol = "GQY1XT001BVOX9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BVI50"; -secondCol = "GQY1XT001BVI50,GQY1XT001BN7ZX,GQY1XT001EF4JP,GQY1XT001D9A12,GQY1XT001EHCOP,GQY1XT001A7O9R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BVE7A"; -secondCol = "GQY1XT001BVE7A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BV1YB"; -secondCol = "GQY1XT001BV1YB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BSJJO"; -secondCol = "GQY1XT001BSJJO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BSAZ7"; -secondCol = "GQY1XT001BSAZ7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BS4PJ"; -secondCol = "GQY1XT001BS4PJ,GQY1XT001BEL4B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQNRJ"; -secondCol = "GQY1XT001BQNRJ,GQY1XT001DE4RL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQI6Q"; -secondCol = "GQY1XT001BQI6Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BP6T4"; -secondCol = "GQY1XT001BP6T4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BO1B9"; -secondCol = "GQY1XT001BO1B9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BNHFP"; -secondCol = "GQY1XT001BNHFP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BM3N7"; -secondCol = "GQY1XT001BM3N7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BLX3A"; -secondCol = "GQY1XT001BLX3A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BL4UA"; -secondCol = "GQY1XT001BL4UA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BKWUQ"; -secondCol = "GQY1XT001BKWUQ,GQY1XT001ANAAG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BJ7J6"; -secondCol = "GQY1XT001BJ7J6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BIB5H"; -secondCol = "GQY1XT001BIB5H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BIAMP"; -secondCol = "GQY1XT001BIAMP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BHZMM"; -secondCol = "GQY1XT001BHZMM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BHZH4"; -secondCol = "GQY1XT001BHZH4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BGP18"; -secondCol = "GQY1XT001BGP18"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BGNFF"; -secondCol = "GQY1XT001BGNFF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BE830"; -secondCol = "GQY1XT001BE830,GQY1XT001AP954"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BE1VD"; -secondCol = "GQY1XT001BE1VD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BDUN6"; -secondCol = "GQY1XT001BDUN6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BCPKR"; -secondCol = "GQY1XT001BCPKR,GQY1XT001A734B,GQY1XT001A3O9P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BCMUX"; -secondCol = "GQY1XT001BCMUX,GQY1XT001B65QN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BCHP8"; -secondCol = "GQY1XT001BCHP8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BBYUK"; -secondCol = "GQY1XT001BBYUK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BAKTQ"; -secondCol = "GQY1XT001BAKTQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BA91D"; -secondCol = "GQY1XT001BA91D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BA7J8"; -secondCol = "GQY1XT001BA7J8,GQY1XT001AMV59"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BA5GH"; -secondCol = "GQY1XT001BA5GH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B9Q5E"; -secondCol = "GQY1XT001B9Q5E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B9A2V"; -secondCol = "GQY1XT001B9A2V"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B8RLN"; -secondCol = "GQY1XT001B8RLN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B8MID"; -secondCol = "GQY1XT001B8MID"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B80IP"; -secondCol = "GQY1XT001B80IP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B6S1X"; -secondCol = "GQY1XT001B6S1X,GQY1XT001AQQZ7,GQY1XT001A6EAW,GQY1XT001B8UKY,GQY1XT001CM7FD,GQY1XT001DNEAX,GQY1XT001C2U9U,GQY1XT001A8H68,GQY1XT001CLYIX,GQY1XT001BBGUO,GQY1XT001EU3CY,GQY1XT001B85VK,GQY1XT001ER06F,GQY1XT001BL01T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B6NYW"; -secondCol = "GQY1XT001B6NYW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B6L4H"; -secondCol = "GQY1XT001B6L4H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B6GNO"; -secondCol = "GQY1XT001B6GNO,GQY1XT001A41R6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B66RF"; -secondCol = "GQY1XT001B66RF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B61RV"; -secondCol = "GQY1XT001B61RV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B5CKB"; -secondCol = "GQY1XT001B5CKB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B51KL"; -secondCol = "GQY1XT001B51KL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B4924"; -secondCol = "GQY1XT001B4924,GQY1XT001AWWZJ,GQY1XT001A7IHM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B43PG"; -secondCol = "GQY1XT001B43PG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B42UM"; -secondCol = "GQY1XT001B42UM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B3AAS"; -secondCol = "GQY1XT001B3AAS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B351W"; -secondCol = "GQY1XT001B351W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B2B02"; -secondCol = "GQY1XT001B2B02"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B1O66"; -secondCol = "GQY1XT001B1O66"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B1KJB"; -secondCol = "GQY1XT001B1KJB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZ0YY"; -secondCol = "GQY1XT001AZ0YY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AYWN9"; -secondCol = "GQY1XT001AYWN9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AXE4L"; -secondCol = "GQY1XT001AXE4L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AWZ90"; -secondCol = "GQY1XT001AWZ90"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AWJD3"; -secondCol = "GQY1XT001AWJD3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AWJ4F"; -secondCol = "GQY1XT001AWJ4F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AWGSE"; -secondCol = "GQY1XT001AWGSE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AW0PD"; -secondCol = "GQY1XT001AW0PD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AV6XZ"; -secondCol = "GQY1XT001AV6XZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AV240"; -secondCol = "GQY1XT001AV240"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AUVTV"; -secondCol = "GQY1XT001AUVTV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AURRM"; -secondCol = "GQY1XT001AURRM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ATUWN"; -secondCol = "GQY1XT001ATUWN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ATI5U"; -secondCol = "GQY1XT001ATI5U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ATHKA"; -secondCol = "GQY1XT001ATHKA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AQ17Y"; -secondCol = "GQY1XT001AQ17Y"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001APSXD"; -secondCol = "GQY1XT001APSXD,GQY1XT001COF5A,GQY1XT001B2DEL,GQY1XT001C44DT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001APKVT"; -secondCol = "GQY1XT001APKVT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AP9K8"; -secondCol = "GQY1XT001AP9K8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AP779"; -secondCol = "GQY1XT001AP779"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AP0HA"; -secondCol = "GQY1XT001AP0HA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AO016"; -secondCol = "GQY1XT001AO016"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ANRDN"; -secondCol = "GQY1XT001ANRDN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AN2YO"; -secondCol = "GQY1XT001AN2YO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AMQH4"; -secondCol = "GQY1XT001AMQH4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AMERS"; -secondCol = "GQY1XT001AMERS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AM67G"; -secondCol = "GQY1XT001AM67G"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ALQ0I"; -secondCol = "GQY1XT001ALQ0I"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ALOK9"; -secondCol = "GQY1XT001ALOK9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ALNXT"; -secondCol = "GQY1XT001ALNXT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AKOR4"; -secondCol = "GQY1XT001AKOR4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AI1FE"; -secondCol = "GQY1XT001AI1FE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AHY9K"; -secondCol = "GQY1XT001AHY9K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AHWOL"; -secondCol = "GQY1XT001AHWOL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AG8EU"; -secondCol = "GQY1XT001AG8EU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AG3B8"; -secondCol = "GQY1XT001AG3B8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AFRIJ"; -secondCol = "GQY1XT001AFRIJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AFQZ9"; -secondCol = "GQY1XT001AFQZ9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AFH4C"; -secondCol = "GQY1XT001AFH4C,GQY1XT001DPNWW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AEYVK"; -secondCol = "GQY1XT001AEYVK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AEL2X"; -secondCol = "GQY1XT001AEL2X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A8DPO"; -secondCol = "GQY1XT001A8DPO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A7W4P"; -secondCol = "GQY1XT001A7W4P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A7V7C"; -secondCol = "GQY1XT001A7V7C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A774H"; -secondCol = "GQY1XT001A774H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A6X4L"; -secondCol = "GQY1XT001A6X4L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A64OH"; -secondCol = "GQY1XT001A64OH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A60MM"; -secondCol = "GQY1XT001A60MM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A5Q2R"; -secondCol = "GQY1XT001A5Q2R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A4AB5"; -secondCol = "GQY1XT001A4AB5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A1I70"; -secondCol = "GQY1XT001A1I70"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A1DE5"; -secondCol = "GQY1XT001A1DE5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A15A7"; -secondCol = "GQY1XT001A15A7,GQY1XT001AFHMQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A03YW"; -secondCol = "GQY1XT001A03YW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A9BAI"; -secondCol = "GQY1XT001A9BAI,GQY1XT001EGUL7,GQY1XT001DO1NH,GQY1XT001D4LBO,GQY1XT001BKDQP,GQY1XT001B927G,GQY1XT001APX4C,GQY1XT001BCATV,GQY1XT001EG3GH,GQY1XT001ETZQR,GQY1XT001DMYYF,GQY1XT001DEKWP,GQY1XT001DAQ5J,GQY1XT001CAA7M,GQY1XT001BXWNO,GQY1XT001B7WVU,GQY1XT001CWY08,GQY1XT001EHVDX,GQY1XT001DJXD7,GQY1XT001CR1UX,GQY1XT001BT7Q6,GQY1XT001A3CH4,GQY1XT001A159D,GQY1XT001E3OUH,GQY1XT001EMRIH,GQY1XT001EVNPP,GQY1XT001EDEKN,GQY1XT001BCNGR,GQY1XT001DTC4R,GQY1XT001C4CTD,GQY1XT001EV29D,GQY1XT001DPHRD,GQY1XT001DPQXF,GQY1XT001D7BGH,GQY1XT001BQA8D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D9OS4"; -secondCol = "GQY1XT001D9OS4,GQY1XT001BEBK8,GQY1XT001CMBJ7,GQY1XT001BZRJ7,GQY1XT001DI23J,GQY1XT001DYJ4L,GQY1XT001BXQ0C,GQY1XT001ENTEU,GQY1XT001BCHZ0,GQY1XT001ELM3A,GQY1XT001AK4UE,GQY1XT001ER6UP,GQY1XT001DXGMK,GQY1XT001DQY1F,GQY1XT001CU6OB,GQY1XT001CRDX8,GQY1XT001A63DM,GQY1XT001B39D2,GQY1XT001ATAGH,GQY1XT001EVWPZ,GQY1XT001EUXTN,GQY1XT001A4N4I,GQY1XT001AL2MA,GQY1XT001DTID9,GQY1XT001DRHS3,GQY1XT001CLF7E,GQY1XT001C381P,GQY1XT001DWZX8,GQY1XT001C1JWQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CBY45"; -secondCol = "GQY1XT001CBY45,GQY1XT001B4ASX,GQY1XT001D2B4R,GQY1XT001CD124,GQY1XT001A7KHS,GQY1XT001EMFIU,GQY1XT001CIK3C,GQY1XT001BM3Y7,GQY1XT001AJAW6,GQY1XT001AMC7G,GQY1XT001BMZFO,GQY1XT001BUCPK,GQY1XT001BRGY3,GQY1XT001A88HL,GQY1XT001C8MX8,GQY1XT001E5F9X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DL7AU"; -secondCol = "GQY1XT001DL7AU,GQY1XT001BWB1R,GQY1XT001DR1SH,GQY1XT001A28KQ,GQY1XT001D6HYX,GQY1XT001B4IVG,GQY1XT001BEY70,GQY1XT001A3R98,GQY1XT001EF8S0,GQY1XT001AYD00,GQY1XT001EH4FA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CHH60"; -secondCol = "GQY1XT001CHH60,GQY1XT001ELVVE,GQY1XT001BA28T,GQY1XT001AVNNS,GQY1XT001AY6LZ,GQY1XT001CQNM2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BPGSI"; -secondCol = "GQY1XT001BPGSI,GQY1XT001B91E3,GQY1XT001DBPK2,GQY1XT001BHBG2,GQY1XT001BJAMK,GQY1XT001AWBC0,GQY1XT001D6AL4,GQY1XT001E11RA,GQY1XT001BT94R,GQY1XT001DV6ZG,GQY1XT001BWDA3,GQY1XT001A54YX,GQY1XT001EZIRM,GQY1XT001CR8P2,GQY1XT001BZORL,GQY1XT001A1BM9,GQY1XT001CXUCW,GQY1XT001A0ZRG,GQY1XT001D80DB,GQY1XT001AH1QQ,GQY1XT001DR84V,GQY1XT001C3E02"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DU562"; -secondCol = "GQY1XT001DU562,GQY1XT001DP9XT,GQY1XT001CV69B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CYXHS"; -secondCol = "GQY1XT001CYXHS,GQY1XT001BZ58R,GQY1XT001DV6PP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AIBAJ"; -secondCol = "GQY1XT001AIBAJ,GQY1XT001EOKR5,GQY1XT001D2KDQ,GQY1XT001EID8A,GQY1XT001ED618,GQY1XT001E4TN9,GQY1XT001DW1TX,GQY1XT001DG872,GQY1XT001DD9Z8,GQY1XT001AE2KD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EFWU4"; -secondCol = "GQY1XT001EFWU4,GQY1XT001CNN5O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EFCWF"; -secondCol = "GQY1XT001EFCWF,GQY1XT001CO3JC,GQY1XT001AOCMO,GQY1XT001A8C2L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D9HMJ"; -secondCol = "GQY1XT001D9HMJ,GQY1XT001B0IL0,GQY1XT001AX3IS,GQY1XT001A8E9H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CY9R7"; -secondCol = "GQY1XT001CY9R7,GQY1XT001EFZCG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CQRKG"; -secondCol = "GQY1XT001CQRKG,GQY1XT001CUMGI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CJDEI"; -secondCol = "GQY1XT001CJDEI,GQY1XT001EQ2P3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CF1T3"; -secondCol = "GQY1XT001CF1T3,GQY1XT001BXWWH,GQY1XT001AG9LY,GQY1XT001AHRSL,GQY1XT001BZBQF,GQY1XT001EC02V,GQY1XT001AIVT3,GQY1XT001CEC0D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CBCXW"; -secondCol = "GQY1XT001CBCXW,GQY1XT001DE1BA,GQY1XT001DFLM1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BE1NB"; -secondCol = "GQY1XT001BE1NB,GQY1XT001ERL2V"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BCA6U"; -secondCol = "GQY1XT001BCA6U,GQY1XT001AX2FC,GQY1XT001DVY8V,GQY1XT001BYQY0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B68W9"; -secondCol = "GQY1XT001B68W9,GQY1XT001CH6TK,GQY1XT001EKZM3,GQY1XT001DLSMH,GQY1XT001B8URH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AYQUX"; -secondCol = "GQY1XT001AYQUX,GQY1XT001B1VZ3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AX5T9"; -secondCol = "GQY1XT001AX5T9,GQY1XT001CCD6M,GQY1XT001EERHC,GQY1XT001AFQDJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ALN4T"; -secondCol = "GQY1XT001ALN4T,GQY1XT001CW7A2,GQY1XT001D3W17"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AJG87"; -secondCol = "GQY1XT001AJG87,GQY1XT001AV9S9,GQY1XT001DUBUK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AJ30Z"; -secondCol = "GQY1XT001AJ30Z,GQY1XT001EA4T9,GQY1XT001EO7U5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A7WE9"; -secondCol = "GQY1XT001A7WE9,GQY1XT001DTSGL,GQY1XT001B8WKB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A6VBJ"; -secondCol = "GQY1XT001A6VBJ,GQY1XT001DY5KW,GQY1XT001EU14N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EZYSM"; -secondCol = "GQY1XT001EZYSM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EZQ8T"; -secondCol = "GQY1XT001EZQ8T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EXSA0"; -secondCol = "GQY1XT001EXSA0,GQY1XT001BUWG5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EVJL8"; -secondCol = "GQY1XT001EVJL8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ET74J"; -secondCol = "GQY1XT001ET74J,GQY1XT001B9HZA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ESNSJ"; -secondCol = "GQY1XT001ESNSJ,GQY1XT001BCZ44,GQY1XT001AHBUQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ERL66"; -secondCol = "GQY1XT001ERL66"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EPVS7"; -secondCol = "GQY1XT001EPVS7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EPP77"; -secondCol = "GQY1XT001EPP77"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EPLB3"; -secondCol = "GQY1XT001EPLB3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EPJT4"; -secondCol = "GQY1XT001EPJT4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EP2GW"; -secondCol = "GQY1XT001EP2GW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ENZ2E"; -secondCol = "GQY1XT001ENZ2E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ENUI2"; -secondCol = "GQY1XT001ENUI2,GQY1XT001DVMSB,GQY1XT001CET19"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ENHB8"; -secondCol = "GQY1XT001ENHB8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EMW73"; -secondCol = "GQY1XT001EMW73"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EMEEK"; -secondCol = "GQY1XT001EMEEK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EM78I"; -secondCol = "GQY1XT001EM78I,GQY1XT001DUQT1,GQY1XT001BCBGA,GQY1XT001EDJTP,GQY1XT001A3XDZ,GQY1XT001DTC8A,GQY1XT001DCOHU,GQY1XT001D534M,GQY1XT001B9GLV,GQY1XT001DZXBY,GQY1XT001DGCON,GQY1XT001CC5YR,GQY1XT001EDH1L,GQY1XT001EKLWY,GQY1XT001AYXR2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ELEJ9"; -secondCol = "GQY1XT001ELEJ9,GQY1XT001AI7EY,GQY1XT001D6IS1,GQY1XT001EDQJ2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EKJWY"; -secondCol = "GQY1XT001EKJWY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EGNVG"; -secondCol = "GQY1XT001EGNVG,GQY1XT001AY695"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EG269"; -secondCol = "GQY1XT001EG269"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EEQKJ"; -secondCol = "GQY1XT001EEQKJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EDTK5"; -secondCol = "GQY1XT001EDTK5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EDMS3"; -secondCol = "GQY1XT001EDMS3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EDABE"; -secondCol = "GQY1XT001EDABE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ED3D6"; -secondCol = "GQY1XT001ED3D6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ED0QA"; -secondCol = "GQY1XT001ED0QA,GQY1XT001C4TWC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ECE4O"; -secondCol = "GQY1XT001ECE4O,GQY1XT001CRVI0,GQY1XT001ANGS4,GQY1XT001A9VF8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EBDSU"; -secondCol = "GQY1XT001EBDSU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EB6IM"; -secondCol = "GQY1XT001EB6IM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EA4MU"; -secondCol = "GQY1XT001EA4MU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E6KSQ"; -secondCol = "GQY1XT001E6KSQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E5F5G"; -secondCol = "GQY1XT001E5F5G"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E2NOM"; -secondCol = "GQY1XT001E2NOM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E1YYS"; -secondCol = "GQY1XT001E1YYS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E1W7A"; -secondCol = "GQY1XT001E1W7A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E1QXS"; -secondCol = "GQY1XT001E1QXS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E14P0"; -secondCol = "GQY1XT001E14P0,GQY1XT001BUT09"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E0KUT"; -secondCol = "GQY1XT001E0KUT,GQY1XT001DGIAQ,GQY1XT001BA8C2,GQY1XT001BV8ER,GQY1XT001D8HPB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E0684"; -secondCol = "GQY1XT001E0684"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZPW9"; -secondCol = "GQY1XT001DZPW9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZK4V"; -secondCol = "GQY1XT001DZK4V"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZDRG"; -secondCol = "GQY1XT001DZDRG,GQY1XT001CDS3A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DYZ2Q"; -secondCol = "GQY1XT001DYZ2Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DY77C"; -secondCol = "GQY1XT001DY77C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DY30Y"; -secondCol = "GQY1XT001DY30Y"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DXPG7"; -secondCol = "GQY1XT001DXPG7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DXJEY"; -secondCol = "GQY1XT001DXJEY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DWS7R"; -secondCol = "GQY1XT001DWS7R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DWDQE"; -secondCol = "GQY1XT001DWDQE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DWAKO"; -secondCol = "GQY1XT001DWAKO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DUOZH"; -secondCol = "GQY1XT001DUOZH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DUIYM"; -secondCol = "GQY1XT001DUIYM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DUBJQ"; -secondCol = "GQY1XT001DUBJQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DTJB2"; -secondCol = "GQY1XT001DTJB2,GQY1XT001DNR6O,GQY1XT001DB7KY,GQY1XT001D5VZU,GQY1XT001BU8RM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DRC21"; -secondCol = "GQY1XT001DRC21,GQY1XT001BI6Z7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DOVY1"; -secondCol = "GQY1XT001DOVY1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DNYAN"; -secondCol = "GQY1XT001DNYAN,GQY1XT001ASOEH,GQY1XT001AQ63V,GQY1XT001C9QZF,GQY1XT001ER6R5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DNCE2"; -secondCol = "GQY1XT001DNCE2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DMKCG"; -secondCol = "GQY1XT001DMKCG,GQY1XT001DWIX9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DLSKT"; -secondCol = "GQY1XT001DLSKT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DKLBS"; -secondCol = "GQY1XT001DKLBS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DKBL4"; -secondCol = "GQY1XT001DKBL4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DIWN1"; -secondCol = "GQY1XT001DIWN1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DIEVS"; -secondCol = "GQY1XT001DIEVS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DHSDW"; -secondCol = "GQY1XT001DHSDW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DGZGE"; -secondCol = "GQY1XT001DGZGE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DGFCV"; -secondCol = "GQY1XT001DGFCV,GQY1XT001D9UY3,GQY1XT001BXA6S,GQY1XT001AL09M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DFPDZ"; -secondCol = "GQY1XT001DFPDZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DF5YP"; -secondCol = "GQY1XT001DF5YP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DEDYU"; -secondCol = "GQY1XT001DEDYU,GQY1XT001BYQ3B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DDOTJ"; -secondCol = "GQY1XT001DDOTJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DDH6M"; -secondCol = "GQY1XT001DDH6M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DD43P"; -secondCol = "GQY1XT001DD43P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DAR0U"; -secondCol = "GQY1XT001DAR0U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DAFKD"; -secondCol = "GQY1XT001DAFKD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DAC2U"; -secondCol = "GQY1XT001DAC2U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DABXK"; -secondCol = "GQY1XT001DABXK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D9S7R"; -secondCol = "GQY1XT001D9S7R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D9I4B"; -secondCol = "GQY1XT001D9I4B,GQY1XT001AWMAQ,GQY1XT001BX6U1,GQY1XT001B1WZE,GQY1XT001A4ABL,GQY1XT001BT4SH,GQY1XT001BNJN9,GQY1XT001B0TVP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D8PRO"; -secondCol = "GQY1XT001D8PRO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D8BBD"; -secondCol = "GQY1XT001D8BBD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D7ZPN"; -secondCol = "GQY1XT001D7ZPN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D6M5O"; -secondCol = "GQY1XT001D6M5O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D5RB1"; -secondCol = "GQY1XT001D5RB1,GQY1XT001APW9V"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D54SK"; -secondCol = "GQY1XT001D54SK,GQY1XT001BNYEI,GQY1XT001B6C78"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D477O"; -secondCol = "GQY1XT001D477O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D2XTB"; -secondCol = "GQY1XT001D2XTB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D2GAU"; -secondCol = "GQY1XT001D2GAU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D2742"; -secondCol = "GQY1XT001D2742"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D22UC"; -secondCol = "GQY1XT001D22UC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D0UBD"; -secondCol = "GQY1XT001D0UBD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D042F"; -secondCol = "GQY1XT001D042F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D03O7"; -secondCol = "GQY1XT001D03O7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CZVKT"; -secondCol = "GQY1XT001CZVKT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CZU7K"; -secondCol = "GQY1XT001CZU7K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CZQ2T"; -secondCol = "GQY1XT001CZQ2T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CZLMA"; -secondCol = "GQY1XT001CZLMA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CZ9WR"; -secondCol = "GQY1XT001CZ9WR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CY98E"; -secondCol = "GQY1XT001CY98E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CXX5V"; -secondCol = "GQY1XT001CXX5V,GQY1XT001BT3RH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CWVW0"; -secondCol = "GQY1XT001CWVW0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CWIPD"; -secondCol = "GQY1XT001CWIPD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CWFGU"; -secondCol = "GQY1XT001CWFGU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CW1IR"; -secondCol = "GQY1XT001CW1IR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CVOHN"; -secondCol = "GQY1XT001CVOHN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CVIV0"; -secondCol = "GQY1XT001CVIV0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CUYCW"; -secondCol = "GQY1XT001CUYCW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CS85M"; -secondCol = "GQY1XT001CS85M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CRNLX"; -secondCol = "GQY1XT001CRNLX,GQY1XT001AS3HW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CR03K"; -secondCol = "GQY1XT001CR03K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CQF64"; -secondCol = "GQY1XT001CQF64"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CQE7X"; -secondCol = "GQY1XT001CQE7X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CPXGG"; -secondCol = "GQY1XT001CPXGG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CNBWQ"; -secondCol = "GQY1XT001CNBWQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CL6NZ"; -secondCol = "GQY1XT001CL6NZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CL13S"; -secondCol = "GQY1XT001CL13S,GQY1XT001DNEYB,GQY1XT001BGV6N,GQY1XT001DXGFH,GQY1XT001CYSD1,GQY1XT001CSLYR,GQY1XT001BMO0R,GQY1XT001CYK2O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CKXY1"; -secondCol = "GQY1XT001CKXY1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CJU75"; -secondCol = "GQY1XT001CJU75"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CGYXS"; -secondCol = "GQY1XT001CGYXS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CGEXZ"; -secondCol = "GQY1XT001CGEXZ,GQY1XT001BIR4P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CFOI3"; -secondCol = "GQY1XT001CFOI3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CFK1I"; -secondCol = "GQY1XT001CFK1I"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CEZSI"; -secondCol = "GQY1XT001CEZSI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CDXSI"; -secondCol = "GQY1XT001CDXSI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CDVGA"; -secondCol = "GQY1XT001CDVGA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CCEVI"; -secondCol = "GQY1XT001CCEVI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CC81T"; -secondCol = "GQY1XT001CC81T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CAPQV"; -secondCol = "GQY1XT001CAPQV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CAKFP"; -secondCol = "GQY1XT001CAKFP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CAK22"; -secondCol = "GQY1XT001CAK22"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CAHF0"; -secondCol = "GQY1XT001CAHF0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CACEV"; -secondCol = "GQY1XT001CACEV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C9E0N"; -secondCol = "GQY1XT001C9E0N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C94DM"; -secondCol = "GQY1XT001C94DM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C9343"; -secondCol = "GQY1XT001C9343"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C8Y34"; -secondCol = "GQY1XT001C8Y34"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C85B2"; -secondCol = "GQY1XT001C85B2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C6M6H"; -secondCol = "GQY1XT001C6M6H,GQY1XT001BI1LZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5IR3"; -secondCol = "GQY1XT001C5IR3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C4RLX"; -secondCol = "GQY1XT001C4RLX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C4R21"; -secondCol = "GQY1XT001C4R21"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C4G56"; -secondCol = "GQY1XT001C4G56"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C42HX"; -secondCol = "GQY1XT001C42HX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C2UUY"; -secondCol = "GQY1XT001C2UUY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BYRAT"; -secondCol = "GQY1XT001BYRAT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BYR1O"; -secondCol = "GQY1XT001BYR1O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BY259"; -secondCol = "GQY1XT001BY259"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BWW4P"; -secondCol = "GQY1XT001BWW4P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BWNZB"; -secondCol = "GQY1XT001BWNZB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BWFU4"; -secondCol = "GQY1XT001BWFU4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BW0IA"; -secondCol = "GQY1XT001BW0IA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BVWMR"; -secondCol = "GQY1XT001BVWMR,GQY1XT001A5A6T,GQY1XT001DL9UL,GQY1XT001CX7ZO,GQY1XT001BC0Z4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BSZ5K"; -secondCol = "GQY1XT001BSZ5K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BS3HC"; -secondCol = "GQY1XT001BS3HC,GQY1XT001ELZSQ,GQY1XT001BDLML,GQY1XT001DFPYV,GQY1XT001A2GVA,GQY1XT001C3N0E,GQY1XT001BQEUQ,GQY1XT001BRMR5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BRFWE"; -secondCol = "GQY1XT001BRFWE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQVU9"; -secondCol = "GQY1XT001BQVU9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQQH8"; -secondCol = "GQY1XT001BQQH8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQCEO"; -secondCol = "GQY1XT001BQCEO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQ5GN"; -secondCol = "GQY1XT001BQ5GN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BODSF"; -secondCol = "GQY1XT001BODSF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BKZES"; -secondCol = "GQY1XT001BKZES"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BKPHF"; -secondCol = "GQY1XT001BKPHF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BJ3SU"; -secondCol = "GQY1XT001BJ3SU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BJ1XX"; -secondCol = "GQY1XT001BJ1XX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BIZCD"; -secondCol = "GQY1XT001BIZCD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BIPNI"; -secondCol = "GQY1XT001BIPNI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BIGP0"; -secondCol = "GQY1XT001BIGP0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BH2BI"; -secondCol = "GQY1XT001BH2BI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BFJXC"; -secondCol = "GQY1XT001BFJXC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BF5FW"; -secondCol = "GQY1XT001BF5FW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BF0VF"; -secondCol = "GQY1XT001BF0VF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BECMA"; -secondCol = "GQY1XT001BECMA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BE5XX"; -secondCol = "GQY1XT001BE5XX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BDYDN"; -secondCol = "GQY1XT001BDYDN,GQY1XT001AEDRK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BDF2Y"; -secondCol = "GQY1XT001BDF2Y"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BCJXM"; -secondCol = "GQY1XT001BCJXM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BCJTJ"; -secondCol = "GQY1XT001BCJTJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BCBWQ"; -secondCol = "GQY1XT001BCBWQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BBYRK"; -secondCol = "GQY1XT001BBYRK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BBTI4"; -secondCol = "GQY1XT001BBTI4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BBE9K"; -secondCol = "GQY1XT001BBE9K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BB4X7"; -secondCol = "GQY1XT001BB4X7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BAVPM"; -secondCol = "GQY1XT001BAVPM,GQY1XT001BC9Y9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BACNK"; -secondCol = "GQY1XT001BACNK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B7N9C"; -secondCol = "GQY1XT001B7N9C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B7EVD"; -secondCol = "GQY1XT001B7EVD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B637B"; -secondCol = "GQY1XT001B637B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B5QTM"; -secondCol = "GQY1XT001B5QTM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B586P"; -secondCol = "GQY1XT001B586P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B31Y2"; -secondCol = "GQY1XT001B31Y2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B2LJX"; -secondCol = "GQY1XT001B2LJX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B2CND"; -secondCol = "GQY1XT001B2CND"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B26ZN"; -secondCol = "GQY1XT001B26ZN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B1FPP"; -secondCol = "GQY1XT001B1FPP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B1BHQ"; -secondCol = "GQY1XT001B1BHQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZUBU"; -secondCol = "GQY1XT001AZUBU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZU52"; -secondCol = "GQY1XT001AZU52"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AYT4G"; -secondCol = "GQY1XT001AYT4G"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AYPVB"; -secondCol = "GQY1XT001AYPVB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AY3TM"; -secondCol = "GQY1XT001AY3TM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AWZCV"; -secondCol = "GQY1XT001AWZCV,GQY1XT001AE49T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AWRFH"; -secondCol = "GQY1XT001AWRFH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AU8IP"; -secondCol = "GQY1XT001AU8IP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ATYMR"; -secondCol = "GQY1XT001ATYMR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ATWPZ"; -secondCol = "GQY1XT001ATWPZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ATIMP"; -secondCol = "GQY1XT001ATIMP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ATCV1"; -secondCol = "GQY1XT001ATCV1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ASY0A"; -secondCol = "GQY1XT001ASY0A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ASSY3"; -secondCol = "GQY1XT001ASSY3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ARTOG"; -secondCol = "GQY1XT001ARTOG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ARQXX"; -secondCol = "GQY1XT001ARQXX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AR1EX"; -secondCol = "GQY1XT001AR1EX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AQ7P5"; -secondCol = "GQY1XT001AQ7P5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001APQN8"; -secondCol = "GQY1XT001APQN8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001APIAZ"; -secondCol = "GQY1XT001APIAZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AO87U"; -secondCol = "GQY1XT001AO87U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AN6AX"; -secondCol = "GQY1XT001AN6AX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AM894"; -secondCol = "GQY1XT001AM894"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ALN0X"; -secondCol = "GQY1XT001ALN0X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AKNCJ"; -secondCol = "GQY1XT001AKNCJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AKAZ4"; -secondCol = "GQY1XT001AKAZ4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AJD71"; -secondCol = "GQY1XT001AJD71"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AJCX3"; -secondCol = "GQY1XT001AJCX3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AHDII"; -secondCol = "GQY1XT001AHDII"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AH7BT"; -secondCol = "GQY1XT001AH7BT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AH30T"; -secondCol = "GQY1XT001AH30T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AFS2O"; -secondCol = "GQY1XT001AFS2O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AF7GX"; -secondCol = "GQY1XT001AF7GX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AE2FW"; -secondCol = "GQY1XT001AE2FW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A9NHQ"; -secondCol = "GQY1XT001A9NHQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A79AD"; -secondCol = "GQY1XT001A79AD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A61DU"; -secondCol = "GQY1XT001A61DU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A4ZU2"; -secondCol = "GQY1XT001A4ZU2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A3P4Z"; -secondCol = "GQY1XT001A3P4Z"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A3602"; -secondCol = "GQY1XT001A3602"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A2IMA"; -secondCol = "GQY1XT001A2IMA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A2AND"; -secondCol = "GQY1XT001A2AND"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A28M3"; -secondCol = "GQY1XT001A28M3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A20I8"; -secondCol = "GQY1XT001A20I8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A1KL2"; -secondCol = "GQY1XT001A1KL2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A1EIN"; -secondCol = "GQY1XT001A1EIN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A18SE"; -secondCol = "GQY1XT001A18SE,GQY1XT001B93H9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A0YTE"; -secondCol = "GQY1XT001A0YTE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A0UZX"; -secondCol = "GQY1XT001A0UZX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A01Z9"; -secondCol = "GQY1XT001A01Z9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CQPF6"; -secondCol = "GQY1XT001CQPF6,GQY1XT001DNOPX,GQY1XT001C7ZBS,GQY1XT001A5BSA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ESPNA"; -secondCol = "GQY1XT001ESPNA,GQY1XT001A2QCH,GQY1XT001EMH8V,GQY1XT001D5QFL,GQY1XT001AXH6B,GQY1XT001B891R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EFY7C"; -secondCol = "GQY1XT001EFY7C,GQY1XT001EU9QR,GQY1XT001BKSZV,GQY1XT001DW6Q2,GQY1XT001C0RPC,GQY1XT001DQBZ8,GQY1XT001AJ640,GQY1XT001C3B8Y,GQY1XT001EFICB,GQY1XT001D63IM,GQY1XT001B8TVQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C52ON"; -secondCol = "GQY1XT001C52ON,GQY1XT001B52BD,GQY1XT001C921A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AFREK"; -secondCol = "GQY1XT001AFREK,GQY1XT001CQWTR,GQY1XT001DS1LZ,GQY1XT001DU0Z2,GQY1XT001CUSXU,GQY1XT001BC859,GQY1XT001B95D3,GQY1XT001B1Y7X,GQY1XT001BLIOJ,GQY1XT001BO2CO,GQY1XT001DMPTD,GQY1XT001DFI8F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A2KKR"; -secondCol = "GQY1XT001A2KKR,GQY1XT001AP10P,GQY1XT001CO9W6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EUDI9"; -secondCol = "GQY1XT001EUDI9,GQY1XT001E0M6X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EQAG9"; -secondCol = "GQY1XT001EQAG9,GQY1XT001BYAM3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EKQ9B"; -secondCol = "GQY1XT001EKQ9B,GQY1XT001CYPF4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EGMEX"; -secondCol = "GQY1XT001EGMEX,GQY1XT001DLDRH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EAPDN"; -secondCol = "GQY1XT001EAPDN,GQY1XT001AZAEE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EAEI8"; -secondCol = "GQY1XT001EAEI8,GQY1XT001A35X5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZOIH"; -secondCol = "GQY1XT001DZOIH,GQY1XT001CBTG5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DRPMC"; -secondCol = "GQY1XT001DRPMC,GQY1XT001BFDSY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DD10D"; -secondCol = "GQY1XT001DD10D,GQY1XT001B2PPJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DCLB4"; -secondCol = "GQY1XT001DCLB4,GQY1XT001AKN5M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DBLYX"; -secondCol = "GQY1XT001DBLYX,GQY1XT001EGRSJ,GQY1XT001ENHVT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D7R6H"; -secondCol = "GQY1XT001D7R6H,GQY1XT001BAT5E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D5MDQ"; -secondCol = "GQY1XT001D5MDQ,GQY1XT001BFHI0,GQY1XT001CW4SG,GQY1XT001D1N1S,GQY1XT001BTT8L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CH6AQ"; -secondCol = "GQY1XT001CH6AQ,GQY1XT001ESQJT,GQY1XT001A9KPE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CFTQ9"; -secondCol = "GQY1XT001CFTQ9,GQY1XT001D51I0,GQY1XT001C9G4N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C3X6G"; -secondCol = "GQY1XT001C3X6G,GQY1XT001DT7SW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C0QXK"; -secondCol = "GQY1XT001C0QXK,GQY1XT001BLSNL,GQY1XT001CX6TA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BP0RL"; -secondCol = "GQY1XT001BP0RL,GQY1XT001BJ9RN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BOY57"; -secondCol = "GQY1XT001BOY57,GQY1XT001C5NPP,GQY1XT001BPLEA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BJS15"; -secondCol = "GQY1XT001BJS15,GQY1XT001EJBGR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BDVFC"; -secondCol = "GQY1XT001BDVFC,GQY1XT001DXIXU,GQY1XT001EHGDI,GQY1XT001CRD36"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AO05Y"; -secondCol = "GQY1XT001AO05Y,GQY1XT001BTM06"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EZ0IY"; -secondCol = "GQY1XT001EZ0IY,GQY1XT001BZMT1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EYPY1"; -secondCol = "GQY1XT001EYPY1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EXYD1"; -secondCol = "GQY1XT001EXYD1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EXLNQ"; -secondCol = "GQY1XT001EXLNQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EX03D"; -secondCol = "GQY1XT001EX03D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EWN6H"; -secondCol = "GQY1XT001EWN6H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EWEG9"; -secondCol = "GQY1XT001EWEG9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EWDMI"; -secondCol = "GQY1XT001EWDMI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EVM9I"; -secondCol = "GQY1XT001EVM9I"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EVEML"; -secondCol = "GQY1XT001EVEML"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EUUVE"; -secondCol = "GQY1XT001EUUVE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EUUH0"; -secondCol = "GQY1XT001EUUH0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EUI4W"; -secondCol = "GQY1XT001EUI4W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ETVRK"; -secondCol = "GQY1XT001ETVRK,GQY1XT001BV4GJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ETGG3"; -secondCol = "GQY1XT001ETGG3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ETFRQ"; -secondCol = "GQY1XT001ETFRQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ESSG9"; -secondCol = "GQY1XT001ESSG9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ESMTR"; -secondCol = "GQY1XT001ESMTR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ES38D"; -secondCol = "GQY1XT001ES38D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ERZRE"; -secondCol = "GQY1XT001ERZRE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ERS7R"; -secondCol = "GQY1XT001ERS7R,GQY1XT001CYR17"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ERPCN"; -secondCol = "GQY1XT001ERPCN,GQY1XT001DNK3J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ERK36"; -secondCol = "GQY1XT001ERK36,GQY1XT001A5E15"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ERI8E"; -secondCol = "GQY1XT001ERI8E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ERHVC"; -secondCol = "GQY1XT001ERHVC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ERBDS"; -secondCol = "GQY1XT001ERBDS,GQY1XT001BEBNR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ER672"; -secondCol = "GQY1XT001ER672"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EQQCT"; -secondCol = "GQY1XT001EQQCT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EQPNK"; -secondCol = "GQY1XT001EQPNK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EPXUN"; -secondCol = "GQY1XT001EPXUN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EOXJY"; -secondCol = "GQY1XT001EOXJY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EOG66"; -secondCol = "GQY1XT001EOG66"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ENTKH"; -secondCol = "GQY1XT001ENTKH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ENGO0"; -secondCol = "GQY1XT001ENGO0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EMYG1"; -secondCol = "GQY1XT001EMYG1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EMJ56"; -secondCol = "GQY1XT001EMJ56"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EL6BO"; -secondCol = "GQY1XT001EL6BO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EL11Y"; -secondCol = "GQY1XT001EL11Y,GQY1XT001EPCBT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EKMUS"; -secondCol = "GQY1XT001EKMUS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EIRP1"; -secondCol = "GQY1XT001EIRP1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EI2G3"; -secondCol = "GQY1XT001EI2G3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EI08T"; -secondCol = "GQY1XT001EI08T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EHIY8"; -secondCol = "GQY1XT001EHIY8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EH7HS"; -secondCol = "GQY1XT001EH7HS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EH4XS"; -secondCol = "GQY1XT001EH4XS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EGCSH"; -secondCol = "GQY1XT001EGCSH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EG8TX"; -secondCol = "GQY1XT001EG8TX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EFOMH"; -secondCol = "GQY1XT001EFOMH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EFH1N"; -secondCol = "GQY1XT001EFH1N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EFD5H"; -secondCol = "GQY1XT001EFD5H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EFBVD"; -secondCol = "GQY1XT001EFBVD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EFB3L"; -secondCol = "GQY1XT001EFB3L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EF074"; -secondCol = "GQY1XT001EF074"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EETIS"; -secondCol = "GQY1XT001EETIS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EEKHZ"; -secondCol = "GQY1XT001EEKHZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EE6EW"; -secondCol = "GQY1XT001EE6EW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EDZ0Y"; -secondCol = "GQY1XT001EDZ0Y"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EDOTS"; -secondCol = "GQY1XT001EDOTS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ED3XA"; -secondCol = "GQY1XT001ED3XA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EBVPB"; -secondCol = "GQY1XT001EBVPB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EBDZ0"; -secondCol = "GQY1XT001EBDZ0,GQY1XT001D65KY,GQY1XT001AIINW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EBD2E"; -secondCol = "GQY1XT001EBD2E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EAZ0R"; -secondCol = "GQY1XT001EAZ0R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EAIUO"; -secondCol = "GQY1XT001EAIUO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E3APG"; -secondCol = "GQY1XT001E3APG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E1YLT"; -secondCol = "GQY1XT001E1YLT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E11Z6"; -secondCol = "GQY1XT001E11Z6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E0NF1"; -secondCol = "GQY1XT001E0NF1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZLBF"; -secondCol = "GQY1XT001DZLBF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZ3WH"; -secondCol = "GQY1XT001DZ3WH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZ0YL"; -secondCol = "GQY1XT001DZ0YL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DY5A4"; -secondCol = "GQY1XT001DY5A4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DY3E7"; -secondCol = "GQY1XT001DY3E7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DXHGE"; -secondCol = "GQY1XT001DXHGE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DXH1N"; -secondCol = "GQY1XT001DXH1N,GQY1XT001BHRS7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DX618"; -secondCol = "GQY1XT001DX618,GQY1XT001BBK05"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DV9A2"; -secondCol = "GQY1XT001DV9A2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DV1JX"; -secondCol = "GQY1XT001DV1JX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DUYA6"; -secondCol = "GQY1XT001DUYA6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DUKLW"; -secondCol = "GQY1XT001DUKLW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DU09X"; -secondCol = "GQY1XT001DU09X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DTGU0"; -secondCol = "GQY1XT001DTGU0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DSN5G"; -secondCol = "GQY1XT001DSN5G"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DSLA5"; -secondCol = "GQY1XT001DSLA5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DRU1T"; -secondCol = "GQY1XT001DRU1T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DPY63"; -secondCol = "GQY1XT001DPY63"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DPE3X"; -secondCol = "GQY1XT001DPE3X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DP0JO"; -secondCol = "GQY1XT001DP0JO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DOY1X"; -secondCol = "GQY1XT001DOY1X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DOWC4"; -secondCol = "GQY1XT001DOWC4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DO8JK"; -secondCol = "GQY1XT001DO8JK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DO5K9"; -secondCol = "GQY1XT001DO5K9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DO0UV"; -secondCol = "GQY1XT001DO0UV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DMXH6"; -secondCol = "GQY1XT001DMXH6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DMVV9"; -secondCol = "GQY1XT001DMVV9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DM438"; -secondCol = "GQY1XT001DM438"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DLHT6"; -secondCol = "GQY1XT001DLHT6,GQY1XT001BGJO9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DLEJH"; -secondCol = "GQY1XT001DLEJH,GQY1XT001E4A0L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DL4E7"; -secondCol = "GQY1XT001DL4E7,GQY1XT001BLE8S,GQY1XT001A1W8H,GQY1XT001A0CD5,GQY1XT001D3BV4,GQY1XT001CXUL5,GQY1XT001BMAD5,GQY1XT001BD4ZJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DL25U"; -secondCol = "GQY1XT001DL25U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DKSRV"; -secondCol = "GQY1XT001DKSRV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DKLMW"; -secondCol = "GQY1XT001DKLMW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DJ4FI"; -secondCol = "GQY1XT001DJ4FI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DGZES"; -secondCol = "GQY1XT001DGZES"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DGTAF"; -secondCol = "GQY1XT001DGTAF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DGRU5"; -secondCol = "GQY1XT001DGRU5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DG30A"; -secondCol = "GQY1XT001DG30A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DFJGD"; -secondCol = "GQY1XT001DFJGD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DFHOP"; -secondCol = "GQY1XT001DFHOP,GQY1XT001BZYTQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DFBTA"; -secondCol = "GQY1XT001DFBTA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DF70T"; -secondCol = "GQY1XT001DF70T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DEB0Q"; -secondCol = "GQY1XT001DEB0Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DDVL1"; -secondCol = "GQY1XT001DDVL1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DDUZD"; -secondCol = "GQY1XT001DDUZD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DD4N2"; -secondCol = "GQY1XT001DD4N2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DCJII"; -secondCol = "GQY1XT001DCJII"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DCAT8"; -secondCol = "GQY1XT001DCAT8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DBA8M"; -secondCol = "GQY1XT001DBA8M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DAI5C"; -secondCol = "GQY1XT001DAI5C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D9S3I"; -secondCol = "GQY1XT001D9S3I"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D9OYH"; -secondCol = "GQY1XT001D9OYH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D8ZVZ"; -secondCol = "GQY1XT001D8ZVZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D8WTL"; -secondCol = "GQY1XT001D8WTL,GQY1XT001CJ0AD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D8UUW"; -secondCol = "GQY1XT001D8UUW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D88NT"; -secondCol = "GQY1XT001D88NT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D7ZIX"; -secondCol = "GQY1XT001D7ZIX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D7FAQ"; -secondCol = "GQY1XT001D7FAQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D7A8I"; -secondCol = "GQY1XT001D7A8I"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D661K"; -secondCol = "GQY1XT001D661K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D64ZW"; -secondCol = "GQY1XT001D64ZW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D5YW6"; -secondCol = "GQY1XT001D5YW6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D5N31"; -secondCol = "GQY1XT001D5N31"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D5E9Q"; -secondCol = "GQY1XT001D5E9Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D58KF"; -secondCol = "GQY1XT001D58KF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D4UWX"; -secondCol = "GQY1XT001D4UWX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D4OM4"; -secondCol = "GQY1XT001D4OM4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D4BZG"; -secondCol = "GQY1XT001D4BZG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D3JIS"; -secondCol = "GQY1XT001D3JIS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D1Q1F"; -secondCol = "GQY1XT001D1Q1F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D1JTO"; -secondCol = "GQY1XT001D1JTO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D1DR6"; -secondCol = "GQY1XT001D1DR6,GQY1XT001CAS0H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D1C1C"; -secondCol = "GQY1XT001D1C1C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D0Z1Y"; -secondCol = "GQY1XT001D0Z1Y"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D0SOX"; -secondCol = "GQY1XT001D0SOX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D03ZL"; -secondCol = "GQY1XT001D03ZL,GQY1XT001CZFC1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CZL5R"; -secondCol = "GQY1XT001CZL5R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CZHD0"; -secondCol = "GQY1XT001CZHD0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CY8ET"; -secondCol = "GQY1XT001CY8ET"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CXWWL"; -secondCol = "GQY1XT001CXWWL,GQY1XT001BM0LN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CXEXU"; -secondCol = "GQY1XT001CXEXU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CX2B8"; -secondCol = "GQY1XT001CX2B8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CWDSO"; -secondCol = "GQY1XT001CWDSO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CW5HC"; -secondCol = "GQY1XT001CW5HC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CVKHJ"; -secondCol = "GQY1XT001CVKHJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CUNPP"; -secondCol = "GQY1XT001CUNPP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CU5SJ"; -secondCol = "GQY1XT001CU5SJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CT30S"; -secondCol = "GQY1XT001CT30S,GQY1XT001AQGXN,GQY1XT001ALMBN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CSL5I"; -secondCol = "GQY1XT001CSL5I"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CS1FN"; -secondCol = "GQY1XT001CS1FN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CRDHR"; -secondCol = "GQY1XT001CRDHR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CQV4Q"; -secondCol = "GQY1XT001CQV4Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CQNHC"; -secondCol = "GQY1XT001CQNHC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CPKJR"; -secondCol = "GQY1XT001CPKJR,GQY1XT001BX5SP,GQY1XT001A9DXY,GQY1XT001CL9KU,GQY1XT001AMUCK,GQY1XT001EZ27A,GQY1XT001DH8UN,GQY1XT001B0FNR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CO1K4"; -secondCol = "GQY1XT001CO1K4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CNH3Y"; -secondCol = "GQY1XT001CNH3Y"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CMZX0"; -secondCol = "GQY1XT001CMZX0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CMT5M"; -secondCol = "GQY1XT001CMT5M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CMC8Q"; -secondCol = "GQY1XT001CMC8Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CMBQP"; -secondCol = "GQY1XT001CMBQP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CM05N"; -secondCol = "GQY1XT001CM05N,GQY1XT001BP0NE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CK32O"; -secondCol = "GQY1XT001CK32O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CINU1"; -secondCol = "GQY1XT001CINU1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CIC4L"; -secondCol = "GQY1XT001CIC4L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CHGBL"; -secondCol = "GQY1XT001CHGBL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CFKR3"; -secondCol = "GQY1XT001CFKR3,GQY1XT001B7PXJ,GQY1XT001ALMJN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CEUY5"; -secondCol = "GQY1XT001CEUY5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CDLHY"; -secondCol = "GQY1XT001CDLHY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CDAP7"; -secondCol = "GQY1XT001CDAP7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CCY5K"; -secondCol = "GQY1XT001CCY5K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CCHZC"; -secondCol = "GQY1XT001CCHZC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CC8Y4"; -secondCol = "GQY1XT001CC8Y4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CAY17"; -secondCol = "GQY1XT001CAY17"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CA81N"; -secondCol = "GQY1XT001CA81N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CA6LU"; -secondCol = "GQY1XT001CA6LU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C9LY6"; -secondCol = "GQY1XT001C9LY6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C8B04"; -secondCol = "GQY1XT001C8B04"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C89WT"; -secondCol = "GQY1XT001C89WT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C7NIM"; -secondCol = "GQY1XT001C7NIM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C7IR0"; -secondCol = "GQY1XT001C7IR0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C7572"; -secondCol = "GQY1XT001C7572"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C6N6K"; -secondCol = "GQY1XT001C6N6K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5XMJ"; -secondCol = "GQY1XT001C5XMJ,GQY1XT001CGNGQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5XB9"; -secondCol = "GQY1XT001C5XB9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5C1Z"; -secondCol = "GQY1XT001C5C1Z"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C4RVB"; -secondCol = "GQY1XT001C4RVB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C4EBJ"; -secondCol = "GQY1XT001C4EBJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C4DLZ"; -secondCol = "GQY1XT001C4DLZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C42O2"; -secondCol = "GQY1XT001C42O2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C41Q3"; -secondCol = "GQY1XT001C41Q3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C3ZUM"; -secondCol = "GQY1XT001C3ZUM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C3YP2"; -secondCol = "GQY1XT001C3YP2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C3JSH"; -secondCol = "GQY1XT001C3JSH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C3I5Y"; -secondCol = "GQY1XT001C3I5Y"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C3C4K"; -secondCol = "GQY1XT001C3C4K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C338B"; -secondCol = "GQY1XT001C338B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C2WHZ"; -secondCol = "GQY1XT001C2WHZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C2DKZ"; -secondCol = "GQY1XT001C2DKZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C1X1X"; -secondCol = "GQY1XT001C1X1X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C1CBA"; -secondCol = "GQY1XT001C1CBA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C15GZ"; -secondCol = "GQY1XT001C15GZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C0WU2"; -secondCol = "GQY1XT001C0WU2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C0MK7"; -secondCol = "GQY1XT001C0MK7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C0JER"; -secondCol = "GQY1XT001C0JER"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BYZNI"; -secondCol = "GQY1XT001BYZNI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BXZY4"; -secondCol = "GQY1XT001BXZY4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BXRLW"; -secondCol = "GQY1XT001BXRLW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BWTCG"; -secondCol = "GQY1XT001BWTCG,GQY1XT001CJ114"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BV3MG"; -secondCol = "GQY1XT001BV3MG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BUZ72"; -secondCol = "GQY1XT001BUZ72,GQY1XT001BZD9J,GQY1XT001BE2EH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BUP8E"; -secondCol = "GQY1XT001BUP8E,GQY1XT001AXQ9T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BUE45"; -secondCol = "GQY1XT001BUE45"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BTYK2"; -secondCol = "GQY1XT001BTYK2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BTV43"; -secondCol = "GQY1XT001BTV43"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BT3JN"; -secondCol = "GQY1XT001BT3JN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BRRLA"; -secondCol = "GQY1XT001BRRLA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BREFK"; -secondCol = "GQY1XT001BREFK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQYLZ"; -secondCol = "GQY1XT001BQYLZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQMIR"; -secondCol = "GQY1XT001BQMIR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BPY8I"; -secondCol = "GQY1XT001BPY8I"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BPJ6C"; -secondCol = "GQY1XT001BPJ6C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BPAEC"; -secondCol = "GQY1XT001BPAEC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BNZ2F"; -secondCol = "GQY1XT001BNZ2F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BNSFU"; -secondCol = "GQY1XT001BNSFU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BNRCL"; -secondCol = "GQY1XT001BNRCL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BMOQL"; -secondCol = "GQY1XT001BMOQL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BMFOG"; -secondCol = "GQY1XT001BMFOG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BLN6A"; -secondCol = "GQY1XT001BLN6A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BL6MD"; -secondCol = "GQY1XT001BL6MD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BL1GO"; -secondCol = "GQY1XT001BL1GO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BKY75"; -secondCol = "GQY1XT001BKY75"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BJTZX"; -secondCol = "GQY1XT001BJTZX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BJ24E"; -secondCol = "GQY1XT001BJ24E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BI7O5"; -secondCol = "GQY1XT001BI7O5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BI6VE"; -secondCol = "GQY1XT001BI6VE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BGT7L"; -secondCol = "GQY1XT001BGT7L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BGHYK"; -secondCol = "GQY1XT001BGHYK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BG4OI"; -secondCol = "GQY1XT001BG4OI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BEQ7K"; -secondCol = "GQY1XT001BEQ7K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BEKC6"; -secondCol = "GQY1XT001BEKC6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BCSKH"; -secondCol = "GQY1XT001BCSKH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BB8NC"; -secondCol = "GQY1XT001BB8NC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B9X2U"; -secondCol = "GQY1XT001B9X2U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B7V18"; -secondCol = "GQY1XT001B7V18"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B6Z19"; -secondCol = "GQY1XT001B6Z19"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B6H08"; -secondCol = "GQY1XT001B6H08"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B5YKG"; -secondCol = "GQY1XT001B5YKG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B5U3V"; -secondCol = "GQY1XT001B5U3V"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B5GBB"; -secondCol = "GQY1XT001B5GBB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B4RK2"; -secondCol = "GQY1XT001B4RK2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B4JGN"; -secondCol = "GQY1XT001B4JGN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B46L2"; -secondCol = "GQY1XT001B46L2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B3S4A"; -secondCol = "GQY1XT001B3S4A,GQY1XT001BCX43,GQY1XT001CMOMY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B349K"; -secondCol = "GQY1XT001B349K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B24JY"; -secondCol = "GQY1XT001B24JY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B21UE"; -secondCol = "GQY1XT001B21UE,GQY1XT001AHR0R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B17UZ"; -secondCol = "GQY1XT001B17UZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B0KSM"; -secondCol = "GQY1XT001B0KSM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZNS8"; -secondCol = "GQY1XT001AZNS8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZCFZ"; -secondCol = "GQY1XT001AZCFZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AY31C"; -secondCol = "GQY1XT001AY31C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AY2B7"; -secondCol = "GQY1XT001AY2B7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AX52M"; -secondCol = "GQY1XT001AX52M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AWBPY"; -secondCol = "GQY1XT001AWBPY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AW03O"; -secondCol = "GQY1XT001AW03O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AVN7L"; -secondCol = "GQY1XT001AVN7L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AVKKZ"; -secondCol = "GQY1XT001AVKKZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AVARK"; -secondCol = "GQY1XT001AVARK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AV8X9"; -secondCol = "GQY1XT001AV8X9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AV3Y6"; -secondCol = "GQY1XT001AV3Y6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AUI53"; -secondCol = "GQY1XT001AUI53"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AUEE4"; -secondCol = "GQY1XT001AUEE4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AU8KX"; -secondCol = "GQY1XT001AU8KX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ATX0K"; -secondCol = "GQY1XT001ATX0K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AT3Y2"; -secondCol = "GQY1XT001AT3Y2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ASVQN"; -secondCol = "GQY1XT001ASVQN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ASD8S"; -secondCol = "GQY1XT001ASD8S"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AS1SB"; -secondCol = "GQY1XT001AS1SB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AQBXP"; -secondCol = "GQY1XT001AQBXP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001APBB9"; -secondCol = "GQY1XT001APBB9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AOQAZ"; -secondCol = "GQY1XT001AOQAZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AOF14"; -secondCol = "GQY1XT001AOF14"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AO7R0"; -secondCol = "GQY1XT001AO7R0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ANIYW"; -secondCol = "GQY1XT001ANIYW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AN6MK"; -secondCol = "GQY1XT001AN6MK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ALYPN"; -secondCol = "GQY1XT001ALYPN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ALP7S"; -secondCol = "GQY1XT001ALP7S"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AKD17"; -secondCol = "GQY1XT001AKD17"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AJTRJ"; -secondCol = "GQY1XT001AJTRJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AJB5H"; -secondCol = "GQY1XT001AJB5H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AIVIO"; -secondCol = "GQY1XT001AIVIO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AI63N"; -secondCol = "GQY1XT001AI63N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AHPOD"; -secondCol = "GQY1XT001AHPOD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AHK6O"; -secondCol = "GQY1XT001AHK6O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AGTL4"; -secondCol = "GQY1XT001AGTL4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AGKBL"; -secondCol = "GQY1XT001AGKBL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AG68G"; -secondCol = "GQY1XT001AG68G"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AEPK3"; -secondCol = "GQY1XT001AEPK3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AE53O"; -secondCol = "GQY1XT001AE53O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AE0CQ"; -secondCol = "GQY1XT001AE0CQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A8SUO"; -secondCol = "GQY1XT001A8SUO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A7RC7"; -secondCol = "GQY1XT001A7RC7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A7POV"; -secondCol = "GQY1XT001A7POV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A78ET"; -secondCol = "GQY1XT001A78ET"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A74MB"; -secondCol = "GQY1XT001A74MB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A6568"; -secondCol = "GQY1XT001A6568"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A5I0H"; -secondCol = "GQY1XT001A5I0H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A47SX"; -secondCol = "GQY1XT001A47SX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A3YSL"; -secondCol = "GQY1XT001A3YSL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A3H9J"; -secondCol = "GQY1XT001A3H9J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A32GR"; -secondCol = "GQY1XT001A32GR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A2OIZ"; -secondCol = "GQY1XT001A2OIZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A2676"; -secondCol = "GQY1XT001A2676"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A21F1"; -secondCol = "GQY1XT001A21F1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A1MK4"; -secondCol = "GQY1XT001A1MK4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A1FU0"; -secondCol = "GQY1XT001A1FU0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A1DTO"; -secondCol = "GQY1XT001A1DTO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CYVBA"; -secondCol = "GQY1XT001CYVBA,GQY1XT001B9EHX,GQY1XT001BHNU5,GQY1XT001BRPLP,GQY1XT001EOYYY,GQY1XT001CZ6Y8,GQY1XT001EI53D,GQY1XT001CEBYE,GQY1XT001ET53S,GQY1XT001CAHMK,GQY1XT001D2YIR,GQY1XT001CZW8L,GQY1XT001AZ1CJ,GQY1XT001ETP94,GQY1XT001DW8ZQ,GQY1XT001DG5QU,GQY1XT001C3OB2,GQY1XT001A6ZBN,GQY1XT001C1ZJ3,GQY1XT001DKM32,GQY1XT001BK001,GQY1XT001AQHUK,GQY1XT001EJ2AV,GQY1XT001EEYCI,GQY1XT001BTYMA,GQY1XT001BO7ZH,GQY1XT001CLIEG,GQY1XT001EFB69,GQY1XT001EBYHJ,GQY1XT001BNI6E,GQY1XT001DWFTV,GQY1XT001B6SD9,GQY1XT001ALDJT,GQY1XT001CHDPW,GQY1XT001AHWAO,GQY1XT001CC0A6,GQY1XT001ENMKV,GQY1XT001DWLNE,GQY1XT001EGCRS,GQY1XT001CI85E,GQY1XT001E2ZGH,GQY1XT001D2RK7,GQY1XT001CECMB,GQY1XT001BODTX,GQY1XT001D3O3I,GQY1XT001AQTWL,GQY1XT001CTHOG,GQY1XT001E0HJ6,GQY1XT001BFQCO,GQY1XT001CBOKM,GQY1XT001CYY6E,GQY1XT001CQV6H,GQY1XT001DX1ZF,GQY1XT001CRXU1,GQY1XT001CBY6A,GQY1XT001DRAJJ,GQY1XT001DRAMK,GQY1XT001ETIR2,GQY1XT001E25JL,GQY1XT001ALXAH,GQY1XT001DI491,GQY1XT001BNAHP,GQY1XT001BC4HP,GQY1XT001D6F38,GQY1XT001DQ36C,GQY1XT001DYMAU,GQY1XT001DSQSB,GQY1XT001A6HZW,GQY1XT001BVVP4,GQY1XT001BEVGR,GQY1XT001AY78C,GQY1XT001DKUNX,GQY1XT001A0CWV,GQY1XT001A47D0,GQY1XT001DIPQG,GQY1XT001BWJ8O,GQY1XT001DL7KI,GQY1XT001D7RH9,GQY1XT001EKOFJ,GQY1XT001EUVYU,GQY1XT001CKOKO,GQY1XT001D99DS,GQY1XT001BL530,GQY1XT001AWOGR,GQY1XT001DU3W5,GQY1XT001AR1PX,GQY1XT001BJLID,GQY1XT001DZB3B,GQY1XT001CD0TB,GQY1XT001CKXDL,GQY1XT001C4962,GQY1XT001DTDR2,GQY1XT001EWNQT,GQY1XT001EGLS1,GQY1XT001AUOS0,GQY1XT001DHF78,GQY1XT001COQMG,GQY1XT001BPPFG,GQY1XT001A6MLT,GQY1XT001CGJZF,GQY1XT001EYDU6,GQY1XT001C74TE,GQY1XT001CMCVB,GQY1XT001EUUIE,GQY1XT001BY0HA,GQY1XT001DU9XX,GQY1XT001DNBCB,GQY1XT001D41VX,GQY1XT001BQFK7,GQY1XT001CVLJR,GQY1XT001BNPXZ,GQY1XT001EXJ8Z,GQY1XT001CLYFY,GQY1XT001C4K9V,GQY1XT001A41Y5,GQY1XT001C4YL2,GQY1XT001B29IZ,GQY1XT001DGZD3,GQY1XT001AO37Z,GQY1XT001ECZM0,GQY1XT001BL966,GQY1XT001D4O99,GQY1XT001DMEB5,GQY1XT001ERO7E,GQY1XT001DB5N1,GQY1XT001DJPJO,GQY1XT001CZ1ON,GQY1XT001AEZ2O,GQY1XT001D7051,GQY1XT001DZPHT,GQY1XT001A1OVJ,GQY1XT001CHG05,GQY1XT001BOKS3,GQY1XT001ES0QR,GQY1XT001EXOXO,GQY1XT001B8ALO,GQY1XT001ETC8O,GQY1XT001BO94D,GQY1XT001EE9IU,GQY1XT001BZFON,GQY1XT001A8HEF,GQY1XT001B3B4L,GQY1XT001DFWRT,GQY1XT001CFPME,GQY1XT001EF0NJ,GQY1XT001E0TCW,GQY1XT001CUWM4,GQY1XT001DIAE0,GQY1XT001BKEHL,GQY1XT001DA9IH,GQY1XT001B8DRZ,GQY1XT001D34EA,GQY1XT001BH4BN,GQY1XT001C5KB4,GQY1XT001C220U,GQY1XT001CBLMG,GQY1XT001E5PNE,GQY1XT001CAH61,GQY1XT001CPW1R,GQY1XT001BR19R,GQY1XT001B94FQ,GQY1XT001CU3S5,GQY1XT001D074G,GQY1XT001EPTGC,GQY1XT001A8CBC,GQY1XT001CS2JF,GQY1XT001EMVFC,GQY1XT001A52SX,GQY1XT001EYYTB,GQY1XT001A2OHL,GQY1XT001EQPSI,GQY1XT001EHO66,GQY1XT001CJXGO,GQY1XT001AIDUC,GQY1XT001BZCAQ,GQY1XT001AP1UH,GQY1XT001D5VUI,GQY1XT001CE7YQ,GQY1XT001DAUZU,GQY1XT001EJXMI,GQY1XT001DS3I0,GQY1XT001A0EC4,GQY1XT001COSRE,GQY1XT001CUUM3,GQY1XT001CCVNT,GQY1XT001CPZBV,GQY1XT001E1RX5,GQY1XT001AO0HM,GQY1XT001AT4UA,GQY1XT001EIZ02,GQY1XT001BIVWV,GQY1XT001CQBQS,GQY1XT001BW8RF,GQY1XT001DXBRV,GQY1XT001EA4O2,GQY1XT001A7H1C,GQY1XT001BWBYG,GQY1XT001EITSP,GQY1XT001AHX2M,GQY1XT001D3ZNH,GQY1XT001B81HW,GQY1XT001CMBNS,GQY1XT001BC1ZN,GQY1XT001BZKIO,GQY1XT001EFZ27,GQY1XT001CLD7Z,GQY1XT001CIBDC,GQY1XT001D2CHZ,GQY1XT001CSTO6,GQY1XT001A3INK,GQY1XT001C6E0N,GQY1XT001BQSN8,GQY1XT001D571U,GQY1XT001D42E5,GQY1XT001ALOSI,GQY1XT001EPVU9,GQY1XT001BPVBS,GQY1XT001EXM1V,GQY1XT001DZWCL,GQY1XT001AOC8L,GQY1XT001EX82M,GQY1XT001CXFFS,GQY1XT001A22YJ,GQY1XT001C9SOF,GQY1XT001AHC1J,GQY1XT001EEDP4,GQY1XT001CRR5P,GQY1XT001AQA4L,GQY1XT001BS4ZW,GQY1XT001BYMO0,GQY1XT001CCLK5,GQY1XT001CKYBK,GQY1XT001D07EZ,GQY1XT001CNXUM,GQY1XT001EFWNE,GQY1XT001B5HMT,GQY1XT001APVMX,GQY1XT001BO277,GQY1XT001B7OD9,GQY1XT001D63UQ,GQY1XT001BODTJ,GQY1XT001CME4R,GQY1XT001BT6W6,GQY1XT001A79G1,GQY1XT001C6LTQ,GQY1XT001AMON8,GQY1XT001DO56L,GQY1XT001C5IXG,GQY1XT001E1FSI,GQY1XT001EXUEM,GQY1XT001CJLSS,GQY1XT001BCJMS,GQY1XT001CYZ10,GQY1XT001E1SIY,GQY1XT001E3CFV,GQY1XT001DE0BV,GQY1XT001EDJ6I,GQY1XT001BWPLN,GQY1XT001AXJON,GQY1XT001D3XN5,GQY1XT001BZO64,GQY1XT001DFDTX,GQY1XT001DDBT8,GQY1XT001AQDH6,GQY1XT001DXIZ7,GQY1XT001C4MQZ,GQY1XT001D47PC,GQY1XT001BJ5C8,GQY1XT001BINZ3,GQY1XT001B9TSM,GQY1XT001CG3X6,GQY1XT001C435F,GQY1XT001AVZ0T,GQY1XT001EZ7WT,GQY1XT001EJXNT,GQY1XT001EF66K,GQY1XT001C9FX7,GQY1XT001A1XW0,GQY1XT001B77HO,GQY1XT001BVZ51,GQY1XT001DVEDH,GQY1XT001CJ52E,GQY1XT001CJNEQ,GQY1XT001AXBTC,GQY1XT001BBT2E,GQY1XT001BM7NP,GQY1XT001CF5BE,GQY1XT001CK1NF,GQY1XT001DPLKZ,GQY1XT001C0F0F,GQY1XT001CIDQK,GQY1XT001EV3D0,GQY1XT001ERVOP,GQY1XT001D0604,GQY1XT001C19U0,GQY1XT001D9XGZ,GQY1XT001B34D7,GQY1XT001AKP5T,GQY1XT001CL0VY,GQY1XT001A4I9S,GQY1XT001EZ518,GQY1XT001ERW1J,GQY1XT001EDLXD,GQY1XT001ECGUU,GQY1XT001DW1JY,GQY1XT001DPB8H,GQY1XT001CXVE8,GQY1XT001CO856,GQY1XT001C3RD1,GQY1XT001C3B2A,GQY1XT001BUPK4,GQY1XT001B57M7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BTASU"; -secondCol = "GQY1XT001BTASU,GQY1XT001BRJEH,GQY1XT001B4WUD,GQY1XT001EYIZS,GQY1XT001EZIO9,GQY1XT001BJM9H,GQY1XT001AIN8F,GQY1XT001C8RLW,GQY1XT001EAQC0,GQY1XT001DE68F,GQY1XT001ENJLF,GQY1XT001BNK8C,GQY1XT001EN24J,GQY1XT001BBL1Y,GQY1XT001DJTJ7,GQY1XT001BW3MG,GQY1XT001EJUJX,GQY1XT001EGT8C,GQY1XT001AF0CK,GQY1XT001ES36K,GQY1XT001DT1HY,GQY1XT001B2ULL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AIUY1"; -secondCol = "GQY1XT001AIUY1,GQY1XT001CJ7DH,GQY1XT001ER7A8,GQY1XT001D7UM8,GQY1XT001D3W6Z,GQY1XT001CJHT6,GQY1XT001DCD7C,GQY1XT001C9O8X,GQY1XT001C35FV,GQY1XT001AJQXD,GQY1XT001A5DGD,GQY1XT001DG7NX,GQY1XT001DBBTC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C1WR1"; -secondCol = "GQY1XT001C1WR1,GQY1XT001C8EPH,GQY1XT001DZPV0,GQY1XT001APD2H,GQY1XT001BFI5I,GQY1XT001DQ19A,GQY1XT001B6M7A,GQY1XT001C9PWX,GQY1XT001BUQ6I,GQY1XT001A3GTK,GQY1XT001AK3IL,GQY1XT001ETCIQ,GQY1XT001C3HMR,GQY1XT001EDEAK,GQY1XT001C2GP2,GQY1XT001ESN9P,GQY1XT001COH4P,GQY1XT001B2PFZ,GQY1XT001DTCR1,GQY1XT001AZU4S,GQY1XT001BCYZ3,GQY1XT001AJ594,GQY1XT001B50WP,GQY1XT001EMGWS,GQY1XT001AVZYA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BYWY5"; -secondCol = "GQY1XT001BYWY5,GQY1XT001CVXYN,GQY1XT001CWP7H,GQY1XT001B7CCZ,GQY1XT001B35IW,GQY1XT001AU02F,GQY1XT001BV0MY,GQY1XT001CF94S,GQY1XT001ESJJK,GQY1XT001ENW3B,GQY1XT001BNKGZ,GQY1XT001BL7ZE,GQY1XT001CU91W,GQY1XT001C1S97"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EJP5K"; -secondCol = "GQY1XT001EJP5K,GQY1XT001DJH0R,GQY1XT001DRSXQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZDID"; -secondCol = "GQY1XT001DZDID,GQY1XT001BR9KO,GQY1XT001DYVPF,GQY1XT001AQQCG,GQY1XT001AO0I0,GQY1XT001CUZOW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DB2M7"; -secondCol = "GQY1XT001DB2M7,GQY1XT001AHN00,GQY1XT001CCL02"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C121L"; -secondCol = "GQY1XT001C121L,GQY1XT001CX9OG,GQY1XT001DFDCU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A9V6K"; -secondCol = "GQY1XT001A9V6K,GQY1XT001BGJS6,GQY1XT001A7RTW,GQY1XT001DWBDM,GQY1XT001EYHWM,GQY1XT001BVPDC,GQY1XT001A9L8A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A5KO8"; -secondCol = "GQY1XT001A5KO8,GQY1XT001E3LBT,GQY1XT001D91KV,GQY1XT001CGFXQ,GQY1XT001A2024"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZFNC"; -secondCol = "GQY1XT001DZFNC,GQY1XT001AIQIT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DMOMH"; -secondCol = "GQY1XT001DMOMH,GQY1XT001A3P8I"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DJWET"; -secondCol = "GQY1XT001DJWET,GQY1XT001D952B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CTRXH"; -secondCol = "GQY1XT001CTRXH,GQY1XT001CM306,GQY1XT001AI1ZF,GQY1XT001BU0VV,GQY1XT001BHNPZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CPZP8"; -secondCol = "GQY1XT001CPZP8,GQY1XT001DL02E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CGFIZ"; -secondCol = "GQY1XT001CGFIZ,GQY1XT001CO3N3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C9IAF"; -secondCol = "GQY1XT001C9IAF,GQY1XT001CJB67"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BZ0KL"; -secondCol = "GQY1XT001BZ0KL,GQY1XT001EJTKA,GQY1XT001BB4RV,GQY1XT001BLZ3L,GQY1XT001DZY6B,GQY1XT001CXN0E,GQY1XT001A7Q98"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BKB10"; -secondCol = "GQY1XT001BKB10,GQY1XT001CG9KZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B5THT"; -secondCol = "GQY1XT001B5THT,GQY1XT001EIHZ1,GQY1XT001C2EIF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B3WU9"; -secondCol = "GQY1XT001B3WU9,GQY1XT001BJG0Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AFW4W"; -secondCol = "GQY1XT001AFW4W,GQY1XT001EBLID"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A355Y"; -secondCol = "GQY1XT001A355Y,GQY1XT001A9MJ4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A1RVC"; -secondCol = "GQY1XT001A1RVC,GQY1XT001DDDMC,GQY1XT001ECC3N,GQY1XT001BDW4S,GQY1XT001ANN09"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EZH20"; -secondCol = "GQY1XT001EZH20"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EYY1K"; -secondCol = "GQY1XT001EYY1K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EXR5S"; -secondCol = "GQY1XT001EXR5S"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EXG9I"; -secondCol = "GQY1XT001EXG9I"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EX3OQ"; -secondCol = "GQY1XT001EX3OQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EWOFQ"; -secondCol = "GQY1XT001EWOFQ,GQY1XT001EKBA0,GQY1XT001C5HWV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EVIXR"; -secondCol = "GQY1XT001EVIXR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EVIL3"; -secondCol = "GQY1XT001EVIL3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EV5Z1"; -secondCol = "GQY1XT001EV5Z1,GQY1XT001DOS5B,GQY1XT001D7G15,GQY1XT001CS1QL,GQY1XT001CH23F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EUB8F"; -secondCol = "GQY1XT001EUB8F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EU98R"; -secondCol = "GQY1XT001EU98R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ES883"; -secondCol = "GQY1XT001ES883"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ES4H3"; -secondCol = "GQY1XT001ES4H3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ERRVZ"; -secondCol = "GQY1XT001ERRVZ,GQY1XT001D97UK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ER7KJ"; -secondCol = "GQY1XT001ER7KJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EQUF9"; -secondCol = "GQY1XT001EQUF9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EQKSR"; -secondCol = "GQY1XT001EQKSR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EQ4T5"; -secondCol = "GQY1XT001EQ4T5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EQ0GM"; -secondCol = "GQY1XT001EQ0GM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EP3RW"; -secondCol = "GQY1XT001EP3RW,GQY1XT001A5B9U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EOJ97"; -secondCol = "GQY1XT001EOJ97"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EOBZ4"; -secondCol = "GQY1XT001EOBZ4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ENE25"; -secondCol = "GQY1XT001ENE25"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EMLHZ"; -secondCol = "GQY1XT001EMLHZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EMBCT"; -secondCol = "GQY1XT001EMBCT,GQY1XT001AENKW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ELGIG"; -secondCol = "GQY1XT001ELGIG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ELA3R"; -secondCol = "GQY1XT001ELA3R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EKNJB"; -secondCol = "GQY1XT001EKNJB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EK7F9"; -secondCol = "GQY1XT001EK7F9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EIC6B"; -secondCol = "GQY1XT001EIC6B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EI5XA"; -secondCol = "GQY1XT001EI5XA,GQY1XT001DVASI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EHJ1A"; -secondCol = "GQY1XT001EHJ1A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EGMQR"; -secondCol = "GQY1XT001EGMQR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EG00X"; -secondCol = "GQY1XT001EG00X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EFJCS"; -secondCol = "GQY1XT001EFJCS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EDJOE"; -secondCol = "GQY1XT001EDJOE,GQY1XT001C29Z3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ED0X4"; -secondCol = "GQY1XT001ED0X4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ED0VN"; -secondCol = "GQY1XT001ED0VN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ECIAV"; -secondCol = "GQY1XT001ECIAV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EC4HB"; -secondCol = "GQY1XT001EC4HB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EC08C"; -secondCol = "GQY1XT001EC08C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EBT8D"; -secondCol = "GQY1XT001EBT8D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EBJ1Q"; -secondCol = "GQY1XT001EBJ1Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EAYKP"; -secondCol = "GQY1XT001EAYKP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EA3K9"; -secondCol = "GQY1XT001EA3K9,GQY1XT001DZ70O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E1XHD"; -secondCol = "GQY1XT001E1XHD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZXAF"; -secondCol = "GQY1XT001DZXAF,GQY1XT001DAKVZ,GQY1XT001BGP5L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZPZR"; -secondCol = "GQY1XT001DZPZR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZMBP"; -secondCol = "GQY1XT001DZMBP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZGO2"; -secondCol = "GQY1XT001DZGO2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DYWDT"; -secondCol = "GQY1XT001DYWDT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DY46X"; -secondCol = "GQY1XT001DY46X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DXEQX"; -secondCol = "GQY1XT001DXEQX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DXDO1"; -secondCol = "GQY1XT001DXDO1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DX5H7"; -secondCol = "GQY1XT001DX5H7,GQY1XT001CUZCS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DWFVW"; -secondCol = "GQY1XT001DWFVW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DWEPH"; -secondCol = "GQY1XT001DWEPH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DV49J"; -secondCol = "GQY1XT001DV49J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DU0CH"; -secondCol = "GQY1XT001DU0CH,GQY1XT001B81F6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DT67S"; -secondCol = "GQY1XT001DT67S"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DSZ1E"; -secondCol = "GQY1XT001DSZ1E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DSJH6"; -secondCol = "GQY1XT001DSJH6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DSI9W"; -secondCol = "GQY1XT001DSI9W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DS53E"; -secondCol = "GQY1XT001DS53E,GQY1XT001DIXIV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DRXCI"; -secondCol = "GQY1XT001DRXCI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DRTF9"; -secondCol = "GQY1XT001DRTF9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DR67U"; -secondCol = "GQY1XT001DR67U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DQSZV"; -secondCol = "GQY1XT001DQSZV,GQY1XT001AMN30"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DQKPP"; -secondCol = "GQY1XT001DQKPP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DQIAS"; -secondCol = "GQY1XT001DQIAS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DQ59I"; -secondCol = "GQY1XT001DQ59I,GQY1XT001CDZQM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DNKWG"; -secondCol = "GQY1XT001DNKWG,GQY1XT001D9VWV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DNEQK"; -secondCol = "GQY1XT001DNEQK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DN8J2"; -secondCol = "GQY1XT001DN8J2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DM9WG"; -secondCol = "GQY1XT001DM9WG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DLFTW"; -secondCol = "GQY1XT001DLFTW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DL09H"; -secondCol = "GQY1XT001DL09H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DJPDU"; -secondCol = "GQY1XT001DJPDU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DJOS0"; -secondCol = "GQY1XT001DJOS0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DJ04A"; -secondCol = "GQY1XT001DJ04A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DHTSP"; -secondCol = "GQY1XT001DHTSP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DH4UX"; -secondCol = "GQY1XT001DH4UX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DGQL7"; -secondCol = "GQY1XT001DGQL7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DEW4M"; -secondCol = "GQY1XT001DEW4M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DEKWE"; -secondCol = "GQY1XT001DEKWE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DD84B"; -secondCol = "GQY1XT001DD84B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DCQ93"; -secondCol = "GQY1XT001DCQ93"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DC0OE"; -secondCol = "GQY1XT001DC0OE,GQY1XT001D606O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DBXXE"; -secondCol = "GQY1XT001DBXXE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DAO2N"; -secondCol = "GQY1XT001DAO2N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DAG5U"; -secondCol = "GQY1XT001DAG5U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D9XLV"; -secondCol = "GQY1XT001D9XLV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D8BJE"; -secondCol = "GQY1XT001D8BJE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D89JO"; -secondCol = "GQY1XT001D89JO,GQY1XT001C88HY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D6KIF"; -secondCol = "GQY1XT001D6KIF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D5NKF"; -secondCol = "GQY1XT001D5NKF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D4LHV"; -secondCol = "GQY1XT001D4LHV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D2F94"; -secondCol = "GQY1XT001D2F94"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D1U5E"; -secondCol = "GQY1XT001D1U5E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D1B3E"; -secondCol = "GQY1XT001D1B3E,GQY1XT001A0XRM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CYCXN"; -secondCol = "GQY1XT001CYCXN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CXQF6"; -secondCol = "GQY1XT001CXQF6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CXBCO"; -secondCol = "GQY1XT001CXBCO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CVM86"; -secondCol = "GQY1XT001CVM86"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CU7DV"; -secondCol = "GQY1XT001CU7DV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CU69Y"; -secondCol = "GQY1XT001CU69Y,GQY1XT001CB40Z,GQY1XT001BQ9BK,GQY1XT001AYSE1,GQY1XT001A1L8I"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CTE6X"; -secondCol = "GQY1XT001CTE6X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CSQSO"; -secondCol = "GQY1XT001CSQSO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CSNC3"; -secondCol = "GQY1XT001CSNC3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CSIJ8"; -secondCol = "GQY1XT001CSIJ8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CQ8Q3"; -secondCol = "GQY1XT001CQ8Q3,GQY1XT001DWJTA,GQY1XT001CGB5H,GQY1XT001B07YJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CPHL7"; -secondCol = "GQY1XT001CPHL7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CP7MB"; -secondCol = "GQY1XT001CP7MB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CNOAV"; -secondCol = "GQY1XT001CNOAV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CN6GC"; -secondCol = "GQY1XT001CN6GC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CN0IU"; -secondCol = "GQY1XT001CN0IU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CMNKQ"; -secondCol = "GQY1XT001CMNKQ,GQY1XT001AQLZN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CM77U"; -secondCol = "GQY1XT001CM77U,GQY1XT001AGGH4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CLSTW"; -secondCol = "GQY1XT001CLSTW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CLFS0"; -secondCol = "GQY1XT001CLFS0,GQY1XT001A3GIS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CL10B"; -secondCol = "GQY1XT001CL10B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CJSM2"; -secondCol = "GQY1XT001CJSM2,GQY1XT001BBJWB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CJO9T"; -secondCol = "GQY1XT001CJO9T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CJEIW"; -secondCol = "GQY1XT001CJEIW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CJE27"; -secondCol = "GQY1XT001CJE27"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CIZFZ"; -secondCol = "GQY1XT001CIZFZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CIIDQ"; -secondCol = "GQY1XT001CIIDQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CHSKR"; -secondCol = "GQY1XT001CHSKR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CHNIE"; -secondCol = "GQY1XT001CHNIE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CHA5C"; -secondCol = "GQY1XT001CHA5C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CH931"; -secondCol = "GQY1XT001CH931"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CG1BN"; -secondCol = "GQY1XT001CG1BN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CFXK7"; -secondCol = "GQY1XT001CFXK7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CFFM5"; -secondCol = "GQY1XT001CFFM5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CDZBY"; -secondCol = "GQY1XT001CDZBY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CDT8V"; -secondCol = "GQY1XT001CDT8V,GQY1XT001A5ED3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CDROF"; -secondCol = "GQY1XT001CDROF,GQY1XT001AKPMM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CAS6O"; -secondCol = "GQY1XT001CAS6O,GQY1XT001B2KLC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C7BVW"; -secondCol = "GQY1XT001C7BVW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C6ZWZ"; -secondCol = "GQY1XT001C6ZWZ,GQY1XT001ETG4D,GQY1XT001DL17F,GQY1XT001DHPA1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C6FPS"; -secondCol = "GQY1XT001C6FPS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5LCN"; -secondCol = "GQY1XT001C5LCN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C2O06"; -secondCol = "GQY1XT001C2O06"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C2EJB"; -secondCol = "GQY1XT001C2EJB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C264J"; -secondCol = "GQY1XT001C264J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C18TC"; -secondCol = "GQY1XT001C18TC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C0KVO"; -secondCol = "GQY1XT001C0KVO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BZQO1"; -secondCol = "GQY1XT001BZQO1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BYZTU"; -secondCol = "GQY1XT001BYZTU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BYB00"; -secondCol = "GQY1XT001BYB00"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BXW2F"; -secondCol = "GQY1XT001BXW2F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BXRFA"; -secondCol = "GQY1XT001BXRFA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BXOLD"; -secondCol = "GQY1XT001BXOLD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BX8O3"; -secondCol = "GQY1XT001BX8O3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BVDRX"; -secondCol = "GQY1XT001BVDRX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BUZKF"; -secondCol = "GQY1XT001BUZKF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BUM3E"; -secondCol = "GQY1XT001BUM3E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BUEU9"; -secondCol = "GQY1XT001BUEU9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BTTQZ"; -secondCol = "GQY1XT001BTTQZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BSELK"; -secondCol = "GQY1XT001BSELK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BP88E"; -secondCol = "GQY1XT001BP88E,GQY1XT001BOIQI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BOGRP"; -secondCol = "GQY1XT001BOGRP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BODNA"; -secondCol = "GQY1XT001BODNA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BO2G3"; -secondCol = "GQY1XT001BO2G3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BNPUM"; -secondCol = "GQY1XT001BNPUM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BNDMF"; -secondCol = "GQY1XT001BNDMF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BMLA9"; -secondCol = "GQY1XT001BMLA9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BL467"; -secondCol = "GQY1XT001BL467"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BIJ28"; -secondCol = "GQY1XT001BIJ28"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BH0W9"; -secondCol = "GQY1XT001BH0W9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BG8LX"; -secondCol = "GQY1XT001BG8LX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BFVJG"; -secondCol = "GQY1XT001BFVJG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BF6FK"; -secondCol = "GQY1XT001BF6FK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BF379"; -secondCol = "GQY1XT001BF379"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BF0W9"; -secondCol = "GQY1XT001BF0W9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BE5OV"; -secondCol = "GQY1XT001BE5OV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BDOH5"; -secondCol = "GQY1XT001BDOH5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BDM6L"; -secondCol = "GQY1XT001BDM6L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BDKWF"; -secondCol = "GQY1XT001BDKWF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BDBAF"; -secondCol = "GQY1XT001BDBAF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BCRMC"; -secondCol = "GQY1XT001BCRMC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BC48B"; -secondCol = "GQY1XT001BC48B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BBV5E"; -secondCol = "GQY1XT001BBV5E,GQY1XT001ANES4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BBP29"; -secondCol = "GQY1XT001BBP29"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B9AWM"; -secondCol = "GQY1XT001B9AWM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B95M3"; -secondCol = "GQY1XT001B95M3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B8L7K"; -secondCol = "GQY1XT001B8L7K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B87PN"; -secondCol = "GQY1XT001B87PN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B6LMA"; -secondCol = "GQY1XT001B6LMA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B5F3H"; -secondCol = "GQY1XT001B5F3H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B41CK"; -secondCol = "GQY1XT001B41CK,GQY1XT001ATYGK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B2Q3R"; -secondCol = "GQY1XT001B2Q3R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B13GD"; -secondCol = "GQY1XT001B13GD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B11M6"; -secondCol = "GQY1XT001B11M6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B0XU3"; -secondCol = "GQY1XT001B0XU3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B0XQQ"; -secondCol = "GQY1XT001B0XQQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B0NAD"; -secondCol = "GQY1XT001B0NAD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZSAC"; -secondCol = "GQY1XT001AZSAC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZRUS"; -secondCol = "GQY1XT001AZRUS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZ6ZX"; -secondCol = "GQY1XT001AZ6ZX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AYG0R"; -secondCol = "GQY1XT001AYG0R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AW9SX"; -secondCol = "GQY1XT001AW9SX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AVT16"; -secondCol = "GQY1XT001AVT16"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AVK8L"; -secondCol = "GQY1XT001AVK8L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AVIFA"; -secondCol = "GQY1XT001AVIFA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AVF4E"; -secondCol = "GQY1XT001AVF4E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AUQ1O"; -secondCol = "GQY1XT001AUQ1O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ATR8J"; -secondCol = "GQY1XT001ATR8J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ATMMQ"; -secondCol = "GQY1XT001ATMMQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ARSOG"; -secondCol = "GQY1XT001ARSOG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AQU2W"; -secondCol = "GQY1XT001AQU2W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001APHH0"; -secondCol = "GQY1XT001APHH0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AOMXQ"; -secondCol = "GQY1XT001AOMXQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ANUUY"; -secondCol = "GQY1XT001ANUUY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AMYAV"; -secondCol = "GQY1XT001AMYAV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AKR8Q"; -secondCol = "GQY1XT001AKR8Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AKPS7"; -secondCol = "GQY1XT001AKPS7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AK6UN"; -secondCol = "GQY1XT001AK6UN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AJDFY"; -secondCol = "GQY1XT001AJDFY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AIJTW"; -secondCol = "GQY1XT001AIJTW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AGXYX"; -secondCol = "GQY1XT001AGXYX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AGWWC"; -secondCol = "GQY1XT001AGWWC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AGT98"; -secondCol = "GQY1XT001AGT98"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AEGXE"; -secondCol = "GQY1XT001AEGXE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A7WSM"; -secondCol = "GQY1XT001A7WSM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A6AS9"; -secondCol = "GQY1XT001A6AS9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A5P2L"; -secondCol = "GQY1XT001A5P2L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A5IPZ"; -secondCol = "GQY1XT001A5IPZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A448J"; -secondCol = "GQY1XT001A448J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A3EAP"; -secondCol = "GQY1XT001A3EAP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A242T"; -secondCol = "GQY1XT001A242T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DO01W"; -secondCol = "GQY1XT001DO01W,GQY1XT001DJMMD,GQY1XT001BHLBL,GQY1XT001C9Z2M,GQY1XT001C4H7X,GQY1XT001ECTC3,GQY1XT001B89OA,GQY1XT001ELS6N,GQY1XT001B0MLX,GQY1XT001CXLL3,GQY1XT001A1OJL,GQY1XT001EZQP4,GQY1XT001DI414,GQY1XT001A1ICI,GQY1XT001BWLPY,GQY1XT001CCX2Y,GQY1XT001DBOD4,GQY1XT001BZHFD,GQY1XT001EP4B0,GQY1XT001A3GHW,GQY1XT001APB8L,GQY1XT001BNCTH,GQY1XT001B0FYL,GQY1XT001B7ZZI,GQY1XT001DPLFA,GQY1XT001CD0I0,GQY1XT001AWX0T,GQY1XT001EDEYK,GQY1XT001C9T86,GQY1XT001CF3NL,GQY1XT001AIMV8,GQY1XT001ETWOW,GQY1XT001DH3QU,GQY1XT001CI3IZ,GQY1XT001BYE4T,GQY1XT001D0FMC,GQY1XT001DXFNZ,GQY1XT001BBFT2,GQY1XT001CCSL8,GQY1XT001CK5ME,GQY1XT001DAN0I,GQY1XT001CT6ZO,GQY1XT001CIMK3,GQY1XT001BR0NA,GQY1XT001AW8EW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CHVTH"; -secondCol = "GQY1XT001CHVTH,GQY1XT001C9FLS,GQY1XT001C85RC,GQY1XT001DC8IC,GQY1XT001AJDTK,GQY1XT001DO1VV,GQY1XT001D0XNK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EFYPL"; -secondCol = "GQY1XT001EFYPL,GQY1XT001CEOMS,GQY1XT001CP3B0,GQY1XT001E1BNX,GQY1XT001BH5YZ,GQY1XT001BAUTR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C3TV9"; -secondCol = "GQY1XT001C3TV9,GQY1XT001AZ90H,GQY1XT001AYQT1,GQY1XT001D0VN1,GQY1XT001BZ45A,GQY1XT001AGSU5,GQY1XT001BAR47,GQY1XT001CB1GY,GQY1XT001BU2BB,GQY1XT001DPAQU,GQY1XT001E1BRP,GQY1XT001BBFJS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ELUU5"; -secondCol = "GQY1XT001ELUU5,GQY1XT001EU0UU,GQY1XT001AXO4G,GQY1XT001CEEQ2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DQ2GQ"; -secondCol = "GQY1XT001DQ2GQ,GQY1XT001BP6DZ,GQY1XT001DSI6F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DLHWX"; -secondCol = "GQY1XT001DLHWX,GQY1XT001BFBHF,GQY1XT001A2XHK,GQY1XT001BHFFY,GQY1XT001CJPZO,GQY1XT001D5FFT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CPFM8"; -secondCol = "GQY1XT001CPFM8,GQY1XT001CWC6H,GQY1XT001C9KAA,GQY1XT001D1GWG,GQY1XT001E09XE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CIQK9"; -secondCol = "GQY1XT001CIQK9,GQY1XT001BIL5D,GQY1XT001B0X0R,GQY1XT001CD7M2,GQY1XT001BK8CI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EVTKL"; -secondCol = "GQY1XT001EVTKL,GQY1XT001BAMF4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EJC9R"; -secondCol = "GQY1XT001EJC9R,GQY1XT001EA0GZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EHN8D"; -secondCol = "GQY1XT001EHN8D,GQY1XT001A602C,GQY1XT001D12A1,GQY1XT001EV9AC,GQY1XT001BLD2R,GQY1XT001D7SCK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E0EBK"; -secondCol = "GQY1XT001E0EBK,GQY1XT001BWB7Y"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DP3XG"; -secondCol = "GQY1XT001DP3XG,GQY1XT001C8XLL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DCXDJ"; -secondCol = "GQY1XT001DCXDJ,GQY1XT001BE8N0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D72B0"; -secondCol = "GQY1XT001D72B0,GQY1XT001A6JCD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CZJ7Y"; -secondCol = "GQY1XT001CZJ7Y,GQY1XT001EO7S3,GQY1XT001AG4W1,GQY1XT001EHIT9,GQY1XT001ENJHJ,GQY1XT001DVTQB,GQY1XT001DDD16,GQY1XT001CC1QV,GQY1XT001A6AY7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CUFSX"; -secondCol = "GQY1XT001CUFSX,GQY1XT001CIEM0,GQY1XT001DY8IX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CU9JC"; -secondCol = "GQY1XT001CU9JC,GQY1XT001CRYBV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CP1A6"; -secondCol = "GQY1XT001CP1A6,GQY1XT001C4VYG,GQY1XT001BXQET,GQY1XT001EL1BM,GQY1XT001D11GS,GQY1XT001A1VOL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CDUN9"; -secondCol = "GQY1XT001CDUN9,GQY1XT001EFEGM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CAC92"; -secondCol = "GQY1XT001CAC92,GQY1XT001AE2R2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C9NQP"; -secondCol = "GQY1XT001C9NQP,GQY1XT001DAZT7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C7B7J"; -secondCol = "GQY1XT001C7B7J,GQY1XT001ENUKR,GQY1XT001EYPUU,GQY1XT001CGE8J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BZMQ1"; -secondCol = "GQY1XT001BZMQ1,GQY1XT001AW5MR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BGTRD"; -secondCol = "GQY1XT001BGTRD,GQY1XT001EYTZZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BEO0U"; -secondCol = "GQY1XT001BEO0U,GQY1XT001A3RRL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BC4R9"; -secondCol = "GQY1XT001BC4R9,GQY1XT001ETOBJ,GQY1XT001AVE59,GQY1XT001CKLLM,GQY1XT001EYINU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BBDAM"; -secondCol = "GQY1XT001BBDAM,GQY1XT001CAOAS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BA7OW"; -secondCol = "GQY1XT001BA7OW,GQY1XT001EQNVT,GQY1XT001CMTAG,GQY1XT001CJAS6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BA2Z8"; -secondCol = "GQY1XT001BA2Z8,GQY1XT001ASW2U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZVWN"; -secondCol = "GQY1XT001AZVWN,GQY1XT001B9SB3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AIWV5"; -secondCol = "GQY1XT001AIWV5,GQY1XT001DPMPY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AHH7D"; -secondCol = "GQY1XT001AHH7D,GQY1XT001EQETZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AFC1R"; -secondCol = "GQY1XT001AFC1R,GQY1XT001D03BI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A5T5N"; -secondCol = "GQY1XT001A5T5N,GQY1XT001E31UE,GQY1XT001E0TCP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EZD5U"; -secondCol = "GQY1XT001EZD5U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EX08P"; -secondCol = "GQY1XT001EX08P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EWHO5"; -secondCol = "GQY1XT001EWHO5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EWC2A"; -secondCol = "GQY1XT001EWC2A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EWBQ9"; -secondCol = "GQY1XT001EWBQ9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EW9SQ"; -secondCol = "GQY1XT001EW9SQ,GQY1XT001ECTXW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EURAU"; -secondCol = "GQY1XT001EURAU,GQY1XT001A4SN9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EUR5I"; -secondCol = "GQY1XT001EUR5I,GQY1XT001CPFUN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EUFVJ"; -secondCol = "GQY1XT001EUFVJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EUCL8"; -secondCol = "GQY1XT001EUCL8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EU9WZ"; -secondCol = "GQY1XT001EU9WZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EU8HV"; -secondCol = "GQY1XT001EU8HV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EU68M"; -secondCol = "GQY1XT001EU68M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ETQB6"; -secondCol = "GQY1XT001ETQB6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ETGP5"; -secondCol = "GQY1XT001ETGP5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ESQ7W"; -secondCol = "GQY1XT001ESQ7W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ERVXI"; -secondCol = "GQY1XT001ERVXI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ERTUE"; -secondCol = "GQY1XT001ERTUE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ERR74"; -secondCol = "GQY1XT001ERR74"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EROE2"; -secondCol = "GQY1XT001EROE2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EQMAL"; -secondCol = "GQY1XT001EQMAL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EQIZD"; -secondCol = "GQY1XT001EQIZD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EQI8M"; -secondCol = "GQY1XT001EQI8M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EQHNJ"; -secondCol = "GQY1XT001EQHNJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EPCGG"; -secondCol = "GQY1XT001EPCGG,GQY1XT001EKTS4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ENW69"; -secondCol = "GQY1XT001ENW69"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EMHOG"; -secondCol = "GQY1XT001EMHOG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EKU1S"; -secondCol = "GQY1XT001EKU1S"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EKFMP"; -secondCol = "GQY1XT001EKFMP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EJF0G"; -secondCol = "GQY1XT001EJF0G,GQY1XT001CQ4EY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EJA9N"; -secondCol = "GQY1XT001EJA9N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EI5GF"; -secondCol = "GQY1XT001EI5GF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EHOGV"; -secondCol = "GQY1XT001EHOGV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EHFJ7"; -secondCol = "GQY1XT001EHFJ7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EH8EF"; -secondCol = "GQY1XT001EH8EF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EGP61"; -secondCol = "GQY1XT001EGP61"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EG37S"; -secondCol = "GQY1XT001EG37S"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EFDKT"; -secondCol = "GQY1XT001EFDKT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EEA5J"; -secondCol = "GQY1XT001EEA5J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EE9OP"; -secondCol = "GQY1XT001EE9OP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EDY98"; -secondCol = "GQY1XT001EDY98"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EDJBD"; -secondCol = "GQY1XT001EDJBD,GQY1XT001CD1AT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EDDHT"; -secondCol = "GQY1XT001EDDHT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EDBZ5"; -secondCol = "GQY1XT001EDBZ5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ED6SW"; -secondCol = "GQY1XT001ED6SW,GQY1XT001DIQNL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ECSR1"; -secondCol = "GQY1XT001ECSR1,GQY1XT001BVEDR,GQY1XT001AJAYK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EC3JY"; -secondCol = "GQY1XT001EC3JY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EBKJB"; -secondCol = "GQY1XT001EBKJB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EAZQS"; -secondCol = "GQY1XT001EAZQS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EAK70"; -secondCol = "GQY1XT001EAK70,GQY1XT001DPIQN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001EA0NA"; -secondCol = "GQY1XT001EA0NA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E49EJ"; -secondCol = "GQY1XT001E49EJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E3SKF"; -secondCol = "GQY1XT001E3SKF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E31H9"; -secondCol = "GQY1XT001E31H9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E2MU1"; -secondCol = "GQY1XT001E2MU1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E1VKU"; -secondCol = "GQY1XT001E1VKU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E0YWZ"; -secondCol = "GQY1XT001E0YWZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E0YUP"; -secondCol = "GQY1XT001E0YUP,GQY1XT001BGBBF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E0XSE"; -secondCol = "GQY1XT001E0XSE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E0JG7"; -secondCol = "GQY1XT001E0JG7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001E011N"; -secondCol = "GQY1XT001E011N"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZHYF"; -secondCol = "GQY1XT001DZHYF,GQY1XT001BBJSI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DZARG"; -secondCol = "GQY1XT001DZARG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DYKHM"; -secondCol = "GQY1XT001DYKHM,GQY1XT001AQOJS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DYG9X"; -secondCol = "GQY1XT001DYG9X,GQY1XT001C0T96"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DYB7Z"; -secondCol = "GQY1XT001DYB7Z"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DXVQD"; -secondCol = "GQY1XT001DXVQD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DWWEU"; -secondCol = "GQY1XT001DWWEU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DWW8X"; -secondCol = "GQY1XT001DWW8X,GQY1XT001BFQUC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DWANV"; -secondCol = "GQY1XT001DWANV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DUVQ4"; -secondCol = "GQY1XT001DUVQ4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DUFB3"; -secondCol = "GQY1XT001DUFB3,GQY1XT001BFQC2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DUAZG"; -secondCol = "GQY1XT001DUAZG,GQY1XT001D3NAJ,GQY1XT001AINA2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DTY0A"; -secondCol = "GQY1XT001DTY0A"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DTPL4"; -secondCol = "GQY1XT001DTPL4,GQY1XT001CIURO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DTOJ7"; -secondCol = "GQY1XT001DTOJ7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DTFRN"; -secondCol = "GQY1XT001DTFRN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DTCQF"; -secondCol = "GQY1XT001DTCQF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DT5CD"; -secondCol = "GQY1XT001DT5CD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DR68L"; -secondCol = "GQY1XT001DR68L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DQJV7"; -secondCol = "GQY1XT001DQJV7,GQY1XT001D12E0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DP0ZY"; -secondCol = "GQY1XT001DP0ZY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DOYGT"; -secondCol = "GQY1XT001DOYGT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DOOAO"; -secondCol = "GQY1XT001DOOAO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DODSH"; -secondCol = "GQY1XT001DODSH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DNYFM"; -secondCol = "GQY1XT001DNYFM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DNRUT"; -secondCol = "GQY1XT001DNRUT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DN33J"; -secondCol = "GQY1XT001DN33J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DMKPA"; -secondCol = "GQY1XT001DMKPA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DMDFW"; -secondCol = "GQY1XT001DMDFW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DMAYV"; -secondCol = "GQY1XT001DMAYV,GQY1XT001DDP4Z,GQY1XT001C78OT,GQY1XT001BNEM9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DM99T"; -secondCol = "GQY1XT001DM99T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DLOR2"; -secondCol = "GQY1XT001DLOR2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DLAQ3"; -secondCol = "GQY1XT001DLAQ3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DL3ZL"; -secondCol = "GQY1XT001DL3ZL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DKYGN"; -secondCol = "GQY1XT001DKYGN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DKRZR"; -secondCol = "GQY1XT001DKRZR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DJU9C"; -secondCol = "GQY1XT001DJU9C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DJTM6"; -secondCol = "GQY1XT001DJTM6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DJ3G8"; -secondCol = "GQY1XT001DJ3G8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DIUQ4"; -secondCol = "GQY1XT001DIUQ4,GQY1XT001BPDKZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DITX4"; -secondCol = "GQY1XT001DITX4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DIODY"; -secondCol = "GQY1XT001DIODY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DHO1K"; -secondCol = "GQY1XT001DHO1K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DFPH2"; -secondCol = "GQY1XT001DFPH2,GQY1XT001AY5OV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DF5SO"; -secondCol = "GQY1XT001DF5SO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DEPXH"; -secondCol = "GQY1XT001DEPXH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DD0KI"; -secondCol = "GQY1XT001DD0KI,GQY1XT001CTGZM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DCSTX"; -secondCol = "GQY1XT001DCSTX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DCMTB"; -secondCol = "GQY1XT001DCMTB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DBW7V"; -secondCol = "GQY1XT001DBW7V"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DBDYX"; -secondCol = "GQY1XT001DBDYX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DBBSK"; -secondCol = "GQY1XT001DBBSK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DAYUX"; -secondCol = "GQY1XT001DAYUX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DATMY"; -secondCol = "GQY1XT001DATMY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DART7"; -secondCol = "GQY1XT001DART7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DAEXA"; -secondCol = "GQY1XT001DAEXA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DAC6R"; -secondCol = "GQY1XT001DAC6R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001DA16W"; -secondCol = "GQY1XT001DA16W,GQY1XT001CQ7Q1,GQY1XT001C1TIS,GQY1XT001AIVD3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D9WQ7"; -secondCol = "GQY1XT001D9WQ7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D9E4Z"; -secondCol = "GQY1XT001D9E4Z"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D9DNF"; -secondCol = "GQY1XT001D9DNF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D96WW"; -secondCol = "GQY1XT001D96WW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D8LM1"; -secondCol = "GQY1XT001D8LM1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D8H0J"; -secondCol = "GQY1XT001D8H0J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D89HM"; -secondCol = "GQY1XT001D89HM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D89AO"; -secondCol = "GQY1XT001D89AO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D83YP"; -secondCol = "GQY1XT001D83YP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D83TG"; -secondCol = "GQY1XT001D83TG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D7V0C"; -secondCol = "GQY1XT001D7V0C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D7S3W"; -secondCol = "GQY1XT001D7S3W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D7ICJ"; -secondCol = "GQY1XT001D7ICJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D6ICR"; -secondCol = "GQY1XT001D6ICR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D6GBI"; -secondCol = "GQY1XT001D6GBI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D5Z5M"; -secondCol = "GQY1XT001D5Z5M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D5WBP"; -secondCol = "GQY1XT001D5WBP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D5DGI"; -secondCol = "GQY1XT001D5DGI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D4U2W"; -secondCol = "GQY1XT001D4U2W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D4DZQ"; -secondCol = "GQY1XT001D4DZQ,GQY1XT001BKQ5T"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D3OAC"; -secondCol = "GQY1XT001D3OAC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D1YOJ"; -secondCol = "GQY1XT001D1YOJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D1XZA"; -secondCol = "GQY1XT001D1XZA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001D000W"; -secondCol = "GQY1XT001D000W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CZXNI"; -secondCol = "GQY1XT001CZXNI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CZW3Z"; -secondCol = "GQY1XT001CZW3Z"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CYR32"; -secondCol = "GQY1XT001CYR32"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CYCJN"; -secondCol = "GQY1XT001CYCJN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CYC4U"; -secondCol = "GQY1XT001CYC4U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CXS6D"; -secondCol = "GQY1XT001CXS6D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CX8LX"; -secondCol = "GQY1XT001CX8LX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CX2Q2"; -secondCol = "GQY1XT001CX2Q2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CW98H"; -secondCol = "GQY1XT001CW98H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CVV85"; -secondCol = "GQY1XT001CVV85"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CVRJI"; -secondCol = "GQY1XT001CVRJI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CVOL0"; -secondCol = "GQY1XT001CVOL0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CVFNC"; -secondCol = "GQY1XT001CVFNC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CV1LL"; -secondCol = "GQY1XT001CV1LL,GQY1XT001BQVD1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CV0DW"; -secondCol = "GQY1XT001CV0DW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CTWYV"; -secondCol = "GQY1XT001CTWYV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CTWB6"; -secondCol = "GQY1XT001CTWB6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CTRQ3"; -secondCol = "GQY1XT001CTRQ3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CTKRX"; -secondCol = "GQY1XT001CTKRX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CTK4X"; -secondCol = "GQY1XT001CTK4X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CTK21"; -secondCol = "GQY1XT001CTK21"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CTF0L"; -secondCol = "GQY1XT001CTF0L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CT2JM"; -secondCol = "GQY1XT001CT2JM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CSHR4"; -secondCol = "GQY1XT001CSHR4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CRUPS"; -secondCol = "GQY1XT001CRUPS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CRGVT"; -secondCol = "GQY1XT001CRGVT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CQRH7"; -secondCol = "GQY1XT001CQRH7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CQI4I"; -secondCol = "GQY1XT001CQI4I"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CQFTX"; -secondCol = "GQY1XT001CQFTX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CQ5GA"; -secondCol = "GQY1XT001CQ5GA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CPMSS"; -secondCol = "GQY1XT001CPMSS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CP08F"; -secondCol = "GQY1XT001CP08F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CO8LA"; -secondCol = "GQY1XT001CO8LA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CNQRQ"; -secondCol = "GQY1XT001CNQRQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CNIFR"; -secondCol = "GQY1XT001CNIFR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CN1SH"; -secondCol = "GQY1XT001CN1SH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CN0JB"; -secondCol = "GQY1XT001CN0JB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CMX6S"; -secondCol = "GQY1XT001CMX6S"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CM9KO"; -secondCol = "GQY1XT001CM9KO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CM17B"; -secondCol = "GQY1XT001CM17B"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CLYL8"; -secondCol = "GQY1XT001CLYL8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CLI56"; -secondCol = "GQY1XT001CLI56"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CKSVL"; -secondCol = "GQY1XT001CKSVL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CJ6J0"; -secondCol = "GQY1XT001CJ6J0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CJ1YF"; -secondCol = "GQY1XT001CJ1YF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CIODT"; -secondCol = "GQY1XT001CIODT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CIA0D"; -secondCol = "GQY1XT001CIA0D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CH6H7"; -secondCol = "GQY1XT001CH6H7,GQY1XT001AKKTX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CH5CN"; -secondCol = "GQY1XT001CH5CN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CH58X"; -secondCol = "GQY1XT001CH58X,GQY1XT001ALVUA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CGXD7"; -secondCol = "GQY1XT001CGXD7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CGH66"; -secondCol = "GQY1XT001CGH66"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CGF2P"; -secondCol = "GQY1XT001CGF2P"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CG622"; -secondCol = "GQY1XT001CG622"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CG521"; -secondCol = "GQY1XT001CG521"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CG4OF"; -secondCol = "GQY1XT001CG4OF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CFS8O"; -secondCol = "GQY1XT001CFS8O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CEVMY"; -secondCol = "GQY1XT001CEVMY,GQY1XT001AUWC2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CE4Q0"; -secondCol = "GQY1XT001CE4Q0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CDJUW"; -secondCol = "GQY1XT001CDJUW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CBSLG"; -secondCol = "GQY1XT001CBSLG"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001CB5T5"; -secondCol = "GQY1XT001CB5T5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C9U6C"; -secondCol = "GQY1XT001C9U6C"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C9BPY"; -secondCol = "GQY1XT001C9BPY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C98BJ"; -secondCol = "GQY1XT001C98BJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C8VLV"; -secondCol = "GQY1XT001C8VLV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C8RL3"; -secondCol = "GQY1XT001C8RL3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C8QJ3"; -secondCol = "GQY1XT001C8QJ3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C8255"; -secondCol = "GQY1XT001C8255"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C7ZOX"; -secondCol = "GQY1XT001C7ZOX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C7SH9"; -secondCol = "GQY1XT001C7SH9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C7KNS"; -secondCol = "GQY1XT001C7KNS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C75NS"; -secondCol = "GQY1XT001C75NS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C6WKE"; -secondCol = "GQY1XT001C6WKE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C6SJY"; -secondCol = "GQY1XT001C6SJY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C6KPW"; -secondCol = "GQY1XT001C6KPW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C68RV"; -secondCol = "GQY1XT001C68RV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5JU1"; -secondCol = "GQY1XT001C5JU1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C5CE7"; -secondCol = "GQY1XT001C5CE7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C54I8"; -secondCol = "GQY1XT001C54I8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C51HZ"; -secondCol = "GQY1XT001C51HZ,GQY1XT001BLDSV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C49GL"; -secondCol = "GQY1XT001C49GL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C44EL"; -secondCol = "GQY1XT001C44EL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C3S0Z"; -secondCol = "GQY1XT001C3S0Z"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C2Y41"; -secondCol = "GQY1XT001C2Y41"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C2ODJ"; -secondCol = "GQY1XT001C2ODJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C2JT7"; -secondCol = "GQY1XT001C2JT7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C27UP"; -secondCol = "GQY1XT001C27UP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001C0NUT"; -secondCol = "GQY1XT001C0NUT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BZV37"; -secondCol = "GQY1XT001BZV37"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BZSJU"; -secondCol = "GQY1XT001BZSJU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BZ3PM"; -secondCol = "GQY1XT001BZ3PM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BZ2RC"; -secondCol = "GQY1XT001BZ2RC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BYZUD"; -secondCol = "GQY1XT001BYZUD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BYT57"; -secondCol = "GQY1XT001BYT57"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BYKA3"; -secondCol = "GQY1XT001BYKA3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BXVU5"; -secondCol = "GQY1XT001BXVU5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BX7JZ"; -secondCol = "GQY1XT001BX7JZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BW40O"; -secondCol = "GQY1XT001BW40O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BVWDT"; -secondCol = "GQY1XT001BVWDT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BVHR6"; -secondCol = "GQY1XT001BVHR6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BT9UW"; -secondCol = "GQY1XT001BT9UW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BSY3L"; -secondCol = "GQY1XT001BSY3L"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BSMQ4"; -secondCol = "GQY1XT001BSMQ4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BS13U"; -secondCol = "GQY1XT001BS13U"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BRTL5"; -secondCol = "GQY1XT001BRTL5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BR72O"; -secondCol = "GQY1XT001BR72O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQZ4F"; -secondCol = "GQY1XT001BQZ4F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQWBU"; -secondCol = "GQY1XT001BQWBU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQLUR"; -secondCol = "GQY1XT001BQLUR"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQB6D"; -secondCol = "GQY1XT001BQB6D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQ5G4"; -secondCol = "GQY1XT001BQ5G4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQ1S6"; -secondCol = "GQY1XT001BQ1S6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BQ0GL"; -secondCol = "GQY1XT001BQ0GL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BPOSP"; -secondCol = "GQY1XT001BPOSP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BOSE8"; -secondCol = "GQY1XT001BOSE8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BOCB0"; -secondCol = "GQY1XT001BOCB0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BNOH7"; -secondCol = "GQY1XT001BNOH7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BN99E"; -secondCol = "GQY1XT001BN99E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BMUIK"; -secondCol = "GQY1XT001BMUIK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BMIAQ"; -secondCol = "GQY1XT001BMIAQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BMFUU"; -secondCol = "GQY1XT001BMFUU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BM7K9"; -secondCol = "GQY1XT001BM7K9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BM7EA"; -secondCol = "GQY1XT001BM7EA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BKZRW"; -secondCol = "GQY1XT001BKZRW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BKFMA"; -secondCol = "GQY1XT001BKFMA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BKFH5"; -secondCol = "GQY1XT001BKFH5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BKAWE"; -secondCol = "GQY1XT001BKAWE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BJYSJ"; -secondCol = "GQY1XT001BJYSJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BJ8H5"; -secondCol = "GQY1XT001BJ8H5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BI3LM"; -secondCol = "GQY1XT001BI3LM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BHXDE"; -secondCol = "GQY1XT001BHXDE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BGQ7E"; -secondCol = "GQY1XT001BGQ7E"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BG450"; -secondCol = "GQY1XT001BG450"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BFZK3"; -secondCol = "GQY1XT001BFZK3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BF30O"; -secondCol = "GQY1XT001BF30O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BF2QX"; -secondCol = "GQY1XT001BF2QX,GQY1XT001A83VX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BEJZT"; -secondCol = "GQY1XT001BEJZT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BEBW7"; -secondCol = "GQY1XT001BEBW7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BDRSD"; -secondCol = "GQY1XT001BDRSD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BD828"; -secondCol = "GQY1XT001BD828"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BCLXW"; -secondCol = "GQY1XT001BCLXW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BCKVK"; -secondCol = "GQY1XT001BCKVK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BCISS"; -secondCol = "GQY1XT001BCISS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BCH1F"; -secondCol = "GQY1XT001BCH1F"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BAXRL"; -secondCol = "GQY1XT001BAXRL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001BA51O"; -secondCol = "GQY1XT001BA51O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B9XTN"; -secondCol = "GQY1XT001B9XTN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B96VA"; -secondCol = "GQY1XT001B96VA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B8U6Y"; -secondCol = "GQY1XT001B8U6Y"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B8QB4"; -secondCol = "GQY1XT001B8QB4"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B8DXP"; -secondCol = "GQY1XT001B8DXP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B8BT5"; -secondCol = "GQY1XT001B8BT5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B85U6"; -secondCol = "GQY1XT001B85U6"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B7EFI"; -secondCol = "GQY1XT001B7EFI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B74TO"; -secondCol = "GQY1XT001B74TO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B6FIY"; -secondCol = "GQY1XT001B6FIY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B64TM"; -secondCol = "GQY1XT001B64TM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B617J"; -secondCol = "GQY1XT001B617J"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B5MNA"; -secondCol = "GQY1XT001B5MNA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B5G9X"; -secondCol = "GQY1XT001B5G9X,GQY1XT001AN4SV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B56EM"; -secondCol = "GQY1XT001B56EM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B4UML"; -secondCol = "GQY1XT001B4UML"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B4MUT"; -secondCol = "GQY1XT001B4MUT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B40W5"; -secondCol = "GQY1XT001B40W5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B3W8S"; -secondCol = "GQY1XT001B3W8S"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B3N9K"; -secondCol = "GQY1XT001B3N9K,GQY1XT001A2SZ9"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B3EYH"; -secondCol = "GQY1XT001B3EYH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B384B"; -secondCol = "GQY1XT001B384B,GQY1XT001B16DA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B2RDE"; -secondCol = "GQY1XT001B2RDE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B2EC3"; -secondCol = "GQY1XT001B2EC3"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B2DYC"; -secondCol = "GQY1XT001B2DYC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B2A7O"; -secondCol = "GQY1XT001B2A7O"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B23BY"; -secondCol = "GQY1XT001B23BY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B1FYN"; -secondCol = "GQY1XT001B1FYN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001B0IDP"; -secondCol = "GQY1XT001B0IDP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZT7W"; -secondCol = "GQY1XT001AZT7W"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZAZH"; -secondCol = "GQY1XT001AZAZH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AZ6QQ"; -secondCol = "GQY1XT001AZ6QQ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AYUTA"; -secondCol = "GQY1XT001AYUTA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AYNA7"; -secondCol = "GQY1XT001AYNA7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AYHAK"; -secondCol = "GQY1XT001AYHAK"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AY4WP"; -secondCol = "GQY1XT001AY4WP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AX8EE"; -secondCol = "GQY1XT001AX8EE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AWZIH"; -secondCol = "GQY1XT001AWZIH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AWRVU"; -secondCol = "GQY1XT001AWRVU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AWJ1M"; -secondCol = "GQY1XT001AWJ1M"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AW2T0"; -secondCol = "GQY1XT001AW2T0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AVXBJ"; -secondCol = "GQY1XT001AVXBJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AVBP5"; -secondCol = "GQY1XT001AVBP5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ATUZ8"; -secondCol = "GQY1XT001ATUZ8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ASWQS"; -secondCol = "GQY1XT001ASWQS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001ASFQE"; -secondCol = "GQY1XT001ASFQE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AROO8"; -secondCol = "GQY1XT001AROO8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AR18V"; -secondCol = "GQY1XT001AR18V"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AQZ6X"; -secondCol = "GQY1XT001AQZ6X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AQG1X"; -secondCol = "GQY1XT001AQG1X"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AQ3PI"; -secondCol = "GQY1XT001AQ3PI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001APGKI"; -secondCol = "GQY1XT001APGKI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001APD07"; -secondCol = "GQY1XT001APD07"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AORNO"; -secondCol = "GQY1XT001AORNO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AOHJF"; -secondCol = "GQY1XT001AOHJF"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AO5IX"; -secondCol = "GQY1XT001AO5IX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AL3RI"; -secondCol = "GQY1XT001AL3RI"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AITUY"; -secondCol = "GQY1XT001AITUY"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AI920"; -secondCol = "GQY1XT001AI920"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AGWON"; -secondCol = "GQY1XT001AGWON"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AGBP8"; -secondCol = "GQY1XT001AGBP8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AG5KZ"; -secondCol = "GQY1XT001AG5KZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AFXW2"; -secondCol = "GQY1XT001AFXW2"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AFWUA"; -secondCol = "GQY1XT001AFWUA"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AFWRO"; -secondCol = "GQY1XT001AFWRO"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AFJA5"; -secondCol = "GQY1XT001AFJA5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AF6GW"; -secondCol = "GQY1XT001AF6GW"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AEZWU"; -secondCol = "GQY1XT001AEZWU"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001AE8EJ"; -secondCol = "GQY1XT001AE8EJ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A9YE5"; -secondCol = "GQY1XT001A9YE5"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A9V0Q"; -secondCol = "GQY1XT001A9V0Q"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A9NV7"; -secondCol = "GQY1XT001A9NV7"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A9KQV"; -secondCol = "GQY1XT001A9KQV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A9HKL"; -secondCol = "GQY1XT001A9HKL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A9GYE"; -secondCol = "GQY1XT001A9GYE"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A95PC"; -secondCol = "GQY1XT001A95PC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A94I0"; -secondCol = "GQY1XT001A94I0"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A90S8"; -secondCol = "GQY1XT001A90S8"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A8Y6H"; -secondCol = "GQY1XT001A8Y6H"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A8OUN"; -secondCol = "GQY1XT001A8OUN"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A8KPL"; -secondCol = "GQY1XT001A8KPL"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A8DH1"; -secondCol = "GQY1XT001A8DH1"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A8158"; -secondCol = "GQY1XT001A8158"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A7T0D"; -secondCol = "GQY1XT001A7T0D"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A7OHV"; -secondCol = "GQY1XT001A7OHV"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A5XPP"; -secondCol = "GQY1XT001A5XPP"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A59EZ"; -secondCol = "GQY1XT001A59EZ"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A520K"; -secondCol = "GQY1XT001A520K"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A4ZOC"; -secondCol = "GQY1XT001A4ZOC"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A3GEM"; -secondCol = "GQY1XT001A3GEM"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A37AB"; -secondCol = "GQY1XT001A37AB"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A2HWT"; -secondCol = "GQY1XT001A2HWT"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A16SX"; -secondCol = "GQY1XT001A16SX"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A13OH"; -secondCol = "GQY1XT001A13OH"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A0VZD"; -secondCol = "GQY1XT001A0VZD"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A0L0R"; -secondCol = "GQY1XT001A0L0R"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A0BQS"; -secondCol = "GQY1XT001A0BQS"; -nameMap[firstCol] = secondCol; -firstCol = "GQY1XT001A035O"; -secondCol = "GQY1XT001A035O"; -nameMap[firstCol] = secondCol; + //read info from stable file + string testfile = m->getTestFilePath() + "testFile.names"; + m->readNames(testfile, nameMap); } /***********************************************************************/ - void TestDataSet::fillGroup() { + if (gMap != NULL) { delete gMap; gMap = NULL; } -string name, group; -map groupMap; -name = "GQY1XT001BE860"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQJQ4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BLMPK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ALMA7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BULVX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001APNH4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A21SN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BTLIQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AGD7J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C0KKW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CCQIC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BIMSU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D0KIQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AUPK6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CSXYT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A36FJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ASBXY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CTKLJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AZV6U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CFNFF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AYFUK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D6IYP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C2DSW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AJTPE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EC4DP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8BOX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AY0L9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A34Y2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AD8S7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BL413"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DYH1T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CY5NE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B1JG5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EY2KY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EIYJ9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C1IUU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BX625"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AKI0B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BA7E8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B91F1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DCHJE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DPK53"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EAZX0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E2Y85"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D5OXE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DXFCE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DXV17"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C0PZJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DFV2Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CG8YI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C1CQ1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EHKUD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AX28W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CS1F8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C0X7N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DIU85"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CDUPY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BDVY7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AD4H2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DSWTE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BY59Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C2A3H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BE82W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AONA4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BR4MG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BFMRW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CTZ90"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EKHCD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJGAX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJFIM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CCBZE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DAJR6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A7VFP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZZ9M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A4YC7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D5G2F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BEWJK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DNNKT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DYU5Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CO2S2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001APF4G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BP6J1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ANNDW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EMF20"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C2F63"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DY9X6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9UHY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EOUT5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001COIU5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D9VG4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AMBC2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B2NCN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C0WZ1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BRLZV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CMQBM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CD1FB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EK6CT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DPDOE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C4D0I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CXBGH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BVD44"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D2ZP9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DBAT0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CFFXS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CP6RD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DCY02"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EWO7D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EO2VK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DJ8XS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EWY5K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DCCI6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CZ2IL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EB9FT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BY9DP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BSRU5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EX1QM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ETZ4S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ED80G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C4SKJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A36YS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D38KG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D0LYP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D2LCX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BLLDK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AXZ1Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BXCNG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKU46"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EPBTW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ALSEJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AM8E1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ALSMI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ASKJQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AZIWT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C0EAB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B76GU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKP7D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C8QZE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8G1V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AHUNB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DD2R3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EED9C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ATTNL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AYXA5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B6K7W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AV03T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EPR6X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BTTXF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AJO5D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CLU5P"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C52C3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EVQTI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BJ5GJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CY7V9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BSVKC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EYLB2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BEI4O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9DLT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CM899"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AGRCR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BGSK6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ATEQX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BUPRX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BNCIP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E1GDD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B0308"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C09XB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A9UL1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZ9FY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CTPUJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B9ZM3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ARV4D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DVVMY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DIYUN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DV8TG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ARCJG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B2I4C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C8QD2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BPML8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A243I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CY12Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ASIF6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C3408"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B5458"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CABMK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BX4C5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D90CW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DIE4J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ESV4K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D6OTU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9QZ0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKNTO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EK8MM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A62SC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CIBDX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BAWTR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CHSL9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKC2H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CTTZ6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CF3U2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C2OG9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CV5BM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CMNBZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8X1G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EZPLM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AI465"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DQOM8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B7NBX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CPL0X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ATN1G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ESTU4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AVI9A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BN68M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CH3J2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EG2LI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CGJ4W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A6JSG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CUONH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AY8BY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AUOJH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BCIZ4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DGM8Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EPNKV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C1RLJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CAJTE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BB5KS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BIIDI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D8APC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ALEH5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EBWAN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BOVFT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A66VH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DV4AF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DPUNI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJ6PA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C3RKO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CPANR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DNK7S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CYQAW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DJ5QF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQWGP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKPCX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B23FR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9J3M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001COWUC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BV949"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CCMA8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BCKVD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DW119"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DX6MT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EMLRV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C65U4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AUNXO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DQYDQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B1YM6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CZ7X4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CL3SJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EWL8N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EKMYO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ERBX4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DULKF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BXE9A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EG1Y8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BV1K4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AHUXE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B33TM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DX4XP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BPCPH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CRSN4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CFK3U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BVBJB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EFZLF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ASYKQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CAVKT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AR2S8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CSTYZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B92UI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ATL5Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CN9AA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ANB9A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AOYUX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DT5IM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B9SHW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ALXFO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AU3TB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DMQNT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DSUIT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EFU2V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CAH2Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DP9UT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CU4TU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DQG3S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AOA1Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BDCCR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EDPZ8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CP6NC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B2I7Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EF9R5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E4QOX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EDHBS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BN4Q3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A83CI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EUYQL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DTVQ7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DB0RX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D1FO8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BXUX5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZ58T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B893L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJTGY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AIEKP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BP472"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E2W86"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AY9I3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AKLT0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQQBW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BMYZL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKSL7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A6YPS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CZLEF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CNG22"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DW456"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AF97B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BB6MQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BHIOM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D8JWQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EEN35"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CM2GU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BEQ6X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A8EMS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DS7RI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D6IE0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BGZ4W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D0SFJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BFC8G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CGL5D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EION0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DYD4A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EEI3Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D3ZO3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A6BED"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E20VO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AFZCR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E2UJN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D0XZJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9CVN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DN4GJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BL79W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B4VQ6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A4JO1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DD1OU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D7TBX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DV333"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CHUT7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BB7Z1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CVQHL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B7FQJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EH0MH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B5RHN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CW76G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKXNA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A2TSU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CT44M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AI7V5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CMHLD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D1BPE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BRWVT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CIRX6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A6WKT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EFHTH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BHZ9K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BN3UB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BUZA4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AN3H8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKYPE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D3JMT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EOC1N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BTN8T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D7D2L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DRXND"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DGXZ3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CR271"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CXIWB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKY0I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B3H2N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A9B7D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DSDAH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EONCG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AN6AP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BGR69"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8PVD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AFX7F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001COMI3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A6QS5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AMN7L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BAZGU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CLDOW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C6S2H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BGIBA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A109C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BUBAS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DIF2F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CROKR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B5K2V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A4VES"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A7C64"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DWIDT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A4VPC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B2OXI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CTDYL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CI7B5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A4DPG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQBJM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EG0G1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DU4O8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AOHQM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AOD8K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BJNQQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DLAP2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E0Z2R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKI9I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ER6WD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001APB9J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DYE2X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AUSU2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A4XNM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EYAGN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CT6M6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CIX5S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZKSZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BVGBV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A171H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DTPFA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AXRQ3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BY4NA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZDF0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B0QVU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CFU33"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ATHOJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DB6AQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A0QJB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKUXC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EQVBM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DMZDX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BT9VU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZ3LI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B3KCU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CVVYK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DDAYH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DANHS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CSFAY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CARE4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A41X1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AG2IW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DPVZ8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B9YZM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CAVYY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AV88I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ENJG9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D07BP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CD8J9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CM13R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BDD51"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQIVU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8O1B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ECB13"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BU708"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CVHZJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AYVQ3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CULI3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EPQCJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYRBH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CHIQJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BG3L3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DDYMN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CA63L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BTJEO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D7TT4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BRP5J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ELREU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BHPLV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYEE7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DXAUT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C8FV6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DHTEM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DUSW1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ERH37"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C1C8S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BXRTC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E14R9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ATB6C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AWRWI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DAYN2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BO66I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CW26U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DNNXL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A8F0W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E1NOF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B6UGE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BE5PW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D9I8X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DLMY3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQUJQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CNQYQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ARE7V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A0JE3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJB84"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BU1IO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E17YZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BU6L0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AFT4L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DPE1U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CSFI1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQ67T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CBDFP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AZAA1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DJY8N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BJ2DJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BCIDS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BULEC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CZE73"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DTYQN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CNR3I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BIBFM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EERR6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C89YH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EFCM5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EQ62P"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQLN3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EHI3Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A82KS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CVOOZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A2MKP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DAICM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DBV2D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CCNK5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BRO26"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CA7KI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EED4A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CMKS3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AN6II"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AXPCK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D0CQO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DBSE0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AH8NJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AUSHW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A1225"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A8KB8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BNUUR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AVKSR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CV2G4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BUAQM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CRHSI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BXZPL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CYHD3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EPQ56"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CRESM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ATSY4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EV93E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D3YVS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DVFP7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A0859"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DF634"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AMS7N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DJ18M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ANANY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BF53E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EYKCJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EG8LG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C0IWN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DUMDX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D56T9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D2JFB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EM70V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ALKB4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8IMJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AVM7J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A9JO0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ENW4B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CAEI4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DWCMP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EUM6G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C1K5U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CEH2T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CVA8Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EUBB8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CMDI0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BGLOJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EWBSR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AFBWA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BMZKZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BE97L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DCTG7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BV6LL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CG2MM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D53SS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DBZKA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AXYVM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DRNQA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BSDC1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A7L3J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZJ6M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B27VF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BXPH6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQBS1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ASYQP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DCHAU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AIIA0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CTX3D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B5D7E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BFI0D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CFDI8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYBG4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EKEOS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EQBL1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EL93O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A9PJO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CMXHE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DQRD9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EZLV6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BR7IQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C8ER1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AGPDB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DTN3D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EMHLM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EF6E0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BASVV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C423C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BHBWZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C58KB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BFCIO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AZL5W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D51CJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EYCU2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AVR76"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CYVBA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AEGPB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AEQFV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BMKNG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C3I9Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BMSDH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EOC6R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZJOV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9SC0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DA29A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EB469"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CRCUY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQ3NP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKCAE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BV7YN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYJ71"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001COT01"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DY8NN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CUEB9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJYVM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A5PM2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DJLXU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AZDUE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B6XVK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E4HTN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DGVEY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B2DK0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C7HSL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CF9JV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C2OR5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B4MKR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9CMM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C8WZI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQEBE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C0GKM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EEVD5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AFIT4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A2FU8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BN8A1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B3G09"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EVAO6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EBDSM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B0D6G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BH5W9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CRHXH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C56ZM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BDS9K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZ2PG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DVWRU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CUO0E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EYANH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKCJE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A9FGK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B4XUY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DIJ3M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B72HA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EWH84"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B9GGF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CCXKB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A0DHT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZQ9C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CWHBX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CMWIN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BVLVW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EP4ZO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EEM10"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EN58I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BGJC3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DCXT1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CMAFT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D4527"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AP4F3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C2KND"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AGGF3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CYZMH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BEPE6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DL4PP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DWAUM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A2ILS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BJPKJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DR4ZA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B58VK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AHLVR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AI1AF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EZWUZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D35D3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E1EN2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DK1AF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B9EHX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BHNU5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BRPLP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EOYYY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CZ6Y8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EI53D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CEBYE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ET53S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CAHMK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D2YIR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CZW8L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AZ1CJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ETP94"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DW8ZQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DG5QU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C3OB2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A6ZBN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C1ZJ3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKM32"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BK001"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQHUK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJ2AV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EEYCI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BTYMA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BO7ZH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CLIEG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EFB69"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EBYHJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BNI6E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DWFTV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B6SD9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ALDJT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CHDPW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AHWAO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CC0A6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ENMKV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DWLNE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EGCRS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CI85E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E2ZGH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D2RK7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CECMB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BODTX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D3O3I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQTWL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CTHOG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E0HJ6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BFQCO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CBOKM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CYY6E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQV6H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DX1ZF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CRXU1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CBY6A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DRAJJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DRAMK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ETIR2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E25JL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ALXAH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DI491"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BNAHP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BC4HP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D6F38"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DQ36C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DYMAU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DSQSB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A6HZW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BVVP4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BEVGR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AY78C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKUNX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A0CWV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A47D0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DIPQG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BWJ8O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DL7KI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D7RH9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EKOFJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EUVYU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKOKO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D99DS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BL530"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CDBQJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CAQUR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQI2Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C2KYV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJOMJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKUHR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CFZ50"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DRNSP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DQLMC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D7Y1G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A4FUN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKAEA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EQ8Q8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ELGW3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B7KJ2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DC4DM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BXV4W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ATR89"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A2K2G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYAW7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AL891"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ANGPJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A9KU1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AYPP8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C4A63"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B92GZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJHES"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ETFPB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ASQF8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CGFF3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CYDNU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DYOZ5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CM8XJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DY8NK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C6J8O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AO263"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D3PTL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E2KB8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BU43G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BTZOP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DO4UK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EZN2P"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A9POC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D8FPD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DG2RU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CMCRJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B95VU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AOL2C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CBHST"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AYM5M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKOBE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EABWH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AUGTZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DEFQM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BCBGT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E1XCL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ELJ3N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AMILR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ECF8M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AZ64M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BPG75"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZTZM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D71FO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AXAH8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B0PLL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A0D4V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AY6VD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CL4WC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZI3W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CR16Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C1K4Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZNL6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQC9Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B85LZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EDF0C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKJ72"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BWU67"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D57HH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EK2PU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJMWZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E0I07"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EO5S4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D8OBJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKSL3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B0BT3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DY93D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A7B29"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C57BP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CP9TG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A745B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C6HJY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A4ZHG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DF5DN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A3XQ0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D298X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EX9X9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AWZ8O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C98HD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CBNJT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B9G0L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D31CO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EKPBY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001COGQH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BOJSG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BTWIB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DNR05"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BJSK2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CROWT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ALA9T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AMMPT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E26KY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D0968"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EP1BO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DSYDM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A6TY1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BPH1P"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B9QUP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EZFS9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E3MPG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8ETY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJMDH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DX0GI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A7V5T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C0RXW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B4B8X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DGWY4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DS1EV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJXGO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AIDUC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZCAQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AP1UH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D5VUI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CE7YQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DAUZU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJXMI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DS3I0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A0EC4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001COSRE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CUUM3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CCVNT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CPZBV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E1RX5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AO0HM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AT4UA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EIZ02"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BIVWV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQBQS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BW8RF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DXBRV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EA4O2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKEF4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DIP4F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D8NYU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001APRRA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BV6P1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DEO52"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AIDJT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A84C2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B834T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BFOMR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AG3BC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A7080"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ES5ME"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9Q11"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DYH75"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CNULN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DECLG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B7NT7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A7RBO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CI94V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CY1EK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQ6M0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DRRO4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EBWE8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CR9UM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E0MY1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C4MDC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B6AR4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AGBNA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CHMG1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DMFA7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BXCLR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CEGAP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C42PS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CHDJE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DHF3Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DS9KW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ETCJS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C97V3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DC4JK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQBHQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EHLR6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D7O9O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8VUX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EERTV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DN6MX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EA448"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BJZX3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D5LIJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CGSHT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AGDBP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BO54K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ENZ32"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ER4ZA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DSYMF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B7DN7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BC7GU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CT623"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BLHOQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ECSO7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AT306"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CHHM9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D0X45"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AMLOI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DWK7L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A8NQJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C6I1A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKDP2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BJY97"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQ3AT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AXLJD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BTKBC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EXFE1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CNR0Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CG7BI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C2646"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EBQS8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DXHFT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BEPEK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DQ2IM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BMK0X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CCV72"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CDNFP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D3ZFM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DM7IT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AHD49"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D4GG0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A6K63"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKTRP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CUQX2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ANEAQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BB89X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DQX8F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B2FIN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EN8N0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CDY22"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BSMQA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EEOQW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CY493"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BCE26"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CWWNH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BX66Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQJMC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B1I96"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C5U35"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CT1J3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E1BOT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DVBZB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DYJVS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BROJ0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BAZQ5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AIG25"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B9360"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BUWZD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ALE1H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BAKUL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C3ER3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A38OE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BV7KM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EC1YZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQPXV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DDAAL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKA8F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DMV1W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E2QVF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C70AU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DMP7K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYCOP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EO0SO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D13G1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9HD2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DXBT0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AM5YF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CWULO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DWU8F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AD3BW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EW7UV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AJT3P"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BG3EE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EARX7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ETJYY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CCW9W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A6Y8U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DN3NU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EIPPI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CEXLZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DV4GC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BY1QY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AWU41"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C90FA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DFYUM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AWOS9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AFCA1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQ822"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CME7S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BNOXE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AJEM4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D43LR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BO5KT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJAFV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B05T9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EAAYZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EX2N3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AU0A2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CR351"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C87GY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B4PUK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C19YU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AG5CL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8B3U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQCQ3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EIZRQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AMH2L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AIQ57"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8Y1E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ECPBR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CTAAW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A57K4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A64IU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ESPCO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CMDRP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EZ8KF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BY7SL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AIFBT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CTFBL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EZAED"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9GNE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001COFY5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AU5NP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EBF03"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D087V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AGTH6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EIRGD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DK1PI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D093O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D6WBS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DJA50"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DCD1L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AIWC2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C90DD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D9X27"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EE6TT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B37YR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ARR15"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D8GKT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B0BDH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CIBER"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C4ICP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BT41Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C7S8N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DT5DV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D2CI1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EI7NB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D51LA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EIYXR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AWJCK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CTRX5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ENALO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DMFG9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B7SZV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DNHIH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQFIJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BGGEP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AFU1X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DDBVP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B16PK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A6OC9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AVT1R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ECXFJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D18YX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E1E00"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B5GHZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BS37Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EO54X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A7YXC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D8D2U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D838M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EW8W5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DBC48"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B7EUV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AKXCW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AZ1H9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D2SPF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A3K65"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CX10V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CGQYG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BPMUD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BPSBO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EBJIM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CIV4O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A9K6G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BMG2K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CNN56"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZXA1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJNA5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C2J21"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZSUL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQCRS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DMRL8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EDTSU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BDMJD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DIYN5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BJY7J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYTPL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CW2Q7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZ7V7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EUIHR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZSUN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CN6SL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BRSID"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DP80R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EMU2G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B2O50"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EFB1L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AI4TW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQ1T0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B6ITJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EVSYY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKR7F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AZ1ZK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CRAT9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E2Z7B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CW2GN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AHEP2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CRG92"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DMPMC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BII0L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ERPHV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DRC0B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EGZZ8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AWOGR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DU3W5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AFPB7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BC0JZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D8D02"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CPBDJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EPKS0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AVBGJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C6ZGQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BXYBJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AM4B2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ETM1I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A3ZOT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ESK7K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DMIO5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C6D05"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A7H1C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BWBYG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EITSP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AHX2M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D3ZNH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B81HW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CMBNS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BC1ZN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZKIO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EFZ27"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CLD7Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CIBDC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D2CHZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CSTO6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A3INK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C6E0N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQSN8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D571U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D42E5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ALOSI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EPVU9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BPVBS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EXM1V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZWCL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AOC8L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EX82M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CXFFS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A22YJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9SOF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AHC1J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EEDP4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C3EJB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BGKC6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BWSW0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CO17Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C1ZXN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AHJNO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B0L5T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A463Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ARQEY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A8KUO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQFWF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DQ3RY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DMP38"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EPPLD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CNW9E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CC4B5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZRVQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKZF9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D53Q8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQ9GZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A0VE5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJWVO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EYBQT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DAWI7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C5DP6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AGRC5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A0UJI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQ7E4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EWRH6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQIVA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BK9OC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C4KLS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C3A9Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BGZQC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8XPW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DIW5Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EK8OQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BH8X7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DXGK4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKYEL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D9WIH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EYGLZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BS5CD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CSFY9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A6AF6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AVZ0T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EZ7WT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJXNT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EF66K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AVSX4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A93LB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A19FZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BE2FZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CDOH1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C1O1A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQ6HF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CZ2ZA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AUBJH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EA0FY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKXXJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ETLQR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BSNMF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BN33Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQL83"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EN5JT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BGCKI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AF99P"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BXCIB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C89GW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKSBJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AWKGQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B20YH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CLRG2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DPFEY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ES4IT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BY1ZN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DHDAH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ERH1H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DVTWH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CLMXM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A1PZV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DOZ9O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ERJQY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CI1AH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZOAI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B9CX2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A9N4P"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AYMS5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CDF8F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DTIG5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AK3Y7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ERSW2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJC2F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C52EX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A4FOQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AO88Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DC3GD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CMNVT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ESLUG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BLH9R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKGQW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A2QM8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EV851"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EVJDV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C6K86"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DSKDR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E1KY6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DJ3AL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BF42Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQ583"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CLTK3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AL8N3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AVNRQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ESXA6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ENRDS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZ20S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CXE8R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DJ68R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DV3SV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D4MVN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A6CED"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EO1IL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ES6S1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D5MKA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BIWE8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AM7RA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B28OJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CWIPY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DVV3R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EHGRX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AVQSQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ARZ15"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYHA9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E02DO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQFCJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AVX1I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A2JQP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AT6YZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CYHCI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CM1KA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A8AJG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B4YX5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BNZ6T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DDEYO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C2XV2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EU0ER"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AETC0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AEJIG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKISB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EX8XQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D3CSY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AIIIO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BTRU3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B7YDZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BF73E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BTFI2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CSDFJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DT8WZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C7UTJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CAREQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CTGUT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CRR5P"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AVEAJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B9Z3U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AG6Z5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ETDL0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BCQ2Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DTBQW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CE78Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EWUVJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AI0CM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EC123"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJCIG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EZLRM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CND24"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKS9V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJKOB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ES1YQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZM4N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DOA05"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AGTD6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CVX7V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EERFZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BWLC6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AYWMS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E00LB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001APU7W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EK8R7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C5X5T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BR585"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BY462"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AYCLY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CM6T4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AVWU6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AYRBM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AGMHO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EQ6P2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AVQXZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BJBX0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EKT90"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQIS2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ALW6R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CM4YY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EMBB1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D8PGP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DB92V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E0CMN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B0RA7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AIGOR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001COE6A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DM2HI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D0OIF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DQD8W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CTDYO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CLJI4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B9WR4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A9COZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A4ZB2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CHI2S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DB91J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DVO2O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AFO2A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZHTI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DGL30"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DDKA0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EKW5C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DSTPQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYFO0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKT59"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C0GGI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AR1PX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CSZ22"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EG149"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BSTUW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A80NX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DSK2T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AO9UP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CNTSG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EZQ29"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DBV7Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CCWAD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CU3WW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AXOF2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DGPX4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQBZL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AZZGW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D1BSJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8FC3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AWI12"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B5R0Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CF1ZB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EDYE4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EVZTG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BIJZF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B2HTU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BSFRW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ECD5M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AHY5U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EN2AD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CP85E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJWT4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D1Z3A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B1V9R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C7N3U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A54TK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C3CRM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CEYJK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EQT99"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EOH7D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CXLS5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DNADJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BRDD4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DWH2P"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AX6P3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CIDTF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EEAXB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ETEJ7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001END8V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EKIU9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B1D8C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DH74P"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DWM5T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DG924"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AIT98"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BE0AF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EGDQL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BJLID"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZB3B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CD0TB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKXDL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C4962"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DTDR2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EWNQT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EGLS1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AUOS0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DHF78"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001COQMG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BPPFG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A6MLT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CGJZF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EYDU6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C74TE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CMCVB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EUUIE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BY0HA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DU9XX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DNBCB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D41VX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQFK7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CVLJR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BNPXZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EXJ8Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CXCJJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CVUJL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ER0MT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C8YRI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AOYKV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CIWYV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C0Y38"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BF3DG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D89OY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EZ9EP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DP6XV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DLRNY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BXIKD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DPFJ8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EOPI6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BDS63"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EKLXY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BC2U3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A1Y9Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DTDNJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DLQNX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DDKVG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BTULM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DMZ5F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BHL8E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C81ZN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DDOZ3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKOWI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DU61M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D4U5P"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A7O5D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CREEH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BRYKU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQOTY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BIQV4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BO7O8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CU3ZQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D4EUT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DDMQR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B2R12"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AJECK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DBDJN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CPWWJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BTHXZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CC4B8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BI5JJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C96HN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQA4L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BS4ZW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYMO0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9FX7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EB1O1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C1CP6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BAOVH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BE45Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKN8C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CLYFY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CHUOJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AD9MC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJS1O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJ85X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BEDEM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BCBV7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CFOBF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CXGJT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C3ZOE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJ1LV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DHGYZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EI8ZW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ELFDK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CUYG8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DCZRX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AVGNK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C539N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CEZR1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZ4KJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DTA12"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DNRPM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DHNGC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CGRGL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKG9K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ENRJO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B4NKJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQ2D4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DVKQF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CFNFT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZMN5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CFD7Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ESLHC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CMDWX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DVC6B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C0UU6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A0HQK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B38HW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DUCTX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BDZQQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKUE9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CI183"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BCHYY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJVYG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EXUP4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CS4DN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CWVPN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EA86J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BV0MY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CF94S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ESJJK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ENW3B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYTNU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BRTR9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BBKFL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A807Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DVLYP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EWOD5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DCJF2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DRK73"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CEWBL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ETS9S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EFOW6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ERFD6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AROBM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CFADO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CC3KL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DNXZW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E40CK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKB10"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CG9KZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BWDP5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BTR04"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CESK8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CU7F0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AU2DI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQI9P"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DMUYK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D7X3H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BSVTK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BBBR9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D5Z87"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CK74R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BB6TU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EZJY3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A342W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B01HK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CCQF8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYVLE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EKEJU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DOVTJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AXKKN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B6H36"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B2GF2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BSE7F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BFXJ8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C7H1Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D3NFN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EPTRK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BTXR6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ALGP5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AFIO0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJ5A7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EGEH3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AERR8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D6B5L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EN2LZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BUBT3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AY5FW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ASNX9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B5UOI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ELDEC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C2T82"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CZ16Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C0U1X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DMG2A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D2P2A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001COEA0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A8S5Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E3RVO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B1PHL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B34D7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BBB9H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A1XW0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B77HO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BVZ51"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DVEDH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJ52E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJNEQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AXBTC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BBT2E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BM7NP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CF5BE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A5KO8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E3LBT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D91KV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQ9JN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CFKXR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AIAKG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A9V6K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BGJS6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQQCG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AO0I0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZ86G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8XRU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BGS7D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CW1PC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A00I9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CZ1Z0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BSRZG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B6T9B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EKYI2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D9TAD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BXWNL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C2JNT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D7C43"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B4ORA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A91C6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CFJBV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ANVZQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B25R3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DA91O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D2LQ5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ECH4J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D2XIO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DSXTY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ATYFI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQ8NT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BPQH3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CUDWP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BF408"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D7U7L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E4BI5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A34MM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DFX3Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CR64Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ANBOF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BVFWX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ALEIZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DPE45"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BJI5O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A2RQW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CFQ68"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CWG92"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQ9J5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EDCDR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CPVK8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A3XO1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EM1RR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DXO2D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A53NR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AKCS1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BGBBI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DYFIH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DVHRV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYVYH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ELDWU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EB898"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DVEB7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C1WR1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C8EPH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DAE0A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ESB48"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C4K9V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A41Y5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CG2M7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C16IB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9IAF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJB67"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BOJUY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BWC6M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CDU3G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BRWK6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DNXE3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CNU0A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D37PV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DL8S0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AX7TX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DEXMI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CSEBG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ET6BK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ASKW6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D1XHU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BY9K1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CWKGW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C6UOY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CCLK5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B4JBJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BNEHQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DRZH2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C52UU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D7L6A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CX6Q7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B70KF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DWCCL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CH1ZI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EGS1R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CK1NF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DPLKZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C121L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CX9OG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DFDCU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKZUG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CPRT6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQA7X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A2E5A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CXNQE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EVEIH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CXRVG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CNPM0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CEFI4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKM6R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKBBP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C2Z19"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D9VME"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A17OR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CD69S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKRHA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A6JM2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BJGX4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CMS17"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ENJXM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D2P2X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BXB2R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BUW2K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A2HK2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D5GXA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DB0UF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BC9NL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CYJVF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AL3C4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CULQ2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DRPCG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJKME"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKLHQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BTDA0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DW799"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BCIP4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQN7G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A33VF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BMZID"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A501U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZORG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BPTM8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ELSNW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B82NU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C622T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EZKGL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ER4M8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CZEPR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CDNPQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CXPPX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A6L3D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C21CT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AXK30"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ER0ZL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ELXOQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B2WSV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DYM8W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A632T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EMDIM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DJOR3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CXPBL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BPO70"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C5O1P"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B34RI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BH3PV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CG3VQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQAQ5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AMY9N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKIZU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ARWNX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C3B2A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D2RIQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CD9JJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C5LTP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C2G8X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AIIOB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BNPY8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DCAGH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DV8T0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BA9AC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AROKG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C0KA2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EOFQS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B57M7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DARU4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A7I2S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AZQ5T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9OU9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BVUOG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EFU6H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DTDMY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKKYM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DPOM1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B5AMS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B0PSU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DYYJS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D91UQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DGNQI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D4BET"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AUMNZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C87DJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AUPUT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CHDN8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BBJWE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D1QIB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D68HN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EP9K6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CZ5RD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C25IB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BW81E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B0SCD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CSFB8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AOGJ6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EW46B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D9YPD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EKSBS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EWFSJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DLZE2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EKWEU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AXIVT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AH8O9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AN8ZL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ELUUV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CZQPW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQOLA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DPJAF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E106Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZET8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EEQTW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BVCQD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AO6K5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BCE1K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BG5IY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DS4JP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DYO5M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ELTIE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B4AO3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DJVZ4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E2Y5R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CEXXJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DS3L2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EXB8L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CNGRY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DFUQ5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A4XK4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A2LNR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BHRO0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CGKRO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ES9FI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJSVE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EF5H4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EOJN5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CE7RV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C33XQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EAQC0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DE68F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ENJLF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DDBFO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DK53N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BBJ7L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D6G30"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CT56M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BU3CH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ESIH7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AHRSL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZBQF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EC02V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AHPB1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A96RM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CVYOQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DJF61"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKYBK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D07EZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CNXUM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EFWNE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B5HMT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CNXF9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BL1R4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CMV5D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DP4KH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D5DQW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ETZDB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DJDZ5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D5GLQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A9KMB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AYWOF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DA8Q4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A1LIQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CVPXV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EMXET"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AIP80"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AGPLW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BU7UZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C83ZR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A02U0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AV8N4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BCYD0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CADV8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DHZ5S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CH8FP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CBWBA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BLUO0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B6I1M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CIDL8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B08PL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DSSP3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A3SJW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BX0JZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EEZX9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BCNGR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DTC4R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B52VY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B85MA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8P85"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ENHG4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ERE0U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DAKGE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D1LYG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CGRIF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BLRC5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DH3YI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EMO4P"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BLXB4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DVE2J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DQAGN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DL2FY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C1DQ8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CR1PE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ERVEM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EDP9A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DAV66"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EFEVP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D71F5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BVC1W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CGTY2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DTYXT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CMOOE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AW1P8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EF2AY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C8XRQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AJLHB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BM6IE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQ0TR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B1GA3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B5V2Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CA62K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EZ1C3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B50WP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EMGWS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BVKH7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ETMLP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKAJW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BCSWN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001COTY3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DW7WQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BDLKE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BCXY8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D9BYM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EERJ5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DW6Q2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DCI0G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001APHH0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001APVMX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BNOX5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKBZM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BJJVE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CXCW9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZXI1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CZ01Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AKNDE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJPUZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B32PP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CMGCE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AUVCO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CLRPZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DHHB6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZI7E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BF6FK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B18S2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AJJ7R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AROJY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BFZL7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DXATY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EF4JP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D3E1M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C7TEX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E0YJB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AVK8L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQL9Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CLSJI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CU7DV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BX6RG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AZD3X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ES8Q2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C0F0F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CIDQK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CLAQ2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AKPMM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BAUDM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CIQ13"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BL8Q9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A5DHB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EDFL9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D01FL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A242T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DS86U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKO0L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8L7K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AN3P6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ATR8J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AYR95"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CRIB3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CL1ZY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ANG3Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CL2RJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A7Q98"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ANMU5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ESILO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BO277"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EIZ8Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ARBQ4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DRLUJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CXVE8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DPQXF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D7BGH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B4PK6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AKIZ8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C3PSS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EKBA0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AECHY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJ094"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZYQB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A16QO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B1KKI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CBWU9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BJW93"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKUW2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DGTI1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EKX84"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKBNN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CLAWN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CVEL6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CMNZK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BGB95"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DTMOL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EM7OK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AI8H2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C8CH5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A40NO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AW9K3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CTL08"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CLR4M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DAG5U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DD75B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D606O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AZCJP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C89Z9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BWYVO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DNBIW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AV2F0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B5Q97"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DBSSU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AMYWG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CGPXF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EL9JG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AJ2D7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BNDMF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EO5GV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DF0MH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EOY78"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B9B0M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DR4WA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CRF5U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EQPY5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AV051"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CLU1X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DRHR0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E3LAB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKIC2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CZZNT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DDJJM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BNWI9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DIXIV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CIBHU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CLXJM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AJMVK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ATYGK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DMTPS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CE7KC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CFFM5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BRB35"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BRO6U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C18TC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B2PFZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DSPX6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CUZCS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CSGXL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DNV42"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001COB1C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZXAF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EOB0L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BNY5Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DJLGV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DWYC0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BG207"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CL4NZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C0PI0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BBU3A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CXQFF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EOCSO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BJ1S8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D1U5E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DN8J2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B04WM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D2F94"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ENX8Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9TN9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B620O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CHL2P"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A3XDZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DTC8A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B625H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZPV0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DU0Z2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DJWET"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D952B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQFZX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DB2M7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CWPUL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CZGGS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKZZK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B0JDX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BI84N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DMWP9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CDC0Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BWL58"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C2EJB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E3I3U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DK9NK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A7YPX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B69RH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BDZNK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DUBX6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EV3D0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DE38B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DVQ3K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ETX5U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A0XFN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D0JJY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D66ON"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EZ7NC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001COPDE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A0INC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EK7F9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CYZLG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C7UEA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AY2MF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ERVOP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C3A3V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DWIPR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001COOPK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A7BMM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKKX0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D7RZG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CRXHJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B700A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DS53E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BNK8C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AF43P"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ELLQ4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CNX5Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKBSZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C05H6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B3O7X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CTR77"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BRVVP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A2D4N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DTCR1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EI9G7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYNFB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C2D0J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AYLWV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CVJX3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EA3K9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D6WUV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DJOS0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B0XU3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CLG6F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ANLP3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D0C85"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AUQ1O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C3QX9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CNK96"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ASIIE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AUA5Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AOYCV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CY09Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EREVD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C4YL2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CHNIE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E3LJ0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D4UB3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B3D0J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DLBO8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C18US"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D9YGU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BMBTZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A8F36"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BI2TY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D4PK6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C354O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CR0PR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQWFU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BHV96"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BDKWF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ESD9U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A4XMF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EM75F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B29IZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EWGXL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BM6SA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJSKJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CFKFO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B4SNV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJI6D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C5TZC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CBE5K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B6LMA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BPQ12"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D2WAD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B30ZZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C3VUH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D6JRJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BDQMM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C5B1V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A8FUK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AEQFR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AK6UN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B9P0E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EQ4T5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BDBAF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AKNK7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AZSAC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EPDQT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8WA3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CWQ1E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DVLMD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D82DN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B2DWY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DURI7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D8B40"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B7OD9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D63UQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C4KD8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BF379"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ENE25"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BDLXM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BVETV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EN1TA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CAHJ7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CELOD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BRMGK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EHHN5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C7H9T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D2SMQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EK0XZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B1M7D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AT54S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ANUUY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DGZD3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AFWQA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EEHY4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B6OSO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ARRYV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ERXGP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A0PWL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DORP6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D7K90"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CFI7B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C5IPF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C83QE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CRS72"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BMLA9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BGLQH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AW3AN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9JUG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AKPS7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BJDIK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D27F0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CPK7O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D3AWS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CTDC9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BOGRP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DFWUP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DFDYG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BELRO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DEYTQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AHN00"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CCL02"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BGR8S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D4AGS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AL44A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EFI60"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CDZQM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D2KZM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AZU4S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AUH8Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DX5H7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D3510"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B4F8A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CZJLJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D8XNQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EA8I2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CX59L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CV36Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B7659"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CGM9N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DQYOK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D23XQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CBQHI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CVBF5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B7OWY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BOBBQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CEBJC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BJ934"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DGK11"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ARR5Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B97Z8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EP71L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DK4A8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BNPUM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EQPOZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DPUPJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EXG9I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A18ES"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D3NE9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CXN0E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B41CK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AITQ3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ES883"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CS0UK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AVEG0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AVIFA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CHSKR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BVVFH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKDJZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ESN0T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ASWTS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKIL4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BODTJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CME4R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BT6W6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DE3G8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BHFP9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CD0VS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CVUJH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BFRLL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DTIL5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EA7LP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D055Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CM77U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DQSZV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DXET3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CXMTN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AF554"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C3HMR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D8BJE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C5TGS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D9XLV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D6R2M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C33OG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AXP6C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ETMMI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AFK45"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B3JQA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B4EUI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CR7S3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BI77Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ER9KF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZFYN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DTWAU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EWSNU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DU3LJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EOSKX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EX6RG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A7EJW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D0KYO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CIBIR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BPH9O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AJDFY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DD06D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C7D3I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B1F8F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D6WM7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EKZ2A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9TDR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A35BN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A8KDU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AG9EF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D6173"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ENJI5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A6A9D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001APD2H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EATAW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EXHY3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AO37Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BK769"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D0604"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ATI06"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BVPDC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DOVCH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A5UF8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DRXCI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CN6GC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DD3ZC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C2HEX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AIUY1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A79G1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ASU50"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B1W8K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AI6ZS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKG0B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AG9HV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A0RSG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CA4PW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A9AHZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BEPF4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CEL2Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EE2KL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZFNC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AIQIT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJEIW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKKTE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ECGUU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DJHRK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BX18B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DH268"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BTASU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYH3I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DLFTW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CSY42"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BPVQQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJQV2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C6FPS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EDLXD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DSUSG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DHZW9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C7ZCS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BX8O3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EALAH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9INL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C1254"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BW16C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZ3SU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AM7TN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D0XYI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EW1B2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ECZM0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BL966"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D4O99"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DMEB5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ERO7E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DB5N1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DJPJO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CZ1ON"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AEZ2O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D7051"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZPHT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A1OVJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CHG05"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BOKS3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ES0QR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EXOXO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8ALO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ETC8O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BO94D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EE9IU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZFON"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A8HEF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B3B4L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DFWRT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CFPME"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EF0NJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E0TCW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CALAL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CO7CB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKP38"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EP3W0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AYSE1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DO7VM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9OEE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A1L8I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C8RB1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9JRD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CA1TZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AGGH4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DXDL7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DC0OE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E0WDP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C3FXC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B9Z63"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D73OL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C01JV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ETD38"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CWL0C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BHH7L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DRQOA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DLZM4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DH4UX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AIDW1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ARXMO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EL8E7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CPRY3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DXVO9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DTTH2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B1D79"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C1JLD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BK077"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CSIJ8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYYPR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYNZG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BG8LX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AKP5T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A2024"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B0XQQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKNKF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EA50B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BT08F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AJIPO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B9W5K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DBOO7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ES25U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CIKUX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKT0E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C0UKP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C1MCX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BGP5L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CFZGL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A5UGQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DT06V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B4L8I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E4M9W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQLZN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C0B03"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CWAU4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DULRF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EP4D4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DQZ85"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BFVJG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AGFVW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AGXYX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AWLDG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BTT8L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BUH0W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B2MEJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EKKEW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CM7IS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EDEAK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AP3PO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BDGKV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CRVKM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BRJEH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B4WUD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EYIZS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EZIO9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BJM9H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BE38S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BPY69"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BHWSD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ECAQB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B2RHT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CD0N6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CUWM4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CCDOH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B2RWB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJY02"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BW0FG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CO6CP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DVX8X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CVKKJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EL1YZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DAV0S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C6LTQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CFODT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CAZDD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EU98R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C2GP2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CPGTN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DDWY3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CLSTW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CX0WC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CK7T5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CO856"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYB00"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C0V6Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DWTJE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DOS5B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EIL2B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DOSPP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQ0UW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B90XP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A55HK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJWM6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BIBP0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EVP4Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DO2WV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C2EIF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ENHVT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BP5G1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A57HS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D0NSC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ED0VN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BLV4W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EDSE2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DIN58"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BAMV9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C8S6T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A1FTO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DB8T5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DTB2L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B9UWK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001APX4V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CG1BN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AN9E0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EWOFQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C8SLZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ECHUF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EYL59"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DRUMJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJP5K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A0TZH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKUMS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DYFPU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AFCQF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DRH8H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BTTQZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DWTKX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DWBDM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EYHWM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D2Y4Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BDM6L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D7G15"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C82N7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A6AS9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A5IPZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ER7KJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C88HY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C4A1L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EUB8F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BCP6Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EBC4Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQGXN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A3XVL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C8W56"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E2GV2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EFJCS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DS2Y2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJO9T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EG00X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D9R3A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DD4WD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CTE6X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BUM3E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CHT14"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CIWY5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DJTJ7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BCT4O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BT8LW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DPB1K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EEIEB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ANES4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ASRJ7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EOAOM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EOLOU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A5P2L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BOCVF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A9LJH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AMLSF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A02SM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AYG0R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DNXRV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DRW2X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D06SS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C7ORU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A0HJK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AFW4W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BB20Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D2LC2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQ4S2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B72QA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYM8N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BP88E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DOXCT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BF0W9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D9M9T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DSI9W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D4LW0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BF5P2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EP0ID"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8ECR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ARB9I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C6Y7L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CASAH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EGMQR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AWJAX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BN4YD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AMZQT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AEPNK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A5BVL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CSHJX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DO3XP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EBJFE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DIAE0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DB96T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C29Z3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BBV5E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ANT17"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BLT2V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AHHNL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CWEGT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BVTEJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CWNCC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DQBBY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C6VU8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C4Z3E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJO7G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D74PV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AZBRD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A7Y43"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EVIXR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AOAVY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AGNLP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B4E4N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BIN2I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DMDX7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CDGJJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AOCPQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQ90U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D78VP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B648O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A355Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BK00Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A3MUS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BA484"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DYMZP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AD7B2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EHQFU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BWZGH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AMFC5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C7BR8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AGQL0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B2YU8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D8NDH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BAE3R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AKKBG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A1Y5Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BNKGZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AUT23"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BXW2F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AXWZX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A3DD0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DHN1N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CI1L2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZ0KL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EI8A1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BCX43"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EI6KA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EM0OH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EYY1K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQBJ0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BJL4C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B2ZCM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EK67U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B4XE6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A6TKN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B68N8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DARUE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYZTU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C2O06"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D0FUJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ALQHC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DTOGD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKEHL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D52D6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C3DY8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BWE8O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYL56"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CUSXU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BC859"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ENSAS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E1XHD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A1SCW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AMON8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EOPDU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AV14T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D0BJ7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DM9WG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AUFD5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EH251"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B1CEF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B13GD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DL01I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BSRST"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A98RT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DXDO1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B6M7A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D0ZN3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A5GI4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BUPK4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EXBKV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AJGCS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BEUJB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B83L9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B0Y7T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BUZKF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AIJTW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DUDDU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AKHNB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CP2XI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A9RLF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D8B56"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CDYJJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CVRNR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CTRXH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DAV79"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EOBZ4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CL5K9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DAKVZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DRTF9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EK7WQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C3NM9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DHG1E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ELA3R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C8UCY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CD0V6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AJ1EU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BCAP3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CY6PT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CU91W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJL64"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BB9AD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DSCZ3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E0DY5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ETJ93"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D9VWV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C7OR8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZZBL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CVV92"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A9BTB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJ7DH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQZJ6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EF2AT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CNL0X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A669D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EX8VH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EU1IP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DIF5Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DXY3M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CL0VY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EOBCJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EISLX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DIUUR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BG6GC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DPB8H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ENBRY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AJPWF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BB4RV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BAB74"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C3789"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AG3OE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AZFPQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DMOMH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D4LHV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AJZ31"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A1MRA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CGFXQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EZW1V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BSNMW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZMBP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C27LS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B9GBV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BCI2T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DWL54"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZW6G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B3L0Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CDA2G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BDKMF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BGODC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DG0ZA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ER7A8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D8MJG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CMY9P"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ESK5Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DIJ79"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CLBIR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EEID6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKO2Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B95M3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D3PW9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BUEU9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CH6PF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYWY5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BCYZ3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DFY8V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CTBF9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A8FZN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BD5HP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C2QNN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BBP29"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C15IR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CMWGH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DXZKT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DY2B8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CYCXN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DG9BC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DFQR9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BL4XU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D1BOB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EB48K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DS9UU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C6PXX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EHYE5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ESW8F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DO56L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001APJDK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EU855"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CY646"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BUSQD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AM52R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DBBXK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AO3OX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BIJ28"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BK11Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C0KVO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BNZNF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CWDEC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E4260"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B3WU9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C89I9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BJI0M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BUCM4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BTPLZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C3RD1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AUFEF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKTY7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A5DGD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DTE41"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZMIG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CEKCZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BMV47"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B971Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9EGM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B9JL9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BV322"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQQX3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EEPV0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CU24B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DB6K9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B87PN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BHUEF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C53Q7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BH74N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C5IXG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AJAWH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQNX8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJHJ8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CVB5W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A5LNZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B24X5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B036T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZTTY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C2OPO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BF6QK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B41UW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AS0MP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ANP9G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CCTAT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A71WZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DAXQ4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ETOTT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B0LNH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CCNYG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B92DE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CM306"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BWD90"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D1F3U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CEAD0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CSMV8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001APWRW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C29A2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A5LQN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ED0X4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B0RQK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CBY41"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A69OB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D0PBE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BMSA2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B84UP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJTQB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BPELL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BY2BC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C1XMO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ERRVZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B54M0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CM14B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AKR8Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E4QC6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AFMHN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DTG77"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AMCP3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D5Y5C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E1FSI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CM627"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CHA5C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ET56L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BIPF1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BRMTU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DHTSP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C2X5S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E315E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DGQL7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AFEMD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DVX09"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKJMX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DFWYU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C5URF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EX3OQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EGX94"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DEVOO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D5NKF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CDZBY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9SRB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EZ6QF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BWD86"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DS3FR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A76SV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKW3J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BC3KR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CPHL7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EU02C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DA9IH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BRX5Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EQXSF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CH5JM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ETTBE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DFDDQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DBDSK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DB1YF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CTGEL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQKOR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B2PWU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CNRW6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ARLHY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EZ91D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CUD9C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BFJ29"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BH0W9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DLLK5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJT43"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ARQ3H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ERNSB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CBM9F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A4EWE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A8IO3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DSV6R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DP1RN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AMXOR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BSOVV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BW1N0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AUZAN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ER0TS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DDMAB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8A1H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BGJF1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CXUL5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EZ4KL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B1BK3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ET9IV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EUCFI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BTNHK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EE81Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AM6NE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BD9NX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DYTR3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D9PGR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BH8H3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A71VC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EKF9M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C781A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZMK9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C3LKQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ENXTV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BTZK3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EZ518"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BPBN7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BSAG7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C3B8Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKJ4Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DGAII"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C0RPC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DQBZ8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DET9D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CA35F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B2PXZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CIZFZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CSNC3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B53TR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C2193"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZW8T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8JTP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CRK9T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EYWMW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DBFSC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EICQA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EA0HO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQF6Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DT67S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CZ3DS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C8TNC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJJTT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJSM2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ETBK5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B33MN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EHJ1A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9O8X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8DRZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DRMSD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BLDYM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EDV0A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EU77B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EYWS2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AMU99"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CP66X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A1WCT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D5T6Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D0WNF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BC67O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EQH9S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AI1ZF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C4CTD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AGWWC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EI8IN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BFI5I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CM1YD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CTTHM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C7FZA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CL10B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AOSPT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQV7B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DIH2I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A9T34"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ERW1J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B1OIA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ENDQR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EOFV6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EP98Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EFXRA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DJPDU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BX04B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EN24J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B7ES9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DWP5P"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKAPC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C8Z4W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EPCBT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BBLMP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D34EA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B5THT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EXUEM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKTYK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BRXMY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BINWL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AP1OX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A3GH3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A8Z9F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AVHK9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CBR27"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CZ65F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B5H3N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AONVQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BK3UV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CUZOW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BX5K3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKYF1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZRUX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKVEK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DC5U1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CRJ9H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CSX6G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AGQGE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D28CH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EEY39"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CM7LH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D98IK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BSOAO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CVC2F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D1IM1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DBXXE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EDDHN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C7H4M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C6VE7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C8Z9O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B2VFO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C1S97"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BH5MX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DNEQK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYECY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYA1D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BA8O2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EFNCO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DU0CH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C264J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B9PG9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ENRJC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CM4OR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BJY1Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CNY0T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CTMSV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EFMNX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DD84B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ESFUW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D0ARH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BPLU5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9PHE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AOIKU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A53VN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AULLX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AOE7B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQU2W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EHN9Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8C52"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BX5C7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DS9NW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D619L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BCMFF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DC7E3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CAZUN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DYU95"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C6IH0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C43FM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DG9JW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A26ZO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BBDXF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BMC93"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D09W6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CYJEN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D2ZIL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AOHOX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D1A5J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EYXSH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C65GE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D2YK3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B1QDF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DSRR2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CBT2T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E3OUH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EMRIH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EVNPP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EDEKN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DNKWG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ECU7X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQ8VQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AG4YT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BU0VV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B4U5O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CFXK7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AMLOP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BX8TS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CUOED"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001APBDX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BFUZN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DL64G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C8KTA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQP5G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D2FPH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D9U2S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CTP2Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJXRL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B95D3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CVXYN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DRDEN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A1QQ5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BWS2G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D0G65"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJLSS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EVT8E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BVDRX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CXGPA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CBRYW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D86IU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EOJ97"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A7X5W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZ0T7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CHIQN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DJGG1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A5EWN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CW4SG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AKVZQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BUUFT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BH4BN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CPV7O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B41VS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D35N6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E22X4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CXBCO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DHO9E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DVBMV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CDT8V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKQHE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A1RVC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AMVT7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CTO0M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZJND"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DN0UY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CPZP8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CSORF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CZLZS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B61KR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BTVSF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D4SYS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BB4YU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DQKPP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AIIBT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CWJWT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EP3RW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKPV9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BCJMS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CP7MB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DYPII"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DYWDT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EW20N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CGFIZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DDDMC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EETIW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C5KB4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A10GD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJMK6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B68NY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EQ0GM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CRTXA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AOCCH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJYU0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CBPJK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DX0A0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DAGXG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DW3AX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BBL1Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CYZ10"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AIAJZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DO1SU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C8K8E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CL60Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZZ2X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B1Y7X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C175X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B17DN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BN41O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DMS6X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKHJI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C19U0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DJUYY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BOYX9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C2H26"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9XE5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BS6O4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EW43K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D21R5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DQQ7F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AFBL5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJE27"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DSE19"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CTLMS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D63IM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AI4B4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B7VST"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DJH0R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DRSXQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B3TSA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BRGE6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CAS6O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AJY2P"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C74A4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C4C5N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EU61I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B0RPI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJNLX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A9L8A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CN60U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CZ6SP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DEYIB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C35FV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BUB9B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ARNCD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BOFX2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CMM0X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQKG4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D41IZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EBG4B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EGFWQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AUFQZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AYIZ3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8VHD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B12ES"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EH44H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AZ2JB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EBLID"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A2JP4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DLDFQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A6CFN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BE5AF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CMG5P"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DK4DN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BM5HA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D6CGD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E0ENO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BXA42"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EDJOE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DCQ93"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BGW1S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CNA85"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DSJH6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D1ITF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CH931"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BN04Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EE313"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C3CCM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B7C6B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EN4B0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A5BUF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EAFQP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZDID"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DEI2T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CDROF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E2Y49"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C7V1T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AZOM6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EOYR9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DG10P"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EASXH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DMX4K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E1IFY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DC2EM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EE79X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BPT1H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BL39O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BR9KO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D0HLC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DEXMP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B11M6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A5ED3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AW9SX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DVW2I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A3GIS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DSQ1T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CWP7H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EY7CB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BNS9S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DE93N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9PWX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DD0XP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AJQXD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E1OUI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CCL2C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E1MSH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D1CAH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DG7EL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKG9V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CFY53"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DF512"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AUEKT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ECC3N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A3SVX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DV49J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BIL4C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C4GZ9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EUG0S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B5F3H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A5HGY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9LG2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D8UJU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DBFCQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DL09H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EIUMU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AZWXK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AVZSB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CVSZF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CAYZK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BCOUL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A7V45"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DN1EM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E15PC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CT3Y8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EAUNL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYO63"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B7CCZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C45WD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BSELK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ENQSG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BMP52"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DABTR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DBLTM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B81F6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AX56U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQB86"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A5TAO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BHNPZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DBH76"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C1QZ1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BFROK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B62VL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DGM6U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EGMRR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AIULY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DXI4O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DPZKO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BUGGI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B3TZ9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B1VVB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AKBHV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E3R6Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A4CVO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AIYLY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CX827"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A0UIT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CUZZV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EHMJ8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EQAOE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BIXSM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E4UMG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D3L54"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C220U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ARSOG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BJG0Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DA16D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CI9JY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AHKSY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E1SIY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B6STI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DG2JP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A4I9S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DUBK9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CR7P9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CBLMG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C6P1N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001COTXK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZY5E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001APL9U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C4URK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DQ19A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E5PNE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CAH61"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AIN8F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D3KRO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9UKC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ER01K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CPW1R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BCO8F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BVV1A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D5P5Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BLFP5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EY8IO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQ2PE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DF0UU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C3QF9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DXEQX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EFEXW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BLZ3L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EX4AQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CK9IM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A7WSM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BOIQI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CU140"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DMW64"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CVM86"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EI0O0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D8809"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AWR1B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BR19R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AOPNE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQ2RN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C7BVW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CMRMR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DPBKA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D7MF6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ANAHK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CM4DG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E3CFV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AP3FW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ATMMQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BDK12"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BCZ7Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DY46X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DYVPF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B69QK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D3QVQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A3P8I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A2XS7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DP0LA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A0OMQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EXC7U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B94FQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ARTI9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DYGZD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E1NZG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DE0BV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EDJ6I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DPE60"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A448J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DUF6J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BWYX2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BMAD5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CU69Y"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A7MCM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B1I52"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CU3S5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EC3X9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ERM24"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DA4GC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AU36E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EW3NR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B9M35"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AXPGU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CML7L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D11XD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DT2CB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D074G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CC9L0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AIDBU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJOZ9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AR2JM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AZU9V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EVG08"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C4UKY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJTKA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CR2C7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A2X4H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A6W5M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ESN9P"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CTR55"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BDKCO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AT9W2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CHDH2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CD2H8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQGA3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZGO2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AOYBQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EFFSK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EPTGC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DRYIM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BD4ZJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CO3N3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B6IVF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ANN09"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EKNJB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQ3EQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AO9XM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DD9WC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B9AWM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZJLB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DLPJX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DAO2N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ELOQC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EI5XA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CK4V4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BG4TI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EQ5CZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DH9SX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DCMCO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQVZA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C68NR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A60JX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQT29"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CI2PC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A8CBC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AWAE8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AYUDM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A9890"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A1R57"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A95FG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DLW9W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D1N1S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BK3SM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZKPJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BL5Y1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJ6V6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DXIFX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DWHN5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BEV5W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EKPQA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BIT7R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQ307"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BB1K5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DMUS4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQ0JX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CDIDO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AOMXQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B5Q0H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EYOQT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DOY7H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AT23P"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ARI2Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AO54Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CS2JF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DOT7X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DAD4Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E3GM3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EF793"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BDOH5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B5GP4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EFICB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BMULC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C5LCN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DGW2I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BXDWK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DNTGL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CB40Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EC08C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CLFS0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EZVAR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001APAKD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJJWY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CLNJG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EKJ29"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQ5B0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZ6QN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EOQA7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B54JH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ET52I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B3LHH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EPOAA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B0BCX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B1LL7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A8MQI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EK364"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DIDDV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKAZC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EGFBS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A1GOB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A3FTV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CBSCJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BRQWH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D2IVO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DQ7JX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A3JZ3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C39D8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CSQSO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CDYXK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D3XDO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A5B9U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D79B1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C7SCH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BOGFK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A2J58"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D7UM8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D3W6Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EV29D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EVIL3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DTKWJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DHFY5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BWPLN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BUXC9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DE4NM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DXZKP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9141"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQA8D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ER74N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AO3V8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EZUV8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CN0IU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A3JLT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DVNYL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B2KLC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CIIDQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BAOC9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ECFJE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DE877"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C1CLS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AJCS3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DNK7L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A9MJ4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DUZC6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CWFLS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EQC87"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DNLTH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EBT8D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D4NON"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AZRUS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BK2VQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EZH20"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AEGXE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BI64B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DUMML"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AJMB7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AONEM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CDEKB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B6VGZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BAFG1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CK3GK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C2SZT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ES4H3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B29D5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AXJON"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A12SX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8TVQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CDU1S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D3W72"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A6OYT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ANI8H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DEKWE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D3XN5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AVWJ2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DSAX4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BHMSQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DG7NX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B3IAS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B6JV4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CWH74"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CNOAV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C6TVU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CHM9K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BL7ZE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001COBFF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BV61N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZPZR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CGH8B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D6QRO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZ70O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AIVTT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E4XA1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CVU29"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EGXFN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C1982"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EWBD2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AVZYA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EYD3B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJFWH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B35IW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BH082"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BWOHD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DEW4M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BDZJE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EF7O8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D47I0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CGVLA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D7H6R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EHRAF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BRATJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZO64"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DFDTX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DDBT8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D9XGZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B6S47"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B0XY4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BIMP4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BFIS5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EMBCT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DQN6U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AD897"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQS7R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DY4NK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EL8HZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BB7D4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D89JO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EFLGT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A0VTU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BSE92"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EM39Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C863F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DRXKW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E5VK1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AMYAV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJIG9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ED29A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8TNE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A13Q6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ANOF7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DWEPH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EZM6Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EN7RP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D4ODD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQDH6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ASO4F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ECH5V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D4LIX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AX02M"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJHT6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CK3KY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DGZEE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BLLRJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EVL55"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A92CD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CMMY0"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EV5Z1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ASKPG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EM4XC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DXIZ7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EMVFC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DBH8J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CSU9K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CFY26"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CM2G4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQK0N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJXXD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AT0NP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ECIAV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BH9AN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AVF4E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZR27"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DWMG3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B4ZRY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EQUF9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ELZ51"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C6ZWZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D6KIF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DCOUF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CPVWS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZQO1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKCEL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DCBXK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E458W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CGKY5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DJMS4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A52SX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EYYTB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CE1ML"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AVT16"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DVALO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C61ZT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DER32"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D2BLX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EF38G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8J3C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C9RLD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQUC8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A2697"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CI30C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQ8Q3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C4MQZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B8L3C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CK75F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CAWID"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DBBTC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AKD8N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DIXSY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AT2U5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E4ARS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EMKL9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EYMN1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B2Q3R"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DPU7H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EMSH2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EW06E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BXOLD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EEGAR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CXQF6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D47PC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BSLSV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ALFJ5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EJDXZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EI6MG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AVP0H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ASWZV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BO2YJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AQKAV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BL467"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ANGLJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C701Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BA7T6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B6V2L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AH056"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BK8PL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CXXDC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AJUJ7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ASG1K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001COFP1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQABI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BFLU3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D5FAK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BRO94"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DCMGV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EGVKD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D65BG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BUQ6I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CMNKQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CUNZK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EC072"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BOWUL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C8RLW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BODNA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C1J4X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BQ9BK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EKEFB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A1857"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CZJJL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BD9BB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BJ5C8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DBZ6G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AGT98"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DN3FK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AU02F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DOHLQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001COPL5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A2OHL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DCVDO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BXC24"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AGK5B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ALRHW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B3SN4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CDCNT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CWNJD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AJ640"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BBO54"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DE8YQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DANI8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C7AW7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AENKW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CRO35"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BO3MC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CPNTI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKTCT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CQVEQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DJBEF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AGK2Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B3VQO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BY6RP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A15EO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BLAN1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EHFLD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D1B3E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DO225"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BPQ7N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CS1QL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AUHJU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CKL5O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DVASI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CCSVQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DL02E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EY1UK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EBJ1Q"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AFUFV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AIPCU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B56TZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DGTTO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BINZ3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CG5J8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DZY6B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DAZ41"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CEIIQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EQPSI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CS98I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AN067"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BSI6E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C5HWV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D2Z5C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C926L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EIW1J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DW4VP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A0CD5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BCRMC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BY37N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B0NAD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EMLHZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BK8AF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DR67U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BXRFA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A3GTK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DWFVW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AI6BS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DQIAS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DPHRD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E0WSE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BNPTB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DVAXJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A2JRC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D8AU5"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EXR5S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BE5OV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DKDNN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EYST8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DSZ1E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B940F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ATG38"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYRPF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EN26J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D3DYO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C3XX3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E2HHY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E3LKX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CGL5K"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EQKSR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AHCAY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A4EZY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B7E52"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AZ6ZX"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A74BE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EIHZ1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CGNH1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EIE9V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CZYEP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AOFOA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BMVSB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A3EAP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EHO66"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AMN30"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJOTZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A7K9S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DGS4F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AK3IL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ETCIQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DCWJM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B1130"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D6SH9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CD8GQ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AYCUJ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EC4HB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D3WIM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DENDF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EA0YY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D97UK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A9QW8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CDPMO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ER2SL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKECF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001COH4P"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AL6L9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B1XRI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DATHE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C1EQK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CRJ49"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B89GG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DYXMY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A41R6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DJ04A"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BZD9J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D9H1E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EOUEW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A2O0G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DQ59I"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C1NOB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D2RZY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001APLP4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EE34H"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B9TSM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CSHBF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ELYOW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DT2IS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DQAIG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BSFFZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EKIOU"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AWY1B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E282Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DX512"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DLU7O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BO3YB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CVORO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CH23F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ELGIG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EY9UF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CG3X6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001E1NQY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D7W07"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CL6IK"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BF3TA"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D7VRD"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001APTUG"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DW1JY"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A0BTE"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AFBTL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BC48B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A69GH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BDW4S"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CB04U"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BYE1X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B9H1X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BF2I6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ELEHZ"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EO518"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BAUN7"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CFL4V"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CFX95"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CZMVR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C1ZTO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B6T2L"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EF84W"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DVV5E"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C51NS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DA19O"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EZX3C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C50PI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DVBX2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D4TC1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C435F"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EY8M4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BKQHN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001C8U5X"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BFSME"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DSPCV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DCD7C"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BO2G3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AYG33"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EXNU2"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EAYKP"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AKES6"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BHJCI"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D794Z"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CBEMC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EYV5T"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DNKEF"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ED6A8"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001ASJZN"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CJKQ9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D3IKC"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DXIO9"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AW7BT"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A7RTW"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A6MF1"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BSQ3G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A35GR"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EIC6B"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BHXVH"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BWRLS"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B5U5J"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CSSXO"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D3BV4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001B2BRV"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CO5E3"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DWL2N"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001EVG6D"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001DA37G"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BERMM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001BBJWB"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001D08H4"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AGHAM"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001CESQL"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001AJ594"; -group = "F003D148"; -groupMap[name] = group; -name = "GQY1XT001A8KB1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DPYHJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CS0H0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AVXB0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CWYMY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CFRUT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CLWY7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCXRF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BDKK7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQ5KU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EDMR1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ERCTR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZ3X4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DHLM8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQTTH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AYJK4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BI5E6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C4XIG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BDNLP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AXMCA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A80MU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DE3P3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQ58A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5MUE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ELDMN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BD8Q9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AFX39"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BWECY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B688H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DA26G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BR17S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D0XQZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BU1ZH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EJ854"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CYV0B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DAMQI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CYNGC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BF9PU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BO8V3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D697W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A79I7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CH9UX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D57RR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E0LUJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DL9E5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DTIB8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AWHTV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EUW0W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BPK4W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DCLQR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ENG3E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BG9FE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CD5RV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AYG0G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BXT9A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B73Z1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DMR2X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYEGG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CV3UF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C50FG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BMR94"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DHBX7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BL2ZO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DVFFK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A0R0J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AWVIU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9U6I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D3Y98"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B1DRQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BH20Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ALXJG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EU1UW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AUFRZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BRC94"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJV5I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D5Q4Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CKF43"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EA3ZP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D5RYD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AXXQO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E2S6V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DFROY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B3LSD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BOCQO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EFBHU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5WNP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZWOR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AL03V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BGVVC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DV8N8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BKIGD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CKNUW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DMT7J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D3X75"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D368E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CGEQH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQLE1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BXZIC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ELHNV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CUGGT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BF8PD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQWTC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DE93F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQ59P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A62EW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BXJF2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D2MFL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C54K5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CAD8Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ASLTS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E2XQ1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DCGW1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EDRED"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E106N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DTWB7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A7UVK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DYQXS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DMO8J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZ9BE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ETMW6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D1SGY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D6LYA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DUKOQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C4ZLS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EG25Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DIA31"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EFE7W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGE3R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ETO8O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D84H6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AH3BU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C04L4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BEL78"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EMEPM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001APNLI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BC2MA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CF5YS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BHSRC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BBF65"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AM1QQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BXB3G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQAPH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGQY8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DDHVU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D5FUH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AWITW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DT7HL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C47UF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CP0KT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B1Z5X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C0FX1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EK3CL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A7IB2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCNQN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZ6Y5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AYKOB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BR4F4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EW502"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DT3QY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CVEGZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ENBU5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DB4OC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CP155"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D02LI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B7X0B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGIZF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B82G4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EKVZR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D79IO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZJTY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ECH5K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CEGOD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C3GMY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DTWJ2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A1MH0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BRXJO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EO1MU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQLNQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DPUCU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ETP74"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A5O84"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EFE4J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AOACW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D80Z3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CUVQB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E4OFF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CK2BW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BY244"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BVGFY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EE0VB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EKU2Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AWQKC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EC7B3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BASK8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AT04D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DYN7R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EB9K7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CYYL8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CTXNI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EK1SK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSH53"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DTT7S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ECO14"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CEA71"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQ88E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BVKSO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A2QL9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B44U4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CRLPM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DFDYJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ANOYL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A1YZD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EXBJH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BV9GM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DG9BW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZBMR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9UIG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDDOQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A5DM1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BWFWP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C735J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DBXR7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQ4WK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C83OM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AHGET"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BAMLC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D9T64"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E26AX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BU99A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DOEF0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EZ4XH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CUCW0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJPGI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BX6IT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CR77Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A6W1F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D4RC4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ASH0B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AWGKW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E6HK3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EKFE2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGICL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DF4S8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AHX95"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BWWZX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CURRE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A8X3F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BHYMM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BGYW1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AFRIN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DUOQJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CW3WF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BCS7T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A10VD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ERTX9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D0Z79"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQBOC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CHM4O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EMW10"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AY305"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AD7CL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DR9HA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGTAW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CFF13"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CKQ3Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVXWF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ET8GV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CA541"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CYNO2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ESLS8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZJ2O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EJ2DR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DKNQW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EBSF5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A79BJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSJEB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A9ZIC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTXGW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DWA1Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EL8O0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ASX4U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BJUWX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BUO55"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B01V8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C6LWK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGEZ5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A0H8R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ALGO2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AV56J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B4GZQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BL9NL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B2Q6I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A0RJ4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9EY3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BP3VG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ES34U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BWEVA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CNNZ2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D72Z8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AIZEM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EGGS7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQBH9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BNICV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C1M4D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJS4T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AO2WE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B3NSL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DEBRV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BIC77"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A50WO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A79A0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BNZAB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DEEVU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A8DER"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CRG8M"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7PCY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJI1L"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AXN6W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DS0GM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AE14O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AKKT1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BVBY7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CBGMD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CC6OI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DBV0H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7Q1Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ETHRT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DOO8J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CPVJW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A3KIF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZ090"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AMIN6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D2KUK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EPX8J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AMPPA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CKEVP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EOXJO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BLGMA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ESZ97"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ASQ5S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AOZH1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A9N9N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQA7T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CLCJD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D2BC8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZKIK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ERCC2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A3Y6J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C3VKD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EOCJH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CD83Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C9CGJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DPICO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E2IAF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C6XFD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DLOH4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DP9SV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B8YFM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ETJUL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A1I0A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DRS1G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BJM8Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D3JC8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DAEDH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CUAMH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D9VRM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BY5A0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A5K1R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CG75H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ETZA8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EIBE5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B2FV3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DH3GT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQ6UB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DEOLA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BULBU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EXQUD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DYJZR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D3MSG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CMDKB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B92XS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ES2GH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EAXH1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DBP4I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DTARC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DNNZU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DXEYU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DAZCV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EMRGF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EBD4U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BRSBP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EKOXX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6RVD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQ1TI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DT2SI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D753U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DAKFE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DWASY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGZ8V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7962"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E2UK0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ASYVS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BN8FM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ANORU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E1FHP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DS7BH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSLF4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ETL3K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CMP4Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CPT71"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DVBST"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTP9Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B4PCM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C6F4Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C8EWU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EDBRQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BBW2V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E0Z0M"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A12VG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AY41T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ARZYZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AWMNP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJ3TD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5ICY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A6HD8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C823A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DC2NM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CWOP2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EEC1H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D826Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C69VF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EJGLZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ASV6F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CPT8L"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSUP3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CKPJJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C5FFP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AXNC6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BSL4V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQ5S4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CENV0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CEV9W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BF1F1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AV50H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EL1UK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EZIER"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DO2ZS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CFKRP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CAQF2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CBF0G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A5MFB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D5ZL8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EEC7K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DDE88"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EHVYO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E18SG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AVHYR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ESALW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CX48Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ERJMT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BERGI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A91IB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BRHUB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C3CKR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CUOGW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BY9ZQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CH1MH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTMY9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B1LKU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQRR6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EZH89"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C1KMF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C88CD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EN9ZL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EAIRV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BE6KU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AH589"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DS4IT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CY66T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CE3GF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BLY15"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EILFW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EOMLH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EERFG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DUFTK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CN4G7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D1NMT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C2U08"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A519I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B2Z8D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQB64"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BLRXJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CKQXI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C9NDG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D3B0A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DMCS7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CECEU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AGO9T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CELNI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BM1HH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CKXUO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BT512"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C33A2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C9LKM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DV88K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D4CCB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AUKE1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJY7V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BPFA4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DFDG8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DNH9W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E29ME"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EUVL8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EXWLI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C8ERA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A94JU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D8EMX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B7FGX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CGNR1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DLHUA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZM7E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ESTZQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CAGJ3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C047D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BB5FD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DH3BC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001COHBF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BRMIZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B872W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ATWBB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ANUDV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D4Z4U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYD7G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AGZQG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AMSDN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DOYVV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DEYT0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CSFIE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AVRGX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001APAI7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6UGS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGPAW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D9Y4Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A3T4Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DI2T7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BC1PQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DUSD1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B4S56"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DECMS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C5EVM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C6801"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B920W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C5LW8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D94MU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D6IND"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A2LVT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BY4BQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EE46I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DXSA5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQ5NZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CGKEK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BN762"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B3RYD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AYDIW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A29MN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D0ZJL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AVP2M"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C9DJD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C99CT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQ4GN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQB0R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDW6P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DJJ1I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E0Z28"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DUR20"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DKI9Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D44TY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D6DCZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQ5EK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ER28N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CWWUZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B11F1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BDQF2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BUGMG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZFWV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BPHF5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A8IHD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001COVQH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B732E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJE5U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZE7W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AYLW2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AO5WB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQSRF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AIG06"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ERDK0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BXGEP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DWO90"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ALS2Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CIB6Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ALI94"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A6WXJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BWMIH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EXNFU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DHWAC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AV89G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A65T9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AEFSB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CFN9B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B17FN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ANNCH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BEGCX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A58WO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJBFD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQIQX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DLTPF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DXJZR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EMGV8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DLRRT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DXHKA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5TLS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYUM8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B72BD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D38CO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BXRFS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E0QU3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EWTT1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CT2OB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DO4Y1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BSEII"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C4MTN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EBXAD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D4HYP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B84OH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CL6EN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ERC3I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D9AMJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D3YMP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D5D5K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DCPEL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B1QR7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DXI63"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CNU3O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9BIC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQCIT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BXBJH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EX7UF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJJWT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BGVWG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CS23Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B3U8B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ATL71"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DPK1M"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTVGX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A12PX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ATQRL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CVAW3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BDAHS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CO37Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BKHSD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJR6A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BUKVL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DNFOJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CTYG8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EHEFP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DCSMC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D0FX3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DLGXE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ERLW1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EGSPY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D83H1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B2DH4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ASM8W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A617J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BLXWF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A46K4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EIHIX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BFPPG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CN46A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DNMUL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AT1A4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AWB7K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AFW2P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDGFU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EKMMV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B8MHI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B8TI5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BL2BT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CKWNR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AWMPO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CNF6Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D3U23"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AFN26"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C80OT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C6ZNJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EM18R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EYSYP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BMASH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZ1QM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DP4BI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ERNR4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BDRPS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DG7L0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AKIX5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001COBTX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EDJVO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CLERY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C83ZN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EUW17"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVWF3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D0H55"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EUG9E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BKTYS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AM6HI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A8PYW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ANIDF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CE104"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSN6Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CEQ6Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BRFIP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYN5D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CUI8H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQGG0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CELWK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E11WM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AOBVQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C1E5Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B1984"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D24L1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C0B3U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJAEF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DK562"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BA38N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CIGJ9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CF4YB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AXYEN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D28A4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQXV3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BT11Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AGLZ7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EIVA8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BHJAI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AKFZB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BI86R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E3VHE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A68ZN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ANH90"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B3FAY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BA4QN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BXZR0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZ5LK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AUJEP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EMZUN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CY7S1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DUYER"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AXTTO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B3O8S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DM3X2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CS67D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DV2KO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CL3UT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DLJAC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9B9O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C6144"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B1TYW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E01M4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EBJ7J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EZ68J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CTJI6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZU1U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B30A7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EF16S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EC4V2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D50OK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AXEYV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AR8MC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BNJOR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EB8CR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCPJL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D0HC0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A71B1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DPBI6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D620M"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BDQO6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CYLFF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BFLGS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C637A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9B5F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BUFIK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AMF7P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CYMHA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E3E6W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EC2VX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDXR0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BABX8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CWSFD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A6T17"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AE4VW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ARX7Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BFTSR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCVK8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AXXZH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ECBYG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BBNLL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AITEB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGWM5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ECRVS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AOFZB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EC9WP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQRRB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D1CXQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CH4GO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJFZ1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ANCZQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ENKM0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B8LX2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A0KFF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EZUYO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZQYT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BI1KE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQZ4O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CEHYA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A4VQM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DQ2R9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A5GM1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D8019"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DNXY2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AONLO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DPCVX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BPU2R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EAVFK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJ3UD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E6ESX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CKYCP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EV50J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CBE6S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AWR6D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EKWZJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A6VDJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CMWKT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6YGA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DPAVJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CS2O8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BXM5O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A0KLG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6Z81"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ALQUQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CT04W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B1JYT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BNW4M"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CH3HA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AGPLT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BNYD8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BIQLN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CH3TC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJ1S8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ETOLD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D8PY3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJLW3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EY8IY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B8JDI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A7W0J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ELJRF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D3YFX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BSA2U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A8AGQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CG9JA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CWWFN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDID2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C9YXE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D6745"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CFXXA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZ6HF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AIEKT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DBAMM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CMXWJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CMJSN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D9U8T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D1BD0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CD7UY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EHMCO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EH07Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EONWL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EOJVJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZW44"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CKLY4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BK3CP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7NH5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CXS3R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DX21D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DN2U3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5KZ5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CH00X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CUB6D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CA6WQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C5EZO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BRE8Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DY7QU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AEWQJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EYY0J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZ48X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CPROA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CWAKV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CA7P5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A97H9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BE2QS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZJD6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BUGBT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DPLEO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DUPVW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EMGDM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DR2FO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EXR8Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EMORE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DBZ4O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQPVB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EFPX6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EGILG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CUL2R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ARBAF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EPF5C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ELF8W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5DAK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTQEG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BIXKZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AIZNS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C0G17"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYXSY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EK0RC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CGL2U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DBFER"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AFTW8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CWV98"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D5I3K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ETUY9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ER1H2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BEFGE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ESJZ7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DUU28"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ANWPI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVD14"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D2TD5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DDHHP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EDSXO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A4MI1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVDMC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DKV6K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BM2ER"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BF6JX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DFOP8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CK1XC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ASVY5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CYI03"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AFKP5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001APCOA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BBDV1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EA35P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C6UDH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BCWMB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BRJYX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EJE8R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A3WS3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DKL4V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B2QB3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BS83F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EDKF1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ANNEY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGI2H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DPRTN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CI7GX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A6KLU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A5OR4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EBZOK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EXTUU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A22G9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D3XRQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AHLCB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ES7AG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CTAT8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DAFIZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EF021"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CLCQW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVOUU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EPYEE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EKMH2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AXO48"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A5WGQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CBHH3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQ9MI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AN1I2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AIE07"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BACIY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A82VN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BT5HY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EYDVQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCUTC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DCC5S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CSIHP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EUCUU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B7D4Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C7BFA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DCH8V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGQWT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AKP5W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DOJIX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5M22"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DO2YF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BBDFX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AUJOQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AH9IP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EJ743"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D5KO1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AV6UC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AGXCG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DB8JT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CGD9U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CL3BV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQZ4G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B1346"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C9Q8A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C8MJ8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DJLJ0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DTGTG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EAHL2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A3K8N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CX062"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EHN4S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B2YDY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CR9EP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B80ML"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D1UZ5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EIVHZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B24AX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQJ8V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ECRQL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BIAI9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DLBRI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BCCPZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5OJ0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A1I4U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EI2QW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9VZ1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D60NB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DTQNW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DH5R1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BAI7D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5DGA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CH388"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A5E24"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CBAO6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BONGM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZING"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJ8EM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EWGF5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A56P8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DWLFV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ERXPU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EJK7B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CENGK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZR2S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DH0S6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CT0AE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D6Z5F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AT601"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AU6A4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B0NAV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A5J23"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AF4OU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BRVA7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQYPA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJ8L7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AUKRY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DFG79"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CREHD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AS04H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BHKJS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D4BDA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DP7S8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C1LTL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A4OCR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BT24G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BE3Y3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZN0E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A5O5B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BEZ9U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B8932"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B8KR7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BC7BZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BI93Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A6KIM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7245"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C8FGG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DI4YX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZT0U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DUE2S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DY4BK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZMIO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AOVQ2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BT2SJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CMSRA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BABYC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C183Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C8QMM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGAVI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BVI6O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E4T5W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A0HZW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AESAS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D0JYQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DPOPV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BBQNZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BMXKT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BBX7E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C48J2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BEUTL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BWQDS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ENJEA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CYA1W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A8DF4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CBKLP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ET229"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DWYWX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D704Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A2559"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A4CQE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AYJXU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJ23X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A8IED"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BHADD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D3UHU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQ0JB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BPSHO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001APABP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDZLE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C4968"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D5BK5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DT1KK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D1AUP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7TL5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B1SJ2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BD9YH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CHUZJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D1R1T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E458T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQRWE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BJ1VK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DQHMO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSXOO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CKQB3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DVLMQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CD83F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CWTXR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A5ZSQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BHQN1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZB89"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AY5AY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BU2PP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5YD4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DKN07"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EDP4F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZ0HL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AOF0L"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZ59O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C7GBU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A11Q8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ALE50"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EWIRE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AL1LZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQMM0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C0O9O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DG0I7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AHPYN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AX34V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D5NM5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A7FAW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B4TFO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CLN1W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BU4IL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C22GD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BL6AD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AGQVB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CFVVQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYTO7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D6ASD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5CAW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCJES"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D2K9U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A35KN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EN3AO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EHN2F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ANIQX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ESDUA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DKZOI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CU3JI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CL6U6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DAN68"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B07EA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BAX3Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BALKH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EHRVV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BM16I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DIFPA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DIZ8K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BXWOU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DWU2V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BP8DA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CANXJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EIWZX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJMEU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B7E6N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A5MRS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ATLYV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5IMI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZSOJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A3387"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AFPG5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSH4M"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C0094"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DA8CU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ANTKY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EHERW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EV11F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DUIBF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A3UQ2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C0FAC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQ0YI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001APTE5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B8SIA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ENYB5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQD3Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001APEJJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C10VX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B7MBL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CUF9T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C1GHH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A1P6B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E1MNM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EWOTU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DV1MO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BXRLJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DFUC8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AFR0M"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AO4YW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EBYIR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ECFPP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AV67Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EO7SW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJT40"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BSMQH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AV617"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BCOT6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DYH1A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQBXC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DHS5Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ENWTX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C5IVS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ASVE0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CF943"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BPMKB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C8NF6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CIUCJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C753J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BPUN4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DX4OQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYG63"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BG2R2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CUB3C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A9D4G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BP8VB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJIF1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZ67M"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQT9X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CA6PV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BP3F1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BKWNT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZTW8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ECWEV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B1BM1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EM1CU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EUAW4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DMRCX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ALP2W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C605G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A32HC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EGX9H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D1JAC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ARDML"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BJP8N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJB9W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D09P1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BPNBD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CVGIP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D3HUT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AHX3H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B7Y00"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C8N2S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJ1R5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DF9MF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A6060"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EP2QO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EOGUG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CLO2V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EP7EL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A4LU5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGMIE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C9CI3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CU8MV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AUI9Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DOOSU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EX3FS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EFRTS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D9WBF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CWP2U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BFSFW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DTL6G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D8TGB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EX4UR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BVOZ6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E0BG2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DBAGQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A7C7G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B7OMV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B0JOB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EE2TF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ALVVO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DHG68"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C99ZX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CBIBO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EIUAM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A8W05"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DH7SO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CVWZF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AP1OF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DBDXV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7GGE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BKY7C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CLYEI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E0QMJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EB19C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D4CZ6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CY6AD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DFQYD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVLCF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQVYO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A8LZ2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DCN8I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C3AFF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DJMNF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CHATX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EP03U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AOSL0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A4OPW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYS6N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E0BFO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQI88"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BICEH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CXYZ8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYXOH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EBSBN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVBJR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTZHK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDXUM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BBXRJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EI7HW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CGMQH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7NOX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DLAEY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EAOA0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CLITM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CPOCT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DWA15"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DLDHQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTR33"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AS0BP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AIGG7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AGI97"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D79J5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DMQO5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B76XA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EJSXN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQ69C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DNEWM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DRRW6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DKKT1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BRCW3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DLEDK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DJ628"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AGWIB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CO84M"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BOZYU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CYS0C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EBSSU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ATDQA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DEAU9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B7DCP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D3CCY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BR1K5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EEAB8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C5YJN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDX8G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZ7BQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CGYP1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DTAG4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BEYZ5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B45JO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DMJQ9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DBYEA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BWEXC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BK3G9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DW485"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AKLDP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DFIM5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EZF2P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EZ0E9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B22B1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BGPPD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ERP9K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AGNH3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AVEPB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D2X3C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BJ13Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BIFFS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZY35"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BN5ZW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CX31G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ECU2Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CTFSR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EC5GV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D9WHO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DXFV2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D1TVQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7FB0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AGSMP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CY7Y4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EBU5N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EEGBN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D1E6R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BSTJS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CHHVD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYGH7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D21F0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ASU80"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DJOOA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CVRDA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AMD7P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCPW5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BKGNW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DG1VW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BJFAX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BIW7C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BDAND"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DQPI5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BK1VA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZMU9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BB4SN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ETVSW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AVW3Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C57NY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EKF7N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BVQBH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVUGZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C4K54"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AIKYQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BMJDD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DY2DD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EBRO9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B94Q5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DIG9H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ALBCR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BGQGH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AWLY9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BVELR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVQDD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EGTXJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DK4FR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9DBW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B0RIJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CTOBT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BUH3G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BCVVL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CNMDB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6Q22"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CBMLW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EYE01"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A9KML"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A3ZE3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ETREN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BDBPV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AGYP3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQCVS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DQJTX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D68NJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BP9KS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AID43"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A31ZO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EPWIH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B12UH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZ9HX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BK6UH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ELIFB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C81LG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A0TZZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D05N0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C819G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CI35T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ERK8E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ED9EW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B3DI3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C1ZFI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D2B4U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C3EH7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BNIHR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C1PXI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B1D7J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BKDEK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BL3VX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E11EU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ANAI5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C8GH8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EKQ51"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EV9TU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D2K0G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCEVE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E20A7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BC5OG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EWH9W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AH4DT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZEFB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A3WEZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EV2K0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DEMZL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BSBGC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B06GR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BFS2Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A8N0A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EG491"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B3261"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BG6PN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ALI25"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BT8SF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AMSC1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AK3TT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D4Q2Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DJX1T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ASIFZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CSHFQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EER1A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C4G5T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EX2XZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BAM6W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DKG7W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQIP1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJ5ML"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BDSDG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001COCP6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B2XK8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A38Y5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DMQ0H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ECUXP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A0J0L"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C4N3S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A3W1G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EPTSK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B2LBI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A8OP3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D0XN7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EIWIL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BE9WT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C40I8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AP3QX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E3AOD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B2CBW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A4RD8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D0AHR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVU8W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AI7RL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BPW08"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EC3RD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DONY1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A7APC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D3I8Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DMEG3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AP4UU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CTV6H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BRJFV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZFLY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AFQ6A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DBVXE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDP08"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AHYWJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CT91B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EGL0X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EFEZN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D6YIC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BGDOU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CY8PA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ENTUG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BWN13"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DFZYD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D8UHP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DQLPI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BJRPU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CU5AG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BOR6H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C3PX1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A3EMV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C8Y4I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5URM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EH35H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6U0E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DXU7K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AHLDP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EIUZK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D8XNJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EPTS0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EMWF6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQJFQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6R02"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AU71D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJIGE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6NHB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DOQC4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7U5D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AV0XT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DBUFJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQW7M"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B8VDV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DXC8G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AMDCF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CB4Y6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B8XN2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BONR1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYB4R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DEWLA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVJCC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CGNVE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSWGI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CP4ZB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ASRAL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CIK1N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A3CGK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDRD7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B0O81"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BW8J1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CMHLA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZ8HL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BAEGY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EB5DQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A97YM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DJQIU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CBELI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CAJS3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DOZ7Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A6NPO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D0Y4L"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DK1OJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQE0Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BAROB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AWFYK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CAZWS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CLR4Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CUXE9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DQNEV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B7PYX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CAELL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A2HRL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B3BDW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C9YS5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDNIQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CYLYJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EXAJT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ARAQB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5D7O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A5S5K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZKKE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B4DI3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BHH5Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EYSEH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AIMAM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CMZOD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5A6S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C7KBS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EAH1O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AY83T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C3ZWY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D4419"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CKUHW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BIKE3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A7A9N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A69AH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CVMHH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A08M3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BNOGW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BX3YG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EIBWT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BIJAY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EB7TI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQ0DJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVEO8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CYHRD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BFK67"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTZGZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CIGRX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AF4C0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ALU9G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7BUM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ESL7B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A2WX6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B3UA7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AUDTE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BE5UP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C4ZBT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D4OWW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CSYI9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A2U0D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EPLLA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EBEDS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D6542"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DX918"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AVMWS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EGGV9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZ6SU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DR2GT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EJ53O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001APNPX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9ETT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DTCH5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CBFTX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CSZBF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DWJMZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D2T4D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C7S0Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BRK59"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D3SNU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DPGJT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AYKXK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CX4M2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ARFG9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQOZV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CS3KD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCP7O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DPHWD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CX7KU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001COFKQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BLCU3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DCM79"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EW2OG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EKH20"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AXM8K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZDFG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGK0W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DUBNJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BXPLM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A2FAX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BVI5T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EB23H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CTGK4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EXP5A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DQRA4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EGZD4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DU2S1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D5QBY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5GU3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCL2G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BANY6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CNALV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D5E3U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B3BS4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EAM22"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ET5RK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ESQZW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BRII3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001APIQI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D6EHN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CL4ZX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ER4DV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AYSWV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BXBC3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DNSLW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A4LSB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EYDT3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DCWG4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZV6N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B0WGX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DN99B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZLZZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AGW6O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A680N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CP76B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DK3UO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C7GCG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BF8RT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B12Z7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CGJDP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJJ0Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZ6ZM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BJLLS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A6TJH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BOJAK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BMV9O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C0272"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BSKCH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AITE7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CMQIS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DUQZI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BLMX6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BX7JM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BUJ3N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A1DM0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DRMTU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQ3JS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A0JRT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C1T5J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AYTE4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DVGUH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BFRW0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EBU7D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ER8PO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DBEUJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BX9DQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BHOQL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BHJEW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C54QR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCCL8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EM5V1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BHPWK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DTKNO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EWF5E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AL8BY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A8S8G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BGEFW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ETUIY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EPZBE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DCP0Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B8AS7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DA9IR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A3DJU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DE7L5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E2K0P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001COM9O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DXLYO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CWZS4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CIJZ8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CL9YO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BS8LI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EIH33"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9NF0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AUOE8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AG1WG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BR2PY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQWTK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DW1KF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BOOIA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C1ZGD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001COI7O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CG652"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AMBLD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AIYAM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQ8B7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DDTN6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AN6KH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DVM9K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BEU09"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A7MM1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZISK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CEHE0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDY50"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C00CQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CL5JC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DOHTR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BN7OQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D0WZ4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A6GXP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DLK4Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSOED"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BCBRR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZV0B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CPUUJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ERAWD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BWG8K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DM2GJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CUK00"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZB2M"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5EWD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BIIG8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A2DRW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EKMP5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZ7MF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C7DFP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CD02J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C89QH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQH36"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BFUAK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDSZR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EIZ41"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CG507"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D8EO4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQLVU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B1EPZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BKXZO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BH1YG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D1WMF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BB9YV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A1T0J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DW6GE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZBD2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A35W4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CTZ8L"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EPB0J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9N8B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BDQIH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6VH1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CSWZ9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BP00F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AVT0A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A5HYW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EA84F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DYJYE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DD0RM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CETJC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ECH8B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CAL5R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQ8U1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CAR0K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EX3OC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AUDPK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCOJV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A0S7R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CK8WJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BF21Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVZFX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BWF4R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDVSF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BHRUL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B7LAK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CMDWD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EZOJC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BMLJ1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C814Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EFYQD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BC39A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AYQ8U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5KA5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDYB3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A8F63"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E06Z6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EU3K6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EB80L"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DECTD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CYDEK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A1PKG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D6KXJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQ7EI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A69DV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AE8IX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C5AHI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BDUFX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A2E4A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D48VP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9TWR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CMB5B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D9DA8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DQDMK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EIRKH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E31EG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DN1QR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DLERT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D1SUL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C7P6W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJ3OV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AVMJ8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6E0A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C9S79"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ANG9M"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ANNT9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DUXGB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BA8NM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DK08W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BGV7G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CA9UC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BNBD1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BU3B3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BXY7E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7XT7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQN91"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D2FO9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DMCN8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7E67"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BSUXQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BUESE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EJCXY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZKV8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EGCHP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BJKZH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7GLM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B04KZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B3564"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AIQ61"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EHCCH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6WDH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AHYDL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSKV4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DY2WZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DP4EC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DPKIO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6Z2Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B3DRY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EMSRU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BDZPI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DEM5K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B4NB2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CV6KX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DR12C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DYMNG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B836Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CS8T4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BVMKM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DIOQ5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BIEBU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B4C25"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DDIQ1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BVDO9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQWMO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A086D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BILHG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CYYA0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BPGGS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EDUZH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CEEKF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DEAMX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BOY8Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DVCDL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BD87F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCYZW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AV2ZN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EXB5C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EU965"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGQVN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTCF7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A9LBO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DYD1N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ECNU3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BCNYN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DLIK5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DQC0X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQ56H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CT5GI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EZ4UT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DI206"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BMC27"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BUH2B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DCT0C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CW1FV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EDKTD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CLSWG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D9MV0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EBB4U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BBSQ9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BV8W0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EXRJX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C7FCB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D49VZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C4CCJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ATKX5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CIMRO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGS73"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BM5EZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DFYC9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EZCWE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AO0DG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DHWJQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E3SAN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9CS0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001APVQT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CBDWC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGLBQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EI7RO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BE4L0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EV73A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CLMWD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DIJAO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A3VUV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DX47C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AWBEZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQ29F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DPIC8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EWUHJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CS5QW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EKPE8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BA3BT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BO2X6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E07Y9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EXP6N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZDWO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CIVWQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BNWUP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CNS5T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B2XGH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DR8H7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ALF2D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQ7LX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B28NS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D5555"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ENW97"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZVSS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EPHS5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EOLXN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B3B6E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQBX0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ETLU6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DVZQL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DRAPN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTGLL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CT84T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E1AEQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EMVP5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EZ7ET"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AO1J9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6YZZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CS3DR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CBZXM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DBFSJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BF05U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BKSLN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CGML7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CVGJV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D1V10"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DMQ45"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AG3K6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BJ8DW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DOMXB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ANI6N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AK2XE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B85X1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYVAC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A9LPV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EY1ZJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A88FG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CPXYU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C72CP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D2SJ9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DRZUZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DBPT5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B3VHX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AVJ47"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CVELO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGHOQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DIXOZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BPUA8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CEUAU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ELYN7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BWYQV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJQ1K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ANXAT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BONAN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EXI8Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D3X0I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001APMG7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZ3SQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CXAKL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B3FGM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BAEFH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ES6YQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EE6BS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B2Q1V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DHMXU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B0RZK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BT7SU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CVJSN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AUF39"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQGWS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AOU18"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EB6MN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EGMAG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EOSYO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BP7M8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EWUCP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B2DU1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C7QV2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BHR02"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSWFN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQPKE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B8WQS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CYFOT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CRNL0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CVQSF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EEJC8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BF0CX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BECV2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BXPW1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BEV7B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EI3DR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9I6Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DHIRK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B8DEG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQRXF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CM030"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CEJPG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DWD8S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BHMT9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CWI29"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AGJR9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AY5HH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYO9U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AFRO6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C53FT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DRY0X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C3SIB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EB024"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A8GMJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B33XI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EKLGU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CTYSC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DP5M1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CG95V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CAR4Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DF886"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AKHXP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DKVIM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EGQ8N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BE5C8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DNT7W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B39RF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CLTUA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DXDHS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C393S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AXXWC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CYMB6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDXO0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQGDD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B0TMD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C0TH1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EEPD8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BSBX8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DLFTG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C40V6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D9ZGF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CL3VM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DEZD4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ESJ37"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D1O0K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BH6RQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DNZGG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A26PT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DANWN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EGZTF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BVAFX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGX79"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D19CW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CI55S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EWUZJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EEL0Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BPUUR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D2IA2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DFDP6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AW8K3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZ6TM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EGKO4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EBY3E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CMPZY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BBXXX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C5F0S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ATFVU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CTZM0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CH8AS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BEI10"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DPLUB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C0MMX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BLKE4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001APUXZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A3Y73"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EN2CF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CBHV3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A5L7N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DOG1C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B66HE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BC7OS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EASAL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CNG1Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A3KFZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A69AD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BFSD4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A52KB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BV0UY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B3R8Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQUC4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQ59N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSDON"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CLMW8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EH124"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AVWU3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DA098"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BIA3Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D8X90"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DVPR3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DUIW9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CA4GL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CG76I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D340N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A3L1Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DYKJ5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C4UAJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EWESI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ESK9K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DKMKQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EFIX6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BH9FK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJWKN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A94N9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CX02V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C2STD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EYNWY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EH2FC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7JSB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DWGUC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EXHJZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGQSD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EH6ZU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BPRMD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DNWRN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DEXWR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DKXP3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C12KR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DFVK1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DOVUX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EW6O3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E0KYK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BFS2W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B8F71"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ENHBG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSV6Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B1HRP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSFC0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D1T1W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EEWQI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CFRT1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D0XM2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D8STY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CF3L8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BRK8J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CPSQY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJFUA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DYP2X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DVP8A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C3X3J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CTXKM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCKZ9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D86VQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DNII0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BURFU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DXSRJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C9Z06"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CX4HU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CH4J1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CWU3R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EYPCU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CR95R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A0XY7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DTWZW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AL6GG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BH22Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BS9PW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CWN7C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B8ZV0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EJI9P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CROJE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AEKAR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CANIV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ASZUS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AHJEG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDF3F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A36K3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EAQEK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CUKOR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A5PYL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DXZ16"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BLCH8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A2Z8X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CBM8E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A058D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DN36E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EZVVG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B8DRL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ATTQG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BBVR1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EFBZT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BWSX9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CU8KV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DNSJI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6YID"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BI19Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ARVN2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A6KKH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZQDW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A2NN5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EJUSB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DC15J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DLW4I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AIUPK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DT8O7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CFLQB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DQ73E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6HK8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZQML"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6ZJP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DD40A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CPX7O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9TEA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CR250"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B8G25"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQ9R0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B35OM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BI3UG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DNLKO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CFAW0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C8WIK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQWOY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BO2NK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DHK94"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ANT69"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AS1Z1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DYMGN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EAM63"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DNM5T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AS9QN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001COZOS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BBDOY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EFBHI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001APRVH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E1OCV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EIN53"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AKP5P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CB8Z3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CO1FX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B1I63"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D673U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E4NDT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DALZQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BM9P3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A74UY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B4F9Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EE1HR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYUAT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DQ09S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CLDLQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ANTU2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AVZVH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BCT31"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EDYY1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A9O5F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A4YSE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AKL06"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A6K5Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AKNNC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AEYQR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DH8LI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCZ3D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C07XU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B8NF5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DQ4UV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EEXO8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ANGRC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CC0D1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C1JP5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C9LAW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ASXMV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AYNH8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AKL27"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ARVHF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ALJBO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B2BOP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EFDI2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C2C37"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CPE1I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BGXA5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6UT4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CP66F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQ5RQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C37PY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BAO3S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AHGF4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E0PFK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CVAAI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BVSIE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BM00P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTJJL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C2ZHH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ENCLM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B0P0B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C76HF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C638A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CPUEZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AS06G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGX7Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C1ZEV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AKFGL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCMSC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DYCC6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DC2YQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZ6CB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EP30T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C03YJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A2Y0X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSPPQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C2WLR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A2357"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BFYJC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C3D2S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CBSGR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYT1O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BFIMA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C0T35"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQEQH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CURWB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DDG6I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D29IV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CUL72"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A4IUK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EX30Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CNGNJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DKM4C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C9D54"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CH6TQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AP98B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C9JY3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EM827"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DXHP9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A6U16"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CULDN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EJT8P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A0C5B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DIPYP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EG24Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AWNYO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AEKHJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BL7NK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AW1IZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DTX34"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E2KD6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A79DG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CWBZZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DQ7O7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BITHY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A4GIO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EUNJF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CFJ96"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CW5UC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CATZU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BGTB0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AO1VR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DI60Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C2Q3X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9K40"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AGOD0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGTWI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D63XM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AVPNL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BNP5A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BY5EL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQKX4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZYQS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AX75S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQ865"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AX519"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CWSQ6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BSIOE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EMC11"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQIV5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EFZUN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AFHEI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DDKK3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5BMG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A1GQF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DMX1K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVPQO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C1TU2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E2BOB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001COOZQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CI7EA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C4OJ6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EKWJX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTC5A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DNB19"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AWXUH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AND06"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CL11A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EO4AE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BWXPR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AFCAU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ATYUC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BW1HD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BFO83"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CUL79"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BSM39"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DW4OA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AUS3B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5BNC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CU26U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BFIH4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZIOR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQX51"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AF4C6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CIK6J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ECG24"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZU9F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EHEW0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ERHHS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ETF1B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B8GQJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJDRL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BMQ72"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDG43"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001COXEE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CBTBB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CU0DC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D9XW7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQSSN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9CAP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BALBN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EDG3L"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C2N4V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D5KXI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D60QM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B0HC5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A6B4W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQ61I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DN193"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CYRVV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C6KVS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6ZBO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DEEAH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CXMNA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EBZ0P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EYIV1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EB301"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DJ8OY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQLRM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001COTAG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ARVIV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BNGMU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZJNO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A0V8W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CYJ7L"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EIQ2F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B1LJJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJWGJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CO0IX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EGKMY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D8J8L"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DVQOI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DUJTL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CAVLL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EZIJY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AXR96"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DRADJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZQEM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B09UQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D4MDU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DK9WR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C982K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BEZ41"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C6RNC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CEBE0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EW2K2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQWB0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C74CB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJCUR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D62J1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CNGSQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AWXTO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A1HZD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EWTDD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CXUJD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ATQ0M"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DOXS3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DCR44"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DDP8Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CPL7Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C5J67"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A1L8Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BHQ8W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ELZVI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQK3Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTWBN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BNBHW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DOJ3N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B8SKM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AUEHA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A8RDU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DH5LL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DUDVJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C8OUI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BWNL7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CSNYI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A5S9W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZU5Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CY998"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AGNMQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AKT2L"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ARI31"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQ71I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9VA2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BGSX9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ECRLE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EBQI3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AXGVN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EDS3E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ALWLR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C2GSX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C0F0Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BRFHX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DDQ1F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CWINX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DXVT6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EEIYW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D77MW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVAO1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CB12K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZX5J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C4WHP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BOB9M"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D34JL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BSO8W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AXM89"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EM7A3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A1NGX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BAJ3R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQ74N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001COIVV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJG82"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DPXHU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJKAN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C06XX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AM95V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E1EZI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DUJXJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CKI2K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D52HX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DJO15"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A4S7D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AHD4Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C136W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7MII"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AW9VM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCX22"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DVMIE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ETJ4J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AI9GU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQGSS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C6JO3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CBZH8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B56ME"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E18OI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYB9O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AS6OS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AOPGV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BKHDU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BJ2WC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CA04Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D0W3E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AHUAL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E1YNT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AIBDZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9ST7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B8IPT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCB7H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AT947"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CUGAG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A95IK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C5VRM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AK0MK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CSJK1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AE5TD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQOC4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D5DWX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C9LPJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CD03F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DG1MD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCRO1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D38YS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BLL0X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C3M9H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSPP3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5Y3S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DMFWL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CK4HA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AS55W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A60K2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BHUSV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AN85U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B3KY2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CRXUY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CATOZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C9EFN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AX7O5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BY4ND"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ASUN6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EN8E4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A2J0T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CIWIT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D1WE8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C4COP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BUAKC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CD3LW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EUWRD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BG9BO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DG39T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ELFUG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGUTC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EPLUO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJYAE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZSVG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AOO50"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BKOJM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001COOT8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BD0NS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EBFP1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZ13J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQELJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AF1EV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQH8J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CA3LN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EL6PV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CE5ZC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CH72U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E0Y31"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BK8MO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CPCKF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C1YD2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CEE3P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BU66O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BXHHD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CEMQJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AG78R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQUPP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDEHM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EPARM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CO6NQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EC6MB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EYGGZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C85TH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CV37Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZI80"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ESYY6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ATMRF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EGAZT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVUKM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B4JCE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AWCF3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DCRIR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BSRO2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DX0D5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ER3GZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C5OQA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DIZ8A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C08RY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CXJJR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CO46O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZBID"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DD9VD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BFTHM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AKMOH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B4UWB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDWGK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ECTBL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DBD6D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EJHHT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A6ZCJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BS1UT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ET77Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ASKHX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C6QKS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C4KYI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C43K0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CV6H8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7V2K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C3SYF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CS4D5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D559F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CUJKR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C6676"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DYBXM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZXJA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A8QNV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AMORF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EMOTF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AV3Q9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E2GMY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A2E5Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A43S7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D4E6B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDUGL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDZ21"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C7RAO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BS4VV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CU014"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D05HD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DWEDD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ETOR4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJV6N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CEUFF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E2QZD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B7FUL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C27ZC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D3M1Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A991D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DPFV3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B7LT0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EBDFS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DD8S8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZJ9X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E0QAJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DU6RJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BEG3U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DOVFH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A9L9E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DNN86"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C3QG0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CWL08"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYJCQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ERTT0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EURY9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AV5AJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6YL8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGE1X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCJT7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EHUIF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ASTYP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DRPXL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CGU9N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CP9DE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EDTAQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D6O60"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A0ZRI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D50HG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C7EJR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DRNKQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B76YB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EKTOV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CSO5P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CIWQM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D0HRJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ELHQ8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DDWCI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AO3H3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AEZPI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B7YD4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AT0KY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A3RPU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D0ZS2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CG5EZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D0YWF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BF6XX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6OYT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DWCLL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EPH5E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AHXE7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C6ZVQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A0878"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D5Y0M"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BES4I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AUGTM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BHVL6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EUCJL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AG7JJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6ZES"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AE2N9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DW8IX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AGWJG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CUBJG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CYMTD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A83R6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGUJB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B4SWT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A4FNC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C9VJD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CS50A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DL5QC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DP0ZH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EM6RV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZ42D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EYFXZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EBTQ8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EJ2WJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D6ORQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CHB1H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DU83T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B1UWB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DVUAG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7MJS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DX0CQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ANP6T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DYGUF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DQWXH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EPE74"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AW2XT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DPTFS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ELFOR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CNPY3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AY13V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001APLQB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CGNFH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSTZL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BV5DU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C35HL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AXXYS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DFRDT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B7XLH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CX3Z9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DQIJE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BLEJH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B2GF9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D2QXL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DUP5P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJMEG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AXFH3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AEGP7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EO3PE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CW1G6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EZBZV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CA1BC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ECUZ8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DS9T6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AUXN5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CA2ZS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B2J7L"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DR3TG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EFB9R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AR8B5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ASKZK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E0DZK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AL3W7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EPSDD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EO7NR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CK0KD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C6DAH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BCI0R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CLSTG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CHEOP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CUQY4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CGQ6H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DQ66Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7XCR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EXK7K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EMKVP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZ5DW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYE2I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C0JOK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A9M51"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CE8JR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CBZWR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BHLNK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDWA2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B903X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYV6W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CNBJ0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BK8AV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C1QAW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CH5LU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZUKI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJ1NT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZ8IU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CYCIB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJ2VH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ECBZH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BJJPM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B796Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EI5K2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ESJ1G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CWW72"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EADC5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BAGNE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AX577"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQPM9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DXYF7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D26Z9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BEQW4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CH9PM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C8SW6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CUIJN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B0KLI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D9I34"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BGZRP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BCNQG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQWI3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DMV4N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A6TCB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BAIIN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BBFG5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BI0WQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGEAP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJ75W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DF24T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DRFV0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BY2AO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ATP07"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C5OF6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C3ESA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001APTGE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BAK28"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CSGBW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EPDZ0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A3JIN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BRLXA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B1EPS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D6UIK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A40WE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B8W2C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EZJ8O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZ96Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BIZXC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6E9B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BHX1B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EB49P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B7IBP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AH8MK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DG8A6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ECLAX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BI4NP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZ6JR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C86MJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B7U2K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EMSJV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E2GBL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AETFQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D1R9M"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EMKYR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C4PTZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ETF05"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CHZHN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CGDVX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AL48M"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BH654"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DK3OW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EXWDT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CPCX6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BC7ZY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BDKQH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CLRQX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C6C3O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C99RP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CRIJ6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6P7H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C9OUV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BEI96"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A8DUD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7OY3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQR0I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D43M2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EPDWW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B32FR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BP4U8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D5L09"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C56Y4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQYJC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D0XR5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EILC2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DIGSI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CGM6R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BF1ZP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CRFJY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BVDUP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AE8UB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A313E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ELX2R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C7H40"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZKLD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQUV7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C25NQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BDDJJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EW4AS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DYGKE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DAYS8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DORJN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AWBHL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CSODF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CB71I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BGAVT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AEWZ8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AV24I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EPZ4X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AWSJ5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DB2I6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BLGDF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9WJV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EY659"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DS42X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A3DE2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DOMJ3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DYGVC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CM6ZH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B97RZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DK8XV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A05VV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B01CG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A1NQK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D61AB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EV1R0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CK2KC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DVK4B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZOXX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BK0FK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EAKL8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A6IWI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E2TLQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A04MZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C4CWG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BCSTU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZEGP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DKWKN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AMBKR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DLSU0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTWY4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DFOHR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYZCX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ARP3I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EW2FH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C90IG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJJJF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BC5ZU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CYB7K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D6OJD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B4GEQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AW8ZA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D1159"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B1KDC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D737O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EGHQ4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQL7L"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001COZPO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EHN7S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C927Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CE1XX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ES06Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQX4D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BGXQP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001APGTE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DEIKL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ECOXY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6DCE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZ78P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BU04J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DINQ8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BR7NR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C254C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BPJSB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A5XMR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CTDNS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D37QE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EP1JC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CTH8F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJAGP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A0X4B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AMSZ4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D18UX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7GRK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CS3JZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BLW7T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQHR9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C8DG5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DRWKK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A3K6U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ASJIZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CISKO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CYCL6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EMJLG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DDIC4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EWIBV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A4CI5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DECPO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZRTB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001APCR4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AGJUF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C9KWR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BORQD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AIXBA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BFXWS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CVPL6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZ6N8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EDHJW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A0Y0K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYVB3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTLZ1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZHHG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGLDS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D317P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EPX5D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CAZRO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BP037"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BO2LS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BJP94"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D1ZGM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C0ACY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C97AK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ERW4R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CO4TQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AOG78"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CF8U9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCSRQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ETRLR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DI4VN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ANK4O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EJATM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZZPH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CPMDS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D0S72"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AYIGP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E14QI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJA38"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DNWM7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CWP9L"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ARZWZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EFUZQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DI6F0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BWYVS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CPNRF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B852F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CMW1S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BLUQX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EWTWN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CYLHP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZKQM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DPQ8G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CLHEJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AY9D2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AM37D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5IWB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDHM3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BL5RV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B3LLW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E1YCP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BMA9P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B207W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BUMO0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C2G78"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQNSZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DL380"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BCL2I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B04L0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CWHCS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BHROI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A3VEP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DY8XE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EP6C1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZW3I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AOGR5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CBKED"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9I8C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CV4MA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DXQJO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AR9NT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CT7MI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BDK0W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BXOYU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D9Y8F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CRB3G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQZ9P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DDGU6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DPFIV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A6IK6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EHU6H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTZ1J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DMKV2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CHSSO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AMVS5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CVG29"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CHCOS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E099E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CFEKZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BEL9N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CBSO7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AWEUU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AXGJC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DAOET"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AW17L"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZA2N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCXVT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ES63B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C3D8G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CAC34"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BL8BS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZPO7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D2DF1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C5X81"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AYX5B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B3O7P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DT3WK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EGIWX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A6TES"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AMKYI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCJ3N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DOAT0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D6OZK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQJTC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CWLKT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EE1Q2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CP4Z3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EKZEA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B1FYW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ED5TL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ENQS7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BLNHM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DLZGA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C5JUW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CPF8I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C4OOT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AS61H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BUPD4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZ0Q5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D46BT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVZ1M"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EU5UY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C9VTR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D8DLS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BS1NH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ETFKQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D90OR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A1OZN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DEIBB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DCY2P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EYG82"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BPUOQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A9TFR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CFHVA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EFK6Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A5TA0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJTNI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZNQH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B0C3O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EX37R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BGA3G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BWKZ3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZNPB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGA80"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQZ8C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A3B9P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CRA7W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQDE1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D3W0F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJSXA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVKCP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B77I3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BUANQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CIOW6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DV4P0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A6TGV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DP0LF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CLD98"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AGC9N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EORDJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A7CBN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BB2B8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ERSO9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EK0B7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BMB8N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DHXW1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZI62"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CXW7E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EX0ZP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C4PIZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CNBO8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E1306"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BLWPG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BF5QA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BCSNO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CX9S9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DF9XR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DBATA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQXRW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BH8R9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BKFDJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EEZUV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQN7J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DDYL9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7G4R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDL68"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AHB66"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C272N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AOLWM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ETTKO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CFM7I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGXA6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AG6J0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DX2JX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B133Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A20OB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AMF3C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZ0K5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AYGP9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D2ECD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CPO94"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DTSZZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BLDTR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DDYLN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CYU1S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CKAUI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D4R6Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DET7J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BHXYL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQU3W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BE7BR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CC00J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BHFHO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C3W46"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AK3MK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5J0X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EARCE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C5RKW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EKG8C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EO1WP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AIGFC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CXP3W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQHO4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DALRP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EFKMJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BI7DF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AG9L4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D0EGO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BMVEV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9OHW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001APIFX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CTDMT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C4MYF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQ0OX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AN9EW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVAN7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EUYCK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EA3NI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D6PFT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CAE27"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DJGYR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BPI1D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BHSU0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSKZG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AHUSC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AOJ3V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B49XM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYW08"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGL64"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ARJHV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQAQ9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CLL5E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A2039"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ECSE8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BR4YM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E3LT3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AUPXZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B0FGK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EZATD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D39L7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C1HW0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B2L0R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E12NX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A04I5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AVJSS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CW5S7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AUZMS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CB407"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AUS24"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CRDH2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DCY9G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C0ON5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVJEK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BSS7F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DUYT1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDPLE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ATSPV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BWUTI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CANNF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CPDJX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCB90"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A9A5P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C8HVE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DI6OT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BXFHU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CG53R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BIC49"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EDP7E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EM9V4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EUKEI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BKSZ9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ERIY5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B3R4P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DLOO2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQ89F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B3DGP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DBS9J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVF9A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGLC1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EIVHC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AM8NQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DEMFJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6W23"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CFOOF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BJWE2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A9SJC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ERKR8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D8EU3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EW44O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CL7B2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BPYDW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDR5Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D9PCH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5SG3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CGX5Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZMJJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DFYGE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B49JO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDX4C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EUBF4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A4NL2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A4TAK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001COFPX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DQZ6L"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EG3GS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AFU51"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EERUC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D4UN6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AXFRZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQDLT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ANTWW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCDO5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CN37L"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EAMOX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B48N9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7Y5M"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQ6J4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EALYD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZVI2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EF39F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZGXC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BI3LP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQMSR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BBF1Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BXUFN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B4H50"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DPAXR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DG1L6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DCN8S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQS95"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EMUKY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EST5G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTGSS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B1EVO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CUDO1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D4C8Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJJXO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A4XEN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DA0C0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5Q0K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EWVMP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CE1PL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EACYK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6KXJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DJTA5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B7YX5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CPEMK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZEAP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C6NUE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CG3IB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DD64P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJGHN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CTJXU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C5GUL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DM54B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZ4ZF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CC1MY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ENNFE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ALSMY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CC83C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCOUK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYE5C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EGW72"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DFCJ3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AINEM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BGT3O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DPOQD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AD6B0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZU9N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CUJKI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZ4LZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BUPWS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ESD4R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BCCY2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EZ8GE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DAR4Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BHBYA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EX1I9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DJWK4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ASOBJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B3M65"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EYPAX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E0777"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CLP6N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ENZ1M"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B0DN2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CBQMW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BGF0U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BFR4K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AUH6D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DWTC7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EA9L9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DFIKG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BD0DK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CW602"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BCIF4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CM0W6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJ2C8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A6DYJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D27Y3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B11MQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BVSW2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DMZ7U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BM8C3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EL0CN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQRPA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BIRIE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A2B1R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D02JW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C3A3A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BW2AE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTGIJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E02IL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C68G0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZTCD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CUSW2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EFCC5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BFEAO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BDRKB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DOKZE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B8VQJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DRGSU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AFN5D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AXD6X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CRGN4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DQICN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZVCU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ASDZ9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A22BD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EBDN3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQ1CY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYEQP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BOVLR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AW591"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DHWBW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D4OPB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DV896"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BENYU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ECN9G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D2W66"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BWHYS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A9FRN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTXHC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AV82N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AN5XU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BMVTQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ASKYU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BC7PK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AREW3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EFTT2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DHGYS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C6RZ4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BC02G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C2HG4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZ1JQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AU5SQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C817O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CFYEZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DOZ66"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EC3QU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZQ92"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CI1Y7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EHKUN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CFYG3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DXDRR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A2V2T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E2018"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDZ05"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E1F1Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C89O3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B0XED"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CKTAN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJ2QW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AW4MS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BEAVY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DC2KS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D84X3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E23AN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CRSID"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DQTU4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AEMP2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6YL1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DCMGR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D8XQ8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CXRBR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EE5OY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BE2FN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BV8B2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSXIA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTJY0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ERMYR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EIP7T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJM10"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C37BD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EB7UF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EODIQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E3R8Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EN7DS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DJNWU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5DQO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AYCZI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EGAOO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CA1T6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E0TFD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CNUM4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EZT3K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DKL5S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BORTK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BE2OA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ETFV1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ENNER"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BIS1X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DB0YZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EANQN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EX648"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BFTH0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AMQCF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DYNSK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CMS04"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B4LSH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BR15L"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EOJUM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BVFZ6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C9PNP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D4U8A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSKHU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A56X4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DX4IL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C1PZZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EBFUH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZSUY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D0C30"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AGDMR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CY7Y1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E37KD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A7D5P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EGVLY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DMDSP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CIRMZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BAFRE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BLGDV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZC1G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTSFZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DHITL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A0PR7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ER8X2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZMO1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E1ISR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CW2A2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EJH7P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DCBQ8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CN315"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AK1TO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BJSJ1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EJ9GP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A3680"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDD3L"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A42LD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E1EKJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DNTM9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DBQUO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DVLUO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DOLRX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BAG3V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DLY8W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C2WMY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BHQ5I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DQQON"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ENPA0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D2DLA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C7BBF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BSBQN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZ6LA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EDW59"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DBW9O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EDWLW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJ19Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E23EX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A7IHX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CODSM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001COOQ8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C1QWT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CPXFT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BOGB6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EIDTC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CT06Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C94DS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AGX0Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A5MFV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EUMVB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYB53"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTFUX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CLQ6F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E100R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D37DE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DHO81"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B4M8E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EDQWG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ECQ1R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDHC6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A427W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AKA90"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSGIU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9GME"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CAIDB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DOT8J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJ4OA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D0XJY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZFF5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AEZRU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D62DJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C3W38"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A7BAV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ET2F1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C8N2C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BST5Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A913G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DYRPL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D77PT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DW6TO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AVNVM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BBOI8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CHCCB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DD2GT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EYOJC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D6JTL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZCED"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQ6QY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AR559"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EZUFP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C6Q2E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BEVX3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A99T1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BK1UJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5726"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DYA2P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQF3A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BPBAW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DD3BY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYGTB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQGZ8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJB32"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DROMB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EWOTA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EEOVU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EKQHH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZW65"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C58QR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A4X8K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A2L7Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ESJTC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CS2WK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CKXII"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CHEUM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJYYX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DL9RM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EEOAC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCGG6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CIELQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D86MT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDWRC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZFMW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DDGET"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CX8MM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCT79"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQA3H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AO88T"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCYQU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DYKW2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CY6PH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DA7LL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZ42R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EYYS5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C8YBT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CKKTX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A52N7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZBCP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C4S4S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C2OV0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQ6OS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A5TND"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EWHEV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B61OM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CNC13"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AOW6I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AKI1D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CFM6K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A9GNA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZ2WL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BSTF9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DQK08"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTPWD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D5VAB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DQ2ZI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BR9D3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CF4RX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DDG78"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CPXEF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AMRI7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BXAFN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DTRQZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D99K2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BEUWC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DWG63"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQWOD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BIT4J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EAH8R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D1K34"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EZCCJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EBSI3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJTQK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CI05U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9K17"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSLZ5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B0SP6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BN8G1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D42GA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DK4WG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ET9WL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BB4FH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EKQ3Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EIDJ8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BE5F9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EC5CI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CU8OY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CNX9I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6T5N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EFXZU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7S62"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CNOEB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CYITB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EPH5I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EGSME"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AY4IR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZ00K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DN4NQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DI0YF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGU0F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQ6PL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AWPAS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EG6IL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C6QRM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJ4BB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DT2OI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AV0AG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A257F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DDLVH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CW9FS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQK5J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DBSLL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AHFCH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DLXQL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C8KC2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E1VNN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CHV45"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CIFR7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C6CQK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZC7K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTB71"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C82CP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BARPS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CMOGK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DIZGX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AUSU6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CAQBA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B2YN0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BJH5A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EJI5S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSCBI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BUF3U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CT48N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E2LAP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EM6MX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CIWFS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DDLXH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B0FSF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CX3CZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BODJS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AOZY8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CLG2Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DPSI8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EXEU5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B3PMW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DINK4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CI5CC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BBRJY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EMN1P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A8MM5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CEPY1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DYOCU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTEXE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BOF5Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BVJ1G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EURYI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSW3O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D8PPS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ETUWT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CD1WC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CGXHN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C1QHW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C3YA9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E1YV8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A84F0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BMFQ9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CVDM2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B7ASJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AOKH4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D14ZW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D4JG2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B7LG1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BGSKI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AO5X4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZ9JH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DCX8I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CSCQJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D9VJ5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CSVPN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQ1AL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A9ETE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DOYXY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5BKI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CNGYR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CDG0Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DXEQ7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C11DD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ALAOO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQ31A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CMK8V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EDLR5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DRMG3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DK1TZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJRBO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C1WNV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BJMRN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DIBWC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E10W9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ANOK9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001COFSZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C94JQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C4THK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BKZV0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9TIV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A2HNS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZ70V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CUL8Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DPKXE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CKIY9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ETYQF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVHL0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DN3KZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CD8WE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BKVLQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D43C9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EYNRK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A4LAL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSL6A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C47NM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BD2IS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DRMQZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DOUEA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EUG54"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9MYO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AMBLK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTZIF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AKTCW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DMVUJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CWG7D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BKBUO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AF3EL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BXU25"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EP3O5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C79SC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C7BEM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EB0JE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CGDNI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A9H55"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B93UQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EXKBF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DY2ZG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B3MDZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AEYWL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EXIVG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EV8AL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DV7GX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DN337"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZWED"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A8U0J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A2XX3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CB58C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ARMXF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DFH8J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AKXLY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DRJDR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BSI0J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E0KPB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C67YO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BWQC7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CHANP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A0J5K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D4W2B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BDSTZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C01L6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6DH2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DJFPN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DKIM9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EYPWE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C29P8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CC0VW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B1N7R"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A2KNS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CA1A8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D6DKD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CIFXF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E3GNH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EHV42"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CBN0M"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D6YFF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EWO70"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ESS34"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DUOL7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CB5D8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DWH11"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E1LSA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DID2X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BIN1M"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BSIYP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJVML"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EMZHT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DXUGT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D135X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DJS7V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DHNM1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D9MF8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CX5IT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BFWOA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A6T0U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CXKEA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ERZ4V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CK9NR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DW239"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CO6CX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BU2HT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DHLKX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CF9GQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DHUTO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A09TD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZX2Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DYP5A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BNZU7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AUH91"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DA5J4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CCVCF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B30K3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EZYWZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AFNW2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BJACQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJMGC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ASUJM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVQKB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AV50O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DPYJ6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B9ODC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CL81V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B4J0M"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZ3CC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSSAV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CC4MW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BYIPT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DKSU0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CT4XU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C0PRW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ED2N1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AIN3K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EHUU4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EGDEP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D498V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ANUAU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EL6TY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A9WF7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EZ9H1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CWXC1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CKCYV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ATDC8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BW8S1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DM2DC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DV5AD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AW8D2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AMRUB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EIUA5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DABCU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C09ZC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C6L8O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AT18H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B21I5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C1K20"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CFH4E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BG9L6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CN3K5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B4U21"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BFN0E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DL0RH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DUPUD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B8L1F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B6V6J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AX8KP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D5SSO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C72D0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CLKQS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSHQ4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DE7LL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EKMAO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AH4MU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AF8KT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BPZJN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BIXQ4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BMFPB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DV9RM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D50JU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BH8JE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A6M6A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C8VMO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B357Y"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5SGJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5LYX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EWFYN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AY3TB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CX1HV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CNVBW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EUIOC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BPLGT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CLWO0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AR0CE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DKELT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DMBQ5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BUYGV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001COGFY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ELGSR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CF6FF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B4XR5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EO409"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DROIJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BG9NP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C9WCU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C57G7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQ2YW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C6L38"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EI9SH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVP92"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E0UEA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BXNHN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AV2NL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B1N18"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AFF8F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AWK9Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ENU80"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BI1M4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CFSQW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJ5K3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EIP7W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AMZAY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DDJAN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A4YLL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CEW6A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BJGWI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BWKB4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CL7EM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DIT2W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7T4L"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DY0QO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DDQVF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B52K1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZJ25"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BV2C5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DN0AO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B1M3G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DVTS0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CF4IK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B57UO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E3U66"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DWYLB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BJNZE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BAF2I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ASBPD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQTV8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B7GQG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSJKT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DSCYV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQ869"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQHUH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B34LJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EGIRU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EJU1D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DN4XK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7V00"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BA528"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CA7KZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B0IL7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001COXCC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CUBAJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BBNCF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D1WRL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CMFBR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTIC8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EJ2FF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BK9YZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D0K6Z"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJKSL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E0TTO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ERYRB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D6WO2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DYD97"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BSO1L"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E3JUH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C1AT3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DEP08"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BH3PR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EYS0D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C2I50"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C5J4S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZ8ID"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B0NYU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CO8ZA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A32XW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ETDKY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BOQ39"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EIZQC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B20Y9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EEH8Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B8646"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C3NJE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EXAZ7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BK9SE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EZCXH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D9LV6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CFR8P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B2D5G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EWP68"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A5HB1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A7RP1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DKVV4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVD4P"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZ7D4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C2I8D"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ERF2A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BJQ1X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D64EO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B653M"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BWXJW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DH3Z6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BXMTG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A5IQN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BBT3H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BF8JS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D4O0Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C487L"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EENTR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ESTGH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BJR6L"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ANLWG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BGHGI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AWQD2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AI3LE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DFMQ1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BDZWK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BHDPY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BSVL5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ER3YK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EWAEQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CGM05"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BBVJO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AUT0W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C9G3I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZIV7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BWL86"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C5DKP"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CNCCY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D139G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C7K6X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CETAI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C10VZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DOW03"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A8KO0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D17ZG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DJBNE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EF2N6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BODBA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EERFD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AGXN7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CK3JV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A0P51"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D5RVC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C87G9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CNQRZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BOBWZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A57I0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A27G6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B1RU7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DAQ6Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CB2GU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B3H58"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7G7F"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CHIIK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DEU9K"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A2FJ5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZRGD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C6HMQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BRGH1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTELN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AFCDV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DR9GF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DW4HM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQAQ6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BGWKO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B37JD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C3J66"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D5F43"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZ5BA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EW5DY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D82MV"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DD7E2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AVJEE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ET5SK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZ6EG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AXNDE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A3MZI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DJ53E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BD1WF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EU9X6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DP791"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DBQUD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DOSHE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BJPBH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B75NX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CL3NF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D76R4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D5JJ7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B95RW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EOD69"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BB242"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ENH1J"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C0R97"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C7JC5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AVB1C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQLM3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E2UEG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CGPCS"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A5IVI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGPOB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EHO81"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EFHT0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BSXH1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CARIQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DNER7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BOYYW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EV7YX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZ3JY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EV4Z2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DY2Q1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EOGYX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C56B1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DO3FY"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BE2SU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DDLUW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CLKOQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EZZ7B"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BKMP0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CKH9G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D83CD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZ6VZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CPXYG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C8DQW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C59AH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZE9O"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BMECI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EFO0X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EB161"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BGWBH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B5N7S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BIC8Q"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EKHHJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DEX8G"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZQRU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BTXBG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A4M04"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DV7MG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A6PE4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A1BIB"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A9EWN"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CGYNQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A0KTJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQ0JW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CJYIH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BAPXF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D75Z9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C61B9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CMDJQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BJ2AQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DDAN0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DFPFT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CV8TZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EAWGZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D6Q31"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001COV6U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CK1L8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BK544"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CI3XL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EUDCQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C5680"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DKGPG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CON9S"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EAXW4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CHAA6"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CPHMX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BOYJR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DQEHW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BV3FK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DEQT7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EDP3H"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BP9Q3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D5MQU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AISDT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EHFA8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DH9T4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BLF40"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DQN62"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EMMAK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B58EJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DV7GQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E4D0E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001APGS5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CKMKE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E1XZM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AX6ID"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EXPU0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DKKIC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BPMHI"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DD26I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BJIII"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BIKPX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C7SG2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BJ6Q0"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BR1RG"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C4KUF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AJKB2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CIG04"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C6JLJ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EB3NH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGVL5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ECDQ9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CREXW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AQGK1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CZZQO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVXO8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AZO0C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D7Z3E"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A38MW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CYQ63"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BOHR8"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ATDVT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CW00N"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EVYU1"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZJKO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQMXT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B1GJK"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BCKXA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DBLBC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DGE1I"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AR5A9"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ES6JZ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C3K31"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B8CS5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ALJLO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EHMMX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BC6AT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DWY00"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ENCVR"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DC5K7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EW7MF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EJP7V"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C8RTE"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BZLMW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EKUVU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BSCY2"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CQT8U"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001E3RLU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ELRDL"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001B1II3"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EPYXU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D74NW"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ECX6C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C7SQH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BQ5P4"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EMATT"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A4LPC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DKVUH"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001ENKTU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BKDGO"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C8K6W"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EQYCD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CVAU5"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001A6PVD"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EMAQQ"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DCR8A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001D3992"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BHEXX"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DWQCF"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001EWK0A"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AW7GM"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AT1QC"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CSH2X"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BOXE7"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001C5R30"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001DZ49C"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BGWEU"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001BE1PA"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001CWZ79"; -group = "F003D002"; -groupMap[name] = group; -name = "GQY1XT001AUQX1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLWVT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AG0P3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BAGKR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBFPY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DGOQO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AD3XQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C0W63"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDQ4T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DG9FX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BKIX2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BMSHC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DLKGA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CS08S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CI25D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CMLSC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AX6DT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B1BO6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B0KJW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9VI7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AZT64"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B3AVI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CK79W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DPOMQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EB5C5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AX4RA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DDZ0E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001COMIB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A7ONV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CG0DI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9PCS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D0YTV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AIFDL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CBZQ5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AY88Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJB6Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOTE9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D1R5X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BW7BO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBPG7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CWMLS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQ3JF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CKK31"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AYQ53"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A2D7V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CD8DM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AZXU4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BU91Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EEOX0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EN4WN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BL9IT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BRM77"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BKPUC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNAHW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJTUH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A7ODC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CLVPQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBQ1K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ANIOG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CMRS2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BH1QI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A42BP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ED0QV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D6B7F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AHU3T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9UUP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B1YFU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQMCU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ANTYA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EF3AN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B3UB4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BVEZH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C26H1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001APIA6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C4FGK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BF2F6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C280W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCPUH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDUNH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AOFBV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C708I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CJZOF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CSM2C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ALPYT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BMHL5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A5CXG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CSZ3T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTC0W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGSCS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWBCK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJVWT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CWJ3G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ET5YG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EB2GU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ATS5B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DM1LO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AMLT0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E4W85"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BC1MX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJI3R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C6WNH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AGSHK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EA1KW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C992U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DG6ZF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B8OS4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B1STJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EP2MN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8R73"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D06ZA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CJJVI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQHP0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ER9LQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EF0T0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CE253"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DX33W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AGJK7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EA4L6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A18Y1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DNBUS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNDD5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CI40L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B1DW7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJ1JI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CPLNN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BW9PG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C4MBP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFOKE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AROOH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7W8A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ALWVQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C09QQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBJBX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B27GW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGVHT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYULY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFQDT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DETAN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001COSZF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBU3U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B4UHR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EGZJJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDPBH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CBXFW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOYPZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E0COJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DBWPN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQKOT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ETUFB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZKKL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CT9GZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CHK0L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EKREE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AH7VW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D5SJV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EY4SQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJCY4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C1U72"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ENJPE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CJGEK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CASMF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EMWUQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BT1RT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E1SNV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BPB8Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ETH45"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDT84"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CGF76"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DG1PU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DS63P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AR33Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9C12"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EV3YO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQXHH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A0XFK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DR2AD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2LEM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DYFTC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DXVHA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BKK0L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DM16N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B3RXU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNP3B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E5MIM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DYDZA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ARVRJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D1YKH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EI126"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DQEVG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DEJ2A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E2AT5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CGLU1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTNMQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AMKMY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B95JD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EH5KN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EZ32X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESO2S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CEN7K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CL0A4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BHPT8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B94MZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A4I3B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AKNQ8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBA9W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AOC37"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYQE5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQ78Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DO0ZB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BIKEL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B234E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9PYT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C4NOK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BB71L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C26SM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B6LJV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DIUOH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJQ0X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CX6RA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BPTAY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CIBH7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ERJK7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJTGA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DC8DW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C6DJK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B280K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BE5FY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A8CFD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EB89J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7DLY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A2AA2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ES0KF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ELBDS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNFCB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CCZC4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DP8HS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CBR22"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CVE6V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EX9HA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGZVC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ETWG8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOHQN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B4Z2E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E43XM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CPZIE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BP58Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BHH3K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDFSI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYLG1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ANXW8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ETERF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BB6P1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B8BZU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DXT2W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJD80"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AU15V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ES6Y8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDO1U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ELJ9H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYBWT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A92AN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B05RD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWGE4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A76RC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EH7RU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C5BW8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWTE3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9DS5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDRXU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C5FD8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B0N6Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D3AM8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A7C4I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BXH6I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A2Z9W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CMM3X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B49HJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7YHI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DMXFZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CBZY6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CGVOC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AROIZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDWKT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EGNU5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D53VE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DGLM2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DT5M7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EYR7R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AY8VD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C2123"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ANB1A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BF7Q2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B5YOU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EAORQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJY0W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BV0GQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DEGOW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A2T3L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ENRAY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B414D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BU8N6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BRD1T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DRVOI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AVYTE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCX1Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZGS5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYRB7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CGDKQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C1307"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B8J2Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9FO7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ELFHB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CHFAV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B45XY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EPRX7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B0LSE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CF8N1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A665P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CW3DC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CS9VZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B505K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C8HX9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DYK0X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C25E1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D3ASR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGK9C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWBAS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D63FV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8EP1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D0OMG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BB34B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AZ0TG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DKSXG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EOPLO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D3EK9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CIFC3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DXWX5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EK0TO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQF9W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYQ9A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJGXG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AU89I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A96BU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYR5C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AMM3I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DW2N6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DLW9U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BRDOH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D85IR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DY5YO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A140D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BT70N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AGUFE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B0WO2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWK4Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DE3L2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E0O4Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZ2L3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AIX49"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DDTUD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CLMAT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AFN9H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E3MBK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7M62"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AYA4J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DGZWZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZK5V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EGX9E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ATCGT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9T7M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9FRU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001COX6Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ENHRB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CGMQA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B69ZJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7I7J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BX1AB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DT00C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CD9DO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4PL6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DYLZJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C1ZUQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AW869"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B1Z71"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CMIWW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DBGTJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCK5O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BUXKU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CKBZ6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EY6BO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BV4BZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CVLDC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DH5SB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BV7A6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BKDHY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3A8H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CUWNA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZSU1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E1IDK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EKP1F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQE00"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DHCXX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXZWQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWRWD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EUSWF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DAGA2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CBYVM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CMY7C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZUSZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ATOVP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DF6OW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BI3QP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DL0RA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CT0NE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJRXZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSIE9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOGB9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AM7O2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E0NZZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EL2V1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ATPS5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ANAQZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJR12"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AYL67"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D0HZ4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DU5UD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BT9RJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AK6QM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BKCCK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQRJ3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DLRJ1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CD2J3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AO7WJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CJ7G9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AS0IO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ED9CM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CUNQB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXJZP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESY39"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DY2WG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CY58O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AOFL7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EI6N3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AF4NM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AL7CF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTNIV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DSJRW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AK6X3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CCPH7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DYVRB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDZP8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A6M1L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E1BQ1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DMLMK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSE9K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EYZQA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AHU00"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8EZD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDGOG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZU2Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EOTRM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFNCX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQ94Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EL6RD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DR2N3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BPK6A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DQK7B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A4LAA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EC7HU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOEPX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C5E3R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DHGPI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AM7CY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DGRAQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DT8MC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CRLB7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AE89P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EY5QE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DH1N8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFV2V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DPPL6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EXIK7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOESU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DKW2K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BPMW0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B04SP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EEPVR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BDLXQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AY0A5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AYFXR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLLTU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CMHZ9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQQV2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AEW55"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BDM2I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D29WZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9VZM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EIW7H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CIZH5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCEIS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DTY2Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ANDEB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AK0IE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EM58Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSD5U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C68Z6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4Y4R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EOSL0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNGIR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDOE5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZTRU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BELYW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001COPKI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EI9B8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BF7W8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZ054"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EI1ZP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BRPJG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CON6V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EUN6C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DD524"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DTFX4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDFPH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EIE0Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQRRX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQG5K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DN6DX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ECHJP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ENE6H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EHF3P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ER4MR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A57PL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ATHF9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C1GWC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DKVA4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DIXUB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D7ZFX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C8JU1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AMUJA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AEL3C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQAGY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CXYGU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EAWHU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BDNDY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CP75C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9VA8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C74ZB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DE2JK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DR8JI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DP9PD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9OH5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B1TBI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B09L4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DMSZU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZVIG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AURXZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AG503"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AEME4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BA6C8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C1IL0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDPG7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFVLX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CC9NZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZD1L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C0UMG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOYX5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BMVFD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTEPY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCFUX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CHC4H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AEWS1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BHKZX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DU4QF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EUN90"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CLCXK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AL8FD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CU9SK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AS7IF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQZMT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4P1E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYOX8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7S8G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D5BJF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AGHYX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ATR7F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBJTH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCUDL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CGOYF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9FFM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJHEO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJPTR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C362U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AP16Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BDBAN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AHM82"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJPHL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CD9BK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCRNY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGRX3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9ET5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A5MCJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D5UOE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B0JW8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EPYV2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3QYR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQNLY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AR5UG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AZFKL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQWN9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D85X4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EFXDZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DAFOY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQ49M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EESYL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DQAOY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E10F8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E52CH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CP0WZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BB8SK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AYA67"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CB9OQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E0KF5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQNBZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CHDQU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BS154"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A4MHU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D6QM0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AF8GF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWSM0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZC5U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZSLA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSP4Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BAJ8F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BUZUF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AV6K0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9A90"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BPKB6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBYYQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZ9O5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOD17"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DMXW4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DC4F1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2WA1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AFVQK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CN4CG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTFIA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EOPQG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AZQ4C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BDD81"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ASX7D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A8F2V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJ7SW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDLQK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BDPFZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DV5E3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001APQ0Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CN6IM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDDQJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CKG81"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B2A8V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D95HA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EL5FJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJIFV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWH0M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWL7S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CFMEX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B6KGP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D1AOU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DB0ZD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EX7Z1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EIW6P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DNOXG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EUHS3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DYT10"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AH9OL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQ7JX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EPYB1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DRF9S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4SBI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ANN5O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DSCP5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9W9C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EFW9W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EZUNV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DSD1K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQCXR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001APWYA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOAMT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AS8ZR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B5B9N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CG3RP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTAX8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CGCLU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CKSZH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BENHL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7CS8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BAT9C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CWTZL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJD8R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CV0R3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DVAXL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CD53A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AYCLG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DOFF3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BF37H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D1OPB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AZ4FF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CO413"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AMI9H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D6576"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DL1MM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFU4V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ELD22"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQHSB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BHBCV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZYYU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AVOU2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DGZNJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWGJ1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTF33"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DNXUC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DOCXL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9PNM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCC5I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DYW7C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BETVD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DA7IL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOD8R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3WA6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DT6TL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CEMZG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E294J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZYWA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCEH3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBFBT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E12L9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4C43"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CGKHJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZM6Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNHEA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CV0HK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DET9Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ATQFM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CFZ0C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AVZER"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DI9JC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C34SB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8XC9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BB5OW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BB537"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DTASB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CXHZS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYWP0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EEMD3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DQG2Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DQBWE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C8TL4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A2Z2I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B5XET"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTJ5J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXLYM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CMKWG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B12R3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CT9RV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CAB8P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EL5J9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BK2HC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D7100"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A1AF8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CR20V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCCAD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBA3N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EK79Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOUGI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E0AYD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EI4CO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EGYNU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DUDSB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AV8WX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D28O4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CT72Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A32FZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BU4A1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EOYNQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C82NR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CFETY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DBNQH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C4WEM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BA140"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4R8G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C2H1O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJ2TS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BVE6U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EPZ8O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CCZRZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ENL6F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EHFA4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CN9J0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EA637"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D6W3J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DYYPL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EPQTY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQAC9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9IM8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C1NP2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CJWQM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CIH5D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EOD5T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AFRVV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D00UG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AL9QB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJQSK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AS919"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DDZI8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYMQW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DGO6F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BERBX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A8D6O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A15RG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CC8DX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E4XWU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D86SS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CHERO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CRNST"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DMBX3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D11Q4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EYMO8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CRREG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DM8V7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B0ELP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWYDU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQXTU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CA7D5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DQYH5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EZSCO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWJXX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EUZKC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3T7U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EFX73"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DDWF3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AHIRX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BDFRG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DASZ6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJJQO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ARCIF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A8RPX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DKR4F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E0KT8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESI20"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CU04Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E0NWL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AM85V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EP6I7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DUXFF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DIGIU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7I0O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CG55N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D7SWC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZZM6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B5GVA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTYP3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DH1GG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJWGJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLJGN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BO5AN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AK9IY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BAOT0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DI1ZZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DB20E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CL3ZJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B8F06"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C52CJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBWY1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLJ2P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYBLO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BRG9E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AN7L6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ES9X5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQ90J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DYGSO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESXF6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJFYJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BEZNH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EAW3T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CH2Y4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DC7VS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AGPUB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C0QFP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DVH0V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C8Q9C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E2NDN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DX88S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CWSAB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BRBLZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CS2TX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DG225"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AFVXX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYHMB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ALFGH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BUJKQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BI1QC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AI073"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C4GV0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A6QDJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ETX63"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EVRFX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EANR2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CS5Q3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001COZDN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJGGP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EM81V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C89W7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BRYQ3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3OXH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C0JGW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C5KBU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E1A40"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDVTB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EVBNS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B3WAH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EXAFM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DME1W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C4JRD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9J86"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EPU8W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJNGV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E3V48"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EUVEK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AV1BH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CUG3D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A0ZCV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CGZ4G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EE91P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CU9RU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ANXFK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D3DNX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CVO4Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DNZ1O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFW0Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3W67"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGI1P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C1P31"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B6ZKE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJ0U5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BMNFA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2R83"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CLBYO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B135D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EOAWK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXTNL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C34V1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AHIT2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DIHMX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWQ20"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CMHDL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AVABU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTT0U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EHWM4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BMZS5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DUPER"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CB70N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BEMWE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJ37O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EGL2F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C5IEE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D10JC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DE3YC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZ7WB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DSKYK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EVKED"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJLRC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DT0M7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7TSY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A95T6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7YDU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CFPHK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EXEJ5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ENMG3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DDYB0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EPBAF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWFCO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BHSLY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ECUKJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D61DJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EK7H1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CKJ7C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DHFO0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A7KYM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CEF3M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBNNA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C1WY5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ANKL6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BY1A3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A7GNW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CA1WU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EYA6V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AI4Y9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AV8TG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AH316"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A68YN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CIH80"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BECCH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C8HP1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BHUEM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A7BTQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AZZNO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BMYXY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DGTY8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDK8L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D5GXK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EHAXQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AGG70"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNQCB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBSD1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EMES7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D97EO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B2MTA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B1F7E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A6W05"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ARSG7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJHEC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNJXO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EE4A3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQOLR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A6YS0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQDYQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DO6EG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGUBR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D0KZV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BKZ9I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ERYI8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BMV64"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CHUEK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CHXWV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CC5PX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E090D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOQJO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DPSBX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A6EVG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D0KLD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CBSDO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9ZMJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C80M8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CJHIS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZADC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C6OQQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BH38E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A0NWM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A0K5R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDMBI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CSYHI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DK7DY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E29WL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DX3U9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWGHZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BHZWK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BVBHV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CF1XK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BRLYX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AKMYP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9SHV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BFK3C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQNJJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AUUM0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AZX99"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AW688"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ETC73"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CCYQ5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D3XEQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B87FF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8BVV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTWSL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNLS3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7HQW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DI7W4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTMDG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3AER"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DBOOO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CRB1D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYYT1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AM5MP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B1F9G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CBGIT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AIKQS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AMXGB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CHXML"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DPTQ0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNKED"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2Q9B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B0W6R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ARBOS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AMDS7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AVAYU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJK81"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B5OBD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B2R4J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJX21"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A322Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BAXKF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AR55X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CJGX4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BO9O0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DU7CP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AO8B0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZL0J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B14V6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C5UGG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AHK08"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CP5CG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CEI1R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DB4W5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D0U6F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJ8HM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSWUY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJ0ZT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BODPD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJIY2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AGTZY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BR0DH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJARA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DVGAU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EK7I8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ECQW1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C976C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BMXS8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSAP4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CCVV8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BKG5V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BHI3Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BRP29"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EPD3T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CLJ4N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DU8RE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9L0G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCBSS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7M1T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSGWC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AKXCK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8JMS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2K9N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AL3H0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CED0U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AYK4W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CIGO9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C73C8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A40PL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CR5XN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CPATJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B404J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DUHTB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001COM3X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJL0Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ETNC5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9YOO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C6Y05"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQN0A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EMMZX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D6WHP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CWAH4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BMUJ0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CE5A6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BPYGF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D6ATT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DQ0VW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EVDN8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AOW22"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A6L0I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B721B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNXNR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8YFE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B1BZO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DF0ZZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CPOW6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C0PG0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9HYP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D1UNK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CX39J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DAHDH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A97EM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBZG5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EYHC9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJ2TL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGBKB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EUQTQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EMPUA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CIE34"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CCWM5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A919M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CI5F6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AEQLB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CKT80"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EVUED"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ANTA1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EACQ3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYOJS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B2D3N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E3L7O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ANVYT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E38B1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D31FU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ENS08"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCF5B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DH0JC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ARO8J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BS7J8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DBTMC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJ9KH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DK0HR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQYST"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AVMEX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DRMXY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CUFCA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BXT61"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BDY79"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B29W6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D5INA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBE5Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AS5OP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DF44E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D676U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9KJM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001COQ6M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNODV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A8NZN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A0OTL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CMRTX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTEVS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ELBJS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BRHOE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DE73J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNHV7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CPRQ2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTI6Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BVRY2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BMY65"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EVST5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSG1O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DB9DC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DDNEJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A09B7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BFR8U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BXRCD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJJO9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ELKBU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B4660"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A47N7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGVA6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWZSJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A6DVQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A6MPY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7GFQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CLQ4W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EUU5R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DVO75"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DQF23"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AO9I2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AZ68X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJDLY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A1YXK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7CGE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DUO11"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CMSFG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EB26F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AHNHZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BVLDG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A4GLV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AN9U2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BK972"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BO1SY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E0CM4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A1ZDG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BHJBA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CWHWH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CMYXL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DHKRA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWSXC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AHSKH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BO591"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDN2D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYGMY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D5ONO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNXTG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DK7RF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBTMB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A25JB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BD9XC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2DDU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B15YP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B8NX6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E113Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B498S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DH7VL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ED7J8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFFOZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWIUG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AX5V6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CHRK5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7HS2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AHRND"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C1DFA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BK2LG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AYO79"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D19FP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGSTA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCG90"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ERIDE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C8O9Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLFIP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B8C47"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BXM9Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CHHQS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E2P1R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLDUT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDD7W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CIDGW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EK7QU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDKIY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWQN3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ELT4B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ECZ0A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BUPXN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C4KUB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B5ZJV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQJV0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYOYF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWD3Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D5XQW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWUXU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZNZK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EFD96"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DEYP4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZRKW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AZV88"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EA3Y5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AW95W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSZHR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BHH2N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CSO2Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AUXTL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ED0L8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DUEOS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BX1WH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AMDOQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D39TL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZ758"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQG75"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B1P0M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BY7MI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CCDGL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BUOU5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCWY0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B4S7U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BKG7F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AP0GI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E3PFA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJ22F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DOPLD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DXYXG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BM7A2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AIHO5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DMN71"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CX611"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9EMX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJPMU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DONPP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EUR5M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOW62"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DIL6H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9ROR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D0Q94"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D7BWU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AYUAY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DD09O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BD2A9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DHBOC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCLZB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9QEQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AZF91"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B29M0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ANZP2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CBDEY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DGTDM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001APSWM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BXV30"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D5OL6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AZOCW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DP661"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ALZNS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWP8P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BE0NR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ETM7A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZDKK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DRZE8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9V55"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AT70O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BDBH7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BPQZ2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DW236"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BFPFA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EESEI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4G0R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7GCK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BFTMC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BV0M5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DIMCX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EIG3H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BKG6S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BA19H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BKN0H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BUYQG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CIQ7E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BC8FK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C86RH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DQFZ2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A85J4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A7PM6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BDVJV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AEC2D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CW29M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESI7M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A57UL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTY1Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EI691"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8WPO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZZ25"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9FQR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DS6H6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWORZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EXQBU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNXXI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C2IRO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AEW1G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ELDMU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CS3E7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B6B3Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBG3X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B0WSK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DA77Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C471S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CE11M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DBBZ1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BFOWX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNOEU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DXBSF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CSLOA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E0EF3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQBJK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AFMIR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AODPW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C5O8C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CKQNL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ENFWK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CI6KG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DX48Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNQ9R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A35YX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CFAXV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJADA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AEV92"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BH9D3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXXIS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWPLJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D24W8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CUSY6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9CE0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CCOM0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D3QGK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D010K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCC3R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DNPSC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWX1X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DS1OX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CVJD2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C09PK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BY2EO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9Y9D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B5O0W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B5L0A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DEKIU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ETINZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AL9K8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DC9OB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ELQU0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B26FH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBDCS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DANFB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3EBC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B3BOS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A06F2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DGZ0X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EE2AO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DI09K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DTD40"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8W2L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CFPYQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AVV6Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ARKZ7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CHRBC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EB4UB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D0P85"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AIRMF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B89F2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A193O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLZCK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D444H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CEXAD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E3RQ3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDRLC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EYAHU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C6T6D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CMXA8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZTKR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AZWP5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D7FXK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BDGN1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EG07K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EYBZ5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ELY1P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AOVTU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CRPAR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DX7W3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQX7R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DBPXE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DLGRW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D5NSD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B2VN0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQN84"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BVAI1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D11OS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EW13J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9SHK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCANG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESH0L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9GCF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DUYWC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C0RUD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C737M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B6MMO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWL8F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B8S0F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXYK5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CFBY1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWX7R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DGVZH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AV583"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CF6GW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDEKX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CIADI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BK5LZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EPGFS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBZNY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ERJUG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A25BN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSO0R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZY44"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CEO6D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DACM9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DI242"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D13R4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AP6YC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CC8YT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EPNDY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E2Z9E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DX1CD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGP1U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DYZ8U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C071S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EV8E6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DI5VJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9XZ6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2IGI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AIE36"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A4VUK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DI8M6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E1KY0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4PDG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A4OPK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ATD5Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AH5FB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CEHHX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DO092"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DR6TK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AS39U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AKWZ2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CXO5A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DGFI1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DAMJA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BO5NG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDYTC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ANVZN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYERI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTRUT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AN7D4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9FFM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BXHAG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BO2IL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBYC6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CN2K1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQKOE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001COLB8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D1T8P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CHM1A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DL3HX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DL60R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7102"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EVJVA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A17RT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BF2MZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EGKHS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DPRV3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7R1Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A83W8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ELW3Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B5GQS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A0HT9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ECLIU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9VUB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZV0D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CR3KO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DW13F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EECG7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B2H92"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EYXZQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CP1GP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZ0HA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001COF2P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B05B0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AIT5K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A5X77"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BFIWE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DMR0C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AIQWS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AIZQA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CODQ9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AU6NM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCEIJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001APCG3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DALBQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBM2J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B5O6C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOAYJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E1CQE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E1R6H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CSKJC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJQG9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EVGYX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CUQFX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C1EZQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ERS7G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C8BIO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BKEL9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B2CPD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNOOM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D0V8C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EKBBB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DAKST"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EHCAY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B833O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AW8P0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C82FU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AGFVZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9OW1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AV6AF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C30C6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EG2DY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7B3E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EV0B2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DVKTG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CX7D7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AV32M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3XQT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AX9AP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BPV24"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWC64"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BUWMX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2R7U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DW2TL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AYEGJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CFZUE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BHCBP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A5YL5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EXB16"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ALZEG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNZJ3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CY1QI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CD24B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CLGNV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BMY8U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AMUN1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D0MPV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CU6R2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQMDS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DE2QN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DRV82"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AIN9N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AV0F9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EGE4G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B16P4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DL5VT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDXPI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EZOEW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CS8BE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CO5EO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EAUSD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DH2BX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DTV6R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CEQKR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B09X0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ASOVN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CKBZB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ER5AY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A0M43"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DDLD6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AHXGL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWAAC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EYRGX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CUAA3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CO99M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D0NUF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EUF8V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EXU2H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWOZJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZ49U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9EZK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EHZ4N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B0JZ5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BALXF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BKV04"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNACQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DB41H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DLCLK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CWZWH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D6VNJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDYL8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AF0XN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B47AN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CHC21"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BUGDW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWO1W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ET289"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D6GEJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BFUKV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AY682"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBYES"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B58E9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A5XYV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BUF27"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D352S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E2KRB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C5VKN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESKV4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJ8VP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CEQVH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWAEW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AT412"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDVH6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNIM2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BO80C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CIM82"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DQG5D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A0ERJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C0K78"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DPYRF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9C0A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7HRX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A5IBN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCXDP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYFH7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BS3GU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C8P9L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCXK2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EFOLF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AG8EW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CBW4H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTWBG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A5OTE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTUZF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AO2F9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DTN8A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9WD6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZ7MT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A423E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DG6Z6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AUHFQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CEVH7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B5GDB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B4306"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D75RE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A4PRC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CUO4Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DDMXP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3R5N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNG1R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DE2KC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9J3I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BKJF3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDG2M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DGJZV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DX432"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D1U1Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AN46M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BE5IO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A4JNT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DIXZ5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ET05Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZFTX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EX7YY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJ2B5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DE0T0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E0V7B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CLNRL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWOUM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBZ9C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2G2C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3Q42"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJVL5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNPZM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DAIDZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJX9T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BKINV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AEPHZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BK4I4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DSAU5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CHOW1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DEYM0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DASIQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ANJSO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A52BG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E4NE8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DN4AO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A2H1A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DNPVN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BS2DW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C80NX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDZ1G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DNOVP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BAFIH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9FPV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CXHJS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQPF6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DNOPX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7ZBS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A5BSA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTWCD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BVCOP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A4GEL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ALYVG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLHGH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXOAH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ASDE7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CD0VH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BMKDH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESD9S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DIMI2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CWUGY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNROE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DD6NX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EH63Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A4WLU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001COU4Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CH36V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C0UGV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BVN96"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CXKVN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DB7UC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AH04J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DHBY3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A28M0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BD2H3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCJGC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B2OJ5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B0ROD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BK124"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DDAF8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AEHE5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001APL2Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AGH6S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CKMIX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9BFM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BXSRM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DPRK0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EGGYY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CH7S8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B20SY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9FCH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYMIW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DMCUR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSCE2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EE4E8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BE0VV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ED9DD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EKU9V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CB30J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CXZ61"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBIIT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EL42W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AUVCS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DDCP3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EPFL6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJHOG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQ5YF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DO5N7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DK4YC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9MAG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ECO8K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ALNW5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DW3PU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CS4R6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E20SX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EE8WJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C13IX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWQWG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DOW1X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B825M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CH4Y3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DY6K4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJWXU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDMUP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DQSVL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBI4R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EIE0W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AZKLM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AZ0TW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AYMYB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EGZ3A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C6O21"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A1B20"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D5ZWX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BUTE0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOW0S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BIBUP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EKAS2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D092A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESUY4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D61A2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2QE2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DDJ6I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AVMID"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C8YHO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E2QIS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ALK0D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DOEPS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A1Z84"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CFMSK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJS2O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ECIJ6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJIVB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C51RF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DTOJL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AW6KG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2VC1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZ567"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ETWJK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CEGAI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BL0WN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CBYF7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8Q8J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGCXG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DTJ5K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCGIH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D5G1N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EHN4B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CPQ25"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DHRI0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A48M9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E0QXR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B5D0K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BX6MP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BKDTN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EY81C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B54ZT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AUVWF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B12RL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AY07E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AFS7U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZJP5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DQS83"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EYG79"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EL4FK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3G59"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EE6VF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ERN7Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTIEF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXB3C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BKH5U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CFAAN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DHPSR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CILIM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D55PN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D5QY0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9UZW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWL6J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EY7Y4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EFE38"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D5OJB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DRU1I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EIS97"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EL9QA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJN5K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYEN4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D279X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DTJL1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BAA6Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZIYB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A2KKR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AP10P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CO9W6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDPVH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EGZIL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CRS3Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EU715"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJBV8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EZXWT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CGJS1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYVN6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EC4NC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DB28X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A0QN0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTMNE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A4MOT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AIS41"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGG3L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4NDH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B5ELU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CCA1C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AVXKL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EZDTY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DSR84"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQES9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B26Q2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSSL1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CB9PG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AK8CZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCOA4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJF5U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BAB40"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BIXNV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EEDVS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DI4XT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A508I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9IZW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B6T6R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8KIC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B5NNZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C6Q13"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EIRUH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B3XJK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8QOM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9FC7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CO0HT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DHGG9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EGSKX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AUBV4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCUGW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWWJM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3BTD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJKU6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EHUSZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZUVT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BFO2X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A55WP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DY5RD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQOTI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AF002"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A0NQO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDONX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A0EO8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A0DV5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTPVM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BHSY6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CGYM2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQB9P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CJ2RL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9CXP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZXUC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYE3X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BN32Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBO8W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D1DA4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CO1HQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B6ISJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A7CDJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DIRCS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWM9J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CUJ8B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ATLB5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CB2P0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DNA2I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQAUX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D3LJT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BEFSJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ENW6O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CAB4U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AI4P9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C2PQW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BPQO2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AS1X2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGFZ4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B2XZD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EKRBV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AH9NE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A14KD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJY4K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJ8ZZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CUQCN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZ4QW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CKUHM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ATWWA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CGL3L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DN3H8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EP1VJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CVBIE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYKVD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A8FT1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BI6IO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EXNFS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWYSG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AGEMW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B2FLJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D3KHH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ASNYZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A8VHF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E4XIW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EB8BC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DIIYQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CU55M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BFB08"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDZTH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BX9S2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EN5YF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDQER"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSSGS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJ26C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9LAR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D5479"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A0DRQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTBKL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B4I5G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B6SXN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AEGXL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DG10G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B33MG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQQ9M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBEES"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D7R6H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BAT5E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001APO8A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DKDYR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EUDI9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E0M6X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B5X5O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EE2DN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZB6Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ALLBY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C8DKX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJSRC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTXKN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A2DKQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOBQW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZV3B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A1ADF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFQZX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ANB5T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BB5R9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EMEEN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D3WAP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWN6H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTD6W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EU3CY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B85VK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DSJOK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CVEN2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BB6DE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNZ09"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BV9EE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DGG0U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXSMH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ALC9G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E3PP4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CP3UV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BL6DP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJ5K6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGK3L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B8REU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C17ZQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CWI09"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BDOO8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EPXLQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AHX3Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EV5Y3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BB4LO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AFHAS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJRUX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EH32T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BS31S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCMVP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BKWMU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A2CSV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2VMZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DPPR2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8M2D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D00NQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A8E3W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTM9L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AX3V8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BXWRO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BAZY2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CM576"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BT9ZX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B3EVG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BIVAS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CJ52L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AHUJD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D736G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AUBOK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D6O4Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQJH3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3KNQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DPSAO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BEPVY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CFOVU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A479M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D6VFP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A472X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9ONP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D6QHW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFFTV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BPU2U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJKI5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BVUSE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJBM2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EO317"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CL84U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E060T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9FNH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AIPFN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BRZTF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOSHJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EGO4Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BHR1O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AT8NP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EU0R8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C8MDW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BIDZC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2NVG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CPLL5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BINVF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DK0N3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DQNFA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXCT8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ENN9Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWU73"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B1HIR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4OI0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A8ZUI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQ0MO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BAXI3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001APQ2F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DS41I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTDJ2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYRE9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DD7HZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZIX0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9U09"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESE1X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DPJ8I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C5IV0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EUDVC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A58RP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ENICE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7XT4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A37MO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DNPL0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJ88M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AM2OX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CT3ZC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DVI13"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DOPVQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B47U5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CL0HP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AY7S4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CMGSX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DNH0S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C5316"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AZUXE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DNOH6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CUCZT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EUMFC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DEO54"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ED24J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DDWG7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AGP69"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BVUKH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOYUI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CUUNJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D7L7J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CCC8H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CEO69"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DRPMC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BFDSY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DXUT2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQHLY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C4AHU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7G9N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CUYMD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EU675"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DB9GK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DGS6Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A555C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B721I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQCJJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQZIT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4GFH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESTPJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CGZD9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AMJBH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DA7D6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D7LG0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DALGR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EADB3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C42MG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A1UEF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQZW9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BO97D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BVC19"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B53NV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AKFC9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DV9ZW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EABQ1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BFJBK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCHF0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B4COC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CSDQP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AFR8F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DKTBH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CPSPJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D7IEX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CLPKJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BMUTV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DRSZM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CPBMA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A77W5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DE78B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGIDI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A5MOM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DHSJ0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CGC8B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B4I6S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZKZP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EAEI8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A35X5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7GXH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AOVCB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNX25"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQ2E6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EFXCY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ES6DF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DM7FT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001COHRT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001COKQQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AMXAA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZYEW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B2B66"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D6YJ4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DH3GC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJMLO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B012M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3R83"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BK1CU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BRNT8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CJF01"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AE5LG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGGRU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CR7Z1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A7B2G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CG2WA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BM705"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EGMEX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DLDRH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D5WBZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZ7EL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B74N3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ETKJV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCV3Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AP6WA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AYWMA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3AO9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C690E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BE90L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AH64V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C4PG3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4AO9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BO4KI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BA42O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQT7G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWZQG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CY3PD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9T6W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C0DN3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DST0J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSPW1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSZ5H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EN0S2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B3VFZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DKBB9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWZAR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDNOM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9SVX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWWEO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGKO4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNT1D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C2HMG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AZLJI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AFSE4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AL0NL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQ97K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EKCBG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNBG2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001APKSB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DF9JH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AUIUB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EP6SI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BDK6H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DOGIH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DNL1C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2SD4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A2BDB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWIVJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CBCOJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BIZ0H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8WS6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BI6TS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A2WBO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A6ZLD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ETX9L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EFATI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CJKPR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AUSGH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C6IN4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BDVFC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DXIXU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJL4U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CSBEO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A1WLN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8RBV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CXVO7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJMZB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DS599"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B4L80"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A8I4S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTR9W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CA4XS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYO8J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A09RB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CREVH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFMFB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C4O0N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3Q1P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BX1RG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AI7EY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D6IS1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DAQJH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8C2F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJQN4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZT37"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001APRQQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4UB7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWC0C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DRQLT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AFEKL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CJBUT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EMYM9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DHH1O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DY13N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ECBX3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C69UG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D1IV9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EMX4L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8GGS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EKHPU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AIP4P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AR7FP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CH8GA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZI86"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ENC5Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CGQ7A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CPN4I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDWOO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CFLDN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3XS5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DNAVM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTJVJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C2RLF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D6KK6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BB6MG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AHKEQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCAN4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CK7U8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CILA3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BPOQX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CGMME"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AGAXA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CWY08"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EHVDX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CHKEI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DH217"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C0E1S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BIUAH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B12YM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWKPN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CCKQA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DDQ02"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B8AX7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EZLQW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8SQL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E130M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E2GO9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D56UN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B2L7J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A8SLD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BRO4A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C98IK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BF9A0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EW0UD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXFUD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D1WJW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWJ5E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C4IBU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWPE5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQCL4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZBCA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESB7V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BIYU7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DD32C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BEOAE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9K5Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BFVEU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJGBK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001COO9H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWWQF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AVVU6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9YKI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ALMBE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AO4VG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AX6UU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DPBJK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A4H0E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNZCG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZ6G5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DO8UC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E349T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DLZ56"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DDQLT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZANE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EI0F5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQ121"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNY5H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNM0E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DOKBQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3DK9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C6TTA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESSG9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D88NT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EANVU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTY48"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EUW6L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AY6LZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ECEMV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CWSZT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ASD0I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AT7V4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BXRLW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C548Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B0XG8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B8LPA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CLJTR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B2ORH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B5GBB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DYFWN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BVQEZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ALMJN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWDS1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EOWK7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EH2JQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ASXID"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AEPUI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJQOV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B8S8Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EL6G0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ERZRE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9GPD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3CH4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A21HK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CX6TA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AN48N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNH3Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BN559"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A61NW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BUI0X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BS72K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCODT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DPQ7V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXE1O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESG5N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNC8W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7NIM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EVM9I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBD2E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWTAE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BMOQL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A26EP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DG7AQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001COU26"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CFUQY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AT3Y2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AG9LY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A7C4P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AOPAP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BMUJ6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CRJTY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EKD5Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EOQ8K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZYG9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYU48"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BXS8R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DD21Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DVCCB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E1XUN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ER9I5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZ3WH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EAJF3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AMHT2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9GOM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQ5GG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9CKD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4WML"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D0Z1Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A6EAW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D661K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C42RY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EUK73"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AEC2O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DBA8M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BUL9C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZNV0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D34HE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BC0Z4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AU78K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D7J5D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C0JER"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BB5NU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AV3IA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLTSR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AMRMP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EPR5Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EZBNW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DLK49"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D65KY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B39D2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D1N7R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ASVQN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYPJJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A7RC7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CU1BE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DUXYE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BG2K0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWC7N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZYOY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EF3T6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C0MLS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CY0TK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDF26"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AV3Y6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A4VTQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A1MK4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CJZR8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C4GGE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDX0I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A0W3S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AKVCF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AZCFZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9QTS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFFF2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C6I7S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BEBNR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AKCI8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7IR0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DKG8V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C0ECW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BXW3J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EVEML"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AG68G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ERZ39"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DU6BF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYE13"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BAJXI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DIL9N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXCLH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BUZ72"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWCR6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CWAA8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQI41"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CAM8A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AD664"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C0LCQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DP02Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B681P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWBPY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AOZGN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ALP30"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CPFUS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DXE5Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BD9AO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EEPJX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZ9IF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B3TS9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BR65I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AV5WD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DC1PI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXEJI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AMCHS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZTY9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A7RLQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CUTSH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CMSQ0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSINA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E4EB4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ALV0I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BFAMT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CAUSB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AV5II"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EEFH7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ERI8E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ARM7T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001COKWS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DVAGT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQ0C7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CVJ9M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C22NE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDZT7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BM2SX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C18O5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CGI1C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DLGYF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BFI20"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BA446"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DNEYB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZL98"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CJGYO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D5YW6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CAXFG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EW5L7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B0EZR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DK1ZF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C943L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXHQK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQTL0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4BZG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BXCZ7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CV5HS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B39PI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AF36I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BAZSR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3PBE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EAS9K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3NJS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C89BQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CX474"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EFH1N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BXXA7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D0RFF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BAMR8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGG9D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EGCSH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D7MBE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9UZJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B5SSJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C6OI7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CK04A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CJSLV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D1JTO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4X25"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D48DC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CW5HC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DDR5P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DLAGE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B8XS5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A69FV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A6OX1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBXCX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AUFTH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJ24E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZNJ8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B19TA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C5ART"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B6H08"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DF6RU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CIMQX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B0N4P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E0BG6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFR27"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BRNBP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B4JGN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A61V9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ARCEG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BP0NE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CJNWV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DBSEU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EKQ9B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYPF4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D0D1B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EA0O2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EXJBZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQDSP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B2D66"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E34E4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWEG9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CF07L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYZEC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EAY0J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYQW1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AHYS1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CUFDX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFJGD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJR42"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A7D9W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQ8WA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A1JZO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EIFRV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A4811"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ALDKB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CR9YM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQC7J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CBIYJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ERCSE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3335"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D6YEL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D3UVP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQWIF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBL07"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A56N9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXB91"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CW8RQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B8UKY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EKYUV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CA5W6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DB9FR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AMMN7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBX6P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CM05N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EHONV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A80ES"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9CAH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOZD9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B89HR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001COZ2I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CRS8K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZWSK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D7LU9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQQDW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DVCWW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BM8PD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AVN7L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D46X5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ER6SJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C42O2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DNYT8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DH20Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C2WHZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CD0GY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DVER6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BDWJ1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EAIUO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CAM9S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ECP4V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A8S9L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001APBX7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EPXUN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BVIA2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJFFE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DUZ14"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DXFRJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BF82D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AO57T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DEOPW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B8W0G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DSP33"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9YWA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNYQ7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CKGXH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQK6C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B725T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C6M3M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CAQSC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7LEA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCQMO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D5QFL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BM2E9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EULS1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001APK5I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWFAI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CVUOD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EOUXG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DDANQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C4YZ0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDXGM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AR8Z3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9S0D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A7IQ1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B0DCY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CG7PL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CHGBL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BH2QR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CU1VZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AFYZV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BREFK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DD8TP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2HB3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C6028"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGT7L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AG0RW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9OKP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQSM6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A87H2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWZUH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBF87"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AVJKU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJOX0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZKLA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CABUX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCCUS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGO78"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B30E0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7Y5L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJM5P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9S3I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOGGT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ARZGE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DTBMM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DLW5R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOIT7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B1MP7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZYTQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AEL4A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B40MT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4192"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DUYA6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DKKUP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EG8TX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCI0Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EHCRG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EP8U7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AL4M6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EM4NP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B349K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWL4D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B5HD4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AIGZI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CJYTH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AME74"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B97IO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EZX9O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ALMJ4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EUABD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EIPX3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A465J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQ96E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLQ95"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B1RK6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CB50K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E2GW4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BUSFB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AKD17"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQORT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DSC0L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DX618"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESJ48"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DUW7G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJ777"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZ6HC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWCNV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ASD8S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AGTL4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CMFQ6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B4RK2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A68FC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYAA6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B77IO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ET5MS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EFBVD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ATAGH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DYCHM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3F5N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DE5VG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EK4GZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYHEI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CRIMN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DIGD9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BKMMO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C78IE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AVARK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWC6W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3X6G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQS7D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CRU9L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D7TYF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ER13J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CLM7L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ETGMI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EAPDN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C5P64"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DBS5V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTK0Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AD3OQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXQIH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWP23"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9X2U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQD14"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DOVBY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C89CA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DELBB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CADIO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D00SE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ETKKW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DADQ8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CLBBE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ALW8S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ES3GS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A15Q6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BI7MQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EZ1M4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BN2FX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AUU1Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D64ZW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3BFU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CV0ID"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EF9B4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E3P75"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CUU03"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7YCD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A1ANG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJX64"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D5RLM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CH0ER"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DYEM0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ES9RY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CX64O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4X7N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AYGVC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ECNMV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DSXZY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DY4AO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EFFVK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BD6JN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EGAH2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EVT84"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ALOZG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3POQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSU5R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A1XYF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AUI53"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AK837"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CLLR8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A5WIA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EPLWX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CIEFE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DHDUL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AMVA2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EM110"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BG1WU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A6VUU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9LY6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DVJU4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D15PE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EH6YC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BDWD5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BM5YY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BEQ7K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNFXQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DTSXK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B1SYQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DLOBM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYR9W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C6TEV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNPWO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D3R5L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EAOX6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EOR8W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ERK67"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CHTMX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EEKHZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8WTL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSS8X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CKKY1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DBYSH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DMGFG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCAT8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3TB8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DSBIS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOJB6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DR2FS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EAPK5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C4UCQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BRSZ4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DD32O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AZAEE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DBLYX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EGRSJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CHKTK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DYL85"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ENDTA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CC8Y4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A1FU0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9R4K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DOSJN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZ6J6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BPF7Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EIT7R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C1USQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7NR8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CSPD4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7XZX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CWAOH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EZBPP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AX92B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BL1M8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ATVCY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFDRF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DL015"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BK0CK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CBVF7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BMFOG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A2Q3L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C6TI8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D1LAR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZFLW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DH5PH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9YWX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BIQBL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C82GG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AEJN8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A8CXP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CCAHS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSDNH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3I5Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AFBDS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9SYV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D859A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CAH53"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DAV4O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWRKQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFD9B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C8PJD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BM0LN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DR9YQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CN34Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BP6M2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ECO9Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A7O4K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AGNPP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DI6LV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DEB0Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BXPBA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DMSIT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CAY17"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BUE45"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BW8O2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A95RX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EMLBQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFBTA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CABWM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BIVPT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWBY4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A47DR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DKIHC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D3IHQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CKXI6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DUSHY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNPJI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DKZ4I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BULXO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BMNF3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CR6N0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C5XMJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9Y37"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWNY3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CE0S6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EK2LW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ALP7S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AN9LO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DP0JO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DSCU7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CH6AQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESQJT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B78F8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DO8YO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CLF7E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DHYX1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EVNMK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9XYB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C5RAQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CELVG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E11W5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BX9IT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ENPQA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EMBH6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQPP3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBVPB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AS3H3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CLWH6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AHTWB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9V79"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9ZA3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DN3YC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DUELP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BMLKV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DTLTW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A1TBQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFR5S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8QUV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EFD5H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXH6B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9ITT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B1HHV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CEGF8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CADOX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDQC5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DV591"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B82QP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AW823"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C256C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AKT2A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B5RWK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DO0UV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BRITS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DDCR5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSWZL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCLB4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCWBQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7ADL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001COUD8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQOOT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ELZRA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BURN8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ECI6K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B2FH7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BKDPW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYNVS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DHCX4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D32VB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EEVRF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGN42"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BG7PZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCD0V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EB4UO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCAH7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBQ8O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ERCGO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BL6MD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWUNX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AVP7H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BFAR2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EHJNH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DDWF9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DH1QO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BEOX1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CANFJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BO2KX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ELFF9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D97P9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQFSM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ASDZ5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9RZ3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CLF4E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B3F5J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQNM2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D6SYL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BRGY3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQJ9W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQ0LT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B1U6N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EGZFV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTZUI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFXE8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AE5V6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7572"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DOLFV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CCY5K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A54PJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AOT5S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B6TZI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C5C1Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EI52E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C6BKR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CF149"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCET0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CMBQP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AOV6C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DLFL7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWHWJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CMKSM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWVTQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLC27"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B3PJM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001COAS9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQ03D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BA8C2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9DXY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CL1SV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AIWF5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C1XH9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDKE4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLUIF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9K6C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOP8S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C02S1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BM6LA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DUIFX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C2PRZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCW49"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DUI9P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9WEP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDBEI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EYP0Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DUL74"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EMTSQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CKFO2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DXIPQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJNG8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001COX6N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZGHZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BS204"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CPWRV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D89GU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EHXT4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CPNPE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DBHGB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EXJZ8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8MUN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CLWQ0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDD15"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BA06Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWR4K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C381P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EVWPZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EUXTN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQNHC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BG4OI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTSLL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BHK8H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DY5TZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AL6AQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQL85"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BDNZ8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DGVQJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BN158"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DSN5G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BY7QE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBK05"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BIBW2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJKQU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ET3DW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CVQUS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWBH9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DM7KB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CVZBE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CA3LD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E1D97"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CKG2I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CCR44"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B2GP1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DUQT1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCBGA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AS260"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CPP38"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EANGF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BE8DA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYPE3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D993O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EI3DO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CIS9K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A0IQ3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BPY8I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DODZ1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CG29P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AFHMQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C185X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ELDAL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AW03O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A6BJS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EX03D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4PUX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AZNS8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BI0AQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CWKZ3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A159D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B61J5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CX7SI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQ8ZB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D44Y4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CVHOH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A4P0V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DAMRU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A8AK9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BRMYL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWH75"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C55CH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C6OD8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B234O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9BRF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AIINW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BILOM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFO3D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9SMH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWKDT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AU1M9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ATX0K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AFWRT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AYVDM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E0SHP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYQXZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CIAEC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8DEB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CCXD4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWYO0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCCOV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXQ9T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AIGY3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EAIFK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9LHN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZVE1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AVP3Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CXKZ7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CT30S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESPNA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B24JY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C8D6L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A2QCH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DTVN6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AFTVU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A4952"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EAQ9T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C0QXK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CG126"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AI5NU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A4JJS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BFEI4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CK6YI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DYZZQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DBCET"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3CW3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8Q5R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EW34G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BDNQH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CWDSO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AN6MK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJQ9B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AIU6H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EHIS9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EG822"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CUNPP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQSUE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BUCFT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYLED"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DUKLW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJTRJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A4VFO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNPMH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7V18"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJJC2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGV6N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AUETJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DPCC5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B3M9J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZGLY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A5Q6Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AIEY4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3YKU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3135"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DF928"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AYFM0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001APDBS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BK69S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AU4P4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ECEP9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B794H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D5JQO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B0BQM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CX0V8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CRD36"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9DDD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQFWV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AU2DW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ENC7I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B8ZQK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ARH6O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A5LWK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCKAF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A0ENF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CXO5E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E1RJX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CVZJ5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A967M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B4ED3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A4A7L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2MA6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001COM8N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EXF41"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJW4P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DKGLX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CH07N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCYQ1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWNTK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C90FW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AU8KX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8APT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ARRHH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DYKSH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A8CIC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A09IF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ERS7R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLP2A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3TP3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CF2IY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D3JIS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ANHMW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A5ILB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DI8DG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DXHGE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A32GR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A2676"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ED3XA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBHWK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CJVJA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B376N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E1YLT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AV8X9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CFKR3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EC4LL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDEB7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ALYTC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ALF6X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9G4G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BKP4C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CM4MW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D3MWX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DN0FN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EH1KS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AO05Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EFY7C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EU9QR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DGTFR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C1X1X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDAP7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDKTZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BV8ER"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CV54Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYLXS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EYPY1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D1C1C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C52ON"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B52BD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C921A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BT7Q6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D1Q1F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DQ43Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQ76E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EM2C3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BK8R3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DS0GJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CJTKS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BN3XL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBPVF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D0F0U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ETJR4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNYTO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B2WSS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EIASR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DD10D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DLEJH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AH4KH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFHOP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B1GU2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B31FH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CB96N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CB3H5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CGSJ2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9RVW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AFUHS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNO2B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EMUV6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CIENU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CH4LF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZ02T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BEIOB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C2NKH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ARYH8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AK28G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AHTIE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CPMM6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AFNKL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3AW9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2II6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EE6NE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AZ0F2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B39ZP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AE0CQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXE45"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CXEXU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CXZ2L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EG4QJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CR1UX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CRDHR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYN0T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BM9AQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9R4R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A4FJ5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQAG9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CRWD8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4IZG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AFWCT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CM56F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNUFR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BXIWI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZT9W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A0RDW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DXGFH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9DTT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQGKL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BW5A4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BPFOR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYCCK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EB44D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4744"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFUWT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESNE3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EUI4W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EZHV8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3MNR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CEUY5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AFREK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQWTR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOI7X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AL2MA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DEDNU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EH62R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DY3E7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2YF1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BHLWJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQU49"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ANKIV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B2QDS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCVEG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B916Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A1W8H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCHIM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJFHM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AMC7B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DKOFI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCNBD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CV6E7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C4DLZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOWCF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DAI5C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A78ET"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A7K8B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CO4YD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EAG05"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BAN7P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CRSRN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DYDYZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DHDAV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CW23S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DSLA5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYMS4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B99CI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A1DTO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWI1B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ELP1Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EA9NL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGWLS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AIGS5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C94L3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DMOKB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7NWZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7JGC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AUEE4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AKK1J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AMV59"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLPB7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EXKYU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DSQGW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B52AP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AKN5M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EORP3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWLKI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZR8N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDWGD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CBFMY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C928N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJM0E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AN4LU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AODZS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTXSI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E073B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BA39Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CCFT6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BI9HA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DW8C8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9ADU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3JX8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJDTR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3NJO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCM41"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AK9YU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ASGY8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C2H2G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ETIOP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AMIOD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7QK6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DQBW4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BAWUC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EMN8Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNBVG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ANDFL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DL9UL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CKX1S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DPZ6L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EYGJZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AUBD8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBCE8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOS6O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CVRTD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D7FAQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CVBO3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CA6LU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CBNM7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWM5F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BF4DE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AH8SF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EVR5U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3887"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D5N31"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EYWRX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D562G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A98QS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZVVV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AFY3N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E0QFN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BFB88"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C04GT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C33VE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001APFE5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EFH7P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJ2ZB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWKJJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B0KSM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D6GL0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3JSH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C4JRI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOSK3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A7G5T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXLZ3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CM7FD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CMNZ9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EC6W9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BXHQG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DM438"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CAR1Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3GNT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B37V2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BPJ6C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C4L2D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DF9W6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DYTTC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DUA6T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCZHD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNQOO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EVA76"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AY8JS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D72BI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DP6WD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C1RZY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQQAV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CIS33"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DMKWV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBMYG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DU4SN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ECBOO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWLEK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWCLV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ATTYM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DL25U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BI6VE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B4CZN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DRMHU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DLNY0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESUY8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESMTR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BORA5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BUY1F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D61XS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AVGOY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C45HM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTYGW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DG9WV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLVFZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWALS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EFB3L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWN6H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4OM4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DBVFB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B2K00"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTZCO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYR17"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9UJH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ERK36"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3JFD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CGUPC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTJ8R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CXL01"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CIGZS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ALPEX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A7A9B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWA91"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BHRTL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CVA2P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EGGQU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDOTF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWLRG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B4PI7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CBV32"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B93TD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CMZX0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BKSZV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBUNF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJB6P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EYOSX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B3TQA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BIMN7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDQW5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8RBO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFTIA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BMYA4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AHTAS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A1V93"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CO1K4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EL6BO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3ZUM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTUTC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AOMLL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BFICH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EIT5I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DR5IO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AL0WB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CPG63"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AH7DE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AKG9N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EN57D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CEM3A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DKZ8U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BK6T4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A215L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ENQ35"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9ACX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EAO4P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CPKJR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CW25F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B5TYU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BX7E2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DGNIC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BXXJA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CWV2B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJ95F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AL80I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ASSX1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DTALA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A785L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AOXJL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYHC7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DO0VO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EVJQU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ASLK1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EW71H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CWHK5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7N7G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BRJHF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ASUVT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDGGI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ENSE2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZIQ9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BETRU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B1RF1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D5BAK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLLKL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWOSP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CKBOL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7ELS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B3SUK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AHK6O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CCIWF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BPLEA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AT29C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CHTTJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDNRM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001COXXF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AHR0R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DBVKG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BMJRQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A46ZU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBKS0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CV7AW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJVLJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWT98"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CH9EN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AMC7G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BMZFO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BUCPK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AIEZ5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B59D1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BN0MQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CKC7U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7Q2T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EU6M0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ERIYF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D33D1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A01O8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQBR2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CINU1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BW527"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CHS3K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EFDK0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTVI4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJDCN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EFOMH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ERBDS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AOJSS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DSIXO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DOUM3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DL5VF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BM73E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AM4JU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BKGCM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C5XB9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DGNXH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ATKLY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ELZSQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BIHV7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E0F8A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWAFY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CWR7T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AFXAX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BAZV8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BEPDA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYV64"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDGZE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A5DDE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ANULU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B3J4Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DEHB8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DXN98"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CK78W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CW0L6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CWU05"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C6LVN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSR7W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DD237"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C89WT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BM0SA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DUVC7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7PXJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EB9DV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGHYK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C993T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CI0PL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCVWB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTQLT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B8G21"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EV3KP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJJOL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BXTCA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7ASU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9PBG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQNYE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLJSJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DA2BW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGHKH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DTBMO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQ4KD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DPPIF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CAS0H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCJXW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ER8YD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EUUVE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DDVL1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EODNG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D35PG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLOBQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJVOL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CSC3I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D1BQW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3ULD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C04K9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CT7PZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DYDTF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DVGXF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EN5BV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A7EZC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BIR6T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C1VX2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLE8V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D5TC1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BEKC6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EMV31"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C6STP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B5WRI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZ0YL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AOF14"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLR6I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3XFX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EU2OP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C07ZX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CVG0V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DY6YY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DTQON"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSQF8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CD775"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBO2Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCX5Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJ8CB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E0KCK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C8OEF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBTGR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DE5SR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DSAKW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A2QNK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BP0RL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EETIS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EZDR2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D5MDQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DY4KX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CGOM1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CU4K9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ER0H2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DPYT9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DS8AB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D98QY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDK1O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CA2VP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZMT1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B46L2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AG5H2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CV22T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A7XD6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BDLML"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DOY1X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWI1R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CPDN9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DXH1N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D6T1U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CPX32"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AOH2B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CPWYY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C065D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BE68S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CKXE5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTELR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7K35"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLLWC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSFV2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EFNAB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9UEC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EOD66"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EK966"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQMIR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C4YBD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DRLYI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BFAAI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B0OR0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EI0QW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ETSDT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B6TX9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DVJN8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CAXML"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DXWVI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B2GBK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EMC6H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EW1HZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C0UTM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A2XUN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DE4RL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DHPSU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DHFGP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BDS2U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AN3VF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EOXJY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9YMS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AZQQ2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3U00"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BX44Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C2HD8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3H3U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AVORF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B1CMM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZFL6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EW1RL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQPNK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BRRLA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EMLUF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWTCG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CB1YD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNZ2F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C5BEH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BDCJW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EOFVJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CVY1I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DG7WS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C2VHH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001COKP7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C0UV1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQ0UL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AM1WF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DOK73"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DPNRB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4ET5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B55NI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EVCOQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DC3WF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AFTSQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYVB9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CX3LO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C8H95"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFU6A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DDUY6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2F4P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B2PPJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CXWWL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EO29B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9VFQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AO7R0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A8SUO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CKOU4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CJ0AD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CO94G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B6RUT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A25BG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CCUSN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E3434"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXXGY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D1OE9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C64UJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTP94"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWDMI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDTJI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3ALZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ERTGK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DV1JX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BANAZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B6DR6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EP89M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BVDTR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9Y79"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTD8L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D86C5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGDDW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZGTW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BME79"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CFTQ9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJ4FI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQHJ2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A73AD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CGLUN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B5U3V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWN4D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DIN8L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CL0BE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CVKHJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AMB6F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ECFJL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001APKRW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EF2WW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DY6NT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A88PQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AOK62"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4U0V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AGKBL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A2SN2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B6OO3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXZIC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ETG5D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D0NNP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B4EH6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CG9F8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A6YG6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DM7KI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AT65L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CB15V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DK5PW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AK4Z6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C48KK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DBXIR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C1JWQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BV5EI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B0A00"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EI82C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DGFKN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C1X2P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A6I0Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EKODX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B5WID"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BAHZ5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYZNI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DOBWT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BIYI3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A12YA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DSQN9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DLNLO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D03ZL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTEOM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9O30"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DF7A8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BKKNI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJJ77"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EPUNP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BAKMY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CY8ET"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ENGO0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EF335"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CWIP6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CHBD3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B4JIM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AR0Y6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A61CJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EZKW7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EV0QN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DAS1J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EOO7B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A2I8C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CLWRW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CJ8O1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DO1YX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DYNVV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AVGKM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DRU1T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DKLMW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DTID9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AE78O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCQ8B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DP2JD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D70VI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D3ACN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DHUM1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BVXYF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJQCY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DM8JE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A5GXD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9IBQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWF2A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9QCJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A636I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLACA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D0UIM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EFUB1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CS1FN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DHPGY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4S1M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AF7CQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ALYPN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AU1AS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJPV8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ARL0Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A7U3S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BE3NZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DVOWV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C75ZA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BL01T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D42VH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CMU7Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CPYLG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CBG6Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BY8VX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EX9ID"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CB5L8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CBBGX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A46P4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EIRP1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNKXQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLJP3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EZVT3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001APBB9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AOLM6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWENU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CHZZH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYKZO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AVKR9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCKLB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWADK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A0XAN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AVC3M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWSLD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D7UJD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C0TP9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYYCV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJ5MZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C1WBT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B6DQF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DRYP5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EOJV8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWXT3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AU8SI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A5HMQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DBKSI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CF49I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYQBL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CK32O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AGNEK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BC6RE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYAM3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EPX25"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E2G3Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DNEAX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7EA6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCCO7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CXGYI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D5A3J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DQX88"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DK2M3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ASGW8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CONPO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESRL1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C19I0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ATTWX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BY3AV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BD5F7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DNNXV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EG6YW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BMZ9U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ANU26"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B17UZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7R1S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZOL4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EEDVW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBOI4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C0MK7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQV4Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DIFB6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B4UUF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BD30L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZOIH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B8PSB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EN1HG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BFHI0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJWTD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3YP2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CO20W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CXIVE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOTZK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCUJT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTTDZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D1VNW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CKMRE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DQ2XK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJVKL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C4XKD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CRCPV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AUOUE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EM589"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DS794"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZ51H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C1L6O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BUJNZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CV2N2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001COXTL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A903U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDIVA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4TSW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AOSJO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CCNR4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DVP5J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DEIA8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ENTKH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ETFRQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7VAV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQJKB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9KKS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CO2U3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ET53E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CMS3W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDI3F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYCGI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZFMQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWRUR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B6MLZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AX52M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A336X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DXNHJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EV8DR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQAFH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BIOOQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DMWL6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A5E15"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLURX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EVO9Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CEJP0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLIUT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B3588"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CD4KN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CIZ5V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DABN3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BC0Z8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFWI6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D0SOX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSPY6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJG3G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EMGCX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BW1ZC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYM83"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DMJIY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCO5J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B8UKO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DTGU0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ARYBI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EVCX6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDFY0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3H9J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AGL8D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ERSP5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CORP7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EF074"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EEVZK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DA2PY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDOTS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B5Z7C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZ2BQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DE5CK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CIC4L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EB6BD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXOBA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYL9Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ETVRK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CVOWP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E2DUD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ATNS7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BPAEC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B53CP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D3723"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BEKLB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3UU1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWDX2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJDHM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBVUU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BG8RY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E0HSF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E4QCF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLEUQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CWP33"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A21F1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CCUOL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZIKE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B6MFV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001APSRJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B3S4A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNRCL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWPKE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C84RC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CH2ZW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B6Z19"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B03FM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTAIP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DSAXG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D7Y0A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ERYTW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWOQ3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESAA4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DSPF5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DVZFV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AVOAB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJOKT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOPGV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXGVB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EXLNQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9BMN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EMH8V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWN65"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2Y3Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCXWK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8HPB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJWC0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DQW9X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B6AAT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EKMUS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E2T5U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DU1VM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EKSX7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C0M5V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AY5NP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWXMU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ANIYW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AY31C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJP4Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EMGJC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A2OIZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D5E9Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9OT2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DI0B0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C230P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EGFWH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBSJ8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BC9Y9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQGRX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BXNLO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CP2N2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B766Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CP0RQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DDUZD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C5100"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJON9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AZ4WD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EHSLU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CXQ23"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B8BTX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C55HG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTOFM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A2D7S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2ILQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNBKM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXU3T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DAKCG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BAVHY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A5Q28"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BIVYD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWL14"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DKHKD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BAKK5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQAE7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BP03W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EN4L3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQON2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CA5D1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DO5K9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQYQX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DMVV9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJYQ3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDSEE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CA575"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJAUJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZHD0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AROQG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AKFBL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E1XOU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CIPZ5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BK42Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C6N6K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DKSRV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DGRU5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EF9SJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B891R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EPYNT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DL4E7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWKLZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E3APG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A0SAT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CFKV2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CSLYR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTRXA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D0J7O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001APD1R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWGGA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CLYG2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EY8TE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AYVQR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D7A8I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJ6F9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3W84"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DL7AS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CRXZT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EL11Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DAMPW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AGWCH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ECHPY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EGG2V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BY508"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C284R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CD7UI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AZ99L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D7M1W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFPYV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DB9VI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQPU7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGT0U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EXUUL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ANP2Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBVTG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D99C1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AW59X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C8S2V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C6QDW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESGT9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EAX84"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8DJ5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EOWXK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DTTEJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DVV4W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B27G3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A34HF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A5ZNB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BIZ8F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B8W9E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EM22F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CMJ76"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CHH7T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C6WRN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DR7YI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQKP1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DOLAN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9I4E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BAQTW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C5TU0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTKOB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EPEG9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4TWK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYK0F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AK7P1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EAT9S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C6JMT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EAUQA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BF128"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDFFG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNFLB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BUZOR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CN4SO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CBTG5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C0P1F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EM90F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESNZF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJ08J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A74MB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CO879"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWZHJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B0B3W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EOMC5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DIRNB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BDTJ9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EW3HJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EXYD1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AUEQ5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BHISD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DRMJ8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CL6YY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ERHVC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CT2QF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A7FXR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C563M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCZCH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EX7A0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B3CG9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2RQA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D60CQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EPCCN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AIVIO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A0YYH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CCY3H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DUBVS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BVXCG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9E3L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EFLZ8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EOY2Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ES3L0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWADC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BUP8E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E1R8W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BIVYT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFQPL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EH8DA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EB2S8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EE0Q5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B4MZ8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOY57"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C5NPP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AHOEO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQZ1D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AEZRY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ENW81"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJXC1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BFHEB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZMV9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CPIJY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQ87W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNB00"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B1OLM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EL1UZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AU491"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C0K3V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BB8XD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A2SLB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E0NF1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESFAC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BRTAH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCHHE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDZ0Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BL1GO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCSKH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLH0R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBMX5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7RX8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CXLLL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C4ZOR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWAJT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DS8GS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AL1LD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTYK2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DSXL4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLM68"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B3NS8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EE2S8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EL6JV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DT03R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBDZ0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CX7ZO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EXQEP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BPFZM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001APSFQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJFWK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EX6ES"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ARNDI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AY2B7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AVKKZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQKZS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B1V8Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A023S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A0REG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CCQB1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BV4GJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D7QHU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BPJFJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DEO8D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CKVKE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DGTAF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DRHS3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLV6N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BFKG7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DR6EA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AS1SB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C68PI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4UWX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A6D7U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGI1K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DAH2X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B96IM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EPGX5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DG0N2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9JSN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZ82P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AE53O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EHGDI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CLJ6S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ER02J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3IEH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9DZ2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CX2B8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DNK3J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B2WSX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DV9A2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A47SX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EI08T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EVHQJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AHFBP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNPH0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DMVHO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AD96B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJ9RN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQ1GM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQ4WN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ETHRM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDSY0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CGTNK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CX8FN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CSRHG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C8FPO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BW7U8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9G4N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ERC1X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C338B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BMJUT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQG3V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CJTXM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CM9DN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQQVU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CA81N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AYN83"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C19F2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CI63T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C4EBJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJM41"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ERYFG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EOG66"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJ5HW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQZZ8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CLDDC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTDU4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EUCAM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9TCR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9NFR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DY5A4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLSNL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DPY63"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DIXZ8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D61NS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNH1D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EU3L5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DY5JE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B33KX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJS15"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D82XY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EWONS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DBR1D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESRMG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EEEXX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B9RXT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJ7EM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CED8B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CMC8Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EO7A5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EETF4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CWMOV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B89EI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EF3MK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJ0IU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3RMH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EOLW5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DPNWW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DVMLY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFCF1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLMZM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EH8VD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CX8BI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EMOJB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BUWFU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTM06"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C9E9Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGJO9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJ2MC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DTXRV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3U4Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2CYE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D7LGM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BO9S2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AR7UQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EAZ0R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DOWC4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DTP9A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DC2OZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DYVLK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DC8XO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQBXP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CILRK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DINUQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C26R4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EREJ8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4SEF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C5ED1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D7FP2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DFV2D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AZPCV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EZ4PF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EK9RV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BC3Q0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A7PBG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3KQS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BKD4T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DREQG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DV598"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7CZY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EVSA3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D58KF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJM9C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSOMD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWN4Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJVY6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C1I5C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSCMO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DL8FI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AUN8Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3YSL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B8F3R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQ4O3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EGBYJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQ24B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DXFJ3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AR4S5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWKKM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CMT5M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DIJ0W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D1DR6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CY6V1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AU3FO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDLHY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CXJ5K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CB0HB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B3SX1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ELEOD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7VPL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTHEE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D00JD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DDHI0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CVBIM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DPE3X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9FM2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EZOBQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BP9I2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A0OW5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EIAGM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DN796"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9OYH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BM3YN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BU0ET"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B463K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DBBEB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTTSG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7WOE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BMLBJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CGTII"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A6568"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BIUHR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A1PVX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D7XDA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C1EDW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E1MRS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DMNFR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLAJZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D51I0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ASM35"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DLT0J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQYLZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BE8DK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7I8Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D7EEI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AGNIH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AMG7T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DB1NA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DQYNM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D1BMU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3LYG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EYYQB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EMSPO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3C4K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CEQUG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D1YXR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EE89E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EM7TU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EXNJZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DP4HO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ERPK1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DINXP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D3UO7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ER672"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BAQ61"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E11Z6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CEWZB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C71AB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DVO3J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D53Z4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BU7DT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3JFW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DILWT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B1W8P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQDBR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EUPEW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AITHT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B0KPH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQ2KI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ETGG3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BH2H6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DMRR7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZSXV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AOYOM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B5YKG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EYBOC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AQEYV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CU7A4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B8VV0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CN2QQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CHP7N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A5I0H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BHPQ1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DRM0C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESV8U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CVENU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DGHQB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CFS22"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBG4I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EK745"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DICAQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C2DKZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CK0G4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJN8U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C0OWV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AN8VR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ECFOI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CA704"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZY2R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EH7HS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DG30A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8K4Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A6PEQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D3D5E"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EMUKT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTS5M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BAU7B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DQNZH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBVYR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJJYT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DIRD1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWJK7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BI7O5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DF70T"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D77C0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BUUOG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DLHT6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B20ZC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A5A9J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C2U9U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ES3Q3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AEPK3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWZX8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CE72Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EUUH0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CT7K3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ANOID"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AN63N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A8H68"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDUYA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ASFUE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CY3EL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EXM3O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ETPFJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D5U2Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E3H3M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DGMHG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZZ3P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DIRVR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7IES"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D0N5C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BG6SB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLE8S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWU2F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A2QN4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBLJW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A84LK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EUZ38"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AUN86"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A7ZI5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B2N91"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AP5R6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EPUXR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D1W4X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D3UY7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DPP2X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CE3CM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AOR7R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BVURC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CIT89"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2NPL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AFA8J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CQDBX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C707C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A35RB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EGP6N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EX6YD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYSD1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNSFU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CF42P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9GXZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C6N1M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDFFC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTN4L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A35NU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AM4V3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A20FX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYM8A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DHBHL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EVTJH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EIGRR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BDTDV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7RO5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EOPYC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AHENM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQF7Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CCHZC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DABEN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQ8EN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CHCH0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EZXOH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWB0Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B0RLZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESYTF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ER06F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESW1A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E0ZB5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AHY45"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AWB6Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BUNSO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESDP9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AYXB8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C2LWQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BOOGC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CLYIX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C0RFQ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZLBF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ALJ0N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AOQAZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BEHAM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBPFT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXN40"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C15GZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJB5H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ASDPF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B854X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2EXB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQNV7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ERPCN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DGZES"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A2SZN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A2GVA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CGE3B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BK2EE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AR7H9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C6KF1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DSVTE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EKLJC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DKLT7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E4KKX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AZ934"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AW2W7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2CD7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D0Y9S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B03DF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DY2T1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AUWR3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXYIN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C34DM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DU0MM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BNJ0G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DSLJD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EMJ56"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BV3H0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DM07O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C41Q3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJBGR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EH4XS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BYZNT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D7ZIX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CCUP5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AFNM5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A4EKF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DX4E9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EUMDM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ENP8G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B78AR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E1H14"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CA1G6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJMA3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B21UE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CJM6S"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BRWYD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ATVVA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C3ROY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DSJUX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ER172"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E02JG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E0UQ5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DM9JR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZZMF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CW39F"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESB6G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DJXD7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EHU7B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9T8A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DBETG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D6JGS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AX7QB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQ115"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BX5SP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C4P30"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B5A8D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CVYDS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DO8JK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CMUX8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BUN8B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ES09W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EE6EW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BB8NC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C56BD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EQQCT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BV196"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CSL5I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DTPD9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CSRWY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8UUW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C32R0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EBFQZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJZAJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EZ0IY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EESKC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D39QG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D0R9N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BXZY4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B6QWV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ATN25"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DYXVI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DU5EU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DUL9B"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CFLLB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DMXH6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BIUVX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWEQJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C7RIC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DT7SW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BAJHK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AW1C5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B10RA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BWW3H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCKGU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCZ69"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ECGKW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDLDP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DEQ2L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AM823"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCM6A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CXV8A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BT3JN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A9653"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BN8GX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BKY75"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DP8UK"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DDTOU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9JTT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A4VVU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DD4N2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CAPL0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DU09X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CFI2K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DQ0TR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EFXJC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C4RVB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AFWSN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A7POV"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E22B2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CAIO8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BV3MG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D9S6Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EK655"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EPER8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DC3TC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C4TFI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXTGY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BRPW4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D3NSM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AHPOD"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BL1AC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AGK5I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EHIY8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CJKHJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DS1LZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESTC2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZL5R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C21CO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AS1WA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EP90Z"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C5PO5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBMTE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DU0MT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ARUA5"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CXQU3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNAXL"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZZP1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C8B04"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C4QEF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DP92G"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ESSJR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AI1M4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BM8L0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CB62M"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DBI2K"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DY9YT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001COITB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJ4JS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EPKKJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJQ5H"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CYGQC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D6X6V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C8SO6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C1CBA"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CC803"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C337D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BPGAJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BHRS7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EC64P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A24HX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DNZVI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EJG7Q"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGO08"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AITIT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBGUO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ENEJS"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AJ0MP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EI4RE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EE7LC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C8O90"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCZFB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BCBRW"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CY8T4"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DE59C"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AN0IP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BU1SY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B7TBF"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BIHED"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D8ZVZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ERPZO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EVTJZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CNXB8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E3ZBH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZQ07"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CBE2W"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BGFDT"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DT8NI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BQYGZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AGXR1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CTKFI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BDGY3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EGHHJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DZP6R"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BDJVX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DD8NU"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJ34L"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A45I2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CHB1U"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AGAYI"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CDOGM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BXOQR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CWNA9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CLI7V"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D7J8J"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D2N83"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BH7AZ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DCJII"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ERUXY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CZFC1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AT35P"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EYA3D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CU5SJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A7SF3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CCCVR"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A4N4I"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B1AZJ"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B01WC"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DGV7O"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A6YYO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EE46A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CO2KP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ALJ8Y"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DKZWB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DOW52"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D4AG0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A8CS6"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B94SP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CM210"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CBKTM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZ5E0"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BJTZX"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DQLY1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DSBH8"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AYJM7"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWAGN"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A6YR2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLHPG"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C8P79"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001B1F8X"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BXPT9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EI2G3"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EAG28"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001D7PRB"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DWSMH"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001C0WU2"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EDJTP"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001EMYG1"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BTV43"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BSMWO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001A3X56"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BZZ73"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001CUR18"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BBTJE"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AI63N"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001E4DW9"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001BLN6A"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001ES38D"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AXHDO"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001DVPOY"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AKLVM"; -group = "F003D146"; -groupMap[name] = group; -name = "GQY1XT001AFIO7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQ7PW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVJYC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2R2Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BRON2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BYPTF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AIN2S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AIRNK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVYJN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2YQU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ESY1L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTZNX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AQNA8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BWGJ8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DELRK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5P54"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPAHM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BT454"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EW6JS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDBHS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZXYN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6PYH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJAAF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BN0CJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJW42"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DEDF5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A8M3T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BD8DE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CD546"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DURK0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ENQXA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A6HII"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A6KSH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A56EE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D9JSZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D259P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EC2T5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6ZFL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C24L4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2WNN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C469G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DE4AN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ASZLY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ET2RQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DDRSU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARYE2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQA6W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BT0QD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZ3V1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYK9H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYTAT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E14IP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJY09"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJ89K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DPSQI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETTO0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BOAIS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSHAO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CV2WE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C3K4S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B3UNS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BEQXA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CF2ZT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVE84"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2PO1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUABK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C82OJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJR4K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5C5Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXL9E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DB0R4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSU8V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DV4I4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A9RKM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AMWB6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A3T9J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EKA8T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AY48D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1LMU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AK3RY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C51JS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DN1K4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHI9J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EE7VO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZ4AZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVJ0P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHWSG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARI7C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BX2UB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8O4A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5O29"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DV3EV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWU2G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BGXRN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B3BIH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EAN14"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DR0OB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EBXPZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E230H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A3L7V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQA1P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ESJZR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFIMG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DB770"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELZUC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DB8UU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A3Q4X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A8DL5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSWIQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DW0RG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9C5W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1RXK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5OGQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CEQCI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D9H5Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIKV4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BFTYU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARAEM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHB07"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BU09X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CLBQ5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CBTRT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EG9JD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CM39E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJT78"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1NV1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5K1N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BPYWD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B3AKW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDQ8I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EUKCF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5N9T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BV7BU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJGU8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSSD7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSEOD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DW5SM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BTD02"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8V68"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AM491"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B546I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E3MA3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BY0PB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BK2GC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BGP6O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ERUSM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EPYIM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CV9VT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARFUP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DEK54"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EVP1H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8IEW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CF9X8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7LU6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EEII8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BF9N8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BN5D9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPO33"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A6G3Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BR8FL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZOEF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYKYK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2AUO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BOLY5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AHBRH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELP5Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ES7AY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CRRWW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DRSAJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EAOFO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AKCFI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CG6YX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BT4D2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7XBW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANGQ3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWZO8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EC2CO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AL9XX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E29UF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BMPEO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D9H9Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CG903"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EWUPS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQR3U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3C0D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AX9S8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5OI0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BYV08"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BFB6X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJMYQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A33V5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CF47X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A3RUJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AW4IY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0ANI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EXI6E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EEUX0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AGC73"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CL5WF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYIV8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DEILC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001COI0O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZKFH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BWYUZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CG4KG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AYY3V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8IOV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CCQU8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ALA9H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A4O1H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVJ6E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCKYU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8IV8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BDXC9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C0D3E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSXBP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZ01C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DNP1C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A98D4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNY5Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CUPDZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CAWD2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BT9UY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AU4JL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A3HMQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EUAEQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C93SD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BRT5K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDVIW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2ITC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EGNUE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DE2A9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANXG3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2GPD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXI0A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARVJ3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AU9ZU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CC7GZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CID5D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C0NOC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EBDNW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CBIX3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E1HDO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0SFO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQ8BK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8MFL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFRKL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BTWZT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EAGV7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJEI1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AH5CL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B664U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EYJNH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7LAI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AUOUI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CAGU9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EX6OE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DY5YL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPHOC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C62Z4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZROZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CBXBH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AF1JW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DPHUF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D0DRT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CTT8I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EGTHM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EL0T2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7XMC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C0HR9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B3OO2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DBEG9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CO4L8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B29ZS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5N4X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYZ5J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EZEEJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDR5O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AJQ2Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EK2W0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOMJ8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DDV86"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B3PDC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJVKV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BGQM6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DDSN1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D41I6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DRJO6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLGX4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AFVPG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLJT8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CH4XF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E2Q9R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZK4U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARU26"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2K1W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EX7WG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5ACJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EPCXI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EZUAK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZOZN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTQJP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKINZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2S9L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BRSDO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDBUJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C28TX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BOMXL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2YQY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPFGK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ALRUN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BT5I5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BE5IH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EYU2Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EBVSS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6OJ6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZFGG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPVZ6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DIIC6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D9IYF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJDPY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EE1R2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C3WYU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EEJXN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CD3FH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5IR2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZ9TS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AJPQC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVX8E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EK5YH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2MN5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5AO8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D9ES1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AEGMH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AE4WO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVDWP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A412I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXUF7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B65AF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANACD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9L8R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BP29S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C0OFD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EV794"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BP7H8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0RHD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A85YZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001COGUN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6BYT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EXWX4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AO5OS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5W65"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DOJZ9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A00VO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EXWZQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DC38L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CNX19"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DHTJR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9X7O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AKXHI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DFKR7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BH15U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DU3A5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BIB9B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQ2KE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DOTD3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDJR4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EN3ME"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E2V0F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKIFA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DS6TE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CAQ3P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2JF3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CP0G5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DBDZC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWA9U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DAW7L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWMH7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0QEX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DCK64"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E0XA5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DGX3M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DT0MA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DXYC3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BOU40"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EA0P1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BI6ZB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5ZTC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EVW3U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EKTKB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9SCJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIJNJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AY25V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DW71L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVG3G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6CQR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AMQCB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AJSGN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5XKK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BWIW8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CUYIS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BV0P2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AEVW3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D6JHI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B359V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1PT6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AP1Z6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXE7O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BOQK5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7276"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CO17V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOF1M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDKNH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DP73E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DRKNK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5RJH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001COQPZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BBJM0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DS0UA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EWR97"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWWJ0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EFR3O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJZZU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BWN1U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DPAXO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B3RVL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BTR8T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EVCGN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CP1C7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ESBJT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5QKB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CP2KV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CEKPF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSYVL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EXS6U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CMUEZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZH5B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001APGMA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EX0RI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ASXB9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DIPQ5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DMS01"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EI0PU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EVUR7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DVYS9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUYXE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AI02D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQN25"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CNV1F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BH9SX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJ1MK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0TKT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ESHNA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AO19O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANWQO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AGJ91"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D0GZ7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWCD8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DD5H7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4YXL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJLHV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVIUA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DBLDW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CTEAZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DSAZG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D9SD1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVRB6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BS7CO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DKQV9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSCK8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYE00"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BIVWJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQ56V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0QDW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AYIVJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHXNA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVGBO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AP8U4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ESPMH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BP3EZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFIRP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHLM3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EBHAS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BMT8M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVQWA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQ5RN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B38K5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0REY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C4I5Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BL0HN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DBNTW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D976V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AKOJ7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYWLU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9IPR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DS9EF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DP1YX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EXH1G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BK2F3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DFITZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5OYX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AON3P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AYC9K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECHGQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4FK7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7PFC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETPB2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQHL6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DEYQK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHQCW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0OVV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DKIPZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPLKE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D0EEJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJFD9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CW04V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AEYSZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BH60W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSQP4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AQZU0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZIZ9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJK0P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AQKDA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BE2ZH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BTUQ2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZ4JK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AGKG7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFTDT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EED9P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CA0FG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A3BKT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C0QRX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ASA37"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7M1A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CB9OX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AT2RW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKDZI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CM912"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6AG2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZP24"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOZMK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CCAZD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C3I06"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CRIU6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYS0O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C1W5W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CBSIE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CF81G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BPXT9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFL9D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AYENO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7K9D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6S75"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A43JY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CGTKS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CN1Z9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AHTHW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EI6CU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DDI66"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EOU6D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXU7Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CK9X7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7WKN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CAEK0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BB56K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DOVSP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ASOC0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AQPHN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BAQX0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AU38T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJ0PA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DCINH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2351"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3Q69"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7XTG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AN6JM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9XY7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ERSS8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATT2X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ALZZL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AJNDQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQNQH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSDGI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVKZV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CK30R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DHHN4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0ZVC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DVP8S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EP4IK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELWRQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D10DI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EBRPN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DP5AK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CAOZ3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DFOWK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETTVA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BE3CQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFTW0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CMBQT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DU35P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CLE2Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWRMH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AKG6S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDIJB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DU7VK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7250"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EZSC9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDNHO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1ZS7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ALAQX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EK2TD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AHFH9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BIF6R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B43LM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSRRZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BWFLC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETU6X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2CCM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BFW9Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2O6G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AP0UX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DE8IO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EM9O3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CW4DI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EOI4X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ENAYS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ENTV5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A27BU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D0JYJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7F6Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1CR4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5419"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AR1MP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVCXC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EANU0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZHWW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPB49"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DRUE2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOWQ8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EH5NK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AM0CB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CX897"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZ8JZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EOS2I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D42YB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EKUTA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DSBNQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDDK7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EKHAM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8UPA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5V83"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXEU7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C4VP2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DDHU5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCZBQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHSZ0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOK5J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ESKXI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CK9HB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AW6CD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZQ8S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DPFH1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DBL6V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYNND"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AUI3O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BAXCK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DI2XW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DOICO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZEQ3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BMT77"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXXLC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCVDZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSOAB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWXFT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EH4O2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BBWD4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CLX49"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BS44R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C3SK2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AKL6U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EFLJ7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CNEJE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2FJQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BFBEO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BN2NU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AG8PB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVY5P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AM8DE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWTZE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2PVQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ERPGZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHBZ4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2BWI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BBTD5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHQVI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9LAN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5P8I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQKO2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARQ0G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BIW2U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANNXY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1AG8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A3NKG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARC9O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWRKF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AK0IZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AJTKF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVKO4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7S65"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CGTJX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETC2K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYO0S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZZEA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOJ4R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A8AP1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CKQ8W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZMLZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ALMMP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DCHAH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DDJNR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DKQDL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5O0Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ERC9Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EXBB0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B63Y7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C0UV8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C4QZ2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CI3QW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CEESP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A4E4F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A67KH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C64KA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHIQQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CUJP0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DRUS0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EKAZ5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EU84X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EBI3J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AN1OM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001APJPN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3XB3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A3I1B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DT1SM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJN5X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLYJ7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C7O0S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AHSFY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C805G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EGYJS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKBW7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AQHU2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5M8A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A203Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDF3I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BMDFB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001APHQR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVT77"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EKHX6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BAMDN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AEYEA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C95GZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B23L4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2PEP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AYO06"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7YX9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ET2RL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DY9PD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTKHU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZFZH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BPJ89"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZFJD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHVHE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AQRUE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C46F1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D797N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CNYYV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D287I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A446O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CMZHO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D6S7R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B3NLG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDNQQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EKCD2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVFKN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CNV7X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQDP4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D651X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BO3UE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CTIUP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DVH05"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQT8L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2DHU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLKNO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DP9AD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CGGF2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5ZU7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BL13K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B3JSC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BY13Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5K74"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EL6HP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C3ZX3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYQL8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BP6RO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BOJJC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2PHH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C1J6N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DNGZT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BAXKY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EC6OZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZPCK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARBNQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DXCTQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AKDXE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CTNVC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EYY7J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ASUN0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DN1SF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A8MBN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C425X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CGOYC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BC0VH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C0MK5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYJIG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2OEA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CKCQL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXM7H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B43MU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BX67F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOTC6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E1YC3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CD9D9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CCIRY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AO8U0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFEGF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BN9BN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNHZC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DM5J7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECIK8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7KPX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B4HSJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EB3AH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EYAGX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BI2SL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DRPIP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDO9C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DDEQ3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CNFRY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CB1QM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B71VZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BY06R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E3Y6S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BS7I8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EL5XW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AI7NU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELIAY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DH7QZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CU4JP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CCMUH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EMMOH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EGQGU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CE22E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C35K0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D68PN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1Q90"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B70H5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BBL8A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EUHX5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZ4G1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CST5M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8WTG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AEZMC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJPO3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C1YVR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5GAG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHE36"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DXJ1C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CERZN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DN7I8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AT2OD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EALNO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EEXU0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EH54Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CS8IF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BRIGA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFCSH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJWOB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CMDP9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9SGD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E4EP1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CUT5F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETZOI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DU5YI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EW18K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EYT3X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E1YSH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0LXW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DVNQH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6BSF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFJS2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DY8TO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4MJE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJ0M8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EMMKS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5YXO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNZEE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2BI1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DY8WC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DDF7I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AS8ZY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AJFTQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BD2RA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C1A0A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8JKM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6LL7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQ915"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BOZ44"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPC3E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DEP0I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BRY65"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BM9F5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C0R5C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5AJQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCMFX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EBYZZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BG31V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001COKBY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BIJ9I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CMPCY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EC0F9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWV4R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWT03"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTK46"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AGWQZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9MHW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AMOKF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A8277"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVDDB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9LAG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DRL23"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DV8AT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CGM53"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AHUPX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6X5S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8AX4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BRTIJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZBNK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BTUXK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIOD9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUQFP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHSAA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CT76E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BH2TC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVW8G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EL8SE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C63QI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3ZFO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUU67"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C7UYI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5SJF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8905"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETYG5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BE65M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AE6DA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EINQU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDGQY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETDOM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0DFF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AUVDH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AY60I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHJTS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EM5HC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AMYZX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DFQQY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CXRXG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJRST"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EU4YQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BO4V8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CCAVZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001APBDH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A3DSU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DVWLZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BY1OF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AQJDQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BIYUR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4Z0G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDM42"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BGI4L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EP2JG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUQLD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EPER1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7RVC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EZ27D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CT8P4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C60H3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BYRQ6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CY90X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EZGUV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECECA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CNTUI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AH3VC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DIP69"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKNT2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BDP7X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AQ23K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ES0OI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B40BK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DDG6T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DK4R4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EXY2C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CEVMV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CB5V8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BUCO4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AYXZP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C91KN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B76N8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJ0EA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DVNWU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DNQWC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B92OC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DU5BS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CH57O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6KHJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BC6M3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CCEE5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AM8NX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CCM1Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AMY51"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BH7FG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AX7O9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8WP2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8ZXJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CAZ5Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BT1V8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BP2U2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BTH4T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DT3NH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2MY9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHR7T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLWM4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7ACJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BYN9P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2J50"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2MHY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CMTOE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E5ZDV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ESJP0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DML9I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CK4SK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AJAD9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DR3H8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DCRX6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARF0J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C7WQZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2LTE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZVJT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6GAF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BE607"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZHBV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EAV7X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CL1YM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DIDIT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E0PCN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DNKHP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EECSW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETK5Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EH0A0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8PYB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AGCXJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7QY9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AH7OD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EGQMM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ER9PS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CXCGR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CGARX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2Y3Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7931"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EFPA9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D0TH8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CI5SG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BMM9N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E0HUY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CA70H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EU4V2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9JG2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYS38"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AHOHY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AMX5V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A91FQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AU4WX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZYNT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BYF94"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EBFON"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5MN2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BYJLK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETCFX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSQDJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A4PT2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2FCJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AYH2A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQZMJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZOJX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EP8R5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A6C1S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKF24"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXCI6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6JRK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BM75C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CN5RW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AMHYQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXF3Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECGBN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARZMK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0OU5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1FKJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DKR3P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CXFWS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BTAJ2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ESCME"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DF6D5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXEVY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DHBQB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7DMV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5M8M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AK4EA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AEP7Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDC07"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DK7OO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EX35W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BUJS1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BT91K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AIA86"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EPS8G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B857D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EN4Y7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AHOTH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BT956"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C448Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZV1N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARIQA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DIETF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DLOTQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BFF4E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AIR2Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E297O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D0DZ6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DKD92"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EW0A1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AG7HW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CUH46"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EO15N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CS2LE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1CX9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ERGMQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B01PQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYP5C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELG0B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EPLFW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DVNN3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DSUX5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AMUEF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BF188"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4M32"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVXIT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSLM6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BU0DS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXNO4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AV5FR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2UFW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BRBSA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHOQD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7J6H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B59Z7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E2WHY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A3MPF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2UDK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BUUIA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLR03"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C54UP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DC35L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQ78A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CY8AB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4UTY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6MH3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DEI7N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2XUH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DK3SA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DCY14"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7W17"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AUOS5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXNOJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1WRE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B63FA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E38EH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DA0SU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EX6GN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DEP6K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EE940"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CGUPX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E38H0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BB1EW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A65RT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BWR0S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EXQ74"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A1NCC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AGEHU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIQ74"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BRUAS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATEM0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHBRZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D21VZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DM51J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CMXN3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EXG8E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZN9I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B4060"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CO3KZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AFSBE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DF3QU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BBM9C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DRWT5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C3882"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BIP0Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D6PQU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C4ZDN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AG5O3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCHWO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AIZLM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C0R51"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BH8BS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DDGT0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EFOZB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0PN4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CU9WS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANLCU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AIXEE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B906D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BRE3R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DX3A0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EUBUP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A6M5I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BC6Q7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CX1H6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDZ5U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CBRAU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVVID"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJCXP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYXJM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EU1Y5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BS5P6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EIBK2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQHV4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQ2G2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BBJD7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BO1DA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BB819"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4FYW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EEWBM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BA1MC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C05CP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DP98H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B06GO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXX81"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AEDSW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CUGAD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CLJ2G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C729B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQ6LY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DG82X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DOWKF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJ348"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXR39"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDV1W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AHJDM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYO03"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIILX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ERCU6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNY0X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DD8GS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVQ5Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CY6LJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AN53N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLG08"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CLYID"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EUHOZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B77HL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AJO16"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DNJCV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCB4G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C7G0Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CBWBP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B50VI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C4FGZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BBPQL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CKFGM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BX3DH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AGP8B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AFQ0N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BOM47"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CNWSP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DVVG5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ALQUB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECGE3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVOR5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOO4X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6AF0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BK6F1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7QWV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHPSC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4196"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0A5J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXTL3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A1CYE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETUIK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EG7RW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIRHI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANDHZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DDLAX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E0UDP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8N25"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E3JBA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AV54I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4W0F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHN1R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CO2TJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001APOAR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E299Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BP4EI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BUXAQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BYPQN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHBW6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E2B3H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DPMJV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A9CN1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ENNAF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C03N3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DMKPD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDFXC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AT4R9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AUSPI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EVNHF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CUR7F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CEKF6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3TNR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFNNR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DOBLB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJNCJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AKLK4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ASRLO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2ZQD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CACJX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CX60O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EOEKJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BI5U8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C4I1D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTVM9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXKAC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C4DUL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHGH0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1Y64"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AFMC3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BDO4A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLKVA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EYA77"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ESUE0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A52R7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AF1Z6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AJ9EA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CXT8T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BGI5R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AYCFV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DR8NT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXVB3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DPAOC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EK2V8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4E2T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUY1Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2QTB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXZ8F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BEHMD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B49FJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EFHZB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BC5W8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A219H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6DKJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E3MKV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVZT7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EBCGE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIX9F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5OWC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DLKZ0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CR1A9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DGHLX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DSMX6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0O6O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DOGUM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EEWJ9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ENIMT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EBWW5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVWRE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CAILD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJU2M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EXW24"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B45RV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DHDV0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BWU30"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AO6M2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6SOA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWZNP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CM950"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AMXJF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETJHR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EGKMA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AL2H2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CO5J6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AU16H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AYJBI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZ5RB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CLF2C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHSEL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CD9IW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A1H7Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AL2Y1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CX3UD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQAMQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D9LJU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJYJF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZ940"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DKJ1E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DPQAK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DR6Q0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2TW9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E4W8I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AMLFB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C3K7H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A8ID9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AX7X8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BY3EO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BBTSU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNKGV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSCAV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUAXU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8HAZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BMRS9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EH928"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DO3GK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9BS4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0IFA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DT7BW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DIKK0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DNN0M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001COE4V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQ5HB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJ0X9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DXZU3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CENN9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AM1BE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYE8K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUC5R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D43F7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8UOS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E49PE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BFA2S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYZ1Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DB403"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETW18"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B83CS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AUAON"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AQY82"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EC8L7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C3H7R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DU7GS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AY3DN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AST0D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C3P73"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EPDY2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A09I4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHKTO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETIA9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AGXPS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ESEDX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D67H3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CI140"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E11ZS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7S71"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DW1OU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D9Z7G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZKXJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DN7WV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BTXDQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNK13"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EPNKL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AHLBG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANONK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DGB8N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A437K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ENLCB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CAGTC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001COZMT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DLEFM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CBMVU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6E57"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CRBZ8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BWQJH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJOKL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A6HFQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CGBF1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2GX6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001COIHS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6YVV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BRTYN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AJTQO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5Q8X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EYTYD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EAG2S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSUK6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVHJT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DMEHH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DFTOS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BT3EV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BAAY3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A469A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5G41"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPIOU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DNI8Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVJLO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EEF1V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUYFI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYDC8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AYN5S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZC30"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNUUY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AKCLD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C1HKH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B17T1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EE2UG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNSO1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9X23"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHJCS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CEJDQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AIEAC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AG4BL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8WJJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJUCA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ESZ5P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EGM0F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8O97"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZZU2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AEDQ9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D86UC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CUY3M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EOB8W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A9FG0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A94HD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXAQG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D0Y0O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETHY1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CH82G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AP0V3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BWIU9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DA2ZM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EO4CI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BUGNZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B01AS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B3E4U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DXRVU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CXIGK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CU2LA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BFXTI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E03K1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNOIW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BY8PY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DEBRP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARHYN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDRQA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHTNF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5TU4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AH8U7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHIZY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLE9T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EUVO7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B25F4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CBRBZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2TVO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVJF4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DNA4G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDHLG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BI1ZE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLHQ3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ENF8U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C4S6Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9N3H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C21A5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZKXU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZJMB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D57LL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A879G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A4BAH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKSZZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AJPMZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJP1U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B657G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AW508"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARYUM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CBHIS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYMOZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVYRV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CD54V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E2QWA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5UC0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETK6X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DFFT2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BT95A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWG4O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5T5R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CGELD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BWR3W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B66M9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARX2F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BRDO6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BEPBG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EWW4F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DV449"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EM3TU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DFXE4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EYK8H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BGVGY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6GUU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A21FC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C42L5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D0V3R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2KCD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CN70O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJSH2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQN26"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJMO9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E131F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CTWAC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E1YVM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHORG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1D4K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DRSLM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZ1YG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A62H6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJ8VC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZYKL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B677I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DF97G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AFNPG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CL3FK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVB3V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8WB1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EMQKL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CMU31"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BOYB3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJL5W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJJBQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BDRWR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DNMVI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKOEY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BX9TX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DNJXY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DCAB9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTHXU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7HT5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EF5CA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2UWB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EI30U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D6D3Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELTER"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTOPU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CB80S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DV9WP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DHEAJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1Q9I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJWFX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DI9ND"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B82L6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1M4E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A1UWC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVJ6C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6XC1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJ8H4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJNE0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DDQ7B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ENDFY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E2JVZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7ORI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0K58"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCJI8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AQEW1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EKUU9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTBM8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A6208"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EVSRN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001COTS4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ASWMK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AUY4O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDI7C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AFUZP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AQMOP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELVU0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AGU2H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANT0A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1P5V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CCY2G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQZBP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2V9O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CXH8U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E04QW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ASPPD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B092P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4M47"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DVEWZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DXB8G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A17PN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BGSNG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BRENH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D0FV8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLJGG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CE2YQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EY597"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9ECZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQBPF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DRBTG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ENOC2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQ9JP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AQPG1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHOPS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EO15D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BP00M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6LMW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5HJP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BL3Q4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AIPWZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CP53U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2LM6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2ZRZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQB3U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7L6L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EM1E5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXW2S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DI64Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DMA54"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B83IH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CRLWL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CITIU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIUPA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DKGK6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BGFLH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVXEE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQIBU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSLT1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C23EL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1QG8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C4BOF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AHUUZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BMWAD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A1XPR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CCHCN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AP3V6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EB7TF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DIJJH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D19CP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDWLL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZC6Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQEMS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CV1P5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AFK9H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BW3VG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARN65"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELXEL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DGVJH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C4W5Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ASYRE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXSNO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E4GZL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DGMMB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJAKG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJ5KE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EKMM2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXE5F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJ3AM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVAOJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9CBO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5SVY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSOVS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EL5MJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D68OL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTXG7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CO4C8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ERS6G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ET74X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DALCZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C7NAW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EF21U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BAVY7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTWDA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8I8S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B97Z1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C1E6V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXQCE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DW5LU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXRL3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJIRO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJ4GX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8GHF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1H5N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQ61N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E35FT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXH9L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BIBM2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D6DFQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CCL1V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2XN5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AN8OL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AIYIP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DXDT0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CCWHS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BWAB4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5H9T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CKH4I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8SYK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DU7IW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIOM4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJ8SQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E20JG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATIY6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELKHK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DMYEH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DAH1H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKHRD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1ZFR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVJ4W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A82F8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSA6H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C3CW0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETVA9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIJWH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8LIZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EPONI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DHQJB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EF3DI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BD0VN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BV2CX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A34TP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EPL30"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQL36"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CO98O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHFWV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQRZK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EUUY5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AKEI2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AYP75"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWPX0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5QX2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AHHYG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AT3W8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DHDJW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EIHMY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQ88K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C0VHX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E0CPX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DX5XO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYRU4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELKXD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPSQ8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYSD6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSN17"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZQKH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZP3N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EGALF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A4JKG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2SE2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CG4G5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8M2N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AUOET"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EK71B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQ1GB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXPZ5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5778"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BEF8U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A883O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHTRX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETFSX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECMKJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DXG4R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DIMT3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJYM6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7CK7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DRPMN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C51UP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZ82R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AORW5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EWV65"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVGB5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B15CW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BAF1G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPRO0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0AK2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DLOVL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZOOH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B13PB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZN1J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVHXW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQJJE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DW5M5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C1PIR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EZCPH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DSJML"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EKAW8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A8I5T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DN6ZC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B63EC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BROY9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0C8S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EFEJI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E1BD9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1GNN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AFQWP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9RP5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1GI3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUDM7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C24SW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AINNU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2HAW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E5SY8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DPS69"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C91JU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPOE1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQ7N7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DN9J9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYM0Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CRDTT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EZ2WT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5V0F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B76FD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AT1JP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EFD19"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EK9NY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDKX2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZAXZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CC389"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AQIS1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVHUG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C3DP9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B4MHK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CBTUI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AHBIZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1OSZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A64LG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AMKW1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C569U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BGVI1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DMPOX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CGEJ9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DU70O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EK97X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELV6S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5LNH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D50LE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BDD6I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EE8L8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DIK59"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CNIF5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLRAD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AFA9I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXJTM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJCMW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EAQD7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2CP3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0DCO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BYM2M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ASJ0W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQHW3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5T8H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BOTFT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D6249"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E2HWV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EEHFF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0HZ3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXKBD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BBFVI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CUTRO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BOZEL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2IOD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EYX1F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANGHO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BP253"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZ8S3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CRRXO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQS8B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B26N7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECFQI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BIYK5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZUXH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DRVRS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2FOZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2Y0G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DD9GV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D538L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYSX8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CLHS4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECJ54"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYO1K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6RDN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6CV1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CX0AO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AL51N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AQC3D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C84XK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DHRKZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BA0KM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUIU7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CD4OV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CUW1Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B3C5I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EZGV8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CEMAT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DXGQV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DAKRQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWAG8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CP73D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DFL4E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BT7FH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EGIFR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVW9F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ER1KH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AP1C0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AR2S4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AF6HP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJ6AT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AJSWI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DNB4G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5UMN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DE5D3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCOVV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EOL0V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5Z18"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BC7OW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AX46W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BPDSR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ES6F0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AO4IC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDKOJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQJXX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJ4RJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CLHKU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AW2ME"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANDM7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BWDPO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E2XTP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A4XNX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A48BI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AFSPQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5JK1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCRXU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CH6VA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DVVUL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D9K1B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A20EA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BILQN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EKWDQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CK5B4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EMK07"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWVVR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BGZLK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DAOS1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYQUW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCX52"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EFP0M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVFSB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDFK0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3TYK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHD7H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2QDC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AUJ4F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EC2AE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJGZL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EANG9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EI4IS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BUK47"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BT7WL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A75XZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BGE0K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AK9I1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BFW1I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJ7Q1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0ZS3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DPAUH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CP0PY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXSLY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZING"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EZ93U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BL6IN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKC7N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CP8N7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHAGA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A9YWU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A4SQR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AQWMQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJA3J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DIPVB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4RBD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EVPMW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BI9EJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5I4G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AYGT9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPQX6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B05M7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6ZHB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWCBG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7XI0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQI0H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D65WK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B06J0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5NAM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A9WYK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D46N9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CCZNP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANWKC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E23UA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EV691"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A3VIV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D6BBM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWBVK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BTA5A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AKFJ2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DICP8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A39UC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DN602"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATQIM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DDOLS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CKXWK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EWBML"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQHTD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVYES"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5XPR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D0GOY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AFGKB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D20ZQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANII9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNN1F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DEF22"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CX7UE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECW45"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CD7DW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BWENH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BEDUN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C3FAH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A24F0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AMHQA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7U8W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EVP47"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EG03F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DFXQZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EZLEA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2W08"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E1XU8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E0FZ1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E25GU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DMZEX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BD3G5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTGVA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BW1W6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A9WWU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ENXPP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CY6SU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BFI60"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E18DB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A6R7N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DRVOB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXT8X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EAX3A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5I1I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BWIAT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSQWM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BC6A9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECK52"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CO8X7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C3S8Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EALSV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DBGRO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CX4EI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKPH2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BPY2X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CUPM2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVLEV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CG6ZI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECNQK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BUTUJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EV9XP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A9Z2D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZHRP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7I4P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKK35"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BL617"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0L9T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E28R8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2LEP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BT9A7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DAINF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B88O9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWH6Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJ8OD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELNH0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQOCX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EL0CY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A6JYM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AF66V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CLLBY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ET2L4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1ED4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DASW8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DLD90"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWDGA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWT69"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BPWJ2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DCPTK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A6KWE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSZOM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2UTV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D9ISB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CONSJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CT70M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DNHGS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKE2J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5EE6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BE7RF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3AKB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CD4OO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DELOW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001APB2Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2QYC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8P2Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BK4TQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHIZU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EX8UI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDPYL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BR6SX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BV37B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CR794"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E0SFJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EARIL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AS0LZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EEJY1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C7IRW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DLK1U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EZCJH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EYKIH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D9TG7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFPDP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EMHQ2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DC2OS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DIRDC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B4VH4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CST56"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E5CKK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A8W6K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C538R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D11RT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EXOE2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2FD4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATHDC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A9IOC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E1PZ1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1ZUC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVWYN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BS35Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EVODW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BATZ3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2KTI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AIM3N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECVB8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DM4VE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CXHGU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZ987"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EAQ75"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EZ74J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BBFUD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECZ7U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZCXJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVENN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B03X5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EMW3H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQKA3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7KNH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7FKB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DH5QD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CL1ML"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWXAL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DNQZ0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVAMS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EO0IZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AIF2K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EPUT1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BF6VX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EK65Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZ35U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIDYK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTLLS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CE5JH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7ORK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7F4Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHOS1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CELQX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AEZF2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CM1DO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5HGT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CRY9P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DGP9U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DCTA2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C1MER"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EWCJO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D18JU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DLKHX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AJ5D9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AM364"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DOK2Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BAA7B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPWSO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5HMS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AKQOD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EMIR6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DKCJI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BYYDK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DF4NQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DXG05"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EM3UG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E197Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHNT8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AE7V9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIIMW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BIXFB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D9OSX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECQEK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BA9JM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2FVM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANDYA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EAT79"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETMO5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ED7DR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BK0QS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DMZGE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C3XKF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BPMTU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BFE7N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CS8PT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B3EO4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EG0GQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E2DHD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D83YS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DPM16"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AI9RP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A97DI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXTDH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C3P4C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8N4L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELGYM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CY4FX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDF2M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CXMSU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CULWG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BGDR5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFM3M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C7CY0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EBWAQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EKD6X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DNM9G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EW6PP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJ5ZE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BC22X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AFZ6Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CXIEA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AV158"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CEZTO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DFGIY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9XI3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2REO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARA9D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DOW0E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJSNM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EIQ8D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZCE2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DGV93"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNDY2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EH711"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A853B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CNP7G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLLBR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EZ716"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1ZOD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BBKRY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BRSKI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EK4KI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYPV8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIAOX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFMQD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DG5ED"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BI1UI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EK6OE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYH2K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANEUD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AR5IR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B13J2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DRNJ4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ED55X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A1RNZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNQC7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ENY2E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DL6EX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVCW8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWJZB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFWEQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2MGZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EL2QK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001APHIK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AJPF2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CT4VR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EME8T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DT88K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C4O4F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8SCG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DOW8A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AGL9A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJRB0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0JXF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D530E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EOE0V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARM0N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHXHX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BBKVN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B50OH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DB1AE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CAVF3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CTNQ6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCYU7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EN1HD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EASDW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQOSR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EBHMY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BEI7M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DC26D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EOGNF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8KMR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZR46"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AG137"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BR361"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D69G3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXB1T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOJ89"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EYS94"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSIQA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AQD24"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E1T12"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CGNAF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIO0J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQOVQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EG20F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C71PW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPFOJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DGXYF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DB1JI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AQ0ND"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CLOV8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5LML"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJJ5K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CXD3B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BUG3C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZU5H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATD1E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EVQU4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVGJT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DGJNW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJB2M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C240C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C1J41"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B63A9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWNLR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZPL9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D62HI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BH6Y7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A3Q9K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EX7YK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQX8J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DX9Z3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AS56I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DEZNR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATA4E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8HKW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AG3DR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CAVCU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVVU3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BWC7J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CG4UZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CL9OG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CLKDC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EG3C9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AUYII"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8TVA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVK02"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXAE9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AI58M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8S1G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C4Q6G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWKV7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BWTUQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EEW2G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D48V1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DU9CS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLPZD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXPEJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BFGHP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A3ZZM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2DTO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DW5P9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DPJOJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJ0SD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYXTH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CCOPE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4YB7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EH0X1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DDKX3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A4V25"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EOXZP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BEEZG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CBI0W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYPSA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C82P8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DVI1D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8AGW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCBZ0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BTYWU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWZ55"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2CBR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C86ZJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5Z5J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNHBM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AKTW8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C0QSD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DMRC1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFLZB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BIRFE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETP1G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5FWB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOXB7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BAT7V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DT141"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DT3L7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1CTN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8M1P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVKXT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CK0HQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDS1M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BP6JR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIJ9E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0YCX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFIGZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECBXW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AE82Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHQSP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQ9UV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EX8MY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B4CG1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYUJ4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AQ3G1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2GLS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5PWV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EFH76"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C7CO4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CLE7T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BGUGL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AIWZ2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AMUYI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5CMM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BO2EK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EFN3U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0EIN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXMWP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7XP5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E4WWI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DDSMJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EVY1T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A091D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C4NV6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYY2Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CY9KH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7C34"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2EWC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DC3EI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EPZ01"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOYYT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D63SQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EGS8J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHIVG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKZVH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CU8CE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BURO4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSWM6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CS5CI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXX8E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CXIR1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDBZ1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DIGDS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CB3WF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D030H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQPPJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DRW98"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHVXH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7VL4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8K0N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EWF4G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHOZ2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DDMHW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8RW1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BUFRD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A4BPB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2KN3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AFEGR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C717K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BW22P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E3XZY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ED0Y3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0TPP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECS7B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXK8C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CP1JI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A8LWJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJY4O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQV56"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETF25"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BDEVW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C62VO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CP16M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DVOZQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQUNW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AI640"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EEJYD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D9L6Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C017W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EPO6T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E49JO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CASZJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DKVR2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2A56"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CT3NY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQWL7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CEZNF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CCUDJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETH16"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZFU5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EE6JL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DOGP1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5A5C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CM8YK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A42YK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDLVG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DEDMZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C3Q2J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EOV9A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1G68"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EOMCY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ET5U1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDHSC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BF0FW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C415O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EN7WF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3WW1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E26Z0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EPVAX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKX1W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DV6O0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKZQ4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EH7D2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2QQL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E40JB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CKLP3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BEKCC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C7UGE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOC3X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EMBMZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BI6O0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CC99Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AI4E8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWTB5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DL4KC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIKF5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWAVR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DH8AD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AF6TM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A60ZV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSIAZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZGA1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXM26"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ERJSB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZTQ7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CS4T4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BYL03"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DPTUR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DD4DM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1C07"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0IV8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9RVO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E4NUW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJ4NL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EMEKK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EEODL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BMHXZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AHTQ7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CRYWT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EFZN2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E174W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CABF9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ENEY9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQF20"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DHOCJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJUHA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CRENH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DNAIY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8XO9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5NWF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DCE93"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BP6Z3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQHH9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BAM9Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BBRLL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7YSO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DHL3W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BS140"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EMGHK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EZGQ6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BMS6W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DLDIL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EVNL5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DF4D8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BS5EE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8GRO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5EI0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001APMJ9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AIHBF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EPBXO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AJLQQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B63H7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CMBJT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECOBO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DS4QP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AN0PT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATMVP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E0HHS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDBFT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZNR0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EORW7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BAA8P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARVS2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EI880"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EVJ5E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTY0Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWN7L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EYDH0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CK2JI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C65QJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6ACZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DAJ7D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BL0Y2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C1B8V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDFQ1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BI1IS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BO9TX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZYL5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXQEF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHWAL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EL27I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AV30J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BF051"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A3SFV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BUPT6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DOEPH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DAH69"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BW88A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZRUV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CL608"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4PSL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHGGH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLQJU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B65TE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWA7J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQR1N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AN1JR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AHGC5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJZC2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYNIK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B4XOH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXGQ0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CB3FQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKIM2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0UMH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5WS7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A18M4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DICO3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYNOT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CV306"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7PEQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZSRK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0UFF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DO078"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BT7L5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9ZD1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ALK8K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CMPIY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B39GU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0KNX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AKBNN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BY24T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTULY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0SMK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AK1WB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BR0KJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CBH67"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CW9U6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DELIG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AUXT9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CN6UZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DE4P6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6KVB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9MRZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2QYG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOJNO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPDQ5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSIKG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOPQP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDCOF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D6XZV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CT33R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A1ZBE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BDV2J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJ41M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CT6FY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001APKV4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AU7ZH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHMO4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BEKE1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001COC7G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DL4YD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5JOR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CR944"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATP9B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DECZD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CV2AY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CRVHM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANU9F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DNBEJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CN197"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWQ4E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQ88B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B4NJV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECZ4T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BIGHK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D9GVO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AIB76"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EXZKO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AH26W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AHHUS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANWM0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BG3CS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CY3KP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DLWH9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2Y5P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7II1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ALZ47"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6S1X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWNDC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A6VE6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJ6SZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C7XHP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHUP6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2YNK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANNKX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A774H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWDNG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B05AF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D74VU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EML96"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZ8YK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6276"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7JA1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZUCH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A4P4Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AN6AH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EM0O7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AFRIJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLBUI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2IN9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C4LW9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CXQN8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHWUE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DHE6O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DONB7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSX3T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJ1GY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BAKTQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXIEX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C4GD9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BH3RG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EPD8P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D6L9E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AO016"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DKXLV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6Y02"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EERTS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C12SS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7NPV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CL1JT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DMOHH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BAQSR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7PKJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5VJ2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001COWQ1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EAQO2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQGEV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDQ8Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CBPIQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANR9G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A9SYG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DFT4E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFNDM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHS5U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BK65V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZGAZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CTBUM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001COTWX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQSCP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C3QXF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CG9Q4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJI46"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHSYD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CEKKM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6E9F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EB1WG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFPXT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DY2KC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CA1ZU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C80WV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DEI58"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BESI7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ERZ4Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CO5LS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AGCS9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A4ZG2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B85LA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECAFZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DXJXL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8EIN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CU1TG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHMNQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYFLO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5UHT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ALJW8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ER2DH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWFM1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BIB5H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BBYUK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2B36"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVNWC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EPYEI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZSFO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C0E27"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BBPWZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CRDFS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BDJUI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AW5CH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DAPRN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CE13Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOB8B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5NX2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJT6Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVGJZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQM94"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E4HRQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EIF6E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLD8W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3P2L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BE830"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVBEV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E2V9P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AYXFJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DITYM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDZL7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A94BO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DP85N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ALNXT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUKN5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSZY4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EPM2L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ES9TH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BU1WO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8HIF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2FKE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFHVO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EFBM5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DD9TN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EF9R1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5X0V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DPKXO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7SNL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7OHP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C62RS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSZKH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D75WE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHFVM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DXGL7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B97DX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ED471"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DSB7S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ET8CI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHXXG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZYKN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHCDJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHW3U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BV4IK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CXHBF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DEPLU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATKYM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJCCD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZWME"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZJJ2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DIN0Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CP169"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AMXMQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9JFT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BTRAX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BUWDY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDLQD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DP8FW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ED00J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CH2DV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7Q08"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DHX5H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B788F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2R2L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BU935"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIGHG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DY2HU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOI1B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BAP1X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQQYP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARENA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DFPN9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EOG1N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2NIS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2UUV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BN3HZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AV00B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D6HPH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZ9K3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EE4FT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUN01"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DXR8K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CBCMN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANHHC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5F1H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BS72Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXUUB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AEAPY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQTT3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWNFJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DHQJI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANLAN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D98L5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJX7A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVPM6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001APIOJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETWVR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E15V8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D0789"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNM36"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2AZB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWDED"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSI2D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BV6MJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DG3G6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ENTQ5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A52L4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D0TNG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWLBB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETS17"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AFQZ9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C09HT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B4TZ0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AN9RR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AFNIJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9JQM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B716U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7NL2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7PK4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A535G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0CMC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A8E1Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCHIE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A8VDZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A3O9P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJTED"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DFFML"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DVNJ0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DGGQW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVI50"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BY127"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7Q62"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BTDGW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DHUR3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CO68U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D97OD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AIKG8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AMYKR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWJIK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C75MF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2KAK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DXDWS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A91JR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7Q5L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CX0LB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AHLNU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CA7K7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXVRE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EX3V0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1OFN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7W0D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EUAN4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5N9P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DGA4Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AHJHV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CN2M7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E1LWB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOCPU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CL2AA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D0TS9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3542"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BK535"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AY49I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EFJ7L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELVM5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AKXKE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ASNOP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BD9PL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8ALM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CG6VX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZSGC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DLBQM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EBY7X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWEF3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C40WB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DCHTI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANVBH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BM62H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DDST2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8QH4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQU37"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9Y5D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B4SAE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZ5U5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHVVK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNZQ5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B42UM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARSR6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CNFG7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BS4EF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C7VOW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWBXI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EME5P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXTGL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C1I37"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DKLNV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJMF9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKEMU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DINO6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQ3DK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CR3K0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AH4DZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECBJS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DCY1R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A82YN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DE9PJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWQP2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CLTN2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CF5D4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ASBZ8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFGWX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BM00B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1HN6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYS8K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1PYV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EXZY2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AGTK9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BGAVD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BAOTW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AGM8R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYBOG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BDVZB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B956I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0DO9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DAJ2S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DKOZN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZ41U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANAKY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DMR4G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3C1B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHR46"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EKNOU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EPX5Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A47MC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1NE0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CKM29"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DBDXC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EWU6T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7BIJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSMLW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWWZJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CNTG3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BI0XX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A47AD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDYBB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DEYS8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CECWN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E0HQU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXNP6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATCN3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A6X4L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQDEP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYX52"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C7WON"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B4ESS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CD2F2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CNHUL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AYKBK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CM17N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUVH7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIB6R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CE35S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DLJBR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANLSO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BMTVU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZ1HR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A3ODW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BYJLX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AJO5G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQ2T5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A3FMZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2USG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ASV6W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AG2UG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5U52"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A28IW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B66H4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EF6BX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BBDTN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6B6L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AYIDF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BW05S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7QFA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDBU2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BF06Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIKX4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BFR2K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CD3K3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E2K8P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AGK3C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9B6T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EIXCV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKT7F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A456G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATNDH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CN32Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJT2A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0G4V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EAOGP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C3M5O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CCCFQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNK8E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BDUN6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CESZW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EF3QT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5N29"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DPR9M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EGEY9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5INT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7XV1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DHGY2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZJV0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BR7PH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B80IP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B14ZY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DD2F8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5A60"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BV4EI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EZRN8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A61PD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CCDIK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CNW4A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ES9ST"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CTIBP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CV0UR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHWL4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPU4Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0ZWV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETQPK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EI0ZH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQCQB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9FYB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZFI6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CBZ32"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C30OV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BRZTI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EXKIQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DCKZW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYOQS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8H5D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EG9GC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AUVP9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B09QI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D36D2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001APSXD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2QQD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFOW1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D9HNA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CXAR1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BH696"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ED12E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DFCXC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D6JYV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A8QFR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E1MQS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AM83D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DR9XM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWUKE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AF16J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EICE6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1H65"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DVXID"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D0GCU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BOHVZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AYYLT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANUCG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYDOA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6NH2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BU5C2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9H8Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BINP3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BOJGY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDJAQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0XRX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EYO8K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9ZJT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5XT5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2ORY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BALDG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001COWQY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPW6W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXDKT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANE9D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHIQ4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOWCW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BD9C5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIEF3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BMCNB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCEJ4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BEXZ9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5WQ3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A1O7D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ALQ0I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BA9LD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C0GQL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AKE6N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AI3F2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVXUZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A53US"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BX7UA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BBZIV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DC514"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATI5U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2UGU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A592F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJVJ0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CN5UX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ET3F4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AW2ZQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A8P16"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DPN1Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDPZ1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EWVIS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DR038"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C0S0B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQAV8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1RO7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A1O7Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOB1S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6K9P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AV3PD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXYKP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCZ31"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CI3CY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATJE5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EP69D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CF2Y5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DVTVN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DK9U2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CAJ93"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B298U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DH261"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8FOU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CK7G8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8HF2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EH12M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EXTTT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCUQG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EBED6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVF8O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJR7O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWVGG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CX97E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHOA2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C28W5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D0ZC8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EAW16"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8H2O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANWRG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6RMZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2WCH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVE7G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKORF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BEAHF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AGAB3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BRTDI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQ915"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFW76"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWBLI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQ99D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DLKTV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EH2Z7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DP6CQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7FIY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKRZF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BY8JJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOS2W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EFEF1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZ7XF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C3GF7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZB1V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DLZFT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EZTR6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2YYY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E2TM6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CF6ET"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8PM4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CUSRS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BK0TE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EL9Q1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BA98B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJISS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BMMWR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ALH8Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZOPW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1MB8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E0G8S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C04BQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AEYVK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZYAW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTTTZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BO2MY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AMERS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EFKVR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZ88P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AUCWT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CY2GL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CC6A8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DMC8P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E2D7X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CT40R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C088Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXEAM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BIE5T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EUE3H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPXVZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4RB5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BOIYC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BGAVM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHBFO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AUU8K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DD24A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELKI7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BM07Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C51H6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSHGZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BO1WW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AN91F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1ZN0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AX0IC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CS1Q0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYW57"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETTHM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CF0YW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQZK0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0PMG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCHP8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CR1CU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0GMR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQ3B1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C81WS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJ616"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLKT1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BI5V2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CG85R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EBNRF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D44AY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AV00E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EH38T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DA0FT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9Q5E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DK3EL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHVOP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CRCYO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AW7WF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWP9F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CK6CB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7K6V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CRBME"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5AV1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D6MVT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZBYE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ERB9D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ALKX4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DPQ4V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B204T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJYXB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A9ZRG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJEE4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DLN0Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATBGT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BPCWM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQ50M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AKK8L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8NGD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CEWEJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQ1IM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFN4U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EK258"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AP1DP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CG57K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AYJRC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZ161"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5FJI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AMCNF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJH5Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B506Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTHWV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DLJN7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6UTM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9NAW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CKFWF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DMOVA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BTIQ1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQGPY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AUVTV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AQBCT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJD78"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C3S96"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTKS7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DARFS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DW1GN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001APQWZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2DWT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DIWTM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9D3R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ENMPD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJ8ZD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CG26D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EXEWP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSBK0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D68ZA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6ZB5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DOM8D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ALA4Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BBSYW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BYPI8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DC8H5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B16G3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DSSPW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHSZS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6GNO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCHZ9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EZ6GR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E40L9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EAVHH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001APN0A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2KXE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2O2I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DN2QS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDY4A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUA2T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQO40"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A1WM9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DFBVD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AR65H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DOG0F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BO1B9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CK17O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5BBC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B65QN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E5CON"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DKCEY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHGSS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTX8K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQ6F1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EYWBT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A1YDE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATCOJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EFXGP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DO2YY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2DCW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUQH1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EZTP3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BTO5V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BRBB9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BODX5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EFY4S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ALA7J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BAEEC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A4LGO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANSD7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AFH8Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CB0YZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXUPM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZHWW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BGC9H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUNV0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DHR2X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EK37G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZXG4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DULKW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7ARD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHZMM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATG01"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D0TA6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D06IF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EBMUA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLBFS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B4XES"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BGJR9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CCFDT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A88B0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZT64"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BFH8L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CKNAW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2TUB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DB56T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C85CC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A3SLZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CEAPO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BA3ZJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D9QTB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EESPD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CN4BJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3HBV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYRZW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A6G10"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ASJFS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARS88"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ED4Q5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C91DQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7JUH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJLJE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C7RLB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJEG9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BDZ3S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CEIMZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DF16V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BOL11"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DA080"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AM67G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DK3HA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7K8Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CG5EO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AN4D5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DF8YB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CMZMV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLQUW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BMOEY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ER3CR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CELAW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CMHGR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDO4G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D9VMQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E3STF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVSJM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EKXL4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EO8NG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWVU7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C0G30"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJ068"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DMA7B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BS7KQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EAP23"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B90CA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C7YAM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DH39A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DA6C7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DNM17"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJQ3I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EH5IU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DH9JD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A52IZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BYOKG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0Z1M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWXHD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AG5GZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C1OCC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2K54"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4I9I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BV535"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ENMRU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BRR3R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJCKT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C3B5Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ALS8M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCNXC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJGMY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJPE7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EM3J7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9XOI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BL4UA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AHZN8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKWUQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7FHX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8QAN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9E53"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DRULF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D0WUS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKYQD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJXKZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWJ4F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPY8B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXYZP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C912J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A635C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9PZH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3KFB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CV1QO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CTW2V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E18ES"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DS7F5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVJVU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BPIGG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNC10"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CUB73"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQ95W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0KT3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9FK0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BECQK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CRGA1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATAJS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQWVJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDDA2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BUH2E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DHO1S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EKLTO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ASXL8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BY7VH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BROEU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A64EZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BTQL6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B61RV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C7TFC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXCYT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATNWY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYJHX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQNEZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B51KL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8VJZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUE9N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EFBD9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D04K0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZPU1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DBSD9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C3Y0G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DHQG1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AV240"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHKH4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E3UW4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6NOC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BTFWY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C0KBJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQDTV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D9JGO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CURMU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5CKB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFGXK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CLHXL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DE8JL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A09HX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZ7OW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXLQX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EME08"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CH9SM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDAI2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EGA2O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AU5Z7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EKRE5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9SF3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E0SPV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ENRJ7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BEZG8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BV9LY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CUDRN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EC761"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOAKB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DW8RG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHPKA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUTZ9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A8DPO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AI7IN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E0QKI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EK4TZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DOQEH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8CQW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CV0DF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A6P1G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AQES7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D668E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVCCU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CABID"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8C4Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AMD56"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EB01F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E10TY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CA813"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVDUV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELYIP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJBO0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7U1V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D6I8X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DA5ZV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1GZ6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELHWX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AEL2X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELNGT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0KJ3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5ML4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E14C8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001COJ92"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9TB8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHTSB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSIE4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AIJ14"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARUWT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9GYF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKXYV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B62X9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BC08O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARDVK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9AS3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AYGEP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BS59K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BDJ82"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BMHS1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AN237"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BY3CA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B51A8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CGUBX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2TY0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0KIP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AQGEY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EI2OJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9D6O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDAZQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A8VFV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3T2X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5IK0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DM4OG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B99W3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A734B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZZW5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CGWOM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EOQBJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EN922"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EEAA8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DB2EZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1RZU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CLB7X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CNI6J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A120P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DFZCJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EKBFH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BAA9D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BPFOY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARYKB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CMOGR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BP99T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001APL0Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B190I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CMOGO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CULSU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EGVFC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AKSGW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AW1UN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EYMOT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A9I47"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EN8TX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CW975"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BI8WD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001COWGE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DN3FQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AETU1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZ3S4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BEJL0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5Q2R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ASOX8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EA7L6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8HMN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYN08"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CKK9P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8X5I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C559B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ED991"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXHVT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJWNA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A3Q0A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFLWR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DSEB6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLXQ0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BRYY1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A00NC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CA8RT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXQDY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJP1X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9NCB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ERQAQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2YDX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C26LW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AHY5Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8CFN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5CQH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EM1JE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSPQB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXE4L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EM0QH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CGHIY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CRDEJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIQ29"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DIXWO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DXFCR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ALOK9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDKYK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5YG2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVGXO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1OOD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BTRWZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DV3TJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DGTVC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANL2O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHNSM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AMKZS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CB25N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSAKV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BH8KD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AQ17Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AQEI4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D9AWJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CM8U3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCW6W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDFZS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CGL38"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOAE4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ASTNM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DMC9K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EH5ND"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E3LND"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CL02F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E2J0Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJ8ZT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWEMZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BYOEW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNEAN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWJDZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BIP3L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EF0VS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7W4P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AJT04"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A4G73"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C1MM4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EBW6I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BFESA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AF4IZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EBXNL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIN7N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOXYK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A64OH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EROPF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ESJJ1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJR03"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTMWO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DHGCR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CGCU4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EMPSH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1KCQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7UO9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSFUI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATZ34"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EF8LU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQO2Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D0GW7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ESTUC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CM5S4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A4CNO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B75OB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DE34I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DSEMQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B169K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A1DE5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BUW3W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BV26B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYS4R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EOGGT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8FOO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DMHB2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B4B71"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EB03N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJKM8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTTET"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BDGP7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BW7VG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWFEV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D0N17"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D9MTI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EYTRW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ESXEE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001COM1G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQI6Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AJS4B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DODML"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BB5H9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E0Q4T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CD266"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AFZZW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ERPQ6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CXW7O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DU96J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSSVR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1JAM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BK5CJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AKOR4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AEWFJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A4XON"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BUZ79"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECL4N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EAREG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C0M3X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2KPI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EY06F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8NRP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CK22E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQHUJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJ51Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETJKT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3Q9B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CE631"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARONS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EMGY2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DO9R3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNQVU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXDLJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EU9EU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CUUKU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCLWG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D326G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CRR3G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EMGON"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2UOL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DESNQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ERIHX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BAGQH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVNC4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B45K4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C1C2D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLU6D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BMKUR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EULSG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E0J5U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7V7C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2XHV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B734B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BBAHE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DM0FE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DCJWF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C09CL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DMFCY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EY82N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CM5V7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7CFQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BE4WB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZ9X5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DA8HX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DR0MD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DX4S1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ASM7W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AO9C8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CR1H7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CRHKT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BOF4U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C7AIP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CCDDZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D78PF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVE7A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3OWK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CMPKS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPSDM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CI3R6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BI90U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AL6DC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJOJD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EEQZ9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXV4G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DP4UC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EOJHD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DBRDK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EIJ3F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BA7J8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANRDN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A60MM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EUBAQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B96U6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWDQT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EKAMH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AMQH4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDCF8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EEQIS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A6DUR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVA11"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BIGGE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7BJ8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BC7YH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQG46"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQ4XT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C58KW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQUFK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D66B0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A1GBM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQ4VJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BEH9I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EXNJF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJYHN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELK06"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DA6V2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B4GD1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6JAI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECWJW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DLU9K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EVYAT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BC7LY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BD6N4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVIG5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CUQ93"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AYNHF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CEK72"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DH6NE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CTSU2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8K78"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CCS4A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVZ62"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DBPAC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DVED9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DFEBF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BL845"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D6M0O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BMW2S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTJNR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPR9T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AV6XZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8KIX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5MG8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CTV7H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIBLT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQZX0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CXTWW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DSPKI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D79TY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E23UK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVOKL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DY9EB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWXRI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CXS1L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CORL7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EFXK9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DD3UK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A9QRP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSD9T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001COUUY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BMHV3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJ3GC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EPIF1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BMLUK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSMGQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CS3CN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AP9K8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CKEEZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A71EM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AX0YC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AW0PD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZVJK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANN9Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQUW2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BH3MT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AURRM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EP2MU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B81ZN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHY80"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1C7Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DDG5N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EEI3V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3TGT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EC7QL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AJ69F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A6JGH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A8F06"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BAGGU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CL6MH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BBOIF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6Z6O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DEF9K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZ0YY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AP0HA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EFY10"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUS2S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DL44J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DFUHB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DRKLW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DR9VE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C95O0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B473G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSN03"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C95EO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7MH9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6M4W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ALUTX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AMBHT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELOVL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CH3TT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQ29W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DRWIY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2U8O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BYB50"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AR4KN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B91QT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DU4P1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZVKL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5MFV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DHRB2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AHTA8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATDSV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A3DC2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWV8D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E2H4O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DGXZT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A15A7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5GYE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AFMGA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C1UIG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AU9RN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7Y9L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZWV0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DFE4U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DV9ZA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARFP1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EN9CW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DXZVU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AMN8H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EMGBW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DKFVE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EGDVE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CBA0K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DCFQG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNHFP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3RUI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DV39I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7MBS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DXGFK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CNHL4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BTEUC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CA65Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EY1VL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWGSE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AYWN9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8IVF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5VF0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFTPD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DIV2U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQ55B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECG3C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUICM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AUYUY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EGGTE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DR4R5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2MUG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B610J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZOAV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CMG58"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSQLJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C1UQN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CX9C2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDUED"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BMX1X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZOI5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AG9FR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EO8Y2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSSBN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BD19Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AR262"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C82UP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6UCH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A40K6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2EFE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EVN8G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E1OY8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CF5KE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELEZO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AY15H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AX2L6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EEIN4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CL2VS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CF0AE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D69NU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ES3SM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DCL2K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHPVD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EN34T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C7QDL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZ8KY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8Y52"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A3SFY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001COCAA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BD27O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A1LB9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4FTX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B40EQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DPV47"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EUVL1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ENRYM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5SB6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DA0VH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AHF5G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVBVM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C245R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSGXE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ERI4Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPIUJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSU2A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BUF84"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHEXJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DDMWY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTWQV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSEYZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EVP6H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BAY8Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B63V8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHT9H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1TCR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DOPJV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZSFO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPXBB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8EDE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CMQV0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DMIET"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DEDV1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D0YF6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EYGHF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BWI00"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJ048"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BU9EZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D6NSW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8U1I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EK1A1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BOGNW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATHKA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DRY8S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EETBU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BH0GM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECJWP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CT1M3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EXHYW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EUARD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BWUG9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EN2SJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDPRS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EAOYD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A8ENH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ALB91"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AY5SK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7J3Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CLDIL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DEHGE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQSEY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D6NM5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTQE9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7PVZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1TIS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C523Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001APCBS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AFH4C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DFNO6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJRAK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANZ73"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DM42B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AFU08"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DADQD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETC8G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7TFN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A4DKD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BR43A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6YEZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJOAL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DRGLS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATUWN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5G4D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EL21M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EKUJZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2RRA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHC1X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B524B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AILME"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DIEVB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D6PIY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDC64"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJWJM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B60R5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BX5EY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFBDO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DP761"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C73T4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C3304"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8TG2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EA3VI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9CJO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AYI8S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWWBV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E0J86"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BRBLS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D6S00"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQDIW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXXER"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHQTL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANZ4N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A55GM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EM1H3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BOC4F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EBK3E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EORUF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EKPDP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDBOF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EFKOZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AR4DQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWJD3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B74II"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0PZU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D282G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DIEK7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CA5P7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AL8OY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BD8SO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DS9WE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CC7FR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BH63H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DSIWH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7MU2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQMLL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTCS2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A64HN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EH6SV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2MBK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ENHNT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EWYP8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ET1MU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EK9KU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D03JZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BB1WG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EKONK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7MGU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AKSO4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQV3G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C0N8B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B3KZW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E37MF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DGH19"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSAZ7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANZ5D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQJWS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DPFA5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZ1LI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CND6E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A4XEX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DM1NZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E4KXA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BDGLD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EZQJU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVTKJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZ7SA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EYEZ2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BPRKN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CEK2A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A9QHS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DD7AN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYYAO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BS7JB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A57FB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7KM1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AP954"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AP0ON"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EVYTT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A386L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D6GD0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4FH6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJ58G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CN4D6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CG8RD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJOYV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EZUPM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BX0NH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BDQ5O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BI67P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1KJB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DKDFG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AGAWG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZ4UA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001APWW0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DAC3M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJIQ6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHG2T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BA8Q9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DNRCZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5JJD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7PWG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BWZ39"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5BNE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B38SC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUAO8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARWHH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHUPH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5F6B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E4Q00"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DNVRF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARGIE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AKUIY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5R53"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CNRDR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CB2EX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E466N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7G24"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BALH7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B64T3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BB8DF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EMD6P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001COZRV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C62AV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DX0ZB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNUB7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E0AJ6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0ASX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYH03"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2XZM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BM3N7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5JOK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCTHY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CX4XX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5O1N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AULKS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1ZZM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ESIO9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DPHDL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EN01O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6X5V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DRLLK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EXWLL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C64IK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BAUB2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EB08G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5MML"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BTY5E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5EU8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C0IH9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZGLN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJUQE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CBA09"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETPXU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWREI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9XR9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9CMW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AF26O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D38B7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECDO4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZS0G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AP6P9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BULCR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C0VWD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8EO3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWXBP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DV8Y5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A4AB5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DC9Y2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A933S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQ8IM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DBGHV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPSA5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EF5AH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKXCU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWZFJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVSO3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1TI2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDY61"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A8YYD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AIBZG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C4BJI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CMLL4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DOMPO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CP95M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AP779"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E1PLX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A9OL6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DICVC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZNIJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1ONE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E1IQE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWWX5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CTN8V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQ28S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D0LWE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2BS7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CEY38"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B18TC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJAGN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3YFH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AQUIN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D9B0G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8A0H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A386A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BWE26"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BG9YL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVZ7N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D0AWK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CMW6B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3UVI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A539E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BR83H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B68BP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BG2MC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7OMD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ER6X0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E4HKE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIDBM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EMYHZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DAZD4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSMWF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BD7KM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B4Q6L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CXZ3R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C3RYB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9V3X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHXVX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C0KDF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8MMQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVRMS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C1EUR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DR1MB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2T69"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ALY3K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CLKVI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQ343"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A1LE3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EGOL3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZV9Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EOI38"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BP9H3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EAE17"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AKG92"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AGNJI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYXB6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DEXPM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CU3L1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BA91D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDLFP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQDVV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BS5YX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYOD2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DS3XH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EWPM8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZZ03"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C45O9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BK5BP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BY3AD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BV1YB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B4A6V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EO54E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001COGSY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EW47N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CN6VS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AY9I0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BW80F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJ6DT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CV0JF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EKFSU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BE6BG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C55AR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJEPA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D28T0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C25U9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DMBHH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CAI1Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DVMCN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECR4N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EPOPW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQQV9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWGHE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZIJ4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVDCU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BGT6I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXGXW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHTOS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CU2CT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZFCY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E1RNS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLGWD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C66QS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DN4K7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXVDO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AUGY4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A03YW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BU8O7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EWT8F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E1BZD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DBOLU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DH0RD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A06ZI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EYB80"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EVW4F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CN2SH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EO9LE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BS4PJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7L10"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BH75U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BE1VD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CEO5Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJO8T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CU7BA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATRJL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWHUE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EEA4E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ED9RO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQ24Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EGEEQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C397Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EUL48"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9VGT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSLJW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1EAC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EB0R7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AGVFH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C34MK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CW1QF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWGH2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPYWD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CU50I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZC2V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CH9YY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CX3XD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHE6N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXCBU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BIF5H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BYLUF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BEYX4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D41JD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EV81W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EUB8B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DO45Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BMR90"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EHRUB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BL4M9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVJJC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AMWEK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BS5FC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EVCL0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C4WNN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ENXKK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EWRWR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DXYFA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0S29"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ES6S8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EMP2C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A40WL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EOLD0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATTV5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNUKZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXNQ1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DOZ7R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4NXJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B3ZEU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EN3Y3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EUSTH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CUHYY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EUJ3T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EOC4T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJ9QA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5QT3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BE9B6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E26NU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZQ68"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C79J9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DETHF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSHGY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DV6K7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001APIG8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWANE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DB0VH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQGUP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A9AH6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHM43"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D15SY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CLWHZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZMR3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EBDF5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EFOOG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZECO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C93UL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EEI1N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BPWJI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D92HG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A9UQP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWCSA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DDDRQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BMK7X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZPV5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9LQJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETW81"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATWD4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1E36"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELWEQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLP09"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EX0PZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYLU3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3W2W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BEOGP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EIZMP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDD87"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0Z22"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CCLXO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3JM8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BG6VG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUR0O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EYG3J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYNYF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9KSU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DF5HV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DFK6Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C4ACD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWGFV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8HZW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A3WXB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DCSDO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DPHNZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANP4E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CETV1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AK1ME"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EC9Z3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVLM3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECZZI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DMJKC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A8HGZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AT5HA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D0BKL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CKAVJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CR2M0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AU8I8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A6RFV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ALTL0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4TY5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1ILH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYG2D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DMCBO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DFYRN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D57PX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0FVW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BDB14"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELMQ9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EUD1G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5UEU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CEX7H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A6SWY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHJY2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EK6RA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQ77H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DA2GF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9DWY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQVZX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DO03Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2DHX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001APKVT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7GRF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BDXXK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DH2CB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DF8IK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EMN18"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BYS0K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EWLEV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTNEJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CA9J6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001COX3W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B27E9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ENTQK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKGSD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5R14"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B03KS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ET20K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZ46P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2CIM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9FLB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8YPS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6NYW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6I8R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EB1Y8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CW57C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJDLZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARP99"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATYYL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DFS5T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A3SNA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CTQK8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CMEQF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A78H0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5IXV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EELHE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C4NZY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D654S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BE4HR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EEWEK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DNQCJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DDKXQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DX88L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BGIKK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EFRYJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BU77G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EIPTX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AQQZ7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AHR8A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ERYM9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B63WX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWT56"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0UJ4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EOLRV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ED2SF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQYHC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ENSFC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A83DE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D00PO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1XVL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D0UXA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EF1BF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EV9Q7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5W71"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B45HY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4FW5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D9ZWI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E5FM5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C7KB9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKL1N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DNKKV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOWAQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DT9LA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AR2EJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BR7VM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DSU8L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQFUE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CV28V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIX6M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EVVIE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2LK2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CEXOW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUPZJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CGME2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9TUG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D6PPZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B394G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AKJHG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQ3S6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKQXX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2VXA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A31G9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CXLE3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQAVX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9R6K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZDTX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DB960"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQBK2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDWAO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DR3AZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DSORH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AX7M3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0NIV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B097Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVIK9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHTL7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AYO6P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8KE3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNFF0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CM9R2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A8B00"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BT79A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B5F7T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D6Z13"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3KR8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DCCB1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DDX5C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJ414"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AP555"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E11HW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BWHBI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BF4V3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5LZY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BY0MM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CNGR5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AFZ1O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4CDR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DIZTD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CETL2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EG6NC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJGB5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EPBKF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BBQ7N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EU8JQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJVVB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANA8C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNLOZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLF1R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DGNF4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D571Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EZ0U4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BUFOB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CGM7U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A146I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXRAV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C4865"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DK6YB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCMUX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CH470"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYAIE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DPL84"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A9MG9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B3AAS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1967"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6VUU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZGNA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BRQM8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6A2M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWR5N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CX3VR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ASY0K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJS6C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DAKQF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CERE6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BY77V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CRWBQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D26SE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AHY9K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9K7X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BBTYN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DHSU1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BPNXD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DCZGO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DC68C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BGTBX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFZGY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJQYC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C7F8M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTC7H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D25Z9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BA9MG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSU7O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDO91"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BJ7J6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CED2Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EN0BU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DF8ZJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHOZG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DLLM4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2MMK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWDTO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BI4Y4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7759"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCMQ1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWXQF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CXZ44"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CF21L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXXQ9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AHWOL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4OTQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C1JP1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AJ8FL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BS8IN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKLS3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EK26E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ASELJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AGH26"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DRXY7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BL8GG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUFHE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDQOK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ET68P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0EF6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AUTAU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CGHOK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C4QUO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVZK4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BPZ5C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EXOTN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BAA9G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQ8EC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EN1ZC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BC8GN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZZFG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7MWH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001APTWK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYWMV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BIAMP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYFSN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BBXF3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CKJ6C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKLXX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A1D29"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJJI7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZGJX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AKR1Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDI9C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYM6V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DE3PH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHPWM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DXL8F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DSUJF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DAQM4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BS9PS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWSJH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EOO8R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOPEG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EONBB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D942Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EK6SW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AN6KO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A85OS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQC4F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQKF4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E3SMX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EUFIV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CEPT6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B955X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E3EXL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWP1B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AJQFS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVPII"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CG6TA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DD1I7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BN3AM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CN3ZM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHNXF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BOBH4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EZ1BL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQIM1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ES0JL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DPTZA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DRK38"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C30LH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001COXK7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DX73R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7C0V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EB2LM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EAM4N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DOJS4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CCBVY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9I2O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CMTJ2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8MID"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ALQBG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AN2YO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BETPG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXVC4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AYU4O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQ9EJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3P3U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CE01N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EP9PE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BL9C1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1O66"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EE9GI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A86J7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8956"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B33W2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AK7AJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D9M7C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EXE4L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B3I8V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECN1L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EG8PW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLX1I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DFERS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DLPF3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AO5AD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CMM6V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DE1TZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5RE8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWW2P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8AUD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C1W2O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EW1VI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWKU9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSLN6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A1UXO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AMM08"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DM1L9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHZH4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DVF35"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CASR7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DCKJK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CEMHJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A3JIJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C12XX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DD2EI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CLA1C"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCP7N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2DY9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZZNM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BGNFF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ERSXH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DMPZF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BA5GH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B85TS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E0DEM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ALL8N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D7EBP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYR08"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B72Z7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJQKH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AG6UK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DMTDE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DV9MR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EEEML"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EGMK4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHI02"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C99VG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CTDG4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQNRJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CGJKY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EVIPV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZXLW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1Z61"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EIGMQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CMENL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5VEQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELQCK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BH2VJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CNKEX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2L32"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AFN7R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVRLX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AF6M3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C4254"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECTP6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DOGMN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWZ38"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A1TKG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C7B9F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DEL2Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CM83E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETYTC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B3FR0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ESJF3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ERTV6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BA0P5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D1CGN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETZTX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EIFHB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DR8ZS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AIOXR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVEV6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSS4W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CH86G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNO0I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E2E2T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AJYPK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C62QU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AS4EB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7U7P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXIEE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIHM4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CM5YX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHAXK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DHDXD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EPVEI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DHBZV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EWCWB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EKI6F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C07VS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DA55X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6OIH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DOGG3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYKX5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CV9BL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BD3KR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ERY1I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CG7QU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BELQ6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ET708"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CW40Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DP81G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9KRQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EVCJ2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A83U8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EQNCB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E3SGJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CD5ET"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DFJPE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A3YV7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4N08"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYEHK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AVRHW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8TEO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1RQY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E3SKX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D894W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BH2YW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DL8QN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A349H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9YVV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQIKF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DKBTW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BRF6T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5N2L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E3M2Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A03QM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DHIUC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CUZ0A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DKZI3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6W6A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZHEK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQK66"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CE3M2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9OAX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSWEE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0VBM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQV0L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DIMRH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AH70E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWQIG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EAFAG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DI0V5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ET99P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C05K0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A21GJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DPKE5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7CNY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B66RF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BMB5V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECZ4B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DAVHX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSO7R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZ9A1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWSJU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A60IH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6109"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOR22"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DRWV4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNKLD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CV6YQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CAENL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BFXNJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AUDO9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETFHB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DS9JK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDBWH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B7D4R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DCKOL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B4924"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ASU43"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AHS2D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DKROG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DW6JK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BKK1T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AKDJM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFMXC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFXQH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDOME"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DXGA3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWTVA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZ5JQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AYU4S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5GIE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWRY5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6NLZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D9UBJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ESQ4X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B43PG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BTF1X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2FVO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWVAQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BD62K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E0EKM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9M90"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B35R6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AM9TE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DGBZ3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETTYF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DOM92"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQSVB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EOS1Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EAO58"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CSHQ2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C0N5L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E2DQ3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EN142"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AG8EU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDUKO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2GCP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFQDN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AW4T4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B86H7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DCNKV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BRSXX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BNM4J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AY53O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6JOQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BRWYL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BE8UB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EGV0R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CRNBL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZRIA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIF92"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DR8O0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BUZM2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AO2C8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BH6CT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CK485"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHYKX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EFFH8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CZ2XN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EFCVQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DSKY2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BU305"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BPJR8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CGXK2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2IXZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DDOM7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EPI8U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AY4YK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A5TEQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AJK0O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BHU5V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJW2T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DRTHO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZP8J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTY5W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AI1FE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EOWJC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EOIHF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AY5O2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B0X9X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EURAY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BWXLO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CPWBI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DPVAA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EF34P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CIJOL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B4IF1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BOPPY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EAFAC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C46R8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AMN2K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DB8F3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AKB7D"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CUNZF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CO7W8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTUXJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CITYF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ER74B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARYCZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EXXWG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BR6D5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYA7T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQ7I9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CN4KY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B61IH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZ70Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCPKR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DERCD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DR8SV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AYIYL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3P90"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EOO4R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BZBLG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AU4E0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EEYTM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D75CQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXDVF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ALFUO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E09WV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C9QMX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYK3G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4D33"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DNWPH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AKZCJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXO5B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AJ884"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A42JM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CINXM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJGYC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EONLE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D12JD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DT876"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8924"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DA93A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EO5OW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANUDY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLQOC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARR2L"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CNWPQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6F4Q"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AUZFG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C72PO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYZHK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BMUIP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ED9FK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EG2CB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSXOO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYT8A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CRZ47"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2B02"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8RLN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C473M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARDHW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EMGA7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BECLL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EKYZC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EZZ3I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DJZ2V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2ZY3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOO7U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DT274"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2N31"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A1QGQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3VDE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EWLVL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D969Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EI906"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A29LT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQCGJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BEHZS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CFWNL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A41IH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CCQFX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSSLE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CAHTT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C1JW0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CH10R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6K6O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DGJN3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJP97"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWVSO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DCLAK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C1A7T"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BMAMU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EYQWR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CXR2Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D0D4S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AECRV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EVKSQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B1YKI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DR0K7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AJIYZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EWAKJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXN2I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D9YJK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJ6I6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BYB83"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AYI7B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BUYPC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6VPA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A9NQ2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5993"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E381W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BX8OK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A6T8K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CRZON"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BPE6R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BA130"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DOBN0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5DL4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DX4OC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CLV3E"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWGR3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BP8CT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DY62B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E239P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BAMSE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A83HJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQAQA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANQ3K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CX0JZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EK7BQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BQBK1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BC4PI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CVTSF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUQDS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EEC7S"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C6DGE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DNJY1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DHDKW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C7FU5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2MSW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A17PE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDO5M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ATJ0Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DFQLK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELYIL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CM2MD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CMDK5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8D72"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EGIMR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CY4EV"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXT3U"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B391O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BT9B1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DNN0X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CANFM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCUPC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001E5C0M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DE4MT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DGJ5W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ECLTL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9QB3"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELZKX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EO8KP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C4XL6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ENEQZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BEI4F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANN56"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVOX9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BU0XS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DCIAT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A09I9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A1I70"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B4MAW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DTMS1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AH5SP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AG3B8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C1Z97"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CU0ZQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ED0GD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DYNCO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DA0W1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5OZJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D064G"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CQQ0V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDDN6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EM3U5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4IVC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AHPU0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CDIOE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EAVIA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CCWLY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EKRZ7"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AIPHE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C2B3I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B45OL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DX6S1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CKPAJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EUX8M"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4HIM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AOSEG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B8SU1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BY1ST"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8WOQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BP98P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUJ5Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DLHTI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZL6K"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3LB4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A2B2J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AY1H0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJF2R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CYAWU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EB2WX"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EBN5N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EGQHW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EAK4Z"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DPFMI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCLI0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUOF1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BGP18"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3DS4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BL80Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CHSVD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001APNRN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B351W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AEZM8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ALGLA"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A3VHD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ASDY5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7IHM"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C13EQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BDHYY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDTJ0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C1BKQ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EBLS1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AK1YN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D3ZP9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CILTR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BTC2I"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DOE2X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BP6T4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BOWHG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5MGN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DXVP5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BS3LS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BIKY0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C5IP5"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ETQFJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001COMWC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BLX3A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B6L4H"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B2I07"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BVINR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DOSQ6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DERAL"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BUSTS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EH5NS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJY41"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A9VT0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ARC8F"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BPGJ9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C1CCS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CF6UF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D41GW"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AXKXS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DB0EH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B4G56"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AP4ZB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWV9A"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BEL4B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A27J1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CJ9BE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2V7O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DZ7YH"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5ED9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AL2PO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CBKZD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8ZQC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CABV8"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EAUIU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DUSCS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8AWK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DMN8W"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DQ11R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ELR6O"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DA1NC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EV1NE"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B9A2V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BTZVZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EDOOJ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BXERB"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CAI41"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DVW4B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BCDUK"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CF10P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A7EPD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BD30V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001B02SD"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CKL13"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANAAG"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DMVFT"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A9GB6"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BSJJO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWZ90"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ASKHU"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EYE38"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D2N9J"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D6QT9"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A40VI"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EP17V"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CGTTZ"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A9O7X"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DKS2N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AQD1N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D4HMY"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CUAAO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CWD0B"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AWL12"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CE6H0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ANIEC"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A1QV1"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EJG14"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CLC7P"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001BIQHF"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EF94R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ESDX4"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001C8SVR"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D5P5N"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001A0QV0"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AZQDP"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EBTUS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D0IIN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001APORS"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001ALVNN"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001D8WWO"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001EPJJ2"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001DWF5R"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001CCD7Y"; -group = "F003D142"; -groupMap[name] = group; -name = "GQY1XT001AR16K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DL86X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A1B72"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CE2S9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BX395"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AVBIL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AGKB0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AJ48A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EPOER"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EHKC1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DJQVW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CSEP3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001APME7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DHIB3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B6MA4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A0Q2H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B6DI2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A26NJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DTUXX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C8EJA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C20MD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AEQP0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A5KBK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CHUUI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BWS7F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKXP3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DB5IV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DOMCF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EOYCR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E1QT1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D9W2N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B6A0A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AN4M6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DPE0P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DEFFF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CR3KF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQ8WV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BCUHO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BW1B3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DY5CT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E3VG8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BODHL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EBIY6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BR3S7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZAL6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B32U5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BNTW9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DIG25"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DCAAD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZYNJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DBD2X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CSRY8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BPCK6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BRROZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4SP0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ANDNI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CFIWO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AFZBZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CXM7H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DPL8M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMS20"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BD51F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EGP0V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CL7HQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZTFD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AONFT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BJRED"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D7GRX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E0HP2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZOQ2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BC8JV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B1G87"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C5GFQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CHN7O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BS9RM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EG9RF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EQVQ3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A3NXO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQP4Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BJZ8G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZYBI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BP2XQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C8B19"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A01SF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMZEK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B7IWV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BCKDQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUMUU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DO3OW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BCVM6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EYOFU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DCYTW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CD15L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1BEN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZGBT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BWZ4X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EU132"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1P4Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BSNA8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AY967"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ARMS6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C3CLR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AY3WH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AQEO8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CH3K4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ASFG9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ALRB6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DCTUK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EPJ1Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D1ICF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BKWQU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1L8R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DVZXO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D2LGW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BIP7C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EF7A4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DNHBD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZ7KW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DF2EL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EOO9S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D0IM8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DANZ4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CVY9S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D139L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BJI7D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D5DOK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DGD6C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AGP2Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B0H8F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A4EJE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CVXHJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D3BVE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CNQFY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BS28W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BNZEB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BO9W7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C5F8D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DKRV6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BYF2X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A26DI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A4SW6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BLJ9R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ALF49"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B5HQX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EFKSN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BR2V5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DO1O3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DR5GE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CTO9H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BUV5I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BYTDV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DNH6X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AOA8J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B1409"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DMFLT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AS3HC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AGHI4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AO45Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AH457"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CP6X7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AE5WI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CTBCT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BSWWK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B7XC3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A7SBG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DJOMS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BIUA2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EB2ZU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BPA80"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D92GR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EXSOX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C0YW8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D9A39"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQGIK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4JQH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DPXY2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C5KR7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EFQVC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D562J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQKK7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CIIC2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHEBM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A4CMZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ARB5D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CF7DS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1WZQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DZCZ8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AHZ8O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CD5TB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CP357"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EIY8T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CP4ZW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZIP1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AT3LL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJ4AV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CROFK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A72WN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BJROQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZ91X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EE4NZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B46V1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DC1UQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AOJ0F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C5FO7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ESV6F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ELARI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AWKWH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AND72"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DRAYD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D9DRH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AL5BQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D24Y8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C53ZV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EE7U7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EK6W1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EFEX6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EI2CN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001COLY5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E0G78"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EAPYI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EHXQI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ESBT7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHKXQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EIT50"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DU4OU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DS4PD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DA6UY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DCBV1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CFT0B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DKOJE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DG5G7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CLF64"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BMWIC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DUTHI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BN4KT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DNPSQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BC5XY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BSGTO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BYMFK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BI3PU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZ6ZM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ED1ZF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CNA5G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DFO2U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ESO96"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EME7G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EVMHE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B4WMF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B05K9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AVGOE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DW82T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CI6SK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D8S40"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EYQHS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D4QR8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DXQ8Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CRTR9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A3K33"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ER0X4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BX30M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C0U9Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQT66"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CXSRP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B196O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZJ2E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1E5A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AF4A1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DDNVI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BR6WP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CAYWW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AS1D2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A91LU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EOTWN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CK0IQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BDFP3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DTP8L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DXHVZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AF3N0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AEYXB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CVJYK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DOSCP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1YA7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EJLN2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BJVEG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CXV5K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EHVKL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EDKFN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BA3JB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CGK4E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ATYC7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CITR5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DFHXM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EYB1V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DS0QI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EG59M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BXMEI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AXYT1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D6QK0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A6EGT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BMF5G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EBEOF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DLKQR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BR6FL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AU14E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EHUVJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DATRG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AWIF3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AWG58"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E0S6T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZP7U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EQ1V0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EH3W7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D1Q7A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQNB4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUUZU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CI5XZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EE17S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DK196"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B1E9K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001APQ58"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ERS2H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AN3Q4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DVZVT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DT5SV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DNW9F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AWWWO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EHKOL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BF26T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQEA0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A51IU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001COMLY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ELM9Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BD5R7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ANBE2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AFSCD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AN1AQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AEPMI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CSP75"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AT5TU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DKKU7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9GQD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A8VWX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AJZAU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AX9GZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DGPCD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A2RKB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BF336"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZLRW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001COD2O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CB2AZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZ1ND"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BCEFX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EN5I3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AMRZ5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D4VO7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C0WB0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EU4T2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DUEY2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A88TL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CGS2O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CGI7K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EGBGI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BD05W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BIX9K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D26WY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D7ZDI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D2RUJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A0PV1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AWNOT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BGPX4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ANRV4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A7IK6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BC0YU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DK710"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EN3FK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BNCRQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMA51"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D439U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A0ZYO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AS3QI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DSN46"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DCAKK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AV4NT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BC43P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A80FV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EV134"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EY2DF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQ0UL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A2F8N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DT509"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D0R3K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BMBAS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BMZFW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CEZ7E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DTXA2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DABS9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D7RF3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A0HVV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BM9A5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AFYI1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CHWYK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ERYTM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CCMLA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A3RL0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DD2X9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DRG14"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BRBEV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AWBHZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DM21T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BTP4A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A3X9L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EF0KV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMNBL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AUWG6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EF2YY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EMB4I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D5Z0A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EJFU6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E0PCX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQBYB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DJXZV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EPO3H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DKJ33"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AR4PL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B155L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DND5Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B93UN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CHIT6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AF04D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EMWPT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DMY5Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1X28"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C15ZR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AF3CG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZSV1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EJOU2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BXMTW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001APAMD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D4MMV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AUOPR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BOWXW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ECCQR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DSEJH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B785G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B0948"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B1ILY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D6FY7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A7M32"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A7W69"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A2KXX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BEZL0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BSAPH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AEP37"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BFBJS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A8PDL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DBKO7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A9SP5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AUUEZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BG8IH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EJV0Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AS3MD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQ6DJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BUGAC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ATB82"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EMKUG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ALRCR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AYS08"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AWVXS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CDMRU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKSM1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CHRQC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CPWRF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BH6Q9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D2V5K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BJFRQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4W0M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E1IF5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B07S7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AMBOR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EX26E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHRAZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EUA6C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DRNAK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EOGTS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001APXVD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BFT24"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A4JD8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZ9PC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D8T0F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C65U2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CDJLX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A32CU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A8QW0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EJWXH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BJJGX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A78PG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BM79A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A1W7Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CGSAA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D19DB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EQHY6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DPL3G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DNQ5A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DYIA0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ECI9U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EK6GJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C3KY2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQOM4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CYK9O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D33S8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AYKW6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BY2Y8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EO6I0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B7R7R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AVGFS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BFNV5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DBUEC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AEE8U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8C0U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EBFN5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DE6W8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B1IZH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BE25Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A06FS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DOGDL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C66ZD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ALH6T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CSR0A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D0RCZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8T1R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C5QQZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DX9Z8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BVUPV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CDX5E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AQTSC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BACLZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CN5FE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BS1PC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BFL2I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BJUIT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BRL42"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CPKW6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CP6LG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C3COP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ESRCB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AWJIT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C3W7X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BRSMZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DH3I8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C3T0Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D5BZ2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AQ40Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A5VG9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DXNLY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A4CZ6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQEU9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DTS5Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EN363"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EEQJG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A1WAE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E1ZHI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EDFLC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DFU1K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1S47"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DJ5XB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ECPEG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AT9HI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BSZ9E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BIN0I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DHG3B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AQCRA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DEBAI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CNNCE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CO0IJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EH2G2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ESQ9T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C6ALL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AUIHE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D7P23"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EAKOE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DOT2N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EODA3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AF23D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BUCCU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ALKNZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B27TT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CV9SV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AO7VX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZYUK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CREMS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B1Q7O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZW1D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DFYZX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQNWS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EHRZG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BW8VX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DO2FJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A8PF1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A69TJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DJO0C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001COJXW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BJP02"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4GEN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EEJCN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CRDK1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CA32U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DN45J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CK4PI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKEXN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AORMD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B48EO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AUQY1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CELAZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DIRS3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DW47Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DCOE5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EO4QY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CS1LP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DM82H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C996J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E3YHX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EE7OY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DW2R3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E43NW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CTMTY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQ8S4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BWW1U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EBAGJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BH1GF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EYTYH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DMJMV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMDJN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CLE5V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZH42"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BUKE9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BF6D5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DL4JQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C0WLY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BDAQ5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EEAXW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BMBMI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BEYYR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BOC23"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DOI2I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BP7YN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CX7R0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D3O73"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CISVB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001COMFE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A71RH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DIRMX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DESR6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D2658"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DPX1Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CDRBL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BY7SR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CM6SH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EJKSQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DBU9Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A3F6L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ANO6Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A6YC5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EABUW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BYPGQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D6RY6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CIGFF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BKFVK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BXQGS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AIGSM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CM07M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CVSA4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BKI00"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CSKHE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BXNQF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AHYDS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9BGW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZBK7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DDY7Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BIDS7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B6CUC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AO36Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AHJJD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BWRSE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C6TP8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BUSS3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BAMXY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B0ARU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BY2G9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E34JC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BN1O0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQDNQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUOND"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQSZK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BP90S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A8PJI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E2TLB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DT89N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D1UXM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DSNGD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CCR5S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D83IQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DZNNT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ARVHY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJGZZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BE9KG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CNZSA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EO4C8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B0YOR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DUYPI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQ7X8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CB21Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BEDIU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ESTCS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A615I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EBEXT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CEAGN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A0FAY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EK5KS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B75T3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMJMT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E5F8O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EIG7G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EGZ2O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B3A6D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A13PO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C8I3B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DUL59"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B63HO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZGH0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ERNRA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8J9B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EXDZV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EDKTK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BMRDM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DYH52"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BS5FZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKG1V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CGCQ6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ASNSS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D94QS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EPJLQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CK20T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D6O52"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BOOX1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E0HS4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A5H91"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AFLBE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EC0SK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C796O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DP0Z2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ESRUW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BS4IP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ATTS5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B22BX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C63FI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EBNAB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001COJLE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CYCMX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DUD2N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D3WTV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EROHJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D7PWN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUDOW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DDD8T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CS36H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B83O0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EX99E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A9606"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AGRYI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AXIHA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BBJCO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BU61N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DGW25"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4J05"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C3Q9K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CL003"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B1836"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DT8Z2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUPCH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BM70O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AVTX5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C8JGG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BG7JP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EE790"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ENWY1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ECE3T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BWYL0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AJ2CB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DDTIR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ALK03"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AQ9QZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D28O0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EKURR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DWK26"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B7X55"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EX3UI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AYRQG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D2G5T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BXZKG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EAKL5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C6WZW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E2QHY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EWP2W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DNT6Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZTJD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DNQ5L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E2573"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EYE5L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CC8ZU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BE1NF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A2UX9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AOIPI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CHEEJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B3LWB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BNRMX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C528Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CH7O3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BGGQE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EAX6X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BMOMZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZR4N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C26NV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C8YDO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BPBD2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DVL63"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BPU65"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DA49R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D80JV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BX6UY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A5MCN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BLRI0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CTMG2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DSS6E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EQPT8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EKAPW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CV7ES"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AYMAN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DY0JX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B5J5M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AEND2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ALC2Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BCV5K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BR0K5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AFL7L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A6VX7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D85ZI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AYBHR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4SCQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BM0IK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DP1FD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001COS9O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AL3A5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BUT8O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C2Q06"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BLM9B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CV58C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BCX1V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C9JM0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EU05G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AQW18"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C18N6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001COE2M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B290W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DER24"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BB75D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUG4D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DOVK8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B0HRJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CB05L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BYVXS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AWJP4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B7NVZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AW85O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AHMWO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BC2V6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BVI3B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DLRB2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AWO8J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B292H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C20QP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BNWSL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EYB11"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CN3W0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C77XA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D9J3T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CVF6P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A65PM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AXXRV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BO63H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DPC72"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CAIMN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DU280"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DY9B2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CYYKO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EE76F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EQGA6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BI2S4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CP46M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DXHZJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DNOEM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001COQJ9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQ57X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8Z0P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E0DKM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D3HVC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DKSOC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D35KA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A8LMO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8WOB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ERZGH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D9X7O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AOO9E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ASAY8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DKV5W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D6EV9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D4VAU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BEVZS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHJJ6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EYNI2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BWR2G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CCREZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1Q5N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AFHZV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BGR2K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EFH2Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DPKYJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BSVYL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZR4B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8JNK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D8BVZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJVAZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D36LM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D0BHQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A4PIC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DVIEX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BPFTL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EQ8OK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BMVSP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AXO3K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DAH4D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EH8V2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DGRCC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AW432"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHK47"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BD4J7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CHS7B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AUQ8G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BT8RG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C01WN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DPP6X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B62OR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DM9G5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJZQR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EJB4A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BX97D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DSGUZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DJ48Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BTVVF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CSGJX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CM5OO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EM6V3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BPR0Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AOIMQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EV86G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BBKNP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A9F4L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BN182"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B41BD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BLA04"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CHDHR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CY9SW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EP8IT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DHJF5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C20OK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EFM9Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EFQTA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A6S9U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B7H9Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DESRY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AFD98"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CN8TT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJ5QW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ETMOD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQROX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DO3QD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DARVP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C3P31"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CXXBW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BT78F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A32HJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EVJHE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CO7RO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJIHC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AQK4R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DY7KH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DSOGK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BOKKN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B4Y6V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BCFIL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B755G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A74HG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CEQF2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A70BT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ALKTK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D5PB1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C9LXJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DEVFG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EEJ7T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMARI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BGZJI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AI85S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ETI9D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A7UWR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B4C28"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AL9T1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJMRO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C9YW7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DCW4W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B3F6Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZ0HD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZAZN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EJROH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AFSRP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CGN9B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EYUUV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CDGES"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D26U5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B3DGM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DAVO0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ED2Z7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D6K5M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CO80E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EJ7VN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CL7XQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BFR55"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EPXCX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHU3P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EERDA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EW3LD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BXLU7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CP5A5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AHBFN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BBV2W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8DQA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHV55"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BG2AD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CK0U8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1ZQH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AOZFG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BABMG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BETU9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9KVH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DGLQZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BWPIM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BKA0E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DZWY3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZH5O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AI3RN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BGMEQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BO6GO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CXDK1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BBDFT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D9WLX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CX400"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D3O8Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4K1D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BMUYP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CHPSV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CTZF1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BY13V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CSCTJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQGRO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZSFX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B5RKV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B838J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BETU1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B34IP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BDRDV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CS7VC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D9QLM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZM74"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AKKHZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BJSRJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8ZWS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4C6O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CLSU1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CCGPQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C394D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DW9LM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B20OO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BPBVR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AHRYO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DORSB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D53R7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A39VM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZEIG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AH2X0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ECDM5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EK8VY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CB9QB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A5EMI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BI3TL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ANKOQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D8YJN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D5U4Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D4S60"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BVVA0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AR0TB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BRLSE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C7RNT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DP9ZX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A9LGG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ANX3L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D6C9H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DRJ2K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EQMZJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D0D8C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C5SG2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CDJM5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DF496"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B20P9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A18VH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D4BRL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DSBEP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZBGM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C8NBS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BCX4X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EX6ZU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DAPWI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DZN87"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EKAN1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CROBO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ECF6W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C674Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AVSGM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C75VZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BKKLG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EAHA0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CTPWS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CTP3U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DRMOW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ELR3X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CF03H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EP432"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ANWX6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AWZIB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DLVBE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B5MRQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BC7IR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9WFR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EJSFL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ENDDG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ALZND"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AMKVH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DKMKX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EFMIZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AJN8Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CK0VP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BMUFO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DNFFT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C9R9T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DARMH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4LUF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D6WSP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C5DSG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DRJZE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EKZ96"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DYRT8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DS3IC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EWL23"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DZR5B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CC5VN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZWPK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E1CWW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CTDLU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQRW9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BVOLS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BCBFI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EIQO1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZQS8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A9RLJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BXFGJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E0YII"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9TJF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CIBTZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BGUQF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B0MG0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CAYEF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D0BFA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DAE7K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DYJ9K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EBX4E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKABX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CCF4E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DFE03"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001APASZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A613Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DCW23"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A53ZD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BYCUX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A9TIY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C6UPN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BCHWA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B3GBC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001APA1G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D5RJY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DI5LC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D6PDC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DIF58"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BY5UV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D27OQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DD8DT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BP4KZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AYY4C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EJ9MW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EJ8SI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMLIK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DOXS0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BC4YP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8VRT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CICTN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B0K4J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C8NGB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CSSGD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EG0RO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DOT2B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CBRZN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AFX29"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EWA8M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQOUK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EO80D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D6W9R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AQFO7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A5WGB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQH67"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EDPW7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AGG79"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B2XRB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EVZY0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BVPGU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AOTAN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A7R8I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B3J24"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1DI7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ANDMA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CCE54"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AYWJA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C878C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CM46H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C6QU4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DTBWQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CYXGU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AIKKB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A5QCW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMO2N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AO8RP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AJMHT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQJDU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ATLPN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001COP3K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZAZH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A41V1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BCREW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AMIMP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B0BGU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D5UFX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EJA8K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKCAL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EQNKX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AO84L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A2WSE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C6WGX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DHOZH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DAOEA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BYVK5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQEL2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D4R8U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZ3XG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CNLN7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CGB25"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A1NDH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D3HP3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BOJB2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C9IGA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D8ZT6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AK1T9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQVYG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CK7ED"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ASGPG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001COW1H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A755X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DF2KD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A6HBO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EQQQQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ATYET"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CF0ZK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BIRVI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EUU2C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A99US"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A6KRM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ERK58"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A7SSF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B4Z34"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ANIEA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CM2ZE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DNKIA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AJ0UX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQ8I1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C2HBA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A5Q5E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B4XU5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ELGN9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DO796"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BUU7J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EDAP0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EEPII"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DVP6L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BOK76"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DERQL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CRL0M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CYYBF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001COX07"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B6JBP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DZ074"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AFW2H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AXU4W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CAXVG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DHN2Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4RIW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C027O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EMMAW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DBGRV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ET30J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CE8GT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CTZK6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ET8Q5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D614S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A8TLM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AKZEK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CT0N9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CWIFA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D1YP7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AF8K4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BTGK1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D2MYZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AG0YZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AL2JT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AOY41"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BDM3X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AGZLE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKOK0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EBLTQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9LSF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ES2AM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHNGY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CGTTP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUI76"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMQ8K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A47N2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EMYQ8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ENEKJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CDSXY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CTAKM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DJ52N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CI7R9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CWC2D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EXBY1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ETIRC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DG33J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E2Q8A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CBSR4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DHCLG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ALSW1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DP3JU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D458H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DMXG7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B73HO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DSFRL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C40B8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AW015"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EEIXI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DK3H3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EFKXK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8Z3G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DNJWR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BKUV6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ASDOG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BW1Z7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BCHKA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DVBD8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZP7O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AGDJA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DTDUP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D4ARG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BBT2B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CU9FZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D6BRH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CL7KQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CTPJU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DSNOS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EVTTP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CRILQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ASOWP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C2MVP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AMFZE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E0ZT5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EIT9X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BNWZK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B7JNU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CYJ1H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DJ7X7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DK3KZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CBWEP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ETJKM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CNBR9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D9F0Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CLUTO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ENU2C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHU6D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DH8MB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BK56P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A8V2P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BNIQ1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DYMU6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZOH3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EMKZU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C9PGB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CSKP1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DM7YJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AOR1Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BGQG8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ALM4B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AURL8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EANGS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C2FP9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AI39B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKRJS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AHJJ3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DW1K6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EU5SS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BBMMO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EVKU8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B3PEE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DAQ6J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQUG4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D89R8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AS28E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AT8KH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CLVJ9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AS4US"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMN2U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQ6NZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A6MSP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B7P66"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BC9ON"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DB93C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DPCQ6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DB8AN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DU6V2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D7278"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A3PAF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EAWRF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EKSMR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZYL4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E080D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BTF4S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CNKZK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DBZXE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E2TV4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EVF9L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BFEI0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E0NXZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E49ZW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B3H6J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D066B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B30Q1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BXDR5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CAZBD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ECSVE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ERM4P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C7AQT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CAH2T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EE86K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BNHI7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CG9TX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CE1YR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DIA6L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BP7E5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BL84K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BE6SH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AYE9F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DZUWP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EUMGH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DLUNS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EUYMZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D2L8C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BPDU8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D99C7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DH5JN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BMLW6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AY06K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DUT5Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DK5R4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BSDIU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A01X7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ESOB8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A3A7R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DBXF6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ELL2W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D8JA6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EXDUM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AOSH9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EK680"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CTYQ0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CLIU7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKW9G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B1UJE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A9Z8W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DEZ0S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A3CSH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CT1AK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJB23"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CPW4D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D28XA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ENSO6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CBP4H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C2DLD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A2DU9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D9KRF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CGMCB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EDQSY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DEKMN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A9SNC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQV4Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BTM09"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DE0G1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BPBK9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E2NQY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E31W4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQ27O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZUVO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZFXM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B6JJW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ATGWN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AKB8F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AXNAJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CGPR7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AL6NW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQ599"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AD996"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CPIPN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C0Q8T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AP57H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DBKGA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DMRJB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DYS8A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ET8XW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BERT0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DK4N6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EMTT2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CVP6J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A91HX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AHO69"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CXCI2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DKF8Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A1EW8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9PAY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AJMU6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AS605"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ALCMN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A7IN8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AV4EU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B3YMO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ALWES"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ASEKV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DTJO4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ED9R2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ECH4N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CGRBZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BKMIS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BCBFF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E3FGX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001APB1A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D4RUD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B6HT6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DGDB8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DYC3L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CYINN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D1HU5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BR3VR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ENBX1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BCVU0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A9XMB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DYOWT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BG0TM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E31U4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZO4X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AQTF8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BY9Z1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A8G6T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AV96T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CM7ZU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DHIT2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CL2RG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AL2HH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DFAVA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BO9XB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BLN3W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AILNN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DLWV4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BJLZZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C12I9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DJ50J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CYG0H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C0WWF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AJNRG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DOZ7K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BXT9E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AR81V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CTLKL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B1YUA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E3VWC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ED599"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C300Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D5A1W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DVYA3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DM3R8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D6CRU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQ6JJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C896G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ESSGU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CPEYM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B0ZX0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ELZC3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DRMKU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZASE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EB0FL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9I6S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C37DI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A7NY8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DRPGK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQO5O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CBQBH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D7NRU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CU1VJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D1ZPM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ANNS5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A62VG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DL2GB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CK1WK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AQQWW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZPBX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BYV7Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EKA2N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQPE9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BNRE9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DVHVS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CRKUU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUFAL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CEWK4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A46MW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CR16V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EVLB4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A4F6O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BLIGW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BIE7I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DBT5S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C70CZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B35W7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B3WKY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D61X2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AVLK9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DJ9XQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EIGR2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKBBI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AHO81"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4IG9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AYO3S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B4ZN3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D2FOK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ENRXE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DTVP9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BW3RU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E4M6L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EH10T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKVLG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DRLY8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CP47J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EIZZ4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CLLZ8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EAX43"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AIARE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQAPU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B4ABV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BYM9U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CR9WL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CSJP7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BL25D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BM9MH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BGIRS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AFPH0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AXF92"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQ6GA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CA8C2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EEUS2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E3ITS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D3YHS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AKC4P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AKP3P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B5JA2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8RVJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D3UHN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BUUJV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZRAN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B2ENS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CAGPD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C31VS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BENRO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZ70Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B4UOV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CYL30"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CY3V0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EURBF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EEBNY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DT2CI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DB28T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B80E4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E0JDS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4PZ8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BKSHI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ED3NN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AVNVJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D9RF2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CIRT4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BD92H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BWAW8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AQ2UN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AVOHT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DDZR1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EWRW8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DK2JF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CVRD2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZ5UI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BROFJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DAME8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BIJPH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D7I2L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EE9EQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DX8BN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B60PC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQC5Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BLJ5V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DZ3PD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQTB4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DYJ68"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHUAE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CCMO6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EUAJB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AQ16C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AIO11"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ECNFM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A93BB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ETGJ2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9Y8S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BPRC1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CP0T8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CRFLA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EWWQA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BAKX9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DIKDW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D73TW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CAZD3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B1QUS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AXY47"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CLN92"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ASNVE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B17O3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CVMWL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001APE1L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8U4A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EL3D8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EU18N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BSROV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CL1SY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1SWI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9XLG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E0T8G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B2TEM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EHTFQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BAMGU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EO6E5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMV8N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DCSAA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DM05P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EM4TU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DL5AU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EAQPJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BFEKJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EFVD0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DPUQG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DEIXZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CT0R1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DKLD5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DZR2D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BIK4J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DNV2C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AQ0HA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DLPWJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C6SI6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BJAOP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AVC61"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZIYG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EGSQ9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DDSX2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BX49I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHX7O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZSQ0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BV3AO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EAJ7E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4J6L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DDRX7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKXOX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DE30D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EMEK8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EBLY9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZV6Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BF979"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4P8W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DITMD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BGYYW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BK37U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ENBOK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQRN9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E3GB8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BX4JN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CX3JV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DMFFC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CD39X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BSPQZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CSKSE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A7BDX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C33YJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DBO20"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ES16J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CSA3R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AXYYN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C309T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D0O6T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BRVF7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DCORQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CCISN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BM079"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BDZJH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CH2TY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DSUCK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AKFIR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E3CNJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EKMX9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BX0UK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ATZ6T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BS61L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EPAPK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHXW8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EHRPW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EI9D9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EKTP9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B94DY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AX0D5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B91QF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DSTZH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DBSGC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DHX5B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CV8UM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AK4VA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BITXP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DDNRO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BYC3Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EBT19"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BANTX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DLGUM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EG516"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C7ZHQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CTOLZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ER9QY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BJ407"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BL2MV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CBCVC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BY6VK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AJIQ9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ARDSA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CLWF3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B4LHZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DTE5P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A6RYH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AVCBJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EV89Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQU7K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJQON"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EDASO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A3OZN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C6VT5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BU3ER"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EJ87P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EHPOA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D1Y9V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ARWIN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DX3R6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BPNS5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DU5UO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZ117"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D6W0X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DCV0M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E461T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C9IX1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EGSNL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AVW14"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CSP3B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DSCJ5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BP8V4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BSRJV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZRYK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ETRB8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AKGO9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EBBWR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EX0QA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CVIBG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZZ03"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EWIE7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EYTUJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A8WVN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQ2QA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EDAE1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B7EBX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CX5FZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DIXTD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CG62S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BC8N8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DXGX2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D89CS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A2HJA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D0EC6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D52PD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EMZVJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ARI4U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DM1PV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BUIA4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D5P9A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZ7M2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B4N6K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQF8D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C2FX9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D87C0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D69RA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BWMMF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CWNIB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CYMDZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EXAXJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ETVHB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EG0IO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CY6L2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D1A3J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DVV6C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CBYY7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BWJHD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DXJHM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AWGNA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AVDJW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJ5YR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DRV40"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C9DTM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EY263"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ECU7C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BX7GK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BE4LF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DBGO2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ENGD5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BUXIS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D5KD2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CSNO6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EL885"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AX3LV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BUANJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AXPE7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C5SQ0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8GM1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C2LAP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EV4NL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DHW2K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C8WLX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B1DA3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A2M2O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DFY89"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CR73B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CYHG5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A43XI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B7X6F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E2AWY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1PNH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D6BUO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BW8V9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZJ2B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQGN0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EUYXO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EARPD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AY8N2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DDT53"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D71G1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CTTJB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DMMLO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AV4D0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ES7OF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BVIQD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A6L7F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CHY2B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQSZ1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CEC1O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ESNX0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A2X6V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C5FKN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BA3G6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B7OAY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DN6IR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EQ0L1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DIB38"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C61LS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EE9QE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BWP2E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJQ0E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CM151"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DAIJO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BBF0X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AF58N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B733Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DZGLD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DU193"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D53GS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CXULU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B0TZ7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EIUKV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B6ABU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EFJRV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AE86H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DZDUC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AXQOH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DYMYJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJN5F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ANP9J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ETPN4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DD0AI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DEN0C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHZPH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EVFVX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DVDKG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EE8H2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZFOQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C0PQA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DN2HG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D69R7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CPYPQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A1CTR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1EWQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C7UVE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DYAM6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C084X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZU3I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A8209"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BI5M0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DFTKX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CWBIM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AMJNV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BBRKI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DRRF2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AO4OF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C0RZB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CXHRB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4ERS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EXGGN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BAZAP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EQ6J0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DIPST"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BAI5M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DGQY2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DP8X2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ES5HC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AWNDT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EIY7H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ASQ11"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CRIZ8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E2NHH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C6GKF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CO0BG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQXTX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BGJLM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DMFJ7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BI2ND"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EYQ0B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AXKUR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BR2DX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CNW2G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CI518"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DD2JN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQ7VX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D7FG9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B6NEI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DPM3R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BKKJH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EJ8W4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AI5W2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DWJAS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B2ALA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E0P8E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A585X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C8P6V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DD2QY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001APEXD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B5AN3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C8X56"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DU3JL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BLKVW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ANMRX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AJW48"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CS491"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DYLJ6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D073V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BY4V7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AMBIQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DRQGW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BU7FL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CBTY1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BX0ZX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BRR4G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C5N2E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BJMR9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DEVVR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CYT9S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EIHIQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CD5SS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ED596"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EXQ70"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DRSX8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C47JR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BWN3B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EKAK8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQJ2T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4GGX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CI1F9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQT63"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A11LP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EG3U5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DML18"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AYGHW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AQUUJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DRSXC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D0IIY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BWKBU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A6R50"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DWADG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DS8OF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AX7PX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DWQKZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DU0G8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E5YQY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B7UEC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EPUYV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZ6C1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUWX7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CNT0Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D9LUA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BEHVZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CTZL2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BYOUX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D9ET9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DWF91"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ELOOE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BUEBW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EURD3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EIMQN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DFW52"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BJU9E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EUOP6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CPHTS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DC2B3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BSQWX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D3SCE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EDFCF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BD0IX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9HVZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BO6BM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQIIW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ED1X0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A3B5P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A180R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQQLQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CFL2B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CM9UQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AV5EX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ETRDD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BCV62"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZLLH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B7O9O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZJN2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A810K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DK8NL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ALFTB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DU6GJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EIRGK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BPKME"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AR20Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A4QKJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AIZCU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AOYZB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D3OE4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AVKR2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B6ZLS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BGH1W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DXIX1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C8VP3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AFO8V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D9178"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DOE65"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A22QK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DJZ5Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQQ86"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BORGT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EKRB5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ANJ7I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EIFPH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EN2MN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BRI1X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EBR9R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHFAC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AL6SG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CE4Z1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D97W3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AJDEK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CI2RJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EMS4J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B3UZ1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AU0FO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B2XPJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EIA9J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DYCEW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D2W3S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BBOTQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CNSKQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D1YJN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B2IO6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BA17G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BA8XF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AX65L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A2RZ6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B3EN7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZ30F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D23BW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B7HR5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C709N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BS9S1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ELQ9K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BNSZM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DD6MN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DTB9K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BXLNT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ESVTP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C2R0R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKSR2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D62YG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CCTZZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D9L9Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BMLVZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D0NFW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EN7RT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BYKRD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A7HQB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C5X6Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJO11"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DECCK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BYLW1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D1RA9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CE1SE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHRBQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BRBMC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A79Q2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B2RZZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CHZ5X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUUL7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EYX9J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CHCZG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BDASA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CI0U4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BJAGR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B496B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AY5T8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ANXXZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C7LFG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A6QR6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DT2UT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EL1XN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BBWJZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BWK52"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DDNXE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BULTJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ATV07"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BBAIU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9E6J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EVJEQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BFHU2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C24AE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D9LBF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EVMR1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ATY96"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A2895"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C5OYM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8ILX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BARW5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EQ7L8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BM794"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BFO0J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EWGHC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EKBKB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ET622"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DIGI3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A78LI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AI9XM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BIZB8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A8SQ3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B639S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DZRP1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B2XYO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CRVTN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DNKXV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQHO3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CVW9J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BN58H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DD1M6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AVTC0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A6Y3H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DPMUD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B3M9M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A5ZJV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CSYET"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AY5S0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BOX0U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CXWSM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EXKGZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C7N0A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D3S9W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4GFX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DIZUQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BVUID"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A40RA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ECTL7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EQLOI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BGT9L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CH4F8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CX91N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AYV9W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DPGTL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B5012"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D6A35"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJKQE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AVEM1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9ID3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BDBLL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BYCEC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DVLEY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D99LZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DG7NU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B5TGO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BUTS6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ATOZ3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D9CL5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E12JI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CRSVF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C9TKV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DMV73"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D54FR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CRXFZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EHJLB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CGYW3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A3F0H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A3MHK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BKAZ3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CYAQ9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AQH89"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D7UOR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EO22S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D18IL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DDP54"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZMJC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EQM88"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B6KI0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQEX4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ESI6G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQROY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B5F69"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D8OPE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CD5D0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B88JO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CE0LF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AF3OR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EG89W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AEJCX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D2MDV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJ0AB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D90UB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ANA3U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CNGO6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AGXL6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CGW2P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DAADQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EXBQ2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DX5YX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AGVH2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AKNJ0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C2MZ1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BESEV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CCEVT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C7O3D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DYGN5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B6CID"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BUKWL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CRO0A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AGPXM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZDM7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AHF61"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BUREZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DOTC0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQBJU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ATSAC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C3R4Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D11D5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CHZDW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CI83T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EU9L6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AYGS0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ERCGA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D8HBK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9BAG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZDTA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CSZJW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B0959"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CIQU9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D5ZLO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQ1OC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A5EPT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BFND5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BEPGQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ELWBC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BSMVL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUC3Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ENUJT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D8HH8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CDUI3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EIXBI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A5X5F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJQHZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CCIDU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DFFG8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AHY2T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BLOHO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CT1HG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C00GF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJIIR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AGNT7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EWYSA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BA68Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EJ4ZO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CG1AP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BUF2I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQNP0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZFRC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DLQDC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BBSNC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EQLQR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQG8E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZ0J0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EH9AA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQ5VJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EQ9XO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DHW4I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DAIIP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHFVF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C7D91"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C6FYR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8L77"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BVIMM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CS75Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ENNPS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B434J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A6YW0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CVFW4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AHRTP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CT0DS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A2NFN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BEFII"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZU5E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BPNJ9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DXR54"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D9EGP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZ7RS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUI37"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AS1KG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CXGHZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A4JB4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DYHKI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C90EB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EYASV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EY7TG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AXQ5P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AMCQI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B2VD1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BC2AV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DW50V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DFY97"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D0NMD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EEDV0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AEHBJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D771A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZA8M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8YZD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DB05F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B3AOV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CS1IY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DMVC3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJFAA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DAESI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BSHS9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B2FMN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKZ9S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CB0FD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DSO1H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CXX06"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EYPIJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DUKJY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BSR28"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BJJ3J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DCROU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D63TY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CY4CH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A8YW3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A9T5R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZBUZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CLDR0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D3GGF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DYVV0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A0W0E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A8S44"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZEH5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DWVR2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ESUW5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BW0W8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BM8O6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DH2Q9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZODE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DB37J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHK3K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQ3UN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B31V1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C8SCC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CRY8Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A0ZNF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BN7J5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CWLYV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ATKIK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CCMEF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CPPHH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EWCLZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BETPJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BOE8X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CPVWV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B7E1Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C8BOC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ESYFG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZDU9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AV2FE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EBPHR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BN5O9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EFP0S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMEOV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CGL4H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BG620"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D8ZDK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EAVYO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EC5OB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DSSVQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C3L4W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B7KK6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EAVG2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AGRH8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C2KS6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DR9ZE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AW2B8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DLIOB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BOT6R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQ3NG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EV471"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EED6Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BAQYL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AVS45"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EGIG6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BFYJQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DZKWZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BFHC5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AWJ5H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D773O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BVHEP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AJMHR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DOLRG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CO2IY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EI9UL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D8D21"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B5XIT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A8BXV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AKR3E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B6A8H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8FF0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B4HYF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQ2BS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A2NAF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A2TIT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B01FN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EA6YX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EQ9K8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C9SVN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B4NZG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ATKAN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DNS62"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EBV71"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D8GZ9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A20TO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKP56"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BENKB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D404H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4GF7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DW8PI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BG5R9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D7WTR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D9NS0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CY08Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DAINZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EBLXN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DV71X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A0TXQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EYZGB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D6VOX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BFVHB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A94H4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQISV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJIGO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BV0OD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E1IR2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CCVP6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DAMDX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A1DHS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BYJIG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DADNS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ANOTG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D7SQ4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001APIDT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AFN0G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C2FDM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BA5MV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DVRMX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D1JFQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A415D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CM0Q4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BTIOE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AHQ4E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EPQXK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E2NBO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A5W13"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ERTVT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A4EX9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BTW7S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001COJVF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ER5OD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C81JX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EBNCB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A0OFA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AEIWM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BLNMW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DABF2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BCD4H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CFLIP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DKYQ5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DFYEL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AW7Y2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B5DI6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AN73Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CEHP9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DX7KI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A90IT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1JBF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BSCL6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D28ZN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BSDJF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B0583"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DZQKO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BXADU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DUUUS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EVSM0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E46II"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AUFQK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B84RP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A7UPL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMN1D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AKUZS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A4I2F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ECCQ8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E0S28"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BEPWI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DA3NK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9Q41"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQ7EQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMQGD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQXSN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CFZJU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DFAYZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQBH1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A0JG1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZP4Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DGDDH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C3BET"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BYN9M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DT94O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AVMNR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AXYPF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DA44I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CHRXI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AL4QF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AH047"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EBYGN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DW96S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMJYG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EX1BA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B897Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EO0J0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DXDUL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ALSQ7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A36EQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHOYO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BERG3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DYFRJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BW1W2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AWO99"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMJ1C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C8CN9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B4ODB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D4PFV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EF9TU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CPDRT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001COOCW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D0PS5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CX3WY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D1DFI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BG5ZK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BKJJ3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BDHC4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A99AI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4JXO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BYT1A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D6FM0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BN2XW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKGXB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A44XP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DBS38"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BR1PO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EV290"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EJ6IE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C2UEF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D8ZNX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DNP3C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CTHBE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E3P0D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D9968"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ATHSF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQQZ7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CTNE4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BVLC9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BKSB0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D3FFP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQTH1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EIQBT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BIQ8I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B98K3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BOR53"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A82R0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C6Y14"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DENZ8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AJ70F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AYV0V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DCJ35"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A11C6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A15GI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EBF4Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DYR1N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CXOJI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DHJRT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BPO9P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B5N11"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E0PZR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DN4MC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C6HBT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AX1SR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQGTO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DOPPQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ATTLN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DAQCE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B6SSA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ELS9X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BXHIS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BBF1W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AKMIV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D1JW3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EGUWY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ELJEQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DZQMK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DJ4NI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CS4X5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EI8JT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BAB36"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EW5VU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUUNP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DS22V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUBDU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AYAXO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DTZQT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DMV6K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BPR6V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BTXCT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EY7PG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZIDF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BWCLW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C2TGF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A871B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AT3KK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AX9CX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EOBEE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BDCUR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EKHZY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D7GFL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BFG7R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUCE6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A7VNM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJ3M8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DPFOU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BBIFL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CB6LJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E092L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EURNN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CYIDP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DGW60"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DBR6R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CYDRR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHCDY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EC5ZD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A52M1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AXDSQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BC0KD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D096N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001APWQ4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D931D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EATML"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DPQ0U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A96B0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZLBS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DUWJJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A35LY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DA27O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AW72N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DKFKA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A6RUT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BUQYE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C3P35"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E0FNB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AMOVP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AY73N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D4AF7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D3JL9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C34WE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BB0KJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B3YG7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BH1X9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AWQN6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B36Y4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B760U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B2WW2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C5MUK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DHL0U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B4483"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D0L2I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AV2V7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A5DY7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4YU4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DE2UI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AG6WH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BRJ0Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKAWV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DFNZA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D9JDT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ARP4P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKLVO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D79RO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E5VFY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CPAHJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BGGFI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D5CAE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQMHK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D1EQT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DHG56"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DMAWZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EP65G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D0ER8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CAAZW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ASH2Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CE2PM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BP0V2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D36LX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DP2MI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A94ZZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CR08Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EFV4W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C5W4L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ER71E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AP7II"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CHB91"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CF2QL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001COUM2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BP6W5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B7UUV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A39PH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZZ37"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DF08S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DGUZM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUAYI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D54HY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001APOUQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CWYJ4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DIBI1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CFAKL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ALI4V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BSDCX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CL9FV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CFUS2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EG43F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EM799"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ARHZE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BYAEK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D6JNN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BWZBI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DBGQF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DOJTU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CY649"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DXSH5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CF007"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ASJS1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C828R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D0JTH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EQ9QJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DGPUJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EK6NY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A3V44"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMQ22"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CXEAJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BW0YY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AHK0F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AY5J9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B022F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMSGN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQGIH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D0NS7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ELI7V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B04PB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EBEV8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BTFIK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AG6BU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJ1J3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A5BRW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EB8PZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BMELD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1M62"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D77RW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CLO6Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B0ZKY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BFQBJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CH8FI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BSJ5B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ES2PG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EMIFB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AHTSC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A6JJ4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AEIUV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AJ6AB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ENARG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CSE8M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CYLJM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B63IM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1U0J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CFECD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AVRMU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DJQKT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CPV2Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D0TZV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CGC1N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B2JHH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHJAW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A0NUX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DI2F4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DEVPJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DHFXG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AR778"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EN5ZD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BADJQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DR8AS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DGMXO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CV5NA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CDMBI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EVPH5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CAQXR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BNBJS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AW2VI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B92EF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BB0ZI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DUWQ1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ETB4J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DAX6D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BCIU5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ASV2X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZJUK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C0ROB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AOM4Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AYW2I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DEBYY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CWNBE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A3953"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKL7V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CAUMK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BEFOE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BX4PM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001COPAP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A0D15"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DJ21A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DKHP4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AN0O0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AOVE1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZJDF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A2JJH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A7L3F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B7596"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EDIVH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C123P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DU6VZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DMJQR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C47PI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EKB66"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BNIBA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AFO9B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AUUCO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CRCO3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CS1GV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJ6EF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AVWQ3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E5Y6Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B6UFU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D6M96"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EKOLO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CRYMR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D7597"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DR0NM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AT9WW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DMDNI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ALZN7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D3O2C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B3E94"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D4HFT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DNB5E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AVIEN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9HN1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DN0K8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B96TP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DEJWE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AJX44"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ATAS6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BGOKL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E00AJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C02US"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E2634"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ANPOD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DS8QM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D8Y80"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DY4BW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BRJIC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKQKK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CLILM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CG11W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CP5TN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZ137"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BLXEM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BV5TN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A00S9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A6TRF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C01JH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ENBJ5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZK2C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZH65"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DD7UN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B0AH1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CC5IB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DMVUC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CU1YJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BG9QC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CA4TG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AU47F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DBMFJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ER3JJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BRQQP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUG71"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B7KKQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AQBVI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A1P5J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CBOR6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CE762"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C8E6Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EPZEM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZK93"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B46DU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DY9EE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CYQQS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZLL5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D25YQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DFU0A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A8C0F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CU8O9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BTPVC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DXXRY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DOPWX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AOTBI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BFBMC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D5UDZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CF5Q7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BY0FW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZ0T4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AFW2U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMVTM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DSXFV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BVUWJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUN2E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EIQ00"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DX7JG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EOXDC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CRT3Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CO2B2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EGQQU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EFEMG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DEDHY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZ3Y2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C8JHR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ASCMR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CAZ7O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D19EB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CFEOC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ELQAV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1G0K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DAXHO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A7LXO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EKZ3W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AW8AS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ESYI1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D3MZB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EYKPH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BX11Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BS44O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CFBKZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DDQKK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZJSM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EM9G6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A2MTB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D7LW3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ALVR4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQCSF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A9NE0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CID7T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CSH8X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DDM4B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DB6W5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EI7YA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CD285"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EFRLC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A5OVI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DHEQ0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CP58H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A2CBM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A4KEU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ED56I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A2KRA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BJPUA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EAUOZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CDZXV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CM3EL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AJDZP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AKDAU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E08M8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BLJIK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ASRKS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BMJYS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CLO3J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A9TKX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A1Q19"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EVNAA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E2C6K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ASWGI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DUVP4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EQZS2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CPDZQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BOC3J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AF9F7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CNJXS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DCBYW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQ74S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQ20I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BI1JA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E0APX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BKHYT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C6JZN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B44XB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AY3WY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4IS6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BSMHD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1E9A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EHC0F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D5EY7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BI4HN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQVKS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A0IFS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D8DR2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AL524"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DJ9YF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EEE8L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E200E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DLOWZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CFDUW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C8W5A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C06PR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQUOR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CL8KB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CYAH4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001COVZW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CNA4E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D6ZMU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E25J6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BLKP7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EUL4P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1RJW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DX5RZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E1H8G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DH51B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CICAJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQXDL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CO0A6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BN7BI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CPYLD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D6AV6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D0OLU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DMKBX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DPE6E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C9NVH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AI4PN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BEHI9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CET65"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CL10P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CYWMJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9G8X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D95SV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CT8D7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EQ9J9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EJL0D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B6K1S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C2C3O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B4ZU4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DAEON"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DL20L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9ZYB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DP988"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CW47I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D043E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AH4CP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EOIB2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BE34V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B1IYH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CA4H6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CRSU1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DAK4Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BDGGT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A15A4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C0W5X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BNK1M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BN09W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AKVYW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AJQZD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMF3I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CRVFZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EGC6L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AEV2G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DLYXR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D7JJW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DG89M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BD2SD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EMNTG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BJIGU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CNSVA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EHTW7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BF7KT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BJAGN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EHFZ2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BDSPI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CEG0X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AT3DV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AP4HS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BVH4W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CP3P2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ECIPF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E26E5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ENHFO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EIMW9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BNAWJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AV61V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EF9F1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DN5V8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CBUNQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BOF10"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CO6R1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EAT8K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKUBR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DKT0L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B88T6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DR1JR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AFVW5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C7Q38"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CYX80"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B23OJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E0XAM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A0JUW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C2MA9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EM8A7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DNZCJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CH9VC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A5H9U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ENIJK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B96RP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CYTB5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DWB8A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ESXDX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ELR9X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AHOAH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B55HA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CLL2I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CW1L9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DPW97"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9J2Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C5823"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EA3VE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AUTLU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DAYG0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8ZRU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CL3RY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EQO98"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ARDUG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CVW5K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AK7J0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EX521"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DOQV3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B38H3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1UF6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZ9WQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DXH90"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CWVSO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CT03W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AGBMZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EKF03"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C23RW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ENGHQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DEZTW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EK8U9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D5D0W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CAO9E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CO1XZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EANP9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DKI4V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C0LAI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CX15C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001APBDT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C8JIJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CM46Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D8XHO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BDSVG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DBR15"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001API9V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4PRZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E3VQH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AGXW1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BPFM9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BFV4Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C063V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AJ5N1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CXECP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B98TG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E25W0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DVWPM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EG7EX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BWODL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DBKX7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001COHRM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B1R8V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C67OK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DIF8P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AI68F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DKWOX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DP9XM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DGZYS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C9AO8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AUFBS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C26FB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ETTWL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DRCI3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D2YP5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DOU5W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4W7P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EDX2L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DSW0K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AVA1H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AE5I1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BPK71"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ALFW3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ECV6N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BCEDX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AV27G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZVLJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMSDB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C5AVZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BPZ49"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQVNB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A3UG1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4G5N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EH6MX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQCC5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ER0DZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BM7JR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DE0IO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A9IXZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E173G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AIX9R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ESGLM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DYAPT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CSPR4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B27PH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BP1HP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C21G6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EYMVI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EU2RR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DWEMN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DCKYR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A4WP4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AXD9A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BF79D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D1VAJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DZGN2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C5Q09"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CBYBY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BEPLH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C01QU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AN30K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BG8ZW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AHSIR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D7468"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CHQHE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A4Y95"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DT1Y5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E10NV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJLK2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AM04G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AROGS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DKIEP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BTXS5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A8M00"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DCWXL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AP7MO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BLPCS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DJDST"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BAMD1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AFI8Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AWGFR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DAGLG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DVYFE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BH4H2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUTBG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D2BOS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DUW4H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AIPY2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B7FT3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DWP17"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DKJ14"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C3YID"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AYS0U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EBJY9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CBTVR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AM7S8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BXSGN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DKDU2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1Z9P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CA946"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EQD4M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A57CJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A9EEK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DH4ZJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZ48P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BYZAG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DYHRR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A013Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B948Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A739F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EPFUK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DOBGW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DREH8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EEO5V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BXMJN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AXFW6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJX10"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B7TFR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DO6WK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJ0D3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DR7RJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AHDGG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUPWW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CWVY5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BSRSE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DCH7E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CL497"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DLG9F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A2BI4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C653P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A6I7R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZRLJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CPCH1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DA4B5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DVWJZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AJSG7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKNS4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DPL7R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQ9HP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C2SBK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BNDNC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AHZD0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKIFZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EOCX1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DZV72"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ET7BM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DVIWM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BH85T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CC05Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BKR9C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHVM7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CRVPG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BUUUR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ETNGE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DTS6L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AIW8E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BO4C4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EP50F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKB93"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AXIK0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ASWIW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D9PAD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CYLMN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AP3GC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8K9Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EPLU9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D5T4X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DFIGM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EU1ZD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CWT60"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AJU0P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CODMN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJ7ZA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DNUVS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMOR1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EDZ9W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AKFCM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C5AAK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BY454"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CCLEH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DXW7U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EBCAJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AQIQD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4ISB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ALH6M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D1JIM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AE5OD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BDNYV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EX4DR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DFIWI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A4CLD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CXPKL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D1SCS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EQAQ3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AQ70T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CWQPS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DE1I1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJZ29"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D3PET"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D9XV0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJZL6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DEYJ7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CI3O6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C5ELD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BM4W6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BEI6R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A6MBI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DDJH9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DK4K8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B3VYN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B6FUJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D224C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AIK0O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ELXZA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1TMI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BDZWY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CAJI9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D0ZS9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CD5BB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AIZXR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BENE7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DW738"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C9NXV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKLML"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D48V4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BD0J7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D34SX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZYO2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EU1A7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BIYKB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DXUCH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C6IRY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EWTJR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D1HVF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B826D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BT2AY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D8DBU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CN81B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AT66T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZIY5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CVKGI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ASSMB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZ8RA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DHFLG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CFOB6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D30VO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EINOB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DYJEU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AMN5Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUNMC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C7A45"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQZ3E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CV0CL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A1DBS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9QD8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1I9T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZNGY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A4YMG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001APERY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D7ND5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DDY53"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AT2W7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B2VX7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQ0TO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AS7I9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C6OYM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EPH2V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DF8TS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D07MO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A679Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C0DID"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CGRK1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C5U7P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DF8P2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D2W24"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AXQTQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001APMNC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AII4O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DOL4C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B88F7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BTNAG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AGQKS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D8SVS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BH3F6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EPT81"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BCGW9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C0F3V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C6HBD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ESRJU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BE57A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AYIFD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AYASJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BYF1T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EUXT8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A007D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CR058"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BG07Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ERO1Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BY2F0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E1Y3B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DLUQH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DFFH1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DKC0D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B3URR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AW62C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BK0EZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DBPYR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CXV8G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B2ISN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CVDAV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CXGC3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CVQDN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AHMS4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DJA27"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8WSY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BO8H3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B0R3T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CSOS7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EBNQ8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CA147"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EV7QX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ALHR8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZ0KI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A3PDA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ERBE8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DVXE8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DFPOZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQVJM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EKTO9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C8W19"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CSI2S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CTJ2O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A30V5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8YFY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A8XD0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C6FBT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C58Y8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ERDB7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BVA6V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHHWT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BYWWO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BTVBP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CT37K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ARNA0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B7M7Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BS220"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C01JB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKNNH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DKAGJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AR3G9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DGTMK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B1IUF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A2DEI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EE9ZG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E3Y2R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EUUVP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BUL5C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D0ASJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D27MV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CIXHY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BX7DJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EFADP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CLNKR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EYM9G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DDYLF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHQI7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D9PEI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BXWY0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BNB4U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DKA95"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C6OMT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EJEKJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C06YE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D4WJX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8TVI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DUTRF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A2FYL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BXFJR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E4KTU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ALVAT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C7HHJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BTUGK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EN3H8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BO43V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJOFF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4JDK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CW300"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DCHHZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9HK2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DHM7M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AR7CB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A8E7T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CRAWC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B6IOE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZNLH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BJRBE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CDMNQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C0EFR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AHM8L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A8H8U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A78VX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BSJ6O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D73BL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DETPI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DPSYG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EHR1D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AKYHR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DVWHW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BYAYO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DOFGU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EWBN4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D57YZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C86GQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D0F2C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A2OJJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B2Z3X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CFVOF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EPP1U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BN808"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DV9DI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EW42P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BLSK7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BPIZ8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZVNE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DKAEL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EXVUC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AUFB3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BWW0G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AYPW4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C5A4L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BIF1M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AU0HE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ASW0Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BXSCS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A9WRU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BRVNU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DTIP9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BV1EN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B78LF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CF88P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E0NNX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CY8QL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AFBA9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D1ZDC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DGG0G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DTX9H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CLVBC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DH9VH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DQ0Z9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EPRKA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AXWM2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D86DH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A1FWV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DUGOQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUO5F"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D04PS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BL8RG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CM68Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C0W46"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EC65P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CWQVK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BLHCK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CG3GH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A5KJY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BBQZF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DG06A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C6HVK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C8SFU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AP96U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A0QBF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EWSQ7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C9FSX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EA4B6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C24KA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BIASO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AU9IT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BXIGF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CTJJ8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ANM49"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DY6SC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BYI2I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CED0E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BMY7C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CIB8G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A35IX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EG8GX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DY0VR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B2ZAK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BM0L4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DEU0Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DSKYO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CLXQ8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DU6J5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHRSV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C7QT2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BANLP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EORON"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C49K0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DC80G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CTIYR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CV1C3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EWJEG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CCM0H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EG6AF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ES5AW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D2PWU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B4B8G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CYP9H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D0CL2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZEBP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CSQRM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DVI05"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8KL1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQ7DJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EW4SG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9SU0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EDTPE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CPBRQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BKB4I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CU3A6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AVQ72"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AJS97"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EFWRA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A90D5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CEGUH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BX7WR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BFVDT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DHO5P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001COL7V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AWTNW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BPYYS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZJQP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EI2DT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B3BQ2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BYJM1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AQ1DJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQY4Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DPPMX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C6LWA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EX8JH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4TZI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AH01U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DIY7I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D34VB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D9128"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C6WLG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EJJTN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1J8R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B6JKY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BE8ZJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D6XL0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C06E3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BU1CR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DD9I9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BWKYT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CGALZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A5WD9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BBX8H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CGEP4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D9C24"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BTO3A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZLEZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ERDCN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CED3S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CA9TJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CNFHK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BRJ40"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EFJSM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BRVOF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EP24O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E0M2Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EBC74"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B6TBC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A51KK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B6491"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EL0R8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUELF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BH9TX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B2F37"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BJ25U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CE5F9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AFBE2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DA7KD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BLG2M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AXWKG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CNHJN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQ68E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BTBBZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DLFCB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B91G9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D0G4Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CHJU5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DGCW6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CF322"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EP0EQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1QTO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DKHDW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DMY0P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D8HSN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DYVS7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EKWIB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CINIM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CGFZI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EP3HG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DGT8C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMC18"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B6QY3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E02T8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DKCBW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AYWXV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C3W0V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C8WAR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9Q1V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EY8JP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D5J8W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DGMAJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUJQB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BRB9S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C7Y9U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D089D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ASOMH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A8N7T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A8IDG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DXNVD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ERZF3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001COBD3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A5UGF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DP1XC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ES93S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BO10Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AJ8JE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CERQM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C3DKU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4D15"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A0UK6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4Y7U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EISQB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CXSFV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DBP6G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EHFIJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DUND5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4IMW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001APEEU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EUOAE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EEFLD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001APV9J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D25JR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BY1YT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B41G5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DBT1Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A8UCR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUN8P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EDP0M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DD9HJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZSO6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BSEWO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EXBXU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AU9FJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D03EY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BPZXE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EOMBP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CGYHM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CFZAW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AF2IY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CN6A7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CWSPO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EC6FD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D4DHF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A103Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DIDTZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E4RC6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B3JPS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CT5MK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B791M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EXU29"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EWABQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DIYZ3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A1FEC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BM8Y0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B83WF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DEJDU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EPB9D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AGBD8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B1PZO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BCK79"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CWMWX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DGHWB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BY1EW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E2Z7E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CL9E0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EFECV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EWJ0G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CALZ1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DEV3M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ERCRU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EDO9X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EY03P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BY8GA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CWQ3H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C2T0I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EAAPX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ASFYV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AMM3S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CP5EL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C3TGL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DLB3L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A2CSO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D4LZ5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C6GM6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CSFPB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DB48V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D7YBE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AN14L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D0IVP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DPKXS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A0E7X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CD8UB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C9O3E"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BC5TC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C4WLQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B3RSF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DKE7M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DP4UJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CSSAN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DSTEB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BVBFN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DUF50"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DTZZ0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ETZ76"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AMS48"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BN4E5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJUU7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CC6ZL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DUSMR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A7Z1B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C5H9H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DS4MN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B2VZ8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C65BR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EDMOR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BXKX6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DMYRM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EIH2C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DB7Z6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A9OJF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A1YVY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BBK3K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DE1RQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BJITH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CILZT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DFTC9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUFOC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A0RCL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C0RMS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AW6H5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CGQN2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B3J6C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DN4N5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZM5H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BJOLQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EYJL8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D3BII"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DW0MM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AP734"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1FUZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DDJ0M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D79GN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CR0X3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E1MQD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D3TR8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ALA5Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9FTI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DJ5IM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AYPJX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DM2KX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BVA7U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CGXNJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CM8JE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B2WU2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CT1TU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A3B8C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E0S8K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BUWF1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AUNQG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BX6O3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BD01Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A00GH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B43GE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AYYYC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CSRZC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EFAUY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A50MG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C9CUN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DWH9T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DLO19"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DB0TE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001APZF4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C2K55"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DWKRF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DO91M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DFWQU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AQGXX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A28H6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D8K71"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CVLMS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DVN8I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BSE56"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EAENN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CVMAW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EE44S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9CDV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A6SRX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EWU8D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EE82X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CN0RM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CIODF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C7DA4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ENQL2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9ATC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D2Z78"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A0J9I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EATAE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E1XQT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DVMBR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CISTV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BL10G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ETYL4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B49SO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C7DN9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMP9R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMWQN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D522A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DL10Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DUNDL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EC2HC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B0XJ2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CRU7B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BBA4J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BWZOV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CV6DJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CF380"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ECUPC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BAK0B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZ3DC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EHCE1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AROSD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A18KE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CDWZD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BNH4T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CM9OV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B4WF7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CN21H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C04CQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ETPCB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ELZUX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AX41D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DDKN8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ECPOE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EO2AF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CK4P7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EGK3W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BVRZ2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BTS3B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C5MEZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CLEPU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZ476"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CDU7L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DOGK5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DA3HL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B9LCI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EK81J"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EB5TK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A7CXA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BYH6Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A37TF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D5LTC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CF9DG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DB62V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BI17Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AN3G4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BVU01"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C5862"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BV24V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EC768"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AOY82"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQKNJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EK9UC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BBKVG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DPFON"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DYXY9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BAJEW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AQAOF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8BLY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CM9BX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DMAIL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A6650"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BFMJ9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHOX1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EES4P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DOEFT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B7189"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BIWJU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A449X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D1GW7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C9K12"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CABNX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D57XE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CAA0B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C9OWP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E4ZYV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DXB7C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B7NN9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D7Q4W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ALVQF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A72QI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EH8Q9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AR27C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BWD1A"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DVNLU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BEXEO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BPEGI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AJBW8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001APWCC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A5E7I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DED9N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C8XEY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BY007"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZR7S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BYSKT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BWE2T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BUF63"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BCONN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CLR2V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E20GR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DU6N0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EHZEG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D2WA3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DOQQZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BPLSN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BGL19"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B61C1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQEWM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EGBQB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EKX9Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A8LEY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CRI3N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BC2FW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHX75"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EY548"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A90XS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZD9Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CW046"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CN9UO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D06NY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B68QM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DTMLX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B2OEZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CSDHX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AHDHR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CLO9L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DDERI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BWONO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EH38Z"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D2IBK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D3Q8C"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BRI4K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EE7HC"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ARP37"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DR82I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A852X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001APJL5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EG1LL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BWXOW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DJY8G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1M5R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DJI09"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A7UKH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CBMRX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DIO0G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B1UJB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BROZN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A2FDB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BUMQV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A9CWO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D6WIL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CY2CI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BDIS9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CAY1W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DW661"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D3A57"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ARG7B"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DJKAP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CNE8M"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C74TA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A58ZH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ECBSB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B6ZME"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CTRK8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E25RF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CYEVH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CR3OY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ESC8I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BFY7G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BI775"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BJURI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BJ3FA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DGSVW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D4U0O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BU3GS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CPGQU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CEA5Q"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CIC40"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C050P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C95DZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DYVGL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B5FR9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BKMG9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AYFT2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EPNZG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ECP1U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ED2ZX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DESAU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZFV3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CKETX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BDZZD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EPXLK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CVNYD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BTBCT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B95FD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CZAZX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BKH1L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AQEWD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CPH1N"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EOCXN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B1JFP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ESKGI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D35MK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EN6ZQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AWJQ2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D8S5O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CBJI7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A6067"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A5DD7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A9N8G"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CC701"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B0GFI"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BHMUZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EUTNL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A7QQQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C7ZUB"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMU3X"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D5OBA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EDA86"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A1G3P"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DH4K9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DM3GD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMFTL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B7XBQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D06Y0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8F2Y"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJAFS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DSLWS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ED4YO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E5AD3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AV140"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A47XM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DXEJL"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BXTIU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EO5IQ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DVDIA"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CHAO2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B7AVJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BQ76O"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CWPS4"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CDVL8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EU55W"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CT757"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CPX3T"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AIIG7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8OES"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C1H50"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DJCMS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BLNIO"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ES7A7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D6FGP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E3SU5"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AQ7FU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D26TY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C5U3V"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A0WUV"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CW7HX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001E4BAZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DCQOU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D30Q8"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ETAPJ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D9PAK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CHQBP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AZXA3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DXRWU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D0J0D"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CTR8U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DV30I"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EBILS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C9XAH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CMUSU"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQLE0"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BVIE9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DU5CW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AG3U6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQOPP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DRJT2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DXHUT"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A7QCE"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BK7A2"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EMJR7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C6CSN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CHS8L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EZXQ7"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001AXR4K"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CQRT9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CM539"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CHYDP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EXIPZ"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ER1IS"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C9BOD"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CJ5NH"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C9XV1"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A7D77"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DWP86"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EIXED"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BMYUY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DXZ94"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CPTYN"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B1WEG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BXX4U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ERAF3"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BAAOW"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001B8VTG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A9ONP"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CUQJM"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C9EI6"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001CGHCX"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DY0EK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DMI05"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D6Y3R"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DVVV9"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A1D7S"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A3TPF"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BX018"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001A3E0H"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001ELDYG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EMLRK"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001C2FQY"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001D4IMR"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001EVF5L"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001BZZZG"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DZB3U"; -group = "F003D004"; -groupMap[name] = group; -name = "GQY1XT001DSN1K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AP08Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHYGA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AF7BM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BGW8L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXTQO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGRA9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ASGLE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AUSFZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BGZSZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EH69S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BS91K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJZDW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DKBTZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOOLK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B15BC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLQVS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A9RO9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DT1QQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CC46N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DP72E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ANASK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BYO10"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQEQD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2BGG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A65TT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DK3BM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D6UBC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ARRIR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EG261"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CZ6HE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIGR4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EA8QG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AQH61"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CS575"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D5R6R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AXQ7F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CA6UW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BG6EV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BWAHW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AW195"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4A9O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DWPA5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BYT6N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A8N9Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EZLAT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AYNAG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AQ2EG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CRW75"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BO082"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJJC9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXDB5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DALQC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0Z7H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBO08"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BYMID"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLI9P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BU631"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DF4TT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CEI6G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EZN7M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AUY7O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BAHWF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJ7OY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DKQWX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DC2N6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D0855"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D6T35"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DUKJG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D91AN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CW7B1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AKJ77"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AR46M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DRWHB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4NO5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EX662"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJRPW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DV9SP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBOK8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A0XQE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZLL0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C8Q34"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGPJM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECHXW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C2BRM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D9OGY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D1C48"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EU4ZH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1U0Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D22P2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1VU3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D25WM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A3DK5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ET8ZS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8KXS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DRQY6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1HJI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E2DFO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPMNT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AL3T0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQJRN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DY7VD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AE459"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRC5H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1R2H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C62TQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CPXIY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AO43U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EV6UC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AINGZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DRP5E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AUR6N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLP2R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AYJJH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C29TW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BS3S5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C9L7X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJ1BB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EFR4D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DENM4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EIHZJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D2O2B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CUUAH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ARCB1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CN5ES"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DGQCH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DA5QW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DBTQB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CA9W4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8Y8Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A41MK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJL8G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2RJ0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EFU7F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E1IQ4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AX8ZM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGVP4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJMN0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AFXVV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DN9EK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C7BKE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BD752"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5GFN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJ9ZK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQH0W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BS72H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DBQSK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BDFAF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CKRWJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D9N4Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DNYYH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CRUY5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ERX8R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1VKS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ETJ80"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYV45"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EXRLZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DMER3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DCNVL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BAOB0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2QQ0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOY5W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AEIXT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DE43G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EG16O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EUM0O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DWBU9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C8HVB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AFY6O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EY8OB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BBPU9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CDIPQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DSW36"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EI1WO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CG2CP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CDGYK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CB59D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CLJG4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AFHV9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BK5DU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BWMI3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D3KUW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQLWV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ENO7C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DT3I5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CRRAX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BTVTS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ENZ91"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNTMQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ELEZS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CMVZQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALIDR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EPE8I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A6E6A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGK6Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRKIJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EA7IQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DVAAR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BHQV5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EIJOR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D023C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BVUSI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJNX6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D3K5R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BXPWD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DBKZ7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BDT71"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D5EUQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHAK7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AEGCJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AZQ1W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYP8T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ANQCO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGPKU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DH0G2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BIIB0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DG7F0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C8SPY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CYDW6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3ZB1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5TEQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DASRR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B94IU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CCUW4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJXJ1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EYRT7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AIT2V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BI36T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EFLRU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D07LV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EVZDW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DR3QS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BVG3P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGMFB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMCU3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DAYT2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTYBN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CRPXD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBWYN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E34PG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBTLV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIXCA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDD1L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CC38V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EU81M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CX3TH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D1FQF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001APJH1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CD9UN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFW33"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A8X6J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4HDG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D188H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CDAT6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CSU23"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ERFKI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBYFW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C82KO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B9P4W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6GND"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EIONT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A32IP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E08DT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRNT0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTIQX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4X79"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXIXK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIBC3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CL41M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGTDS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AG2NQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EL05L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTE0G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EYYAJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EE6MP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DU02S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOD5L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BO5BR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2FFH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A8GZP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJQJG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ESOC5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EM9NL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CPKZT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJCAJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BHOAS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001APW44"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CSU69"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLKNV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AFC3R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BS7ZY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AUNZD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBUBG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D7XS5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2RQ7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DWCTO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ET63Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EV4MP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EL7UI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A3NTP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECP1C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1H7G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EC38I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B018U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ERLY7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A9XLT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ESWQ9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CYA7H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A05IW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXZ2W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0HWK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B50QR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AYV56"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQ1S8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AHW1J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGTL4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMS9F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EEZ1B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EILX3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EAXBY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D2VQL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNCO4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ETR75"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DKTJF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0DSU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOR7N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DG0YF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CZWH3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALYCX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CWWCB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DHF2X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C72A0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BN0P4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AFXNE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EUBZZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CN9IK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D0WA5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ASLZJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BB2T9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CLEI0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4YXB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DV40H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CWEZV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EWLIQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DCCBC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDZW8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ANEFT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D1K76"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AUFD8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CEEL8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBF4Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A3QIJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CUQ9N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EIS4G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CSDVF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4H2M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DBEPD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BXWH6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C2APU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A87JA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EN1DZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A9M91"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D4NSS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BY6HX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AYGMR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BNQ8K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C625B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOQA0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8NK0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXWLO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A0HYO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AWEBS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EDRKN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C7YWE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EI1E3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B0ONO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B077U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ELNYB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CO8VD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQT0A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E20O6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CPR33"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJ5D5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DG0K5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7AZS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7TIK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CT0E0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CAFRH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNAVV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EVP1R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C58ES"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D7PQT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DWELE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BT0FT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C2VVM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D3FYV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AIGOU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AIUAF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBBEH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BF7DH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BAD7Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BPHN4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AQ3ZV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AUYMF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CZHQX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CWVFX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0FC6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CE14C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJ71O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDDZN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BB390"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQ2ZE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BTGYM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C2QBN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AIRP0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B2CU8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXIQH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CMK6Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BN9IC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ASDLK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BYU4J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNNK1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJ5H8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ARMBX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ARJ6R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AVODY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ANXN9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CTHBH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CZL9V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EK40T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EK40E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EYFHG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ARL2K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJRM8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AU4KO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B25IP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CN4PR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CLAQW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D5KQS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DH68S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BIIYT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNPDK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AMVD9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DHAC2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DO7ZG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ETBGV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AYK6W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BIE6J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CD0IS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D3SNK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMR0C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQ5MA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBX01"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DW4ZC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EMBKF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CDIES"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D0LX0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C7ND1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFWVZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DMJMD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTTQ4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BR2YR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AXBNH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLT9H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DCJNZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A0E4F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLJSP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJUP8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D9Z8N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CHRFS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EADGO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQNTO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCGYI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1HPN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A106D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BU0V6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B9II9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BS810"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CCDXL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJNMS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DR1NS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOQHK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AUYYS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ET26U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DWINP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EO939"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B31YM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001COL50"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BXOOK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BNXSI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DB1RW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOWH9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXYRO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C8QXX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CEN7D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBSDB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CM064"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CF8DN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B576D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BPFA1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRB4U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOZSS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BE76Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CA7GG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DD1DZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AZGJD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CB8VN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CHQ6A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C8JIF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CS1XV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A0EZF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DONSI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D6DZZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1X8J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ED0KT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZD7P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ED7CH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQX32"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BA98G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DWP66"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBHVM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNNRX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E4G8R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXSMO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EW6XO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EPP1Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5YOM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMWWT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DF05C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EVTBR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BULJE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EYPJ0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DCZ9B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CD9IB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1OM8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BEG6C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DCDVF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1JD4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHBMI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BBKSN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ANE7I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ENL1M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C2WWG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CZLB2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BW1UO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B2WO5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJO9K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CK2HT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0GSS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8JGF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EYX6O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGUM9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D2OA5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBLSQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOXEO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001APPP8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DY9C1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXU87"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ESNXC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGIC7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CIZ56"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BV0EQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A0OPB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EI9O8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFIXB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7FTS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BANPN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7RWM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4GY4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EYSYI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOB1X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001COBVA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E1PW0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C296C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AT26X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B2SG4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B9FU8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLMLT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A9J3O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYSZM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BSHTZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXZ7B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CM8OR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AG770"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EX269"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C554T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2AZF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJ4H6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C60MG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1P48"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4H7C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CUGU2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQ44K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BGXD2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D84NR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E4GVL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AN4B8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ANHUJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BXVUT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A8BIY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BII27"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6D55"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOC7R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BM1YT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DO1LQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EMEJ6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EC6GF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BAQ4P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DO0LH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BL768"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7ZEW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A5W3J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQB1X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CX44K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4A2W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CP85N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMAZ0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGLI4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5IT8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIN38"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EZDWD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B5AQ6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DY02X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CS93T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A6G44"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D4FG8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E2S6L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AQ4IB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CLY2X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BTADO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CWTGE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2U3L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOG1U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BDVH5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DGRCL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BG08C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CZK1W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EAHDF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CM2JG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CIMM0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPF3K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D476Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ANSOK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPFSE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EI7WZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTA4C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQ9AW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CDRLN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AI9E3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQJEV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D3KD0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EF7I0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A9ALV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EE2ND"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EKH1N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BBGVM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D899F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AL6X6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E3GGR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6G2C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4C8M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DKUHH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALYB7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ESJ8B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ENE4Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DMV52"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DE1MC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DI2QI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BDVDZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECFP3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BIWM1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D42JJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALZZ4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CLGJ7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AF5CQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ES3X2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFRGI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EZEPH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D4OZA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BBE0P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CU3N4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLD2H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQ3XT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CWQBW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJE69"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZO0V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DAEZH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2UA8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CEE7H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D3E44"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4NLF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C2VQS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDCQV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4INS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EO4SR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DH6OK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGU5M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AMUHG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001APXGP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DO6X5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DMMAF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EPDV1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AFEEM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B68HR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001COPUW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AK199"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A0EJ5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D1WV9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BNMIW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJX8B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BVTQN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BG3UI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DAEMO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A3B14"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CTRK4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0G79"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AQI5Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BTB96"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C17I8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D0YXT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AZ9Y7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQSGT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DK04F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQ2YO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EPGWN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AT1JL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C6ROE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CYS5W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BD12H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DCWYK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C6DLE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DU4PQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BSWAQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DMN2Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D9QRG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AFTN3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALUWW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DUWPM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CUZJE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQW7X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E0GVM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOXTY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQ2BI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQ7WF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1EF8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E1EKT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CT86Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C8BFQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ARSQP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4BOL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EOAKE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CPNWP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DWFNC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFOEV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BT2J3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BN1DO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EZNNU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQA5Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E2RFA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ESBBG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7I5K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DUNTB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CEY7W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A5TYI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E11OT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4NK6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BPT7L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BS4ZN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CF16C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJNBJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B0OG7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DB0EK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ANKWX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AKMS9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D69TI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQC2F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DX77P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CONFB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CAHIG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BIZ0D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BHMWF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C8XKW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BTQLC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D70TM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ARLB6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0US8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C6NU4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AWYVJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQ0HR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ETVD4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D1WR6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BE5GT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DM83K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBLEY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AF7FU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A8EZ8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DVJPF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B1YL9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJ9FA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AFRQ9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EX29Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AFYCS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQYS3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A5J91"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AN4D8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AYTZZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DF2SB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOX9J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFQI9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBCS5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CU6L8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BPUE2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5DW6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1TSN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EKKNL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DO53F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DL4XM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AH7OR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A11BJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AR5OK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ARSRP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4O8V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D1FN8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6X09"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EVYXG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BIG5Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EEDB5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BGQK2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AOYXO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BV4HI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D0A0Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4KXP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EK5KZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DF7F2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8OVZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3TSG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C911Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGS4Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D9PFO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DC19Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CV5PX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CKW8E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AZMAU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A9HG2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EEK3O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECBQ0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ED2Q4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFRMM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJH5K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DINS1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJVEV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGBE7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D3HH7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4ZI5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DROW3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1KGX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DV8OB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DRBNJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOHI5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BVIQX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EIRPT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CDTHE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXYDJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C44N8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZ3XD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4CEF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B73V2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EL2X9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D32T6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A3ILB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BC5AR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BPFS0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZ965"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AQDCH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DUO9E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BT58C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJI05"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EMDGR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQK9K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BSYKK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BDNLW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DU4UN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBSNS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001APJNP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNWA5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BA5DW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJT24"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C2F3Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGHP7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTFBP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGDD6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AMCRB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYZVU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A0WC3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EIXW8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKWND"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BI5YK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B46MZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJN4F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CZCSM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFIAH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGKMR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CIB1U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CZPW0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DWS5Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2US3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CTNPK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CU27P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B81YL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECSBS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CWB9M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCQUD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CVI6Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BX4LJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMLOE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOA2T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BX3WT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXZ1C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B5JQG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMO7I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CR3CR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A61KY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E1SJI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CWWZN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BW6BQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DH2E2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B5BYL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BW39B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DE56B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYKYC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A8CZK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ESX6N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D2LHA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPV5T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKK8Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ESJ58"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4TK6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFW30"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D76RX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B68PA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BXS0A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFIPS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHKFY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AQ46Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EFDIE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EZHJL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CCAGG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMZZZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BVKO7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CPCG5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BX1O7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BETUJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D93B0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D2PUR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ELFSJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B05ZI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B2RER"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DAW5K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6WRU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EI3N5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AQGO6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AZY92"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8GZ3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DGHJA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DP7XU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AFEX1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AKSDV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B1I4Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CAHTZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D2KAB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D6W98"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNXZB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A28IS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D2KTQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D0RZX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQ703"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BXW6R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DGBJL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DM8M1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ETDH8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EN1V3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6PEZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRLAP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A13VP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EVTEC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOGWX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCUK5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D4VMD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALTOX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BGR1Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DU3JO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRHO5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EEV91"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BL9A8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CSGP4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AM2LU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EVO2D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BO752"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D45LT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CEG62"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4P5R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EUN4F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BW1OM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BEXR7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8NDP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B2H4A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOT4F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CDPA7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DWMZ6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AKL4H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AHJJS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DBJRU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BB6HO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6I3F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJ8R9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0GU1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CG97Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C9PVX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CY6WD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQAHC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CRMCH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EVLO5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DRWVX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001APH79"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CE9HU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BK4YX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B1W2T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ANA5E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ED3SR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BYM9J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C00PT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZQYR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOKWM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ELR53"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EDAFE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B38CQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1QPG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EK4C7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DHNAJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQDGE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AXUTR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B81YX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D3NHH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AVV5M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJMDA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CB9UT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5F3F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CV7JS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DK95N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CU4AV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AYCU0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DMIVQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4N70"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A44MA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMXX7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BK8RW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGXYE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ED0EW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLXPL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D2X9S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A16WW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8A9W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D6FK8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B3B3G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJ5EN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJLAE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A9GG6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AF4QB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DU3J2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQS2S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CCH1Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBHIH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLYOB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AN2UY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EG3EX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DCWCK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BSLSJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CG7RV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BT6BH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKOI0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EC3H7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B9AP0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DRX8V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ANNDT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CL9JV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BPI4U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPUUX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBLSY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQK9D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BFQQD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AFIY6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EZ3I3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXA6X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A43VN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AK7BA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CF8V5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D34WA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EWVQ8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXEYN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDIXL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EVZ02"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJZHO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EXBUU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJC8B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DW534"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E3C4R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AQKRF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BPCP5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFBSJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AIXDL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCEHG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGBJE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CP8HS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BC97T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CVCKG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EP9LC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EPLCA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHCA3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001COZWE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A3WN8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BC6U3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B948C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DO2TW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AXT2H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BIV3B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPTIG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJ3U2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CWHQP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EPXO9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DUH1N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJPBI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQ934"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ENSLL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CTX24"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BI3R6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BO1NW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E0L3K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8IUK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AFPDW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRXJR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AEKBJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTJSO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDGAZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BD0QZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8MNM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CE1WL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CEB9G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E5IVN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EUHI8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BU07J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EOQHZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CM9OX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFNBL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQY89"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXBM5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AVE2B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DBMF1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B29UP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJRY8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJO01"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKUTY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ESD0Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CAACY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A8HLC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4Q08"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1579"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DR7O2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AFVUW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EEP0N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AY5JL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CM8QF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMSN6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D2YBR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFGXH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALEI3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DV36J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJVFV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BWLBN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DUQUM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDJ07"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A8V3W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8O81"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C7UUP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BAUDT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AQJFV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFAJA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AO80N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BC33P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRLAT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BV8IW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRZHJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BYYLW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AQFW8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C80A4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7AWD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C7RHX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AIHUQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CK285"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EUSFX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8PZI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A5WTU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BWFR1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EXGZ5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A7N0G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C88N6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B2OEL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BY6VO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C6VI9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B2M97"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EH4CG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BC4KC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2C9E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E0XL9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8HK9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BI2P7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A9BYD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C8M48"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B38JA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B2RTF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DSFOT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AKHCP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGWUI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIYV9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AEWK2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BERUS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EERRE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EUWHZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4IYM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A5QBK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A0QUV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGJD3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQOU6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A3Z21"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BWX0X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4QG9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AITIL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALCSI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKF4S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJLTV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CK1JO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DC2GO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0NZE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DAFGG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BX053"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CN7CV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AO1DY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D7GG7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXH11"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AND3C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BT9LS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLZGM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B03B1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBK51"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A3BKP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001COJTP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ESUI5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D7ZEQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DNC44"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EESL4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECJ7O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D7O9L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DAOXQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFX4F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BHDJT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ASK8Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BGPMJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EZKTD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CWGUP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DSE5T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CAFUD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOO18"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B091R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DAN3I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGEEY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BDIJM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DUJWO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BAUZ8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECU29"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EKTX9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A44TS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D5UM1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4G45"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A7RSO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFXY6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DMXT7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AM8K1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DX0ZI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C7ASO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A6D01"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AS9N8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001APUDR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DHXLU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A022A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0ZYK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A17ON"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CDNAU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DR1VM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AD3IA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQ5C6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFPSF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CWHZ1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BERI2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DA6DI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AQLBL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EO8LV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DMUF4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DGKSJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BV5KD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BGZ0M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CG0L6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A47YY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CD9YG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BO3YY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AVCOF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D5ZVJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CPW33"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ELLBF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALY3V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5HCF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BSNCX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D5AI0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BD6PP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BHTIL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EMNQH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CRAEA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7JUR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQ41L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLVTR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DVDB6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQA08"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8ZW3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EFEUX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AR862"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DS9J8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DM6NI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CYQR8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D0922"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALY73"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EG5KK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CVTNM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DWQZZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKBA4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B2LFN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CMXSB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A3A0P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EF99D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CA16T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D0I0X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BWA2A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ELYEL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4X6J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AM94F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B5HY3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EDY0Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AULPS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBP6S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D614O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8HGB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXEM6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DUNFZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3UKM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKJNA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AP47K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQNXB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8EQO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EEBVP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CDE3M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CZBQV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EM0SN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EENEE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZ2Z6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EVD65"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6GTU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BYUZX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6Y0V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BTNG1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CN1CG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EDUPD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQ0LA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CEWS3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D4BGU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRN93"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BL6KG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B23ZX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A0XBH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D9G5A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6DCZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AHXIY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EC06X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6TAF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ELW8U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CZVEA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B9SE5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A0WE6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGR9J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DWO6B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOS2M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AM2S1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOLHN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D3CJE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C9DRZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DO4NA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7OZU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BSZJX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZ185"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJSIK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXRPF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D56I3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CHD8S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EC48K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CSMZB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A8W72"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AVU3M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DM34N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BEX0I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFLW9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGGHH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ETRS5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BVTS8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EFAG0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOHBW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AP161"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CS0L8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BDDE9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DWDCA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A6FQC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2EZX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B147X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AX49T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1O06"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2ITY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BT8RQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DCL1P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EH08T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTA5T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DX3G3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYDAM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AU2E2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BG6UU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOFS0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJHS3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJH8X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BG46Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMU83"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EZX03"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CUIQF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AZCR3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D16C1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4LFT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CTD4P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTSOS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECZDJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AZYL7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFN8O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGSUN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AURIJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C6A54"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBVJB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CWSJ7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ERRAJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C9FZ0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DS70O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B0KA0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DHYEZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C2CRW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BHHWP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZSXD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EP7N7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C35GZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJLTA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EPP0K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EUAT1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AYMEB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8CE7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A7CFZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B5WTC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFIMX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A5BDB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CKTDW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D74A0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CSRKL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CW455"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EXS8H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFKD2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CYX00"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYMPB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BDC15"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D9CQJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DUXK7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQS7R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AH69Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3P2E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D9UJU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BBG70"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1PYP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4ZBO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CRTI7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFJG2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EPORL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJWFU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B9RRO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZX4H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DMIC7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLN73"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AIPTB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CCMGR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYQDY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CI7J3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EISNU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DV8XJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DW1V5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRTZM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C54ZG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYGMZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BDEPE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXDJ4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D5GRM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EX8TB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CK7AY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DAWLG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BA78U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1WMN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AFUX9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B99E8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJIPC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D4D7L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B23B6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DH1RH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BYZDF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D9B38"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQ3KD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E0AED"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJJ70"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DWFCB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CH2T9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDNVT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C9BCM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ED23A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CIWTQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BL4VG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPC6J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A9KPU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EEQDW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AXIPD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EKLA6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AHCTX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AIA5B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D52G6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPDMS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DG18C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGM9D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CW8H0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BIKX6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CPAMV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E0A8U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CR2MA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EDH2A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ENLJ0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D7VNB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTKRO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLIIA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D1JTY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AW88A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BHSTH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C7Q4I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B1NX6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPAC5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5YL3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AIN42"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNKMN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CV29H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DC7M3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJCNJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DRTUZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AR2MT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AZ7FP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIAW3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZB62"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2OSL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CC5MT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DVE3P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E15DS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AK6MU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C2QOR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B353L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EVK80"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DRRDM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BY9W8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJYXP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EA8V8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5O6Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A9OA5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFT9W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3R5C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6IEI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BIIHP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DHRVD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BI84Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DNW0L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AN2XX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AWEI3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CX4B8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DK4OU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AS8RM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BUWEG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BNM96"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ET5WO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BR39M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOP5T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBROA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ETI72"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B5353"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CS7HL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXU4M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGASM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DNRJH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CSXUZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJR1T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBJON"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C8HMG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECU4X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ENL62"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CS7IY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CE38M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CUCZX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCEMG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ETHFO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CAAZI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BK5YM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AMDN8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D6PTT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DUZOP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B1N26"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AUF5X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLMXU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1K3V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D0OGD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B0XA5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5R1S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C8NM2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DD4OA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B45ST"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C9T7V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AZUJZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBFM2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHM7C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCVH2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DVS7U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DC17D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A0GK5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BA2S8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BXJ1Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B1D7N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CM71Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQW3X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJPWQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B1TFH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQ72N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BUFO8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BA094"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AUKD8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CI58F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B86QT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALG7B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CYXD7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0VB6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A9STO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D20FB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EDW0L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AULB0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPAF6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D7LBZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EY2QM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D4K8H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CF797"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CUH9U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EB62H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLYVH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFMGS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D9PKK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C9AQS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DAVFU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BWM4C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CB4O5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMC0O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJQYV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBHUG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B5O39"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CTCQ5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8MZL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYPJ4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBLAK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E0DYE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJ2RM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BDKBS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3NPF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJUHX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQ0K0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCG13"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AXSDH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZ9DG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A6MUA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXHAJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A0GB9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A3L2C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBS49"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001APWE9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BTRWS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BFUFO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CEK3N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6VR4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BSQCW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EXHA2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJ8A6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZ23L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AFERG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AX2U1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AKK9E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B3MNB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DK7N3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EIV87"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A99O0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B5MKI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZ2B1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AG9HZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7LBL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQY8Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D3COX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EK1OL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECBUO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CSDVC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A27Q0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BAR3N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AL8OA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A0F60"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGX18"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EM3HR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLNP8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EEJEH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BSSRS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIJHY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C8UX5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B0IJZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4K5C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8BY7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJMBC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A3QO4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTL7A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7ZSE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DE4AV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3SPT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AHYJF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B0YNA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8UAZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4WUM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ES5I3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EMVY2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BO77F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ETCVG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DL3PO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ERVUL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CEXCR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CABFH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AS9J4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DBMPB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AF70P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AHBNL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDL5I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DM51Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B23Z1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C2LKM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AE2JE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJY4W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOJ7Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BEKRO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CTWN8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BU4BC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8PN3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CIUOS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C2AW2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BGSQ4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EKPD3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ARU1G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZEOZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B21AN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B13LT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDKPZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DR1GN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKY1K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C38AA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGBSF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGP1G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DVDCH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DN8PU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZXNO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E2W03"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ESHLS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DBTBH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ESCAQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EOTV0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B428Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AVFNY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EKOII"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1FX9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C50G3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D73ZQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BA1UZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AYQH1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHP6H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EWITF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AVTP2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EKQF0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CS0NH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZ0FI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0P8X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGY30"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNHRR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ANB2F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EG96I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGJFW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BVXEN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BP1KL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BGFSE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A3LPZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOL2B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNACF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQRHO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EFRAG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AKHSB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EU3YB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EIMSG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BD6KT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BSNOE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BBTNH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D5BEA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BA8FY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOFAB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CLVXY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BXURR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8QGP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D79JZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJITP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AM8UY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHV7L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D6AQT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGR4L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DC1ON"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AY1MW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DEX9U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXZY7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B63SM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DKX5N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DN1E6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ER5JL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AP3I8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGNE3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B9RFB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQZVM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BDEYK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AXQTJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A5IVB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DX79A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZ11V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZXTY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGUW2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A3QKV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CEOTF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CPUKQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DGQYV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C885Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BIDSP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CZJFK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EC5F4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CH57W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3JO1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ERWC5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJIFS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZUXG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLV5C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CY5PZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECEQ1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DM4BF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2BJV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EN6N9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BT4WR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DH09O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BBH5P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DCA7T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DF7BT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D6SZ5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BNPLJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CRLO8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDSS1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BX57P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BFS9Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AY2M5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AKMHR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AS06K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AZZ2K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2937"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EFJYR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLYQ4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BP27B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXK49"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BUOY9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQPBC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B9VDR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOWYX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BB29Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CHFDU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CIUF3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQFOV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A5K9M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EKQZB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BN8M7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EN3YK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D9BN9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EPXX7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CN2VV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AUVCL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ATDA7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ARJ8D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AF3YR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DNKXK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DNEHJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B0A0Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AF6RH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6OWX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ARY8T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CVWVM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EEQUP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EZUEN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DUYZL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B1N3K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTZBC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EVSVD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BVNWJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJYEL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ES9TX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ASRQ9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZ14B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DUJAK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPQGY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BGOGY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E0WEO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CIF9O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B2H0U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EMGB3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EO5CA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ANWBF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BAJND"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJXAY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C69CF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DKDDY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A8PPE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4HAV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ARI86"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2EKF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CLVUK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C42B7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCKU2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ASD6D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EWB16"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFWKB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CUJA6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3LQ5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHY8B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DK76L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BT3NL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ANQ6V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CTJ8D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CSRLF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E3YTJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B1E6A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D78IY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BYQK8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D7RD3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EVYDY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001APMMG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DSHRB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4NFX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CD8RM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPE2U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BVTE1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJVPK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BO8Z9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJQHC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AMRXQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQSP0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C2A7I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C78A5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNWSY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BTCV7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A845P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C79RC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTBE3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CYGKE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D4D67"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6HGE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2X4Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EZTG8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DGFP8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BPOMS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJM32"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AY42B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AY763"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBDXH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFKGJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKQJK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXTUK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DL5K3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BW51C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ATBB4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNWTV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B2XOR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CONLA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0HTG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DA8FP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DW1BW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BPPPY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BWOR4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQKM2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B34KA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EEXE7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CMZX7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CK2LO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DCZLK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D5PXZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A5IAV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BBNGI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4GYI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2DKJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBSSY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGNY1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFEJU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C2E03"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DNCC6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALDJ7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ELN3U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CLQ8T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B458K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DORFL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D122N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AP7KE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EZEXY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A3TJI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQXKY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AIFNI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E1U38"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZ3MF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0E81"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CTW5G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EX0H8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ET10Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DCUZ7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3YZJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EVP9L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRDMD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRNI4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EABYA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BW3GN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AY5ZQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CCIKR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AR8EP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D2RQH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCBEO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1W78"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001COTQS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBUQ0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D187C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DME0K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EXZI7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1W9G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CWRV8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFZTT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EDNHY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CM1CT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJV71"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BBU3K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DWJIG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CMZOU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQPQY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJ1QT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4FAP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOIJY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BP1VJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EXB3L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CRLZ5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ESGBK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CT16I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BL4JS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8IEG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B60OY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D6BH6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ENHUG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DW6W8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5FNH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCP28"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECTWB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AUB2K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B23TH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDBZD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AKO39"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CF6WF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DERW5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXX0D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BHB2X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BTOSN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AIP8P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AP4UG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CUGMN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DUYCF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D1YNY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AO3LV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2EL2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EK2M9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BX64R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJZHL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJ6BV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AYYRA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B74W9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCBTP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AZXOA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CS70X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EY2PS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGRZH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BN9CV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7KQV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZAOJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DBBFS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDQFY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BG2N2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D07O6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ERVJF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D92R4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BD7K4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C8UJ6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIH0J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGKHD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D4LT1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BK77G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFFUZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBAD4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C6G1K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6C9Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJP0S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CVDQE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EPNV8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ES7V5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EESJQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CENEM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EXFYH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AKY9W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2D6O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AUN6I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLHY8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNOA2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EAWCO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BV3WZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJ66J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D14SN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BFXN1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DVCRK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EXVV5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AFH3B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EKOGP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C46BC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQ0ER"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFOZK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BH8UN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AHV9S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CZ0NB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DV57S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EPBIO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C36PN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DS884"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D984S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B78W6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBY6S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CC9DM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGQOQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D2HS7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BV4CC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AVW3F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BIJSU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQS8T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2NUB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1M68"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AWZI0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKS8J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJKHC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGGRR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A13NB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CKP16"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AT6MN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BIAL8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CZZVL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D2761"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BW5GI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AIEP0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DHVO8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJZ64"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C9X04"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CG3K1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BVYTL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AMP3W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNF9V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CML5H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CPCVN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AXDY9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFFLU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJ6K7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CA2UA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C7II3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ERSZ2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3R3U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BXUR6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B586U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D4PH4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DHY01"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AL3BU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DD3DX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CL9OZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8KD6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AVOG6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ANK31"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ATTUZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1FVT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C7GRY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ESDX1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AOS5Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BAPA0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQEHL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D1DQU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0S20"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJMBP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZCL2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKZ8R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1WK1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DWQUX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AQY76"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CP2LF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDEVQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E0R34"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DEHDB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGL47"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EA8NA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C949O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EF3CF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJPMB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CS1NV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001COL5T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D38BT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C673I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D2YHL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ELW9O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQZQN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BE1UQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C2OS7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A86MV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CS6QJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EEPSH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BHDK0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DN9I6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQGY9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CU2QP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKVWO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A6TTF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D79TR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A9SWM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B62A3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EI32H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CVTCJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B37MS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D9DMN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B5EF9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ASP4U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLY87"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFE8O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7X2V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D7XJT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DSOF6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C6HTW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D6KYW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AZMCD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B2X3T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNRAF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQ35N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQL98"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4F2E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D80O2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C82YE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EN63A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DWRL7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJ5B8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AOKIZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CYKLW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AMJX7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFHYQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DRJDY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3A2J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DEYDV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EZ4JO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIL8H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A83DS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CO1ML"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQW61"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EEDFD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5ZI6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGKF0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DO7YT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8K3E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJVHJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DA1MC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D4WGS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNK7P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOQY2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A3VJ0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ERQIU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AWI4W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B24IT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EIN27"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8IRG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A297J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EOW0L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CG2MQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DAG0X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AF6R2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A5E3X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CM7KD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E06HP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DC1IC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A6ZYS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJVWW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ASLS4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EFYMI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BB0RB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DCL66"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHM33"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DK9PP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C2VT4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CVOQC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CMLVN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CKSPH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8C7N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D47YY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2R9V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BAQP5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A7KLW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJ0W8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AHJZ3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A64MY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CU4YI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DISCZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ARAIN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C7DOV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALCZF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AT70Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJWTB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTS8T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4S6D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CZ0YK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ANKEL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCD59"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D9FMV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AM9E0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EB5GD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C9I0Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AQ5VE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQWNF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C40Z2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C6MUC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B3L9F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4PLR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DMMUU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJCKT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ED8KP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECWMG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AR8O7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7GW1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4OXT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNF2P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DMKMJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLGOB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CMBUL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A3W3M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8IWY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EUKZE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTAA4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLLL4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DBMLK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A76FC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ETNHT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BVJNO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C65KG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DRVR2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGHAX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DE8GJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOO7Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001COXGU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXCDK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOY1R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A24J8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D69PB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EOWW2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPJQ2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGLRL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DNH7I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C8QTK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPGP2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CKKEH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ENQX3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ESJUN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BBSC4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C9JD7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CB139"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A7LP4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ELUFS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BSUYC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3J80"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A146F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDUDK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BT3IJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A301B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFIYA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BDS4G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AO23N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BI4QK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B9Y3W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLD8A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A91JN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DB8TR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CIG9H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6V22"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BX3O1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DEWOD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A9RC7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AMCGM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJ7DU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AWPLA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BA2UN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJ7B4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D0EZV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DHJBY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGUZ2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C8MIJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCRZC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYPI5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C2E4B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BSNN1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CF1VP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A3XGD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AI836"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D6F6E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ESQ0S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C967B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DX9HF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AUT9L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DL4BQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DK392"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BEZV0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AVVL8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D0GKU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BIWIW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLLQK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A76B0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXPZK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CK0XI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C23LW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B2L2T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C94Q1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQ1UK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLRFN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CC1NT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DVSKQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMJO2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXUFA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A352Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CW42X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DII41"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001COIPO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZXZS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQCKJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOJFA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A3N9X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A86WE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AMV2E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A5HGV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AST07"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALHWC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EZ03E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DBO7S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AIUE3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BM6X4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AU3JG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AP7WE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLZ5F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DHLYL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B69EC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D4RVF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DS0BU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A93VG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHL10"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CDXV1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRLCO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNCUI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D6X3C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BDFRW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECW7P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CS4AS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BIOKR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CCIEJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EG1US"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJMR4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DN36N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CTKIZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJVJ8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C8LIH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ESYFW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AVTPK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AMILE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHI69"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BE7AL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CP0FA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOH8J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EXJ4X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C868Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DS09Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CTXQN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EDAPN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BV36A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AUAM2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBJX0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CVG08"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2XJU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6B6X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BDEFC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJYW9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EL9FP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQR8P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFB0Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BEWS3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EN57G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQA5A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DCKBW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0QP7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BNWVQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BW2CO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DHWUM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AHOB4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B0S0G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CEH2C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BN1FA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A8UHM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ASROG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EA7AT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ETY3N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AZULT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EWJBM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AK4J0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BB3PH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGG6W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B1V0Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AKXHM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGZ1Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BUCXD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ATF02"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DG7VN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1E97"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4CUP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AXRB0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGZDT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EPKYE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C281B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTOQV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BNNOL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBLIQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNHJK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C35CE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DHB17"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B0EAT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EI480"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EFYZ6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DHZ0M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ATQV5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EKTYL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CL1OD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DWX52"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CU4WW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXEE2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AEY4J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CTX0I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DHQFD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AESMQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBCT6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CV5ZS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4OHH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D1IVN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLNBA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C6RTA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DE646"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BSJJ5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1CMF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EP7RE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXOY8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BUNNG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ER14C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BUQ9F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B1FMW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C91ZZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRPJ9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DL056"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHLX1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D3IK7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CVN6S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALDPA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EFRQ9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AG54P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AXPBN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BHFJX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DMUCQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGMI9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKRP5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXJTJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0CHZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AKCUC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECKMG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CEE8H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLMSS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4Q2Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A3WK0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B93EH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B1NT0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CU99O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B3HER"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B44ZE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EFRI1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BHLWT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFWT0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DO480"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALDCP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A8VG5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BVODY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EWO2H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZEEW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001COYB3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D7DZ8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGL3P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EZBSA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DT8QU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BHSEP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CULN6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DBPMS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D4O4R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DCM99"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CTFHS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ARTKK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C7EAS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EPNVV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AS25N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B2N0H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B5MP6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4G89"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJ37H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B9STJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DKBMZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJQ6O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCZ7K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3DCB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ANYBF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EA3IR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGEG9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DY81J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E1O3T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C796E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJ7O5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AQ0XJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BPVNL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EPWKA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EAXM4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ASIFE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BD93X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ELQU7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BSX3C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CCAQ6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNUHI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CAHA5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AU1F3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B64RN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BNNVV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AT6TL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A0X2X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B79N5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EVT8H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A09TR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4JAZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECMY8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A0G36"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BUBF2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EZU1F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CKBTX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B5WLB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C49TW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B3FMW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EFLNV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECN8L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CUET3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B3YIX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ASD8H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CPKJY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKKRF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EX6MX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BBILY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6QO7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BYSVQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EY1MK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DEK0W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZ96N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4LLQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ENR1T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AKYQS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CP787"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTWIE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EC1PC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CRX7X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2MC5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EEL5S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIS0K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AF9JB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CPZ6P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AQ6WJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CK935"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AO5XF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOD5S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBP1K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXQO5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E424P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EXW5B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTS7U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D1RPI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DAL2C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECOVZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ATVXJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C70Q0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EUMUC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DL47B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ETY6Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AW13I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EAQKK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0Z1B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BO98K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AL3PU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CLUFX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EI3JQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B60Z4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EXVS5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A79H0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AST5T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A8ZYR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AX3G3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ET62H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E1X2E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHFN4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2LAH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BXD8S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ASKFG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CF25H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B5PU1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BXBLP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B2NMD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPXAU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4BYJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNZI9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZGF2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EF033"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AE5A7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DUPBA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJVEY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AI3O1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLVUJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DVE8Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CEB0T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4A3G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B3RRH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EPR0H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EFSQJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B80IB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFFRP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CYMGI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DV1K1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EFM9G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D6IPP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AD3AA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DT024"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BI2ZG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CEUEQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPLTP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCJK4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4CUL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQH6M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E0D4X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CD011"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C6PB2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EH12T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOZ9A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BDTWN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BP1HF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1J7B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AXHCN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C828U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CSJE6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ATM93"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EYD24"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BR7TZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJMD3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0VWH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ENLY6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CX79U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CD2TW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AEDFI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EYZ58"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DVWF7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJVJ9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ED7B6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CU6G0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BDRZ1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZF20"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AP4EK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BBV94"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALKLM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EUKHP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001APEW6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJVLV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BFHMT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8NAK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AWIQJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CF4I5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B0E5Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D1PRI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGTQ0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AFFFO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CPLJN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CMEK1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B0RDE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0IZK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7SJ3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DVP26"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CRBDI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLV9J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFCQX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFBY0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DUEKU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AUELS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ET2BM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGC6C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BIB6V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AFRON"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CUPYI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CVV79"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E4D6I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001COAXC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AMGO0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EK9QH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AMQ54"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D0XYA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DNDXT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMX70"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DL80R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGFR9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCVHH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQSOE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3DS0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BSBWI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BG6FD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E304Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DKG1U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AKULV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B9E2H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0361"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AU02S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A367Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5WIB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B449P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJKVR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EG5VE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EMGLG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5T9J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHBXM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AXHX1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B61DV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CMO4M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CV1T4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BG3TS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A82MN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1OAD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ED6PL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B5BJO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DEN9A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZLGR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AWVKE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CVQAT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGZTG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ET2FZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A9PLO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EYHHX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BO2UF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIAUZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DAL4K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EI8GC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ER43I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BFUMS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZJ5E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQAGA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BTPSM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CRZOA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ES49T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTBDM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CD0VA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AYENE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B2683"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AVK4H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8HTD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EH8KN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AURLG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AOQFM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BG33S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AXXKK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BFIGI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BX5N6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C7I7C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EFQTD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E0868"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBCKV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BATAU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BVPPE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2AJO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DCJ7D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BI31C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CORGH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BWLAV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPUFL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BP63V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DX2IC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CMN1O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8MKD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BWZR5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AWGGS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALBLX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3IQY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EZAR6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1WMY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXCEF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AMUGF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B3GVP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ESE0C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B55XY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DSN5V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7671"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BR887"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BH4P4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EKUBZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BTMUI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AF1Q3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQKS9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EVNLV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B0PAE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D5TRF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOAFY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DHTV2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C08ZG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBFTE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4HDB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BE5BG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C6X1B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYYCZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CMKMB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGDSY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKOAA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C2NNQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBAXG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AO34D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EH05U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4STO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCW2Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIU2U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOFN3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DGVVI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D2S7X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2SWW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BS5XY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKCW6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMICD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C2RKN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E06A8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AI27Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AFXF7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8571"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIM47"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BVA04"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EFHKN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D2C3B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6OQ6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BC02D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLRT5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DRJ1H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CSVBH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIPCE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBYE1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPMDM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B18RT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOFCG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D0IDZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B1HAJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EKD1F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DT347"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BXIR9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DUBZH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BI0SX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DGWBM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CAWCW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EFD4M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C571U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D05ZW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJTXA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BPGI1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BPALL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EYGHS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CB4UT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BL21S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D7D14"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AWM0U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJVHK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AQI1Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BAARR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CLNIK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EYRMU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AW0BB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGI46"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C6ZPG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EW1TY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFGB7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BBL1N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AYHCM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D69E7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CPWEO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A20SJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ARFOD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DC0PC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AFW79"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C6LHN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AV0WF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B05N5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BFEVN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CRAYM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CHBV8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DWLFQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ARRPS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CHEIP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4BDY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BBF5C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C9SSG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3LEL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DM11M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BNEWP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DCYC6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D7RXP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CRFHI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3Q9D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CF3SI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BL97L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AIWYF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DT73O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJD3U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AVW8R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQAZN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BXVN0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ARH7J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C8SIP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DWGIM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D6EQK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DINES"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EIECR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A8Y8K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D7EXI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ANCC7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ELMHE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DAYAY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BYY7F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EM91Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AUOHX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D4G6Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B832X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D49GJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BD0XN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQI3T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BT9LZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DKOE2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BPSNM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CTF9O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDVD7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFTIS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DR7V6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C443O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DITGN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D1J4N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BWZMO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBVTY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJSAR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CN5OS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CAEZ2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E076I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B0PXR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001APB0N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BDZGC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CP4CB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGK7D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ETS71"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CUH51"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CPLIT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQ9AU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C40RV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRGON"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B3CPI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7WUW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DENHU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DF230"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EIQAE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BUVLM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EH3ZR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DGK5K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EKKO9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDJVI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ES3IA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BAN6N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AWZS0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BNEKF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7CD7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EYE6M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AVY6F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ELC1A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3VD0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EIWYX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ASDN9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CMP05"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DU2XO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CWL63"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTDNX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AYDLC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CS2B8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C91IF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A7I4G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D6C10"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EO32L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYU1N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BSA0F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CP7S8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D0MQQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBPQ5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3Q7U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALBTF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTCR7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBXLZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ETRLL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DSNYR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYML7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DE1ZK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DBJBB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8R6G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4HSZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B1LZP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DN3C8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFW00"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4ELK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BPJ3J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AHO2K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E0BGV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AZVVO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AWKD4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DF4IG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CCY0A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDL79"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CCAFR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BTC8W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BK3EB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BE046"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CYMHH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIQUI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DRQ13"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BHB8H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0EJA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AXRGB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DRUKB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALKUC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJ3F8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BIBHW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CCI1I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A86GK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJ24C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DWV7O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DC2Z9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AS6TN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJU3H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EKZN9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CMIJY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D1Z0T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8H87"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EPY3S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BE6OB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B13VR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DETP8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EH7ZP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DSDYE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DAS8R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DG5Q1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIUN5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMEUC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DBKGC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZDPY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALCLU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BHUGP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBITN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRD9V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A6AKD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C8MC2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHVWL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BPBSW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CN0RI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EPNAP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AOPM0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIUP1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DVM0I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BC9T5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EOOOC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDQ74"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKNWK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AKJCY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DHLHQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A5J6A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B37PD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D6BJU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ER84T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJMAR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CV50F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EIH02"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B2W45"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BGQRN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJMAL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTO21"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJXCX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CPXU3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EMQDS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ASWD4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BG9SY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BFAJA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0V1Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CD79I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EXMDA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CUYO3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A8SX6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C76EJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLO2X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DSG8A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1H3D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A44XB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJFZZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ET9BS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOVZM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AM3YF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E3176"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C9UYZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CRCG9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BF37D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D15ZY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CO69T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ERRTI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BVB8X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ESPBR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DNB40"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BSE4R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJSIK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C9KWU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1E0Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AFPDB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQKRY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTLNL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJY6E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DGD9R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJWEV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BC8K4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A36TZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CIIB4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B2QSD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3C60"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CSRVL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5W1S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B94G6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DCWCS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0PKQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A5XOT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLVGC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D1X09"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CI64O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DW2QG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ETVWY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCYDO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D3CDS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZQCI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYKJA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BWIFY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DH8KG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EA859"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E1JCE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A6PTK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ANXJA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E3LM5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D7B6H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A8ZAM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B71T8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DC16C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CLNHC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D4I2A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CTIBY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EMLFZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C24P5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AZVVK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B3RCO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DHGGE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4J0B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGAWZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALA8S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BPJ5N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CLXHZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EN9VZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A6LRY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DMKGX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CZSXU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A9FJ2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYEWF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AZ3ZQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C7Z0Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D6QAJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DC7XN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1WQR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D0YSD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZRW1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BXW9F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B59AM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCFVB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZHN3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5TJZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BNQW1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFJIP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4FYO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHWT7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AZ7TX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A3Q8M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AL8RY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A3297"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A3ZEL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AWWIG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B53YA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BSB8H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8HPR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DBM7D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CLCOC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7NBQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B5IA3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQ9OS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CRZFM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AVMLG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BH8S5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CCS6Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A8163"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ATYDF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C66OU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AUME0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A8Q74"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGTSG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CT198"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ATWPD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C52EN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ANUFN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ES0EX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E0W5T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DGWLD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001COH2D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXJOX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CVFCZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A0YUO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DAJKV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BXOIH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZ5JC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOM1U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CIH2D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CVRVK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BVVNR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AOL0Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D89D8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJLCH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D1YYT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8G73"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EH09N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AYL9D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BD0RR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D4VJM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CIKXF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJBYK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A519U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EDTHV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CB5IC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AF0ND"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DNTOU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BNJJW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BSUAO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EB1BX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DGINH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C6PZK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBYE4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DHYA2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFC04"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBRQ1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CUSJP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ERLG3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJ1TK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D64I6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C42MX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTVYI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGVSM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B5VR0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRNZN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AZRLQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DRPMQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DA7DK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AW730"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C9UB6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOWRC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AQXWA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8B8W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AXG2N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CUL7E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EPA3S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A7VCN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJYA5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CAKTI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AX9I0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CIGFI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BGUZP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DE990"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DBQ82"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DEOXH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A03SX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLQUS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D12EL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EWTZ1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BV4S1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A17P7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQN60"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A6CSK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYAYO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CAWDV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BVGNJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1MIL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2JBM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A5553"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDRLH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CD614"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EIJJW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJ3ZP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DBQXX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EOJQA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CLSGC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BALRK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C95TO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIE8A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJ5X1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B9NTN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EDBEC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AMBFL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CATM3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AMAL7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EI6Z3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EVEMO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CTAEP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2XY4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DKZHV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHH01"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CEDAW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B26X9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CURU9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DI2BU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AUHQC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CUURH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D712M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EM24S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGP1J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMR2O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DA8JX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BGEUS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIDBJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C8C3Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4YC4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BUXFV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ASB3A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C2094"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EM0TN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNKII"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AO6DL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A64NJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BHF1Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EFKQQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D6Y59"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DCRAE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXHRE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B5ZVS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJLBM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D541A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D5WEC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BAF72"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BVBR3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BP39F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001END85"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EYTQI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DAQ2Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EXQ1R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFEPL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BS7HX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMBPT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AT1Q6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AMJIS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D3TPZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DL1V7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D9K26"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBTDZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2N94"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D3XKO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CCR1M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B2BSQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CU72F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DW5AK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D18BC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CA00N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJSMS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJEBZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CYNIB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BND9V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BDNF2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOHZ4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DUYNK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BNHBC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ARJHA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BV8WY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EZZNX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D1463"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BE66H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AMGSS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8XAS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DUX98"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CONYP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2JMV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CU3BZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A44UE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CRNR7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D0QP8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BIPG4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMLPM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AQD2J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOC98"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6XJP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DY3ZR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ES0TI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AF0JV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1Y9B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BX4K9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B5V0F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CN3DQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AVDQY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQL2E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EKNLP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHHQV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B0LOS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C9K16"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D2HCL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D529A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BYJM5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5AHP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E1N7K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BAD19"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLQRN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXLKH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AILS4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRX1J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CVG2J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BWKP7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALGW2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A8T80"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHBDD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C8LFH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EX68G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BEXDU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D19YG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C7PTU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCKUE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C610G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A7V6L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CYN5E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AT2E9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DWB0Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001COJMU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EFBY5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CP7BI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D4CDU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQUGT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DHOY5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D4JOB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C65MR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C42U1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQWDI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AL46G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AEZLH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A0ZYK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EM02B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CLTOY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8SIW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BEFPN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQKME"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4SKQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPK82"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B9ED4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DI7SY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CSVA6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJ3RN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EAQUJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AMYXN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1PPH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BWEVO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGOVU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AZC8J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFI18"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CILKV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDMO5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDZC6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BL74R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOAEA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQQXJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CO8CI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AI1JK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ETC27"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDH0D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D68M2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D7OHA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D2AZ5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRS60"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D26W8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DKVDU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E11BP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DSMR8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CS7L5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCD0S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CK217"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AIV31"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZUUR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CRAGT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D5Q7A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8EB5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGT8K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CTNMC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B3G30"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOD0P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CHW2J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EPCM9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A6ZT4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BW7LR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AHDTU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E0UI0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOMBN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C6769"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGE9U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BR05H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DD8W3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CE8Q3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BVE26"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJ23O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DMZ51"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CHHLS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALWDP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BR8XC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C92E4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DVHHY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CZQWA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CT4ZD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BXPN2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C8MW2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJWFM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7OPU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ETV5R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFL5E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BNINJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJKQN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DVF0T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D224Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EUNWE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EVJME"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DH9DZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXRCI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AXDRE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CK58S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A0KPE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D75TC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DRQTP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DHGSZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B0NDH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D60Z3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AU35T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CIP7J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0HEO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CF3CC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CVWLK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYSF1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3NVO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CAVCK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EN96U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C11Q3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EY0VP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CPQGU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DESW7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBXUZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DE0IU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4T9A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AUJKE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5NE9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BXRJZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EFTRY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DGXMV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DGVD3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ER459"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001COLGM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJYME"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EOJJ5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EDWMY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYKSS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B3ENP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CC1XY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CPP9D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ETYOL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLUQD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBHNR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B20CJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGQVF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGKLN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1CKV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DY26M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQZ2F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ENVH3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CX9MX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CS2WN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A02RJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTNIF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CWLH7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BWDTT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYRS9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQSJ6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CW5QZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CH7CL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BL9GB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZO7T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECCIT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DCXUP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AWGR3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQY72"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CRXBF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZ8G2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZJN4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EWOZV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIQAQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CETCG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B5NN2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BYNQ0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGJVM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGZVW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BWBYX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AHXUF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ANGR4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CECXI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D6TFA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AS27U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D9NRG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D3CKE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CYD3R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BPJWI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ATKAU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CH9RI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E1K6E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EUAK2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C2JJN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CEINU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AP4SY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AHU4I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EKLBZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C34BY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRMUT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1ENK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BSD18"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8755"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E3SKN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D4P93"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AY5Y2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BXXYL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AH3D1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CB1UA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJREO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPU46"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLKYC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D5APN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BGNY9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EV3EN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DF8RJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQ2SP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXBX4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CCU7G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXSDU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BR0VB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQCOP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQ2OX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQ82H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DCX6O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BTCVF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BTBZE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8GYO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CF66P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BGF9W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001APAHC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EXRCS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQ9AG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIVWD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AEZCT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AQKOI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EUTKD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C7ROV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CUZIF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGYDW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CE7PV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EUM97"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CTW9V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B0F6W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AX2Y2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C2ETE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CWZMC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CIC3B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CI3C9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1ND9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B68G6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001APD4G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CDX0A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BBOXA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CLCD0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPXI1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A7E9K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D93Q9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CLGIA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGTIF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BAPQ9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJ8V5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7EE1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B716N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C8IWX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AZGE6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AW3M5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AW1W6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BI7KJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXDU7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D7L5N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BFDG3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DU5IH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLVK4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ATZM1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DX3PO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EN2UY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJOXO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CY0C3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BET1G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A0YW8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EPWK1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BGHS9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CCWT6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B99JV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D3Z1T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EUCS5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AOB1H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNXTK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJSBT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C6PIY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLQ5R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZM7Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4EXO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7WHA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EYNL7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EYMD1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BM6L6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B5FDE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CTWNX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BXBQ0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CB2V9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D1BNR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BAP28"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZ8H3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EY0VF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D6959"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8XHJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AIG22"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EWKHV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BDJ3H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ETXWB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DMRXU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6R7R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CWD5A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIGMC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYN2K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CVNI4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQJUH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DT7WL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BX6FC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DV78S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D3LLU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D277Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BBFJ4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJ21N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E4AWQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B91BX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EOVW8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D4TBS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECVIL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D033P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIT8F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGGSP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBNSW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C48C2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4QDX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BD2NM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DY5MF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BNKMD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ASOCW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DKLQW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CAPX5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DALAX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BUEJC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EV14R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CED12"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DD70H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AWTPR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D7MZG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BG3KK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BTE4D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AG640"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D1R1X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLFVP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CLRZ4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CLT2Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CRZ5K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A84L9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B0XDL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DORYS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A039O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJUX1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EYO5X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AUCB6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EK1N3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B9J41"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BIP12"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDGRV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BS1YE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AYX7D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZWN2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTE6L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQ36M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EY8OS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AQ7W0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIYRV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DW7KY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BHGKN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D2Q0R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EAIMB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EK8DJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2YF9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CN1AB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D5GI6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4J3G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CSW2S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRLN4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E148O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A5X1O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BNNDP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CR4O7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DINHA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CX3HF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BSZWX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BH8I9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AFX9C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYVYI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYDGQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1SR6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DW1TQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C7D45"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AMF1Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8BM9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DMR3E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EDZY7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CDDPN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C33GQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CKBYQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C9DAO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1JKK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DMPY4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CVM14"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EFA1P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDAO6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPG56"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A3F7K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BTWZE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ET9KK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EAP97"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CZZDA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4V1I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D91X2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8YMN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CZFS0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CM9FE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BH0WR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EZJWQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BA96J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EE8PQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BNHEB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C8LRW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DH3E3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDGL5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EM79O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHRTI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4XK1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D0UJP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EO10G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BWFAY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001APPGJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DF59X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A58RY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E4ULY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CI4ZB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMZ10"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EF5LD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C441E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A0EZ9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRYPM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DO5X3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BEE25"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B1L47"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CWVAG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CT5OE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8HDI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EZG0P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EWP1I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EK86W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDRXA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQZ04"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOZUS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DC7CZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CVOE0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AZBR2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A6LU0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E10I3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DE4SZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B5NV4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AEZVM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOO42"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BR9PU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EYJYE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AS3ZN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLNE1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1OXZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CS8O1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJQ5E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CEOFM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AD92H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EO7BN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CA76D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BGBEP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D0VMC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1DTF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A77FU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C49P6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B9QCN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJXJ8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BNX1P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B54AT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6CY4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D42EL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A0KTQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CM3X9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ATZKC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5ZY5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4R28"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BUOWZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIGNS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A0H0Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYM8E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E2MUK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BVMVI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B35OT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EH4W2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AF8PD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BWUNQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJEHE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1T3Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DH4I4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D2UY9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B0ERK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CTXTI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EV4OG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B3OEQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B14AJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQ4PA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ER0DP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BYARY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AYXLF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A5DA8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BH079"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AL3K5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTZ9R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D5HP3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DD2SA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BUDAA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOMDN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A7LTV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001APXF1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DR5VE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CK2JU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4AGS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BTPOF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CESBE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DE3EW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGDV2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BSUNY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ERP13"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C6UEU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A5LSY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ED8Y5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTGGI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D9PJK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJGHH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BO1FL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EYLWP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B68UW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E089C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A11OV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5O7C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EN8JG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DCFFG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CCGUZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRMXX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A5ZAT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DD0I2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BEL4E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CIMTN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJY90"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CTARO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BONLZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGL3T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CB1V8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CDKVO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C07ZQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8OOO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CKZ6E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D2RSU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EDYER"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EE22V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DUNFV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DRHRE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AUFT6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7B4F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B847O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EWVOQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFAUJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B5RJX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EFO2Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C9USJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C031L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CACOC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CO725"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DU9ZQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DR5W6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DSVQY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CP8ES"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CMG10"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AI8DJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CIAW2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BTF54"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BBFTV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B81OA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGKBN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJ1AR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DARZ5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CO1WF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EUN19"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJ8Z7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5IQ4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRVE8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EM0J0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CL81O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D6D2F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ELRL5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BYDR0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ELCQL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BHLIU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BITCA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGR4Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQOBG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DAKM7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D2GDB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EADVY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8HIW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DRHNK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJOAU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ER6W4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BUP29"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DORYK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EX24Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ARRWV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJVS5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AIOL2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EA6QV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AXB34"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ER1E6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EDNU1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BSJ4A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXR5D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DO90K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B15LZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CVGZG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4BUB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CSCNY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFYJ9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8BX1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CI7DT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4DQU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E3PE0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXCTU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D7GR1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BC1AC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CD77F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPUM2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BH0UZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQ31D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B16R1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AOJIW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EON53"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001COC8H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001APEXT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DS1JN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALBD2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CPUCT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGRI8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B614P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CSGV5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ER03G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DWCUH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPEXP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRU87"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECRB3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CE8I3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DBQ6C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EX0GP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ER2PV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C61JR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B33L9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGVP9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D5YXY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOF6Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMGFB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CSRB0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CORQ9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001COC5W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CW2KE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CMVPL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DWYDQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A9B8H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B916D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BAB67"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DRFZN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BUI0U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXLTN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CF5L5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CMU9V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNMD8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AD005"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CDTAG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EUY73"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQAWU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A44UN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFIYO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C6CXO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ETV0S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C84F0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6111"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AYZLL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BHCXQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DO4M0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DV7A1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJZDY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BSTC9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AS02W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C6YHZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BDQQ0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EAHAX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGFDN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DAAD5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DT2DO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DKA49"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ETF9K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ELZCA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001COR99"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYZRF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DSY6T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BNSNK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5I2H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BXVK2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2PCL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BXP1D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMA83"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJFMD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1SZG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJ3T6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A6SG7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQYAC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B42KU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJ1MP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EZ462"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D9HFL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AETV0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFJRJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EACOR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EXNXO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DN5AE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQ149"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DW3U5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFQP4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CF9D9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EM8TM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZRP5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPLZ2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EAZ2Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BB0AL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DBIHZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJRER"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D6II6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DGAM5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AWC8X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXVJX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DVVZJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EXZXC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5JER"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DNI64"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AG5A3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A3VBO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXWMU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYTJY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BXL1C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKTG9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CELR0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CCXE9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXFYT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJ72Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E3JNY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CVOU6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AEA1T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCYW2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJ8YZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C9TCH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DKYFL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EKRCJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BHJ0E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCYTA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJASV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CRIJ2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BM6L3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXQJY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DD0O7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7LHF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ASHRW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXFSS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8MR4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECIY0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCDOK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EDUL5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EEX2V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D0IYB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTY5B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BY4AL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E0YSP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALOI5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLN6K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CVA18"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BFYDO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJ20W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYZSR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D03R0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQM9L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3L9P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EVH1S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQDA8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CIPGZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C48GV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYDN0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E4D1Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDTEX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DC2ID"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BG9PG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BIKFI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DNYJ0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D9C31"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BELZ9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CC6Z6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A7D3N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D3J2E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQRGU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXYDT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2FXF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CD8OP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2TB9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C6PIP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRFN9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CDXS4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CZDOR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EPARC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ESQT2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A8RXM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CSIAG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLV2L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CZ1CF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DVOQZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ARTD7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4P6D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CD5KE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLIE9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKH1W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C34Q5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DB91C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DRURJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLIEB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AKQ9D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ESII4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYW84"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJ8MJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BD3JE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DU5G9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1DAS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AMMDU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C6L2H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BWH62"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CPVR2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AVXPI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EEX6U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C8YKI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BBCHR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHQH6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJAT8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4B5B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DRNCJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ER1I2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D0QYN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLSGO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ES0NY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFKZL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C02D6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C95W6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A5XYX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLSF2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B9JWR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJF4R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ES4R9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOV17"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AFN7D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BSJLJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6VEW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3740"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EVBTV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1VJW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DE7OZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMQ98"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CX3NK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BV02F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EG7O4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AXG92"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJOQE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B4CNY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4L9U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMVC5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EIOGO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EZVPH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CCZM0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGZRL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CY6WS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D6W6L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EYQKZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EWMYM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CCAQH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ES2DJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EE7VK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJ700"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EEEZ6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EXOOM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AU3GE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGPY6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A6YXB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBPDN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ATLSJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EUNTQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CTEJV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALINA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EMQ15"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EN6F7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBKLT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0NM6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B51Y0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DV24Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C2IS2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6A9B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5546"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNCAV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D89R1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EU3ZN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DD7VX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DMBAX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D46J8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D9SAH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DVXUF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BD58P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BPFU7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C87V0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGGAG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A52BQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOUJE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRMJE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0AJJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ER1JT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CO4DO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C9ZYP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AX0JV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CVRA7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZP40"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIXQO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AH0KK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DHSQ9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ELV8X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7WRH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EE24J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DMXE2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BHQ7A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DSB3I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CPONM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D51D4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B2LC1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ENK2F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B9N9V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CW5DA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DTZQL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B2H8A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CRXZF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D866L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D53Q1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZ55W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AOKG2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4IQC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHPLG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CMH37"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2O2S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJE0H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EIHSA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C9HRF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ESIJ2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ARU8B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AMBT9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AO48K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGE0U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4HEE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGWX9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A9KKV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQB6Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BT9DG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJHT1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJC79"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKB24"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CI2AU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C6EUU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A009J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DECI2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1VRJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AZAPT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C2SPW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C7TCW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4AQZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EO92P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A7ERY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJRX6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EDXUZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D3XFT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EOZJE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BD76K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ETSII"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EPXP3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBHZV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYBZ1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EVEB5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AIR9D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJFNI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CVTFQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BF6VU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGOB6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BC74B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ASE6V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EABRV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0JEM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B0TH0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CDK0Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AZFMM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BYU8X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BWS5C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJP9V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBFFO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BFQM5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A7064"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZGJ5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C57LL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPJJB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5U8C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJZAC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DSKV7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CF83C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EUS6M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B9DQF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BH0TX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EXSWI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ESDZY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ENIVP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQA9L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E3Y21"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D3T3X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BWZ87"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BPZAG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3AIB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EDWV7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKE1Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BPIO6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CF91V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8JDJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BO3UQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D7DHK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ENLL3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKY8J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZDO6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BTCR7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D9L12"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BP5I4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AUPNY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DK5QX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOZ32"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D9HCP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DCXPP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A5BJS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BD5UC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B0DN5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C7IE4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CMC0K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A9KRO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5LHE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B61BL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B1G9S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CHU0P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BYW2M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AU545"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AV5CD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DT1MD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CG4S6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJ7MY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CE2WG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DB8GU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DV0WA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AUTMR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGI83"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BOTHU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BM5LX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CF1VL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CCYF2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGAVK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BPP26"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDAWH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EKB7R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CS3RS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLWDJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B532F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A8IZ0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBKJQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGRM8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DVIA3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQXVF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4ZM8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EDCCP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BPJKF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A855D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CRGWJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B1B38"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C9NGS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CD63P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1PEV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EU06C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EXB8E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BAG7V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BHSZG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJATM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFNW1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGF96"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJ3V6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHFYF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EMVUQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1LLT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B457A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BROXU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BVUHD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ER7PP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ARSXT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CDQY7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKLLZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ER6I4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CLACF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BWQQE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BHPOQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A69AK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B85PG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BTIDT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EWUBU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ELW31"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CLFRQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AO5KL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZMV5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CIDKX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2D1V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C7YPJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DE6GH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EDKXO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DC066"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7QPA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DSVN6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ARK2S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BIW1I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AU66B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DSU08"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AT9JP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKNMQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CDOES"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BFCMJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CK0GD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BXL89"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CZ5UX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQOVD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CAVPI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CE4WM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D5OO1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQA6C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BYRH4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYVID"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C9GVY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D9K5M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AU6PX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CADPI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AU4AW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D04CH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B9CUE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BNMJZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DO6KB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BE0A4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D4IEY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EEKGH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCTUP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DD02N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4V8J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DB5G8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D2QXP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CY77E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQU6D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DL5J3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4XYG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EH6X1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZ2FP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DUJQE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B44RX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B5F96"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPYHB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EIIAD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECXCW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1C86"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C6XD7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CED2N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D1Z7R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQSP8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EV4YP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DUVW9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B9AVS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BHRAO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8L6X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DNKOZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AG50J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EVP68"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D9QOI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2ZIR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EN5WY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EIIMU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EFH84"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1K9S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DHUXL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNM4Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B78A2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BU7SD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8BBV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AS9PN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AU4C6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EIX93"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DGTFO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQ6TY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B0U6S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DHDNO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AFXPL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ERE9P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D4UOJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EH726"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CLM1G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A6GHG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EZXT2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AQQS3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGHR8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXCJN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHK0H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D9YC8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BDZW5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A0UHT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D7EZ2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8OLK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CS8I1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQH75"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3YSA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D9WRG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFQZ6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A26B8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5FJ3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CC8EJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A5ZA5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EEGRX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BIYD4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJNH5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJD4I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ENQLY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E2NJ2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFEAQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQBKX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CYUAQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EYZE1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CCGMV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DBTEE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DPMQQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXFS2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D0E4F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AXY4D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CMJE6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DG6F9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D1BKL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZCU0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BF85G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AQOI6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DBUC8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EM3V4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A9YQY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C8I89"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CMIJN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5NIE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALUAN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BE8Q7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CUKN2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DNISA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CEWJG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYT64"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6592"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CK5D8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CA6FT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AQOQL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BO2V8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXJBQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B1ZP5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7DYD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DF7C2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CK50L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CD9RH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D1A05"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B94VA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D59PL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BBPBR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B0Y7X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CMCO4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A9IO1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DG2AU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BEQ4X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHPDN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLFEK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8VF1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CLQMC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AHDRM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AKOQJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DWOOH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BEZYC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BG7V4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EDVDZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2HQG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1RP5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A8WF3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DBTHB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DBWPU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DI78U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C2DLL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BER2X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D4S2G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DAU7F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBT5L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B50B7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AVIGY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZYZP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BYJE7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AY5GK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CWJPW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A9BN6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AVR1M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1IG2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZGY5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJM4U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ERV6E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGMNN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A6AB0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ESY2M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BDHDF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B3W4D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C96F9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C718S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGBJQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQDQ4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BDJ32"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DUSSC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CCAN6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EFQJK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EAHHP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BE69S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D5V6Q"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D15YI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A22CL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CSM26"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BFXD0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZKWA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EOCLV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EPO98"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4O71"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BEFK1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AOURK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4QM1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D2UF4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DG1IK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CEBGK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQ6WQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CV6UF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AS7MY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZVUI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D1Y9H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D463Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ER2HG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJM1X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A29OI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BSMN0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CUY2N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EV7X0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AE6LV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBGZ5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DMYDW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C9B2E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ANK46"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BC1LF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C8HD6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DCG4I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CMN1Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C21E5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AXT05"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BVYZY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AEO5Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DCV7M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B1AY1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJXZE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DHYVD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DRVIQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B0XKB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EXHB8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AN9R6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AQTNF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BM1LO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B53C9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B60C3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXQHQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DEV2F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DX4UF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DVAEC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFF43"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CIPRW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A6IFL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBNLI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B3X0W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CHQNI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DGQ92"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EC2KM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BDD7S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECE52"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AZLG3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BRBZJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C380W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BJ7GI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C52XK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJM9D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EVC2E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AMS6X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BANSZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D00AO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BHT34"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DO04K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECVUS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D1LMO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BV13J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C6I7I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C79Z4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EP238"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DB3QM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLMVF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DU1IE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DEM5V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQ8PK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EVHME"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D0CSO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B1PXM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D1LDD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DAG24"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EZL0F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFOOZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A1796"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B09DS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A924L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4O79"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DE48V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AIBN7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EXZLY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CPIRX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALBV1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C6ON1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8ZRM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQCYB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BYQ3S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DHOP9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BUSU5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B0HC0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AUP37"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4GVY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EV0IO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLD8F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EN82S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BFHPV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D5J93"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOESM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EK87D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BERZL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EKKMD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DIVL5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A5M3K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D450X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ERGRG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4URZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DG4OX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ETMXY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AIUIJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CTMI3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECPOA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B1PHV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ATTES"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXLAN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EBK3I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CP4R6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CUQG8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EW6L2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AXO05"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AZHRG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CSM7M"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8Z3F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B9V31"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJKIU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BP28C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DR647"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZR7S"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7964"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DZPHQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DG3M2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DQOL0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D6DYS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CCE0U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHDEE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EVO39"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D2CSU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EOW0D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B25YF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B0X1I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EPX09"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBS2B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BF792"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B82WI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDHIB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ESJZC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQVDD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMNFT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BC95C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DCQAY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BAA9Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EEYPN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AI99D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D78FD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BK987"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDOB4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CS1ZU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D2PFY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EOBIL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BY7S6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A9H0I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C1E4P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AVNE0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCT3V"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EXRXD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJ7JH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B2630"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BAT65"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BUEW6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7SUX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B9S0X"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CK18P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHS46"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C0YED"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EJ3T7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DUC9E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CXGFO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CAG4J"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CUJ15"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCNGY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CSV5B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E4J6I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DDVKD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CIJJV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AO545"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B3LA1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGROC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQXQB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BYHUX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXCTW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DB8H8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CHGLO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A2TNM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ENJEO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CJHEV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXCE4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5OX6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EK1IA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CNIT3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B1ZQZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BLU5T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ASIWP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AW8WD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ANCZO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AIQ1A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AG0NL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D8RPL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DB1R3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D4YFG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKNRP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DFSAB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DNZ0E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMFWL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EELI9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EPA06"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CP130"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C58JA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AVH1T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BU0HN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DO9Z1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DOITQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DADJM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6740"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CUC2B"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BTRHG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BV7H6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQJMU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B9XO1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CYGSO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BQBAR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CL5MD"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C7C75"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CK0EB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYHO3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CWKMA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CH899"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DL2QJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AQP4N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AG0LH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AMSUA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CVLGO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CKABE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DYEGQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E2CY5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EMI4G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B5SFC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EH8SO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BG9OR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLA8N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJ07Y"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AGJL9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EMJBI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DXKM2"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CGUEK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CZWMS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EUELE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CBFIN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A6ZQQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E5CVF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EK02A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DU9M6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BZW4R"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C7S88"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DGEGZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C9GL8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CA1SK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EMMMN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BK75L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BFUJZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CWT1H"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMG2O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AHRED"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B9ZDC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CW63U"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLPOT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AYQ5Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EVO31"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C7M07"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DHMZN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BUWWF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AX7SU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AKBMG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DLMPA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EMIPL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BMH0L"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ENDVL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGSRL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C97KZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BM68C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DL8BU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CEADL"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AMRRI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DRME9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DY98C"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B7N65"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BWD9D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CRL7O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ESFFK"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CEKEE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EWKXS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ARGSP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ALQGR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D4LZM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D0WYB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EAGTV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ET6H7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CW5HV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CVQHW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CMTJ6"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BXY9Z"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BWPR9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EWRKT"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A18JR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C2PQU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DJFVA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BTOS4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CWAV7"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ENJLY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DMU0K"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001COLHQ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DRPPW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DALMF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EYZ4F"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFQOE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ECDFI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BUADM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BNZCH"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B6FHE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BXRYA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C4P61"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001APAHX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BBQE9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BO2G0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EEKL5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3O80"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CSF7O"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DD7MM"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CMWUW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CPCA1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EIQO8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001COII1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ET3H0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C5HZG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AUQUN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C6OZE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A8N8W"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EIH70"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D2X6E"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CAQ0P"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CLI6D"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BNREO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AID1N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DG2I0"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BCYMG"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A9D29"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CKUC9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQ60N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CZRMO"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EMDU8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BONF3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AR2QF"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EQ4JW"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHK8G"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BETQ8"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CB7T4"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CQP5N"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D7AZ3"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKIQE"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BKMWZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AL8YJ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BSQF1"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EYP9T"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EGZOB"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AREMS"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C99DN"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EDT34"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C9K3I"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001C3RAI"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D4GUZ"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001D1UFC"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001E030A"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EHVMU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001ENOXY"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B8XLV"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001B9QFA"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AIUZX"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001EPVTP"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CRFD5"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001BWNWR"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001CFUML"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001AJPC9"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001DMZUU"; -group = "F003D000"; -groupMap[name] = group; -name = "GQY1XT001A4N5N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALUB0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001APB94"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQ1TP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWOAC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCZ1T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3QWS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLVUT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B27ZE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLWOJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EEOG4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSNNV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A56FS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCBG3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BYGNG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BKTAA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0Y3W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDUIC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBWMT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A4NOM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLIWM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLQB3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFQQN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DVJI6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNKV1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AI6WN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B8HKT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSK4E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AV0I6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AGZDX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AWYTP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BX78I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AH7G6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWR8J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DH28A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CE1U6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EYM82"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EH6TQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CFUG4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AWM5R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DXGQI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCGYH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSQX9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDC42"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BUBUH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWZKB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CW0W8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCFTK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C33H4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BV1HS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXLAX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A0C9S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ERGNG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BX7MM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CTEM4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQSSQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DIW6U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2Q3A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BKBZB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DNY1Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D4KIG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EM9FW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGDE9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DVDA0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AFVSJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D42P2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C82OF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B33BP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A909L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8LB9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BOE3P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C5TF5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESKBA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BLK41"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFRXJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESAPN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DOP5E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENKVH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BXX4I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CO8HZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E11FT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CFC27"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CA5RL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EGCPT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CTNW2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EGP5R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AFYRR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EK779"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CV3FH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BH8TJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EQ9MH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSC5K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BYS6D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BP4AO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ARO9C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2MCW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8DIW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWSWW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWJI9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EYVUC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C80ZY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BLRVB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ERVRH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DW39H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BA4T8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CHCFD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CH8LU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGW4Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C0UXU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CT3W4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CKI98"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CP5LL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6KIJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CP7RU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EWNSE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A22AL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DHMXN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EKFSK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALP2Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D66GD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BC6VJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CY63I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B52OI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EXLIW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZXZ5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENHZV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDPMD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EADLB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DK17H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECA5H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKGDU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ERWA4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C80JU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJJ9K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D7I7V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BYET3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BN5LX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DIOG3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BP25P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CII77"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZHG8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZLS4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CU1XU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ATSO0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AVKN8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVEQW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZBO8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZP3F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZYBN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPGX1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDQVM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AVXTH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3NGF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPO5G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1ZUF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AK0QF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DN962"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSGOH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DW5R0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CRZ3M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AHYEM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CIFVF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DECPY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BBAC4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CN38J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLF10"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B169D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETF2T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C7H4P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQ5WL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJ55H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CI8PA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DHM4N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6DE6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C4RJU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSE5C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECH6C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOQFS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DML4U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DU5RN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DG969"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AYYWD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C5N7O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DWLZS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRX6U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BE9EO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C9JVJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIUTH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CA34K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AGMJK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001APTR5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJ21O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BTFMO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A9N6Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZPM4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AK0GQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALUM5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AGM7U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DUUFO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C4MJA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B139G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DP91Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0PUX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DN3E8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DROY3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CD851"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D7XSE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNN5V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZVK3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ANQI8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BIQ4U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ELLF9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DL9LT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CY1IE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C71HP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZRM1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EI3L5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D4K1R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B88KN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CRS2E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EMUCL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AL3HD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DB9TV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EDZJB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A0DFB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQBZY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DHDUE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DNF7T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BFEB3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BTC1V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CUOPT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIW9Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B2YW6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B46QD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPUAZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BTQ2O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQG32"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BU5IC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CBE8K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DVR2W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D30DD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EN98F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EIYR4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AYQ56"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXM3D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DW778"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDNIU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CTJMR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJ8FN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CW4L4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQQXB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWB8G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BTB8B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DSP7Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZCFJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CEDXJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DS5RJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6NIU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7GAV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CFIAZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AWTRX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A0Z9I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4JZI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZZRG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AR4HX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6RZB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ED2Q7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQPAN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CMHUA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B34UV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EMWVZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BKK3B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFZT3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C2KHH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AV1WG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CL80W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLWYJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQO22"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DU8F7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZCA7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BBQ2F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BC0P9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EE7WQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2R6W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CP7GU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDQ0Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DKX2P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001APPDW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3HCD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7DUI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AF7MO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWZS1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CUVYU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AWLO3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DSNX1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D17OO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EQP4D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CW1RI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFOZ8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOAZS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AVX64"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3VGC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNGPR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EQ42G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BIQBE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BBXH3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BAFZS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DE9SQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQ5GG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EKHOA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXYKO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6S84"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C2Z12"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D8M2T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B2P6O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001COK3T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DD3B2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C9WUX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BB9IM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DE4N7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJL4X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BCB5O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AP2IZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E2AJL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D16TD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EU5HB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CYQIK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AX1SZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A0Q4I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AHDQW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CK0MC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A15P3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BS90L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDEW5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CEA75"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D12UH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMIE0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C33TS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIFTZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BPPUX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJTF8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5G7N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EB31I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AYXV8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQOGZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EE3UR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E4NHG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B5YGY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESSGD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BT1W2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDSW3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AGJHL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AW4O7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDAI8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJ41Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C1H6O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOMJ6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C0DFG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AXY5S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CRPCY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1DCA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZQM3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1G7M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BM6GA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZKNF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZ7VK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BE149"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENXGP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DS7OM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EYAMW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDRL3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A4X61"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZ0XG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EHC9R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ERG2Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001COQFB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLN0H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1JBX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DIREO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CT555"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVOY1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DP3OA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CEJNP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CE7W8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZCVQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6TJN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVUY5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B9URN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AFZ8S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOX7I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CYTRK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNPCH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJAFV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKO67"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001API30"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BL8HR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A3A1L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AHU3I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DX2VF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDQYS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AUIQX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AT9YB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVT37"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DD8XD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DG2DZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BMFCR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BEHES"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C70KN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ANUJH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5WEG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A9J74"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CAPBZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ARZHA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DNO5Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJB78"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EVQIR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXI6U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D20H0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DM7JX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZ3QV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AFCJ7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BIM42"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ASB6P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1OPX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EZSD2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E0Y40"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DO3CW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E0AUA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B98ED"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJTSA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CH7TC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CMMPO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DX7UD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BC0K6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B7GWH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ASZUW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BYLPW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A238N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CTYST"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0X02"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C41FR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A0OHM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AYWOM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A00T2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AWOPB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C0L61"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BXQSD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKY58"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3EAP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DXIIZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4TCN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CYTSV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8JF8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C9XUP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFHO3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWJ0L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EH26C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8MHY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXKER"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZS45"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BN52W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C5RMK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVD11"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EHAR3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B8AXF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C7MH0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DHV71"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CYVVY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CTXPM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6BEZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3I4G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EVYMN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPT29"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CBH65"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A04RD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EFQT7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDYG6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EXZBZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1K75"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1MC1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EUKPL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BR4P6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EVJ3D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A13KS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EICJK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CV4H9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EH4PT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWMZE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D25UO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C70CB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDC3D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLEJH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CMCIH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CC149"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOSEU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DNC05"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A60CN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EF6MY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ED8VT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CFOX6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNF14"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AS319"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D25GB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DWP43"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BMZ74"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BR3BS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D4HGI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D9JTH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZSIA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DIL3H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDDVK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXOUY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCFBQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EIAGF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJ2IW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2NK0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B9WEU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C502U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A30QS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A9X5Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001APPSD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1F2S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQ9SX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EHHH1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVF0J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BUBI9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E4UDS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDTR9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BLQGD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKQ4S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EWJV8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EPZ2G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DRBTR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BLGEG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C1ZXV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DYBS8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A4O1L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BC392"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D9LON"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B2S4N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EF85U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EE709"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AL6C8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A46Y8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EHYO1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B84F7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBP36"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EWKWE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AY4Y3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGO1O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B2IBY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001COGEZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5C0U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGHSQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCG75"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BW631"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALP2H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AGHGL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CIUIQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EUQMO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AU2CH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BLIYM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A9W9B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOWBL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BO3CG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ET1V9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BAVBK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BHFXQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D45CH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C74DA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECWCP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DYPL3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6WVY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6ETT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A33WI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BMY6K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJY9F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNQ6V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EYPIL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6IL2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJ6CW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CR6U5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CL5FQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DKVC4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BI7RO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DM7EP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECYL9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B9OQT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A3QOT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DISUR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BURR4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DO0EX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DTRDH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EEV6P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQXT8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B8EJX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DB35T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGQ3B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ERVUH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DVYR0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGESQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFVVR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BXQ9L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B9CR5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKHJ5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AWDPR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AOQXE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQOYJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AVTZZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EA8HB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4FKG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECID8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVNS3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C20KV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPB5X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B8JAK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001APXM6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B1S51"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D08WX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C5UIQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CU6M9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BT3NS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBMON"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B238Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BE28G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CA043"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3AE6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDWDB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AG9MV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGLFT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EDG3V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EW0QS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B1PJD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AY5VK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BP688"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AHUNV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AFBWG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQ6YY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJEFF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AHFLV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BAEDJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BLXHP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECSNG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DXD96"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EDWZJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZ3LI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDKF9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AGPDF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDQZL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNRN7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EMH9Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0IMK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D177T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A39UQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQX2Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2TL1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B1WZ3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNAUT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A412F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQ3NL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EM124"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKIOZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DTQ2T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EXQ3L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CUTRH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1EPL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AWPQF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CIH07"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDKR2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BOJYN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CRDOP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BGVWR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CS92R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETYQ7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ATKDV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ANEI7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BG8EO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CU34U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DX0HK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E0XJF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A09AB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E0ZJJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BI7FF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQXU8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BK1T5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E46UL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C8YGB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPMT3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C0X4B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3DWR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CT1LY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AOMM8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EFQ8Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2FBP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECPDU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E2940"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DF4G8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BP5OY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DKEAM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQ4L0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CS693"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BLWCZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EGFFT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D4G0H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWD1U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E0ZC5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CM3QY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ELN1C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C1VVR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DNN75"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EP4WE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EB46J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C2JHR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BFFC5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQOQK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBHK5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4VKY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CS5CL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BXC28"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EUT5H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCSRP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DRGX4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AV9GC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C413T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EYUWY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AVZVA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DIBPH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DWMC2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A64G6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWXJ7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DNSHA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BCZDW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBCUU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BXYQG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CAG0H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EGPNF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BKSFM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DA7Z9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E0JG4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CE2WV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E5CY6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AU0B1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DNSCO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCBYX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIYKE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BL10Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRKVL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B9QMK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A9A4L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EXJWS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C45U4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AHVZF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A34D6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJPPA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BN4A2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AVG2D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BL9Y6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DUYRB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BMUKI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CIF4G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A80VE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B8QFB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CKFNA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDP34"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C08O0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AWDMV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DIE2X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B111M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6OZA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AVZ04"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIRRO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVTH4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DXTY1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D4Q95"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D7PYV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DKIIK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AVJBB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3MID"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWDH5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C1DF5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZXLC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRB8V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOGWI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ARXCC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ASTR5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJJVZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BBQ80"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPPP0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AN78C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLB8J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CD9XT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8BJQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1T0S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EMAMG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DHT7M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENPVI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C16MR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EC3N2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPKN5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7GER"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3MOU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DW55Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGRWD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CP749"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EGXC1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMHON"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZQ5G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AK7OQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLX4O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AV6IZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJG7F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BY3OO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CS98W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CIY5E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CF4AU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CU22L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BB5CX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001COWPZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A35E0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWU8M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7051"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLI7S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D8FVA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AY25Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D11HM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALJO8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DX5I9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A49WJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AWZPZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EA2W2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D7PAT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZBNS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D92YU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EEGEO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E0S8Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJFIU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALZGE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DAX8U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EKUL1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E3F1Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AXRPI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVQO5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ASPA0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C2BR8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWLAI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2WUK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C8RF3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B2MUB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETM76"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BFV00"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CB6SK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BO22C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVGXI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWG2U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AV8RY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DWYQ9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BO847"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2HXM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EU9N9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CMEJL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B5GJ9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AO390"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BE92L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECXXI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIPB6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D5GDO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBNZV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D9XOM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZ0UZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EHKJ0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E3GA4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLDDM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BF3KN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESNU7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C18YL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EP6WZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4KP4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3M3M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C302Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AOI7U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EN3CT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BP5VT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DSCGC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B1BWW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DOZ25"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOWB7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ARE1T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AXBSN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQDHL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGUX8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B1MPB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C2Y8F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EDJOS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C7A5Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1X1D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSSEF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EF2XK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BHJJK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B5W9Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1X0D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3EIK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZGIB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EZXZN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVI0Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CS61P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BEGIC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BY2P6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CW49T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIT60"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMDJA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BECGO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLALG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B66FX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSUB8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BEFY9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DB7I3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGKEE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B5V30"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ANBW5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6JF2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B64UT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJA79"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DU1BN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EO1PS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DAAN1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EW376"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0V0B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMD59"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJ5OG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EFSIS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B84DV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJ5JW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BEGK5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6H11"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BFQD5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B6U9W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CF3RD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CFGR3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D22QS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EFCLG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AR9TD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EMDC2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCX0E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DT1N5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZUUF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ED5QD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E1T09"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CHKSG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CI646"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EFAQI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFRDX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BU16S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CKNMM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AL11Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AH3W3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CUVW8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CFT1O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BMU71"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJPDA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AI3UO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJHX4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DNXPT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DMUHS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DN8FL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXJIE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CMLVH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DM3ZD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AYFT5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQ1YX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQVD5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CV205"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AX3M6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3QLS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BN4GI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DU121"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECCL8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBB6J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BEGUG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EX39R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ED3H2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWA2G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E38JT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EB1CI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E08BA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A17X9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EV18O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AN0SE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8ACT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B48C3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNRMU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DEVXE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECKOV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGOTS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJECD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0TBE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DD90C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DP69Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AO737"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIWCX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CFXSO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EZIKZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CMA72"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CK9MR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DTJJ7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BC09Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPQLO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7AQU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DX01Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EUXTH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESVSV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D9L69"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQGCL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CV94D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVJFR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C0HP1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDLC4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EQRTE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQ6UZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D5UPE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNAT3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B5IKX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CHEW3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CMAII"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8BF0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B51LP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BPQK9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3OJI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFD92"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CY7FH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3ZCN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E0T6F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C9DR2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B1ISM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B6K2H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3G8M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EQK1K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BXYXH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EM1IO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C8FZ9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B1WFY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B00DD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCBTJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQAUE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D180S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BHF0F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CEK96"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6RB5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BW3UJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6QEB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CBFDR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BAX70"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESIIW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CARXR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AWIH5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BI9BX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CYD5F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DONC0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EMO7M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BGPNK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4BBV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ARZFA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0RQS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3LWF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C16P4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AU3WB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZ41F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNLIP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D5B6P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EKGHO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EXW06"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQX9R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CIYN6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CET9S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D83LA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETS3G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDL27"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C47R2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EVT7V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EPL10"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWIM3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AHXQ3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZ1G6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CE58A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DRRHN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BX9D7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CBAOC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EO7Z6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B1PJ2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BIRQZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DYLQZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4KUD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CP4Q2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CMYHP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EXGQV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDFNT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQ54P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BMF23"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DOUAU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E0EIA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVSDI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQY9S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BMUP2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DI5M6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ASXRV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AHB7D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BW9SC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2MIA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AH2L1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOR25"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQW17"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C5060"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A89LC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BX6CG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BS9IS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5A4W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DU95S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BHPZB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CHXU3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3IA9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A0GIB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DH1H7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A609L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EWFQK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDX8W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DHKHW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ERK1T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4C39"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWK3Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B6NR5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BG9MK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DXWEZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D86OD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDZJQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQT5U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C48P2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7H1Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D194W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIYPN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AV8CE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2E33"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EZYPP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C0IEX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQT1T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EMMHS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ASZUC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AFTQF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BLWLI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENNPA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DS6KU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A9O15"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B6OUO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJOW5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLJFU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1JK2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1DYS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ES2HT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOOSK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBLAU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQHOF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DNZPY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CR8K5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ERHSV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6JQA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DI86W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CV5MU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBYSG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B49VB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EN14G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3QCS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BOGVA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CRBEX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZ57S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMQQL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CTQ6E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDHMO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C1NGJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EVBSG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIN1V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AFKFP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZ9H7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMXIE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DSWON"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDZGG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQMET"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AU0E1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJRZZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AGNBP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EFOX9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B030K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BIMZX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBCKB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AXUWI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DELY5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ES44K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EEUKE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BTFTV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1BAF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EFZNK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4YUU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BN408"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BHXWU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C375F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGHHU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCJU2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BS24T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EYQKB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DSHLF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDDZZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESNXG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DD0NU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DO8FQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6O58"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3I5Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLMJO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNIJQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLJN0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3XZL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BAU13"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXVZO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BTIUZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BBDS8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EIQLG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AX6EK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZTFH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3QVM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AXNMY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C7H2Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJMH7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C973B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D777I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPFU7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CAAHL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AURCW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E1LB8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DYVCJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJ2NZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DC38O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESLK1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EUMTK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNE9R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EI2ML"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EW7D9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B5CJ0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EWBEN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BICQ0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D5P6Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BV53N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C21DS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BUEPM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D7F9N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AGWCY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C52B8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJ33Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B5DHI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDH0M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EVDDW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CY3F7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EHTKX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C14SK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BL69Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BTOT1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AV9AP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EE336"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DX567"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AHT80"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DYQYY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJMZV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLD69"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLT4H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AR0TL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0DP9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CN7CX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0SWK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DUFF1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1CGH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B2YP2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A26CV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CTT2X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCK18"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D48EV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CEHHH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVAVH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZVRZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E2HM2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AO5Y5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BC3TW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D27KX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQ42J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CMQAI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ELMVC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001COAEJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0W48"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DORJD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPW11"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EPIKI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BLGV1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EZTBP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJMYX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EQDPI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPL9R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CK2CQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CX4HA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AGP42"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXVHZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CYQMK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CW0B0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BU0HX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BXDJ1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B2DTK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DRXSX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CBQWA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DA2IZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B8823"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ERDL5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDPXZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESNDC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EFGKQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6ETY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BUKOK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BTRCX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D382S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BKHTP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AH8DG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DL52G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DD4XL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ASJX4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BBCUC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AT1PA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BAZVQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2AC9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EFBFN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CD2UH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CL6H6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWEKK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CYC7L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EGR4M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRBKR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BW8O4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRY4O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNMG6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B8QS4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZ44X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZFV7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CN3A7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFUQR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BFMXQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BXAQG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDUJ9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CC4KQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AWSDI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EKB0H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C95XN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DA9KW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJM1D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DP40B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EN9CZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EXH82"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EXA8Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D9MZB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C92E1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLK6P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BB8BG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJZEO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EF0N1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AHC1X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6QP3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AGWKI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A0R1D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AXFDY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BK5AE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C7S5L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C626G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EVMH7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AWNMG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3AZS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQRB7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBL09"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C1DLD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CFDUI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CBXK5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ERMCM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CEVPJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EC3ZO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CFZ5T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6KLB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENLFI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B5JYD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B9HA4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ERU7Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B9RBY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZRVW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ASLF8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DO3YG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDQ62"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIK83"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ARWLA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CESEE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BBHFP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDMJH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJROJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSU1A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CK6CZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKUTZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AWG5H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ASO7Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C57AG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCEJR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AV0K8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CFRO7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D7EZA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DEMMD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLSZB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E1T75"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6ZTB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7W9I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1ONB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFUMN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EFELO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQAWI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CU8ZJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJS6E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6QNW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CYQBS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSXDB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BD72Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6NPY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CG4J0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BMZAX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EUBNW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E12MD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EZQ9Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EAFJW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSMW7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETJ7T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CEW15"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EVQ50"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5J86"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AWFYZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0V76"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CF00I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D5N0E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EYYML"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BKWKA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0ZQF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ELYAG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBWAD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3SAR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BA3ZC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BMS8P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B02NQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D4R7F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DD3AY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D40DH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6CAT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BUXT2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AU7KG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DG8RU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5MGA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CT9JB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DD941"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D29EY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D828G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBTIE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C8G0A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BAP8Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BTYOM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CO08S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C0OZB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BY59K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCPGQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DTDIW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BAUEU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D67UY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C00MU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6NH2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EGJRO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D88GF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BIBPF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BV1DJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B1DY4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWNEI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVXVH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BFC2B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECCWX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLOBT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EZ1ML"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZR3Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CUSHM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EQ2LN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B7G4H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CEP04"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2BRV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DWLXM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4IAO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNMCY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EAWMX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETNDR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B5M4S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B245T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3YRP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DX0W6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWRJB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D385E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EG9QD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EN7LL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DYW65"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C1H4F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZVPB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AT4ZE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ATVFM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DIQQ7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNJ0I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CU3O9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CUCVB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B5P77"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJIBT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ATZ21"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DAPTJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AM8CY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B919C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EPQJ2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DX35F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DF930"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C0OUD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DYPX1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E0326"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D5FF8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DN69X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A03QW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AVTN5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C0GD4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDO1L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AO9G8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6YDN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D25DS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AGVUE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BM6P3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8AV7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWG90"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DSNWK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DWH5W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D9S54"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3RT1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3C8H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EZSMO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AH9Y6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DAOVQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJZ0F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJN35"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EEV61"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BGJYC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B2QWM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D4LC6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AEQMS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CUVIA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AUB26"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJWFU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BY5YV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EKAUL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMHZK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1POV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFHPU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ATND3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AYYZR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C86L2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CFU1M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWT34"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AK3AM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CF9N7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CAWQ4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXP6W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B6JZ0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BM9XD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ATS26"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVDAX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C9A5F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECHSE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B9WFO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EXP27"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EQ1GF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EELSS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQRXQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWSCZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D27O8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVD3N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AU538"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B9Q7Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGO0K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BYWWL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DV8VB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B9ZUD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENW1Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ERRGA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DOXNR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EKRSP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AXNPA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DSQAS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DO6H6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DMRI8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BYK3S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C76CF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DXRIF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3DZB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRQIJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOPD1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2AAW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CKBVY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CS1YS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BYUMX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDWPU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BB4FQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNXOV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DUMVJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EF8TJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AVAAQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EYPCN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EV35J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DV1ER"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A4XBX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5Q4O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DRWJ2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6Y6M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJMFH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZ50R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGUE3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D20XW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPOAY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A4U5G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6N39"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BX7S5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BL6MX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DHC0Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AF13P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BU8K8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D5Q6S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001COS8T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CTDKX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CR2BQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C48T9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DKVFR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EK4IR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B1MO7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8BT2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CT0BK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENAN9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3JWY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DF16G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DVGZY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CEWUA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D03GV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVL79"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALB87"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EQSGR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C76ID"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D5392"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AVMVF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EU428"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D9WHZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AH00T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BF1SN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3M22"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A91EU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BAALL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DK7MT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3TQ4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQXKQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A66PI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A0OK4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DHEYW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C5JJR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AM5JQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C503J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BCCX3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ES8BX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B1YWY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLZNE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ATNDS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDJ7V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DN7F0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZC44"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETRVF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DONIB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EKYXE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E0MBC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDZ5U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWZ0R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CIYKQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AS33T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3O0Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6QEO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWJ9D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BPTP7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6R4C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EGAZ0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ANDQS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJC2A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ANXMY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E1021"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BHRW0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DUWOC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A4JBI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BY8PQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLZ02"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BTSVR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ERPN1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCREB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BW3NQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A748T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGG3X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CIEEG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EK1ZP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CY5B4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ARK4T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWU2J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CD2XU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AN4RZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CC0N5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BL8FY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJMHR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B5ONE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKNPI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CT103"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B031G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJP1U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCWT9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BO9T1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQN1Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECAJP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EYQGM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMALX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DXEVN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BBO0H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BABEW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJYO5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DUNWF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EAX8W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E2PQI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETH4E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AGUMR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZ5HD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B7E19"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C53QJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CIN0F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AV7DF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CFGKL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOFJL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZY6J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B44OV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001COXV7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNO98"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BH7NW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B71DR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CM2I5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BU7XK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BK3MZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLLD8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3KZ9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3XZH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENASJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AX74J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B8LJG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXGNW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E2JLB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGNY2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D9CBY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DC2FO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EFWDQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DL2SU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ELJYE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFMM4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BAVHM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DT1W3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D28SJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B02J2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZVOX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DOWGQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BFK8D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B285L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BL2PL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EM2JQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2BB8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWWFS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CA17F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BIUL0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBQTN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BI32K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8S4X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C4PG0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AGAT4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7XAT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EH1JJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C5P8C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZM2N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D8CGM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGBSM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DD96C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CIDVY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B52LI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CS88F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCWJO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENCH3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ES543"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQMGT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EQ9RT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ERX6D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CUJU0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCKZF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B7RPM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C37ZF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C0EWP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECN0F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6ISU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNGTZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AVRV6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E3C1V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EDEOP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQMPD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EMW54"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A92DO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6MKJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DYQLG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVNGD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ERCJP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B63V6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BLSYH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6741"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A55GT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQ7AH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZS5O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BLP6S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EEBST"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BCD1G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BN9YL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D61QI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6QA5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B107H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C0Q9V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ASEX6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DS5Q2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPNJG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5XHK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7PC8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJJUX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A19G3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECVU8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CD661"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EK2AE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJ1XU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CTNJH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CKFC5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E2H85"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EPBSI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BMEAT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BTIBO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C4I47"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMY7X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CTXCB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DXBC0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ERT46"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EPX05"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C5LG2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLUI8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BY1DN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C26BM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EYLOJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EFKKR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EU7DS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1KAR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E3U4M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DAHAR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DSJHF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPZSM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BU0RV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BGL3Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BUM69"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZ0TP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECJ99"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKZ70"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DX4LM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPYTN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNH0L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DF4QJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6M4I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BS4TU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A0HFJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQ7NT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWX2M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C51AT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BN04R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EU7EM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EGUWL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EXDXN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5JWA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENZR2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8HDL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DV4DK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CYWNP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D69R3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C89LB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BN178"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D77R3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBYAL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AWCXU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMO54"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D5BIA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EZ7Z7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BILQC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJ2CQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZSQ4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CMF75"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EDHPB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EC7SJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNJUZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CK84Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DMKV6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001APD29"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DM2HX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BD2XI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3ZGY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5VD2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6CHV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BPP56"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E082A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EDKN2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CIW64"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRY5D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E5JEP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CA99B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BUOXW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCQRL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGJPE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DUOY3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETJMA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DH2HM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBUJG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BEZBA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGA7X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKCIO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C5EQ5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZPIV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDQUE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EY1Q3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPFW6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A0DS2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DHMZB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWY0T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BR8CL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DEWGR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DYR23"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EH8GN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVDJF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EKX03"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A889B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECV1U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C4AIX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AX6CQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EV1SV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQOC5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C7GH1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DI7VV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D4PXV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DC3AZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D9JY6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQ9O8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJL1M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001APWFX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOQJN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETBPR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQULJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E09Q6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ER856"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C8TQ6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DYVVE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DKW7J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EAWL3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DS9Z5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C7Y46"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A69FA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D7I8H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D9FQA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EH02I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AGD93"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B54AQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1AXC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A244Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001APPQP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZ1DG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLSV9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6R6M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EC0HW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BY2V4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AOJUF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A0JZD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B5HHB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BU2KU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BCPPQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6Z8Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AYKUT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZATX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CHYGB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C1BIP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BOH9X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQ5OV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EZIVH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0TCG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DB3ES"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B7E92"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C55NI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E3SCK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CE3KK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4KJD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESPMO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B8UUO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DN7N6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECV6I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BEYOP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DK2JA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGZIW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMLE2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DXJT9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EXVTC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRPZ2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQNJI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C09U2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A3H4M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EYWB0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCQT5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DETZX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E541W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EHZGV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQE6D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWHTT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQVC6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EWC0N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EL8O3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BFBMK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C41EK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWQKK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DL7OR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D53YD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EAMZP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2K0P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZFTQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DNDWC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EPNL4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EAZ08"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2AZC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6MDO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3WNN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AW1RY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DHUY0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DC94T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7QH1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBAT1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIO1J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DRN0D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B1U31"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AM32J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETGR1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DG7VD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CO0AJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNENU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CUKTL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BA79C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D9OJ3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CTAIJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2U9X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DL7J6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ANT2E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSRN2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DN6RZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4VXK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BAG6G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETPVZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AO13A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESNBV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DIODJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EA4XI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D07XB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BA8O8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B1XD9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CALEA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6T2U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BHDH3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EDLOC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DVFEN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D5IU2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0TSR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVARW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BFS9C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKHZB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BGRZ1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BD6VR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJLHQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCELF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQVOH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CK4K7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AO6GR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DSAP6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EYRPY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGKKC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRI6P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C7VLL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D9PE9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AYWCZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6JCK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNO98"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CD2TE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EMTNX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D07FA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BPV0M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DG7KL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BGGNS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSLIL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EY3GL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D7KME"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQBSQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ER47Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ANGOU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DXPF1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B63OH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BEXHR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B263U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A9EIH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DTARJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZT99"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EEC39"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQGH7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AYXE5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DA5LA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DN6S2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CMW8H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DASQZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGUMG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWXU8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DH2RW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DWL7U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BTM8T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AUGPO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CER4N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ATHVG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1IRC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A4UPE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJMFL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDU0T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A9JX3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNRL8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001APFRP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOCGI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EF2HP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EIALE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BES3O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CL0JN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C578U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BA25T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDOC3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AY2UB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CICSO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BMOV1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BCDZX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMXVX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C5ZGD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BKM7V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0H9R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B72MY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPVS4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMV88"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001COWYH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESOXJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DNLWG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BM9MQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EO0CC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B1ZUX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0EM7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E14K5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BF311"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CUOF8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJR2T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DI6MT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZCXQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPDFR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DXE6F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EUM6N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AV920"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0O87"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJ5YX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CKUAB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DNGC7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D7XCV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DYEWM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DM75F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C7WKF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DYBPV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EZN1E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJ575"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ATQ4Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AP0GM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DUGJ3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSP1J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CKCYJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNIRX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLNDD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGFTY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDRDC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQ2FL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6SVQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DWDTA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DKM1N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AEJ9T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCOLR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EGVQB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B56Z6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ANRCQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DUJHD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BLIVU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKDZ7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CBR03"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJ5GP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFH18"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EK648"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EFRD0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BYI18"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BR77Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOZYY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D88KC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D16DN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EH7WJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EO5R8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BA8D0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBZT2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CD6OM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C8D54"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1ZC5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQCPB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AOFFY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BD6JY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BBZXV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DYU9E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EI5SN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E2EVZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EX4XT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZO93"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001APIX6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A9I1E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C95PR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1LUU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BEJL9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJY6S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BUOS6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DHXKZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESGVM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CIX74"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DEEN8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001APXJH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EL6J2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D5XAA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DKDSM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CKTCV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001APN2R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BL91Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ELEHS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3GST"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQ4SL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLJEF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BFBNP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EPNR1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BLFT9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBY6L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZWB8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESWV3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3IS0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BG73I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AT5MQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A69X0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A40IU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EQDP1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E2MMR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C2KAL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBCA7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3QH4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CY1JG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3WLW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DUL8L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ERF9X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CMCJD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C0Y41"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DM2JW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQYG1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AWAQK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ES032"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOJTO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CAG9I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EKKVL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BUHU2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AH95U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AL10S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSHMD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CKC89"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVDGZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJMY2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CBJ7T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DG92Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENAV4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BM1QB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNB1X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQUAK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3DU7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0VHO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0USV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EC2PC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AYW8L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DTQN5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXHUA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EQJ4P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CY3R9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BMGP6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6GRQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EPUY2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXEMW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E4J7R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AGWFR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AWAKN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDT3I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSLXU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EVUQA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWZJ0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQ8DV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A12EU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BEXE7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZICC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CP32D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001COPHQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D9121"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EDPOL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNYBC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AR6HP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BFF6J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRGRX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQGJK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKXXQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B2MF3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DT5A2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BIKYO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BLJ4I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DUBHN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJYU1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EVKZG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFPH6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BN343"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DEQOK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXOLJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B9OQB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ET3GF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6VJR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A9OWC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3UO9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AN987"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BV6EV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B8JHX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E4OCT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DHR67"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CBIX7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMGA5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDMFS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C2CFU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ET68J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EV8M1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECUHH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8TMT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DD9G2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQZ4X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6AXJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0BDZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ASBFN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D5M34"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQNND"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D4L89"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EO1VJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EMIQY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2XCH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B9MWQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSZNJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4TN9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CTHMU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C2OB6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EKVJB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPOYM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSITF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CYR9S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AT8PI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNQXV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DRG6V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3CQF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5GUX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BEFLQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3KID"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPNJL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNKGK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1DG2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSNQT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AU0RG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BTHER"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E22PO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EA9WI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E0KP0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DAH0G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D02U1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C0DCX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EV4PU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVLB7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLPU5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AW1LU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDO0E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EEODI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D681I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DYMKA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C8I2H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENDX3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DTQBD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B06DG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJ7IB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CHUUB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D8TP2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BPM8H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EH0SF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIIC7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMMM7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETFVD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2HES"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPI3X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E1BA3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWJIC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CBZY1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPCXN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BPUSK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVVS5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E05L7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJZ47"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CC33L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0HJY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E0HFR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3I4S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQHCM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGAZL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BBO7X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001APU0E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A67C3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EA9KA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BG5IP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CF5H0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVM71"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWSYD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D5PZ5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7Y1M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EM74B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBGJL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZXJ7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D5BRW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DI6PN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BUP7K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EDAT7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0JC3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWPRT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXYDB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AW3FN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVZR1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BBXIW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CI3UN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DI5UE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EL2G6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BL9JQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BCPBF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B927K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C0AYS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AEY6R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGO87"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2DUQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AF5E6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJCZ2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOSXP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4J69"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BC477"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWHAR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BU41X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EHAH5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DXFP1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AX9VB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D8WHM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKL75"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DSFCN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A3V3X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C16P0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AYAXS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDY13"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CTW3Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKK2V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1I2K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CP3DD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EG9FQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AHS0C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EW7GC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3CGW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BPVXX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DI3FW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EXE7J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ARUAO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ES7DT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2BUH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EO6OB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AVWVL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2T0B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESNOJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ARNQE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CK0JI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BHXJ2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BTI98"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BBEFM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C1BP6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DP3AQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DU37O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DRZKV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EZ1KU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLR8Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BXMHB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWL1J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DINHV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQ846"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BUTY4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EH6Z3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AL20T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AUXLM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DW7D6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D932N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ELD2Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DF7KJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D21X5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESMBK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSE10"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1G4X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DWUMK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5KN9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNFL6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D7MPX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BE9MI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXWF8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AEQP5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D4LIQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZD5Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EPG8K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D8TN5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1Z5F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CIZ2W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EEOGU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C8T77"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DOQXC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A0GK9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A59TL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DEH0V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CAQAI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BM78L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EKNZ1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCUSN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CL00W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AOENW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AK2QI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BW3Q3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C9PGS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CEC4S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EF2MV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6QIW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C4WAI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4918"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EE6OB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DL2Q7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EGYDA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AUUJO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DTNIM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C0CDT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D46VN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJ07B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECKCE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C761F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALFU4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6IOH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C4YAW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQGBO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6N06"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLMLV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DSQPO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CK1CT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSURX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DXQ2R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C9UKF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8AK6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBYFD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CAUDG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DMGQA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4LNY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3Y65"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3GH7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EZ145"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVITE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C265D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BUVCQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DEQS2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIQKC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBN38"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZJ94"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMNR9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCMRB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJR3W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BB70F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C8461"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B33O4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EM6MS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DXO8P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AI1K5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EIN2C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DOTRS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DU1Y3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EB5ZE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLMNN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENW6K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B2NXU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALAZ5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CH4RK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BW9PC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ATNA7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EAPR7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BH692"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESEW6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ASHMO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1WXZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQS29"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNT5Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AEQA0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D7PGM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BX1WD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CYYF6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BBAED"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A4TMW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B9118"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CYK62"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BBN3V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1WD8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0H8Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQT5C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECOJC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A4NF4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3P4P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C07AA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A27F7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDTDU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DAISF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DKXTV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETX24"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BTV64"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDPZU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DWWGN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BO8VZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENCNY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJXGL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJVMX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CL4QC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0USX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DADN2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CRYTB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DL20Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVBXL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQYZ2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRSTJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJ7QQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDLC0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DWVLA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETYC9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A0JY7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EWQ4I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALZ3P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CT52P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EX00D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B2ZSO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6FU9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNZ35"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AL5SI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C9E2B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C18KH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DVM7B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BBGI6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKD52"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5HNF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D4YXS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPEYE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETYD4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXZKV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BUI32"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1TV1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DILFZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0C82"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DSRRK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJPZO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSHNW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EIYH8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVMLW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNC09"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BUUHP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSDM6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A9Q3A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DKRNC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIKUG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DSFZT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETSHB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSRV3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFR8K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDR8O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EFEOD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCNSC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AOU3Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CE1PA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CM0AX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDP02"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJMVQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EX5IJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E2J4X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EEIWK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCTZ9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D78JN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DMTJW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A48ED"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EN7S4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1VQ6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DICL9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0W49"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EUHRD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3IKO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BUKW8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOD0S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDTKZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DKQ68"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BU354"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQSF1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DA3BW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVTGU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C8BXS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B2YLV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EK3OC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BR54Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EV6A2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3DKL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EEP1S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CAUVT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BTNS1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BW38A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AEV3R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DMFUT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBI5J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BFE76"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKX1X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DO333"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBH1N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ATD34"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C78VX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BG6E6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0CF9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AS1MO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AGGJ7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DKWC6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CT5UF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DG3SO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DKMTE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BLZO4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4Q1Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EH730"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E32E0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DXBQ2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EZ3NA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGHQ7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EMKCB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AVZNJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EKYM5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DMU12"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CHV4E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BR33D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBGT2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BB06D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DT1FO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFT1Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJDOF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIB9A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D9HBS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2RVG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJOA0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJ1QQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BK74G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DH5ZC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCE0Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DTWI3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BCOT4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BADAL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWLIQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BFAU3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSIL4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E5IXS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSTT3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EH6WQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C1MCN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D351T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BR1K8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BHIIM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVHII"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DT0GS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4M9U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DA68G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D7FOH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQUR6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0X64"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CHR45"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C9LV3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJF3R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BUUQY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B1ZAD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPBI4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D5QHM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BIGTE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BUXJ1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DWAO4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BAA24"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D9Y0D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSB4D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C5EYP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BYNMI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKHIY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ARLDI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EX6P9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EXWW9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AUN8I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AH37K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EXDKQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJB6X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CEPER"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJ3YB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EZHCE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C75ZS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AM56T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DADBR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CB6MR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CRZM5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EDO8U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPXSA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AN30D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQDE0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D5UJW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLIZQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DIDI7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A3EG0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ANS7Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6FGI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EH9KX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DUJ2X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGBS3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CC90V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C8CYT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIIS4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ANOGE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CKFLV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BC8YT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2ZPH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DU4NX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DUIAX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2YZ0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EGVX3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3L06"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AGMO9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2S9J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C9Y9W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C40TS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A0UJ6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B9EGP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DUNI0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CTT6C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECQDO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DHQ8L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZTV9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EPL5I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPMT7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDPY4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EL6L4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B954N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C1LEY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ELC0G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C4VKW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B8X90"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CUPOC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCV61"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EU4WB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EY06B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3LVJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6GZC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWPRI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6MPY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D9ITG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ELRNM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DEETY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C9WBJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNN9B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZK5Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EFR1L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DRYK3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3KQH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A0W54"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AEC57"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BLGB9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DRNB5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLVVM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJWWE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DXQAG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A98QW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ANLQH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BLTZP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AURJA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AXONQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BPI76"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DXR0D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EFXZ8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGTE3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A411X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALENK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CF8NX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DUVPL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A41BE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJF6H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2MGT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQ0U8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CB58F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EIJXQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0QF3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EG6V4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DIJKO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EPYEM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLNA1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLQLK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AN36Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DK7M4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLJ23"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AM7DB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BD0LL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B741B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CP05S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CW4JC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ER8US"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EKEWS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BD9O0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EZX12"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJ4XU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C9KNB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBHDF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BKEI4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BMU9A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AWOO3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BCKF6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CI8S0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B6WBE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CUAWX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EH1NK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D7QXA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DXVMD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C7DG0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVK4R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CE2PY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001COA3N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B6DIJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVQ8D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BLSIC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EED51"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B2F5G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJGCK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DA6L5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CELKY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBAOB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCUNM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZ08F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D10WM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ARTHW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ERBD4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BF4FY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCLUA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQGN7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQWC6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CMVLV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BGSKB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ASENA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ARMBP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGDO7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BMQGZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A0GFM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BEKZP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BILEX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AEZN4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B6PJY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C0ALV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DG6NS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C8ZZ7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6OKW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVPVP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EMUIE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGGLG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CM8ER"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BIBSZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CN2MP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ASQ8N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CEUEX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDK2F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A0L4Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EDD2Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BI8Q8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EF5RF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECXJU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DNKEL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AUT5G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3QCW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDQUH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CAUWE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2IKB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CY9XS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIJWE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DKBD8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DVGE4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDD3I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AF7GJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6HW7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BIEJ0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BKG8J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0KCJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DIO11"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D04FS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B5IU3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E254L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AVO7X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1FU0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EUKFO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BO1HX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DMB26"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D29U4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CRN4Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DUFLC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BMANE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D35QL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C2MSP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CU62Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ASHNW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DO8E1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EPED0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AFE2Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CIYNY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBHF2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AREY9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CUQ0S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001APR6R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZ6YY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EE6NB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2W5A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D86RS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRLFL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJXPH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DL4XT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EU44C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DR8SK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BFKO7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDA2X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D41V5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EL3BR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BOWO5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EAR82"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CM6EQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6V8H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EMOBP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EI67N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BHSXZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C8KDY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DRWOH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C0FQ2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DHVZX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E3083"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DWTG9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DH3B8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AM1IE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJW91"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BPOAZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZISR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1PQ5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D69XJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENOCS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D059N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C01OE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B39B7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BULXD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQDCZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALJIX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CBPOE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CRYP1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B7T3Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CAJGU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AXJ6S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALHFM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EWZ86"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AI0YY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DTCZM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CKABI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D5XVL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C494I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DB8QZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CX20Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZHGY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALV5X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDSKL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A89XS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CF830"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BCYL2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EIANW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D4NLM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A44RE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E1CNO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ED81Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0POB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DYME5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CN1XP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJHIE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNS8X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJ2C2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWZB5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BPBDF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BF28M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CYY47"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EG4ZS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C02H7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CE5HV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5Q6P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C61Q5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AOZXF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGZRM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQLU7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKBPB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BR37F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001COVAB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQBW8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DV35L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXEYU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CTE0Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNS5R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EW9O5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C7SWA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C2PD0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZC25"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BALO9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5XIU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZ093"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2AEE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E5SDM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CKXGF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJZQT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSHB0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DN6U3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6U0A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EEWDZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C5MQ7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AW1VQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D7R3C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CC7U7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNHR7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNTCK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BV6O6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DMBUD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D01WM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CFHR4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DNAGK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBXPR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMWD5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BPOA6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AXNI0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B09TO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETACX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6BVE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EGYYG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DAFMI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BLVEN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3J69"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0NC0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B5VPJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPCTN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1RMM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E0JJ6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BS0JU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BHGGN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EGVKO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQOZ0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E089Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DSZHC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BKQST"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BYY1C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZ0WB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENTCB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AWO1P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BPB9Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0FF1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BW5LP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C9V0H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CM6T8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDETW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AF6IW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESTMW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EUHPC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DA6U8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AU035"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DHXDT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSFEZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3NPX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLZEV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CL54U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOLDR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKS3M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DMTXV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A3WQR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECX5K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3D2Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2RUX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EC0PB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BIKXC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C2FJD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CP3KM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DAT56"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DI03D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B7LFF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C02HS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJZXU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CF6X5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNYJA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6E93"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRS3S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQJPY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CRNTC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EL6SG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ED068"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AI9IK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A0KVS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DEQC8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BHMXL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DWVWY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EL0JX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DSWXC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BP8K9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B8J3F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EG9XX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJSTQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DW4AC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EX0Z9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJ8TL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQDUR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D9RTU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5J2H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZCPT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CO0YP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8NOW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCF82"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGIO1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B5QLC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EV0BK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXO05"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AF3WE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DEJKL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZL9H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AU0ZO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DOU4I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3CP6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BU4LA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGT1F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLQUP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2Q2D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DL86Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EKQXM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BB8CQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BALN0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B2V9Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B2RCA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVATR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6VRS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDA0G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C68BZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BGKNE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGNXV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BXVB7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CT68Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CL95O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CTLAF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001COE24"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCMC3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DNS8U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1IVC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQGNQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AO1J1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BGKXF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DY0HH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVHXU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DC08R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4056"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DYU5E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C61I4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D8D82"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6S5P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5NV5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BP6U6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1ZSP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D948K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001APBUG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPA05"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CFB90"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BO26H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDTU7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B1UKV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BGYKP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AWI8A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ERPB8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B6KJL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6EWC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJ5HY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ATZGK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVJKI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CS2JR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCYAR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D37HM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0H1E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B65BG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJEX0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECAUX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EITFI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0KXD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKNL4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EYDB9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BCQN1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DKVKU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BGINZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETQBC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C70VD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BU94A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BK11O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C1KMY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CBVTU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSQC3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSFV9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AN92D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E3JM7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCF89"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWN6V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZARU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BV86B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZX8S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AK0WO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BGIUX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ARY2U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C5O9B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BORUD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGMQO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C60L0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AXWID"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D5BHA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001APLM5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8YXA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C4KLA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AUO7Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DR4GL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJT7L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ERIKG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBRZG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZAA7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1F12"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DP5KB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BXORL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BOEZM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AGGYX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EMB9H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B52NK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BLQKK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CTMYM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AO05A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BINEA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1UIA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BHU11"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVEJF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNPKY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CO8VV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0SW9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D43SE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CHEUV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CH1T9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CK4OI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECX67"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A4K5H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ARDDE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQAKJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AL28F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CT1CB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C8J6G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKKZO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D20M4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCPAG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALJHG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BOCH0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D248Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1ANN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C1LDU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRZLF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CHXQQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2NFO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DX58Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B43K3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ASTUW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EO9AV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDWT4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CINOS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDYWL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DF84J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZUKN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EG5DN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBMRO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BIW2D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B56QC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3JWC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQAN5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQ8PZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIBKH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C52IX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALEU1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNW9I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CKUDR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJOYK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AFIFZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CTJZ3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AG9EN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBIAT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMVKE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGOFY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQ370"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D9581"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EQQT7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C90BR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CUZ8I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BTSCZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DIL7D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDAZQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DT6V7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A4OOB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A00V8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DE4VA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BAQ6X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJI7K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AF6FI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DEOWG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1SOP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CG3V1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001APBKR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AO3GI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DU3CY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DIRBK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BN5G5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BXQKL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7E5Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D4V5M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DAF30"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DAMF7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ATWQK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6ISC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E0SMP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DW7SL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8UG2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B72OX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BV8XL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EO4DF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EHFGM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CS6KG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGMGM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EKEXD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CRJ8G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8VR5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDMZ4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5HAA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ANEPB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ER7PZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B2EB2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZ4QM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7NF9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CAKVS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D24KQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EL950"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EIENF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQK3F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKG7O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DF1JP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C5W5K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DG238"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BOQZS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPRI5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0KKO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJ1FS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E20HL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CISXE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EZSD9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CKM2E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A4J4A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DUEL3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AN4GG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EW68X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJY2I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BKCSV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1DNB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C8QHT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BOOQI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQWM1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DHB5K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7YAR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A9Q52"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BY5OV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EL1UE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AFVSS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C183P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPIIV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJ5VY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BMUTY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DAFDD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDKGA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7TXZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CTYML"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALCQ5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CT2Y8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMWJ9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AVCU4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5KX9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D7TBC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AK5P4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AYAMS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CI3UJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DT2AG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0UMG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQ2XO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CV6EO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DRXS4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ED2KQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXI7U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CKS7J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B9LVE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AW7NX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AF1R1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5QM4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DMC5M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQ0NP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B1TPU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BULS9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BT2IS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BOX2T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CFQD6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3M7Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DNRCD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BUUL6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWEP3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7EXJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DRH9K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DHQJ5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BEIK9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BFHT2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AS9A6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DNIRO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B6JZ4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DA04X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D8BF3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DI1RW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXQPF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DP7RY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AM43T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AOXQA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E0N7Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A59OZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJ9PC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001COTD1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DTVV8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BX704"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CG0P7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AGFQY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B1954"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C2QO5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C50YP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4IBH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E0M2A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CAD9L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C2KSO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJL9U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSH4T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6719"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ATCH2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DF5PO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQR00"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EO2DG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CP4NZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BMA9D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CO8AG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPLAQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DS64R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E3074"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AXFLP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNZPV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CG7JV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DHVG3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AS7EV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CW5RY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BW9BK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AFNLO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B32TV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DYMY7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BBCJH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BF4EP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AFCLT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENPJV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001COYQ7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNZCS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNGMO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ARSSO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EYUN4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AE52Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A538V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CUW5A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CG9KS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CF4GD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CKGOD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CYWNJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DORI2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2XVX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BGM1W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFU7T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A74AF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESGA5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BLEL1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1OYP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BMM53"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BPWOV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6BI2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CUE16"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DTLQ8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ATDBA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCP04"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B75BR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B2UOA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDUTV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C5VZB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPLZI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZVO3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AUNDC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBKDV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BG4GH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B8DZT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCNNB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCFQT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIHH1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQBUC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJACN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EM18W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2LJ9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCI5Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E46YN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A246D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALL6V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQDOU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CY88X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EUTY6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D11XY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E3SG3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E3VE5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CO0K0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AEMPO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EF2EL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AGTZA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BMEBG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQIBH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVJ8N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AOBR1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BAFIL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DEUR4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DI935"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BLXLI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EWGNO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CHPFI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALW3E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D39ES"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZ91Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C5Y4G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFZYK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DU4P4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BIO0W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CW6Y0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DUW9D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRL2O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPA5R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2YFG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENKS8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQHI4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D9EUW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CF8Y2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CYWZE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001END0T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXHWQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZWCN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CILV4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CMV43"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXAOY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESCCC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AHXSP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DRGD7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AHIUR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3VAW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQJ8M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BT0C4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDAHV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0ABH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSTOB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EGGNP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E4B4Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETPSC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DT1I3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BCPQT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EYKA9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQKKE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DL5BS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B5GOX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BBJ4E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZBF3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BFHK3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ARX7Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CYL3N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CTAL5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CMRMZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJ1KF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6DP5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMKWB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQA5U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQJWJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVJW3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AFLSI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AM7LJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQLL2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ATJCV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A3VVX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EFE74"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVD8C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CRSU5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BL7YN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BL0KZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDTJF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZ06H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B7U28"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CTFDS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B35B6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AYGZK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DK0WV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPWKP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CKB2R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1BZV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BUQSL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BGSL9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DW5TI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DEXIH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CKIUP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C86TT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8PWG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A54VD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQVSY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWFG9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D71UW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BV1G1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLWAK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRSJE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZMBE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZ5M2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSXIA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BYB41"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMFIX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A11IP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BXXZD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BBILI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFNLB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESFV3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EUB00"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CAPKF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLVEW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DNBL8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2CMV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EVPYY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQ7T1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001APSNB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B8ZUW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001COL7D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C63ZO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVBAF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BC2LP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CIEZI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A3I87"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BI8DC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D5YQD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CIK0J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CUJ97"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AU2I4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CM1SN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DOGBL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AVM1F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BIIH8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DT38L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EIQRA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQZ3D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2LCZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSYHY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BN1PQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B2VYN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWYR7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DAGYA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNCB7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DUENA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EWHWG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BPIMA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C7LI6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DR6PK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BESVH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLXKA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A57M6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ASH4I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENU0Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2RVU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DR3XR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EYRDE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKD59"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWXUN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001COP50"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BYSF4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DKY0X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BX8RH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DKIHX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C1L1B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AU99A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EPGMR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBGRZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EQ7VW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCECZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6CXP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AP3ZY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E4QEZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DH89X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D06LX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQ11H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DVRKO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBZGK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AXO7D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A0DIF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C2WHP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C4SSV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D685S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A9UK0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C7GFE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BC0PW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWSUS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BIA6P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ANYPK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AP0K7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPRCM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D8IRX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CMFAR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EF01U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B7E4N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DRDE3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AUF8Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZGO6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4D1T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B1GC3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DNCEY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3UQ6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001COY10"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQAE2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENYAT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B8B9X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CMEZ8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B80TF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B82IJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0Q57"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5K0F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C1EIK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DW9H1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E2V9W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETHGA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKZBO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C7O4K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CMRQC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DG3F7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CE3R9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DH6IC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DP2AI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECP6K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DSKOB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLW66"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AOAND"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D51QR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJ2WF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3VQW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AV9XS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C4UVG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CX2LF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3P4W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGJER"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BS4KC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZMRK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJ19S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BX2OV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1A4Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7HH6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCCA3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AGT4E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BG42U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E1QXI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EUUE6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EAB4X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D9UET"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BR3TH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQXU2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DI0XA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DUECS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETMYI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DC57H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJ9SD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DL5UG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQ3L7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AL7YW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BB3UG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQC91"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AHWNA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJC9Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001APT2N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPIDA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EMCU4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DXWNY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJY66"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D7Q49"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCQ1N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DU2EM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B8AF7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B8FCZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRN8Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DOQ94"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EGWQI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESD6X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWH2F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BYXJS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EFLF3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CEU8M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ANPLX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJ4CR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B1RYB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BROHC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DX62X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQ0Z4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BXWGB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BY7Q5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EN814"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EIEE6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BTYT3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVNW0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EQ911"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B5MGA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DIOCX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRGQI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C29OJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BMY72"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EDAZD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B79KV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C054B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BBMO9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B19EI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AW1CK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVUFQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B28QD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CTCOQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALW3L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A3SPT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3LS8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DYBJK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D8KM2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BIGU7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZW1I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFSY2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A9OOL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AV5RM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CONQH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKDWB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BV33R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DHTMH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCOLL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B29G0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BY2X3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSYGD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMHDV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZEJX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A104L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D9IQC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DV4U9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNZST"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNRM4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DX0TW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQGPL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDMTZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DY88Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EXB22"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AERPZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C80S1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBAN9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EI6ND"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJWXQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVTZ4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CH16F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AY4WB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENQBI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C7PAI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECRGB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CYV83"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CV3W3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D7043"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWO01"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDUUN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C5NJX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EWW6P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6PDD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AG5C6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPITO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CULO9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B1X6F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AV0W0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C4P49"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2FKS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2TJQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CTKEQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CHFP0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7LSQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AOB8V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOK6I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BV7VL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E1KVU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BC5KO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A4N3R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AT547"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AT098"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWJ5P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNJGA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ATQ2T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A674L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BGSWT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CUHBG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ELOVB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DR8K9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DTOP5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BMWS7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C1CKW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBROS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AN4F9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCNHB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CE1TD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B5S1X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CITXO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFFOR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJD37"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BOR5K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZ929"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DAUO8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D193V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRTMM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CAV7J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EXKJ2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPWMW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EN4QL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BU5C6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DOD66"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCN6L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ANM2O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AE727"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EHOCD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AEMQ0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CT7N1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGF2M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AU7GQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BTE0Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AI0RI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1P4X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENYRQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DIJT9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBVIK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CA5S2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6YMP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8M0D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DM6R2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B9HL7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EYO1K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJVXG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CMC74"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E09O7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCKAJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGKAB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGM4W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DIX71"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AN2AX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJFUI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AYK2U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EVYBK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BEAIX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DE3GH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7KUF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJ1IU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AVPPI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EVZ1D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EFG0W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CECNV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BIO1U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CYTOH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DU5IO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AUXE9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CH8QI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BW5LF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0F9J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CFT9T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETEAO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AUSC9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSUW1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AHMYN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DAHOQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPXVD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EF4SX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B8PKU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BGKMN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B15Z7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIZL8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AUHR6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D683X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EP4O9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DUY3W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D38P4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AI40F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DEVYH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DACQT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2KXK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BOBC4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFSVL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSUB3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DTRGH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0Q6D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRI5J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLPH1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ER35T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BEXSV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CRRB6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B14C0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C31DR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B8JCT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C1TAA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C4CLP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCDW6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BIQ0Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DEYL0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C11PP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B546T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E32AW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CF1BF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDIYZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EPHUW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8UCG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BULJH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BPFPY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EIF9X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BEYVJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B5IBY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BCOC6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AF7VS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CBMC0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EK1FO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ED0GG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B2FKR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCG3A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C9XXV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPVA7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSLLE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJJPB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DRB7W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B44KS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A461U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DKBMB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DOK43"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CG48B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DHXVO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A9094"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDPWD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AWC0L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CMHTP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BLP33"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B2JN1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D8GMX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D4C00"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVAD9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5ZKW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DUNEU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BE6NP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLCS7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7RXR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AFFXH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CKH4Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AXYZI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DMV90"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DMCS5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DV45O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DII1D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ELXY6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CY1MQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CHSCH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRM5V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1MSL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B264Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1JMC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A53RL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CC9GJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AF76I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D8U9T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BV6EH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B6NMM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C0XC7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DNIL3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJCT9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CL5VD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AW2NF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CTT42"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EKGJV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQ70G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B53DG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CW57M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CHIIE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AHYLB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DSCCE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZ57E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8CLB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DESZJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BY4W5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DXNBT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BS6XC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKQYL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DVM45"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B02KN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CI1DJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQ34T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B40ZO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AH7QM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A24CT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EWMHC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E1X00"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNMIN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQ23T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFWED"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ERM4W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CFKGX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AT552"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWQ6I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C9SFI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVGQY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BMWKN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJEAP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D65FP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CMTTA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DKH2H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQX8F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AUZKM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DXRLT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3F22"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDZXW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EC39U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ED4RR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJ9AD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EANZ9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AHPRK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BLMEM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CULT7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AHCIW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D4UX9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWGTL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DSCKH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ARJ71"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJDH9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EB8GA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXMCR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AU0XL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CY5SN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AXKZ8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOS4V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BO5C7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DXBN4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCYLC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CB1TX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B991B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DAPPU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVXRA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B7RSW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CH8ZD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A3BN3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DSJF6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DU444"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BXTPN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCDRA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ATEWB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLMYB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CC2FQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DHA2W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BIFYA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EH7ND"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQQMF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C7ZBD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ARGJP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQFBR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B2PCR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3BYD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DF4FE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EIA0C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B1KEY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3UTZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6FI5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBUYE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BMOTU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A4J7V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZMRN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPI7T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C4CBP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D494W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6XYE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBHXX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C11CW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZKEJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJMTR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E0HT7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EWPZW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPTW8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AM8S8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B7U1E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ERHBS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECX6Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C5EO6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E0WPD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BYLYZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B6U87"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B1PFE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D5D1O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESW3T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGMM4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CL11X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DKRMY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQADZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AXYEU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXU0W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B6RS1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AP8YV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DY3DT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B1CWT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGDBV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BE66V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGRY3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DEEJ2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EPQA7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJ253"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AF1PZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPG0U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ANM1J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFXZF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D91DA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C8W5S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJHAI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DRLG1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AVXJY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EF5T3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZ676"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWR6V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D81AU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BPCD8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DMQ1X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJKIA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E3SPI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BOZ60"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A9U5B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2S8X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECGPM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRXU1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A3TQ3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A98M1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B440M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6BRC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGZI2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3B1T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0U3H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJ3RO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C9MIY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BIV1E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6Y6N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CULCC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EXU5X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EY2DY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNXWB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALXBH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B9WQC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQEJ9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CML6P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D08CQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDVRK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DG05E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BT4GU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETX2X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CW944"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C4E41"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D5NPT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CEF9X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLDAC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ER2XF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A4EXB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BKA5V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCGEP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BOB3R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1GQ9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BK25J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D4VAG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZVTR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CMX16"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CF27Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C8J0X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWIZ7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D7HC0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CU3N2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C4ELX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E107Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EWMVA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EXM2W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D20KO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AF1N0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BEZGQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CAO7X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDT3S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6GZI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B6Y9C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPBN5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZ80A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D4WWJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQDR5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLS9Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DWWGK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DY8MD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BXVPY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A04F1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJIMX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXWYE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CUOJ5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6BC0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWUZ4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CK76J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BO0YS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ATICR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AK9ZT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CL42Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BTPG9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJO5K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BEV57"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EHQCV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C7MYT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBZNZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E38NU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8MTH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGUYT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EN3AH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7JC6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AEDB6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C9N37"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BGQGA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AM7JP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJ8DN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQDMV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C9LOG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2ER7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A97HB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DVCOB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFLID"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZEW1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMT3B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A3B09"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZBHR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C1A4H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRTYD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B2UVD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EK4QD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2SNN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A451M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CMHFV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EUVLC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AS60A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CES55"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBVBX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B7BBF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLDY9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BIKKK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EULCR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2ZLJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C7MKF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJHOR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AY1OM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AFNJT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B64D3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BUYF3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CRH4N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7GT1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSWYA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A29MU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3WTP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ARHZ8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJV28"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B2F26"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D44LT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJGVS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ANQLR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EE8R8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BPDV4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZK09"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D7U0T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CC7WC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AO39T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVSCG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDM84"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJK4X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C0EIP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E0ZQN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGLBS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EF612"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EFRW8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DRPX7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJK47"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AP99L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DX5KH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVL5Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A41RB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6C79"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CFTZL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7AXX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EA6Z0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CP20P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DM2TR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSXWO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BEZ7E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSCPP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4JQV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CEHFU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B9V4U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BKCHJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CMA9N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EFHYK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BCR86"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DX9CS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZBFX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNQTK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVCVH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DH1BI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C02UI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ERID8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJ8LJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZ7KM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0ZL0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBCBR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A3VB3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CEU3H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DOXS7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DAP0Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AVX4I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EDEJO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BPNIE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C8CDQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJX7Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVD5E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D72KK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BEKGR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ARS51"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOUKJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CAW3L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E053M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDA0X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C0ZAZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001APHRF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSMZE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C5P4N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AW0MF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C2PZT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENOG5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A69QH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CRPGT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EE9TK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DHS4W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EG880"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EYVDH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZEOM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C26A0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CD4RJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0OL9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7XKK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1555"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BXGCU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DE42S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EAB44"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0VK0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8DU2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CH365"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKENT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D15AH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CB0SG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BUEHW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPKTL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQWEX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DL5Y2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001APUX8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCNR9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EYLVA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BKYN9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2OX0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CUDB2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D5640"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B85M8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BA5MJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BMXT5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0IUE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DTN1I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIQQQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CS6D2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B6KSW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDLZW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ES5NN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AW1J5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BPEOL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C4K6P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EZ6SF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDZRA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIX4R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B8ZXM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DG66O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ANKES"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AN3C3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A98WB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AN52Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C9LO5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BP5EC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDL9K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5V4U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBMY4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A57LT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CMUCZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EO96Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESH18"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EMBXM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJJ9T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C4813"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CFFS0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EN6MH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EO7ZI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CT9IF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D7YGN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CIO6Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BTBVJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BFIYX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZZ2B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EWKYW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BGHKS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AP3LG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A41FT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AM1W2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EPGP5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DVY4A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DU0LR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EAKA8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EVDQ1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGKO0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EZWPW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BFNSG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRCJ1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVGDV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DH0U6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BOYTO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B6VKT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWCCH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5YTB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BMYP5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EEKNX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001APVRF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AU4VM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BO1SR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EUWBE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CAV9O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8FBE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EGIML"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D02QO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EQNBF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EVK0Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJA02"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZRQ5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EE7SW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CG1Z8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPYAD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDUZY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALJR9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8IDN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C28Q0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBJEN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ATNZG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AFU3Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVN3Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EIXO1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CB6AL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ANCMJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BHL0P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSMZR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AP7DE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AVTS0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BN53C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOQ07"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A4B4H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EHLJ0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DHOHT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBRLH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C9438"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EKLQI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E1H0Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EANP6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B86JJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6920"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B9YU3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CTP9Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EPK1O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ERPE3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D544E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPUG4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B24WS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001COMF5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNVCG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ATH2I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AWZQD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EYW01"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AYSYJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A3WVS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E3F2Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJ1PO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CD589"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B14N1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CTG7D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EQ16Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A0XXS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CO6YX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRIHM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DKPQG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D8OJV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZ4H1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DY8VI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0OEL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BI1VW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLG0D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B3510"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DU9O9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C18EI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DYHFC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BPDTW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DMN7Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BHK64"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E6HLG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A4H6O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CHAAQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AUAMM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCOLP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C8AOJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BN7JR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D4AUW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRYXH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BW0GJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EG7U5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CAMG1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSRUG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DKT9W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BIH94"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DRYVA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6WVR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A3HAC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETVJ1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DN7TD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AWPCE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CN87K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AT871"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B9MX4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQZ7U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DM81M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7UCN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BD1WY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPRVP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BFPNU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJ6LP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BC3UA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ELI06"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESEG6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCSYL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EXARN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CYCUT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BT20L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNSDB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLRR3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENW9I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DRTLT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C0F2V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EKX4Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ET3LN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQG0W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBBYV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BW39Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECKQ8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B81VY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E0ZEH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BXIX2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AY6OS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DHLN2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJEOX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLO6G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BK67E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DB8NJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AOFM2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AXFF1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ASZH9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AOT7K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BII3C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E46CM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BX25J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRV0Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B974Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWOPA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDFSG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BKZRT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DWPX9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B31BY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVB0Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENWN6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CEMG9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZOH0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C9NIK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2XAW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EM72G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EK28K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ES7QN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3FQB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPZJO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BX0KH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3FCE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B01LF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BTLTU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZFAC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B52CC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DA9B8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BN15Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJIMU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DT1GR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2OL2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D760Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCEJO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EZFBQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AH6XP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EKVOR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EC5W9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRB2B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDYX8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BB9YK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDG1S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EUNUL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D5PMC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DC2D4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DOJWI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DKUFN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJRZF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZQ1H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMWDV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BT9DZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DTZ5F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0PJ9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBAKB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DNJLQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSRLP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EQU4W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6XGG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBUOH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DWWHT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BEV2S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C366U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BXDT3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D61XP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CI93M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B874Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSAIS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BPADT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DV3LT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRBY0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIH2F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BHXKG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BP0GH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DU8CR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSRW5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CN5NH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B5PHQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DW1KW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ARZQ4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BG8VW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CX782"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001COR2A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWOH8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2I05"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CBKPV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DEB8E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CS2NL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C2BS9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWG1T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQANN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVZPF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CB9GP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNU6W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BUUF4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EUTFF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CHVVN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EV2TQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCY8G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C4V86"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ANMFT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DODIE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EN26C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CAMX9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BN2F0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJ4IU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EX4SQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BAXFH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DHIJI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6J4J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C5ERQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A11O6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A0G9B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C4S0G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CRYVH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AOBUB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQH8D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSL3J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BE0XH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQLFY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFKKK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CA4PP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B8CF6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D399N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AY8HH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2L7I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CF13B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EUPE3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ARNPF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DE3HG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CRA26"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKKZ7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DY3TY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C5U4K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BIXIJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001APHJD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJU77"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DEDLS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3DY5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DMKQL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DTVEL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ER0VV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CE091"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DS6K1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AU0YX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C7X98"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJDL4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C1TNT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7CG4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQK3W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CM1ZV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2WJ7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DECRA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWH5Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6FTU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BE4ML"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DS9PP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CETKO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGK06"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DI3ES"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CD50H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A225C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQ3K6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DXTND"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EWY43"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A26RH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BTJQ1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DY8F7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CE65W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBM8K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMYCH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJA5R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFTLV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CW69I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BFSGE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BB9XR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EVYE7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ATFNJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQGHU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLNXO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5E2N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EQDF3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E0UJM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BWXZO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D9YA3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EG6RL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E1KI9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETFOB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BG3WU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BEC20"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BIZS0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSN80"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDZF0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPWOR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6WMD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLH4Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJXNN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2ELM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNI15"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C99WR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EPE59"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBPU8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ASYDB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BUSXC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CYTOA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGRT2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CIG4J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6JW5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EWKTZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DRHNA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DOYCR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFOPA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDA2V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CFZLO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B03H8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DSA52"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXSMH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOHN1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AS6M6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B40HY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKRNL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZLIR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCMBK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ELZHX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BAU64"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BO0VB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B899B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C9T6D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJU5G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5HTK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLK74"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A11JI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJ9WR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBIMQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXMON"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E4EUB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E15F4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001APXLB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DMKPR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJ4TJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D7OMG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EV4XX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BXFF1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DOTQB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BL3U7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AK8PH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOLNM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B86QA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B285T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EAUF1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EZK1S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C9QYJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESMCA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D9H3Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVCF7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CYTID"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETHDG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EI8SG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCIQS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CB0K5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6D7D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CYM11"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVT2W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJIW7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJTQD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BT80M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CP439"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DIF0B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C7EQK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ES0JB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CU6OX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AYFWP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D8ESZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AYS5M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AT6TZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BB2DL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSNB0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BD20D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E08MN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AM3U1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D77KA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4437"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMONH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJCQ5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EAWMJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AN36U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BFN38"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BB2MF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BHZ3P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CG2LQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLFON"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQ738"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CBCVJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B55AS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EXCBF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BKK7T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLSF8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3HP6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CDFXS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ERLH8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPWQM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EPEVX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001COBD6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2A0G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNHO1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DVNA6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EQZUO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CS60F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DMI90"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AT3VF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AWC06"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5QA8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZHVO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8AXM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AELV3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B2OAX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CA41W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EWV0L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDCLU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5QFA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRKFO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DM742"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLV83"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DMX4H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJW7Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZYCE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXGSC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DNJ3U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DYMNJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BIY9K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A9WB7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DV6HM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B2PH7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BAOTO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AP8T4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3F5M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSA6K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXDR8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C8RQZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BBNIG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BKY3I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B5K6P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0G3L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ANXTJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C1I1Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DRPXW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BYD4T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EU3IM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALORM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EWKXW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BBO91"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXBDS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJ7Z1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B66X9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BPNKH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EPCP3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DI4MC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DIHAG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DTWWU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CRSPD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DNZD9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B5M3N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZR7N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3K7X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A4IPA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZIPY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BCSNY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A25GF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZBH4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BR9RG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EGLVF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMFV4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CUJD7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGEVI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001APJK6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CI5YA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AF9KW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EQEIE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EFKS0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVRFX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AN4DX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DP017"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AW9QS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ELZVW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B9VWK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AGGMX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EKXJ7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EDKQ7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EB9P5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CT0VO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWFDN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EI9ME"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EV9XI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BO6GV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJ5F5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDZ64"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CO14W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BTRYH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EHOKT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A5POH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A87B2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BYEE3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4MWS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BN59A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EHQ7I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C0HAN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0IQZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZNGQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7QCU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BYOHC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E5CSD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQGLS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BHQEM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AG3WJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B7CX2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CITKF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CU3SY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EVDLH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EWDAP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DNVTK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D4LKT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BQNLY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CK8F7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJKJ3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DMLLT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNMFK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNUU1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DR53I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AH7RO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AN1DL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFYRU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B5Y52"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6YZY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DSLIU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C23JD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B6OFX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AW5N4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLNV0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B852M"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJNAJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BA1A5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0L2Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2LMY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CU7PP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ET2GC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQSAV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJS18"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BY79Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A04NU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B9PBC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CRO89"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBSFH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EUR25"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C36FQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EE8Y2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFKHN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BRIPT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B7GIM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESKYO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D4GOD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AXQSO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BK6CX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CXK83"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPUVO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DR4IR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DOVHH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B9H6U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DIT11"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DAGEK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EF2U3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B1DMR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EGUR5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B6QLR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CV5VQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGK5O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D92UT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCY2W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1O88"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BAATX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CI380"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLI5A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ANUXR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CUYEL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVLJ4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EXHGJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJ6T9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJZSQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D30SH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B5KI8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DK99P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSQKV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6YYK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJQJ2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B7U5I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EVU4P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EIGDI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3K3J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJ6F2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A4Q0L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B5MOC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C45DW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ES164"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQHSX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AI9J5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E20GG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ELBY4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2IDH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENTV9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ERNN0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZNAS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E2H1I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C75P3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A12RU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETK33"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B9FE0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DUDOJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CESH9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C2DSA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQVN5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DF0ZK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BCA97"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMP69"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DT54E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKW97"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AYPHM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BLW2Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DAJRZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3JT9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EZDST"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6PQO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EM22J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CRDDY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AGYTY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DXFYU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C50KP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CG9HJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EDCRZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGX06"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMUEK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BDAZU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIR4Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1NEX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AVEUV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CUUNM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPU38"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D9DI5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0UH9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D4LWF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJM14"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C4R93"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BUNLU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGU82"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DWKT6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DWV4P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLBET"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQXNX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E26I2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BF20D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BU5Q3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3GTN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D68PY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJUMU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E3L9Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DKGME"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CNVA3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DNTMI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B7PLB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CV6D0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D5GMP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DEFRV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EB44Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6G48"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BOSCC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EFK2U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DT2NT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZRRI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DEZ5U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BH4GI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDDXL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIUMG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EBG6W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2U3S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AVC3D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNP4P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ELE7Z"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPV8J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BBRCX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A4GC9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZ2VV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BCEPZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B1SPS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ET0OT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOQKE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2UWF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DB4TY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZ1TD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D5RI2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D7N15"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EUAHK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AN60H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B306I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D7DVJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CR7AO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DK29L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DHA8W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DNIII"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CQ95T"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AYFHG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1ONR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJWS3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EWMGY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AMEY5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECY3J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZDDX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWOW6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C4YST"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJ0BG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B568W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EUFBG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CVCXS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E1M0P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EK3HI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6ZO3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DOXLY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B6D7U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ARBVC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPRS9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENO3V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DEQF0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DP12U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4H1S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DO4PP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AX1ID"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CPRE5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AO1L7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DWI0E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AUMWP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BY4XC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CM4K4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALAP8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZ8UB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CUD10"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CRVMB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4AKU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A0W2V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A7OGN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENNPW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJATF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ER44C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C5Z2A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D99RQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BR2TK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E3L7E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D95X9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AHQCV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DC9ED"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CRCUD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BHA2C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSMVP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJT2J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AU4J6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2QK9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DKVT2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ARLAC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B30BM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBI9W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKOP8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EVK6W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CCATK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C1CJH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ESXMI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EMR5L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2ABU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BYNXL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ER4ZW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EZSI8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGBUB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EY8G0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EUXQR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CHVUO"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BH4UD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1QHJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D0L8Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EWBPN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BTNXP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EA4WX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CEXMP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DWDBA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BFXIP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D19R2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A66JX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AO56F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DTAK7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AW4XW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ECR7H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJSGA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BAI74"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DWHYF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DK2BT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJ0GZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EDWRN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B7ZE0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZHFM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DS58Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DR8VQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AV55W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EI0LV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C93F5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCYSZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZLVL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D190O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2780"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B23YS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ATDNU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3VFM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DFFMI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EVTSG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CHYU4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJ7O2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001COMDZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQU45"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBXHE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EML84"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BN3UU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EDK4N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BFDQ6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DELM0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DKWPW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DV29I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DPY56"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EOMZR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E1OVF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EIOR0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AZZXM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CO9VU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D96ZW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EKWIS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D7646"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D4QUD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCJGV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C9YZL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EAR1W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CO8XT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BAZAL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BOBNA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BG6OY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AISHW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EGXAQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BX6AZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CIQHQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BYHD5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BOTKM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B2Z07"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B25DM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CF93G"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BO5AY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZ8GV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BUZV7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EP5E4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CYEDU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DT6BL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CKACU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EB13E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BI0RV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ANX9O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZOC1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DYG0C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DY3ON"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DBLWZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DI1BZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVCAR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EQ8DL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EDVIZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DK6VB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E3156"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DSIFH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CU13S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DQUX9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E3ORW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSL1W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A6J3K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DN46E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D4OGY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BY2VC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BOAHV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ELREE"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1Z5B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSGSM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DRX66"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CEZ6C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AYK7I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EG41R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DJ37S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ES1GW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CKBH1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AQ74E"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0JVU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6WDL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CG21L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B652J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C8GRS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BABER"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B93FY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BN35A"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EXX5Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CBFUR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CR582"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C5QDQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E0QMY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1DIH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSCSA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A0W09"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AUFG9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CJHG6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D85LN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D6FYT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CUMSG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BG18B"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ENTG8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EY2NI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C97YC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVPQD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ERLGW"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CBLPY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CENGR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BY7J0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EYWW7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AK9ZM"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D2FEL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CWJ2V"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EEII5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B02L7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D1R8F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3ECS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BSIKV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BL585"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DDUAP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EVP6Y"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CK48C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C1H0L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A35CA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DUG9L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CO22W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BLDJG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C61J8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AWH8I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DR69X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3WNA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ELD3K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DZ0KY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DSW0R"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EG5HK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AXHNA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CEWUS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AX5I2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BEE6C"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BVE7J"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DGULU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZDP6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCRW5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C1DIA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A50EY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EFOYS"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BHY85"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CO7ZN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AIT6L"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AK1Q9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ET2PB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A8N6W"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AI4ON"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EMX9P"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CT0XF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EF3G4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B073D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EO4N8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EYO6O"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AJGHY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALZDV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0B7S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AR8M4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EC9LP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ETWIV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DYAJL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CEBGT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CAKI7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AOQ1U"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A39QX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CU49Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DOPRZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C7NLQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DYMOY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B0SHD"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CGEZL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ARDG1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BBF4Q"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AH8DK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BL9O2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B9BZ4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001COQYK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E5SA2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALNS4"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C7IFB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A589N"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJNF0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJFLT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EURLT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A9WDT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B42I2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZL4D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CUIDN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALGLX"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EW1V9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EN7JU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EUQUB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ATXCI"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EUB90"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BC1WQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CI2X3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DY0CK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A497K"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ED940"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CA0CK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DVQCP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CA3UA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ER5U3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DCPTR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001B4XAQ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A2UH6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CF45X"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EDPCJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CI2M0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BZA6F"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A0DZ7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BJME1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AKUVU"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C6KIT"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A9KYL"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BKLBV"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BGCU7"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3DPN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EXJBF"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D99ZR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C660H"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EHP1S"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EHD89"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DY8LK"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CEMT5"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A40HR"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DLWVJ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DRRSH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CSYW8"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DVLEG"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DXIJ1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A9HV9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BA4U0"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001ALHZN"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D3HL9"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A1A44"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001AUA36"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BG448"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CZD5D"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNP0I"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C5HN6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A39P1"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EY8FY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNYSC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001E0IM2"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001D5RZC"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EH6OA"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EY5DB"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BNCEY"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CO4UP"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001C3TGH"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001DN0EZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001BOYLZ"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001CLRD6"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001EJZD3"; -group = "F003D006"; -groupMap[name] = group; -name = "GQY1XT001A3I28"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B4LSD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWJUQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ENJTM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BVXE9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AVUNG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B5HUT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATTCN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJ4I9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3C4X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DYPH2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CD0DR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C42KG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C523E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AMOYX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DD1HQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNDUR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWXJS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJEJ7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFA7T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D1I95"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CCASL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZ4QR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B8ARL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNHBA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001APXAJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKMYE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C05RJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLNG3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CW8LN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWHAE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQMOH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTH3Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFU9M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZ9MZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ASURP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B64B3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EN1X7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AUVKQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKQGJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0XI3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DL6JI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D1QR1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BR6Q9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3O1T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BB7EH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EGC60"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DOT1F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXHDF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B7KGE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATVZQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AKPQY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DD6I4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DPVHJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQJCY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E4KCP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CC7LQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6P3M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7RLS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DD9Q5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHKQ1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVISH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCHPU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNU6J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVWLQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZ4JA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D15EJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CX4LW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNLZ4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BR3AA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUF8P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EO1MK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CDHCK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3P8C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHOZD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWLV8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DRJRM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B1JYB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNJRS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ES4PH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHDT8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AL3ZK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A66FJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDARR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJWDB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AFE6Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EASR4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A9P4O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXYCU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EL0FB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3S45"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ASQO3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCEWW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3JDE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETDEJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CADQ6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DP1J0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AX9FJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CY6DM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AKJC9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CG3JT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AVALP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDRPO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EK4JC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLQ8E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BG6MZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C39P5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DCGG4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYPDI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BK92B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DCEJY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D2L64"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AH19B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERVJM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A9U0E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8ZH6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CPU1U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C00XC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D6IF0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQX8W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B8NS3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2ZQL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DYYBT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D5JC5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8MM0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6386"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BRZKJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZ2EE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATCVM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B8C4I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7BXL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C5GM5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGI8Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZOBY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BT0NH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EA1D4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DCJUB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CCJMI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EV3QN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CSYH9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFR4Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EMXC0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSQD2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3Q38"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVHNR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQUV5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DOS8B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHWZA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E0CUA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DYW7N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B4OVQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AN7TB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EL10F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EA7NE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BI6LJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BG1ZV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ASZNO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZ8LM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2QBB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BBSXG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DD6U7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CA8RO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CSL92"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3AY3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATY2G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPA6O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C20N4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D6M2J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EOY3J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CG0RI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AV6NQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CX7QX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DVZA3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A1VSE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXUWO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AYNYH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AW94Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A4PFG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHLZS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EM9YT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSLFI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EASMA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B90BP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDTEC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BX51T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CKJSG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CISH7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E1SFK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWQ9I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMTIP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AF6VF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFBT7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AN0CR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C9PPI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CWSX6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3P74"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BM1GC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D5Z1W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BUVG5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BRU51"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AD56E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BBJ2I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJ8ZA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATRPP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AFLU8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B242N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMKTP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMSLA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKASG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DW17Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ASTLI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ALAUY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDNMM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DDGDF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D39F1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DH12J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZ6S9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AO87Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJDX0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFOOH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ESAWF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C942P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BU17X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EU7LE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2AJS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BT8Z5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CW1JF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLDZM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBM7U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BGGWH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQL0N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DORBA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DADLT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B22WB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DONGJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CIRDE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AK1FV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EAC4V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKB8V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CKB0K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D4GR9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C67N0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DYBSJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFEF4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AKYTE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CK8EG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E0HOW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B306Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERJAO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CW3D7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AGKGR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKR7F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJWBD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BEQ21"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BOV1E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELCYI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D6GMB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EGGB8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHNW4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A072L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D9053"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AMCRY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLBRR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CSGJQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BPFU4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHTTF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBCQR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BC5OY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AVK1Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ESR4S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C2UK6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EGVY3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CRTFN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DN0FY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DR27H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BRN2S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBJ2D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0YUQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AME9H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C1TL0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DYVUW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D1VRL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D6NF2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AH5NU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DIJ7U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EWI24"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EGLVZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D1403"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DEIWI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AK7X1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYFO6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AV3VK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BXEQN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CDNGU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DVVXS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DAQLM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJOI3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B1IRZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EMOOL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DDOVG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3UEC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CH2I5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BEM1H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001APNT6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ET9TR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DI67R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DDSY8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C94UW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8HA8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DM0CL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7NT2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BP436"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJITQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CI69U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CENBW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ED10R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUWFV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DLACA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B09L7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQ5CD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D34WR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D53NK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BGR1A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCPV9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CI83W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D7WY1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHFX0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYRTI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AS6K1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EOW5S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AKY55"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBDD7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DN12D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CCXRB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMY0F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CA5YG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AMPBU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERVID"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EE6AS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8Y5Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BY34J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BBR4M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CH1UG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AY6WF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWA5S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CEDHA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWCGJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BN2VH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6HQV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMTZ0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A98L4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNN0C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BA9KP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8O2N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6OOT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDKYC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B3G5D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EH37O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B64PT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCNUU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B65KS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUU9I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQB0K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DE58I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D0YQ4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C0NLJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMY8I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D7KSO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8A4D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJ4YE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKND9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8H4R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BBJOW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7HRD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DIKW9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EAHM8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHMAW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ES1H8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTHQN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BVR6F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BITU9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXV5H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EMA2A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDB9Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGJZM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFWYN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHG30"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EAS3G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKQEV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BAZ9D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CRUBF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BEBZQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZ8L8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BN1J2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZK6G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AKVQD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C0EQ8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZCO9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDBUT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EY82D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D17TD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BI00S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E1T58"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B4BI8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AEJ1Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXREX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AGFRC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ET78I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CSXE4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DYYBN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D24V3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ESRYB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BM4S7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CUAGH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CAY0E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFSSG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERD49"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERCT9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3S6G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D5V1X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DR7KO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BTB78"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFDFL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFE8R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D6WKS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A614X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BN51F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B08I2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CBGKZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AYGNA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C2UIV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EEV35"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHHUG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AMX68"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ES3PI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJ8KX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BYZTI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AGZKD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EI4ZJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DPIIO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DIUO6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKBRA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXT94"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AN4T5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYVFG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDDHM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJYOT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D6HDB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJB5V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXABX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E02RG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D18XK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTCW8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B25MB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BO0QN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BOSU2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DDJYH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKDW0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C2ZUH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFRBB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EH8BZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVYXN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E3DHG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C1NNJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DN8DH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AOL2V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AXE3F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ARABP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CCR5P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUEPU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AR62A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BH1PH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CROSP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CF5VC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CMZAT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EWTWT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFUEO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CCZ13"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CKNUP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2U6Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D00TE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DC413"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6F1Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BVUJU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATQ96"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMXOS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DIYE8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHEVV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CAA4V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDP6E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVL7C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CA4NB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DSLJ9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNOS7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMCIR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D1AAY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CWF59"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELKDY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CO84P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7EB6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2NLJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E5AA9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZBNC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CDJYN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EGQKU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETM4V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BOKZP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A49QJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXP6Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CWT9Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BRT9F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVC8M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AIRN9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DX4M2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2IDH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BGYP4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUSEC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CKGJU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BBWH4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZC78"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AV66H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQ1Y0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B1I8P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D7PH5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLO1H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C0CZS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ENJ6X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWY9B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ANYKK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVOCQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNQLF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EAMSI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CT82K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ET5UG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BB437"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D5BQY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHAHS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZNMQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2BQJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7A8W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AV46T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8DWR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLXWL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYL4B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C10QT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B9CG3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DYNSX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D229R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E2APQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E4QKU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C30BS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8N2F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATX4E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AP7I0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BI5LL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CRJF7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CWIJD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCHN8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BLC38"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CPBHM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AG5K2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DCB5L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EV3PS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D3SWM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EIUFA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EG8JN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AH2X7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AKNXS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D2OXB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CXHEP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001COQLP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CRW20"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DVHXV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B8VKA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMYYJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E2UN2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EX3DO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BLEFR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8ONC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CINX4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DGPY9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQMFJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUXPL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CI55Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CDY3C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BB4D0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AGQES"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHTA4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E23J1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EB2GY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CXG03"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BIQXD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQGV7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DSODR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CNMXU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BTCI8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AMMIU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BTZZB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D2LW3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0HMV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DU6IF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ET2N4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CUIA4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ARR4O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATGCK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AFE6N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJXX7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ENSKW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATQII"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSU9G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBEG0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AEAQJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTFZK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DSS6I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6V2H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6H1Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMGRD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C4O2V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D4V9Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERZF6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDZ0M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DLN3L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EG74F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DRJ13"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AX5AA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CEVZ3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2VYR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EKYEW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EACFH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AHNYS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AI67L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DGVAE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYZ3B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AYN8D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6QXZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BES0V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B42PR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXP60"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B52OZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ALV8G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A42SO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BU88C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ECHO3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CP1TP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZWZI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXUPP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSIWA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZ6PU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8K8A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQOGY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQZVK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D3XCR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DK91D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AVU0R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKJSW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3AFX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DB99E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C1KGH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKAC8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWFJK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B4U9S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B3AUP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BN69V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DSJ0C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CULZS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYZ3Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EIHN8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJPYW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DSDKW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CEEJW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8KWQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJESI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C4CVL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B7RF2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXONC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQFE8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A950P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYKZA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ARH08"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B3PMH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXIGE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BUXSU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BUMQ7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AEBX9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DOSO7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ENLH4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKOYT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJMK2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3RCZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUHAG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJGM4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DER20"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CB6UH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E3SXS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSAFH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDHN0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6JYB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJ25U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EGEM8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AMXZ3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJPZW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3SVF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D3VYI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNZ1G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXZI2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D3VE2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EAEV1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFNQS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001APRX7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AIU6V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CRMC5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BVZ0E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGUC5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATNMV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AGA3W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMJLA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C84SK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AONTG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3PG1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EO26A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8KN6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BF5B9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AF1Y2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CAP3W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BOQFB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDAXN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EEO8I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EC5KV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQA3Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQE3M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EV307"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTF30"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EGXYF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AVXVW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E4DRP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMTUL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E0AYY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DSFJF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AVJ3U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZQ32"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AK07N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERO3Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJWK7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C07ZA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ENXGT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D5Z8W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2030"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AFCOI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BU6CL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ALT7F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C24EO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EOIXZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EMB2K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFX8U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AURQV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CA7N7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CW8N8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2AXQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BBL5T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EOXMA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CDQAE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D32A3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BTYIT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWHXA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJ7QX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EKTXL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJ8C7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DIFST"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C52AN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BOZMS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AP4IJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EEV44"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTJEV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B15FO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CMRD2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZ7Y2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CPCIM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDCQ3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQ1D6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DS9ZP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A33CK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C2N9M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BK2Z4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMCWA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZ7J2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHRXZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B4IXO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKFXE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CMUF7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BEILN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BX15M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXHJC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BO2CK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ES9TD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BYBKA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DLQEU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMYMW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUB0I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AKE78"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DPS7J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BI8MJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CEX0M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZ5VB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNUHF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C333P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A5UP9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFM17"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMLX1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EOO8Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CT4Z9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A9I4L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E3VB0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBXDG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BH9CJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZM25"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CHTGZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EOHBH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQ3OB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CWY8G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUMC0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CUUOZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D2YKN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUZ5S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CIRKR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7Q67"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDV9V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BE7NE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3RCS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CO2B6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EGA56"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMQC6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AUBL2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CD85J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DD36N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C47RS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EO1UR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AO1E9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BVOZ8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUS7G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ER0SJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CSG69"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AFK2L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CW55Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0PQO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DAARC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C1OKJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E3CER"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AN0U4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BTNSO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHFEX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EWBUG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E1BCN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EY5QO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCVXB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ANUXV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYRXV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AEY22"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A5C9X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CI6VA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQTLO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AY5JB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E1SHB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BUNO3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AIC7L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B5DFZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BB1MM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D0T19"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFNZF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKUL6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DSYRH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CEKE1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGO55"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DB3NT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CKOOM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ECSEF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EG8TA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3QJJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AL39S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQCQY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E2QZQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQEEZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D0VCU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFP6W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ESW65"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CM0QZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BVEYK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AOZZ9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CWRJ2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B5QWY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBH9N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DAIYQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AKYCB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYRDR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXP12"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D6DOL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BWHM3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CUSVZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKJ7W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C91BD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D4KL8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C88O5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A45WW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERNZ4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJYPJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXTBK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C09Z0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKBLC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CNEIJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETJ41"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D56UC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D5AUR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BTQCC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ENU7G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBQIG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BK7PX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CV0F0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CX10O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMKIA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BPQ09"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ALG40"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DVC60"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQ4WA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BP7F9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AYKXW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ESK8Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CPHOJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ECNYN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKNYD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CDH1Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BOP2F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJ5RX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTM38"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CR26Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DOOHF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DZDIK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BT38L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMTAX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CEU5Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BWFQY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBDVR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATQDX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7N1P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFTZR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHGJ3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AR6BE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BT867"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ESOLL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EB0V7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKD4M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A04FR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AL0ME"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETFXY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A08MM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQUM3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWV3B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZ3FM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQMOQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CKNII"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ASXCD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSDLF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFAT8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATT21"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AUVNF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWUA2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DK9UV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A38B9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BM1Z7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C20I0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001COP2W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZX3B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDQ9D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFC9R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBSYW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DN0YW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DH0G9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKVRH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ENA5O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A84H5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BA62D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CRFQ6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D1VV7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYHBO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C19KQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGY5E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AG77H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DCKKN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATK3Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D70MU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AW2MB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8JGB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTRGF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DIC9J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELTOZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DH5WK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXIS6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AVG6V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AXVI7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6A0W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AIHWY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXT7K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CI9WE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BPXJO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AVZMF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D4VZS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXKTX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3V7V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EAHIO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EW1DJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CHT8B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQ9RW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CDFKV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AS4L3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFMWP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C27Y9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EKL5E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYZG4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AF60R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSIIG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQJ0O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BGTZH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A59GN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EG18F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CIAQF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ET6B9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BP4V3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EWIOW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A4074"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EECVU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BPR9A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHKVU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ECI43"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D2Q4J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EI1KU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DM37T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AV4MJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BVQTP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BULHP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E1A6Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BRQ5T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BS6DN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CRN2T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BWC47"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DLG4Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWA2I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A4OQM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BOTXI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E60PM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELC5K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CI8XN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BTS5T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ARDPG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BAV83"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BPANM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D4XOW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BXR24"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHPNP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DF4AK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B67XX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E2DXN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B94ZR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CS600"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFBVR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BRDMR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BOWY3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EMVF7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZVKD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EX0YF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CKAWR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DLU12"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DN64H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ARZFD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQW6C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFOHZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D7NLC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJ47M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B99FC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKKKJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CM2WK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AY7C8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B97FL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZD2B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CS983"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CUIM8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDLEK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWJAO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHBKB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BR9NC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZYGW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C62H2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AK8RZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BB2ZZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EABFF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AYTT6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ARACR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DPE4C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C45KO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DPKVZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJWIU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ASHU4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AFZWX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A38RC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DRPI7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQMDR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BS24B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EGLWV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYWKF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CEX83"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKM9B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFCKI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ET673"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXXKZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNQEP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EKXA6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EX597"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AV94B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CI88E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001COW6G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BC8Q6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AYDVT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EEZVH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CE64D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CSM7F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BTOHU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A56IO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CAF4M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E1SMI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBIYT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPOLQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AR3AD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CMWUO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNJRO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ET6P5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELE2M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B465E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPOV4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0RKO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDMST"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AX90Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DOU23"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C42I3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DEHMB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2L8F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXVS2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DEAAP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQ7XC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B19PY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWMAU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DATDK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C85CX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C0R3B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BIX27"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AIBHR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATIVB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ENRGF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CDG72"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EC4J0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D0HH1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EB8JZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C847K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ENTXA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AOWUQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CUWJD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJJRB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DLQJJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EF6CW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNH4J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EGEJX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DOJ9L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DN2A2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXNTK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DV4H5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUJAB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBIT3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D1YG3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AHCXS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B8KJ6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D89LQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELUBD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNRZ4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQCEO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CG8O0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELCL5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8UPG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AIM11"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C732M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQTTP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6G0J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYH9Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJ4Z4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C359C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZZIH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXLFX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CEIBB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMFJK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ET2BB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDKXC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DRGP6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYAHB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001APAAJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CAZ77"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQVKI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A5RC6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTQGH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHKT9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EWF62"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUW1R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CK6PI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EP232"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DIBA1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E22WV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EY38R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DT2EE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AX9T1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C85N7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWTLE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7VDK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AY302"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BK8C1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EON1P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C5MOS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AMGT3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CVYKB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AL9T7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D7ACM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELF9Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C46LK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AX1YF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CA227"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKKCQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DGBVD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A1GME"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXC0K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C75BD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BG6BS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CX96J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8Y7J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETXQH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DSHXO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DC8T1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZP8R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BAQ51"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BPO7P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZOC9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMJ3F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJ94Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJ2LW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CRTXV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D4TBX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DL2QC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CKGEW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKNKC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EA0UL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AEMYB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AVKSY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJ8LW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B1PA1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AILCI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A5ZPD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EG1LR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJH19"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHGL1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7H72"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BUNYS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUZG6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A82NG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AMJIA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETGNL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EEARC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQ3L8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BC10Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3ZU7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZV5J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E4XF6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B4H6G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EH0L7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DY5XX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E1ZFE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJJQF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6MRE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D6GVS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AHMG4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DCGCL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWHE0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BEVM4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B3O3M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BILPW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJRHW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CNDFQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMW2L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVFNQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DINRM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EN0DW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGHHX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B4ZMI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQX5S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DGAZ0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJ215"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B3U3W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7GCR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZ4F0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSE8V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ARR82"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNE2P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETY0G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CDB8W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BL4HI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D5ZEW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3Q6K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBNNQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQ8WT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CEQX6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWS8D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EORWO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B1J6N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AEO49"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DYOLE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVY8P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ARPVS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DL4GF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CL5AJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMY8I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BI3ZO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DDSRU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B5YAW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D36DH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CI2FC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWWYX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A89HS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNP1Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DOJOX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJ6ME"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B54SV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQAR7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVN86"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C481L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CBY4I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AUJC6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CUI3H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6S9K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0QX0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BPNZ9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPZ9T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DLITK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CU2LV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATGT2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3KDV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BV8RW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDOKF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6P98"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EL190"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATNRS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A5MJX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJDHX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DDMNO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BWOBW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EOACE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D0X83"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELNW7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C5VJN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZX81"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A5I43"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DDQOP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EB6W1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQ4VS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJ5ZD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJVQK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZSKY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EI3VQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMXDT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQZ8K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C24A4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQM3I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZL0H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8C8P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C0U0E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQGWE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUW0M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0RIB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EEJRG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DZCP6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ESZNA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXWXW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BUO9L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BXMM1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6QIC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJDZ7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPQ0W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EV1M9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AT10K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHO1S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AH5V4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8AQ8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CIYED"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ED030"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CH01X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CA607"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ARBI7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BT2OZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DO8Q3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CAD8J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BS7OQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZBIS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUEKX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A61TO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DDSS8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D73OZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYG44"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C176M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CXEP3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EEDDA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C4B57"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DE51M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AVYS2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AFID1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQAKC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVEH3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AGQZN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPIM4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D7E7Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJ3Q4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJLU4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A9HD6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A22HN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATCE0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3DPJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AO5R7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D0AVG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFXGA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CAR89"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BWEPW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2PHD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJC9O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPQ1F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D02RQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BL7G4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EMB5G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CBDQ0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BV7R4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ECTMS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EH1B7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNAZT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ECD9V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCQB8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B023J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CK9O1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ANJP6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJ3T8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DS0BA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001APBTI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EG26R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSFNP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ESR1G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CWGIQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B5QOH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AT8YY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0NE8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DO4DR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZH3M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0868"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BRZF9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B7EE6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AK5A0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DSTSY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A4CDJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EME11"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E0GP9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERX0Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ALMKZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTKIC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C1XYD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DU56B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CIAKX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJ2B8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BINL2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E020Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZOOM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2TR1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZ21Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EOJOS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CN1GG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C71TK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ENGL9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D4E95"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DLGI2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6GY5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKUYA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFLHK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DVTCG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATFJG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHIZF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CRDBJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQ2PI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B27Z9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D6V3D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EWVS0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZ9YX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CSYNR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D08HQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EMUWZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CMM8D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C4ZP5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZ86R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D211J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EGMT1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSIIK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C1PCB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DCK99"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A1YTL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EP7KJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B1C8F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHT12"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZG2D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D6P5E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BN7VP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8I4D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8UTI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001COYZA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVFDD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EC8SW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D2O1K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A977F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTYXK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DN29H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHH0W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTKFF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJ2Y2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DG6XH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CVAGA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AT25Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A5T9U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EST50"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BC9FN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AX1JN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPACO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQJUS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZMMU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BM4LH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B736W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E2WU0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBA7K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQIFB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8G0P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BU2O5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNEZF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DN55B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BND05"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMS2T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTMVI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DIA4Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFEZ5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8TMF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AFFGK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DL6VM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AHL5Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJRHM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B8DT2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B5QBT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7Z2K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHU3H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C9K9F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQELZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BOWZT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7IA5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZMRD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETWAU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BWZGZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EU1EY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BL1E1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMOII"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CWHES"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8C40"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C0XMS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DPP0C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ER7BC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLR6T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ANXDY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DH763"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C002B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQIP8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D7ZL4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ANFMV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BAG3B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B9HPD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DVWKC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D2UK3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DF4VM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D47PU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHNVY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CCDLC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERKR1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D3WQL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CWFRI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CUQ7G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EURFL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BLCB9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D3JIN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLQFK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CNUBT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A9ZG5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AXGYC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQUND"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DONPV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DLVO2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B9SEX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AMELO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJKZ0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDC7I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EKZME"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ANMUS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CVH4M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKQ3F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6KZW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CMLH3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AMV0Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ANMWJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDPMK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BVR33"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKSQE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7E4V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CV67T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BBFFV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3R4G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATL2L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ESE7B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AOI2C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DLGSO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BN3G7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D4PA4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A5VX7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYSQO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EO78E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A9ZCT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMVJS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJAAS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6QH2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7U3A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CSIAK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BX7CJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EC42F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DRCUB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ALZOR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6JUA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ALZFG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0M3A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A86TQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BURTV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CIAPH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C1Q3N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CMG4V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BE6BK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E1NYF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B7136"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001COSSS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CT2IU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKWC2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8GEA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CBEVV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATQ53"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZSO2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BL6QG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2HDJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D7F4D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EKA4T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2B2J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETKCQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A4WJ5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DZH7V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DCDDY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BA4TY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CIXSL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQ6S8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BTD5Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EA8GR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AXKA6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQSTN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZLWF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJO3O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZFF2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTA6I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJ8V8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DA3AO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C87EB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D1TFN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D92Q7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBTGN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQP6V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BAN5G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DA9GP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMYYS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CRC2U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXZ4M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUL26"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BT209"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DDGOS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTZ35"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A72UO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DA4OW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CIAM5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B5QUY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBWPB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJTJO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B96UY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D1X1Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZQ6G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A622Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AIJ29"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CRT6M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLCMC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CE21Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ED12M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZZZB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A4BFY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CMD9N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BTUHX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B717C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C1ODV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMJI9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EO3X8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0AJ3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJWKE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EK0WO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DLIZX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CT10I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYAI4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AP484"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2PSS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CBIM8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EO0N8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7BBR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D1FP1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ESZ2V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJL90"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B9BL8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3WBR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EF4GT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A4LEX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BLIPT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWN0Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DG6FH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0D1Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AS9YR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B67JX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001COAOV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A9FTH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CKUKK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B8906"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKY9C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPBG3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B1SZL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ARR4M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFV08"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJ0CG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AGC2A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXJZY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EKRTK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EKXCS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C2YKU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHTHL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLJM4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E4G32"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AIKE6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DCSHM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERQNT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AEL7K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BONCJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EOH76"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFYGL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CC5SW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CB06M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BI6S7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CN8RU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D3QO3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A4B60"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6S62"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZP16"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DC8QX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDAR2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CN31K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D445K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BL0K5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EIPMW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQX7K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AR9AS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPEEB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYKC2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BAXA0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E0H4Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BYV1W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BP3YZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2SJ2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHGHC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BLUE7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EF2DJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E5DEL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYP3Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHOY1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8SVJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CKHTE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKOUR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EEOMG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A86V3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DL1RM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFVW6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BYYWD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CRQ4Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DZWI0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DW5LF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AG99A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ALJN1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CB50D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSVGJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BYJ5G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFSQ8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDDS8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGW9R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DYJRV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6NLM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B35VX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C9F1R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWZJ6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AMEMX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CCOOC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B39LY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQQZR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EL0DQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQZXF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ARVU9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJMMD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHLBL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C9Z2M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CG2P6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6QE2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AT8WO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E24AT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DABJB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DT8SH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BD316"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CUND5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EG920"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELQV7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A1ISF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C466T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2K9J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSBUE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CX7Y8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTPWB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B00S0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFHJZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C9YVE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BX9T1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CNQ6I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BALJ6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AM1VJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CV0A3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWWA5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AXYER"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EOH41"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXJLO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CMEER"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DI05D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BLTCM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BN7M1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A56OG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EWPEV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZW5M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFAQ8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDJCK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E5I4L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DW6CI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZ7SQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BUMUJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQXT7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BRAN0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C9NHE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BX3OZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DAN8E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C2OOU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BGV1I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8EIF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CPQGK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CB7QH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CNOAO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CS6X9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0ZW8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXN7O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BWYOQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B9PIW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNBUE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EABLN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQIX9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AOYWH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BU4TM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E1CGJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2HLD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AHIAB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EIJTE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CV5AK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C1TP4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFIW6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ECNOO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJXNM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DOC81"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQ9JG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DCFIU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A1QL8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTNY4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQGI1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ANVK8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BAK2N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AW2JE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BXNI1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DRIW9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A9VXM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EKX7H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BXTB0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AOABX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BRUTA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBXUK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFRU6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EAZTR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLLI9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C1SLF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7J62"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNOMG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AS5HT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BPC46"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2VJC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSD8A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BUYN5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D94OC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BG0XK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDDB3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDH1X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJPEI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AKEK2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BP5F8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQE6W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BXRT3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BF9G8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C5ROZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EULSU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AV69W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDFRZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWATA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFJK0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BTRQ0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0TPT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATMTK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A12AU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AMMWN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A5MV1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DPA0C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVFOS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQVBP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CEZP8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C2A35"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AK1PD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001APXWQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A9O6W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EMDS9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C9GTT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E305G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DL06B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001COME9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C4XVG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CA8GG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZ2Y9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJEC8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERNC6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D24O9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCFXY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BLLKZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ENBT1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYZ9L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EGSYV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBA6L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B719S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B7U3H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BS2AZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DVXDQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E1Y52"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CPFM8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CWC6H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C9KAA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CRI82"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CKL2Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E400K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D1NMB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ER41U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BOOF3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUU58"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZ498"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CE6OY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBHAG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFTNX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZ2Y3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATSID"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZHTL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTE0P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AKNL1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BI5XL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ARDI6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYTY6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNXDS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3ZMP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EL07G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHZ5E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3N3Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BPPV8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHABD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B5L2B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D90D0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EWDBF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETWNP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6XSQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CCB1X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHA2Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AROHP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLS0I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AF7R7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8CYQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B47CT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AEZ1Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJ86V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8D9C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CS95L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DR3X8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CMWBB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B1FFE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSRW8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BW4ZI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CN664"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A5LS2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQT0Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A9DV5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AIBCS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BL9TJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSYAA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHS6S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQFHN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHTU5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EEHAX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A4I86"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B72XQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6V6O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCAAV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CUSOS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AEATQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CEM95"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHLKB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EIPGE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DG4AE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BF4T0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BALPK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A9EDY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6NOJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATZAN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMRQE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BM48F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKGDN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBWUM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DSKKO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ASA33"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CA7RK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C44HB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DZ2G4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DVAWI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AIKLZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EWZCG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DH1C9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AXH7E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C53SL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFQFF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AX48E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B3YNN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001COXVP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BE2VA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0IEH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AS8BT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXCSR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CMMAU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EF7VL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DZ636"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BXW1A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BA5P5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7GA0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DPUT5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFWUI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQEV5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUELC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDNRM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CHPUD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6G30"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJ8BE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AE70M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B4OAV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ARFIU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AMBXC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0579"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQHZX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZY04"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHSV1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8QU3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CY7FA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AVE59"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AO8CB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJAKF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AHI8T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A21FN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQF1H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BUKC6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D6HJH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DI2NV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CWGOW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DH8XG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A1IJM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJF0O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHBO1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTGZI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AT44T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AKHFO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DS5CS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKDG3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D65K6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E116B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BN3ZR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSJQ1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWI9E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B1H7E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CKEIL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0KO3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ALV7X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQWVE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AR0R4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BES79"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJKAX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ALFXW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D83P0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D3A23"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CHP4M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6AFM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFUSP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C4H7X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ECTC3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C599X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKY82"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELA35"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFRAW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C2BZY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BX2ZZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BO4AU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZV2J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D9PFS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CROBE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DCOHU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D534M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AGDK7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DN7TM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DT40E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AROLV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUSHS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DZ58Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7N03"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNDT6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B4MO4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8KDT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BA4YD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFP5B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ECZCK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZCAS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CPOK1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQ9Q8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKUK4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CXD9S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7U5R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EEG9U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DAT05"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNUVP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AOWB7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EGIPA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0QQL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUBO1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMUB6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AEY64"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMO9S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHQLI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3V5T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BGMKJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7LNR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFAYM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B8GUX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BT18X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CP1E3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BPXXF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJ2JD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLKF7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CEZUZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C78EY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DILBU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EAMKP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D0L0Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AE2Q3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CCR6L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BU37Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2AR2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJ0QM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BEL6V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DZSLS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DVWY1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7640"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D0MZE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJ0HP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DPNAG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D6ESW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKJHU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJ379"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBTFP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7J6N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D0L7O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CAP5W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CF7RO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CHNZB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DGC82"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ET8VJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6KC2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTAF2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CRARX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EAVX1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUUJ7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CK5JR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BE0FE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CR0ZU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERSUE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AUZV4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D153N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CRCZN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFC93"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AKVIL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BOB0Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A5JZP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EWU5L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BS90U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EOE6M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D69LM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZ94F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHOKX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DZUSK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BRXLX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B9CWL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AORL7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6IQW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLMU2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AY00V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQ3RB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D545J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BWK5F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B5HZQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CVEA4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A97KY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQN32"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DRJ4U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D7Z2O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BEHW8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A03MF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CH9Z8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZELL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CG0E7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CN7LK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EB0R3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJBC1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYBC9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DLKV4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DETNQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DVZ78"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQF4T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BPPST"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BOFK5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMSOC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CVGG3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DGPYB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHUBW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJ4EO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBP9M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DH0HG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQXFL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CT9UA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZ8O9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BB67D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EA50P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B8T7C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXWXJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZS2I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CBQOO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A17J6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B16FV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DVQ7Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQVJ6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DGCPE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BORWU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXYV3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBSJ1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AH2RA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AVY7M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CDV7Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B7XNR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3WGO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0Q2K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CMFZQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMG7Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQT9R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CA0Q0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6UMW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ASLO4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFTHG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E1XYZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBXLT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AT0AK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DRSU4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXUHF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGWPR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0NBI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYO7I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CK3C7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTUAA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8WJM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPMDG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8X0Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ANDVM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DOTXW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EY7AI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C9SAI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D9JKK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AP7DB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CEP4S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNZJK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BVN1L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATCKV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EIE5P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXN8B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERR25"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CUFSX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CIEM0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DEAEJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CE35Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CUHSH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DVNWK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHO3G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AU3GB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EE8L4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B4H5T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AIV6S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CEW50"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3H76"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EWBMB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMFWI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGMEN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E5SOE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CK36K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJC9R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EA0GZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DT2DR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQARF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6DNW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BWMVZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D4UY2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CC8ZY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C0VEL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMB1B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJEDY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BEJUY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D4LYC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CSTNP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AXXVY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CBKJ9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFOHP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EWY9G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DCLP1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXQCW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EH7AZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B974C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EM57R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AKHHT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AR727"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CHYCI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DD1ON"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BF0KH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQQVA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFXAW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVJGM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DCYHS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AL6I8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CF3NL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AIMV8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7UWC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHET6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DVJC4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFXA9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AIMRX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZ4YM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZJ87"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQUXC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AXWTB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D7EPB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D1Y7Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EK6PR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJ6CT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BYXN1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZRXD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D1GWG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E09XE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DLT9L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJ011"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DSZ9I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHT6Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AUXJ2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQUB2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBBYI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B8EGG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ANSVW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BADIF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUGTO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AM03F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E2UJQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EG0IA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EES3M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CWAT6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DZE0Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BYHNF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D39G4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKUIM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B7LSO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AL99C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BC08L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0VYV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CWBQF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BROT5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C1MWY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQ4N6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CM4UE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001COP3Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DB4J0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBOVP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BD1JD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DG94G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDOXH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFFAE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BM0HL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BVNW1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001COLJU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C4S5N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ENVWU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3EC7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CRW9S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDQNH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AGWTY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C9NQP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DAZT7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D5ABX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXRS9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CAC92"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AE2R2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EAHJJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EK8ZA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EKMU5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2B2F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVNN3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ET6LU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D4AYN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZVWN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B9SB3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BU2BB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DPAQU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELDEW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DG8QC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTJ2H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AEZEG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BE3UK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFAFQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BN4QO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DOZL2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AV7D4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNQY5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DZBPI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A4K2O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXOQ8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJVY5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNTRD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZCCB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CHVTH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C9FLS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C85RC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DC8IC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJDTK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DO1VV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CT89C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2EUP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BVXG4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D353C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMPTT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6CQG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXC5U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJ7OC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKWF2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFXTD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0NMS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DZNQ0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A27ZA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AW78U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AP58A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHAS0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DPMO9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CUQQQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CCX2Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBOD4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZHFD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EP4B0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AP94A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C56SK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DM3A2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CPQM0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EH7DR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BIBWA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKA3P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C0N9M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DCXDJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BE8N0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BH2NO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CXZ3K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BY1FB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CAHGX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E35LU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CVNAP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7L0X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7II7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ECQ4U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D1OXR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CKA2A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EIDAZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CEQ0D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ASWK1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AHUHT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C1V7P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A1Z2P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EAARO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CY22N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CPXVN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AXU9F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D1MOX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CWR7C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CIK3N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DI2K4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBI6L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CHGC7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVWW5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AYPT4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D5YVH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AP2HG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EIWW1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A62PK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001COXMT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6PF2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CMJPA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BPUZA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CIDZG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CAVNU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CAJ4E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BH7J0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLBNV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPZGW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D602B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHADZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C38SX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATIOJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DH3C5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BGZ62"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CVGQ5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E37HM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EF61Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A44CU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CKNDI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2UPC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYD28"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPA2F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D74Q1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQC93"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DAJ82"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BAOZO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A66H1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001COC4B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3KM0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERMBT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BK4NL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DCLQ2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2LD0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHZN5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C4DE0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0A1I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AG1RR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJE8N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C5SRW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7VRF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001APWFG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBR13"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQXHK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJ0ZE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DRUWC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BGFW7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BXZ9N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6E8L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B1A2W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CT1FS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BRL1B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DR2ZF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERSXV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BELEM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8YLJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0ZO6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDU5A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AR18R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B82LV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AU1G4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001APJ15"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DR4KH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DIS3V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CSTLF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D2FNT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AG4W1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHIT9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BV0FO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQNCN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A41GY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDIFS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYC4U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQWBU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AK9YL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EEB64"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D4U2W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXMVV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DA16W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6WKE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EAFA2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CP1A6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C9GPM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZZZM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DODSH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AHH7D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQ2GQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3AIB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLD0P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BAT8N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BXQET"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFXGH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BH8BW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJ233"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0RRZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EIK3P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DSKZC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYPUU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DVOAE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DGC6O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3GHW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0UFC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CWJN3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CC8EM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYMYD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DOOAO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D9WQ7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNWAF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CROUY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D390J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D3TFJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DRBJF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E0EBK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BWB7Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AKYT2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BGJN1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQIZD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AEZWU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D9KM4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B3PDL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DM99T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6L33"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B95IN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AGSU5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DAHHO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BX6U1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJF0G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EH695"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPPY9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQ3LA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CPJEE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C9BPY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DLKVF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CCTV8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DN9R9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AYXB1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CPMNK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B875K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B384B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C1CC2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EERZ0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BOYAO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CDWS2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AUBAB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFS8O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B89OA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKYBE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BVHR6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7TZ8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AV3CD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BV5QX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B3Q3L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7B7J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AKOXV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DONWR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AGGXM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AITM3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWW02"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AO5VX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EK0HO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EGVT7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2QTC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHLKN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CV8Z9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B91HG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJXMT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BK3VA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJJDA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2RDE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJQ0M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EAGQ1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D27PY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BF5MG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AN1TK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CKEGG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BM7EA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DM35M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AGAG5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AY5L3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKTXO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BYGHB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFWPJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EGP61"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DU3VS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D6GBI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EC3JY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DELXG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B3YGB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BLVL9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BA2Z8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AFWRO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJ1YF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A62HQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AW8EW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D9DAQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQZ6X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AMXRA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DLHWX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BA7F6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8QJ3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DF83Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C106D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ALRIJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EOMFG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EP5ZG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BC2OD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJOTG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AL3RI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DGVGR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CCJE3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DD7JC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTRQ3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DYCQG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CL9KU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AO5CV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EOCY7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B4THB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BRLVQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BM5WJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFPGZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EAMYT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AMHWK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ASWQS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AY4WP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BC5PJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B5P49"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CEXSO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CEEQ2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DO3H3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBVSA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ECE5S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJTM6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELVHD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQM8X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6AG3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETWOW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EEWQE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHFFY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJPZO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6SJY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D5WBP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDNQ0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BPG25"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BI3LM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BISYJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNLVX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DGLWK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCLXW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHKBF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D72B0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6JCD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGJ63"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BYKA3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELNRD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CR5GF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D0TTH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AVJOX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQXHG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B8QB4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C9OBV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DOCHD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BAR47"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AOY7S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001APD07"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0UF5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZIRM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6GYF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGQTC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQ6Y7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSJ47"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BBNVB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CK4C3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EEUNW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETWOK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHI13"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C9QZF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B1WZE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DF8NI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CMRAD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E3VWM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELZNU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3KBZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B5SBT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BE74S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CH3P1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AHVUM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYF8X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AMUCK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DVCIT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BYBA3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHIMQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B23BY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTGZM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DN1JG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSMQ4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DL2YY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D0NRA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AIEYJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZYK1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNJN9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DU7O2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BAKMG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AURFY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D6UAV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2VJY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERR74"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AXW9M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AV57H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6ZU4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTVTV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BIDI1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BOPQJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DH51S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D7ICJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BOCB0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CXVPI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ARYIL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJQ7J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJ5RL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C27UP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ECU6I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AXY3D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DDVZ1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWLVT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E43KZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ED0JI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8CNA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJA9N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJVY8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQE05"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D3JWS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0YID"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CDXHR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BRS9A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVTKL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFGBR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AVD4V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AXHFW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATLNE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CVWGR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTFRN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001COYZ4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DIAJ6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DT9IS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EN6J9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AMXV8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CNMPZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFODB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJJ3N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AI63R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUFB3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7R7I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D9ZDN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8Y6H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CSY76"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CCQGK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BEO0U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B8IUY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CU6UK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVN7S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E1BRP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CBQKQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B1S38"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AROO8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFV1R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D83TG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELS6N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D7BRE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AVU5O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D5YWA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0MLX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AIKGC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BS6OA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D5Z5M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BWXCD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHVPN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B1538"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BAPTS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B96VA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DCVOU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DIYEO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ANQBK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DDQLX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DRFRX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AKS2L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CWF2T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EEQQW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJN60"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DDCIY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DN0Y7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AYNA7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJFTW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ASXQ1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6FXA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8QW5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJRO0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D17KA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DLR0Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CG521"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B1JTV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNHS8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDKO1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ALMBN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3TH6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCR65"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CCO5P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUQFA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMUIK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B7QJ7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKGMA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AOXB0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AM6ZF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBVYV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFB9P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFQC2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DCNRS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C1XNK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTCQF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DYDQS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BOKEA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUZIV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B3ZWW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AKXHR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CXXMV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CW98H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CSYDJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AOR5X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZET7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CKL4D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFSCU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B11Q0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZCL7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001COFZ4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C5UVU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CX16F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B1FYN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DC4Z2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGNGQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DF6SQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYR0K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AM8T1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BOF2L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPNWP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BD6I5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CNPYJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSTDC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EB7WI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BLEE5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A5UE3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUAUB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DDP4Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D822F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C24VX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EL1LL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A16VK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EA0NA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A5QKZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C2KS2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DVTQB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQA2Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFTHX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKHG4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EU011"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D1YOJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2ULL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNEM9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CIQK9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJSOF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B7U4Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BX7JZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CU9JC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CRYBV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BYN0D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A4S3P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BEMVI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHMQB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B7JZX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CRUPS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BX4E4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A9NV7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EF2CY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EB4HK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C2X1B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6LVR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCJWW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B59SM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFJZZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8QTU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EP9XM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CL3BH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJE1A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMT50"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D7BR5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B231F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQSHZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DH9CP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DC3C1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AX8EE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C0HD3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJHL3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CE4Q0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DT5CD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ASPFE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B5CK8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGXRJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CX64Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AR18V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E0EU5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DF5SO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CSZSE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQG1X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXVQD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EGRIS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BF7F1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQM04"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6VN7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNTF8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXD2K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CABA4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BC0F1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D12UK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWS87"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BPOSP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3A3E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTQCR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001COTDC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7KY6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDOT2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BH9BG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AOA0F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUZVA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BLIOJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DN3V0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CB1GY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C2OFI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AO11Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BBS7E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZT7W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BEJO7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AIWV5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DPMPY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C1FLJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6GTQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CBZ7K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CVNSG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A12QJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B88AL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CC1QV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C2ODJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DS93A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BOG0X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUORB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DD3YE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A9I15"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFXBC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D2VCJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTMBS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CUGZF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C9I77"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B1K5N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D12A1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BV2CC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPAVQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BXQJ0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0TVP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKY84"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E49EJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CHTL1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTPL4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BM4FZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ASCDV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EL61I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNWON"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFJYD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C1PU4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CML68"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFQAH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B3W8S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D5FFT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EKHJP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DS05K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B36WO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJ4UG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZRBU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGM56"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E2MU1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQLUR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AFXW2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTWYV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AF6H6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CN0JB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D7OUO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZ3U8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CIANE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ES9F6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQ2MA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D24CF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBRFH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EC69Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQ6UV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZHQG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B025J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKJ94"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BOFCE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKTFP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2SZ9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B9TAM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BBDAM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTJIG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CVHG7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EIQY6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6NDE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8NTO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CC2GW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYYGQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDJ1A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DIDEQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DL1HQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CNC87"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJ4ZD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFDKT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKINU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B44LH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AGI88"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CU1TQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CIURO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHN1T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D9UPB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3UC2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EEFO0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B12SE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJU9C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMY2S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D1I7K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AI3EA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E11RA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BT94R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DM4ZZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDJBD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDDVL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ENAB1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQ5PM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DRX7Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CPH4Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7P9B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTCGA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B8QZX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYINU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D11GS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8E9H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CCF0C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EEBGE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D04LT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJUWO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERTUE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BS8CY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQ9G7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZV37"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CDUN9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DSLNF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQMAL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D41QJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BE2EH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CS0UB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ASIVK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B7D9Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BY1RX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJHYZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B4IIZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B74TO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DZEIO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFK48"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUVQ4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETIKR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B7DP1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0CP6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A37AB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CRGVT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001COAU5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BA51O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D0JOT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B90S7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3NAQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELWMM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DR6H8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DYTOF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNDHO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C0B6L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EAZQS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJ8IU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DAZCI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DZUGB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBZFI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKLZC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A5ZK5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CBPC2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ED6SW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPRT2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A5XPP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFQ2A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DCHP2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DYU80"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BY079"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2FMJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A95PC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFD0D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C49GL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C0Q27"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CW154"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSLN3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EOPMO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AE3CS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DCX8L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BVVTO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EV8XV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQU22"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CHSGN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWWEU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQETZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AF0LE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3324"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTY0A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AIWB3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DC4O8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E0T7N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E0AON"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLYJU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A5ELS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DO7N7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSGJ9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBUR7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BK8CI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHMN1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BTZZT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERMJU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EK2RH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2A7O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGCQ4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7R2V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPP96"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0ZOJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CIAC4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AYTZ2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AS036"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0FBN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQ90X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BO1J7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJ0WG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C087F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AI6BF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGXFW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTJJR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BBFJS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EENMS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETG4D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBLYJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BEVMX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C2Y41"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMT51"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DF4UO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ESC5K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B86AC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8KPL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DYB7Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZJ7Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXIEB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D89HM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B9GLV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7QAX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DPCS8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXTB8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C54I8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B4E6N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6XAV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BEBW7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D3DHS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CP0UC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWH67"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKISA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3E02"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ASYBF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BU9WE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFROF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BGQ7E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AMI7X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMNIL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJPE0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D2FHO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BA7OW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DS7CU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E011N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CK24O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EIWNH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B1008"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CVFNC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJSQ1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZ6ID"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001COVKN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DS60A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLZNI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBTRT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQ5GA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CPMSS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8Y8Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BE9BV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWFEB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CDQCD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6KPW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSNHK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BRR9P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EK6GA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CEAPY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CP95V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CMF8C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AN3P2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C51HZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDT08"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CHW6W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFK4S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A1B1S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A1ZMP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMO0R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ED1F5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CV9S7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BXF5Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AEJ3Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQHNJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHJ99"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKFMA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CVRJI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7LY8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EIL2M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DRTEC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZ1Q1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CP034"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCKVK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001APB8L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CW8PX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DS4CT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DR6LS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D6NG6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EC69T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJM1Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DLVW6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D5RHE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B5G9X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CR1GJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DS98E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CPDI4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AR1YP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CX7RW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EM8K8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMHEK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQSSK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C0KPV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D4ROC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BVSLJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D6Q8R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ER3GT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AUQTS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWQXY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D1AJ2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B3EYH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ASZDD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BLYGW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D263N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001APRCS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EWKOL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHLMG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A59EZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQR5E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJQ0H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D6GYM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DA6J1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6DXD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AVSIR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AE8EJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AOZRD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQM7U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EGFGY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BVEDR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUNME"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CPY9L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DV1A0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWY8C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EMAK3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CVPGI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D9CRY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CXT15"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B995V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BGQF3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVPU1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DZHYF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6LAR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A4JRH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCSD5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EWHO5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQRH7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CDT3H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDK1V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DS7Z3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B3WEG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AORNO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EG37S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0NPF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHWHO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNYDY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ALD3Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKJNE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFCNS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6BCT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BIL5D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BW3MG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DAEXA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQVD1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3WUN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CR2EP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AOWYS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBJDY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C32TB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BG9TC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D9CSK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D0FMC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNWIU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ECT9J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EK0V0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AVGLF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CD1AT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A9008"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CSHR4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BOP4B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A1BM9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDLYZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8JHM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6HS1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A890M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CEHC9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQ1VU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D5DGI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELGVF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DV6ZG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDDHT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ARGRZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ALAD7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFMKJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AF0RD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CBCSE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CNAPS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CX63L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3JWP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CMEU6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BL006"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CRLXH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ALVUA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D4T2B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQNLQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AV1IV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ANHE3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CVV7D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AUI1A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0HBR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CR903"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHN8D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A602C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BUD2Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLI56"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D96WW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BEMLI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CP87H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTE2I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AXQKU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D0U95"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CDJUW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B1SYX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CT2OT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AR837"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BUE4A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DL4YP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DD0NK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZTPN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A90S8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZEKY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BS41V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFRC0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BWDA3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUW2H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001APFJO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8U76"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2AOP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHC1G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BS7BM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJZPU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSC6E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DK7GW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BH3OQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXNOU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATFJR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EV89V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8R5Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DVP2V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D0HV8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVI5F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CS7ST"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C214B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BN6NF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DO5VF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C9M5R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZVWD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2YEC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A03NN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DW6NT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DIUQ4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D6533"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E3FPD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8MWX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E1XGH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CCSZC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CY4MU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6LM4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D80DB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BLQ3Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BK75I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AH2JN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6HY1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERWKR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERG3N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFJDU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A48B3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B3NBR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHXDE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AP4U5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D452W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CX8LX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DB3M2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTPLU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZFHV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CWW1E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCWBC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETV13"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXRFY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXGQO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJ6J0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AW67H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8I9W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6VMF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBW7V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8M8V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZZ2E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8D5G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBBSK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AY5EH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DOAX3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3RLP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJJBX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D4OIW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPJAB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUBRZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CR79Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWS61"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDQ7H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AF4QL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHEMW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0IDP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZ197"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6Q8G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVV54"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BEVF2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A18TU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DM1O3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUUOI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AUO85"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E0TCP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DDJTO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ENUKR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBIT4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AMYSU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BXDC0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DV3P2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXFNZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQRZ2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFJ5O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVV3W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJWE9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJ8HI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFVKZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BIJAL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EY56F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDHWY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D215O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B4HQ5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6TSO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CAWKF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CW03P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CS0M0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AY0R3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJZV1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8QUL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B48UF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGHW3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DPC3S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DAE89"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AYXR2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A85XZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CELSP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUL44"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNR1N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHERC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELD4G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DOFSO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJAS6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELIKX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AO3G3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D24Q7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B287Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQOLS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNOH7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AGF6I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D9E4Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZD4H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DDL30"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AIQAB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ARXOO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D6ICR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BE8YM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AM9HE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXPWV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BU7L8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B4U02"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLEPJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELW0B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CUM19"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EW1Y1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BO4LH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ESICK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DDKTF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BH2LZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BYM4K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C5QA2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B56EM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D1REX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CO1YG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CIML6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELEQH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DAKEL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCJ4X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSUEM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A16SX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWCJX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CIODT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BTQZW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BBWVY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C0P9K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDY98"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ARVSO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMV33"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMY08"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BOD6O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWJ1M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DN5PC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DCC3Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E1FMK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BP52T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E29QZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CR8P2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C44EL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B9HV5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AGWON"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0X0R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFBHF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYHMN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQENX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DF23T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BYPW0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CXLL3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZ447"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B3OFX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETCLP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C5H22"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A5RSX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DOIZI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E5VJ0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DDCLK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJYRI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DA17R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D6MXG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EU9WZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHRXE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BC07L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B40W5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBPB7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7OL7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BRTL5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D5JO6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQOZE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETAPQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BU9LX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2R89"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHFJ7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A94I0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVTOS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3GEM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CNMN8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8ZWY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJZ3D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D0HQD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQI4I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D9PTC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C1R59"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFMFZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B767Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUR5I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BGR0Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C4FWW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQNWE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C94MI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B617J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EOSUD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DYKZ2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFUYI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCH1F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BRERT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUIRU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQ0U4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZ285"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTK4X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A835B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CC0M1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTJGA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHCK2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B8UDA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6QF7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CS2ZY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DDJ1H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWLOW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUPRK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ECX21"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNVMB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DA2DX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6YM8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C1KLV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BIHH9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DB97F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CBS2D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMLQI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCZVM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D5YTA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERUW7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFD24"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A234K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DOO8S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUXZF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CH2JS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AV9GP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AIA0H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7UB5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8TRM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001COTPK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AXOTY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DG39Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EMA1R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYR8U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERIZL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ANH6X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C75NS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A62P9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZCHA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B9XTN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6QLL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQ3VK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CBJO0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUF5T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C18SO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFQ07"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D1A7K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CPNQQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C0ZVU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWUU6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EV3IA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DV7VO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DLFVS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AN4SV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DYLQS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A5GKE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DL17F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHPA1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BY7C3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DP3XG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EURAU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CHCRT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGRPU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYK2O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AV6BO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BL42D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKE2B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C9U6C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D000W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ESNJT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BL9ID"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3N0E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJ96B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C9O9H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNCTH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CCDV7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJB03"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AX1FR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DIDS3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AR5XF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A1OJL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZQP4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DI414"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CP08F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BF6QY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E0JG7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DO01W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BIEM5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BYPHX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFA6C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DOZUO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2170"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJW43"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFPH2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BD1C6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AYJKS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BYX22"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AH7KO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6M2Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AXF8P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B45R4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BGS7K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3S0Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D3UB6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6YE4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001APCXS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DS64N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTQMA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BYR88"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A1EG0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A77LM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2F5X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZP8M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CCQIO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHLU9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CXS6D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BG3XL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BT641"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D1C17"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AFC1R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D03BI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFVF7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELUU5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C2JRH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DLIU9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A01KX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DP6UA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CH5CN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYCJN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AF3ZD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3VFW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8255"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLRS3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CF3YE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLJFA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZQND"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AMXND"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EWXFU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A83VX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B4MUT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CMX6S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CX7M4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHG31"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWANV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CH6H7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A42KS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWIX9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CO5JU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EEG29"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EEX26"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQD2R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BO8I4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CPQB3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EP7JP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CPQWY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D59KH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKOKU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQJKP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EE043"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7W7G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTMH6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AM5K7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DV8HQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B4OUY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BC4R9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETOBJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CV3WI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUBI1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQ9LW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATECX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C07D2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A1ICI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWJTA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BAMF4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELC9B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B08G6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BEJZT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D488K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DT38R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C2GOM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2GZV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLZOK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFYPL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E31H9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D58HV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHZOF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ECTJE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A81KD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E3FRC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D15OW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EL1BM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B8BT5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJ9PQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERFVI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8VQH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DRJET"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EKFMP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ASHYI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EWCGD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AIVT3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CUR6I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AW2UP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BLANC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8Q09"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B30L3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BUEN8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGOGG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFMY7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BWNWN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C0AP1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DA1CO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSVM9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A9A3G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQ2M3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BYECE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQET7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BLDSV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CILNE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CP05Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0TY3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYN8C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ASW2U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BH3VI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDRSD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CKJSD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D58NZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ECJSU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFZ0P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZTQR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CKRE3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CUEBL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DVKNH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C2GAI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMSW9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CVANF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BB5D0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3TV9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CEC0D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D595G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKX2W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BOEU5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DD2UW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BEDFS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AVRS9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AYU99"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A57IJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZL20"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A9GYE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C1TIS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXKIX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D68GI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BYT57"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EKR58"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHO1K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNSNH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CT9S6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CCO44"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ECYXI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZ6DJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AYZ0X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AYGF2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AKKTX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZAZH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DL3ZL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EV6BP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ANNM1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCEVI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EM7HX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EGVEO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJ8H5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZVB3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BUYYC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BRJZ9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DN6VA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DSR1E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7XVG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BBF91"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BO2CO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMPTD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJNA9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EIQWD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BUO1G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZU5F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D6UC3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BBJSI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPCGG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DAN0I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AYED7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CPPF5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BR72O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AW2T0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B64TM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTFQB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DE1CO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B1K33"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CL1KC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFJRZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D14IE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0MM7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AMLIP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQVND"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CSUD6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D9OKW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQM84"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHZAJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVCGT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D7587"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJYLP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EW9SQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CH5IQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZIN7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CEOMS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B9XZF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDCUP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CMN0X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2HWT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZ6VT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJ3G8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0BQS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUME1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8H0J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BU33A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYJ92"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CDGSQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ESLCS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLN6Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BOJVF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CK2LH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BE2CR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EKRRE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BV55J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BVE4G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CBSBM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8E5K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DW0OQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQI8M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFI8F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CWYDZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EEBGH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DI70A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AOYFW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DG1XK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BVDYW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CI3G6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DPIQN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CAG7X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQSXM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C4NJL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQBJC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A520K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZORL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C9J1L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C0ZCU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DENES"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0NOO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJO5I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D9IZA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D12E0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQ8QG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJPTG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHAPD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D0SHI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A63TM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AHS7Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A4SN9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0AWX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AH519"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EN7PN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6M0Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CMTAG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001COTM7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E0MB8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D938A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DCSTX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6KII"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BTLC4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DELPR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B34BS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B7F5M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMWNG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EGFD8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CROQ2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BV2SY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BOH7I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUW52"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYP6J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2WDU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AE521"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQA6L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EWR30"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7206"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DH3QU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNRUT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CV83W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D69K4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BTT3U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CRMUO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CX5WZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMDFW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6FIY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6NMT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BIGOM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3AZY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B5EHA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E18MC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E23TC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMVU4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AYM47"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C513D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWPWA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CROWI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B5689"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BLZL5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AGBP8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CM0B5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EY9H5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLGIY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EP0G9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DU4BN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B3HI8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EL5VK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3M8U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHOGV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CL2RZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D84Q8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATW5A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGGUO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AIHNN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXU4Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETQB6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CID8F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQAB5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3ZOI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQFTX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BRMBU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BGBBF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D16CM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKUQB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C4NHQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E1IO6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DR3A6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ENDSP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CX1BZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CT6ZO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EX9QA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C897X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQHET"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZLV2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYHES"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJACQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFD25"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6XAZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DYPF0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BGQ9U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E09NJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DZD8G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E06HG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A9GR2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B1HGH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C44HP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CN7FW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHEA2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BYY5C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUFVJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DATMY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DGCXZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BE0WC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AGTWY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ALJDM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DZXBY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DSWGO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A4O0C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BD828"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AIUKH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZQ8I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJBDS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBMWB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C4UUS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNGKJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDQJ2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQYLF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKZRW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0FYL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EWPHQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBJQW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D9A12"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AFN1V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BG450"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BRO06"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B8U6Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJ6VG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CUTEW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDAK2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQOB8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BINH4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AKL12"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AUWC2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AV1YB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DAOUK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AHSWQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJAJ4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6F7B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CA6UU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BP5XR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DVY8V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DW2KZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CAP23"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DGESR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2U3W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CM17B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6QK0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNGVR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETJSI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BH51H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWZIH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ANDGA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBZ5Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B3P41"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EIBO0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BP3J1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C16Y7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ASFQE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJM8L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTCAZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DA90S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CSPVX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EMZZV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ANO4L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B1KV4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D9FYY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6W88"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B90IL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSI2T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B7EFI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZ90H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6VYN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D40O2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DY8OD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B4BZV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BTCDV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGF2P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBOG9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B7ZZI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6793"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C0P3I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFOUO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CPH7X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZ2RC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BN7K9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AF0CK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BAMTS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B761O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7SH9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AVBP5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BY12T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BTUFD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DI5Q0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B1RPP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMVTH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001COV0A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CASFO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DO8AU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATUZ8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D754R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B16DA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CG3EG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8LM1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BYHZ4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B3ZJO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBKJB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001COHSS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B014W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGRM5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJ7LI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKJYT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DH5GV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXX40"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D9HM7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001COSIP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CU2TX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A035O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQ5G4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D87S4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BWQ3J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7OT7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DINFL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AINA2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ECKI7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DYNKU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTVST"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTOJ7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AYUTA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DYVN2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AGQ0W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTEXJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DGCON"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJ0TQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DIGVX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CINKC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DDEXD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D77XL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0D9C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7YSN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DSBQL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXQFW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJ460"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPJSV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DAQT0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ER6Z3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CIJOY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C1I90"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DAC6R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJ114"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BGIVS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSCXG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUFRJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CBOTG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFBWD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQGQK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BU75E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EG74D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DRVQE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DT1HY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EI5GF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BN4UT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CV2OM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A4CCI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B4UML"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ENW69"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AX3IS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EKWXZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CN1SH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A88HL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBVZ3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BBFJ8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DDVP0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNO9B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BS640"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGE8J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EWC2A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AY5OV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A5T5N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E31UE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CXUCW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D4QBC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BVEUZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AY6LL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CP3B0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKQ5T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BOUTY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZK59"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CKP1A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQCQ6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AXOL8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CC1NL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CI5MA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E0BCK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BRGHX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CKJK7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EWBQ9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8KZ0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CX2Q2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BYI30"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BAT41"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CIOOI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKGM2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D3NAJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BIZL4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B5R5W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSKRP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DIF77"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D7QBP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8158"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BXRH5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D2ZQQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZ23J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BF7L6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CDAY6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSY3L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CSIPF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D1JUQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CCICD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CIA0D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EWKCN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8OUN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EMP2H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKH4Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001APD7N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUPLW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3G6K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A1VOL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DPNX8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DI1MF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B11DK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CG2G5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPQ90"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AH1AS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EWO92"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CW4KL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATS69"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D6E8F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BEM4U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8HXN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0QUO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B3C7L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E1Y0E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ANE8G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DIDRH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AIE1W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLVLJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D9425"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFA36"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQJWL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2WWV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTEDY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQ78M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ED76L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EKFR2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D4HBG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DG66D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8V91"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B7YG0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C51R0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DV6BV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWPM4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BLHDB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCJC8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D72Y3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNDA3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DRYHN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0L0R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BXVU5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BF346"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DLHXY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DSY21"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A5KA9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C151U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQR8T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DZ0V9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BTFU6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUXQY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CX7MT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8I33"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DLYAW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZRSC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BK52V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C33K2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C5XEZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8Z6A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CRZDU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFERO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDX9T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EKTS4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYW2V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BTS8D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A9VLF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DX53C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DG0Q5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A1PEW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B87IX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZJHE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8IMV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CD9BG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DF0HJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DPWG3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DDD16"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQ0GL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E4A0L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTKZ4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BTUAI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQRTQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJYSJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZKXI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EH7DE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CIHY4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EIN9T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EGSSD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B00RZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BWO0U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ALV89"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EIS4K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AYAJ6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DPLFA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DB7FL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKU9K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CX05M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DD803"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DDZMN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BVYDY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFQUC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ALLSH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BIJKH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DYG9X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C62FN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BTT4O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCR3R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BW6G9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BXON2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CVPON"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EOXOW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B4KJ3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EE0S6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7G8O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EOLO8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ESS0F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AGTGY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BY7T7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZ6QQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BWCVB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7KNS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8YQA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B9COX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CO8LA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7OHV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQLWZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ENJHJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BGZ93"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZW3Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E048A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E0YWZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CU7SO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMIAQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C95HO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C2HOC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EER4K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CHOWD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BC067"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C78OT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0XRM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A9HKL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C876I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BYQY0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7PSN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A4ABL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AH3QR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJ3MM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2FIY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQ1ZN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CVU58"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CH530"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CPVKA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C2JT7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZ222"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CPMES"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A4ZOC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHCOP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D77NH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ESDYF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CKLLM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AFJA5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B02XG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7BMG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EU0UU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DLOR2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EV9AC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CIMK3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AGHVA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DAIB0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D5KV2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFGRH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BD8RT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3H8V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DY6DF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWUB8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6LBB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EN6DD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQB39"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7ZOX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CUK26"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUD65"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BXK2V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZ27A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDL75"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C9R5S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CXQ4N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ENAWS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DPK38"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C4IFA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYJO4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DG9TA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A79NZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2BNV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETEVN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A71V5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AFWUA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMCAQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CDI6O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AN8UY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DEMRW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQ1S6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AXL45"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJY3E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUWDL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C89WQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0XUP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BU5EZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AR2KJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CSLYH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DIXHF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B02MU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C9BCR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CMOF0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AOHJF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3XSW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AILSR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BXI5F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQ7Q1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ENI84"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BGUVO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTF0L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EWFL3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AOQOY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQDGF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNDYL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BIUFY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQR5C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZ3PM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFZWI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXKIU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CUKCC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BO78R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMEP3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJ9T5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CAGJ6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0COH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CAIUF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXZXZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BAEF9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D5O26"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DART7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERXGF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BE3K8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D7MX2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BX0L9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B72ZM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C1QOH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6ZZ0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E1BNX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ER7S1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPH7Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CXY4U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DDM10"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJ0HP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJTG6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DVIPV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AFA62"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B690H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CW1VY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EB094"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B3N9K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AK8H8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BO9YS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C0NUT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CPFUN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BO3M1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVXKW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C0DUF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BBNCJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DLBPR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AXO4G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B9FNV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AXBFT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DI2DR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B470N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBO4Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BBLZH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EGNOZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZHAY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C4VAS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCV7C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EF2U0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BLD2R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CMZRY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCM1X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CN3Y1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ET2XF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BT4SH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CKSRB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EKU1S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CEY7E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EU68M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBSO0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D3OAC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGH66"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYBHJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ALSG4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDFMY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E1F5N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8MX8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E5F9X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CO6P7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CEVMY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BOSE8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DDGRL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMELA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWW8X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CMK9P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKQR6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C24DP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C0TMY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWYVY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQDMA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DG0BQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJFWK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EIA77"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6NT6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EGCJI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMWE3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B5MIH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EE3MU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3IZ8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPT5D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C129D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CD0I0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D6G7X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQKT8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DE5S6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DIEXN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BP6DZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A96G5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DLUZ5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DG54F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D4WVR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDD9Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BT74Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CIMYZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EKB83"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFMYR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EL2G2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C4ALJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B38IV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AITUY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B330E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BE46G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVHKW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJD4Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001APEKG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AVXBJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C5ZAV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CH3IX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7A5T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DYFPE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHLW8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D28I4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQJFA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D9HOI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B202T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZMQ1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AW5MR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C4B4Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AVDE3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AE8FN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BGAWP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DSU7N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMNXX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CIZMR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATX0V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUAZG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CY8O4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AGY6Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CV0DW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BN99E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DAIRX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJYOU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A5R1I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DGE9X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BLRLE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6KCG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYCNA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BGTRD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYTZZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E1VKU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7JZP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CELYQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A87FT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B04H1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AYVSY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AFCM4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B3OKA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AFXP7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B3XX5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E0SU6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D2UR4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001APD5E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CACB6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6AY7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7O9R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CSC5O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C98BJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQPSP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLBBA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQEUQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CG4OF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BW3BM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BEKLU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D1XZA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DAYUX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BLND0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AOVBK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EMVUM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DSXMS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSSZ5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DIODY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DT4J4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BXNXH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBS5O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DEWS9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D3G2K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLT8P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AIO5C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C073P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DD0KI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWTVX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EI18S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EKLWY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EH8EF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2743"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DIQNL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CG3J3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EN2RG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EG8QZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFAXG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8YMF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DZ5T8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AMB29"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZ44Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBDYX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZ61P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHPU2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCRZN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D9DM7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A86BD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0IK8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ECTXW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E3U4X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8EH4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6ZH2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AHWZO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EW7XP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CBSLG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A54YX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CY1CL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DC901"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZWT0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTCXZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BRXUD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CHN6M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2YGN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYOL3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQ6VF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWVI3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DCQW5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CNHZZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CVOL0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTPG9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CRPFX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVW0S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQSWK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQDUW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CH59Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFBDY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DVJ74"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKI5H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B7QUD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CHH20"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CI3KG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AUHYJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BXMJ6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYDG8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BH5NW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWJP7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EB6KJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBBO1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C5JF9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AKC4R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EX08P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EE9OP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6N7U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CX0WM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ECCM8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJUJX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYJER"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHM1Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CESGC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUF0C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVQCN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E1XMZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZXNI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C68RV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DV0KG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMKPA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C4EE8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EAJBF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJTPH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQ3YG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DW42I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EKS9A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D2DTS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C2JTG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQ089"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CV64I"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D4EO9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D406L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQ4EY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DO61X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EARBP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZE52"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E5GA3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DG6B8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001APHFJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DB2ZP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AUK01"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8VLV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQOEA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D4DAP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMGN1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CHJJ4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZD5U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D4DZQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AYHAK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETWIS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8HXJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BR5S7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BT5SN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C9W5X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ARY5L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B29NR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B12ZR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXVJ2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DLMZ9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CC5YR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQWMF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DOQH8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZQVL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EHNMC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDOKP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D7AVT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETWLH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B4KXT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A9V0Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DEAM1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C0T96"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNRGF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3XY6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AG5KZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0VZD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKAWE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A59WC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D341B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ES113"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYZMJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CNQRQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CV7VI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQG2A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DSPKO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFNCU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFPK1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJ6PR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ESMHG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ANWQU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D3Y9G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DEPXH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ARLU0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B73YL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6UBI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EIL6A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BAOGW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ARI0M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CAQDH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERKTD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8DVY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CHV42"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AMRRD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CNIFR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJB8H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQ3PI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ALGPC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C9DCZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CXSL2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AYQT1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C45D5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B7SC2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CMOMY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DRF5G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2EC3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B53LR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AT98O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTC3S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BF30O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BEGD8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AYAYR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A4B7F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFJDN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJ5GO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CPO4N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CA7L0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C2T3J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B7BN1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNPWN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8TNA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBR20"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DZACN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EW39F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BWYAF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BGMN9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D9O7W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CAE8E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A9KQV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMAYV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDOPU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ENG49"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCFVW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001APDQG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUCL8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGVBE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DSI6F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DEFMJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AOY91"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B4JMV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFZK3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EC3QE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DEYEW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BBFT2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DZQ9J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQQ89"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUIWC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8EU0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E6BB5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DP047"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DR84V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AMI90"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWSTN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ER6R5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8E5B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EGT8C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2T0R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D89AO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B4ED0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DC24V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B39XM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ARYIF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EG704"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B8BS6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001APGKI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D7V0C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D0XNK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EH7FD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B5MNA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CEMJZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DL5A8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CEMT2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DS93G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTKRX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B8DXP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3APY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C5X76"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGXD7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJAYK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLVEE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D29U7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E1B7M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DGR88"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CK68Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CKKII"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CG8ME"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BVFDW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B8HZK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZSJU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BAXRL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CV9AW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A9KPE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2T9H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCISS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYRLE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFRZS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6PSA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJIHL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DFXAX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AOCWS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQP5R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BRFU1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQNVT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTOUI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTOPJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDJCC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJYB9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJL9K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQK8P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C91OE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQE5F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CE5B2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D6I9K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CUU1D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CURH2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CNCJ5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B5HCF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7N81"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CM7AO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUEI5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BK12N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D3XCE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8XLL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E3Y53"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWDJP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AF6GW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CD7M2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ANVBO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLYL8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXKUT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E291Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DAHL3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQILP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A1RU0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BD01X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CC85T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQOA5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMFUU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EAK70"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJ2G8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001COS76"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETN58"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BGKB0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDPPW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYX3E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTX66"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DN9AH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D7SCK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2DYC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DO0AI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D9DNF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BS3Z8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A11NH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DP7CN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNJPN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFI2C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8GPE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQ8C8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ANQE8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNTRK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CCSL8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C32BR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D1X60"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C4VYG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTWB6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AJTA4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D0VN1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DU7M3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMIUJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8RL3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWX0T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AW49X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTSUC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BWYM0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001APN7T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNQUF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BXHUI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E1IQX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CU66U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQH2Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJ5Y7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CDXFR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELU7W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D7S3W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EV3OD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AZVLU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BZ45A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BYHME"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNQBP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DC5NG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EC4GH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BTR69"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C19Y1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DVO5B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BRMR5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ECRSN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DY8IX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CNPJR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQZ4F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DA6FX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKKHC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BTPNQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D7CX1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A327F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D92PC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CW9IU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B1FVN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A84RD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AL54B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKFH5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CU6YC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D2K6U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHFCP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D2W0S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CCH9E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DGZX8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BUT2Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BCSAV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CHMF5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQNQD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CH675"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C1A1S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CVFL5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CT2JM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EEJES"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7ZKL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ESNQS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDH1L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8Y8M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CXD3Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AIVD3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CP12A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DOVJ5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AM7Q5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDBZ5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AO5IX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHFJ0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXHXI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJ7HJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELPMU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DD2OY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BVQGM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001COCQW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EBEO2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ER0PV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DN9IF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6NDX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7080"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJTMP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AP92W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C2VB3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CN4WG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C5CE7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZCQ2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B8YJX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BID32"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DSNE7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8YPX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DVJEN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C79IQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EAKC4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CH58X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DWDYD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B93H9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVVT0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E0XSE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BLU2E"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6TU0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQNJE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BVE7R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E0S1W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AFHG8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E4XR1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D2CMH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DSK55"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E0YUP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AS7UX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EMHOG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CWWUU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BUOH3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DYMMO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C4Q49"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BH18T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8O4Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AHLNC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BGY38"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ATPIU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BPJ1P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYYHD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUB8N"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DREGR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D7JEB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EERXE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EY0B1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CG6II"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CB5T5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B7S3R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EEB32"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CZBVK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BD64X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C2C5R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DP0GR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AH1QQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CA0KI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CWVOO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AHF1D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C94VI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BR0NA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYZQX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWRVU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DN0AL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CVDFY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AOL9M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B5O17"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EOZIW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DMDRP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXG4U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DYKHM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKRRF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0ZRG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6NER"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EU8HV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C0NI8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EXQIU"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DVB54"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B1QB3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CK5ME"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DEEUK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BNE4W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EMU3M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DVBON"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AWHB6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EV0QQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C1A2T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DEN62"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CAQYL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3HZK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EE5IG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EW5G8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D0LJB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AKVG6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTA7V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DR3NG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYOVL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJFVN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKDR3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DL0HW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQ212"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DALL8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CE174"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ASW2G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AGEAM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A1PEZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B85U6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CO2CZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8WRW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DLAQ3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BYZUD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3WIY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BWMSD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AF16T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AUDH5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EACK9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJTL0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CLXCL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3Q7X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C4HCT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EO7S3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EUMJA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7H2V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CB496"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2RE2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CV1LL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A13OH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D83YP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6VA0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETYP8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DDFNK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNCTG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETIBJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQOF8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EK98W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CMBCR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C9J5T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ES36K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BURHE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DCX1O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E15M9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A4137"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFQ1S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUO6B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C5JEI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DYA08"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C057J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B988C"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AV1T3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJLGB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EEP54"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BO6P1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AMB44"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A8DH1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C4XCG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ANTCF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EEJTD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJBB1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DJN1W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBUVX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DYQC2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYAQV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BIUAO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C7N7Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ER4UP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ESQ7W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ELRDA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BM7K9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DODHB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AE07M"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BUYFR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D9NJ1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQJ32"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EROE2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ECGXP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EAJWK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EOMAG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B7GJ6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ER260"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CHDL3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BWLPY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AYVSM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D2XVC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EE2TV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DN3XR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQB6D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A9YE5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CVNWK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKYEK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B1N7Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7T0D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DSUE1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BPDKZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJ5F9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AHIK9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CI3IZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DOIC2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DHUFC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGB5H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DH8UN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EDEYK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DEZ5J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BH3QB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EIX0R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DRZMK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BORA7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BT33Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BH5YZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A1VMV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DZARG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BQ1NI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CM9KO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3RRL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DG8G8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EGVVH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETGP5"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EC1E3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EH06Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DITX4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2XHK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNVF2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BL2HM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AM9BF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CKSVL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CJK8S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A7BN4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E2GG0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EAZRF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DTNR0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EJCSK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ERVXI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CVQ0D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DY7KK"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BI8FD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A0Z4Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNGHO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CTK21"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DD2H1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DECT2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DZJHS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E5O6R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BFBFT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DN33J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C9T86"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFYPO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CG622"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSHMN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E03GZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CMLPS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D6NFH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHR4Z"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKRZR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJCAY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CNFE1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBFQG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CY1SI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CAOAS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BW40O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMVIR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AT4XL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ECSR1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DRA0D"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGK4S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EB27Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BAPRN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BYE4T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BEF3T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B0FNR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BXJG7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AUGYG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DEDVY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DM92Y"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BHP5W"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DG8UD"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CA2MO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EVA3P"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EEA5J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AYK7T"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQJV7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BYY7Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EWK8X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CMSLX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZIZC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EGOVC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSJZS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPIU6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DGJUY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CU3QQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DG1YA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AI920"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3ZOP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C1AAQ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQS7Q"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D4IS2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQ696"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EY4VA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CH48H"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CF83J"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BT9UW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C5JU1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DK6BN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A5QR8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BDMEG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EYWU1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AT9DO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A2UXV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ETCHY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFUSP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C6TZS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BXCSP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EP4IA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BF2QX"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6D98"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DA0ZZ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ESY1B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8Z8A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C78M9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ECGT8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQGT4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNYD8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKDC2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EMU6V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D6TRC"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E3SKF"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B7YH1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BR3FR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQ1F6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B7OOA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CPNBB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E1MC6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AOTG7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSTNP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGMAS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D47FE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CNTKA"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BKERR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ESCN3"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C8LRN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AYT8R"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ANO5X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CIIUE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AGQWH"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BC439"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQUHI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B3L1B"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B6HHW"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EG1PI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DUDDN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EFEGM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DKYGN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BK3EI"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGRM1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BE3F2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AK3FS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3BUE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BSSO6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001APXJL"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DR68L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A6W7G"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BS13U"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DOYGT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DP0ZY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A159O"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B07YJ"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BRETP"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CVV85"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CPB1A"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQFKE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BN8O1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BMZB4"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CWJVG"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZ4C8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AN98K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EAQSY"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ASVKE"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DXN0V"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DQCON"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C3JOO"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CUNZ2"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EZFNT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CYR32"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BAUTR"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ET989"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DCMTB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BVWDT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CFVK6"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQKH1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DNYFM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001E3I76"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DBPNV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EQUIN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8Y17"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPAF1"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EF372"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJ655"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001BJV13"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001ED6TN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D2CGN"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B929F"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AIV9K"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001D8K9L"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CQDPV"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DV95S"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AQOJS"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CGE71"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001B2QH0"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DOXI7"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AY5CM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DM5JM"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001DI7D8"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001C988X"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001AMACB"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001EPRXT"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001CO6I9"; -group = "F003D150"; -groupMap[name] = group; -name = "GQY1XT001A3YNY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DS4JW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AROMD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AM49X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A4PBX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DEJN0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B47TQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOGHZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8HBD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A3ZRF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2KQP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CE6N4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJ3WQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DXZ0N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D931J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CU4TY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BLJWU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CE5G0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBP1O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A7T5A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AWRPO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AXYH5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BLBX8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AYY5U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B0UNG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CVTBI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AG9J3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DESHP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BVTKT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CH05D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CTR0G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A6JRV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EE1X0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CNL62"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A7IYA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CU3YF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CHDBY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CO689"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BGCZK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLWGR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BWHL5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DNV8P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ERMU9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQZKU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CIP10"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A1F3X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BABUR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B2CVG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C7AWL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ALOH6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EG5IX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNRY9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ANE9V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJAOC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C0UM5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E4Q66"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DGGFY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFD5K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DS24Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AUDT7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8RVD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EGOKR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BDP63"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C23B1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BE1QR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DLP71"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DMT1M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DBGYE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BEBNU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BXV2Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKPD0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EUXU5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DPHOH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CXX0V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2U1B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AZO9D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRJGU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BO6BF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CIE2G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BDQST"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BVT73"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AP4R9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A3TD5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EW8ZM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EFEWE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3OML"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRP9Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EWPDF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKYUN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BE9EK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C3IQS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CXGOD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EWT2X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BMXYS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DPI8S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DPMQU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CHU87"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EFEF8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DP8RH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A59IA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BEX95"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSOM9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BVDE4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BAV3S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A05KA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BEIF2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AE9QN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C65IB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFKY0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CBPQV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8XN5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BTAS5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BB6I1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLBCK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6CUA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3NXR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8GW3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C22HR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BIJMH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DRFBV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CWIUP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BW1O9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CKKW9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EOR78"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B8WLF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJN3X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DEKHD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AMIQS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B2PI3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E1MA5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DTX2U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B7MW3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQ2LK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E0IUT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ETCWL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E52BR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOH9B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D6P6P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BK2DC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BWQHJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EIC2H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CEICG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5LWV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5IBX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CVJCT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DDVFQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8E05"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DHBYA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CM8EC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ESZYJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CWO47"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSXWW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BK2B2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DK2MJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BDMEX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CH3VD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BI5IY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DSHZX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BGXFI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B81WV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D4SZI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJXF0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B3OXC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EZI6S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BVJCI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DC3JG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AS96P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AWC28"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZ2E6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1LKJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CTFP2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BW4UW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CGNE0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CODUP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DUT3J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AK78I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BOJJJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AM7J9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C03SY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D36OD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A6E9O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AX9TL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B02L0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3L5K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BN4J4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBURR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CHV1H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BL1NN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EHSGB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BHM80"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BN36Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C62NW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DR8C2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E1OIQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BWUMA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D76HV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AEV7R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BGJOF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CCROL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6KBT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DWD0N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DEUL1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJWI0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C1UQQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CVXUL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DEJR8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AUT5U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BISVW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ANDLU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2IR7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ETMQY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AH41B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EZ7L6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6JLH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFPID"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BEBA2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1HHD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B2EM7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EG0X6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EC882"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AES6Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EZLHC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6A7B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFVWV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C0OGJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A6Q5M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CSJ87"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C3AG4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CA2AD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CMPU4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DGS1Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EV63D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BG047"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001APQNF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3U8V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DV9H7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BGWRX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CUZFH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EG6R0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ES4TH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CAZ5N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZM5G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EVXMI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EAKZI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQMXK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EVD3M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EYZPG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CT3AZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A8RY2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2VVI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EWQD1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNS9K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZ1R2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E5JQE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CF6RA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A68AO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BOJVQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C4CQ6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C1W97"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BKRPS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DGDER"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJGY8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ECD5W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBU2N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BO237"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C7RKX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CIXBL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A6B2I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DVSK0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B70IQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AF0EG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQJ56"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNVAI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DRPD9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJ75A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DDXCF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CGMNB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AN6I1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CX1CI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CELKU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQ6XM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CVZ80"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DNA6U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C4K20"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJDZ2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AS56T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DHXKS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A2FLT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EXNMW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQ5GS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CA4N3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6C9J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CNOT8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CC1XV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ET7EA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D0VZL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A36M0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C15IY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D0KDG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CD57Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJDIF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CWSVS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNLHK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CXTJ3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BX4TT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DIDSP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0T5V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D4Z5Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DG6N5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BXXFH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFS4N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AP41N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AYI3N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A3SWV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A1JFH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3ZLU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZUPJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLG07"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ARY6E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ERQO6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DYCPF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BN0JU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EYHIJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BKF84"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CHTJ4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DMQE7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZBBF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CAGDJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EPE11"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRPM7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6UPQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0RDL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CPBEB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C1HGT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOUUH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EIDRL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CN3ML"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZOA0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E08CF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CCKQV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EAB25"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CMIV1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ETCZ4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9QIZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BK8W8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D53SL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRHKP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AFV7I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B7GK2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CC7KQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EB461"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EYICY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B03IF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CDT5O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BELV4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AOIIH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AH3WZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001COFUY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C21HD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CMISF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B0BLN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CUIG0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CAQUB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AWRRP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CGW53"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFL0K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CDBQQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A9X8A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E0DSC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBENW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C0FIG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BX71X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DC661"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CCX4U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DE6W4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AY288"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKT8E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CE7B1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZ67B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ART1Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DRAQZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BPVHB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BCWOH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EUL7D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2DGF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EAB3O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2UDU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CPC2S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DBXSI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CIYIJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BKILC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AIUQP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BAAYW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001APSIX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQ8QB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BKJOM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5T9F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C3YDC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AV8SF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BN706"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CVFX1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EEMZO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ELU42"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A2LBY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CC49V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AIAT3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DGF49"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E0D5F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D9IW3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJ57O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CW59I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AE5OA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AV01P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CBJ2G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CS2XU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJXSP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A9VEC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BVKI0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DL6Z2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DW9B8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CA919"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8EYY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CN3JE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EAE5C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQJRH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A4AVV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ELF4J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CYVDQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQPB4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ALFYG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E0XK2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AO138"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQWB2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D55GW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8IT2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2Z57"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQQ76"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CB5R9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B355D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A5DFC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQJJV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ESAJ5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8IBY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2GYH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1OW2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CCVWX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DS3A8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D511H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CPECT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DENY3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CRAYK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CEQW4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EEN3P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BCXG7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BGT6K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A17S1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBOMR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A84GH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BFZHC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQ7FD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CUABM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AYHHM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DAZW0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DU5L0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EWMIF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B5J6O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNYTV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B0XVA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ANAZ8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DFF4A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D4FKD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DNANI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AG2KT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DAJCF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQW2D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJORU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ERE1S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRLE0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B8I3F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZV5T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AWR9G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AGG8J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CW38L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DAQ71"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZV1H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ANPZ0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BVG5U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BDUD0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZOUI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSGKK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B4ZDC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRXZ8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B29DD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CPN8Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C1OPK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EXEG7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EE8C1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKG95"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E1CEG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EF0PG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C280C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EGRQE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DMW7D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJIYK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BW2B2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A65B1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQBDR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BEYWP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNELV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CPXHL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C7UGZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A4OD4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQXSR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CKHUZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BGZJ2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DTH8H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BVDME"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CC8GF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZ4OP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AD4LD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BMK2V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BK97D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DY7UX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B7J5E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BDRR6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DFZX6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CUXGK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B801B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DGZO4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C4KE3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BFE0O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B24N3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A1MF2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C3KYK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C1312"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8X7Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5MD8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNTT7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C9XPQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CEANQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EO1H8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CTHOK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CYAE6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLNLX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EEQEE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CUJNU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AVYFV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DM1QG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BOUGF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BY9S2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CG1EJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EBIDB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D06LN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E2LAS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CRSEZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ERI8T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A2RW3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A9MZN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DUPMW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFI02"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZ954"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DG3ZP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A6UHU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B4B7Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CSW8E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CRL5Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001COZII"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AI6XV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKB00"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B5UZ2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BTMQ7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8GOQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A2BSR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CO1D7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BB0N8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DTJX0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BY8U8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AD0SA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5LO3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EDUXN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CSKN5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DBCEC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ANKAQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EVMYH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AUF2U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ARJ1L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSUOK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A8XJO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BR2B6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DF327"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B2ODM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A3MGN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BU0OF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CDPB3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BXP2L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRONR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CSWBV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E04XV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EMF27"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DLO16"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ENZG7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EGZ6T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZOJL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AU8UK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CP72W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZAYW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D4O7A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AZ0QT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B0IAG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CIVI3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3J7D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B364T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BXEV8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A07QN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BWRQP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C7BEW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ELQJI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DAQKN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQZ8N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DRFUO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BAHXP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AZP1A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJSEQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DWHXN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BK0G2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DCW2T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CO6J3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DH1RN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B2XV7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DUCV3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BGM3Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOQ7I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A783I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFZZ1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8LY1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQV4Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ERC9N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DFRDE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFZ54"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1VWH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C00ZM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8JD0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AKYKA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DLISO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C18PX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D7AG5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQNUZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKFX0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CHKQ4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C1RAQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BODPY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZ931"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKYTK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A1946"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001COFPI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AP38W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EX80S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BYI2P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1UOV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CPA8I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BO8MR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ED02A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C0XHP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2EFU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EHMOG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2JAF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EZNQ9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DLF6Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DYK21"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EUOFZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5438"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DXUE3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BE1SY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFPGY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNBVN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRMMD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EC022"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EUFI6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2530"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EDXCS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CVKA2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DUKES"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5G3D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQS6G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1ZSZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJ5TX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CPAGW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D167Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BUC53"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZ11C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ALIAK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOZ7D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EAO3J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BXHQY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ETGRN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZWV2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EMGZA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EWCS2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKZHN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EWJGP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AEKAH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A83UX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQKT0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A4B9Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BKN4O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DD2J0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQZHS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EPAV3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9NBU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQ0E2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C7KJT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BO7FR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3L7G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DVAQN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJI47"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AU16V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D0QY4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQQ54"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BWBIQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B2WPN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C9CAR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EFNGA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C28BL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ARCX5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CKAL7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DMRIK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5Z1B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BI17K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B0J07"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CIYYJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBFYU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B6MLE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AUEN4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BUREN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A901L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ERM4H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DRFP3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZ1XC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001APYE9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EM4YO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BX1ZG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CBYO5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BID5S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ASS61"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DIWGS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DPU8D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AL3QQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5AFD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A17QY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AZLO8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CC9YO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJH2U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DIEEH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B7LPE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AV9R0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CEOGG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EZFLP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EUXE1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ELHET"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJVRM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJVPU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZCXM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BD5MP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CBVAL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D0C2O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BO658"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3TU3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B2F49"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AEQDG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AP8W3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BV55U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZ8SW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BW2PG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EN5ZK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ECMJQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B0YF3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQ6RH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DY4SX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CVVSC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BWA9I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJJUA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSKE3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EM5HA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CE8SH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJFUX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A04Y7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AL3SG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6XHN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B22FN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B65HU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKPBC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EGV0K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BF4YH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CHVGS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1ONX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJ32X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A2TVX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EH6M1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CI4T5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EBYV9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSXSW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DY1U8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AR14O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CH2K9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CVN7D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CIBK5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CM93E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJWDU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BA57I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BV6GA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJLFL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZY4J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B6FLF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CSUJ4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EROXV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AX31T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AK6C4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BTYA6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CXDH5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CC4BR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRK7L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJLNX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EWDK6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BN5L0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D6HUT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DM4UF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B7OBK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E2HQ3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DI0QG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AKZP9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DN0KZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CDI31"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CR1KJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ECEQD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D0XFC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DYZG3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ELW1H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A84V2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AWB74"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A3OBX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BY9PL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BEYKX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CBYOK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BWL3Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AYZWA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E5PN6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C0T2W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8W5E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DD1KA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EH0NX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E0882"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJSZW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BTUFQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CNC3F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AM7VI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CSKWL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EYDJ0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DBT03"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2HSE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D4ZOL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CCWVW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSX1C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRP31"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AMIV5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A3DG8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A5R3V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BYYFG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BX1KL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AN3DL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZHE9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ATBB0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CIGHJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CARCE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1VEI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A9WNL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CWV2G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D03IE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BYMJI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EELFB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EGO59"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AKXL9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJ8Z4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CRMX8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AXT4A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AIZLV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EFEMN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B75E7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A3MZP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EDKJ4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSA7K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ERB56"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C88RQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DETFU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0ZXX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQU3U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ALN25"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EME2C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9JLZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EISN5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DFXON"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DYVXN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AT738"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BYL61"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A3GC4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DHZAW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJ4BD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D6SQR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DLHRU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CIZGG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B33BX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DWGW3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQ661"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BD75U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5E9W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A1VWN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBGIQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D4ODX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D6TBS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B2EZO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EAFWT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DLG69"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AVC0G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AMENF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BA2YL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQV3T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A9BL6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFBTQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DAZJ5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AWSFA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CIT6L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AZSTL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DYOWA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D94DP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9O4S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5WUG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CTPFK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A36C9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EECOE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5F50"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ESGR0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A89B3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B5BMW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CH6WM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BL9WA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFHSP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C009J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BS6AJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C77VT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AU3QF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A8ZRO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQD6X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A8SE8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EE49O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BM40O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ED94T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DVMM5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ELPPG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EB5WH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D4TYC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0S7N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B114A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A976Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B5Q2N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BAOON"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B6NI3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A3DJ1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNBWT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5UMU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B08GU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BHNO2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBRUZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CTOSF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DTPW4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5RZJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B06EH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B7UJX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EI1PG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EF0HT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CGQD7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DBZ5V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C4I9L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFN7M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B81DH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AZ750"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DBKKY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C33WQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZNPU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AZC3G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B4YKT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFRIR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DRMWX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKZR8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZM1C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B4LJA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DMAXE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BIVBU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJ4WK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3WWC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQ9FK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DVQMZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CBAEJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EML50"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AEVHE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BPN9O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DGO7Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQSDC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BLULK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DRWOL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3W7N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AYZDW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D0AO7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BW8L8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ENTHJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQZGP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DG8NQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AKX7C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DVRER"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKXQ8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8HOF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D06SH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CA9LC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQ394"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C1DMC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DBA84"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BIYVA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3Z1C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AUIG4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D33XE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A6GE1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CAIJR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BC5LY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ENHM8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B2CTO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DV6PX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B8Q2H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A548A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D0LGF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EBR1J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CF4E4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQV6O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZJ7G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKIAH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EZNI4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8K5F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQNTS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A5DJ3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D74KA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C50QL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DBWDY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CKB65"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AMXRH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C7GWJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DSVH7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSFDB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKL62"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D85PP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EYAWI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BPK39"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A3KMK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EIQW2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DH2VH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOEWJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DS1CI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DUZD8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AX2N2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EME18"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DLH13"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DDVR3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DL1PF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C9KRE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A38J8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8ZIG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D94FW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1HAE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E2QQQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRJ1N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EXQSM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CF6TR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BPH7V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQRR2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CY03O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EZOEH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BTM0D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DWARH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CM1JB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EXW8E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C0UQC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CR3V3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNARJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EDE6Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ELAS4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A5F2U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B8YYB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DNJC7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EGW84"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B5S6C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3GZC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ES5NJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EZ8N6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E0EV3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E4NT9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EUINM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DO9T1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D9811"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CD4OA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CF8GL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B5QE8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C1TDI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CASSZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EB0IK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DLOR5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AVOIF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CUFQ3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DRSOC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6BCL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EXR5U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EMSMG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CTAZB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A34CT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AUB8I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EI1CW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B68QP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AHR99"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AVZ8M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EL6QK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D9OHK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ANDFX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CXE7I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A9EMH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BELTN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJS35"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOV8Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CHNII"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AM8TG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D863F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ATDYT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CC87P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AYFBB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CNHR3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E0HJD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DT0AZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BHAI3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EC8HE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DE43Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3GEP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKRPT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DIKU1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BKGTB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CB8JY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZGL3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DWWFT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CAIHP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D4PRV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJTUI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D42AH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DCX0V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BD7MB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AUQ6V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DWIKU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CDWVF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AZMX8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BS48I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DFEH5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C0IGQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CUJFC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BOM51"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CX8H3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BI9WV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EY0HI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJUPG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CMKME"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AFL60"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ED9SX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B4SUB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CG76M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8WCF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BS08S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BC20I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DC81U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BFERW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CSSF3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CA9U3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CSIVS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AUOHF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AYSY6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CSOMU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BED1V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CP8FC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DHEYU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CTFVK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B2Z3Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AINLG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AWC3I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B2UYD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A4FBQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CEP80"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CSGPE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFICJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DBZFW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CSY05"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRXQ3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DBRHI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D7ZNG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQW4Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6IYI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D6SSL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CG4XL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AG3XT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJMJT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AXGZ7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BKYLS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DP7I8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CBQ8O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9L8E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B97Y9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BWPSX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQH15"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DPDUN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D27WB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AFHJD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFSMW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSSQ9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5Q11"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E058C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AMNJD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CYYU5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CRZ0L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A283L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQPS8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5LEZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CO8MF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EHF2Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CI47Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A7SCA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BIOTI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DWS09"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CB4W4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BENNP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BGLKE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BPY1B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BR7YX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DO8LV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EV9PT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BB5GN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B3Z1I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AGREJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BLV9K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D7FKI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CF0OO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DL88K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B7VRT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5TAN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJ43Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BFGSO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BYNIY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJW1M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQPNZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8X5G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BOX2P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AV1OD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AKKIV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D6VXU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EEFK9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EOC3V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EAB7O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D6L03"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ESI5K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C0GOI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9IOK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AFUE0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AIX06"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DHL65"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DW27S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKULI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D24AW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ENZW1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQ6X8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AWU7X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BTY81"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EMM7Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBTRO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQDPN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DWKOP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9H0Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CS897"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CN9VN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DHSU8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A914C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ESSVU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DWVA7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DHLOC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B5FLB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DCVSZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AW5AA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ESEP0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2KRS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BTVTW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9I7U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AMV3X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BFZEM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQKDA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CD49E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E37IO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DNTF3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BYSAM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A8BSX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AKI8X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EYM2L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CGQ14"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EST0E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CTL7Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DIKYI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A9EY7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CYZF8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOVUN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLNK5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BS9LZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9PF8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CMYKG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AZ6OY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFKX8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AFSOH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A8GNV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B3C7S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AYFVR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AOABF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B5BM0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D12RU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ED4O6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DE99X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CCG7N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A73SL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CNLP4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AIBF6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1GNU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BLUDW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BGW9S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DB2TE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BA7GY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZ7ZB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ETH9D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B2T47"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQZY7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CSQCB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DAIG3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6BW6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B29ZF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EESCJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AUGLX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AOI5X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJ2CN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8DNL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJGF9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EAHX4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B25TB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D0XD2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ET2KU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D09TY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BWDXB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2YZB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ARMI3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DHF41"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BGPWH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AV39C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DL71Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNKZ3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CWR3U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EHFNQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CRXE7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKRPM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DDF5C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EW4S4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQKGN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EODCC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DGPAE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CXHQF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFQWP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CMNRM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BEIKK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AT4R2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ERVI1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKDXY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EN7SX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CTYXR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ESX1V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A5RUN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DC2LN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9UWV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BLGXD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CULCX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6DT4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EPIC2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AS3RD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EYVAM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOWXM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AMANW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CG14G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001APCZ5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DUED8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZOR7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DLSDT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ANTP2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BA2PT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLF2M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DYNWS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BFFP4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D7VGC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AU1IG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BKSW6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AHMU2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CP5AY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKW10"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B0Y23"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B80GX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBM75"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BA26S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ERKCD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BC6O2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DCYNB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5F82"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQ55F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DH1R1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1JB6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DP3ML"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EAAP0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D7TKA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BPUHW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BFVLJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EVX96"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EZGUM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DN1AL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CBFMR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DLXXG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CAUUE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AYJC3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EMEOY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AXPDN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CITLK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BOEIM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A3EZE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A8PGQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CT5EI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DE1D6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B59AW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EXR3L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A7VPM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BMTS4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C70R5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AZJBH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C54VB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AVX8B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKCKW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BP1TL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AVN9N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AVEBL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A28HZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BDJBA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DN2SJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CTKAG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001APRBM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DU39X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001APUCF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A203B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DAN2H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZ2P9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BCN57"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2Y29"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DGA8F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D6MFU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BGZ95"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B8MMV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B874T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A24VO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BCPXE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8DF2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B6JDA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DNJTW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C17XF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CSOJQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EW9YL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DTA9U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9UM2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZ8B4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AS61P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CK8RD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6VUF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C0Q2A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ETS7L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CB70G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D311V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2ZUQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C1CQQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A7XN2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D7RDW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CKF61"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AHEKK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DS9ZW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D7V28"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CANC3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSJ4S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFM41"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AKH3O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CA7P2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BI2HE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5CHN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CS90W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AZZH3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJO6K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJ8PQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A1CU4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DRVXW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D20WL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ENWIF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJCGN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ESJ2A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DBXZP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C9L2O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AY3O5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B0FTP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B2D25"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EF6Y7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EOYBB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CVORX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C9N5W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A4ZCK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1ZU0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3R9C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJQIY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E3IIN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B4NJC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJQL2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DLBAK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BM8NU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E1W5V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJBNA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C0DTR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DEG72"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A7C1J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BE2C9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DBEFI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BWS68"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1UG6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ARQHK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BYB48"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CBSXY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BP57N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BR1XO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ENQ59"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D70V3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DCNRF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EGJ33"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A8OFT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BCW3W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DEB1B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0164"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CCCES"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AM08M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EV5RA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BAUI7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ERF5T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001COX6W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B8R01"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DNGIV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BK34L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DRMZK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1OS9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2XIW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A346J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AXNZK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DRUKD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EN6VG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C63B2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C3EA0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BYUY6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DH8S6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZFN4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DP51S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AMEV1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DN9DC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CHCZ7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DTCBH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A233E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CI6KO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EAW5F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A34VU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A4CHW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1UE3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJFSQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BV9FP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A9UGO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BN7V7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1415"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DAE2E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C176E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E13JB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C7M7V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AYYVA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B0400"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EUB2D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1YCO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BEGWG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJF7Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EGNT3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DXXXK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5HB5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJPXH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AO4KO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CK7QQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BCQL3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B50XI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ALPQM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CAGEW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BO026"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AYWTE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BPU2G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A4501"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A4FSA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BFO19"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0VQ6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ATZQV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DU2RI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B5DKL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EU1DZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DCNEC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AMWM2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DXCDG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BU8VH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DC4WT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DSCYI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B7RHS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C85Z8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D04V4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BACML"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D4RYK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ATXZT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BKP16"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CUYM1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A1CWR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQY8S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BLYRW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CAXNY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CB1T0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DSBWJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BCOJ3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DABWK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BPZ1R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B0QY2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EZ57D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ES9RC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DNLDK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BVGJX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EE2DU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A1S39"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A1GRV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DUDM4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D961X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5N3N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C45S3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B87A2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CRXN0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EF2X2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BG0DT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DI3KM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AY84E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E3U6I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DLDBA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B931G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DGR4K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CIO4Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BOKLQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EB3M6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSSDA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C7319"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EGFQX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BMTIA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DAR42"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EFLS9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A7YLC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CY5Y7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSTU0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DMYTJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EWMWK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C986Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AZNYM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOL58"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AWXBI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ANKWH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EXB4U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EMO0I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AUWHN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BHXPJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CCA8S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJAYV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EZ7QB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BIU95"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZ4I3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8KTI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DUKVL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CKFBV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D4NXF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQ6LV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BCQGU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DD1D6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C7J57"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQ74U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E2EHR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZYV4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BAHKG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EDNH5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AVPVN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBFU4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EZUE7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EG34S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DXHLP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EXBOP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DL6W8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A50GR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C9V1V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B96F6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BUUO8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BTD22"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5CQD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AFV6Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BDP3A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EZFZD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C0QZS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B2JNO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BW45J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CDIMW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLAQJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2IE5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DR2DX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CV8S7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DEVS3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DUOM1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQX3N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQLCN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E0K0Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DSCWI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AKX4X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQXDP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ETRLO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BN5HA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A25I4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKO3T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001COMU2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EUTLC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EW4XL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BK19O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DDBF6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B42N9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C75BO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CO2RR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AL2JH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A2296"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJXSP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BN3BB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AD9RT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A5HX6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BVQFA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ENGKA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DDH8R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9FNL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B8IWF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AKL0N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EBPA4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3K71"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKP1W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFYAQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BX168"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D7U8K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EK9I5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8457"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CC2AS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DUFBF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DBQ7E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DK7IO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EO9PO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CISKZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ECPG8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZJOL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFEXZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AD7F9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C3QDD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001APIFJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BCCD5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CPNWE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B2QA7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQSFU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZ0ET"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DLTON"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1ZJU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BEP6I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BL7P5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DXVDO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CWCZF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001APXC5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ECVYX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DPY6D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DNCDH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DTOHU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EC8N8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EZ7KT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B70V7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJYMZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EL76I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BFA7W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EI0XS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BMVD2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EGB8X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AH1G4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D6D5R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BASU6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E1A66"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C64VX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AZOSE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CR7X1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BXTSJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AY8QH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C43VX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BV3M1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CCSEU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A1PKW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQ5J1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DW731"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AMWAE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CDVPM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B3N2O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B99H3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BVVU1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AHZR3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B6F75"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQ8CZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFRKI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0T81"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ALQD0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ASOEL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DU2KV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AG9QS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BKDFD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CCLPK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CYFOJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8HDL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A5AYH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJ2UX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E0PBG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQ3SG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3114"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DIWOW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8D96"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EU37D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DDSHI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DEJFH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CCPMA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AMXJA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AKLIA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DG4DC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C674U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJL8L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C9SB0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EVJUD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8N27"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CW8D4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AKYB7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A2QP3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CO5KD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EWT4M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EW5F9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EICYU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A4H2H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BY3QF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CC3V8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0IHN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AWV8J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DULOP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJ2RT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFSOS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EFV3W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A4NAK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ARN74"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CSS2S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D6LCF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DXJSZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CDURS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EPW6C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EZOGA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DY98M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EDW13"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BLX6O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001COXF1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D57KG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CGGUF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQJIL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DEDKR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A4V1M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DYRJ7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CGWZP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKQTB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B7EZ8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AHSEO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C109L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CUS2Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOPOM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EW4Y2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJIDG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOBAD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ECYQA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CRTUT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AWL02"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BPZ1B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ETJTW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EIXFU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZKO8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B6OP2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9ERR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A2OJA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A87L4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQTVW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJPL6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2TID"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EDGXG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D7GQU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AX3DO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E14IB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ETPWH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CIAT3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CITEX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2WJV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DCKN3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A1Z7P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BYBYU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CO9UB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CTY11"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1SWQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001COI18"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BMZCM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CIZ5K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EX552"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DSEZD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ESOOF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AOIGF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CMRJH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ALX81"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EER4B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BD88G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CAWW5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EP49A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DBN0I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CHMZO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBVJK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJC2P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQQKZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BABMR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AT6OO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6XV9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B94BZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CGI2Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZ3TB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DH4X2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AE6C0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A4BPL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CKSYJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CEGXE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOPI3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EX8YP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRY69"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EA7HO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ELRKM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DP0SA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DBK8P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CSCN1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AZBSU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A2TBG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CMR87"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1450"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C0EC0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DR2HS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DO5DI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DH0DP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C1HR4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZE32"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B81EH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C7NFT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A4686"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AWLHG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CB4SU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A1NL2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DSLP2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BXMLS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C11HB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQPEB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CK17F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EN0XO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B8BGS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BU3PC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CE2UR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQC5J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DEIAX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DP1EG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BY8SI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EIRJQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DHC68"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C30P2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DALT3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AZMSJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EFP9I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJ6BG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DFYUT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C4VQO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BTONU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOOFP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BXUPQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CEXQA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CTMJF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B6UON"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A5J9I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C11GL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DWRO6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BG599"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DXJYF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CYD39"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DVUZU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DC81X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EOF2F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQHO8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZ8HI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CSHO2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EDEIA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EB25C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D45L7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BW446"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DVM62"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DG7GR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DP570"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BV0FA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B561X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C4ITH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C9CLA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BMYKA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BDAI4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ESRGI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A9GGD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DYJMU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5HLM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BKR94"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BOVME"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B0WIW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BU5J2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D7MQE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EMP16"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E3IIA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C7ABX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1BF6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DK380"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C7K17"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DUSJO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AZTQ0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKP2U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DO07A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EOGLA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQY4U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BEMNN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBR68"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BCR67"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D4IV9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EN8SH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DHZJV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ED57J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E5C6S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CDOQT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E2Q12"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B23R1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKP71"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJXRO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EVTND"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BXI4S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ELZ4O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ELSZA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D54B5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ES6OS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CDL3I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A337C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AD0TN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5LAV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C0G9Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AR7W8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ALKG8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EA6KO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BPYZ1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BB6LB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C4POT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D4UMU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BACH4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQVUV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DP598"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DCGAC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CS1N6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E1PEB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKOJW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CPSKF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A94E0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B2DYH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AWONG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZL9W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CNF6Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BG6CS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DBV5I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CH1OF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C4DU8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6PYZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C0KFI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CUVKW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A15Q9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BW0I6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B3BE1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BPVOR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BG96M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DD71P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BYYLB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BH7X2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CNNKB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DYA2M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ENXHG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJATK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLV17"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B8DYJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DF1AQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C9PNM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C4PJ3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DXEWE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3OVW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CTPN0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CVNR0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D26VG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D4YI2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJ1CP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D04M7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZVOI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EO9JY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZB37"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ELXDZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ETXTT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BHMT2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3TNN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B0CMT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DS8FK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A5IVN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BAI1D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B6ESM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E1SNI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BI43M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B61IK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C07R2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3TVZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CT31U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B4N6V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BKRPA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQZ93"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKW9M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ECTEL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2VN4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BEX9Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A657G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BY8FC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BARAZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRI7C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZH29"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BI5W7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQXIP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DRJ49"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJDWR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BX8MR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQKTU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EBTJE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CCQ8V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BOCDU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQN3H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DLZAQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ETC4U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EXKEY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJW1W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A71AG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BAM0T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DB0VA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EIQ18"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C9BX3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BHXD4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BAQ1K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5TTY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EPZKU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BIAQ1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CDABB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BD68A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CI308"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZ11O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLB0W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AOXZZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AOPX4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B6Z09"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DK0ZS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CMYXO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5V8F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C0P57"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1AF0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CR13N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJ076"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BS6EP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6TZW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D30DS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C7NYO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D7TXA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BXKYD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DUIKM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AIA9D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BPCXF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CYWQR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D68SX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CRVW0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EUZ2W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EPBSW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D9F7P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EL80M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DO4GQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D49X2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D0BXA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B2VFY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DPRQJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001COFJK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A19E3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B3EY8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8XN8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E4AN4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DS6F3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2IL3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B59GU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9S7G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOVYP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CAN7R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8DCW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DPXIR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DSJQV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D557Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZ0F8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D6LZV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1O97"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DT9NN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CGQG9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOQZ7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ALUHP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CYI52"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BE810"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ANB7X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B6Y2K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKDYH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BLQUP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DLPP1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A06QK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1YDA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AE2BD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DNM35"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EDSBH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AOFVT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3B6K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B4ZF8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D31HB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EXKEH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BYT6R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E5SQQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CWFBM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C90FG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ER81X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CUS5N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EBMFO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AZZ1Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLBGE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DSXT2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EDRJ5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0DKU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AT1LV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A51ZU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBEIT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CVAMB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EPO4Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CHPKE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1PQC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EWKOO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5L1Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BKUKK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A4GMJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DXFOR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQRH6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DHOH4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLBKP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DT3CA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJA9A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AX1N9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B8TKG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BCPOS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DIVWZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AMYOG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AIBPQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BL75Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQOZO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CRVSK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DHA55"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQ9IL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZE0J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AI7MM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ESCYN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EGGU4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BHQ0I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EH3PY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DDNDS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CM1FL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DSW6G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BXKY1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AOIJB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CKYW2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJ2GK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EVHT3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EIBF1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFV86"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZKSG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6DW5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5KNE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B8TRA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ED51M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNEBK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EALL7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E25HM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001COKET"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8NRT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D9CW9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DR0DW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AWOR4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DUGGS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CRFUP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0LLB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BACTE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJ06F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B708P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CDLIS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CEG1F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DRH1W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DPBNF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQ288"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BC1OQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AWVAE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJ56W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E1YTZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AUFPM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CYWJI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A4VQR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DPSZL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BIALG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EROVO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DAOE9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1ZMZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CV3PG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EHCIL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EDG7P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001COWHD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DLEF4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AGXSP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A6V48"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EEGHJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B7M1W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJAD2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DK3BJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DEQ5N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DWDA0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DGH0O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRGB3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C3Y4F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CEJD1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZA9L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EIRHW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EIZ7Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DUR7A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJU6N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D9GCB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AEC5W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BPZZS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CL3N9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A8QMB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BYXQ8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B2569"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQV5Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E0WGI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2N4P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B5I1Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BPBLI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001COYR5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EZJ1J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BD0RV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B499P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DX2W5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AZXWG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EK9VN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DYAV4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BXE10"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DPUE7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLMP4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DYM61"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DFILE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DNKZJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AL2QY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A3WPZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZQLC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EPQHZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AS0TX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A2I8J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJEL4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C68XL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJ9LZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJY42"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CV44T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B4UXH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLZBR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZ0AR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AZRT6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CMML6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJHL8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B7O9V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DP3AJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CKD65"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DWDLJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BM2HN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BYSQK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ESXPK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EBTIR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D7Q0N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CIT7X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BG7WW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ENOIP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CDG2T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E20PM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C0YLR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKURH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B2BP9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQSYM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A1WVN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKHZ1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CCY6M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EXBNZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AZ8J2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EH621"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2XCP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ELT1L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BE5DF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DEWRF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B2G7U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EMXPO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B6EO5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1MSY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A2H0D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B6L11"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2FHH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DUEQV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3WH1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8TDM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLW5Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AE4XL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ENTHC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A4IAD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZEAT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BXROL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DXRUP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BXYJL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ATTR3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNWUI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DFRWI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AFL80"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQTMR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DVNWG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BHMWA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AVER6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C0AIL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ATKFK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DALPT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BUXPE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CYEBP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BT5PJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQY2C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AX9FA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C3X36"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DMF10"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJ3JB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D9MSO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DESJ9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AU7YL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CG85B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BEY5I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B7UBE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DYDDI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DSYW6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DFN5Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CGZ9Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AF7P4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AN97F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQZ1X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ATZ2X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EK337"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DGHRG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DYR1D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CDUXM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQZW8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ELNEM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJ980"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CA23O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2AHH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CTTH0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRZPL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CUDT1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C29KO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EGHO1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BO88T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EGF4Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CMOSV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CY930"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EF6K3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EM36E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C3VM1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A2U79"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EC62R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001COHUJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AXZOT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EIJLA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B3SSG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DEWNS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A9WOO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJZCT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AOSHI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BFX1R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6PXN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ALJGW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2O3D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EINC8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001APEHB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DFNGU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EXQQM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BPP3O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DNVDF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8TMH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BB1YX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CA29D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BV3UE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2FEX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A5BCP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B70QB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRT3T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A4AH3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EE0JB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DS7LM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A2BQO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AHMJK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ET32W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B0NTV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B44M9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BXOAO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EBVVI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BWFIM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D287F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C3AIY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DBAGF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B4ALA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EN4G2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C9KPB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQSO1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C9X0V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2GVO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DE62I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3R5O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQY3N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BF6C7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CTIDE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C20JS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DBCHR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BAUH5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0KP0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EPRQT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DUTPW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BTXBC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CTI24"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D6VNZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C9861"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DYN5W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BLEE9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJ84X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BWIU3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DHSHX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A3MGB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EO0W6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJZYH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D0C5F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AMYHJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKDBU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D49LM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DXKR5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DHW8S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AI4EA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1TEK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ASTIM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ARPXF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CUF45"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EE794"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BMOHT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BFYR6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DESRE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2UNE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BVL4H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EV9GB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQZIG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DAYDU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ECB3X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DELWE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A4XF1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BDRKN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DW03U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DET69"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQLK4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CI4A0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ATCHG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B5468"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B5SUB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AD3RD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CENNH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CTW8U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNVBV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DXVZE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C1EYP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CHZTV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CMDIF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AD256"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AY0MC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DXOHI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DLAG0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DCF1E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CDV3B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BR98J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D9LQM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DPO3P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AY9X7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQDWH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQH3H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQ2DW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AEW5R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ASGKK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1CRU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DA19Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BXJR3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQGZE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CU4Z8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BK69W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2Z6F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0TKM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EP0DF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AFD5J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CHEXE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CP7DK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A2RAP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CVGUG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJRFY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AVK2K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BOKJR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2BE8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1311"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9XGJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DU6PZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BTSME"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C9VNG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJX38"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0J0S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ARZJP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BOTGD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AEZHM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AKS6A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B125S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A5HY7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BX5CV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EYJ1Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BU0L9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJV33"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5NG3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJ9NL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CP3WK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DNLW7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CE3V2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EDXHB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BEONC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D9PSL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AH401"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DGPEC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BA7IA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D54SW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EAACT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AFO9P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EDYLO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AVHY2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQ1CK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CC5UW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNP95"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ALPR8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DVHPS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AYHOL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DPX1Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EAXU4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DNMC9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CBEPN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CAAJI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AYUFZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AH7QJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B8R79"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AD34Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E06HB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ELANV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B7Z5H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CRA8G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E0PCI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AWLYO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CYHAR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BHPOG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQA9D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AOZKG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLELR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CDMH1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CBJC3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BX2VI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ETCE3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D0ZJY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C1K5I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CUB3J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B0AR0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOSAG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CA0NT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5CJI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B95QL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DYCNP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DNBS2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CPJMT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D93NH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ANDH7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DVA5P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EX5O3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CVKWG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFEWM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DB496"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AGJ38"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJT1L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DUFUN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CL2T7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DV6RX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DMF03"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CE8II"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BVZM4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B5DGU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CE5NG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A3KCO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C0OMN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQHY1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DP1HN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZJ60"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2PYQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CYDUK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C4RW3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1L9T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AR76I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D0FZN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AH6WY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EOV2A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRFJC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CC0YZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BOL91"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DRK3B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0BZK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DN8FQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9RV1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001APEWG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D52M1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AVORM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B4FF4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D0WF6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8DH1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJTQA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DHTB1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ASJY7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DD31C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A7XSV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BA6RE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001APH4Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EDK29"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZ9U1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1Z38"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0AGO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AMMJ2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C80W6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOM43"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B0XGM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D4YXP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AUIAL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DU56E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AUFO6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B4DIB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A90RY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BR0SP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C54Q9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKNON"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C69LB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CRI88"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJFHN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001COOSJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1LKG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EH2MX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFD2H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A20G9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DMRUE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BH7M8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BFNKJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DFX0U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C387V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AH7ZW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BM9FQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CSA1C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BG8PT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CI7Y5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DEKGK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ER4OT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EN0SC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJOO4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CW27H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNYH3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CWX8X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A4UFH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ANTM8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BMX0T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C0IA8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CF1XA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQ0PZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5OUU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EX30O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B29BT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BB2I1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D58HL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DBMAF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A36W2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ALDL3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D7XQQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BXNY0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BKZYO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AX332"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D7ROK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AKYOX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BPYM1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A1W4Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1A76"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOVR8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BTYXO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C525Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AO1UW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AFI5L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BTMSN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C7SOV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AGBLO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BHFK3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJITA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EEFVC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C1LHH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BV4XN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CSK3T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CG9VL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E2PNK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A39PY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DU7D0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AHYZ9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E0G4L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EIUHU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DSX73"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6BQ2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CVRCT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKFV7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EM8XS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZKCH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BPT8J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJHWG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DRRR8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJRNZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ANY5D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJ4QH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B5W6D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DC7N3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CMQX8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0CJ8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8G5J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3P13"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBW51"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AG3VQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1F0S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2TRZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQ5OI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ARFIS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B4CWV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AHOUN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D89GK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EDYBX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5TVI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B6FV8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CHDNT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1TON"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DL079"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EROXS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DXTLY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DDWIC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AHFN5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BKUXJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1I3B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJB6W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CXAS0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CGE67"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001COZ37"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSISW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CGRD2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2TYR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DU7D3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AG3JU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EDVAT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AIKIE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AIP2W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A9EON"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6E4A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C23I2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AOFYU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DYAQT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AHMT8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DR760"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D0I33"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C00MG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJGQL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJZEW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DFSVX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A51JJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFYGK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EN3VW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C1PQL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BWH8K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DMHBS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ELSAD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D73A0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A71DQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKYBB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DFMEU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3V2M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1UII"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1K7U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1YI9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CF4Z7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSGP7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJ82R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B73AJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CVV17"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AI584"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DW125"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EMLB0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DSCNJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DFDG1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2QS1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKP9P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AKY5X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EALK6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AS1VR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C7IM7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BPFIY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B7RJ7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKGPZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZBJN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2FOG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ALQ7C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CWT9B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BIAV4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BCKGD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CRUA9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B350O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BN6LL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EIIR3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CHUN1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C296H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNKIL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5XYI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2CIO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5BKZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CE3WH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D4ZMT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DY91W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CBOLF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B96U3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EBVXE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CN5QP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EO4L5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B8VKE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0KMZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5QY5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQEK8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DO6FQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BUZ12"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AHPOH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EAHIK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A06BY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BC00C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZGBH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CMW4U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BI9HC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BO1FY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BIQCZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D9ZBF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D7RJF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2T6L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKS3C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B6RTN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CKP7A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFGVH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E10US"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AEHAD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B5OAI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B05G9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DFOI4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D0JQE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A9C7P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DXMSK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLCI9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BVRGQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AO7X9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EAZPN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AYG37"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AX1PJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2UBP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQD6Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFNN4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BAB23"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B15DU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ERSJR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BVV4N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EBD2P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EFRUR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CRKN9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BIS33"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CXKTH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6Q1S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C7N0C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ATQ5H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BXN5D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZ7TF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DS14Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A7YQJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5OAI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D9E7Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ASBW9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C0Q3Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DH43P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJAQW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0QF5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNDPU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1N9B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSO6R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CNQNK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQ3X0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ASD56"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BYPSQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D39GQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AP7FB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B09HW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D9TLU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DSHSK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3SSZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A51K2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CV8QK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001COLZP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CW5YH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BOCDG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CPHCR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AZXB1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DINZJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CHQ5Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJBM2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EVTKD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BVPBJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8K56"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CI0V8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLU06"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A258S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EBV6C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BTE6L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AHO0L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EO4ZD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C0KCN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BH407"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EUFQ9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLOSY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AEWC6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B975R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKVK5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A7O51"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DF48R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BGWV5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DRCT7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CVMMK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1UIT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CS6A1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CGAHD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A32ZA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CO679"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BVZ9U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKXHI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLO49"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EB5OS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DH0YX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CO50N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BIAGI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B31VK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNKH7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DW9Y2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CXVH3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DYMWW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C221X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D68O6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOPFO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJ16H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9RS4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B507Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BE0XK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DWP0P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EAEJX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DHGZB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AU90I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DVZV4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EZUTT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D4V0W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AO8SV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AKR2J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CNSQC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5T2C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DS4DB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLZUD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EOIRT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQ6HF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CVTN0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CEHZG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CNS7F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E11PU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C3BTV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2OKK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJ17T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AYJRX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ELGY8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C0369"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9MIR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A1C6K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CK40E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBFQE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZHVH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ELMO1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CI2Q5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AHP32"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BFFJ8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CB4GZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DDALJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D85QA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQIKN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EPQ6M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CR814"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8RDE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BR9WD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BE4U4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E2UMZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EN6VY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BV1S2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A1YS3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ETRF0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A9Q9Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D61WR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A9B5Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5EBZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ARFEE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DNT76"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C60L2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AE4VP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C55ES"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CIONA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DFOGZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AHX9Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C11TN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFERV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AGYNY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A9L7S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQPMG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CSFK4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B7USS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BDQ1Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ECQJT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CB6MK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B15RD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZC5U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B79XZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BWRH3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DX6EC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EM7Q6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZLP5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ESDFZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EFJ4B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C680G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSH2S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BB5QV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EMGX3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQVXM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKPMP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E2JKR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJLM0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D09Z2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CBOH0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EM28J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EX80V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQD9D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A1MDQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AK9PN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EY6HA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJUJT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ET4AE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C18S2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ARYR5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AKXB5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNHBT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CTEZP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CRWHI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFRYS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CT7RX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8VKN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B85DG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AVUJF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DF9MO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EWL5V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001API33"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EFTUC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A5Z7K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DGYOB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D69MM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CYSG5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CHMAW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C3Z7O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A6CX1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EM1LD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BHA0L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EFZ7L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJAKJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EPTFE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CXXC5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AGY0S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B90MK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CKI5U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BXWIR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ETQFN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFQA5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CBO7K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AGTVZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DPRE2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BH1PX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AMF77"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ER70P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B07NI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BN9DF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZARR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BY1KB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BLIJ0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ECRGI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A7EM3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5KTI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EVPHE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8JRC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BKVQZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BGD31"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0RH2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9UW4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BAE4D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EK2UC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A5M9G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ENKFD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BG592"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C0VSR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AETZB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AIZTH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C1X69"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5NOD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3MCK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EW004"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DBDO3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EENYC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EP55F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRWKV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DGH6D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5M0Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DEODW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B6G89"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BD5WD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D76NX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D137Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AOBUY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B7II3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJWW5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EK5N6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A14N6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CS9RH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJ2DP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNJXU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AF7Z6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CK9J8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AX6N2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ELZFI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CIGXB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ED4PN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CKZA8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BYQTY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BAUVB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BDKOG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8ATE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AEYYA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D65EB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BS2MU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E0XMC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AH9L2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5JA1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C92P0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DU5IA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJ6TG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A7MDH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQ13O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CNLV1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZ279"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CGPLI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSI02"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EMTPI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BDDIE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CMXXH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B328N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CYYLW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DFTCN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C91V2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AV8ZM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BTIE1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AGKNW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CUPK5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CU83I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CRYTQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EN7RX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BDEVP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ENKP2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DK3P8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CNGYV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EI9B2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B5TIJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EW08O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BN91P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C7P7S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CDZK4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DY6N4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CA5Q7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EAIMT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EFRES"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AROUW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EO7P0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AOOZS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CK3O5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1QQZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EPECE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DY7WQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B51AX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BO4ZN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B8D97"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AMM4M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A6PNY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DTUKX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CPW0Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AIQ4P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CD8AZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BVJ4P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ANG3D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CULNP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DV6D0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DORK2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EHQSX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BW5UV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BY7IB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CRBEK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJ5B3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B5IK7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C7XNV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ER69B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D7KNB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CNG65"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CB2GS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CCWMC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CH8NC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A8Z2R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CA1MC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B7CVV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CCF2Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DV21N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DROSG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8Z57"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJTYS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJ7CQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E4XQ4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EGTJO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AUYTY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D9I2K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1TL6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ECPCN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CF6LR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C94Y6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AGTV5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A09FJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQMKX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AV88W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BYU6O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AW11R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CVEPH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLALY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A855R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A5Q2F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EIK6L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CS7SI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EFORW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ETDO9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ETB9T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AX4DL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A556S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B88L2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B8W50"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOMUO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C3M9S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQRZN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C190O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D9196"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ARDSU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CDLUK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DCVNJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B4KMH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B11SI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AEAW4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EVS02"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DFQH2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKUUZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CDQJF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DO0R3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D9C0M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BCHZQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BUPQ1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DWT12"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ALM9Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1PEN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AP0PG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C1JPD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BR1CV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D94UU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AGPS5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQ5IN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A1LWJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJOF8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B18RP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSR8P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLDCG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D4ZCB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BKOP8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A1J75"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLIM9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CRNDK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A8RUC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNBCO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AP20R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BFPG2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BABAC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DBGCJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A989F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ANZ81"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E0Q6S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AD3O6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DEYNR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AXWLP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DFMK8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D4X3W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AXKNT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B0TMN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EDXO4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQJ2K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BDMU7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5BTZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EP7ZP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5M1V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EBIF1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BL5RS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJUWT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C785B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A97A5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQJFR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CE2TG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DX6BV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EOXYK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BI9FH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AV2HL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B2QFJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A96BG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BUUNE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BG2KF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQYM6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EVXXJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B4P1U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJHS1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AYXG3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BR47W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AV1GM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJ7BD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C30OO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A5HLW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DNILG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D6OXM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D18OR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D9JKG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EWBB1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CBJMP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C84OX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B60KP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EB8G5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AH2EB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A40A8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CS2HY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CO01W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CNS7U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSAWT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AT1ZW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AL02A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BG5H9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CTGWG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D61AN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BGHI0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D0T88"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EI2Z8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AV02F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EYKBU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ATTEW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BY8IJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BI6HC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B08X7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CAFEM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFO6U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BN9PS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C99RM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A1HF6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A6ZFT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZJ56"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D6X2G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A9K6S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AKXD0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CWJP3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BECGB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJLS1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DK4JO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E459D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKYBD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B6TNO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1MS6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EMC2J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A33YM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AN9XZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BG5EZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BG724"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BGMUN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3X3G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQ7A3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CB19B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BERPN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A2NFS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B3NK9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBZG0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2Y2N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ECO3L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A4Q8B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D9N1Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CEHZQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ANZZP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLTNV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DAP07"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EUD28"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DV8H0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJOEY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AVLDK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNN0Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EHPBE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CVFWB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D0NMQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A1Q4W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EI628"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B5S0Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B3VAG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DP939"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5SNO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2TAC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DYJWV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EL25N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6LP4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CK9DQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EC7XX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BCPH1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BYEBW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DAXLL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DE9CC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BHPMI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CMFWE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BGM3L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CNXG8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DE9BY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D7EVL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CUIU4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DBZ7Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DU3Y1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D6TOW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1IXC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CP19P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQJS1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C1Q7V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKGKA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AKYR4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B7JQ2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AYZV4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EPJKH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BLFQP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A4AYO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BADK7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9QH5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6R9H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DICRM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DEOQG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQ9PV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DHAZL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BW3VD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFLDU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EDSVP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D69D7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BHGL8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ENBF3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EUFKL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DPR35"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CYVZR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DH8CG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BDV4Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AU8BF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A85B8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DLATC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DFQ97"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJN7Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5I4Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DF3CS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZCH8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DMN6C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AGJH4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DEBTZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EW1UG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DPRJ0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EI4Z0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C1W0D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BTXXQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DP5ZJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AVUZX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EYXQE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BY6XA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CMF45"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EF3UK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSSQJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BAH7X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AHNJ6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AF930"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CWV74"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CMILT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B8FJ7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJ8OS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A3W90"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ARJ5H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CKWZ9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKIG2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJOJQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EBAVV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BW4O6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBFAY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DWUM4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DHGZ8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQ11L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BU4ZL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E1XCH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A78SY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EBYG2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A2FUQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CMEKO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EXGNL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EM7QP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CPTLI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOL80"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AGF1E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A8V5M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C30X6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AKGQV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D7MLL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B7RF6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BM31A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AZ7QN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3EUO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CRYD7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DIIX1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOST9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D0EBM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A7TF8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CROBV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EDIT5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BDRSO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A7UQG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CRLNG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CIZJ4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DB3AI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BHDKY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EDY2L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFEM6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BHA10"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5WDQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJN8I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CTWOB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0U24"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJUYP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CY8B7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CTKOR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DW0FW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A6RLH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ECL1G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EDMED"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AWJV4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A2D3Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DWOGK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BEM7T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DTVAY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EH171"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DVJHR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJROT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EMPB5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DU5Q9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJHHQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKILO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DR86K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AS086"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BB5XJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CF9KJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A7T0Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EFS7W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DVXCW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQPIU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CIM8L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EOPTV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BWKCJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CAYXU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DYT4B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CS7KX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DLARV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D918M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1IO2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CA4CP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CK548"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DYTJA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8NWP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DN43X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AFRQU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C4B9L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5Y33"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1TS7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AGKJD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BU0VO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EAVW7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CXZ3M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BPGLK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EOKP7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BO0D4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EX0YV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D6QU1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EHUJC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5GB8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DCUK7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQAMR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A4913"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKSSX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EZ842"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EH3DI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DTJXN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AMX02"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ATK0S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CIJI4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQ0O7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C9ZDT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DRJU4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZL2C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D13BV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQFWO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQB3T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ED5NG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DR1Y3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ARDJY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3NNM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D29X2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0HY5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B3999"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001APVT1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DD4YE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AVQRK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DW5JL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EES0A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLR22"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CIROP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CMH7Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQTVR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1J7H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DF9OS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C90PY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BTS24"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BHEYF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BHD70"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ATJ6D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AKKZ0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EWUDR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ERNSL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BY0Q3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CY9NB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BMCN2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EV9LM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3NI7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CWD8N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BDP34"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DH92M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C99BN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D87LZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZSUB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D6ZI4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ED2HJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DRVRB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CCVXU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DDGHY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CBYCU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CWRSR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A18Z9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BLTWP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZ8R6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQPXI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BYF9U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DXQOJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EGZRF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CNQNC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DF8Q5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DS8N9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A90D8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BCTC5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D0TBB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C817L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BK3TT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZPOS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EEFHX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A09II"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BXHAR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DXCAC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EAB93"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQB6W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CBPUA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQXNJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBO06"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJVRW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DILM2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKDNB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DXH4H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EK05I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJ3PB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BH1P7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EVF0L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DTSR8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A9SFA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZUYK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A3XZV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B6YQX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AHBD6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B8B88"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLSYG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AZPXY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BT4RV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B595W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DDJXW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D4OH9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BU6J3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZY2R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSFLW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJIK1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DMU5H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DB4BQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DN3XI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AFYGK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKLZF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSQZN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ED3XI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D4LW4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BXWVY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C37T4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKNZ2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQK26"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A44NT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EXRVY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B40DU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B8SM0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BAKLX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AVR09"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9HSG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ELC6O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BD2TI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EGQH0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DX7I0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CDL5E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B5BJD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3OEO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZRKK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B98SZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJU7N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B141O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3A2N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A8JMI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EFM8J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1WEX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BLP13"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6TKL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EI6M7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJSRQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BK7LV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZKB9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BVWEN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C0QH4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CIL3Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C26W7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BISR7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AS520"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3AEW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKUF5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DONIK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DXNXI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ASFCO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BUHMS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BV48R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJ3G9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CYDIC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EP4YS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQ6EQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DCC70"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D9XUQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CXDXI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EPJ27"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EUK2C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CF1JA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CSWJH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJ0Y1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ES2EC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EV0XM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZNBA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EF6C6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBFPK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBLIY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A7IMD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQC4Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DSWEV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D7SX1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AYPZA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2F09"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D79Q8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRCLZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFSYL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZFOE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BL2XW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKGGD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A9K22"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C4GUE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CGUND"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ANAR9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B19M3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A3C19"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKYKA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSVXY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BFDT3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CN54N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A8IO0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRZKM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BH1MT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BYVX3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZ7T4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZCNW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQE0T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5TSN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DSZUZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CS97C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJWHQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DCQ9D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CDUK8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQD2Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AXB6H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DIYNP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B8TG2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CYXKN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CM7VD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5B0O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BVPNV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CWXT9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZ07X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A3FO4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EA2FP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BXQHG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A4B48"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EUDJR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B14RE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B99YQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D0HN9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ECYZV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001APZGB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DMFDM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ELBS5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E1EJF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AZXS1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BT8Q5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DRDEG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DFIOI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DVN21"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001COI8U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8AIQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B3VA3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A7R0H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B198G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJXKJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EER5J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQTFD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BP4SJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CXO9R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BKUHN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C87GM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DDTJY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001COQ5G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ERXM0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DHO0Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B6Y36"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C9ST4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CE354"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EI3VF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A022U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BY8RG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZ7B4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CTY2I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B7D6G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJLJM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BUIJ8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A8OBL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EGZXO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AFK3V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EFEUQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BGE4C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DLS0U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D9WK3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EN24N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AUAZ1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CNS4G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CVABT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DMPFP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B09KW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AVOTP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJ7LR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AW6AM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BOS3Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLZ2E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJC1L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ES0K6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D7192"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJPJY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9W13"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CECRN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CXGDM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BCD67"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EY75A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A07V0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSS4W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B8PNZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ESZZ9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DUDBK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AH0HX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DND7K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BN2HM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQ1AH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D768K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BYO88"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D51YW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BY8U5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CK7ER"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A942E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DKNYN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRB5Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DD0CR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRD8Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQWSL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AD9RP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BAPPM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQIHU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AOT47"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AFLL7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B0PAO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DPB8T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DAITW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ELLXI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BEVV5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B0YE9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRMH6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BEXT8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AKVRT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ET56A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BFTQ3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CXEQT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EUYUE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CTVJ6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZV34"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BIH0K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EZ009"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CWY24"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ET5QT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CV5MD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EHYYA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C7Y9J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ELAX1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CVCLG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BITW8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CAIKL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJ29V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EK6NU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B5T1F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNLFV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DUY4Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CEGU1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DK3HN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKAC5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BFVIT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E1RR5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CAKPX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJJCV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DM6F9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B3SC2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A1WDT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBWLC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EPL9N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CWVGN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C7QEH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CRQNF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DRWSQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5YGH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CU31Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B37YY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DDZB1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AK5DF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AD4MV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DF7BI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DPRWL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CALYA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CPUQ5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AOKBZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BHO3N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DGM9A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2RNK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EK3B4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E1YBZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DD1T4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJZXY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BMANN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6TB9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CPMSQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A650O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DGPMZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9ACL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0ZKP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EYSF3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2W09"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EOXYH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DYVO9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B3O5L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C1XV1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EE0RQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CIP8X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EGQ1L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZVYX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BX5KL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJMN1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B6KP7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0ZFJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B4NOR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQPNT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BE160"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EXNPB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8DFZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EC311"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D6CRR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CYFMZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ANB6B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B109U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CT0HL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJADD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQ5P0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AXNF5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DI9SQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CEC2O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A8LQ8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BR16N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BOV0O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CL5J7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CPYC5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B0E9Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DWNNE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CP8J1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8F4W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BOYFN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AU5UX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EFOZ9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E2BRV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJ1M6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DAILL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EACH9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBY0T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C4JJE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9UAC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DSY6E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2FGX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DC1XU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CI21F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A7TYZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EWF9Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CNYVD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1KHT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BD35A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1DGV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B3DGI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQ28B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EIJF4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AKLZB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E0PHD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CRE79"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EBZUT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CA1YW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BX403"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CGP0K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EG4PP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CIZ7Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZR6K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D7K23"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRWO6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EC0GC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CGBE4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DIXY7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQ90X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQYVU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZAMP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EBSJ5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A7L8W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AKVQV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AMYA2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ETEBN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A2B89"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CKCRI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C3GDM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BHAAE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C3F92"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B4SAH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EGPJF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C3OJT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZE5B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CS1LB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AUX88"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EA1KP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DYRDE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D73IR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BUC7L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E18IQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EREHW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZS72"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZNKV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EFNXT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DMLGC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ARTVH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQHD2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ELG8B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CIIDF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQ6GB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A8C4F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EVIFA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOI74"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EIMNK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1VVF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BKQG3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJCGT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CXL4B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BYX5R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9GE1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BFIJ6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BFTAL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A1OWI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E2W9G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D6SRG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EZSGA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BWH3N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQG9K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BI643"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C3H6L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ANZO4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C00XF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AYNUM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DSZL8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E11J6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ATIP1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A9VT9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B6N69"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AS9HG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BYPMG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CUN5V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8L88"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6T52"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZM4A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQV25"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DITHL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BPJHD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKHKK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D7BUI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BARZ8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C04NA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B2XRI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQDZM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A5A60"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DW9DA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AFTYZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DUZ7T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DCCEH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AS742"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BEJKR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AS0BT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5ZLQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A21BT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EOVIH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AP7Z6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D72M9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJEIU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CK0RM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BTRTF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CNUHN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CO0PL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BL9ML"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EHNXL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AR7UM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DCI72"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ELQCO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A9F9M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A2WGC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EI1UI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EA66J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AV0Z7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C16TB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A58HL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DB6MX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D0K7F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A8QCS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZZDM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A1VU7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C7QXE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AVUF9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CF80H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CYO4N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ANB0O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E09U0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBIO8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DVAA6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8CTJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A9MII"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNRIH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BKOY4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFDAI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EBEL2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B4SXX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EM30F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CX5UM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BX191"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CBVDS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EL08C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EW7TN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AXT84"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DB3JV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJA87"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B4VKO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZYSK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQV6K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EG39J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AO426"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2BK3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DV5B0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CUCQ4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJP3D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C9GA4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EN42U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQQWZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D48CX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CHD97"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EAZSN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8LCB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BN12W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B87EO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EXH2J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5I2I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJPGB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B0XV7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DTLVG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AX5D9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EW5AY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D39NX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EEZWU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ALDI5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BUAAO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CCLON"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BUYL7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSIV0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DLAEE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CE6J2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ESK4K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DVXSN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BK3NA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DAGPP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ESYYZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DYX4O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJGNG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CODST"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DMYJR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1B9V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CK1SW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZ6FR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZCHP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EVBLO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJPAN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AE9RZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BCKBX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AVKUG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C1Z7B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AD69X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C9R3C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ED3WS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EIN7H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EITPT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EYHDK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B68LH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DDNR5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJMFL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2BA5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A476L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B4PTS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOVZO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EUDD8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B7QOW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D7HEY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BL1Z1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EFG3K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A5VBV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOSZ3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E0XPM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BUHFQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BKU6T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EMYXI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C47V7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EMHRL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D4ART"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EINUF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B654G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQ1IR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BYR6V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BXAF0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ARMTZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EVZ0V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8TED"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQMNT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AYKDK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DP8CT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A5WLN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AZB3I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJICP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B6IOS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BH6NK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CCNW6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A99U8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQC7D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DMLBR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BYN8Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CPK3D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BG821"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CBJOR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BMBDN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EFYFL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EMI5Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BWE0H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BB1VR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AYCXM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AULPH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQADQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJ8BW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2PTA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E1UQP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EPPEZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D80X4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B49VL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BCOCS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EAC3N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ER98G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9SH8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A1F4B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BWAB8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BGUKA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E1SP0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6RNJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E0W06"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DTOA3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A70D5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DRPT7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DXOXR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AXBWQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EPAO6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0SKO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DPBXW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001APH75"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EEYEJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJQ84"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BB4AR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A13BN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D4WZJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CT4YV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AV18E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3I8P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E0V36"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DCVVQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D643C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DEXSB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AOOPE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BHOL6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BWK3M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DLCGD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQZY8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E2M8O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D6UD9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AN4KQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AFKVF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BE3DR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EC680"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8N04"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C4KEI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CI9VA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AR9SI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C68X6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D9ZE2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D0LNI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CWA0D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ASL27"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EOC5Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CTZ1C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ENVYC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DYCQ3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AZ2EY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D9FMH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BCQR3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B195N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D9RCI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EU0U9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ASRFS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CR6HN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EU28T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AVAU5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQNTQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CC4XT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQHRH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJ06Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DY7NG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZI0R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CKPDB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EM1XI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CF46S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E1PSA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B82M4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BI627"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOCNR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EMEOR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CXL3J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CY47S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A04J0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BIG6R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DMZE3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CKUZK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AW75G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E5SD0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A88EA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AGTVV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJMX4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQB0M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A4WM1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AG379"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EK0T3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BH456"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJD55"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BVPZR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C13Y8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CHXN3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CKRJL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5ZVG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EZJT1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZOGR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CT5KU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8V92"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BCCQH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C58WH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0FZS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EPDNY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DYNME"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJAK1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D138I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E18R9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B3G81"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQLY0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CET0R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A38QD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BCXVD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5IL9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BGU97"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AHIWE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRVHC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BXD8E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQTNU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CSQK9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJ1QL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EO248"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BE6IZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLE7C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZOUM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8UCO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CG3ZL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DB5GC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B4V3Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EE129"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0GDQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CD8NW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CU2OW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DYS50"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2C6Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AOOO5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CYYK8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AXL4R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BF6A3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CTO4V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CSKQ7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DDG8F"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C3TMN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DNDUY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DI6SN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EM07L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZSB4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CABL6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EIPR6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQVOV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BG8A8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DF274"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DZUVY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EZHXI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EL5K0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D7VQJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DDE64"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AEDAY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BXMO9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AG9R2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ELV5Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DXF3E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A5K6E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AML81"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CYAUV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AXBKS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2SQC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B8MK7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DAK9J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DFK15"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CRZXT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CF20P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJBFJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DWHKL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D5U9U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AGTP0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DERFQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EXPK5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AYJF0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AGPMK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EN3FD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJKVV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DV3LP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSV1V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DP1K1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BE7C6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B5KFB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFADH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DF0JG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DIUXF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C1MBO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AVZ14"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQ0O3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFK50"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BDVRL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BMN03"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EGSLM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A7C1T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CC4RR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DA88Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AV4N0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DAYUD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001COUSB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BMSGK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFP5W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D4MLK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BHMRQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BLS5P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DV7JW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DNQ7M"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CDIB0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BU854"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQEW0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EGYCA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ESRP4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B80EX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AY34S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E3FPA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E0D0V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D42YW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D8AJF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJCVU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZEGW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BE2SR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CALVK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CF37K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A9T51"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CK3YU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQUA5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CNAKU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CN3YQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3LE3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CC931"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A262Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EX06G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EMSS8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AETOH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BB7U9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJU4V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AMXQ4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CDNKX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJGGH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BONBY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CLXNH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B6O6Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DS9DB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CP2V8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BA3VO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C2FCG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CPOTD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1RPE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AP9QU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B33XS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQKZI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BOJBQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6G8I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DIBTR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DU1PV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQV5X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DG5KF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EW9ND"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BP06R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DI32Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ANP38"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJEFW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CMGI2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CI565"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQ9HL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A9KET"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CPHO3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A84OJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BYC0O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D938K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BSB25"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BFXIW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CYXQM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EGWDM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CWTBQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DHR24"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D6H9H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AIGJI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BXI3J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DNWOA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EC4ZL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D4GZU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BUFPF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBKCJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C0S46"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C5GGM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AGP23"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2TXI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CTUA6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A9X7Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DEGLL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DDSJ6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DS2YZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CAJVU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQC5E"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CGRNC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B6UKY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQST9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DA4RH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CJ7RL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C0IYJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B4F3R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZ48T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AY6X3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EV1V2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BWR0O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DPR6Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EF71V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BTGGE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1Q23"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CMZ8G"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CN67L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CMQEN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EO2NW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BB1TK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A733T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNNB0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CWDYY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DPPPW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D0Z3U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CYIGT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRSJT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ETPI6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8I85"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BVFN3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQ8IF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AMBWV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CBP1V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BB3IM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D0IYV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BG09O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001APKIB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AW2PM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BE6OQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CVZNP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D6DT5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BYSFU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CE7D2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BN85D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CS736"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BEESA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DH9HS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CKG8U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DIB35"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BPXQV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C3MXX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DWXTS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CHOYY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DDTLV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ERJX0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DAEXS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8JN2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DVU0K"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DFHWQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRG77"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DWH64"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AGW4P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CV9BE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BNE6D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRAQD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DT1EV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EG4AT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CRM3D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DPKJM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFMW5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AJUI5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJZTO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DNXIY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DUUGW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BX78S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DNSLC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C61HZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CO0NA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AUS0U"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D2OYO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EKKJ9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BAKAG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B8H6R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DL32B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A3402"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B3LCH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ANHGU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AR05W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DCQHM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C3R69"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AUVEG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EU1K5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AIN71"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CDE4S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C1U59"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0APG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AQ6RI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BL331"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BLDJN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CD8YY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CV777"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DDRXZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CNLWD"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DWQP9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQJHQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DHQKZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQ642"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BHKML"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFRD4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C9V9V"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CPAMS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BVFD7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BPMTN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DEFEX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DJUVZ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BFD2S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B1QXC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BIFQF"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EXE3S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A5QIO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001COGZ5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EW1EE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A98KV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B6GII"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B4R3R"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D3367"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A21FJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001APXFB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CFMGK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ANA5W"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CEXMY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B6ZHM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EXW1N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DC5SR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EEAFB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ANYXK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CWTQ6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJK16"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EDNQ4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EQMMB"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D84RP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EHJNW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BAVO0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ETA1P"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D7AS0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C09AX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C4R3S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BCVGJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CDNIX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CKOMV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A4ZLJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EP0LC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C76X2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CZMWW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BKPSW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BFPZ4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DTIA8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CQJLK"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CDIRH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BCPG5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A8TYO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BCH7Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CEV7I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BRGES"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BKK14"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBHDP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EAO8J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D1VKX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CF2IN"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A37W3"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EMVKM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BJ5KI"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ATSK1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EVXSU"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DE7SC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DA39Y"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EH7V8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AX2F0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8R27"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BF3XE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DCAWT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D9CWP"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CNFTT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ENMFR"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DQN1S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CMLV8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DUSU0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EJYWA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B8TJJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DUY90"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AKL9C"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CM4VX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8R08"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A6SEC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CHR2S"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E1HI4"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DHRTV"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BBIXQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BKF8J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C4U6B"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CK5O5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ALTF8"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B4KPQ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C6NDT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AVYFY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001C8W0Z"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DI7AW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B97Y1"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B8UWC"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BPX9Q"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EZ8E6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EXONJ"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EEGJS"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EOFW7"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AK475"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001D7RWG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DVUS5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BVT2L"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EPZ0D"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CULIW"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A9M17"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DM9O2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOWUE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AOX84"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B31GG"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AFLQL"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EFMJE"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B4BF5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BWT23"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AF1T5"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EE669"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ASSP2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B9HO6"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BF0KA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DN871"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EP8GT"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AXXNH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CGXQM"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DOD1O"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A5X0T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CM29J"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CHQ5I"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AYETA"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BOOF0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DB9ZO"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001AOLQ9"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DWP39"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001B2X2X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EVO7X"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001ENA9N"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BVN5T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BZGCY"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A2F0A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CC48H"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E02YX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BQJ6A"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001EBZU0"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001A0YTX"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001BKP44"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001DNJ5T"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001E5SM2"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CRTXH"; -group = "F003D008"; -groupMap[name] = group; -name = "GQY1XT001CF9G8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BKWLP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B623P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A1E69"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C18WP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BLQYL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BFTZV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C532L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A2XLO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CZRRX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EUNGR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DGTQC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AMBOJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A8662"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQVC1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DWOND"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D0FML"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ECYD4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D5X0Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CGYYQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CV5PN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DCFOJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BOAK1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BM0SC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EUNKX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJLAC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EFUNV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AH46L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BMPCW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BVD72"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B5EOW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EIG40"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DBWAY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AFMH7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DC5U8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CM71U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8MIN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C6SWR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DKPE3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BO1XN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AO0HF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DX62L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AGI2V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AJGMA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EF7BI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A6R63"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C7DF7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BPZGC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EPJHP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EF269"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AQCKF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BWP5L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DBKN6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBAVP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AT11K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A5XN4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E5I5E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CZRB5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CLKJJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BU56T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A8W4Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CZ8SJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D3FZS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BU865"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EC5CB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AK0RJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DV2X4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AL5F8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A6JQQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CXR73"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C6EXJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2V3Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BL9ED"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B6NB7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BHWIW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B5LWA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EYZXU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CITE8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C4DJJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CY51M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BRQJX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B86Z4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ASWNH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EE5K4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E31WJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DENR5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AUH9X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DV6V0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BR9DE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AIR97"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D4GQB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8C4W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DAFFK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8UH8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AQ8XM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EC5HD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DF9KR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BQ7P5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CMWUE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BDL0L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DG10D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CNQG0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D9HHQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E2UOU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E3AHF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CO6K9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZEGB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DBVKR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DC5IB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBJXY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BLXIA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E1VIM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DW5RA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D19UL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1S2L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AHAWO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CR7F7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B717X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DHGF7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D3EHE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDBTG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AOD8S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CWLAP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ANQFF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A4PDE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AQNQ9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B3JXF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCLLU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BWUVT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AXYIF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A8TG2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CCBXU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ECG32"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ECYAV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AFHHP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CNV5I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EP9KR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C5M6T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DQ13H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DSWGV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D75S6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CAT8A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B87Z2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C2U3P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DQ70P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYBUU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AY3FQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CN2MB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C69OZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BEUOM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DLT0C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B0RZD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B0F8U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EGWUB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQ27W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ELSCS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CO6VO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E3H7W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BK6D2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EFQ7W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A5BG8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D94WC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8EEN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BVDUC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A1ZU1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DRYZU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDIZR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BOYAE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CKO74"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BNR6Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CF0BS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BRHCX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ERFNH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B0A0F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EQDQI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BX4VO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZ0EX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRIVK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CGXLJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUY7I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ARPCX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2FP2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EACUF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EH9EX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B98U2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BDVVS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ERC6K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A5PU6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B0B47"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BL32X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C3G2Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BB3PS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8A84"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EE7LF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CSO90"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZKXO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D94T1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EQIXX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A4QXL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C61J1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D270L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AFZCD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DFIV1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CY1FJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001COFQK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E2N91"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E28MD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E0WL8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ED36Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C51G5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYTR7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DDBZG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DU3CU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EK1XW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BBUC7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BKGDU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BMMHY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BGNCZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CYKVV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DMCKR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DXVB6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EX6WX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DM4EZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CV1FQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BV4TO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CMDB3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BS66S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AKZCC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJ4HB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ASE58"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BRXUO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BNT5I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DU7RV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CYWJF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BFDJG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E2Y5Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DTQ4U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJUZ7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BWSO6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D19S3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B60HF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CZB9G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AEKG2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EKTZT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B9YM2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CU5IB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CXKWC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DA920"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DVBQA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AHRC6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AYT81"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DRKOK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DAIPW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AII52"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AFYQE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A6NPS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DHN9I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DOJ3B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EP4IH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ALQNK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D53BK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BLK91"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CM2ZT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BM10M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EN38J"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AKA3R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C4MRQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B6CF9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EU1TE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EN6RT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AQY0G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EN3YW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CFOGN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EV7CM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJ63E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DSK36"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCSVG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AULFI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CM2BK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CLKU4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDPSB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BDXBW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AX3UP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A6G6P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BBS8P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BUYNE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ASGP9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AL9B2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B24PP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CXAGB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EQJT6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B0YA0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DE4QU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C1R18"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B7E5L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CK7HX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1R4L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BARYT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D58UU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B1VG9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A9WCF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EPYST"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BG5SR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AYZNM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDC9X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNI82"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BG3FY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D2BJ4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EMKVE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EHLH5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BLCG0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DBTGA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C4AN2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C3K6T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EG4FB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BHIF5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B57KE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BD5U5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001COQYN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D0FDF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C09TH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EDHNB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBU9T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EB9WW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BOPEM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZ1YY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EPBPM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DY6D8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EMIQA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AVG1K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ED7WZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D9920"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BU3R6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C1JQN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AJAVS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BMFDP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CMK48"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DDA86"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ARGS6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1V07"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BPEKG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DI8CX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DIK42"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AO4Z1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AYNKZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D42HN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DY6GS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ATWRD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CC95W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AXQ68"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BSF3Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C4UUB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNT0X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CYIBZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AU3JW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DVOAI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AOPYJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EE8H9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BGNDZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C8T52"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EHJXB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CTJUK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C2GQT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ASN5H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EP0IR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EB9OG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D4RHB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CD98F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DX8JM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E4TSX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EZ68U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B70CL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D3RQV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CFW11"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CR3KB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CTL0N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E2TTI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EPFTN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B095Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EBFF9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BONUD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CLI3R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B6PO8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7T7U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DQRIO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1QPR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BH2ZT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E0QTD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZQHI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ETGMS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBEIU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DFRN2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CWEZR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EV0YH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A3NKD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CG59T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BIOUZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ERKP9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8RTI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AFXCV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CFX67"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DDO4Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CGJMS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CV8Y8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BDNKS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ET0FM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EU2TE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ETA4X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BG12R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C3HYI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BEMU6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B26VP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BAB0L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A3F6P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DN3B1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CB6DX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B1PKG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D9J9B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ANUVT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ARPB9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BECBT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CCY6U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ASP3X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A2N7X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A6FGE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CPN3M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AI4HQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DBBZN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C7L74"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BXSQB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZSHA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EWMRQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A82UV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EUH4M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D3CCF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AQSCG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E1SZW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E2V49"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CS9B7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EG136"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EHH37"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BSATD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ASCH2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DXK1G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DGK5V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A91EB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ELGWP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EVKE6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CGPT0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BWXRB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DSTRX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CVSZC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BJ6JC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C5QNA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BWNSR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C4QHR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EI0A7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CKWZ2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EONGV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNUV8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AORDG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B65HQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AT6T2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8SA8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BVVSV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYHDX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRTBZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUKG1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B0DCV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRX3A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CTSV2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCE4B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EQ1K8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C083W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C0KZO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQ7FR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CN89L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C57OD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BNV6G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZ5K3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A3X9W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8C3I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A9UU8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BF5NJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EUWWB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRM6V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BODB7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DYNZR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7IT0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ECHWY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AVPX0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C7LUO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CEZ09"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A5FD2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DP4EH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DOO46"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYWMB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CAGTI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A9YVU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CHXVP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BD1DA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8HDW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ELGQ6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EE4JE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BIWN3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AE6PO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CWZ9T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CYT5Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B6T96"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ETMPW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AIQFJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AH2K3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A83C7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B9SV4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CN7KX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EQ41B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRJQ4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJ46Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A8HB9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BITMO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A6XNA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUIRD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A1I2Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D2BG6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BJ1VG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BDTG3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B01D3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C1AUJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AU0WC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AR9UV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E4EN0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNDYJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2ONV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B57S5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D4PD8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DOOB5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A7ETG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DRPAG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B9Q6B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CE7GT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EIY9N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A452X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B5VIX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BBJWP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQZ9Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8YTQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EN02L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EEKW0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CXVW8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C4Z5H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D43MH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EHGI3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AZ173"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CHQ4H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C0AKM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7HWM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ELZ9L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ETNB5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CMM88"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D9YW1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AYI3P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ATHL2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BK431"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C29JS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AO1GJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B6FQ5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D6B2P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BBUG2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DKVAT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B4K9L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DSDTG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D30EV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BQU0U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A3OGK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EY36Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUPVA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EBQRC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BRZJH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQG1F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D71CH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001APY6H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BD3IE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AQG4D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CUDEV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AF1GK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B4K3Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AQ5YG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BB4P0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AH1NY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B1UT5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2KO6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BXTRF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ARV0K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AT1L6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CNG7E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D9W52"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BPQ1R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BPUCC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DU8UI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C2TGR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AXDCS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJZXD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EACY3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DHBZD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A2WR4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BAUG4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BRHKX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E0593"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNDZD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8BZE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AR7E0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A6XGS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EEVYX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZE8A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C659B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DBOCT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BKOOV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A7KGC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BLRZW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CD80N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DXXOK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001END6A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D2SHK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DFEIE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CAES8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D371O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DB2HQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQ3MQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CAXU9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DH9FL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C8SLH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CFAQN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1TSC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C9ANZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AFHNE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A0UOF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DU2FF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CTDUA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EIIGF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EEWH6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A4T7V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BB13A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CNXTD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CM29B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8VAV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E14DI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BF0LQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DE4OY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CF9WX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BC82A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C0NK5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRRNO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D24K1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C05G6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D9671"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BRIZU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B5EEH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CYRWW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AYWZ3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRWHT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CKCGT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJXOY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ER1UC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CB8CM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AJPOH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AP63V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A8Z49"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AMDSP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BQE5F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C8UOH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8CQI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D3J35"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ETWVD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BKVQV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BEP6P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CH9Y6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBRDQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BHCT9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BD6IW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D04M3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DO23N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B3HF7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1D1S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BUNH3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AZYTD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AHFJ8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CAOQS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZD1P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C1SOH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQ3B3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ERFI3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C3J9B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A6C07"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ARCRQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ET3XF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EFUON"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BTRV0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ASQ6M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQTID"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DISIE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNXRO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AV8YY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CGHPL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C6ATO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C6NWO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AQOS2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ETJUB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8X8H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJV7A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C3XPR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQ2F6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BG38H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DR8ES"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AJD01"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C0W07"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A3PAY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EJRSH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D5M1L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CVB62"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZ5YJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZMZ0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AMX8S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AM0X4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYZ8U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B36MA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DTOIQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EP7I0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DSNP1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CXOCH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCQYE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E5V01"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B31FL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DV6L7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A9YUS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CEDW0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CYRY3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AMSO5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C4H61"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D4Y9Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AL862"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CTY7F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBOKA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B4C71"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B89IG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDAZ1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BSH1S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AFKMR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8JG7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8GFG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BC3VM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CVZGA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DMXF3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DSIPX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BFU3V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D4SPI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CWUFY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A65NZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EKJE2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BVBUQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D2OKV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CKFFT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C7ZBH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BN4NO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CCU3T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ENSDA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DSFKQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ECUQZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C9WMJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AOQLF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AT4Z2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ASN32"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBAGS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DQUIM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZARI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BGABE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EM61F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EBGRP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CMTD8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BO5FP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCJLX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A176W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A09O7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BPDKT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AFQMJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EON8C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DTNHY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQ0OY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BS71V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BVULV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AFD7K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CMV4Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EOENO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBAL9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AWGC3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BFJ11"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AY1SF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8NMQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8H0M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUMF6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CKL74"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E0TZS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AS3EG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ANP7U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AD3GR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DE4QG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A69L7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B92H0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A0828"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DTNIP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CXJJU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CB2U4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DMLT5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B77PN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BGEDS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B0OVY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EGVMK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BTI7A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDC29"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNY5G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DADJP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DVD7U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C4MYC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EIDI4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AGKVT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E0O6Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D3GWK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8CWG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CU5ZC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EBQ9J"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BGSN6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A6125"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZU7S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A8KHO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1L2A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C1Q03"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJWF8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CG3XY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D4JUA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EP0OL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CGVLF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C8FFV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E3S3J"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EZ01D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ECNI2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AO18W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BLKYN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRM2U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D07F1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ENEZ9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EWXF4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CPIPU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZCOA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AT5VW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DBFJI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EEGTM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C2SAN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C6HZ0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DASHM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CX4GE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BGNT6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AXGSM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQPVI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D0M7Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DQIKL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CA5ZX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CK3YH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BGACC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DES5U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BJU3F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ALN88"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BLZSK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DSRU8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CPIR7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EELGM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AT47E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B24JK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AGAE1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EM727"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DQ65I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A5SI5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EFJKH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C0Z20"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CSYRN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C695L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AS9AU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A3ZCB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EBXXJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EK73M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DXVK3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJVMX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EN8T7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B4ZDV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CACW8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AK6FJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DAB7N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CXIRL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DCTIH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CPVJI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A6B58"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BM8FA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ANEI5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CYFAE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EMY3S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BRTTL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EZ4ES"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BP22T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B3BEN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BDI5F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ARY34"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BUXZE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A2UE9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C1NC5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CFA4U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BX43N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CKLVV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BR8N8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CPUUB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BBI9Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUPTB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CPR3Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYXKO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EGN3L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AGA53"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AVHN0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BX8IG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A3GW8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C7M2A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ERB1D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZDTH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CKSLT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A3E3M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DDPTE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DDDLK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CWU3I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DGLUV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ASWR3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EE7N1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C85F5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AWG73"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D93O6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E1OTD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EEADS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EGIKI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CPQBR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CHBKN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CI0OX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EQ7TC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZHN7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DTHAU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A8NPQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BI5CT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CAH9Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2BJA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNN1L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CLSE8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A3LXV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AM65Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8BL1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CX3LR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AKLE2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EKHNQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A19J6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A3XVD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CI8VR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNTP8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BIBH0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EDPAC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DTMCB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BKNPJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ENVVT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZOH8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJOEV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BTSGH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EVDIJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BWYCS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C2ZVN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A71RO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BKCYV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AOEIX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8TDB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B14OY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8H1W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001APTA1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C5RSL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D0COT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EUI2J"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CLHN0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DRFCH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRGMC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C3IPR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AEAK5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C52GS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CIRU3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DH271"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQBT5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A20IP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EP45W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BJZO9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EH1IY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AWIZF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZXTF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EFBZI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DOD2T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BTXA1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ALD13"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ALQKP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B7A97"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ASYP1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EXAS3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AJ6MT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DEITN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B4PJ8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BWOVV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ESAJS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CEOSK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AFOLC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A1CYS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDA7K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DR2EF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AOQNQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AO6F2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DPXLS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BIAYP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DBSYL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A68ZT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D5R37"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D69P8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ALSHX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ARTL6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBUCR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DH0R4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A3MJN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E4XSH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C8PKC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CKERX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DFFD5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJW9S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ED2NK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BJ14T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BB1CT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CFAD6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNEMK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EBIZX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ENL8K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AR8LW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CEL7H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BGC89"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BM9MX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBQ53"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CMSLN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B6GW7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C6H09"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AFMBB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EX6JB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D6PNM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCHX0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EN3TT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001APT4T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ALW5Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DQWBE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EZUTM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AQFLL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A73GF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CYCP5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DS0NC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AI2M1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EZQXD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B7LC2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQQ6W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DBNMG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ETTR6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQ5QS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AFGAN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ECD9Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CUFII"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BXNEK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCES0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ESLWY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ANI3T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EM4VS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DAFVM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EKIWN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AF1DG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A0ZBA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AEP88"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D817S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BNW0L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AWLUP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BY8H4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EF3NE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EIOL3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BEUGU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D3IR3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A47L1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BTVP0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001APSDM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BL2VJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A6P5Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BV1MG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EMXK8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B1MPL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A53KC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D2NSQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AG8WB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A2N3J"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DWP9Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D2GL9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CIJAQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BWNDX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D232B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CPAHQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ALMSF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D76N8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B6RMB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DRRY4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DD7QZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AL2OD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BGFJA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EG6VT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ER9J8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B4C9T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AIAGL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C3WUM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A0XJ3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRDPH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EC7LK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZ6YV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CPDZM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BAW1M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DIBOJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B01D6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DMJDN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A0L3R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C6H8P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A6HS7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BHNXT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DPPU3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CEACG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BMY3J"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AM2BB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D0I1C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EBNQ4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A3G6Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CYCWV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ELGJ2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B19O4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BS2UJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CMPL2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBM6X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EGGC4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A0SI5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJB1L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EJOAV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJR2P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DAKVO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DI9IY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A9LZ3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7AFE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D78LB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DE60J"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CKKA1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1GNJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EWN3C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C1BY8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DER2G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EN3RI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C8OCA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EYNDT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CB31U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DI03K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DHDB4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BQGDR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8NZN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BMAY3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C7349"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AJSD7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DN4FQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AK5JA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AYIHV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D98LF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AMSDC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DYMHH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EE50H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AJ8Z3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DT837"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AM5CS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BAWFC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BUO15"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ATM2G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EHY9X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CZLJJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BONZG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CXP15"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNZ3D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ELHSZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A4CVZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EYYQI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BQARM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AQHZ0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EAIW1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AG9FM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DW7EC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CMMOD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ATI4Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CSI2U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AU7QB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DP6JQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AESPB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EH2VB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D6UQH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BU0VJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BQJB2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AQDJK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CNY6Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ED65M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ENAHB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AXIHE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AKMMN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNT12"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BKXDC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BAZYX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DTPKZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EBYVO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DGB89"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2SW9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B0YDH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EFHAR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DYNUE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BE75Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B62MY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A4RDV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BW1DH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A9ER7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DRNXQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C8WXZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B64MY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A9BAI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EGUL7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DO1NH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D4LBO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BKDQP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B927G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQW2B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EARBW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AUBNA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CABEW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CIG6V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AXP8C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BB3R8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7AG2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EOOXF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DKEZF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C1EC8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BD4LB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8B1Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BH831"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CL6PU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D2LEE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A1B7Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EKMV6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BVVTR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B4JA3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DEL8J"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A9WBW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CINB3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AHSBS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BV8UL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AUCAW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DCNYR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EO9BN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CY81E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DY2V2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A95RG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B37LK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DM0BH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CONRH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EFXXG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AFFWR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EE8OV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C1YKP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CISUC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AF6OD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AOZ7X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EOSGP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BPAGN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D3BRR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ELLKQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AWQF9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A3XBV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AY2UM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C6G4Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BTLYU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C2EEY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AXE8B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BDBZH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AHSOS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQVOU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DF9NC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BB7PG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C0FEG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AMF86"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DXO7A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EKIV9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BQUA4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BVVOC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CI3QZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CKZ4B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJ2AL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CX909"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYNQW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E3IGQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7Z3N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B0Q9T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EHLX4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8RJX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C324T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CKATV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDK7Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EU8X5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001COFIQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001COXJE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C83SO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EOZJL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AR7IV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DC8G2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A2FCE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A5WRZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B6QOT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C5N3V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DA0CP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CXQSM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYNDG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AWOQ0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DTR27"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJXZ3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BWHLB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DM99I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DH2XD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BVIE2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B6B7W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ETFTP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BPBE8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C3B8M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ATY67"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BY6O5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AD217"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BTV1E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DX4Z0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CO8ZE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBCLZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EXK2M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BD65O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BRBL9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AQKZS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C5GAJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A96S3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AS91V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E2MR8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DVZN0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DMLMS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQLFG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EQZQQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A41OO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BRYUN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CXSLV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CH197"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B0MLU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZGUD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DDF29"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCWEY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DOH88"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ASRUH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BUG9J"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BJC0V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2JPC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ENUYP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C3FDU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EECUO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EGMAQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CEOK3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CGVIM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BHCFN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BUDK8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B13DG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNOS5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D44ZO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B54W4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C25ZG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A68F5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CTRFZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EFVO0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D0XGG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CZW25"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BLHDI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DPYLT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C8WTX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AVMX0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AKIXT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EMWN7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A7X5Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AXQ5T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AI09W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EKBWX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CNUGJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A3055"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CEML2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJIV2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EOHRO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ETW4V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EUSV1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AKR1U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BDKON"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BGDYE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EOTU6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AL2XT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DKN42"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DLPE4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BFZQT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DBB59"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B4CCX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CV1QU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AUITE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C8LEY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C8C3S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D0OUE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AK3BW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EHQT6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AS7W5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D48H7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C613O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DG7JT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D6YV6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CCAU0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BKS3J"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EFYFS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BGVA0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CIXIN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AU1PM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E4N7T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CX0FR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZ1KL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DFSFF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EK8F4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BSE1V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D70UX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CEETJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CTHTZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AGN1T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B3J3W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJF39"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CXI1T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EE13N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ENHYY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BG0OS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AL5S4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BS1FB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZ3PF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ESDRE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BDWY8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EUSKJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A471A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EMPTW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DW7LZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BSFJC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AWIEV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DPO04"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BE5OE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8O6W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A9E29"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDBJ9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CFTTJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DP0S5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C3MPB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AKH1P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CX5NA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DGRWI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C3SSF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AU7RR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2CYO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BXU2V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DXRWY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C9GZS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ANDDY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BS3RA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUIYB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EP098"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DP0QR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DME00"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AW1EO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A14J4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BKMSH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DOOVW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DDJGJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EAG9X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EYIUH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CE7ZI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CKH36"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BB1IT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DDEK8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BAL10"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CUK0C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BPWRE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001COIA9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A81WA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CSAW5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CAKUM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BJC9O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DQXGW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EBTLD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AYTLA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DP997"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EC8GN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DFPL2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DYVDB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ER4HX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ER32C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BI5JE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CD7X7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUFW5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJNGQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DPMOJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D06CS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B6BYZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C0IHQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B9GSN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CG9UB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CVT3P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ESIYB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B7RSS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B5XRH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AG3IO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DBQRW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DKAVI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DG4G3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8H3Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AEQIE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BJMTU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CKYJD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBI51"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A05PZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AVAMK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BRS9H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001APH6W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ATI09"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DPV3O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ELJ6E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C3LDE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D2SAP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DG0Y3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D2MGS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A57I7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ASDZI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CR5ZS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CHDXV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D0BZJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C3DC5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CINZK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CTV5B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CN6A2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C7R2X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AUSZS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DDGCT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EB4BJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C5FFW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B9GF1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BT713"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8ZPQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EARCI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DS9IF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CFFNO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1HCH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BTHG5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDIVI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EZPKS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AGL8I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E4ALZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EO37Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DCEV3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BTG8W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DO1YE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DILPI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ET5XL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DV316"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EB9UE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AO4HT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A5Q7O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EZZ59"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZQZ6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BGZW2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E1VNY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EC7GW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C2LIJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B3AKI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BL7BJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DM2T9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJEZY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EE3UA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DA0QE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZ372"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DPZ7J"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EI2G6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C13ZF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B62LP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DQA7A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A79IR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJ40M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DTGB6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CNAIB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DYC0K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EFSBK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJW3N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CX0KG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BB9EY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AY3JJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CWTAM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1YO5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EV1QM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BBCMS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DQ5O0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E3LW0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C1PW7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CO9RB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ECJK1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D80Q2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EUSW8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E1YQ8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ATA7B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2BCX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AG017"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DKLRA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DK2EF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DRW3F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ER18B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AW1FI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AN8EQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BBXMF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBB3B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ANLFE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B3QP5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CEQT5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C9J6D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJEUO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CCLRD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8MYN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AL70H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DOKPV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DGAR2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AK5X4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BFB0Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CPLPA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQMWK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BB5JF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DRFY3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BQZ6L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A4OKK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BIK22"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZBXA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D9F0B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CO4PG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBBY9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B65T3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EZFCZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EU622"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZ80E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EOQOT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D3N1N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CXVBI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ASZIU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AEJ8V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJADZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZ1Z5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C0HSC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EVJUW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CZTHX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJLXN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DEIBS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D3AUY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CD9TV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EVWUI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EA73G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DDDAV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DBUIE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AGCG9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D9HMJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B0IL0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRR9V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EAOZG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EKA11"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C5B3F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BEN5M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A7RAO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AVBAA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ETI3E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D9FH8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BEDZP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CFKBT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BHRD3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B5Y84"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BTQYF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CHMZB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EBH2F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AKHZ2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BENBD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BRHZ3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EWV7Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CVK72"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CSLWJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DBPNL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BVC3V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CP0CM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EBAJN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DSNML"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYCQF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B00NG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D3K4P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AU67W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DM4HN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EZRR7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ECVX8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCZFY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C2BND"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNT9J"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ED13T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BC650"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BM7EZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CM7G9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BOJ11"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DHBDW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ER5MA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ED3DJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCA6U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AX2FC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AJY9H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CH643"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BXO2B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ESZMV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DYJI1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EE732"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A4H5M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B3O2M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CPFBQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BWINY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BD2Z6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DS73I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ANGN4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ELEHL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B9O3F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A367E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJRYN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DWM4F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DDGQ7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8D3C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CUY7V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D0GYA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BRBAB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B1ZIZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7TTL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EQ32R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CB3Y7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D4MT5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A3S7L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBHUE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUAB7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CAQVM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ERU7P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ESUES"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJ6MJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D9D1Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DD6JF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EEJ25"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BI6DQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CAG15"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BUUIH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BG0KH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AZB0F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AWE6U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C5NXT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CF17D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BPVEW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ETF8R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CYZZC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUD9P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ERYE5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CHKYU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DHY2Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B1CXN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001APSW4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CM8UP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CSUIQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EGM62"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C7YH1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A8S8D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CFSPK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CITGD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BF7VC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CMQ9E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CZS0N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1DNR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BM432"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B24F1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CNZTI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C27FZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ARR5N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C4EUR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D5Z01"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D27LJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ALN4T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CW7A2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CW7TG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ANJBP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BG068"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZHST"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1P0B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CE4Q9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BRP93"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B0ICU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EWFLT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A19MO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B1U2D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BKG8G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CUC8K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A8N3M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DK18O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EXA0S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EPFYE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E3I8G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CHB5X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AWC8M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C2K1M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B810I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C6G0C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BXR16"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B9745"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CAZ1R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D6DCL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CTDQQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EQXJB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DE8LH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CZCI2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7Y6H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A6VBJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DY5KW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A7U4X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BTV7B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BREN5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EX6E3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A1GY7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AZTE9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DAZXD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BUICQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZODH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DDKJY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYOVB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B7JMA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EYFBG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AMZRH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJ4V5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C6AUS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BPPDE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BH2UW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BOQJZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CCQTY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A9ZH5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CZ4RP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CIPKT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AK03R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E0KGO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EEEB3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDZLZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BSG6K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C2JC4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DE89R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2PDU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EDNSI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AWRU1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BMILJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BS0H6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B3VFD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A1Z13"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EZCDB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CF1T3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BXWWH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CA0IX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A2BT3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D949W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DORR4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AN94U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNQPO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CCLJV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DEF1J"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CXT9O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A2BGJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ASAK3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AO9LI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AYP0R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EFD33"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EQOT2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CSOAD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DPQDP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C33D9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CH7KL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C1DVS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BH30J"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B1IS9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYCJQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BKLG7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E0AAT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZDG9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DEWT4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AY571"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DCYY0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D2YPH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CY6BJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AG99V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B02U6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BRVUH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B6RD6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CHCHS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BN25K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EFK2W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DSVRJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CB543"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A7WE9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DTSGL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AJE9G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DD130"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BTZJX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AUB5C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CF6GZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A9BLJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C0R24"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B4IWL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8T5X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DV6GX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B6QUY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJ2VV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DQ4LI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C3FQL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DCFKH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2SLM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BV1UR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B15Q2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A4H19"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AY5MY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D2PY1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BXQ0C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AMMQ0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AU36P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCNPZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B950W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AMSGU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CIA4R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CX992"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AUNRN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EUUZF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DLEBU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CYXHS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZ58R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJZON"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A3MS9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DRP22"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CU74T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BWAJP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EN8C2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BI4OP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A5NHY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C9HOE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ESJO5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2CNR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDESQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AX5T9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CCD6M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQH39"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AZKXM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AVVTV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DPL1M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AO00Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D6TXI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ES7M4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EAJRD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BVT2P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AUGH6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DQC8Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DD7OY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B9ZV1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AOMPO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AQQK5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DN350"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EU53K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B71QX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AXR5R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EIRLO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BDRVG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ENXDA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRG4B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DV5Q4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BR1MK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CT2MN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BA9XW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A9V5Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C7XKO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CEH7A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A99QE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BKEPT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BRSC4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D6WQR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CFZ39"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CSK33"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C351I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DB12J"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BFO5V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CB0RW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B3I3P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BEFUV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D2PVJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C9GMB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUQS9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8BTQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNAYV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AM6PC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CHH60"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ELVVE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BA28T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AVNNS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BWGX6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQWST"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AEKBZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D26MR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D5QPV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BU8C8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C12R9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EDMW8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BUX1B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C1Y0W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CLH6P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AX2YV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C85WR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BJ1KR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B3WNG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BE52H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DN61X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A46EL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D812S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AMLVF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B4NT8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EAIFP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B20VW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DFLU7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C74ON"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B08Y7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DN6FZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BN9LF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRWED"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BPGOL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DFE96"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DR8MI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AYWH0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQTDN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EVQ89"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BRJZY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BT4O4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C5QLY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D6HYX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B4IVG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AI6OJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2URG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ETPF7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EC5JG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A0JKS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EF06R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C4TLT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DWR4H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D020S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AFTME"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AEWVX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EK65N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CX1WD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CG4ZH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EPXE1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJ84H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B7I5R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CX4G3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ESPWW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BJNG4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A9SIN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A35SR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D0Z67"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CAYLT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AZADP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DEZD1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNZWV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EBFE4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CHS5G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQRKG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CUMGI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BPGSI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B91E3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DBPK2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B1FPP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CP0RO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EH4UJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BPYOU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ED2JM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C3C72"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CYJ6S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AFK7Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DECNQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BHB0T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B5JIC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AS3G1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AGHBZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BAXQU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CT526"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B1DXE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CMLO4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CY9R7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EM7RK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EID8A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D2742"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AODZU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CMPUE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AGXX7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRLW8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CECDO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001COF5A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CVY7X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BQVU9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BN94E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AIZA7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CMFXF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BBE9K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CZMMH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DKW4Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BDDHW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B68W9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ETFP6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CIMTD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D9OS4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BEBK8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BWH15"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C5X5B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C0I35"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CKHEV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BLK2U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A1RLJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C33FU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C1H53"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B66ON"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CXR4W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D0EK4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B6B9B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AX6RH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AWRFH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AROBX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B49W7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJRL9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A6S2G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ER6UP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A4JQ3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A6VAP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E1AAI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EXSA0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DLSMH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7QSZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AK7QU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AU370"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AXO5P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D5G52"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BIGP0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B1508"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AS4GH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AJG87"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AV9S9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CW3OK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BH4MV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A0W1C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CI48H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EB3EW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCJXM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EKZ82"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DWDJX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AO87U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EGXKN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AS3HW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBYRT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CU1MB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DDBOX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BSAM4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CHQP6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A0HE8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D3DPU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AL09M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CS5J4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C8PT7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A43HS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BQQH8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CN9J7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CD8EU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A2WWB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EX91Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BOMSM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B4V8D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ARZRP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CUNJL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBY45"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B4ASX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001APHQA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZPW9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CHC1M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AGYW3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AKOA4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001APIAZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DYWVQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EMXBB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E52EH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CKO3Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZVYB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BLVRK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D54SK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E3MCL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCK8K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CPGPJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C0NY7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CIK50"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AF1MT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EZE9L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AYQXB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BNKTR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D9LYF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CLBD1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BXAVS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EJJY0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BXW0F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDQ6R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B62I2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DVJAF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AJ30Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CH3PR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A0DYC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AG3LS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AMSY4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EPOB2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BLNVC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A6I9P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EOVAM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BEDN9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BB5GG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AV61A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CZVKT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CMBJ7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CFKZG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CCV3S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DV0FN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EFCWF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D0NUD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A85TJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CAKFP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJL40"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8P92"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DAC2U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AF0DJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EL80G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DT2JA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DFDSS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BSZ5K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EMW73"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DTQFD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DRJW1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7HZ2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUAZY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C7KWM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BQBD8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCQRQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B9Q80"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AOXVL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CKJ8T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AKR8M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AIMCX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AY695"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AF0E4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DPI36"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AIO65"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUHBW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C0EHE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D62N4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AYJ71"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AVG74"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DMYYF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C4TWC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AFWPW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B3VUD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CSFCC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BJHZO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DWK40"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A6ZNU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BNEEK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AYWIO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A26FG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CUZ9Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AXH0M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BHEFE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A2XA0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B9KPS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2IO2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E1N2O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CR00I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AQ9DX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B6LU7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYFO3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRGNE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EU3TW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EKWX5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BGVSD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DV15G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D5QRX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C8Q1N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AG65B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C3211"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CFF9A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AFNLZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BD3G9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DDIP4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BBQSC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EYYSW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EVHLJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B3PAF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDXU2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AG02R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001APRRY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DAQS9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCHGV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EKJUU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BHBG2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B9BL1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DXMMU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRFW7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A9VIZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E2Y9A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DHIG8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D3SMV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D3TZB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DWLSQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CYQV5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DO3V3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BM7P2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DG872"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BH1D3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CXJ5A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BMAP0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A7JDP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001COQ8M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CSFW7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CEF5I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ASKIL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CUK2B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJY1V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CVBEG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CNWYT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AD0AD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EVRMO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A968R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C2KR6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A89FL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CYZBP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B31M7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7S50"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DPXM8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CV16C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJMNO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BDF2Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D61QW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C93MO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A7C94"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BKFXX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EASO8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BVQ1Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DQZP8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EH9RE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C4DDF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ARSWT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AEVAN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D04UH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ATD4O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ALZWN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CPXGG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DF5YP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DRERD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CEZSI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYTRR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ENTEU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D29E7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DYABT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AJWAG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AX4MT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BTE8F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BIXBX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EZP9R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C77EE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DWGCJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DENS6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CGYXS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A79NV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EEO36"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EP7Q3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BD8HD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EGUUO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AZ1HO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EDTK5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ATCGK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ETE1P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DV328"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1HX3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B6FRQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C5WBS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ENTJR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AWOK2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AWSZK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BBLW5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CFC8Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DPXUV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EY1KA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DY9CK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A1887"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BIP8F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DC2WX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C4QD6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D05QB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BN57L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDI6R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DT8W6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BBJLM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJ105"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DSWLJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ESM8A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A66NJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AE2KD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CY3GM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D528Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CWIPD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EKZM3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BUGWG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DRFGK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ESQOI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B6GQV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EL3J5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AYUL1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1NZQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CHK7R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUTJF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BF0VF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BBF8V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CIBR3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CAO3C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZGKE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYR1O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BQ9DR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DL7AU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AWE8E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EQXQ0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C6JFT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EMH4Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C845N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CZTKC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AVHLG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BIEAI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EG5X2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DFGVO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZLTN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C1K9S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AHBUQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BXWQY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BIR4P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ENJ5Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DF3YU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CAPQV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B68DM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DXIMP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BK3VM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BV6EL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNEVU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AD99K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EZDLZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BGB16"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AELGV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DKBL4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CMX1P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DMU6C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C15GE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BT3S0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D477O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EZQ8T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A7N6N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AMP58"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2STO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CSZYA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E46XG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BWB1R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A63DM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DU562"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C1O2J"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCU86"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BSY2Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BBYRK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EFWU4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CNN5O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DT0IG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EVPXY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DXPG7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BJOSU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A26AJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BG3LZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DSXE6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001APBXW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCNWH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BR1UE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C2A31"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A9HW3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8J0D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A9LKQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DH6RN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CV0AP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001COLVZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DBZ1O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BVCW1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A3DR2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CXUUM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EU6FQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C6P5K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BWB60"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AG5J4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BW6QB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DFRH2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AML0T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CAZLM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CZH4O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AEDRK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BP4O2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUMOR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCHZ0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A7YM3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DU1JF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EHVLL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A5N19"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A2QDD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C503C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B9KQQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYGQV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AZSLB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EBNFO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DTPH1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CXOXE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCZ44"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E2M8S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EIKMF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DB7KY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C3HCA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AO5K3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B5R82"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B3VY9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EBQY4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DEKWP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A4DGI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CERIT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EIEEQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D0M7J"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AFBUU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8A11"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2SCU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ENUI2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BVIZM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DIP35"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EQG5V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DFHQ5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2DEL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C42HX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DWAGU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DBI4S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDIGK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EAP50"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BFEOF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BF3ZE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AVJMZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCUB5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZ698"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B7MCC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C5UWV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CSPIP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C9X7W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BHGTB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BXMV2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A9VF8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DL3SA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EJJ5T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBS0D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D90W0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E4KTA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DQJF1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EFZCG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E3JLG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BTCAH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DC6P8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DK0V0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYS69"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EXRGG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ECE4O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DL27K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E06CG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B03OK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DG0TR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CILUL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EVJL8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C9ZCM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJRA5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CCRAV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EETX4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BG2NF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AX3X9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DV2FE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AL6OL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJVBH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B1J7R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BEVKH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AIRTG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BB584"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A5830"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EZYSM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EPY2O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AJC1B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B85HA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EUKSM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BATOZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C0ZD5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BLQ49"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRNLX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C73OO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B1JXD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ANM3D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A7GTX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A8JFZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C23VX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BWW4P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EUENS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EAJOW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EYTRC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D64TY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BN7KZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BDUX0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZJNX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AM48U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CHZ8K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DGFCV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EQSRA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EBVD3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DFPLQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZPSG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D9I4B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B5QQX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BM069"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C20ET"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CIJER"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A0BQV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BG10A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DCL80"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CCO0M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C7TUC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DFVV6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AZ8F1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CPDTK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DV497"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BQOL4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ETW21"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZPMY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7WLE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A67XA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BK0PC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A60CY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AQX7F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E4TN9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B9FEK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDC2P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DR3MO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DO05M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E4K36"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A11QR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQF64"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BLW0P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ESQ3R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AFVP6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D4XYK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BHKH6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DKG0C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B6V7R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EDMS3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8WL0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ANEEA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EA222"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DYHX8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CFK1I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DPK5I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C5SCZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CF3MW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A0RLT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CU6OB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DVAH4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDNVZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BP12K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DDC3U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CYPAQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZ46K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E5MG3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EXH7D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CF55D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CC8N1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AR34A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EWL4H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EDQBH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DGE4W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A1M79"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BSRBJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BJ1XX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AH0QI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BAGRZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AWUPI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A4TX7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AWNWB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AJOXC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BP0BW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BNZX8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ARF5M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CXVR5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CGSUZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJRF3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ET8FK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A41WJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BHB5C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CD9T9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CCEH1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D042F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CT0HD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7N38"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CB1K8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DFC3F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DN18M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BL4C2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AIXJ2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C3EWW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A4ZU2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CVTXO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DLSKT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A9S4E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZ8FX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BJAMK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EI0NQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DTF0Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BDP5J"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DFSZU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CXX5V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B637B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CUI80"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B9HZA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DOVE7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7AX6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CEADB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AWCJJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BI1LZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CO1GV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C6XDF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BU8RM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDAOQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A9F0H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8TZI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ERA8O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B00QC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZEMN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EPAPG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A2NR2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJDF3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BWM0Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EASLV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DLSBH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BRR5D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CMGJN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C37PD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CAHF0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BEJE2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AOPAR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AFLRJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJNA2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C4RLX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CO7R2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C3LNR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EQLSP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B4UCW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BT3RH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BGS1F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B3ORE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ESS3A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BHNW7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BAWGE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EGWX2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYFK6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D0H3M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJHSR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJXON"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AOX95"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D4DRZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AGTAO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CI0HF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B7UHQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AXNCR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D6NT9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ATVD6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BY2L5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CL6NZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AREW0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EWIVX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D5WP2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AQUYI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJKMC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CLU7R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AHQ4M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EZEID"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D3SKJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EEQCR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B0EEI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BNYEI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZKYE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AYVVU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E3JRM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BVS1L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DQY1F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CS85M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DAFKD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYIIT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E2G1Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BHGNP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ECTGT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DVDNN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AY9T7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DTJB2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A0494"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BPCQF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AHGIV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DRM37"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EYZ41"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EYI95"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DOP9R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A1YYT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DDE9Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDVGA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DOVG6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BBTI4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A7CTU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ALN0X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AFQDJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BXHAY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CFIX6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EB29T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BR464"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUBJQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EBINR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BHLJC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AOFDU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNR6O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EYYTM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CACEV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DLWEC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B7MJ8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BXA6S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AVC3T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C99RK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ATAP4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DIPRZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZP86"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A847X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DEZR9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BLD54"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B5QTM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CWINJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C7PN0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BU3AK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8P40"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1TOR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BKSBF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2UB5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D315D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C0U4V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AWOZ9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ED0QA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DDHJK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BN3ZX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BFCKY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7H90"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CW0Q6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C6RZO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CB08H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2XJQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001COOW7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B05GA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D2EP6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BQH6J"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BHTDQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C57TJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CFEFK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D3QDY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CM7UV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DHXAV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DY77C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BY796"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BI8PT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DVGH0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BNHZJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CYUGC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B0DOG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EMLV9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EHH75"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EMFIU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ET84Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EPLB3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CA428"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EIJ1Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BOGPW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EOMY3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C9PYI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DAR0U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCPQQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AH2EZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AK8DD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRF5I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B40V9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DWS7R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2YZV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYMHS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CH6TK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BSKQ3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CGH7I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EA04H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ESUOA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D532U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DS6U6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BPFQP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AOQ4I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BBLRK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DGC0O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CYAC0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ATX57"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C6DBG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CZNY7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A5C9H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B5DAB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CZ9WR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EB6IM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DDE4L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A85X1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AH9BT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001APQN8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001COFWM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BSW5C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ASSY3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BT1LV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BA0S4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DPLQ0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CLJMF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BNP73"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CMQ0P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ANXVX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DL9BR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BSFVC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B29WQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D3I34"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BECMA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C2EUD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E1CLB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BP5IF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BK8M1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DFLM1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AVQJU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AH1MS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AUYRM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ALUHE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DACDP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AL0ZG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2PUS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CXVJS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CMS7A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DGOT0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BIFBP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E07VE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZRJ7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BDUZW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQ9UE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BARVH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ENHB8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BW0IA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A0XOF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ATL29"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CF18E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BUF3O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AZKN4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DIQH8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EVF3N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBIJX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C2Q10"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DANBL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BXWNO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CV54W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CN0F7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ERVB9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ANS85"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CE7BI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CEM8N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CG8GV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ETZQR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUCWG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CWVW0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJU75"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B7BNU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C047T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D20HI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C4G56"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AIWI1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJU1Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DMRE0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AF2AY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EBAPN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EBQHN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRPLK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AZ20R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001COTPD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AHWCR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EQ71P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CXBD3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ERGD3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BS4HA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B1LCO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DKC16"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001APX63"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BSKVP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AR2AC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D6M5O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DC9HL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJMK5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ESWRT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EHS2H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CETI8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AVEGB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BC1HA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BK32G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DN3N1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D73DR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A8C2L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EI3ZG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AM71M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EMVZ1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001APX4C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CUJWA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EOVGN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EN6F4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DSW4K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AMWME"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7JXJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZRH0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CTMC5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ESL9E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AYPVB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BJIRA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CSCSZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B7EVD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AY48M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CHTBF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ATCV1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AYT4G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CMSVP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B6REA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ED8QB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2MHG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EB0YN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B3Q49"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CY98E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C1YIQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C85B2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CYUX0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BLS1R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DSYC2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CEFNR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BKGW0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DF0RJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DGKL2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001COLVB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EIVZH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DY2QY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8LJU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AVAGN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BHD7B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CFUHW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C6M6H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CALV5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BWFU4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DQ006"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BOAJJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CX4AJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BACNK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BLAPO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C2HGF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C1RJI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A4MB4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CZ09G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CIPYX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AI6UV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYWNL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJ9F2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ASELW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E0KUT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DIWN1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ELVEA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BS3HC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CGBIX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZATO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ETYRB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CG8YS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B6LD7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B7TJJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ES6BB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B3Z6N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AWC4B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EGX6W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D4IKG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJ2ZT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DDAO3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZMG3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DTMGO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ASXGD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DBQUY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AOSBB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D326V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AGRFN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BWNZB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BH4SX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DRWIK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BC9ZK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DBKAC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CLYZB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EQWY1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DWIAZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DVMN6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EP7P0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ECFWY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CS1JR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BP7TY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDZ6E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AKAZ4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYRAT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A18SE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AM894"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E28TT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AO2BK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C63K1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CO8B8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ECYKW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EB5BV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CR03K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BPR55"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BUFMM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AFEV5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BRSIS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AOXT7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D42HU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EM46U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C28YA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C7YJR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DGIAQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D81K8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DMOKH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUBUK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EQHCP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BDAC4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DOKWS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CXSHL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DV6PP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CTDXB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BU8G0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCATV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AST5X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CI8YV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DTIBP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BSTLK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AI7HH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EFQIO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYMUM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CW5WE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C8Y34"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BH864"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BMQFD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CWGAF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DBP15"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CXJNP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BPAUA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EMBEK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BH3HJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DF8M5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DFESK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E1CRE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BHCTJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BODLO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DY3EO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EWJMR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AKGDA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DA0NT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C5SU2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A7XG1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AMYFZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001APKVX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BFHWJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CA77T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AMUZ9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D29BH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C4T3G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EAY11"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BQUE4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A16OD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BOG7H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCR82"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AH1OC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BAF6O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EQHGV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AZNWK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C7GNS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ECDE3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D2EU7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AYO7J"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CIB1N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EMZEW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBAQF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNYAN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B98O0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B1Z6W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BPQI7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8PRO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D2B4R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B9L2M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AVS49"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ERBJP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A4D1W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EHSO7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ELDVK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BVWMR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AWZCV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BAVPM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BNAM3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A61DU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C4EFW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7OBE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DOBPX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B7WA9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BJB6L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CCEVI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ED3D6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUSFE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CL13S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ENGSO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EWDCP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CG9OU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A2OCB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CZB19"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BMKSN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001APLNN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BQNCV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BJ0Q6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNCE2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A4UP1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BV56G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CZLBI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D2EHD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BOMBJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ENQN4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CK5FP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CD124"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CZCEA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BK3MI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DK70D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D4ULO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DSAY2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EHIA9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E2UNZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DEDYU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B1RWU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8L6M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BPBIX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B1D0V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001END07"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C622P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BIYO1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EKFVP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E34NU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EGJIR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D06JT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CECI0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJD0G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AZC2R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZPBC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZ7OP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EIK9C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7XH6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BEED5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D80GO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EZB24"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E4NN6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CF24K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EZLA6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AKNCJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDVSN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CVJCF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CMDSQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D5VZU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DLDPY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001APW9V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A006L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A7AF8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D2DDR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DMY50"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A79AD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EXUJW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AR1EX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CNXZ3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BVKPA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E2ZYQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A3P4Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ERYLB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1AK0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CR84F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BVX5A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B26ZN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ARTOG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A2Q3E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BHMDG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BAUF0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CEVYP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B3V6M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A45GN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C44DT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A81PF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BRFWE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AW3BW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EPU2E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B5NAT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EH17Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BBUXH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CPOHO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AP1V2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EAEB9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EU14N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DADEU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BW5K8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B84WS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DC7Y7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EQPKG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BMYJB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ETKE1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AJD71"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C5P8W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQIPH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DOLF7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EW5KM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B5QY5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ETWKM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CZQ2T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DPXX1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CGTJA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BAX3D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CUGKK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EQTXU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AT0F0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EJIHN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQ2LC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DG1AP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C94DM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ETNCN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBC86"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDKSX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AIXVA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AHPKO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BX24Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EF6VD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2LJX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BED0W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AYQUX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E5Y5U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CG6CA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EJTAT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CVH1U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CH768"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DE15V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CYPSR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A1GOW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EBMVQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DSSCO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CZXXU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CFOI3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZG24"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AXR4H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CXRML"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BQE31"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DQ2UG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A53BW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EY4BY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DQ7GL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DVHBC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CY2RO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ERJAH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCG63"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BTZUB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BE1NB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CCDEF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DE795"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUR50"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ATYMR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D0TIT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DVMSB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AFS2O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AUY76"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BHTZP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EAAU5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E0QAC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C938B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A0MRU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EOOU5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C0QUY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DIZP6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A03LI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A396A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ATHNF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BIJ0J"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQQ3O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CR5YE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AG52Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EYCF3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DLRE5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZ7HR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BPSRH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EYF7N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BLWPN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CKNTS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CKM22"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A8V7G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A7O7V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DPNRF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DR9NC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CKLDP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DEGVF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BJFJK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BC0IX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DTRDA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJQRO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ENN5W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CVIV0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DR0IM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C8M5S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D5536"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CIOXA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CVD02"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AH9RQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJQ5M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2WVB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AKH0O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D9PRJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CVU2M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D6ISK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EPP77"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJMCF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CFR7K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CW87E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CW1IR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EW2NO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCD5L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DX45M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C77YC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZ7SH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001APBC1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BWEZW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CYZT8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BT1AG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BHPX0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CKRDB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EI22M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C2UUY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CPPOP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C3XYU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ALGHL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BFK82"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001COZ1X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CFOF7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EMO3L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C11W4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ET9NQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AJAW6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A8N23"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AH7BT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EW1F2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BUIZW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A71VV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EVH1H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AJ1DL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AMLHC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DEBQN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AWBC0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EJI3U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BSQFG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BF5FW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B1BHQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D22F5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DMD7X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DGGU6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DGZGE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BE5XX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A2AND"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DHTWU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ATBIN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CSOA7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DWKM4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BSL55"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CW9SS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CASCW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EQCGI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DGSSP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AGWLB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7IS4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZG1M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A5NO6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C5TEW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CKPG3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E1X8D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BTBJY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CCRLS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1L17"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A9ZSG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B22ZO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CP2KO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CZLMA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DQURF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E3X3I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A2IMA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AZ9UN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BJEAN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BJ14K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DX6CU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ED46L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRLEF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DA8AN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C8TZY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EVGZR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DR2T7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DWDQE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BJ3SU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CXVZM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ANGS4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B6M0U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BHTXO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CL0CI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A1VV9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BSAQ6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DWF1B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AOMHA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C0NX5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DAQ5J"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C9E0N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C6QYC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1JE3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CUHTH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C7ZGL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ATWPZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BKWO9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CTWH4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B4KYA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZC33"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CYPU5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C2W3I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ESXEZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AQ7P5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E09H3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AGT33"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C5YRC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8URH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A1EIN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DHVMV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8B64"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ELEJ9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EA4MU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D4BE6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BQMY3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DSLB4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EL5FX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CVM9X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BXO2L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A18R7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C6W1S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ATIMP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYKII"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BFYAE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CIP35"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EXWJA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BI6CW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQUF3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CKBTI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EWBBR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DM1C8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNWR8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AX6OD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CCE92"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EGJMP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DBZ0A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DL53Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BGF3D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E14P0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B6U22"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2VXO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7NV3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BU3RJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CWHRO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBYRI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C6NER"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DN0II"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DP7KN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BDWZ3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8WKB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DGKUK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AW2LD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2CIR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A5XTW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DCX1X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CF6J7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C44P5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BU3WZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AS49B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BEY70"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DYGHI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CTS6N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EGNVG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C6TJM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DHLX0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D4GND"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EUBJW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A1KL2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DGYM7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D6SYI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EEQKJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C0P2J"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZDRG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BGABA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C4EAR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CIK3C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DHEPS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7RHB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BKC26"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EM78I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BI6Z7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CVLLQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A28M3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AJCX3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2XCM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DW1TX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJGH3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DALRB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CM9AC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E6K98"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBAG8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E2TJT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AY5UF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRDX8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DU6QC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1E71"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DQNWH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUIYM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DYZ2Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDS3A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A081C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CHFUP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BMO2F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AYG7D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A38FP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYVDZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A0MQ2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DQ7Z3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ELVVS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EHDLT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CV0KI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BIN9H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DKYK7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EJOVZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZ40Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CWXVC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D0OFV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EBEQ1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D6PYT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DGYWK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B0IEO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CLTDU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AYHR6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EWO06"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ETCEG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AUC1Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AHS1R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EYPX9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CNC2I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EU5TX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EVP65"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CS0DH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D97CI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRBE1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B9191"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EGQIA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8M5Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DKLBS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C13VJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AKY88"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CVOHN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EH4FA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BUT09"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ANLPS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BT9NO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCBLQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BV5JJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D5EY0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AVT63"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CTZ33"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EF442"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DE4D6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D4X2Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C8BX3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ERHUE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BKRT2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D847A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DLJPX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CUYCW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJEP8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCJTJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A7ECW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001APWM5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DK5TJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EDM52"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CX1TI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A6HHS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A29O7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E1IQ8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CNBWQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJON9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BGYWE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CA0K3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUKEE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E0TS3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CSWH6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D6UN2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7KRX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQE7X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EOBN2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001APSGM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DBWQQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BUWG5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNMO5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUX3H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DE2EH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D2XTB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CSM3R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DMKCG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EJLPM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D5BWJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E1QXS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C2VPO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DWAKO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BUK1U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EP4OK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZHHS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C72W6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ET8J9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1XJV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRC1K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CLI5K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A786V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EPM2S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A1M9N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZ35Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EX95E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ERLJ2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BXC8P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BEOJE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EZM6O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BOQVT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AMHSY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D2N7F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B30QY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DD4VL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BRC4T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BRXT0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CTBG4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EI266"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BE1QH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EDSJJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7COE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2ES0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CMACS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BQ5GN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C36VM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AF3IE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EO7U5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EA4T9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7IGK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C4R21"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRG80"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AI7T2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CE9DK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DY30Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BD19C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D6ARX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DKA6V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DCJBW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CY17X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CLJMB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B7WVU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AV9F9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DP6SS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D6AL4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C77VW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EXCWN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AI3SN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D5RB1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AX1AF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C78YM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ETRFN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DOVY1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZ20U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DM4Y2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A2A1E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CUK3A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CB3W0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AQ63V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CR0T7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EY1AF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A76PF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2S33"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EKU3O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ED618"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EBXA4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E6KSQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C3V6H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CGEXZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EQ6TF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BOCKR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CPLP6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AIBAJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EOKR5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D2KDQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CPUVA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EAZ7I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EDGIR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AHDII"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DONVL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DLD7G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DPBM1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D17IW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D76EM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CAFY1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BY259"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CTVJH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DAXLW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E0VFM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DTYWD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ERSEV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DK233"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DEFS3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ET74J"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BQONR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EFVN3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CCNSP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DRL2Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A5M0N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BIZCD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CAA7M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CC7SJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BKFL6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BNQQF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CX369"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BWTZ4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A2MB8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ETWVA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E0684"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BXWQN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DLJIK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AE2FW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ES1FH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D2GAU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BN7ZX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AE49T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYFTH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CSJXU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ELM3A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUOZH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1R17"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A01Z9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AIJX5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DAID1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AS7Q4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EWPDQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C3N3X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EGJJN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CET19"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DQH6K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D9UY3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AXIL2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A5D34"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BB1U8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C5GAZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AV9RQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A56QX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BG3JU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BIBUL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B66D6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C9343"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8F88"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EERHC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AH4IF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CTNTF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D5P98"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B87M6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DVINB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNXEE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DQUKQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E3YSG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AWMAQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EZKU4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ES0SF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AQZZ2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DDOTJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BKVAD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRFR4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BSCRG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EV8PO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BQCEO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BQTN7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CTJWS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CFXBJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B83R8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJ7Y9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EWTCJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7CSG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BH2BI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DR1SH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B4S75"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ESNSJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CPRFJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DP9XT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CV69B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AFY03"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ERL2V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C4JCG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EM7MO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZXR2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNB83"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D22UC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EXAQC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A2NQS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EHZ8K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EAZGN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B5IZ7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A2JS3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CC5UT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A6G40"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A0FT6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AUZH9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A0BDB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CLUTX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BAZXU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1X5S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ANVGC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EKJWY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C57P2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EA3N9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ES93K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EOC32"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8TSA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AJIJR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CTZUH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EG5HV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7ZPN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DYUBH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CCDWA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A3602"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C1ETR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CVU15"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8AQI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ARQXX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A0YTE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D3YCD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E0M0O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AW45O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DCIZZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EZW9K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AWDXO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EMGMW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BMUW8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ELA0S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BA8NP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BLO75"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EGIEO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AZAMU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B28PV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C6ISM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AMUH9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D9UL7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1OY6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A60I3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AEWSQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EDKVP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8055"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CW62K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C6VGO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D9NLB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AZ2K2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CWFGU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDT7K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EVRKR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EDOW6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EVNCG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EURLL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EYF8I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D6ZTT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYSMX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B7N9C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CAK22"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ESAIP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ET0F8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E32MO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DEDZ9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E1XYL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EKTZ0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A6DFX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ASOEH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CWQ9R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AMPSB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRVI0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BWGV9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BSNS9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BTPOQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B62AP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BD6H0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CPRST"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNNYO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A28KQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CB9TI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B2CND"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CML5K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BB4X7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DONJM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AMX0Y"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A5OEE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EPEPN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BU17J"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CHS8Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B94MG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DRLA0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BHW8R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8H1E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AYVME"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJTWK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EMEEK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EP7FY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7T6D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BJIKS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DPWJD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EPJT4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AFU8G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AYCH3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EKYKF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BMFQQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A3JH8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CS0Z1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7EB6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ET1I6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D25E1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D9OLV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EG269"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EXDRO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B40HH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ENZ2E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CE6P0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ALBTB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DG1YT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B655P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DHQZQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EZ3YZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B6T1T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CUJ4B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B683D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D10F2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BC9L3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DHEFD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BF9HO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1TZA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUZQI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BKIJ0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DXDHQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DD9Z8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C7E63"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CYXJI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZVEK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C8DTP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D98TD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EKL1H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EG2B8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJK73"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7DXH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CUS6E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EZQE1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CHU93"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BD9AS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D9S7R"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EG3GH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBP31"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DVV8T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C89JQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EVWWX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EZ6UP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDABL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B704O"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYQ3B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CTMC8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AU8IP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BD3M3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BNQ5X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BK8A9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CUANH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EF8S0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AYD00"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A20I8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BHWUD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DPERF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DC5KG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DI23J"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DE5W9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D00A5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ETGBC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EU73V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CSFQW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AX7LC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C5AJK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E05JB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ETKY8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BKPHF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQ1DV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A6K02"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AVOOT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EHNYE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B3NVL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CGJTI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A760Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AK4UE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E0ZH3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C1NK5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBCXW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DE1BA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EGKHH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DFPDZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A1TAG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BR9OL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AQ5YD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B3OJ1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DN67S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DSTSD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E3AF9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ELHMX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A7QR1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DBRYR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BRHFQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C1J9H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D03O7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DBKJS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AP7GK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B5QOV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BFJXC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E1YYS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CVH46"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CME4D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E29NY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D6DAK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DL0P0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDEQ2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B31Y2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AJQ4A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CKPIT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BJELX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BUZXN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DRPC1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CN6HV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DVJ8U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AFQ14"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CO8NX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C5ARN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BIPNI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A03UB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CIE7H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D74H5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EBDSU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ASB76"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EAQSE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001COHFX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C0YAD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C274E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BQ6LR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EBSKD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E5F5G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DG5RU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8T1E"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CFXVK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AUVJ3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AVBW7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJQRD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B344Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AI86L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AK4TP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1R1C"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E2NOM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CTOJR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQ5SN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7MP7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A6UBS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AQ751"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EFCNG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E4KFT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A4JHG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E3E6Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DYJ4L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A3R98"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BC5DF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BNGYX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DF6QY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A6UZD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DTVVL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D5MAL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A1XM3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E28OA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CCLDM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A8N55"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EA1F0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AJW4F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A1YUM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001COHPF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D2IYF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CTI0L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AF7GX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DC4DC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ERH82"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8YCJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EPVS7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DYPKV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A5A6T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A90YI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CKIJV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EURZ4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DO4DV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E4QHI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B1R4F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BQVNR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BA0J0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DI67I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BJ7O6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DGA7Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BVCA1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B6UK2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BAS6N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DIJUQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D3W17"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CL148"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CIRCQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ASY0A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BEFSN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BUWI4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E0KRR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C2QU3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CERCS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B3VBW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B5A6W"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AO4Q6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EIR5S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EPGLY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DGLZU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B8XV9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EOBSM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1TBJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DDH6M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C92ED"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7H24"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CC81T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DKPU0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D66OJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A8EXK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CWIAY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BYIW2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E1FP0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B0RO7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZK4V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EIPUK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CKXY1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E233N"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CBKUG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A7KHS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8DXA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AZSJS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EZ1UU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CFSSK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B6QCX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B6C78"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A7OD4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BAXMQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EFFGO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BP4X0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DWLQA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EGOF8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ATBA3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ENP53"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AH30T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BCBWQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EE62I"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DEQXK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDXSI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AMDHR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EPUNN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BL06U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C9KKC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AH0WG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C2UB3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AEWJR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DJFGS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A5DLQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C8LBM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7DOE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CI6GU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C4YAI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BKZES"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A6JCG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DIEVS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DSNHY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BA2BC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BXN8X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A1HCO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DO657"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A68RI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EF5V8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDQK8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EDABE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BN4PH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DRGEM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B14EW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CO3JC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DXJEY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C8GPS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A0UZX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DDOR9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A9GVG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AUOI3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CWJPP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DLLW5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AY3TM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DHSDW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BQOAX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B4T8Z"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D0EB4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BKGZK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D61GC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BLE5B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DC4JN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B21TQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B1VZ3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CCG00"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AP2BK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AQVAK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDTP9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BEJJV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ELHLP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BKGGK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DEXRU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AN6AX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C3WA4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CZU7K"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DL3O1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C8OXT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DDC8A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZ8RH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B4DGD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A40AE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B5VE8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AJR8S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BDYDN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BOXT5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DVAQH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BEWDR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001APIK9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DHNQN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EHV9V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DVMAK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CZ203"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D0SOR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CS8S0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DXX87"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EQHOD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ARAF3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CG2HK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A07FR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7ZIT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DW12U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E3YSR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DY6H0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E5YUK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CK1D1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CVSWD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EPEDX"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C87UN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D03X8"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7P2H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AXBNZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CVKXW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQ6KU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUF4G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BZLIT"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B00RW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EP2GW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DWZGK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D6BXG"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DL0MD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUSKF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EEGQ6"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BFTSH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D3CZZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BWS1T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EDRM5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BA7LZ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DIBIR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BY0B2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AY0VM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BDXT4"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B1795"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BXQEM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C5IR3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DXGMK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D99YB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BIUZQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ARF5P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ATU4S"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BGPJS"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EKUDW"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AOQKQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZ45B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BUNIH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CQD4D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CDPNR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CH2FE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DKL4G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CPX8L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DRC21"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A6M4X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CJDEI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EQ2P3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DON8D"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001APOHN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DUYNN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AUXC5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E1W7A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EKN32"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C5IRM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ESDP2"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D0UBD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BODSF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DTJ6T"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EQFNY"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B586P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B9UX1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BE9CL"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EAGFC"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CVNFJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AUGLI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DZJ0U"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AZUBU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D8BBD"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRX79"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BG8BN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DYYTB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A73D1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BTDCN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DC35A"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DA9V1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B14K0"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C1EQ3"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EMKJP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ET8YR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CNH55"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CALSA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A9NHQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DM8GB"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D57T1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C67VQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DE5XN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D7ZN9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C0DDA"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DRE0B"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D2H10"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ERL66"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ERGPQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AX5JF"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EYI2G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CW7VP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BM3Y7"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A2592"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BN3HH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001E459X"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNZ1V"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BK1AK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A6FPJ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AWAOQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DABXK"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DWG7P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CIZO9"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EI65H"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BLHIM"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DNI0M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CZAZ5"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C0J1F"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001B1I5L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ENKLA"; - -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D1FVH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EAGZ1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BK232"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C4AUV"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001C90GN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AOCMO"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CE5NQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AZBHH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001A3MAE"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BGFIP"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CTB09"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DF1BN"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CB9ON"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001DD43P"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AZU52"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BRJET"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CRRGU"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001EZK4L"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BR4FQ"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BJ8ZR"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BIQ2M"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001CL13G"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BOT1Q"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001BW1FH"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001D9ATI"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001ALHD1"; -group = "F003D144"; -groupMap[name] = group; -name = "GQY1XT001AND7M"; -group = "F003D144"; -groupMap[name] = group; + //read info from stable file + string testfile = m->getTestFilePath() + "testFile.groups"; gMap = new GroupMap(); - for (map::iterator it = groupMap.begin(); it != groupMap.end(); it++) { - gMap->addSeq(it->first, it->second); - } - groupMap.clear(); + gMap->readMap(testfile); } /***********************************************************************/ - void TestDataSet::fillLookup() { - vector groups; - m->sharedBinLabelsInFile.clear(); - for (int i = 0; i < lookup.size(); i++) { delete lookup[i]; } + for (int i = 0; i < lookup.size(); i++) { delete lookup[i]; lookup[i] = NULL; } lookup.clear(); - m->sharedBinLabelsInFile.push_back("Otu0001"); - m->sharedBinLabelsInFile.push_back("Otu0002"); - m->sharedBinLabelsInFile.push_back("Otu0003"); - m->sharedBinLabelsInFile.push_back("Otu0004"); - m->sharedBinLabelsInFile.push_back("Otu0005"); - m->sharedBinLabelsInFile.push_back("Otu0006"); - m->sharedBinLabelsInFile.push_back("Otu0007"); - m->sharedBinLabelsInFile.push_back("Otu0008"); - m->sharedBinLabelsInFile.push_back("Otu0009"); - m->sharedBinLabelsInFile.push_back("Otu0010"); - m->sharedBinLabelsInFile.push_back("Otu0011"); - m->sharedBinLabelsInFile.push_back("Otu0012"); - m->sharedBinLabelsInFile.push_back("Otu0013"); - m->sharedBinLabelsInFile.push_back("Otu0014"); - m->sharedBinLabelsInFile.push_back("Otu0015"); - m->sharedBinLabelsInFile.push_back("Otu0016"); - m->sharedBinLabelsInFile.push_back("Otu0017"); - m->sharedBinLabelsInFile.push_back("Otu0018"); - m->sharedBinLabelsInFile.push_back("Otu0019"); - m->sharedBinLabelsInFile.push_back("Otu0020"); - m->sharedBinLabelsInFile.push_back("Otu0021"); - m->sharedBinLabelsInFile.push_back("Otu0022"); - m->sharedBinLabelsInFile.push_back("Otu0023"); - m->sharedBinLabelsInFile.push_back("Otu0024"); - m->sharedBinLabelsInFile.push_back("Otu0025"); - m->sharedBinLabelsInFile.push_back("Otu0026"); - m->sharedBinLabelsInFile.push_back("Otu0027"); - m->sharedBinLabelsInFile.push_back("Otu0028"); - m->sharedBinLabelsInFile.push_back("Otu0029"); - m->sharedBinLabelsInFile.push_back("Otu0030"); - m->sharedBinLabelsInFile.push_back("Otu0031"); - m->sharedBinLabelsInFile.push_back("Otu0032"); - m->sharedBinLabelsInFile.push_back("Otu0033"); - m->sharedBinLabelsInFile.push_back("Otu0034"); - m->sharedBinLabelsInFile.push_back("Otu0035"); - m->sharedBinLabelsInFile.push_back("Otu0036"); - m->sharedBinLabelsInFile.push_back("Otu0037"); - m->sharedBinLabelsInFile.push_back("Otu0038"); - m->sharedBinLabelsInFile.push_back("Otu0039"); - m->sharedBinLabelsInFile.push_back("Otu0040"); - m->sharedBinLabelsInFile.push_back("Otu0041"); - m->sharedBinLabelsInFile.push_back("Otu0042"); - m->sharedBinLabelsInFile.push_back("Otu0043"); - m->sharedBinLabelsInFile.push_back("Otu0044"); - m->sharedBinLabelsInFile.push_back("Otu0045"); - m->sharedBinLabelsInFile.push_back("Otu0046"); - m->sharedBinLabelsInFile.push_back("Otu0047"); - m->sharedBinLabelsInFile.push_back("Otu0048"); - m->sharedBinLabelsInFile.push_back("Otu0049"); - m->sharedBinLabelsInFile.push_back("Otu0050"); - m->sharedBinLabelsInFile.push_back("Otu0051"); - m->sharedBinLabelsInFile.push_back("Otu0052"); - m->sharedBinLabelsInFile.push_back("Otu0053"); - m->sharedBinLabelsInFile.push_back("Otu0054"); - m->sharedBinLabelsInFile.push_back("Otu0055"); - m->sharedBinLabelsInFile.push_back("Otu0056"); - m->sharedBinLabelsInFile.push_back("Otu0057"); - m->sharedBinLabelsInFile.push_back("Otu0058"); - m->sharedBinLabelsInFile.push_back("Otu0059"); - m->sharedBinLabelsInFile.push_back("Otu0060"); - m->sharedBinLabelsInFile.push_back("Otu0061"); - m->sharedBinLabelsInFile.push_back("Otu0062"); - m->sharedBinLabelsInFile.push_back("Otu0063"); - m->sharedBinLabelsInFile.push_back("Otu0064"); - m->sharedBinLabelsInFile.push_back("Otu0065"); - m->sharedBinLabelsInFile.push_back("Otu0066"); - m->sharedBinLabelsInFile.push_back("Otu0067"); - m->sharedBinLabelsInFile.push_back("Otu0068"); - m->sharedBinLabelsInFile.push_back("Otu0069"); - m->sharedBinLabelsInFile.push_back("Otu0070"); - m->sharedBinLabelsInFile.push_back("Otu0071"); - m->sharedBinLabelsInFile.push_back("Otu0072"); - m->sharedBinLabelsInFile.push_back("Otu0073"); - m->sharedBinLabelsInFile.push_back("Otu0074"); - m->sharedBinLabelsInFile.push_back("Otu0075"); - m->sharedBinLabelsInFile.push_back("Otu0076"); - m->sharedBinLabelsInFile.push_back("Otu0077"); - m->sharedBinLabelsInFile.push_back("Otu0078"); - m->sharedBinLabelsInFile.push_back("Otu0079"); - m->sharedBinLabelsInFile.push_back("Otu0080"); - m->sharedBinLabelsInFile.push_back("Otu0081"); - m->sharedBinLabelsInFile.push_back("Otu0082"); - m->sharedBinLabelsInFile.push_back("Otu0083"); - m->sharedBinLabelsInFile.push_back("Otu0084"); - m->sharedBinLabelsInFile.push_back("Otu0085"); - m->sharedBinLabelsInFile.push_back("Otu0086"); - m->sharedBinLabelsInFile.push_back("Otu0087"); - m->sharedBinLabelsInFile.push_back("Otu0088"); - m->sharedBinLabelsInFile.push_back("Otu0089"); - m->sharedBinLabelsInFile.push_back("Otu0090"); - m->sharedBinLabelsInFile.push_back("Otu0091"); - m->sharedBinLabelsInFile.push_back("Otu0092"); - m->sharedBinLabelsInFile.push_back("Otu0093"); - m->sharedBinLabelsInFile.push_back("Otu0094"); - m->sharedBinLabelsInFile.push_back("Otu0095"); - m->sharedBinLabelsInFile.push_back("Otu0096"); - m->sharedBinLabelsInFile.push_back("Otu0097"); - m->sharedBinLabelsInFile.push_back("Otu0098"); - m->sharedBinLabelsInFile.push_back("Otu0099"); - m->sharedBinLabelsInFile.push_back("Otu0100"); - m->sharedBinLabelsInFile.push_back("Otu0101"); - m->sharedBinLabelsInFile.push_back("Otu0102"); - m->sharedBinLabelsInFile.push_back("Otu0103"); - m->sharedBinLabelsInFile.push_back("Otu0104"); - m->sharedBinLabelsInFile.push_back("Otu0105"); - m->sharedBinLabelsInFile.push_back("Otu0106"); - m->sharedBinLabelsInFile.push_back("Otu0107"); - m->sharedBinLabelsInFile.push_back("Otu0108"); - m->sharedBinLabelsInFile.push_back("Otu0109"); - m->sharedBinLabelsInFile.push_back("Otu0110"); - m->sharedBinLabelsInFile.push_back("Otu0111"); - m->sharedBinLabelsInFile.push_back("Otu0112"); - m->sharedBinLabelsInFile.push_back("Otu0113"); - m->sharedBinLabelsInFile.push_back("Otu0114"); - m->sharedBinLabelsInFile.push_back("Otu0115"); - m->sharedBinLabelsInFile.push_back("Otu0116"); - m->sharedBinLabelsInFile.push_back("Otu0117"); - m->sharedBinLabelsInFile.push_back("Otu0118"); - m->sharedBinLabelsInFile.push_back("Otu0119"); - m->sharedBinLabelsInFile.push_back("Otu0120"); - m->sharedBinLabelsInFile.push_back("Otu0121"); - m->sharedBinLabelsInFile.push_back("Otu0122"); - m->sharedBinLabelsInFile.push_back("Otu0123"); - m->sharedBinLabelsInFile.push_back("Otu0124"); - m->sharedBinLabelsInFile.push_back("Otu0125"); - m->sharedBinLabelsInFile.push_back("Otu0126"); - m->sharedBinLabelsInFile.push_back("Otu0127"); - m->sharedBinLabelsInFile.push_back("Otu0128"); - m->sharedBinLabelsInFile.push_back("Otu0129"); - m->sharedBinLabelsInFile.push_back("Otu0130"); - m->sharedBinLabelsInFile.push_back("Otu0131"); - m->sharedBinLabelsInFile.push_back("Otu0132"); - m->sharedBinLabelsInFile.push_back("Otu0133"); - m->sharedBinLabelsInFile.push_back("Otu0134"); - m->sharedBinLabelsInFile.push_back("Otu0135"); - m->sharedBinLabelsInFile.push_back("Otu0136"); - m->sharedBinLabelsInFile.push_back("Otu0137"); - m->sharedBinLabelsInFile.push_back("Otu0138"); - m->sharedBinLabelsInFile.push_back("Otu0139"); - m->sharedBinLabelsInFile.push_back("Otu0140"); - m->sharedBinLabelsInFile.push_back("Otu0141"); - m->sharedBinLabelsInFile.push_back("Otu0142"); - m->sharedBinLabelsInFile.push_back("Otu0143"); - m->sharedBinLabelsInFile.push_back("Otu0144"); - m->sharedBinLabelsInFile.push_back("Otu0145"); - m->sharedBinLabelsInFile.push_back("Otu0146"); - m->sharedBinLabelsInFile.push_back("Otu0147"); - m->sharedBinLabelsInFile.push_back("Otu0148"); - m->sharedBinLabelsInFile.push_back("Otu0149"); - m->sharedBinLabelsInFile.push_back("Otu0150"); - m->sharedBinLabelsInFile.push_back("Otu0151"); - m->sharedBinLabelsInFile.push_back("Otu0152"); - m->sharedBinLabelsInFile.push_back("Otu0153"); - m->sharedBinLabelsInFile.push_back("Otu0154"); - m->sharedBinLabelsInFile.push_back("Otu0155"); - m->sharedBinLabelsInFile.push_back("Otu0156"); - m->sharedBinLabelsInFile.push_back("Otu0157"); - m->sharedBinLabelsInFile.push_back("Otu0158"); - m->sharedBinLabelsInFile.push_back("Otu0159"); - m->sharedBinLabelsInFile.push_back("Otu0160"); - m->sharedBinLabelsInFile.push_back("Otu0161"); - m->sharedBinLabelsInFile.push_back("Otu0162"); - m->sharedBinLabelsInFile.push_back("Otu0163"); - m->sharedBinLabelsInFile.push_back("Otu0164"); - m->sharedBinLabelsInFile.push_back("Otu0165"); - m->sharedBinLabelsInFile.push_back("Otu0166"); - m->sharedBinLabelsInFile.push_back("Otu0167"); - m->sharedBinLabelsInFile.push_back("Otu0168"); - m->sharedBinLabelsInFile.push_back("Otu0169"); - m->sharedBinLabelsInFile.push_back("Otu0170"); - m->sharedBinLabelsInFile.push_back("Otu0171"); - m->sharedBinLabelsInFile.push_back("Otu0172"); - m->sharedBinLabelsInFile.push_back("Otu0173"); - m->sharedBinLabelsInFile.push_back("Otu0174"); - m->sharedBinLabelsInFile.push_back("Otu0175"); - m->sharedBinLabelsInFile.push_back("Otu0176"); - m->sharedBinLabelsInFile.push_back("Otu0177"); - m->sharedBinLabelsInFile.push_back("Otu0178"); - m->sharedBinLabelsInFile.push_back("Otu0179"); - m->sharedBinLabelsInFile.push_back("Otu0180"); - m->sharedBinLabelsInFile.push_back("Otu0181"); - m->sharedBinLabelsInFile.push_back("Otu0182"); - m->sharedBinLabelsInFile.push_back("Otu0183"); - m->sharedBinLabelsInFile.push_back("Otu0184"); - m->sharedBinLabelsInFile.push_back("Otu0185"); - m->sharedBinLabelsInFile.push_back("Otu0186"); - m->sharedBinLabelsInFile.push_back("Otu0187"); - m->sharedBinLabelsInFile.push_back("Otu0188"); - m->sharedBinLabelsInFile.push_back("Otu0189"); - m->sharedBinLabelsInFile.push_back("Otu0190"); - m->sharedBinLabelsInFile.push_back("Otu0191"); - m->sharedBinLabelsInFile.push_back("Otu0192"); - m->sharedBinLabelsInFile.push_back("Otu0193"); - m->sharedBinLabelsInFile.push_back("Otu0194"); - m->sharedBinLabelsInFile.push_back("Otu0195"); - m->sharedBinLabelsInFile.push_back("Otu0196"); - m->sharedBinLabelsInFile.push_back("Otu0197"); - m->sharedBinLabelsInFile.push_back("Otu0198"); - m->sharedBinLabelsInFile.push_back("Otu0199"); - m->sharedBinLabelsInFile.push_back("Otu0200"); - m->sharedBinLabelsInFile.push_back("Otu0201"); - m->sharedBinLabelsInFile.push_back("Otu0202"); - m->sharedBinLabelsInFile.push_back("Otu0203"); - m->sharedBinLabelsInFile.push_back("Otu0204"); - m->sharedBinLabelsInFile.push_back("Otu0205"); - m->sharedBinLabelsInFile.push_back("Otu0206"); - m->sharedBinLabelsInFile.push_back("Otu0207"); - m->sharedBinLabelsInFile.push_back("Otu0208"); - m->sharedBinLabelsInFile.push_back("Otu0209"); - m->sharedBinLabelsInFile.push_back("Otu0210"); - m->sharedBinLabelsInFile.push_back("Otu0211"); - m->sharedBinLabelsInFile.push_back("Otu0212"); - m->sharedBinLabelsInFile.push_back("Otu0213"); - m->sharedBinLabelsInFile.push_back("Otu0214"); - m->sharedBinLabelsInFile.push_back("Otu0215"); - m->sharedBinLabelsInFile.push_back("Otu0216"); - m->sharedBinLabelsInFile.push_back("Otu0217"); - m->sharedBinLabelsInFile.push_back("Otu0218"); - m->sharedBinLabelsInFile.push_back("Otu0219"); - m->sharedBinLabelsInFile.push_back("Otu0220"); - m->sharedBinLabelsInFile.push_back("Otu0221"); - m->sharedBinLabelsInFile.push_back("Otu0222"); - m->sharedBinLabelsInFile.push_back("Otu0223"); - m->sharedBinLabelsInFile.push_back("Otu0224"); - m->sharedBinLabelsInFile.push_back("Otu0225"); - m->sharedBinLabelsInFile.push_back("Otu0226"); - m->sharedBinLabelsInFile.push_back("Otu0227"); - m->sharedBinLabelsInFile.push_back("Otu0228"); - m->sharedBinLabelsInFile.push_back("Otu0229"); - m->sharedBinLabelsInFile.push_back("Otu0230"); - m->sharedBinLabelsInFile.push_back("Otu0231"); - m->sharedBinLabelsInFile.push_back("Otu0232"); - m->sharedBinLabelsInFile.push_back("Otu0233"); - m->sharedBinLabelsInFile.push_back("Otu0234"); - m->sharedBinLabelsInFile.push_back("Otu0235"); - m->sharedBinLabelsInFile.push_back("Otu0236"); - m->sharedBinLabelsInFile.push_back("Otu0237"); - m->sharedBinLabelsInFile.push_back("Otu0238"); - m->sharedBinLabelsInFile.push_back("Otu0239"); - m->sharedBinLabelsInFile.push_back("Otu0240"); - m->sharedBinLabelsInFile.push_back("Otu0241"); - m->sharedBinLabelsInFile.push_back("Otu0242"); - m->sharedBinLabelsInFile.push_back("Otu0243"); - m->sharedBinLabelsInFile.push_back("Otu0244"); - m->sharedBinLabelsInFile.push_back("Otu0245"); - m->sharedBinLabelsInFile.push_back("Otu0246"); - m->sharedBinLabelsInFile.push_back("Otu0247"); - m->sharedBinLabelsInFile.push_back("Otu0248"); - m->sharedBinLabelsInFile.push_back("Otu0249"); - m->sharedBinLabelsInFile.push_back("Otu0250"); - m->sharedBinLabelsInFile.push_back("Otu0251"); - m->sharedBinLabelsInFile.push_back("Otu0252"); - m->sharedBinLabelsInFile.push_back("Otu0253"); - m->sharedBinLabelsInFile.push_back("Otu0254"); - m->sharedBinLabelsInFile.push_back("Otu0255"); - m->sharedBinLabelsInFile.push_back("Otu0256"); - m->sharedBinLabelsInFile.push_back("Otu0257"); - m->sharedBinLabelsInFile.push_back("Otu0258"); - m->sharedBinLabelsInFile.push_back("Otu0259"); - m->sharedBinLabelsInFile.push_back("Otu0260"); - m->sharedBinLabelsInFile.push_back("Otu0261"); - m->sharedBinLabelsInFile.push_back("Otu0262"); - m->sharedBinLabelsInFile.push_back("Otu0263"); - m->sharedBinLabelsInFile.push_back("Otu0264"); - m->sharedBinLabelsInFile.push_back("Otu0265"); - m->sharedBinLabelsInFile.push_back("Otu0266"); - m->sharedBinLabelsInFile.push_back("Otu0267"); - m->sharedBinLabelsInFile.push_back("Otu0268"); - m->sharedBinLabelsInFile.push_back("Otu0269"); - m->sharedBinLabelsInFile.push_back("Otu0270"); - m->sharedBinLabelsInFile.push_back("Otu0271"); - m->sharedBinLabelsInFile.push_back("Otu0272"); - m->sharedBinLabelsInFile.push_back("Otu0273"); - m->sharedBinLabelsInFile.push_back("Otu0274"); - m->sharedBinLabelsInFile.push_back("Otu0275"); - m->sharedBinLabelsInFile.push_back("Otu0276"); - m->sharedBinLabelsInFile.push_back("Otu0277"); - m->sharedBinLabelsInFile.push_back("Otu0278"); - m->sharedBinLabelsInFile.push_back("Otu0279"); - m->sharedBinLabelsInFile.push_back("Otu0280"); - m->sharedBinLabelsInFile.push_back("Otu0281"); - m->sharedBinLabelsInFile.push_back("Otu0282"); - m->sharedBinLabelsInFile.push_back("Otu0283"); - m->sharedBinLabelsInFile.push_back("Otu0284"); - m->sharedBinLabelsInFile.push_back("Otu0285"); - m->sharedBinLabelsInFile.push_back("Otu0286"); - m->sharedBinLabelsInFile.push_back("Otu0287"); - m->sharedBinLabelsInFile.push_back("Otu0288"); - m->sharedBinLabelsInFile.push_back("Otu0289"); - m->sharedBinLabelsInFile.push_back("Otu0290"); - m->sharedBinLabelsInFile.push_back("Otu0291"); - m->sharedBinLabelsInFile.push_back("Otu0292"); - m->sharedBinLabelsInFile.push_back("Otu0293"); - m->sharedBinLabelsInFile.push_back("Otu0294"); - m->sharedBinLabelsInFile.push_back("Otu0295"); - m->sharedBinLabelsInFile.push_back("Otu0296"); - m->sharedBinLabelsInFile.push_back("Otu0297"); - m->sharedBinLabelsInFile.push_back("Otu0298"); - m->sharedBinLabelsInFile.push_back("Otu0299"); - m->sharedBinLabelsInFile.push_back("Otu0300"); - m->sharedBinLabelsInFile.push_back("Otu0301"); - m->sharedBinLabelsInFile.push_back("Otu0302"); - m->sharedBinLabelsInFile.push_back("Otu0303"); - m->sharedBinLabelsInFile.push_back("Otu0304"); - m->sharedBinLabelsInFile.push_back("Otu0305"); - m->sharedBinLabelsInFile.push_back("Otu0306"); - m->sharedBinLabelsInFile.push_back("Otu0307"); - m->sharedBinLabelsInFile.push_back("Otu0308"); - m->sharedBinLabelsInFile.push_back("Otu0309"); - m->sharedBinLabelsInFile.push_back("Otu0310"); - m->sharedBinLabelsInFile.push_back("Otu0311"); - m->sharedBinLabelsInFile.push_back("Otu0312"); - m->sharedBinLabelsInFile.push_back("Otu0313"); - m->sharedBinLabelsInFile.push_back("Otu0314"); - m->sharedBinLabelsInFile.push_back("Otu0315"); - m->sharedBinLabelsInFile.push_back("Otu0316"); - m->sharedBinLabelsInFile.push_back("Otu0317"); - m->sharedBinLabelsInFile.push_back("Otu0318"); - m->sharedBinLabelsInFile.push_back("Otu0319"); - m->sharedBinLabelsInFile.push_back("Otu0320"); - m->sharedBinLabelsInFile.push_back("Otu0321"); - m->sharedBinLabelsInFile.push_back("Otu0322"); - m->sharedBinLabelsInFile.push_back("Otu0323"); - m->sharedBinLabelsInFile.push_back("Otu0324"); - m->sharedBinLabelsInFile.push_back("Otu0325"); - m->sharedBinLabelsInFile.push_back("Otu0326"); - m->sharedBinLabelsInFile.push_back("Otu0327"); - m->sharedBinLabelsInFile.push_back("Otu0328"); - m->sharedBinLabelsInFile.push_back("Otu0329"); - m->sharedBinLabelsInFile.push_back("Otu0330"); - m->sharedBinLabelsInFile.push_back("Otu0331"); - m->sharedBinLabelsInFile.push_back("Otu0332"); - m->sharedBinLabelsInFile.push_back("Otu0333"); - m->sharedBinLabelsInFile.push_back("Otu0334"); - m->sharedBinLabelsInFile.push_back("Otu0335"); - m->sharedBinLabelsInFile.push_back("Otu0336"); - m->sharedBinLabelsInFile.push_back("Otu0337"); - m->sharedBinLabelsInFile.push_back("Otu0338"); - m->sharedBinLabelsInFile.push_back("Otu0339"); - m->sharedBinLabelsInFile.push_back("Otu0340"); - m->sharedBinLabelsInFile.push_back("Otu0341"); - m->sharedBinLabelsInFile.push_back("Otu0342"); - m->sharedBinLabelsInFile.push_back("Otu0343"); - m->sharedBinLabelsInFile.push_back("Otu0344"); - m->sharedBinLabelsInFile.push_back("Otu0345"); - m->sharedBinLabelsInFile.push_back("Otu0346"); - m->sharedBinLabelsInFile.push_back("Otu0347"); - m->sharedBinLabelsInFile.push_back("Otu0348"); - m->sharedBinLabelsInFile.push_back("Otu0349"); - m->sharedBinLabelsInFile.push_back("Otu0350"); - m->sharedBinLabelsInFile.push_back("Otu0351"); - m->sharedBinLabelsInFile.push_back("Otu0352"); - m->sharedBinLabelsInFile.push_back("Otu0353"); - m->sharedBinLabelsInFile.push_back("Otu0354"); - m->sharedBinLabelsInFile.push_back("Otu0355"); - m->sharedBinLabelsInFile.push_back("Otu0356"); - m->sharedBinLabelsInFile.push_back("Otu0357"); - m->sharedBinLabelsInFile.push_back("Otu0358"); - m->sharedBinLabelsInFile.push_back("Otu0359"); - m->sharedBinLabelsInFile.push_back("Otu0360"); - m->sharedBinLabelsInFile.push_back("Otu0361"); - m->sharedBinLabelsInFile.push_back("Otu0362"); - m->sharedBinLabelsInFile.push_back("Otu0363"); - m->sharedBinLabelsInFile.push_back("Otu0364"); - m->sharedBinLabelsInFile.push_back("Otu0365"); - m->sharedBinLabelsInFile.push_back("Otu0366"); - m->sharedBinLabelsInFile.push_back("Otu0367"); - m->sharedBinLabelsInFile.push_back("Otu0368"); - m->sharedBinLabelsInFile.push_back("Otu0369"); - m->sharedBinLabelsInFile.push_back("Otu0370"); - m->sharedBinLabelsInFile.push_back("Otu0371"); - m->sharedBinLabelsInFile.push_back("Otu0372"); - m->sharedBinLabelsInFile.push_back("Otu0373"); - m->sharedBinLabelsInFile.push_back("Otu0374"); - m->sharedBinLabelsInFile.push_back("Otu0375"); - m->sharedBinLabelsInFile.push_back("Otu0376"); - m->sharedBinLabelsInFile.push_back("Otu0377"); - m->sharedBinLabelsInFile.push_back("Otu0378"); - m->sharedBinLabelsInFile.push_back("Otu0379"); - m->sharedBinLabelsInFile.push_back("Otu0380"); - m->sharedBinLabelsInFile.push_back("Otu0381"); - m->sharedBinLabelsInFile.push_back("Otu0382"); - m->sharedBinLabelsInFile.push_back("Otu0383"); - m->sharedBinLabelsInFile.push_back("Otu0384"); - m->sharedBinLabelsInFile.push_back("Otu0385"); - m->sharedBinLabelsInFile.push_back("Otu0386"); - m->sharedBinLabelsInFile.push_back("Otu0387"); - m->sharedBinLabelsInFile.push_back("Otu0388"); - m->sharedBinLabelsInFile.push_back("Otu0389"); - m->sharedBinLabelsInFile.push_back("Otu0390"); - m->sharedBinLabelsInFile.push_back("Otu0391"); - m->sharedBinLabelsInFile.push_back("Otu0392"); - m->sharedBinLabelsInFile.push_back("Otu0393"); - m->sharedBinLabelsInFile.push_back("Otu0394"); - m->sharedBinLabelsInFile.push_back("Otu0395"); - m->sharedBinLabelsInFile.push_back("Otu0396"); - m->sharedBinLabelsInFile.push_back("Otu0397"); - m->sharedBinLabelsInFile.push_back("Otu0398"); - m->sharedBinLabelsInFile.push_back("Otu0399"); - m->sharedBinLabelsInFile.push_back("Otu0400"); - m->sharedBinLabelsInFile.push_back("Otu0401"); - m->sharedBinLabelsInFile.push_back("Otu0402"); - m->sharedBinLabelsInFile.push_back("Otu0403"); - m->sharedBinLabelsInFile.push_back("Otu0404"); - m->sharedBinLabelsInFile.push_back("Otu0405"); - m->sharedBinLabelsInFile.push_back("Otu0406"); - m->sharedBinLabelsInFile.push_back("Otu0407"); - m->sharedBinLabelsInFile.push_back("Otu0408"); - m->sharedBinLabelsInFile.push_back("Otu0409"); - m->sharedBinLabelsInFile.push_back("Otu0410"); - m->sharedBinLabelsInFile.push_back("Otu0411"); - m->sharedBinLabelsInFile.push_back("Otu0412"); - m->sharedBinLabelsInFile.push_back("Otu0413"); - m->sharedBinLabelsInFile.push_back("Otu0414"); - m->sharedBinLabelsInFile.push_back("Otu0415"); - m->sharedBinLabelsInFile.push_back("Otu0416"); - m->sharedBinLabelsInFile.push_back("Otu0417"); - m->sharedBinLabelsInFile.push_back("Otu0418"); - m->sharedBinLabelsInFile.push_back("Otu0419"); - m->sharedBinLabelsInFile.push_back("Otu0420"); - m->sharedBinLabelsInFile.push_back("Otu0421"); - m->sharedBinLabelsInFile.push_back("Otu0422"); - m->sharedBinLabelsInFile.push_back("Otu0423"); - m->sharedBinLabelsInFile.push_back("Otu0424"); - m->sharedBinLabelsInFile.push_back("Otu0425"); - m->sharedBinLabelsInFile.push_back("Otu0426"); - m->sharedBinLabelsInFile.push_back("Otu0427"); - m->sharedBinLabelsInFile.push_back("Otu0428"); - m->sharedBinLabelsInFile.push_back("Otu0429"); - m->sharedBinLabelsInFile.push_back("Otu0430"); - m->sharedBinLabelsInFile.push_back("Otu0431"); - m->sharedBinLabelsInFile.push_back("Otu0432"); - m->sharedBinLabelsInFile.push_back("Otu0433"); - m->sharedBinLabelsInFile.push_back("Otu0434"); - m->sharedBinLabelsInFile.push_back("Otu0435"); - m->sharedBinLabelsInFile.push_back("Otu0436"); - m->sharedBinLabelsInFile.push_back("Otu0437"); - m->sharedBinLabelsInFile.push_back("Otu0438"); - m->sharedBinLabelsInFile.push_back("Otu0439"); - m->sharedBinLabelsInFile.push_back("Otu0440"); - m->sharedBinLabelsInFile.push_back("Otu0441"); - m->sharedBinLabelsInFile.push_back("Otu0442"); - m->sharedBinLabelsInFile.push_back("Otu0443"); - m->sharedBinLabelsInFile.push_back("Otu0444"); - m->sharedBinLabelsInFile.push_back("Otu0445"); - m->sharedBinLabelsInFile.push_back("Otu0446"); - m->sharedBinLabelsInFile.push_back("Otu0447"); - m->sharedBinLabelsInFile.push_back("Otu0448"); - m->sharedBinLabelsInFile.push_back("Otu0449"); - m->sharedBinLabelsInFile.push_back("Otu0450"); - m->sharedBinLabelsInFile.push_back("Otu0451"); - m->sharedBinLabelsInFile.push_back("Otu0452"); - m->sharedBinLabelsInFile.push_back("Otu0453"); - m->sharedBinLabelsInFile.push_back("Otu0454"); - m->sharedBinLabelsInFile.push_back("Otu0455"); - m->sharedBinLabelsInFile.push_back("Otu0456"); - m->sharedBinLabelsInFile.push_back("Otu0457"); - m->sharedBinLabelsInFile.push_back("Otu0458"); - m->sharedBinLabelsInFile.push_back("Otu0459"); - m->sharedBinLabelsInFile.push_back("Otu0460"); - m->sharedBinLabelsInFile.push_back("Otu0461"); - m->sharedBinLabelsInFile.push_back("Otu0462"); - m->sharedBinLabelsInFile.push_back("Otu0463"); - m->sharedBinLabelsInFile.push_back("Otu0464"); - m->sharedBinLabelsInFile.push_back("Otu0465"); - m->sharedBinLabelsInFile.push_back("Otu0466"); - m->sharedBinLabelsInFile.push_back("Otu0467"); - m->sharedBinLabelsInFile.push_back("Otu0468"); - m->sharedBinLabelsInFile.push_back("Otu0469"); - m->sharedBinLabelsInFile.push_back("Otu0470"); - m->sharedBinLabelsInFile.push_back("Otu0471"); - m->sharedBinLabelsInFile.push_back("Otu0472"); - m->sharedBinLabelsInFile.push_back("Otu0473"); - m->sharedBinLabelsInFile.push_back("Otu0474"); - m->sharedBinLabelsInFile.push_back("Otu0475"); - m->sharedBinLabelsInFile.push_back("Otu0476"); - m->sharedBinLabelsInFile.push_back("Otu0477"); - m->sharedBinLabelsInFile.push_back("Otu0478"); - m->sharedBinLabelsInFile.push_back("Otu0479"); - m->sharedBinLabelsInFile.push_back("Otu0480"); - m->sharedBinLabelsInFile.push_back("Otu0481"); - m->sharedBinLabelsInFile.push_back("Otu0482"); - m->sharedBinLabelsInFile.push_back("Otu0483"); - m->sharedBinLabelsInFile.push_back("Otu0484"); - m->sharedBinLabelsInFile.push_back("Otu0485"); - m->sharedBinLabelsInFile.push_back("Otu0486"); - m->sharedBinLabelsInFile.push_back("Otu0487"); - m->sharedBinLabelsInFile.push_back("Otu0488"); - m->sharedBinLabelsInFile.push_back("Otu0489"); - m->sharedBinLabelsInFile.push_back("Otu0490"); - m->sharedBinLabelsInFile.push_back("Otu0491"); - m->sharedBinLabelsInFile.push_back("Otu0492"); - m->sharedBinLabelsInFile.push_back("Otu0493"); - m->sharedBinLabelsInFile.push_back("Otu0494"); - m->sharedBinLabelsInFile.push_back("Otu0495"); - m->sharedBinLabelsInFile.push_back("Otu0496"); - m->sharedBinLabelsInFile.push_back("Otu0497"); - m->sharedBinLabelsInFile.push_back("Otu0498"); - m->sharedBinLabelsInFile.push_back("Otu0499"); - m->sharedBinLabelsInFile.push_back("Otu0500"); - m->sharedBinLabelsInFile.push_back("Otu0501"); - m->sharedBinLabelsInFile.push_back("Otu0502"); - m->sharedBinLabelsInFile.push_back("Otu0503"); - m->sharedBinLabelsInFile.push_back("Otu0504"); - m->sharedBinLabelsInFile.push_back("Otu0505"); - m->sharedBinLabelsInFile.push_back("Otu0506"); - m->sharedBinLabelsInFile.push_back("Otu0507"); - m->sharedBinLabelsInFile.push_back("Otu0508"); - m->sharedBinLabelsInFile.push_back("Otu0509"); - m->sharedBinLabelsInFile.push_back("Otu0510"); - m->sharedBinLabelsInFile.push_back("Otu0511"); - m->sharedBinLabelsInFile.push_back("Otu0512"); - m->sharedBinLabelsInFile.push_back("Otu0513"); - m->sharedBinLabelsInFile.push_back("Otu0514"); - m->sharedBinLabelsInFile.push_back("Otu0515"); - m->sharedBinLabelsInFile.push_back("Otu0516"); - m->sharedBinLabelsInFile.push_back("Otu0517"); - m->sharedBinLabelsInFile.push_back("Otu0518"); - m->sharedBinLabelsInFile.push_back("Otu0519"); - m->sharedBinLabelsInFile.push_back("Otu0520"); - m->sharedBinLabelsInFile.push_back("Otu0521"); - m->sharedBinLabelsInFile.push_back("Otu0522"); - m->sharedBinLabelsInFile.push_back("Otu0523"); - m->sharedBinLabelsInFile.push_back("Otu0524"); - m->sharedBinLabelsInFile.push_back("Otu0525"); - m->sharedBinLabelsInFile.push_back("Otu0526"); - m->sharedBinLabelsInFile.push_back("Otu0527"); - m->sharedBinLabelsInFile.push_back("Otu0528"); - m->sharedBinLabelsInFile.push_back("Otu0529"); - m->sharedBinLabelsInFile.push_back("Otu0530"); - m->sharedBinLabelsInFile.push_back("Otu0531"); - m->sharedBinLabelsInFile.push_back("Otu0532"); - m->sharedBinLabelsInFile.push_back("Otu0533"); - m->sharedBinLabelsInFile.push_back("Otu0534"); - m->sharedBinLabelsInFile.push_back("Otu0535"); - m->sharedBinLabelsInFile.push_back("Otu0536"); - m->sharedBinLabelsInFile.push_back("Otu0537"); - m->sharedBinLabelsInFile.push_back("Otu0538"); - m->sharedBinLabelsInFile.push_back("Otu0539"); - m->sharedBinLabelsInFile.push_back("Otu0540"); - m->sharedBinLabelsInFile.push_back("Otu0541"); - m->sharedBinLabelsInFile.push_back("Otu0542"); - m->sharedBinLabelsInFile.push_back("Otu0543"); - m->sharedBinLabelsInFile.push_back("Otu0544"); - m->sharedBinLabelsInFile.push_back("Otu0545"); - m->sharedBinLabelsInFile.push_back("Otu0546"); - m->sharedBinLabelsInFile.push_back("Otu0547"); - m->sharedBinLabelsInFile.push_back("Otu0548"); - m->sharedBinLabelsInFile.push_back("Otu0549"); - m->sharedBinLabelsInFile.push_back("Otu0550"); - m->sharedBinLabelsInFile.push_back("Otu0551"); - m->sharedBinLabelsInFile.push_back("Otu0552"); - m->sharedBinLabelsInFile.push_back("Otu0553"); - m->sharedBinLabelsInFile.push_back("Otu0554"); - m->sharedBinLabelsInFile.push_back("Otu0555"); - m->sharedBinLabelsInFile.push_back("Otu0556"); - m->sharedBinLabelsInFile.push_back("Otu0557"); - m->sharedBinLabelsInFile.push_back("Otu0558"); - m->sharedBinLabelsInFile.push_back("Otu0559"); - m->sharedBinLabelsInFile.push_back("Otu0560"); - m->sharedBinLabelsInFile.push_back("Otu0561"); - m->sharedBinLabelsInFile.push_back("Otu0562"); - m->sharedBinLabelsInFile.push_back("Otu0563"); - m->sharedBinLabelsInFile.push_back("Otu0564"); - m->sharedBinLabelsInFile.push_back("Otu0565"); - m->sharedBinLabelsInFile.push_back("Otu0566"); - m->sharedBinLabelsInFile.push_back("Otu0567"); - m->sharedBinLabelsInFile.push_back("Otu0568"); - m->sharedBinLabelsInFile.push_back("Otu0569"); - m->sharedBinLabelsInFile.push_back("Otu0570"); - m->sharedBinLabelsInFile.push_back("Otu0571"); - m->sharedBinLabelsInFile.push_back("Otu0572"); - m->sharedBinLabelsInFile.push_back("Otu0573"); - m->sharedBinLabelsInFile.push_back("Otu0574"); - m->sharedBinLabelsInFile.push_back("Otu0575"); - m->sharedBinLabelsInFile.push_back("Otu0576"); - m->sharedBinLabelsInFile.push_back("Otu0577"); - m->sharedBinLabelsInFile.push_back("Otu0578"); - m->sharedBinLabelsInFile.push_back("Otu0579"); - m->sharedBinLabelsInFile.push_back("Otu0580"); - m->sharedBinLabelsInFile.push_back("Otu0581"); - m->sharedBinLabelsInFile.push_back("Otu0582"); - m->sharedBinLabelsInFile.push_back("Otu0583"); - m->sharedBinLabelsInFile.push_back("Otu0584"); - m->sharedBinLabelsInFile.push_back("Otu0585"); - m->sharedBinLabelsInFile.push_back("Otu0586"); - m->sharedBinLabelsInFile.push_back("Otu0587"); - m->sharedBinLabelsInFile.push_back("Otu0588"); - m->sharedBinLabelsInFile.push_back("Otu0589"); - m->sharedBinLabelsInFile.push_back("Otu0590"); - m->sharedBinLabelsInFile.push_back("Otu0591"); - m->sharedBinLabelsInFile.push_back("Otu0592"); - m->sharedBinLabelsInFile.push_back("Otu0593"); - m->sharedBinLabelsInFile.push_back("Otu0594"); - m->sharedBinLabelsInFile.push_back("Otu0595"); - m->sharedBinLabelsInFile.push_back("Otu0596"); - m->sharedBinLabelsInFile.push_back("Otu0597"); - m->sharedBinLabelsInFile.push_back("Otu0598"); - m->sharedBinLabelsInFile.push_back("Otu0599"); - m->sharedBinLabelsInFile.push_back("Otu0600"); - m->sharedBinLabelsInFile.push_back("Otu0601"); - m->sharedBinLabelsInFile.push_back("Otu0602"); - m->sharedBinLabelsInFile.push_back("Otu0603"); - m->sharedBinLabelsInFile.push_back("Otu0604"); - m->sharedBinLabelsInFile.push_back("Otu0605"); - m->sharedBinLabelsInFile.push_back("Otu0606"); - m->sharedBinLabelsInFile.push_back("Otu0607"); - m->sharedBinLabelsInFile.push_back("Otu0608"); - m->sharedBinLabelsInFile.push_back("Otu0609"); - m->sharedBinLabelsInFile.push_back("Otu0610"); - m->sharedBinLabelsInFile.push_back("Otu0611"); - m->sharedBinLabelsInFile.push_back("Otu0612"); - m->sharedBinLabelsInFile.push_back("Otu0613"); - m->sharedBinLabelsInFile.push_back("Otu0614"); - m->sharedBinLabelsInFile.push_back("Otu0615"); - m->sharedBinLabelsInFile.push_back("Otu0616"); - m->sharedBinLabelsInFile.push_back("Otu0617"); - m->sharedBinLabelsInFile.push_back("Otu0618"); - m->sharedBinLabelsInFile.push_back("Otu0619"); - m->sharedBinLabelsInFile.push_back("Otu0620"); - m->sharedBinLabelsInFile.push_back("Otu0621"); - m->sharedBinLabelsInFile.push_back("Otu0622"); - m->sharedBinLabelsInFile.push_back("Otu0623"); - m->sharedBinLabelsInFile.push_back("Otu0624"); - m->sharedBinLabelsInFile.push_back("Otu0625"); - m->sharedBinLabelsInFile.push_back("Otu0626"); - m->sharedBinLabelsInFile.push_back("Otu0627"); - m->sharedBinLabelsInFile.push_back("Otu0628"); - m->sharedBinLabelsInFile.push_back("Otu0629"); - m->sharedBinLabelsInFile.push_back("Otu0630"); - m->sharedBinLabelsInFile.push_back("Otu0631"); - m->sharedBinLabelsInFile.push_back("Otu0632"); - m->sharedBinLabelsInFile.push_back("Otu0633"); - m->sharedBinLabelsInFile.push_back("Otu0634"); - m->sharedBinLabelsInFile.push_back("Otu0635"); - m->sharedBinLabelsInFile.push_back("Otu0636"); - m->sharedBinLabelsInFile.push_back("Otu0637"); - m->sharedBinLabelsInFile.push_back("Otu0638"); - m->sharedBinLabelsInFile.push_back("Otu0639"); - m->sharedBinLabelsInFile.push_back("Otu0640"); - m->sharedBinLabelsInFile.push_back("Otu0641"); - m->sharedBinLabelsInFile.push_back("Otu0642"); - m->sharedBinLabelsInFile.push_back("Otu0643"); - m->sharedBinLabelsInFile.push_back("Otu0644"); - m->sharedBinLabelsInFile.push_back("Otu0645"); - m->sharedBinLabelsInFile.push_back("Otu0646"); - m->sharedBinLabelsInFile.push_back("Otu0647"); - m->sharedBinLabelsInFile.push_back("Otu0648"); - m->sharedBinLabelsInFile.push_back("Otu0649"); - m->sharedBinLabelsInFile.push_back("Otu0650"); - m->sharedBinLabelsInFile.push_back("Otu0651"); - m->sharedBinLabelsInFile.push_back("Otu0652"); - m->sharedBinLabelsInFile.push_back("Otu0653"); - m->sharedBinLabelsInFile.push_back("Otu0654"); - m->sharedBinLabelsInFile.push_back("Otu0655"); - m->sharedBinLabelsInFile.push_back("Otu0656"); - m->sharedBinLabelsInFile.push_back("Otu0657"); - m->sharedBinLabelsInFile.push_back("Otu0658"); - m->sharedBinLabelsInFile.push_back("Otu0659"); - m->sharedBinLabelsInFile.push_back("Otu0660"); - m->sharedBinLabelsInFile.push_back("Otu0661"); - m->sharedBinLabelsInFile.push_back("Otu0662"); - m->sharedBinLabelsInFile.push_back("Otu0663"); - m->sharedBinLabelsInFile.push_back("Otu0664"); - m->sharedBinLabelsInFile.push_back("Otu0665"); - m->sharedBinLabelsInFile.push_back("Otu0666"); - m->sharedBinLabelsInFile.push_back("Otu0667"); - m->sharedBinLabelsInFile.push_back("Otu0668"); - m->sharedBinLabelsInFile.push_back("Otu0669"); - m->sharedBinLabelsInFile.push_back("Otu0670"); - m->sharedBinLabelsInFile.push_back("Otu0671"); - m->sharedBinLabelsInFile.push_back("Otu0672"); - m->sharedBinLabelsInFile.push_back("Otu0673"); - m->sharedBinLabelsInFile.push_back("Otu0674"); - m->sharedBinLabelsInFile.push_back("Otu0675"); - m->sharedBinLabelsInFile.push_back("Otu0676"); - m->sharedBinLabelsInFile.push_back("Otu0677"); - m->sharedBinLabelsInFile.push_back("Otu0678"); - m->sharedBinLabelsInFile.push_back("Otu0679"); - m->sharedBinLabelsInFile.push_back("Otu0680"); - m->sharedBinLabelsInFile.push_back("Otu0681"); - m->sharedBinLabelsInFile.push_back("Otu0682"); - m->sharedBinLabelsInFile.push_back("Otu0683"); - m->sharedBinLabelsInFile.push_back("Otu0684"); - m->sharedBinLabelsInFile.push_back("Otu0685"); - m->sharedBinLabelsInFile.push_back("Otu0686"); - m->sharedBinLabelsInFile.push_back("Otu0687"); - m->sharedBinLabelsInFile.push_back("Otu0688"); - m->sharedBinLabelsInFile.push_back("Otu0689"); - m->sharedBinLabelsInFile.push_back("Otu0690"); - m->sharedBinLabelsInFile.push_back("Otu0691"); - m->sharedBinLabelsInFile.push_back("Otu0692"); - m->sharedBinLabelsInFile.push_back("Otu0693"); - m->sharedBinLabelsInFile.push_back("Otu0694"); - m->sharedBinLabelsInFile.push_back("Otu0695"); - m->sharedBinLabelsInFile.push_back("Otu0696"); - m->sharedBinLabelsInFile.push_back("Otu0697"); - m->sharedBinLabelsInFile.push_back("Otu0698"); - m->sharedBinLabelsInFile.push_back("Otu0699"); - m->sharedBinLabelsInFile.push_back("Otu0700"); - m->sharedBinLabelsInFile.push_back("Otu0701"); - m->sharedBinLabelsInFile.push_back("Otu0702"); - m->sharedBinLabelsInFile.push_back("Otu0703"); - m->sharedBinLabelsInFile.push_back("Otu0704"); - m->sharedBinLabelsInFile.push_back("Otu0705"); - m->sharedBinLabelsInFile.push_back("Otu0706"); - m->sharedBinLabelsInFile.push_back("Otu0707"); - m->sharedBinLabelsInFile.push_back("Otu0708"); - m->sharedBinLabelsInFile.push_back("Otu0709"); - m->sharedBinLabelsInFile.push_back("Otu0710"); - m->sharedBinLabelsInFile.push_back("Otu0711"); - m->sharedBinLabelsInFile.push_back("Otu0712"); - m->sharedBinLabelsInFile.push_back("Otu0713"); - m->sharedBinLabelsInFile.push_back("Otu0714"); - m->sharedBinLabelsInFile.push_back("Otu0715"); - m->sharedBinLabelsInFile.push_back("Otu0716"); - m->sharedBinLabelsInFile.push_back("Otu0717"); - m->sharedBinLabelsInFile.push_back("Otu0718"); - m->sharedBinLabelsInFile.push_back("Otu0719"); - m->sharedBinLabelsInFile.push_back("Otu0720"); - m->sharedBinLabelsInFile.push_back("Otu0721"); - m->sharedBinLabelsInFile.push_back("Otu0722"); - m->sharedBinLabelsInFile.push_back("Otu0723"); - m->sharedBinLabelsInFile.push_back("Otu0724"); - m->sharedBinLabelsInFile.push_back("Otu0725"); - m->sharedBinLabelsInFile.push_back("Otu0726"); - m->sharedBinLabelsInFile.push_back("Otu0727"); - m->sharedBinLabelsInFile.push_back("Otu0728"); - m->sharedBinLabelsInFile.push_back("Otu0729"); - m->sharedBinLabelsInFile.push_back("Otu0730"); - m->sharedBinLabelsInFile.push_back("Otu0731"); - m->sharedBinLabelsInFile.push_back("Otu0732"); - m->sharedBinLabelsInFile.push_back("Otu0733"); - m->sharedBinLabelsInFile.push_back("Otu0734"); - m->sharedBinLabelsInFile.push_back("Otu0735"); - m->sharedBinLabelsInFile.push_back("Otu0736"); - m->sharedBinLabelsInFile.push_back("Otu0737"); - m->sharedBinLabelsInFile.push_back("Otu0738"); - m->sharedBinLabelsInFile.push_back("Otu0739"); - m->sharedBinLabelsInFile.push_back("Otu0740"); - m->sharedBinLabelsInFile.push_back("Otu0741"); - m->sharedBinLabelsInFile.push_back("Otu0742"); - m->sharedBinLabelsInFile.push_back("Otu0743"); - m->sharedBinLabelsInFile.push_back("Otu0744"); - m->sharedBinLabelsInFile.push_back("Otu0745"); - m->sharedBinLabelsInFile.push_back("Otu0746"); - m->sharedBinLabelsInFile.push_back("Otu0747"); - m->sharedBinLabelsInFile.push_back("Otu0748"); - m->sharedBinLabelsInFile.push_back("Otu0749"); - m->sharedBinLabelsInFile.push_back("Otu0750"); - m->sharedBinLabelsInFile.push_back("Otu0751"); - m->sharedBinLabelsInFile.push_back("Otu0752"); - m->sharedBinLabelsInFile.push_back("Otu0753"); - m->sharedBinLabelsInFile.push_back("Otu0754"); - m->sharedBinLabelsInFile.push_back("Otu0755"); - m->sharedBinLabelsInFile.push_back("Otu0756"); - m->sharedBinLabelsInFile.push_back("Otu0757"); - m->sharedBinLabelsInFile.push_back("Otu0758"); - m->sharedBinLabelsInFile.push_back("Otu0759"); - m->sharedBinLabelsInFile.push_back("Otu0760"); - m->sharedBinLabelsInFile.push_back("Otu0761"); - m->sharedBinLabelsInFile.push_back("Otu0762"); - m->sharedBinLabelsInFile.push_back("Otu0763"); - m->sharedBinLabelsInFile.push_back("Otu0764"); - m->sharedBinLabelsInFile.push_back("Otu0765"); - m->sharedBinLabelsInFile.push_back("Otu0766"); - m->sharedBinLabelsInFile.push_back("Otu0767"); - m->sharedBinLabelsInFile.push_back("Otu0768"); - m->sharedBinLabelsInFile.push_back("Otu0769"); - m->sharedBinLabelsInFile.push_back("Otu0770"); - m->sharedBinLabelsInFile.push_back("Otu0771"); - m->sharedBinLabelsInFile.push_back("Otu0772"); - m->sharedBinLabelsInFile.push_back("Otu0773"); - m->sharedBinLabelsInFile.push_back("Otu0774"); - m->sharedBinLabelsInFile.push_back("Otu0775"); - m->sharedBinLabelsInFile.push_back("Otu0776"); - m->sharedBinLabelsInFile.push_back("Otu0777"); - m->sharedBinLabelsInFile.push_back("Otu0778"); - m->sharedBinLabelsInFile.push_back("Otu0779"); - m->sharedBinLabelsInFile.push_back("Otu0780"); - m->sharedBinLabelsInFile.push_back("Otu0781"); - m->sharedBinLabelsInFile.push_back("Otu0782"); - m->sharedBinLabelsInFile.push_back("Otu0783"); - m->sharedBinLabelsInFile.push_back("Otu0784"); - m->sharedBinLabelsInFile.push_back("Otu0785"); - m->sharedBinLabelsInFile.push_back("Otu0786"); - m->sharedBinLabelsInFile.push_back("Otu0787"); - m->sharedBinLabelsInFile.push_back("Otu0788"); - m->sharedBinLabelsInFile.push_back("Otu0789"); - m->sharedBinLabelsInFile.push_back("Otu0790"); - m->sharedBinLabelsInFile.push_back("Otu0791"); - m->sharedBinLabelsInFile.push_back("Otu0792"); - m->sharedBinLabelsInFile.push_back("Otu0793"); - m->sharedBinLabelsInFile.push_back("Otu0794"); - m->sharedBinLabelsInFile.push_back("Otu0795"); - m->sharedBinLabelsInFile.push_back("Otu0796"); - m->sharedBinLabelsInFile.push_back("Otu0797"); - m->sharedBinLabelsInFile.push_back("Otu0798"); - m->sharedBinLabelsInFile.push_back("Otu0799"); - m->sharedBinLabelsInFile.push_back("Otu0800"); - m->sharedBinLabelsInFile.push_back("Otu0801"); - m->sharedBinLabelsInFile.push_back("Otu0802"); - m->sharedBinLabelsInFile.push_back("Otu0803"); - m->sharedBinLabelsInFile.push_back("Otu0804"); - m->sharedBinLabelsInFile.push_back("Otu0805"); - m->sharedBinLabelsInFile.push_back("Otu0806"); - m->sharedBinLabelsInFile.push_back("Otu0807"); - m->sharedBinLabelsInFile.push_back("Otu0808"); - m->sharedBinLabelsInFile.push_back("Otu0809"); - m->sharedBinLabelsInFile.push_back("Otu0810"); - m->sharedBinLabelsInFile.push_back("Otu0811"); - m->sharedBinLabelsInFile.push_back("Otu0812"); - m->sharedBinLabelsInFile.push_back("Otu0813"); - m->sharedBinLabelsInFile.push_back("Otu0814"); - m->sharedBinLabelsInFile.push_back("Otu0815"); - m->sharedBinLabelsInFile.push_back("Otu0816"); - m->sharedBinLabelsInFile.push_back("Otu0817"); - m->sharedBinLabelsInFile.push_back("Otu0818"); - m->sharedBinLabelsInFile.push_back("Otu0819"); - m->sharedBinLabelsInFile.push_back("Otu0820"); - m->sharedBinLabelsInFile.push_back("Otu0821"); - m->sharedBinLabelsInFile.push_back("Otu0822"); - m->sharedBinLabelsInFile.push_back("Otu0823"); - m->sharedBinLabelsInFile.push_back("Otu0824"); - m->sharedBinLabelsInFile.push_back("Otu0825"); - m->sharedBinLabelsInFile.push_back("Otu0826"); - m->sharedBinLabelsInFile.push_back("Otu0827"); - m->sharedBinLabelsInFile.push_back("Otu0828"); - m->sharedBinLabelsInFile.push_back("Otu0829"); - m->sharedBinLabelsInFile.push_back("Otu0830"); - m->sharedBinLabelsInFile.push_back("Otu0831"); - m->sharedBinLabelsInFile.push_back("Otu0832"); - m->sharedBinLabelsInFile.push_back("Otu0833"); - m->sharedBinLabelsInFile.push_back("Otu0834"); - m->sharedBinLabelsInFile.push_back("Otu0835"); - m->sharedBinLabelsInFile.push_back("Otu0836"); - m->sharedBinLabelsInFile.push_back("Otu0837"); - m->sharedBinLabelsInFile.push_back("Otu0838"); - m->sharedBinLabelsInFile.push_back("Otu0839"); - m->sharedBinLabelsInFile.push_back("Otu0840"); - m->sharedBinLabelsInFile.push_back("Otu0841"); - m->sharedBinLabelsInFile.push_back("Otu0842"); - m->sharedBinLabelsInFile.push_back("Otu0843"); - m->sharedBinLabelsInFile.push_back("Otu0844"); - m->sharedBinLabelsInFile.push_back("Otu0845"); - m->sharedBinLabelsInFile.push_back("Otu0846"); - m->sharedBinLabelsInFile.push_back("Otu0847"); - m->sharedBinLabelsInFile.push_back("Otu0848"); - m->sharedBinLabelsInFile.push_back("Otu0849"); - m->sharedBinLabelsInFile.push_back("Otu0850"); - m->sharedBinLabelsInFile.push_back("Otu0851"); - m->sharedBinLabelsInFile.push_back("Otu0852"); - m->sharedBinLabelsInFile.push_back("Otu0853"); - m->sharedBinLabelsInFile.push_back("Otu0854"); - m->sharedBinLabelsInFile.push_back("Otu0855"); - m->sharedBinLabelsInFile.push_back("Otu0856"); - m->sharedBinLabelsInFile.push_back("Otu0857"); - m->sharedBinLabelsInFile.push_back("Otu0858"); - m->sharedBinLabelsInFile.push_back("Otu0859"); - m->sharedBinLabelsInFile.push_back("Otu0860"); - m->sharedBinLabelsInFile.push_back("Otu0861"); - m->sharedBinLabelsInFile.push_back("Otu0862"); - m->sharedBinLabelsInFile.push_back("Otu0863"); - m->sharedBinLabelsInFile.push_back("Otu0864"); - m->sharedBinLabelsInFile.push_back("Otu0865"); - m->sharedBinLabelsInFile.push_back("Otu0866"); - m->sharedBinLabelsInFile.push_back("Otu0867"); - m->sharedBinLabelsInFile.push_back("Otu0868"); - m->sharedBinLabelsInFile.push_back("Otu0869"); - m->sharedBinLabelsInFile.push_back("Otu0870"); - m->sharedBinLabelsInFile.push_back("Otu0871"); - m->sharedBinLabelsInFile.push_back("Otu0872"); - m->sharedBinLabelsInFile.push_back("Otu0873"); - m->sharedBinLabelsInFile.push_back("Otu0874"); - m->sharedBinLabelsInFile.push_back("Otu0875"); - m->sharedBinLabelsInFile.push_back("Otu0876"); - m->sharedBinLabelsInFile.push_back("Otu0877"); - m->sharedBinLabelsInFile.push_back("Otu0878"); - m->sharedBinLabelsInFile.push_back("Otu0879"); - m->sharedBinLabelsInFile.push_back("Otu0880"); - m->sharedBinLabelsInFile.push_back("Otu0881"); - m->sharedBinLabelsInFile.push_back("Otu0882"); - m->sharedBinLabelsInFile.push_back("Otu0883"); - m->sharedBinLabelsInFile.push_back("Otu0884"); - m->sharedBinLabelsInFile.push_back("Otu0885"); - m->sharedBinLabelsInFile.push_back("Otu0886"); - m->sharedBinLabelsInFile.push_back("Otu0887"); - m->sharedBinLabelsInFile.push_back("Otu0888"); - m->sharedBinLabelsInFile.push_back("Otu0889"); - m->sharedBinLabelsInFile.push_back("Otu0890"); - m->sharedBinLabelsInFile.push_back("Otu0891"); - m->sharedBinLabelsInFile.push_back("Otu0892"); - m->sharedBinLabelsInFile.push_back("Otu0893"); - m->sharedBinLabelsInFile.push_back("Otu0894"); - m->sharedBinLabelsInFile.push_back("Otu0895"); - m->sharedBinLabelsInFile.push_back("Otu0896"); - m->sharedBinLabelsInFile.push_back("Otu0897"); - m->sharedBinLabelsInFile.push_back("Otu0898"); - m->sharedBinLabelsInFile.push_back("Otu0899"); - m->sharedBinLabelsInFile.push_back("Otu0900"); - m->sharedBinLabelsInFile.push_back("Otu0901"); - m->sharedBinLabelsInFile.push_back("Otu0902"); - m->sharedBinLabelsInFile.push_back("Otu0903"); - m->sharedBinLabelsInFile.push_back("Otu0904"); - m->sharedBinLabelsInFile.push_back("Otu0905"); - m->sharedBinLabelsInFile.push_back("Otu0906"); - m->sharedBinLabelsInFile.push_back("Otu0907"); - m->sharedBinLabelsInFile.push_back("Otu0908"); - m->sharedBinLabelsInFile.push_back("Otu0909"); - m->sharedBinLabelsInFile.push_back("Otu0910"); - m->sharedBinLabelsInFile.push_back("Otu0911"); - m->sharedBinLabelsInFile.push_back("Otu0912"); - m->sharedBinLabelsInFile.push_back("Otu0913"); - m->sharedBinLabelsInFile.push_back("Otu0914"); - m->sharedBinLabelsInFile.push_back("Otu0915"); - m->sharedBinLabelsInFile.push_back("Otu0916"); - m->sharedBinLabelsInFile.push_back("Otu0917"); - m->sharedBinLabelsInFile.push_back("Otu0918"); - m->sharedBinLabelsInFile.push_back("Otu0919"); - m->sharedBinLabelsInFile.push_back("Otu0920"); - m->sharedBinLabelsInFile.push_back("Otu0921"); - m->sharedBinLabelsInFile.push_back("Otu0922"); - m->sharedBinLabelsInFile.push_back("Otu0923"); - m->sharedBinLabelsInFile.push_back("Otu0924"); - m->sharedBinLabelsInFile.push_back("Otu0925"); - m->sharedBinLabelsInFile.push_back("Otu0926"); - m->sharedBinLabelsInFile.push_back("Otu0927"); - m->sharedBinLabelsInFile.push_back("Otu0928"); - m->sharedBinLabelsInFile.push_back("Otu0929"); - m->sharedBinLabelsInFile.push_back("Otu0930"); - m->sharedBinLabelsInFile.push_back("Otu0931"); - m->sharedBinLabelsInFile.push_back("Otu0932"); - m->sharedBinLabelsInFile.push_back("Otu0933"); - m->sharedBinLabelsInFile.push_back("Otu0934"); - m->sharedBinLabelsInFile.push_back("Otu0935"); - m->sharedBinLabelsInFile.push_back("Otu0936"); - m->sharedBinLabelsInFile.push_back("Otu0937"); - m->sharedBinLabelsInFile.push_back("Otu0938"); - m->sharedBinLabelsInFile.push_back("Otu0939"); - m->sharedBinLabelsInFile.push_back("Otu0940"); - m->sharedBinLabelsInFile.push_back("Otu0941"); - m->sharedBinLabelsInFile.push_back("Otu0942"); - m->sharedBinLabelsInFile.push_back("Otu0943"); - m->sharedBinLabelsInFile.push_back("Otu0944"); - m->sharedBinLabelsInFile.push_back("Otu0945"); - m->sharedBinLabelsInFile.push_back("Otu0946"); - m->sharedBinLabelsInFile.push_back("Otu0947"); - m->sharedBinLabelsInFile.push_back("Otu0948"); - m->sharedBinLabelsInFile.push_back("Otu0949"); - m->sharedBinLabelsInFile.push_back("Otu0950"); - m->sharedBinLabelsInFile.push_back("Otu0951"); - m->sharedBinLabelsInFile.push_back("Otu0952"); - m->sharedBinLabelsInFile.push_back("Otu0953"); - m->sharedBinLabelsInFile.push_back("Otu0954"); - m->sharedBinLabelsInFile.push_back("Otu0955"); - m->sharedBinLabelsInFile.push_back("Otu0956"); - m->sharedBinLabelsInFile.push_back("Otu0957"); - m->sharedBinLabelsInFile.push_back("Otu0958"); - m->sharedBinLabelsInFile.push_back("Otu0959"); - m->sharedBinLabelsInFile.push_back("Otu0960"); - m->sharedBinLabelsInFile.push_back("Otu0961"); - m->sharedBinLabelsInFile.push_back("Otu0962"); - m->sharedBinLabelsInFile.push_back("Otu0963"); - m->sharedBinLabelsInFile.push_back("Otu0964"); - m->sharedBinLabelsInFile.push_back("Otu0965"); - m->sharedBinLabelsInFile.push_back("Otu0966"); - m->sharedBinLabelsInFile.push_back("Otu0967"); - m->sharedBinLabelsInFile.push_back("Otu0968"); - m->sharedBinLabelsInFile.push_back("Otu0969"); - m->sharedBinLabelsInFile.push_back("Otu0970"); - m->sharedBinLabelsInFile.push_back("Otu0971"); - m->sharedBinLabelsInFile.push_back("Otu0972"); - m->sharedBinLabelsInFile.push_back("Otu0973"); - m->sharedBinLabelsInFile.push_back("Otu0974"); - m->sharedBinLabelsInFile.push_back("Otu0975"); - m->sharedBinLabelsInFile.push_back("Otu0976"); - m->sharedBinLabelsInFile.push_back("Otu0977"); - m->sharedBinLabelsInFile.push_back("Otu0978"); - m->sharedBinLabelsInFile.push_back("Otu0979"); - m->sharedBinLabelsInFile.push_back("Otu0980"); - m->sharedBinLabelsInFile.push_back("Otu0981"); - m->sharedBinLabelsInFile.push_back("Otu0982"); - m->sharedBinLabelsInFile.push_back("Otu0983"); - m->sharedBinLabelsInFile.push_back("Otu0984"); - m->sharedBinLabelsInFile.push_back("Otu0985"); - m->sharedBinLabelsInFile.push_back("Otu0986"); - m->sharedBinLabelsInFile.push_back("Otu0987"); - m->sharedBinLabelsInFile.push_back("Otu0988"); - m->sharedBinLabelsInFile.push_back("Otu0989"); - m->sharedBinLabelsInFile.push_back("Otu0990"); - m->sharedBinLabelsInFile.push_back("Otu0991"); - m->sharedBinLabelsInFile.push_back("Otu0992"); - m->sharedBinLabelsInFile.push_back("Otu0993"); - m->sharedBinLabelsInFile.push_back("Otu0994"); - m->sharedBinLabelsInFile.push_back("Otu0995"); - m->sharedBinLabelsInFile.push_back("Otu0996"); - m->sharedBinLabelsInFile.push_back("Otu0997"); - m->sharedBinLabelsInFile.push_back("Otu0998"); - m->sharedBinLabelsInFile.push_back("Otu0999"); - m->sharedBinLabelsInFile.push_back("Otu1000"); - m->sharedBinLabelsInFile.push_back("Otu1001"); - m->sharedBinLabelsInFile.push_back("Otu1002"); - m->sharedBinLabelsInFile.push_back("Otu1003"); - m->sharedBinLabelsInFile.push_back("Otu1004"); - m->sharedBinLabelsInFile.push_back("Otu1005"); - m->sharedBinLabelsInFile.push_back("Otu1006"); - m->sharedBinLabelsInFile.push_back("Otu1007"); - m->sharedBinLabelsInFile.push_back("Otu1008"); - m->sharedBinLabelsInFile.push_back("Otu1009"); - m->sharedBinLabelsInFile.push_back("Otu1010"); - m->sharedBinLabelsInFile.push_back("Otu1011"); - m->sharedBinLabelsInFile.push_back("Otu1012"); - m->sharedBinLabelsInFile.push_back("Otu1013"); - m->sharedBinLabelsInFile.push_back("Otu1014"); - m->sharedBinLabelsInFile.push_back("Otu1015"); - m->sharedBinLabelsInFile.push_back("Otu1016"); - m->sharedBinLabelsInFile.push_back("Otu1017"); - m->sharedBinLabelsInFile.push_back("Otu1018"); - m->sharedBinLabelsInFile.push_back("Otu1019"); - m->sharedBinLabelsInFile.push_back("Otu1020"); - m->sharedBinLabelsInFile.push_back("Otu1021"); - m->sharedBinLabelsInFile.push_back("Otu1022"); - m->sharedBinLabelsInFile.push_back("Otu1023"); - m->sharedBinLabelsInFile.push_back("Otu1024"); - m->sharedBinLabelsInFile.push_back("Otu1025"); - m->sharedBinLabelsInFile.push_back("Otu1026"); - m->sharedBinLabelsInFile.push_back("Otu1027"); - m->sharedBinLabelsInFile.push_back("Otu1028"); - m->sharedBinLabelsInFile.push_back("Otu1029"); - m->sharedBinLabelsInFile.push_back("Otu1030"); - m->sharedBinLabelsInFile.push_back("Otu1031"); - m->sharedBinLabelsInFile.push_back("Otu1032"); - m->sharedBinLabelsInFile.push_back("Otu1033"); - m->sharedBinLabelsInFile.push_back("Otu1034"); - m->sharedBinLabelsInFile.push_back("Otu1035"); - m->sharedBinLabelsInFile.push_back("Otu1036"); - m->sharedBinLabelsInFile.push_back("Otu1037"); - m->sharedBinLabelsInFile.push_back("Otu1038"); - m->sharedBinLabelsInFile.push_back("Otu1039"); - m->sharedBinLabelsInFile.push_back("Otu1040"); - m->sharedBinLabelsInFile.push_back("Otu1041"); - m->sharedBinLabelsInFile.push_back("Otu1042"); - m->sharedBinLabelsInFile.push_back("Otu1043"); - m->sharedBinLabelsInFile.push_back("Otu1044"); - m->sharedBinLabelsInFile.push_back("Otu1045"); - m->sharedBinLabelsInFile.push_back("Otu1046"); - m->sharedBinLabelsInFile.push_back("Otu1047"); - m->sharedBinLabelsInFile.push_back("Otu1048"); - m->sharedBinLabelsInFile.push_back("Otu1049"); - m->sharedBinLabelsInFile.push_back("Otu1050"); - m->sharedBinLabelsInFile.push_back("Otu1051"); - m->sharedBinLabelsInFile.push_back("Otu1052"); - m->sharedBinLabelsInFile.push_back("Otu1053"); - m->sharedBinLabelsInFile.push_back("Otu1054"); - m->sharedBinLabelsInFile.push_back("Otu1055"); - m->sharedBinLabelsInFile.push_back("Otu1056"); - m->sharedBinLabelsInFile.push_back("Otu1057"); - m->sharedBinLabelsInFile.push_back("Otu1058"); - m->sharedBinLabelsInFile.push_back("Otu1059"); - m->sharedBinLabelsInFile.push_back("Otu1060"); - m->sharedBinLabelsInFile.push_back("Otu1061"); - m->sharedBinLabelsInFile.push_back("Otu1062"); - m->sharedBinLabelsInFile.push_back("Otu1063"); - m->sharedBinLabelsInFile.push_back("Otu1064"); - m->sharedBinLabelsInFile.push_back("Otu1065"); - m->sharedBinLabelsInFile.push_back("Otu1066"); - m->sharedBinLabelsInFile.push_back("Otu1067"); - m->sharedBinLabelsInFile.push_back("Otu1068"); - m->sharedBinLabelsInFile.push_back("Otu1069"); - m->sharedBinLabelsInFile.push_back("Otu1070"); - m->sharedBinLabelsInFile.push_back("Otu1071"); - m->sharedBinLabelsInFile.push_back("Otu1072"); - m->sharedBinLabelsInFile.push_back("Otu1073"); - m->sharedBinLabelsInFile.push_back("Otu1074"); - m->sharedBinLabelsInFile.push_back("Otu1075"); - m->sharedBinLabelsInFile.push_back("Otu1076"); - string label = "0.03"; - groups.push_back("F003D000"); - string groupN = groups[groups.size()-1]; - m->currentSharedBinLabels = m->sharedBinLabelsInFile; - SharedRAbundVector* temp = new SharedRAbundVector(); - lookup.push_back(temp); - lookup[0]->setLabel(label) -; lookup[0]->setGroup(groupN); - lookup[0]->push_back(412, groupN); - lookup[0]->push_back(400, groupN); - lookup[0]->push_back(259, groupN); - lookup[0]->push_back(417, groupN); - lookup[0]->push_back(167, groupN); - lookup[0]->push_back(186, groupN); - lookup[0]->push_back(203, groupN); - lookup[0]->push_back(257, groupN); - lookup[0]->push_back(169, groupN); - lookup[0]->push_back(13, groupN); - lookup[0]->push_back(24, groupN); - lookup[0]->push_back(156, groupN); - lookup[0]->push_back(37, groupN); - lookup[0]->push_back(67, groupN); - lookup[0]->push_back(58, groupN); - lookup[0]->push_back(386, groupN); - lookup[0]->push_back(32, groupN); - lookup[0]->push_back(208, groupN); - lookup[0]->push_back(24, groupN); - lookup[0]->push_back(62, groupN); - lookup[0]->push_back(7, groupN); - lookup[0]->push_back(22, groupN); - lookup[0]->push_back(47, groupN); - lookup[0]->push_back(45, groupN); - lookup[0]->push_back(102, groupN); - lookup[0]->push_back(49, groupN); - lookup[0]->push_back(52, groupN); - lookup[0]->push_back(15, groupN); - lookup[0]->push_back(49, groupN); - lookup[0]->push_back(30, groupN); - lookup[0]->push_back(49, groupN); - lookup[0]->push_back(28, groupN); - lookup[0]->push_back(36, groupN); - lookup[0]->push_back(35, groupN); - lookup[0]->push_back(14, groupN); - lookup[0]->push_back(16, groupN); - lookup[0]->push_back(14, groupN); - lookup[0]->push_back(6, groupN); - lookup[0]->push_back(8, groupN); - lookup[0]->push_back(38, groupN); - lookup[0]->push_back(63, groupN); - lookup[0]->push_back(10, groupN); - lookup[0]->push_back(8, groupN); - lookup[0]->push_back(3, groupN); - lookup[0]->push_back(31, groupN); - lookup[0]->push_back(13, groupN); - lookup[0]->push_back(27, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(12, groupN); - lookup[0]->push_back(88, groupN); - lookup[0]->push_back(13, groupN); - lookup[0]->push_back(12, groupN); - lookup[0]->push_back(7, groupN); - lookup[0]->push_back(57, groupN); - lookup[0]->push_back(11, groupN); - lookup[0]->push_back(27, groupN); - lookup[0]->push_back(11, groupN); - lookup[0]->push_back(5, groupN); - lookup[0]->push_back(11, groupN); - lookup[0]->push_back(9, groupN); - lookup[0]->push_back(12, groupN); - lookup[0]->push_back(25, groupN); - lookup[0]->push_back(56, groupN); - lookup[0]->push_back(13, groupN); - lookup[0]->push_back(26, groupN); - lookup[0]->push_back(24, groupN); - lookup[0]->push_back(13, groupN); - lookup[0]->push_back(4, groupN); - lookup[0]->push_back(5, groupN); - lookup[0]->push_back(5, groupN); - lookup[0]->push_back(18, groupN); - lookup[0]->push_back(3, groupN); - lookup[0]->push_back(6, groupN); - lookup[0]->push_back(20, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(35, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(15, groupN); - lookup[0]->push_back(7, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(8, groupN); - lookup[0]->push_back(4, groupN); - lookup[0]->push_back(4, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(5, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(16, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(5, groupN); - lookup[0]->push_back(12, groupN); - lookup[0]->push_back(17, groupN); - lookup[0]->push_back(9, groupN); - lookup[0]->push_back(9, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(10, groupN); - lookup[0]->push_back(3, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(3, groupN); - lookup[0]->push_back(3, groupN); - lookup[0]->push_back(4, groupN); - lookup[0]->push_back(12, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(5, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(3, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(4, groupN); - lookup[0]->push_back(10, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(6, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(3, groupN); - lookup[0]->push_back(4, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(8, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(7, groupN); - lookup[0]->push_back(4, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(4, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(5, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(3, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(3, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(3, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(3, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(3, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(3, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(3, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(3, groupN); - lookup[0]->push_back(3, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(3, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(3, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(3, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(2, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(1, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - lookup[0]->push_back(0, groupN); - groups.push_back("F003D002"); - groupN = groups[groups.size()-1]; - temp = new SharedRAbundVector(); - lookup.push_back(temp); - lookup[1]->setLabel(label) -; lookup[1]->setGroup(groupN); - lookup[1]->push_back(998, groupN); - lookup[1]->push_back(182, groupN); - lookup[1]->push_back(487, groupN); - lookup[1]->push_back(344, groupN); - lookup[1]->push_back(88, groupN); - lookup[1]->push_back(275, groupN); - lookup[1]->push_back(396, groupN); - lookup[1]->push_back(16, groupN); - lookup[1]->push_back(68, groupN); - lookup[1]->push_back(17, groupN); - lookup[1]->push_back(88, groupN); - lookup[1]->push_back(47, groupN); - lookup[1]->push_back(64, groupN); - lookup[1]->push_back(34, groupN); - lookup[1]->push_back(8, groupN); - lookup[1]->push_back(68, groupN); - lookup[1]->push_back(39, groupN); - lookup[1]->push_back(43, groupN); - lookup[1]->push_back(8, groupN); - lookup[1]->push_back(45, groupN); - lookup[1]->push_back(12, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(32, groupN); - lookup[1]->push_back(98, groupN); - lookup[1]->push_back(181, groupN); - lookup[1]->push_back(43, groupN); - lookup[1]->push_back(10, groupN); - lookup[1]->push_back(104, groupN); - lookup[1]->push_back(13, groupN); - lookup[1]->push_back(15, groupN); - lookup[1]->push_back(27, groupN); - lookup[1]->push_back(29, groupN); - lookup[1]->push_back(53, groupN); - lookup[1]->push_back(4, groupN); - lookup[1]->push_back(35, groupN); - lookup[1]->push_back(7, groupN); - lookup[1]->push_back(15, groupN); - lookup[1]->push_back(9, groupN); - lookup[1]->push_back(16, groupN); - lookup[1]->push_back(25, groupN); - lookup[1]->push_back(14, groupN); - lookup[1]->push_back(4, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(25, groupN); - lookup[1]->push_back(23, groupN); - lookup[1]->push_back(6, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(22, groupN); - lookup[1]->push_back(7, groupN); - lookup[1]->push_back(15, groupN); - lookup[1]->push_back(11, groupN); - lookup[1]->push_back(29, groupN); - lookup[1]->push_back(13, groupN); - lookup[1]->push_back(20, groupN); - lookup[1]->push_back(18, groupN); - lookup[1]->push_back(14, groupN); - lookup[1]->push_back(7, groupN); - lookup[1]->push_back(22, groupN); - lookup[1]->push_back(12, groupN); - lookup[1]->push_back(15, groupN); - lookup[1]->push_back(16, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(7, groupN); - lookup[1]->push_back(26, groupN); - lookup[1]->push_back(5, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(3, groupN); - lookup[1]->push_back(15, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(5, groupN); - lookup[1]->push_back(7, groupN); - lookup[1]->push_back(6, groupN); - lookup[1]->push_back(6, groupN); - lookup[1]->push_back(8, groupN); - lookup[1]->push_back(6, groupN); - lookup[1]->push_back(3, groupN); - lookup[1]->push_back(3, groupN); - lookup[1]->push_back(16, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(5, groupN); - lookup[1]->push_back(3, groupN); - lookup[1]->push_back(14, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(8, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(10, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(6, groupN); - lookup[1]->push_back(3, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(3, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(5, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(3, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(4, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(6, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(5, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(5, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(3, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(4, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(3, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(4, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(3, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(3, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(2, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(1, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - lookup[1]->push_back(0, groupN); - groups.push_back("F003D004"); - groupN = groups[groups.size()-1]; - temp = new SharedRAbundVector(); - lookup.push_back(temp); - lookup[2]->setLabel(label) -; lookup[2]->setGroup(groupN); - lookup[2]->push_back(935, groupN); - lookup[2]->push_back(411, groupN); - lookup[2]->push_back(560, groupN); - lookup[2]->push_back(448, groupN); - lookup[2]->push_back(240, groupN); - lookup[2]->push_back(381, groupN); - lookup[2]->push_back(223, groupN); - lookup[2]->push_back(9, groupN); - lookup[2]->push_back(67, groupN); - lookup[2]->push_back(43, groupN); - lookup[2]->push_back(175, groupN); - lookup[2]->push_back(40, groupN); - lookup[2]->push_back(26, groupN); - lookup[2]->push_back(71, groupN); - lookup[2]->push_back(21, groupN); - lookup[2]->push_back(42, groupN); - lookup[2]->push_back(79, groupN); - lookup[2]->push_back(15, groupN); - lookup[2]->push_back(37, groupN); - lookup[2]->push_back(52, groupN); - lookup[2]->push_back(44, groupN); - lookup[2]->push_back(40, groupN); - lookup[2]->push_back(11, groupN); - lookup[2]->push_back(12, groupN); - lookup[2]->push_back(20, groupN); - lookup[2]->push_back(22, groupN); - lookup[2]->push_back(12, groupN); - lookup[2]->push_back(34, groupN); - lookup[2]->push_back(15, groupN); - lookup[2]->push_back(6, groupN); - lookup[2]->push_back(17, groupN); - lookup[2]->push_back(14, groupN); - lookup[2]->push_back(6, groupN); - lookup[2]->push_back(13, groupN); - lookup[2]->push_back(19, groupN); - lookup[2]->push_back(11, groupN); - lookup[2]->push_back(14, groupN); - lookup[2]->push_back(24, groupN); - lookup[2]->push_back(29, groupN); - lookup[2]->push_back(5, groupN); - lookup[2]->push_back(3, groupN); - lookup[2]->push_back(19, groupN); - lookup[2]->push_back(6, groupN); - lookup[2]->push_back(3, groupN); - lookup[2]->push_back(9, groupN); - lookup[2]->push_back(2, groupN); - lookup[2]->push_back(3, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(8, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(2, groupN); - lookup[2]->push_back(12, groupN); - lookup[2]->push_back(2, groupN); - lookup[2]->push_back(2, groupN); - lookup[2]->push_back(7, groupN); - lookup[2]->push_back(2, groupN); - lookup[2]->push_back(5, groupN); - lookup[2]->push_back(9, groupN); - lookup[2]->push_back(6, groupN); - lookup[2]->push_back(9, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(2, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(5, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(3, groupN); - lookup[2]->push_back(2, groupN); - lookup[2]->push_back(8, groupN); - lookup[2]->push_back(2, groupN); - lookup[2]->push_back(4, groupN); - lookup[2]->push_back(4, groupN); - lookup[2]->push_back(11, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(3, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(8, groupN); - lookup[2]->push_back(5, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(4, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(2, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(5, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(2, groupN); - lookup[2]->push_back(2, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(4, groupN); - lookup[2]->push_back(3, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(3, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(2, groupN); - lookup[2]->push_back(2, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(2, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(3, groupN); - lookup[2]->push_back(6, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(2, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(2, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(2, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(2, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(2, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(2, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(2, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(4, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(3, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(2, groupN); - lookup[2]->push_back(3, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(2, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(1, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - lookup[2]->push_back(0, groupN); - groups.push_back("F003D006"); - groupN = groups[groups.size()-1]; - temp = new SharedRAbundVector(); - lookup.push_back(temp); - lookup[3]->setLabel(label) -; lookup[3]->setGroup(groupN); - lookup[3]->push_back(955, groupN); - lookup[3]->push_back(440, groupN); - lookup[3]->push_back(670, groupN); - lookup[3]->push_back(670, groupN); - lookup[3]->push_back(355, groupN); - lookup[3]->push_back(371, groupN); - lookup[3]->push_back(156, groupN); - lookup[3]->push_back(5, groupN); - lookup[3]->push_back(76, groupN); - lookup[3]->push_back(24, groupN); - lookup[3]->push_back(144, groupN); - lookup[3]->push_back(81, groupN); - lookup[3]->push_back(350, groupN); - lookup[3]->push_back(95, groupN); - lookup[3]->push_back(18, groupN); - lookup[3]->push_back(48, groupN); - lookup[3]->push_back(91, groupN); - lookup[3]->push_back(39, groupN); - lookup[3]->push_back(74, groupN); - lookup[3]->push_back(18, groupN); - lookup[3]->push_back(38, groupN); - lookup[3]->push_back(32, groupN); - lookup[3]->push_back(3, groupN); - lookup[3]->push_back(28, groupN); - lookup[3]->push_back(31, groupN); - lookup[3]->push_back(22, groupN); - lookup[3]->push_back(44, groupN); - lookup[3]->push_back(38, groupN); - lookup[3]->push_back(8, groupN); - lookup[3]->push_back(35, groupN); - lookup[3]->push_back(27, groupN); - lookup[3]->push_back(22, groupN); - lookup[3]->push_back(30, groupN); - lookup[3]->push_back(31, groupN); - lookup[3]->push_back(36, groupN); - lookup[3]->push_back(18, groupN); - lookup[3]->push_back(21, groupN); - lookup[3]->push_back(22, groupN); - lookup[3]->push_back(30, groupN); - lookup[3]->push_back(19, groupN); - lookup[3]->push_back(8, groupN); - lookup[3]->push_back(22, groupN); - lookup[3]->push_back(6, groupN); - lookup[3]->push_back(7, groupN); - lookup[3]->push_back(28, groupN); - lookup[3]->push_back(9, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(12, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(6, groupN); - lookup[3]->push_back(16, groupN); - lookup[3]->push_back(6, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(21, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(23, groupN); - lookup[3]->push_back(16, groupN); - lookup[3]->push_back(20, groupN); - lookup[3]->push_back(11, groupN); - lookup[3]->push_back(13, groupN); - lookup[3]->push_back(12, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(8, groupN); - lookup[3]->push_back(13, groupN); - lookup[3]->push_back(3, groupN); - lookup[3]->push_back(9, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(4, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(5, groupN); - lookup[3]->push_back(8, groupN); - lookup[3]->push_back(3, groupN); - lookup[3]->push_back(6, groupN); - lookup[3]->push_back(5, groupN); - lookup[3]->push_back(7, groupN); - lookup[3]->push_back(7, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(3, groupN); - lookup[3]->push_back(10, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(7, groupN); - lookup[3]->push_back(8, groupN); - lookup[3]->push_back(4, groupN); - lookup[3]->push_back(4, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(5, groupN); - lookup[3]->push_back(5, groupN); - lookup[3]->push_back(3, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(9, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(3, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(6, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(3, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(5, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(3, groupN); - lookup[3]->push_back(6, groupN); - lookup[3]->push_back(5, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(4, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(3, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(3, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(3, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(3, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(3, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(2, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(1, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - lookup[3]->push_back(0, groupN); - groups.push_back("F003D008"); - groupN = groups[groups.size()-1]; - temp = new SharedRAbundVector(); - lookup.push_back(temp); - lookup[4]->setLabel(label) -; lookup[4]->setGroup(groupN); - lookup[4]->push_back(346, groupN); - lookup[4]->push_back(307, groupN); - lookup[4]->push_back(412, groupN); - lookup[4]->push_back(527, groupN); - lookup[4]->push_back(779, groupN); - lookup[4]->push_back(336, groupN); - lookup[4]->push_back(313, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(26, groupN); - lookup[4]->push_back(20, groupN); - lookup[4]->push_back(107, groupN); - lookup[4]->push_back(60, groupN); - lookup[4]->push_back(201, groupN); - lookup[4]->push_back(74, groupN); - lookup[4]->push_back(5, groupN); - lookup[4]->push_back(41, groupN); - lookup[4]->push_back(53, groupN); - lookup[4]->push_back(85, groupN); - lookup[4]->push_back(44, groupN); - lookup[4]->push_back(22, groupN); - lookup[4]->push_back(16, groupN); - lookup[4]->push_back(116, groupN); - lookup[4]->push_back(3, groupN); - lookup[4]->push_back(31, groupN); - lookup[4]->push_back(35, groupN); - lookup[4]->push_back(14, groupN); - lookup[4]->push_back(32, groupN); - lookup[4]->push_back(30, groupN); - lookup[4]->push_back(13, groupN); - lookup[4]->push_back(17, groupN); - lookup[4]->push_back(38, groupN); - lookup[4]->push_back(19, groupN); - lookup[4]->push_back(27, groupN); - lookup[4]->push_back(40, groupN); - lookup[4]->push_back(15, groupN); - lookup[4]->push_back(26, groupN); - lookup[4]->push_back(3, groupN); - lookup[4]->push_back(21, groupN); - lookup[4]->push_back(14, groupN); - lookup[4]->push_back(42, groupN); - lookup[4]->push_back(12, groupN); - lookup[4]->push_back(5, groupN); - lookup[4]->push_back(16, groupN); - lookup[4]->push_back(41, groupN); - lookup[4]->push_back(17, groupN); - lookup[4]->push_back(57, groupN); - lookup[4]->push_back(12, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(12, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(21, groupN); - lookup[4]->push_back(10, groupN); - lookup[4]->push_back(5, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(14, groupN); - lookup[4]->push_back(7, groupN); - lookup[4]->push_back(15, groupN); - lookup[4]->push_back(40, groupN); - lookup[4]->push_back(17, groupN); - lookup[4]->push_back(5, groupN); - lookup[4]->push_back(16, groupN); - lookup[4]->push_back(14, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(4, groupN); - lookup[4]->push_back(10, groupN); - lookup[4]->push_back(7, groupN); - lookup[4]->push_back(10, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(3, groupN); - lookup[4]->push_back(4, groupN); - lookup[4]->push_back(15, groupN); - lookup[4]->push_back(10, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(11, groupN); - lookup[4]->push_back(5, groupN); - lookup[4]->push_back(9, groupN); - lookup[4]->push_back(6, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(5, groupN); - lookup[4]->push_back(3, groupN); - lookup[4]->push_back(5, groupN); - lookup[4]->push_back(2, groupN); - lookup[4]->push_back(8, groupN); - lookup[4]->push_back(8, groupN); - lookup[4]->push_back(8, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(21, groupN); - lookup[4]->push_back(9, groupN); - lookup[4]->push_back(4, groupN); - lookup[4]->push_back(8, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(6, groupN); - lookup[4]->push_back(6, groupN); - lookup[4]->push_back(2, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(4, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(2, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(4, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(2, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(6, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(2, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(5, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(2, groupN); - lookup[4]->push_back(3, groupN); - lookup[4]->push_back(3, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(2, groupN); - lookup[4]->push_back(4, groupN); - lookup[4]->push_back(2, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(2, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(5, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(2, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(3, groupN); - lookup[4]->push_back(2, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(2, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(3, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(3, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(2, groupN); - lookup[4]->push_back(3, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(2, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(4, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(2, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(2, groupN); - lookup[4]->push_back(2, groupN); - lookup[4]->push_back(2, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(3, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(3, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(2, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(3, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(2, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(3, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(2, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(2, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(2, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(2, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(2, groupN); - lookup[4]->push_back(2, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(1, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - lookup[4]->push_back(0, groupN); - groups.push_back("F003D142"); - groupN = groups[groups.size()-1]; - temp = new SharedRAbundVector(); - lookup.push_back(temp); - lookup[5]->setLabel(label) -; lookup[5]->setGroup(groupN); - lookup[5]->push_back(707, groupN); - lookup[5]->push_back(813, groupN); - lookup[5]->push_back(783, groupN); - lookup[5]->push_back(437, groupN); - lookup[5]->push_back(455, groupN); - lookup[5]->push_back(234, groupN); - lookup[5]->push_back(130, groupN); - lookup[5]->push_back(327, groupN); - lookup[5]->push_back(274, groupN); - lookup[5]->push_back(66, groupN); - lookup[5]->push_back(136, groupN); - lookup[5]->push_back(124, groupN); - lookup[5]->push_back(201, groupN); - lookup[5]->push_back(114, groupN); - lookup[5]->push_back(116, groupN); - lookup[5]->push_back(15, groupN); - lookup[5]->push_back(64, groupN); - lookup[5]->push_back(9, groupN); - lookup[5]->push_back(62, groupN); - lookup[5]->push_back(37, groupN); - lookup[5]->push_back(57, groupN); - lookup[5]->push_back(12, groupN); - lookup[5]->push_back(45, groupN); - lookup[5]->push_back(24, groupN); - lookup[5]->push_back(4, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(23, groupN); - lookup[5]->push_back(5, groupN); - lookup[5]->push_back(9, groupN); - lookup[5]->push_back(7, groupN); - lookup[5]->push_back(10, groupN); - lookup[5]->push_back(11, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(22, groupN); - lookup[5]->push_back(5, groupN); - lookup[5]->push_back(25, groupN); - lookup[5]->push_back(24, groupN); - lookup[5]->push_back(17, groupN); - lookup[5]->push_back(5, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(12, groupN); - lookup[5]->push_back(4, groupN); - lookup[5]->push_back(12, groupN); - lookup[5]->push_back(5, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(4, groupN); - lookup[5]->push_back(15, groupN); - lookup[5]->push_back(5, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(5, groupN); - lookup[5]->push_back(10, groupN); - lookup[5]->push_back(3, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(4, groupN); - lookup[5]->push_back(4, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(4, groupN); - lookup[5]->push_back(4, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(8, groupN); - lookup[5]->push_back(6, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(7, groupN); - lookup[5]->push_back(23, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(3, groupN); - lookup[5]->push_back(3, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(3, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(3, groupN); - lookup[5]->push_back(4, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(4, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(4, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(4, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(3, groupN); - lookup[5]->push_back(9, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(4, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(4, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(6, groupN); - lookup[5]->push_back(4, groupN); - lookup[5]->push_back(4, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(6, groupN); - lookup[5]->push_back(5, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(4, groupN); - lookup[5]->push_back(3, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(4, groupN); - lookup[5]->push_back(5, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(3, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(3, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(4, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(3, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(3, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(3, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(2, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(1, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - lookup[5]->push_back(0, groupN); - groups.push_back("F003D144"); - groupN = groups[groups.size()-1]; - temp = new SharedRAbundVector(); - lookup.push_back(temp); - lookup[6]->setLabel(label) -; lookup[6]->setGroup(groupN); - lookup[6]->push_back(481, groupN); - lookup[6]->push_back(599, groupN); - lookup[6]->push_back(392, groupN); - lookup[6]->push_back(379, groupN); - lookup[6]->push_back(173, groupN); - lookup[6]->push_back(214, groupN); - lookup[6]->push_back(33, groupN); - lookup[6]->push_back(314, groupN); - lookup[6]->push_back(231, groupN); - lookup[6]->push_back(417, groupN); - lookup[6]->push_back(130, groupN); - lookup[6]->push_back(196, groupN); - lookup[6]->push_back(34, groupN); - lookup[6]->push_back(95, groupN); - lookup[6]->push_back(125, groupN); - lookup[6]->push_back(14, groupN); - lookup[6]->push_back(41, groupN); - lookup[6]->push_back(9, groupN); - lookup[6]->push_back(53, groupN); - lookup[6]->push_back(41, groupN); - lookup[6]->push_back(61, groupN); - lookup[6]->push_back(43, groupN); - lookup[6]->push_back(89, groupN); - lookup[6]->push_back(6, groupN); - lookup[6]->push_back(6, groupN); - lookup[6]->push_back(4, groupN); - lookup[6]->push_back(5, groupN); - lookup[6]->push_back(25, groupN); - lookup[6]->push_back(4, groupN); - lookup[6]->push_back(2, groupN); - lookup[6]->push_back(4, groupN); - lookup[6]->push_back(9, groupN); - lookup[6]->push_back(4, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(9, groupN); - lookup[6]->push_back(4, groupN); - lookup[6]->push_back(17, groupN); - lookup[6]->push_back(20, groupN); - lookup[6]->push_back(6, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(2, groupN); - lookup[6]->push_back(10, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(18, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(7, groupN); - lookup[6]->push_back(7, groupN); - lookup[6]->push_back(4, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(2, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(5, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(3, groupN); - lookup[6]->push_back(3, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(3, groupN); - lookup[6]->push_back(4, groupN); - lookup[6]->push_back(3, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(2, groupN); - lookup[6]->push_back(4, groupN); - lookup[6]->push_back(7, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(3, groupN); - lookup[6]->push_back(7, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(2, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(2, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(3, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(2, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(2, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(3, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(2, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(3, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(6, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(2, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(2, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(2, groupN); - lookup[6]->push_back(3, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(2, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(3, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(5, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(2, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(2, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(2, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(3, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(2, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(2, groupN); - lookup[6]->push_back(3, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(2, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(4, groupN); - lookup[6]->push_back(4, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(3, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(2, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(2, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(2, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(2, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - lookup[6]->push_back(0, groupN); - lookup[6]->push_back(1, groupN); - groups.push_back("F003D146"); - groupN = groups[groups.size()-1]; - temp = new SharedRAbundVector(); - lookup.push_back(temp); - lookup[7]->setLabel(label) -; lookup[7]->setGroup(groupN); - lookup[7]->push_back(448, groupN); - lookup[7]->push_back(594, groupN); - lookup[7]->push_back(443, groupN); - lookup[7]->push_back(374, groupN); - lookup[7]->push_back(449, groupN); - lookup[7]->push_back(177, groupN); - lookup[7]->push_back(193, groupN); - lookup[7]->push_back(340, groupN); - lookup[7]->push_back(146, groupN); - lookup[7]->push_back(568, groupN); - lookup[7]->push_back(114, groupN); - lookup[7]->push_back(183, groupN); - lookup[7]->push_back(11, groupN); - lookup[7]->push_back(107, groupN); - lookup[7]->push_back(94, groupN); - lookup[7]->push_back(5, groupN); - lookup[7]->push_back(46, groupN); - lookup[7]->push_back(26, groupN); - lookup[7]->push_back(50, groupN); - lookup[7]->push_back(41, groupN); - lookup[7]->push_back(51, groupN); - lookup[7]->push_back(29, groupN); - lookup[7]->push_back(36, groupN); - lookup[7]->push_back(34, groupN); - lookup[7]->push_back(14, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(42, groupN); - lookup[7]->push_back(15, groupN); - lookup[7]->push_back(3, groupN); - lookup[7]->push_back(23, groupN); - lookup[7]->push_back(5, groupN); - lookup[7]->push_back(38, groupN); - lookup[7]->push_back(15, groupN); - lookup[7]->push_back(4, groupN); - lookup[7]->push_back(21, groupN); - lookup[7]->push_back(38, groupN); - lookup[7]->push_back(35, groupN); - lookup[7]->push_back(20, groupN); - lookup[7]->push_back(15, groupN); - lookup[7]->push_back(4, groupN); - lookup[7]->push_back(5, groupN); - lookup[7]->push_back(13, groupN); - lookup[7]->push_back(8, groupN); - lookup[7]->push_back(25, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(18, groupN); - lookup[7]->push_back(7, groupN); - lookup[7]->push_back(14, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(11, groupN); - lookup[7]->push_back(4, groupN); - lookup[7]->push_back(8, groupN); - lookup[7]->push_back(3, groupN); - lookup[7]->push_back(5, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(3, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(5, groupN); - lookup[7]->push_back(4, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(3, groupN); - lookup[7]->push_back(11, groupN); - lookup[7]->push_back(12, groupN); - lookup[7]->push_back(9, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(8, groupN); - lookup[7]->push_back(4, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(6, groupN); - lookup[7]->push_back(4, groupN); - lookup[7]->push_back(16, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(9, groupN); - lookup[7]->push_back(7, groupN); - lookup[7]->push_back(8, groupN); - lookup[7]->push_back(3, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(12, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(3, groupN); - lookup[7]->push_back(4, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(5, groupN); - lookup[7]->push_back(3, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(3, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(3, groupN); - lookup[7]->push_back(7, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(10, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(4, groupN); - lookup[7]->push_back(4, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(4, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(3, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(5, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(3, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(5, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(3, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(4, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(4, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(3, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(5, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(3, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(3, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(3, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(2, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(1, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - lookup[7]->push_back(0, groupN); - groups.push_back("F003D148"); - groupN = groups[groups.size()-1]; - temp = new SharedRAbundVector(); - lookup.push_back(temp); - lookup[8]->setLabel(label) -; lookup[8]->setGroup(groupN); - lookup[8]->push_back(382, groupN); - lookup[8]->push_back(516, groupN); - lookup[8]->push_back(456, groupN); - lookup[8]->push_back(264, groupN); - lookup[8]->push_back(238, groupN); - lookup[8]->push_back(142, groupN); - lookup[8]->push_back(297, groupN); - lookup[8]->push_back(301, groupN); - lookup[8]->push_back(258, groupN); - lookup[8]->push_back(234, groupN); - lookup[8]->push_back(145, groupN); - lookup[8]->push_back(143, groupN); - lookup[8]->push_back(7, groupN); - lookup[8]->push_back(50, groupN); - lookup[8]->push_back(109, groupN); - lookup[8]->push_back(11, groupN); - lookup[8]->push_back(24, groupN); - lookup[8]->push_back(7, groupN); - lookup[8]->push_back(29, groupN); - lookup[8]->push_back(30, groupN); - lookup[8]->push_back(33, groupN); - lookup[8]->push_back(49, groupN); - lookup[8]->push_back(101, groupN); - lookup[8]->push_back(34, groupN); - lookup[8]->push_back(14, groupN); - lookup[8]->push_back(13, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(8, groupN); - lookup[8]->push_back(3, groupN); - lookup[8]->push_back(25, groupN); - lookup[8]->push_back(17, groupN); - lookup[8]->push_back(7, groupN); - lookup[8]->push_back(6, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(14, groupN); - lookup[8]->push_back(3, groupN); - lookup[8]->push_back(13, groupN); - lookup[8]->push_back(4, groupN); - lookup[8]->push_back(6, groupN); - lookup[8]->push_back(9, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(3, groupN); - lookup[8]->push_back(35, groupN); - lookup[8]->push_back(4, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(5, groupN); - lookup[8]->push_back(41, groupN); - lookup[8]->push_back(3, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(7, groupN); - lookup[8]->push_back(5, groupN); - lookup[8]->push_back(12, groupN); - lookup[8]->push_back(3, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(8, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(8, groupN); - lookup[8]->push_back(7, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(5, groupN); - lookup[8]->push_back(3, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(10, groupN); - lookup[8]->push_back(10, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(11, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(7, groupN); - lookup[8]->push_back(4, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(7, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(4, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(4, groupN); - lookup[8]->push_back(4, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(6, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(7, groupN); - lookup[8]->push_back(9, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(3, groupN); - lookup[8]->push_back(3, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(5, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(4, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(5, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(3, groupN); - lookup[8]->push_back(3, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(3, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(3, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(3, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(3, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(4, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(3, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(2, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(0, groupN); - lookup[8]->push_back(1, groupN); - lookup[8]->push_back(0, groupN); - groups.push_back("F003D150"); - groupN = groups[groups.size()-1]; - temp = new SharedRAbundVector(); - lookup.push_back(temp); - lookup[9]->setLabel(label) -; lookup[9]->setGroup(groupN); - lookup[9]->push_back(465, groupN); - lookup[9]->push_back(674, groupN); - lookup[9]->push_back(409, groupN); - lookup[9]->push_back(535, groupN); - lookup[9]->push_back(410, groupN); - lookup[9]->push_back(357, groupN); - lookup[9]->push_back(292, groupN); - lookup[9]->push_back(207, groupN); - lookup[9]->push_back(170, groupN); - lookup[9]->push_back(81, groupN); - lookup[9]->push_back(264, groupN); - lookup[9]->push_back(254, groupN); - lookup[9]->push_back(54, groupN); - lookup[9]->push_back(97, groupN); - lookup[9]->push_back(151, groupN); - lookup[9]->push_back(14, groupN); - lookup[9]->push_back(52, groupN); - lookup[9]->push_back(15, groupN); - lookup[9]->push_back(72, groupN); - lookup[9]->push_back(68, groupN); - lookup[9]->push_back(82, groupN); - lookup[9]->push_back(29, groupN); - lookup[9]->push_back(28, groupN); - lookup[9]->push_back(89, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(7, groupN); - lookup[9]->push_back(5, groupN); - lookup[9]->push_back(26, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(35, groupN); - lookup[9]->push_back(9, groupN); - lookup[9]->push_back(12, groupN); - lookup[9]->push_back(17, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(23, groupN); - lookup[9]->push_back(20, groupN); - lookup[9]->push_back(21, groupN); - lookup[9]->push_back(8, groupN); - lookup[9]->push_back(12, groupN); - lookup[9]->push_back(3, groupN); - lookup[9]->push_back(5, groupN); - lookup[9]->push_back(8, groupN); - lookup[9]->push_back(28, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(17, groupN); - lookup[9]->push_back(30, groupN); - lookup[9]->push_back(7, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(11, groupN); - lookup[9]->push_back(12, groupN); - lookup[9]->push_back(17, groupN); - lookup[9]->push_back(3, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(8, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(9, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(25, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(22, groupN); - lookup[9]->push_back(19, groupN); - lookup[9]->push_back(21, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(3, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(14, groupN); - lookup[9]->push_back(3, groupN); - lookup[9]->push_back(6, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(11, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(9, groupN); - lookup[9]->push_back(3, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(18, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(3, groupN); - lookup[9]->push_back(6, groupN); - lookup[9]->push_back(3, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(4, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(5, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(3, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(4, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(10, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(4, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(3, groupN); - lookup[9]->push_back(6, groupN); - lookup[9]->push_back(6, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(5, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(5, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(4, groupN); - lookup[9]->push_back(4, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(4, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(6, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(3, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(7, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(4, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(3, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(3, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(3, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(2, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(1, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - lookup[9]->push_back(0, groupN); - m->setAllGroups(groups); - m->saveNextLabel = ""; + + //read info from stable file + string testfile = m->getTestFilePath() + "testFile.opti_mcc.shared"; + + InputData input(testfile, "sharedfile"); + lookup = input.getSharedRAbundVectors(); } /***********************************************************************/ + diff --git a/TestMothur/dataset.h b/TestMothur/dataset.h index e7259223..03b9674a 100644 --- a/TestMothur/dataset.h +++ b/TestMothur/dataset.h @@ -25,10 +25,6 @@ class TestDataSet { GroupMap* getGroupMap() { fillGroup(); return gMap; } CountTable* getCountTable() { createCountTable(); return ct; } vector getLookup() { fillLookup(); return lookup; } - vector getForwardFastq() { return fastqData.getForwardFastq(); } - vector getReverseFastq() { return fastqData.getReverseFastq(); } - vector getSubsetFRFastq(int n) { return fastqData.getSubsetFRFastq(n); } - vector getSubsetFNGFiles(int); //number of uniques, Fasta, name, group returned private: @@ -39,15 +35,11 @@ class TestDataSet { CountTable* ct; GroupMap* gMap; vector lookup; - vector ffastqReads; //F8D0 Sample - vector rfastqReads; //F8D0 Sample void fillNames(); void fillSeqs(); void fillGroup(); void createCountTable(); void fillLookup(); - void fillForwardFastq(); - void fillReverseFastq(); }; diff --git a/TestMothur/distcdataset.cpp b/TestMothur/distcdataset.cpp new file mode 100644 index 00000000..f8c275ec --- /dev/null +++ b/TestMothur/distcdataset.cpp @@ -0,0 +1,91 @@ +#include "distcdataset.h" +#include "getdistscommand.h" +#include "listseqscommand.h" +#include "getseqscommand.h" + +/***********************************************************************/ +DistCDataSet::DistCDataSet() { + m = MothurOut::getInstance(); + columnFile = m->getTestFilePath() + "stability.MISeq_SOP.trim.contigs.good.unique.good.filter.unique.precluster.pick.pick.pick.dist"; + countFile = m->getTestFilePath() + "stability.count_table"; +} +/***********************************************************************/ +vector DistCDataSet::getFiles(int numSeqs) { + vector newFiles; + + if (numSeqs > 2055) { m->mothurOut("[ERROR]: too many seqs requested in DistCDataSet::getFiles\n"); } + else { + string inputString = "count=" + countFile; + m->mothurOut("/******************************************/"); m->mothurOutEndLine(); + m->mothurOut("Running command: list.seqs(" + inputString + ")"); m->mothurOutEndLine(); + m->mothurCalling = true; + + Command* listCommand = new ListSeqsCommand(inputString); + listCommand->execute(); + + map > filenames = listCommand->getOutputFiles(); + + delete listCommand; + m->mothurCalling = false; + + string accnosfile = filenames["accnos"][0]; + m->mothurOut("/******************************************/"); m->mothurOutEndLine(); + + ifstream in; + m->openInputFile(accnosfile, in); + + ofstream out; + m->openOutputFile("temp.accnos", out); + + int count = 0; string name; + while(!in.eof()) { + if (m->control_pressed) { break; } + + in >> name; m->gobble(in); + out << name << endl; + count++; + + if (count >= numSeqs) { break; } + } + in.close(); + out.close(); + m->mothurRemove(accnosfile); + + inputString = "count=" + countFile + ", accnos=temp.accnos"; + m->mothurOut("/******************************************/"); m->mothurOutEndLine(); + m->mothurOut("Running command: get.seqs(" + inputString + ")"); m->mothurOutEndLine(); + m->mothurCalling = true; + + Command* getCommand = new GetSeqsCommand(inputString); + getCommand->execute(); + + filenames = getCommand->getOutputFiles(); + + delete getCommand; + m->mothurCalling = false; + + string newCountfile = filenames["count"][0]; + m->mothurOut("/******************************************/"); m->mothurOutEndLine(); + + inputString = "column=" + columnFile + ", accnos=temp.accnos"; + m->mothurOut("/******************************************/"); m->mothurOutEndLine(); + m->mothurOut("Running command: get.dists(" + inputString + ")"); m->mothurOutEndLine(); + m->mothurCalling = true; + + Command* getDCommand = new GetDistsCommand(inputString); + getDCommand->execute(); + + filenames = getDCommand->getOutputFiles(); + + delete getDCommand; + m->mothurCalling = false; + + string newColumnfile = filenames["column"][0]; + m->mothurOut("/******************************************/"); m->mothurOutEndLine(); + + newFiles.push_back(newColumnfile); newFiles.push_back(newCountfile); + } + + return newFiles; +} +/***********************************************************************/ diff --git a/TestMothur/distcdataset.h b/TestMothur/distcdataset.h new file mode 100644 index 00000000..54d2b74b --- /dev/null +++ b/TestMothur/distcdataset.h @@ -0,0 +1,31 @@ +// +// distcdataset.h +// Mothur +// +// Created by Sarah Westcott on 6/8/16. +// Copyright (c) 2016 Schloss Lab. All rights reserved. +// + +#ifndef __Mothur__distcdataset__ +#define __Mothur__distcdataset__ + +#include "mothurout.h" + +class DistCDataSet { + +public: + + DistCDataSet(); + ~DistCDataSet() {} + string getColumnFile() { return columnFile; } + vector getFiles(int); + string getCountFile() { return countFile; } + +private: + MothurOut* m; + string columnFile, countFile; + +}; + + +#endif /* defined(__Mothur__distcdataset__) */ diff --git a/TestMothur/distpdataset.cpp b/TestMothur/distpdataset.cpp new file mode 100644 index 00000000..d855da2a --- /dev/null +++ b/TestMothur/distpdataset.cpp @@ -0,0 +1,16 @@ +// +// distdataset.cpp +// Mothur +// +// Created by Sarah Westcott on 6/6/16. +// Copyright (c) 2016 Schloss Lab. All rights reserved. +// + +#include "distpdataset.h" + +/***********************************************************************/ +DistPDataSet::DistPDataSet() { + m = MothurOut::getInstance(); + phylipFile = m->getTestFilePath() + "stability.MISeq_SOP.trim.contigs.good.unique.good.filter.unique.precluster.pick.pick.pick.phylip.dist"; +} +/***********************************************************************/ diff --git a/TestMothur/distpdataset.h b/TestMothur/distpdataset.h new file mode 100644 index 00000000..7f518e4e --- /dev/null +++ b/TestMothur/distpdataset.h @@ -0,0 +1,30 @@ +// +// distdataset.h +// Mothur +// +// Created by Sarah Westcott on 6/6/16. +// Copyright (c) 2016 Schloss Lab. All rights reserved. +// + +#ifndef __Mothur__distdataset__ +#define __Mothur__distdataset__ + +#include "mothurout.h" + +class DistPDataSet { + +public: + + DistPDataSet(); + ~DistPDataSet() {} + + string getPhylipFile() { return phylipFile; } + +private: + MothurOut* m; + string phylipFile; + +}; + + +#endif /* defined(__Mothur__distdataset__) */ diff --git a/TestMothur/fastqdataset.cpp b/TestMothur/fastqdataset.cpp index e789ae19..a926456e 100644 --- a/TestMothur/fastqdataset.cpp +++ b/TestMothur/fastqdataset.cpp @@ -1,4 +1,3 @@ - // // fastqdataset.cpp // Mothur @@ -29,16006 +28,46 @@ vector TestFastqDataSet::getSubsetFRFastq(int numSeqs) { } /***********************************************************************/ void TestFastqDataSet::fillForwardFastq() { - vector scores; ffastqReads.clear(); - FastqRead read1; read1.setName("M00967_44_000000000-A3K85_1_1101_16426_1716"); - read1.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(37); read1.setScores(scores); - ffastqReads.push_back(read1); - FastqRead read2; read2.setName("M00967_44_000000000-A3K85_1_1101_13261_1978"); - read2.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTATGTAAGTCTGAAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTTTGGAAACTGTGTAACTAGAGTACAGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGCCTGAAACTGACGTTGAGGCTCGAAAGCGTGGGGAGGCAACA"); - scores.clear(); scores.push_back(32); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(15); scores.push_back(36); scores.push_back(15); scores.push_back(32); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(27); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(26); scores.push_back(29); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(28); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(28); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); read2.setScores(scores); - ffastqReads.push_back(read2); - FastqRead read3; read3.setName("M00967_44_000000000-A3K85_1_1101_13914_2140"); - read3.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read3.setScores(scores); - ffastqReads.push_back(read3); - FastqRead read4; read4.setName("M00967_44_000000000-A3K85_1_1101_14317_2429"); - read4.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(29); scores.push_back(37); read4.setScores(scores); - ffastqReads.push_back(read4); - FastqRead read5; read5.setName("M00967_44_000000000-A3K85_1_1101_16984_2484"); - read5.setSeq("TACGTAGGGAGCAAGCGTTGTCCGGAATTACTGGGTGTAAAGGGAGCGTAGGCGGGGATGCAAGTTGGGTGTCAAAACTACCGGCTCAACCGATAGTCGCACTCAAAACTGCAGCTCTTGAGTGAAGTAGAGGCAGGCGGGATTCCTAGTGTAGCGGTGGAATGCGGTGATATTAGGAGGGACACCAGTGGGGAAGGGGGCCCGCTGGGGTTTTACTTAAGCTTAGGCTCGCAAGGGGGGGGGGCCAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(28); scores.push_back(35); scores.push_back(35); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(28); scores.push_back(34); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(34); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(25); read5.setScores(scores); - ffastqReads.push_back(read5); - FastqRead read6; read6.setName("M00967_44_000000000-A3K85_1_1101_19404_2607"); - read6.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGAGCAAGTCTGAAGTGAAAGCCCGCGGCCCAACTGCGGGACTGCTTTGGAAACTGCCCGGCTAGAGTGCTGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); read6.setScores(scores); - ffastqReads.push_back(read6); - FastqRead read7; read7.setName("M00967_44_000000000-A3K85_1_1101_20204_2681"); - read7.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read7.setScores(scores); - ffastqReads.push_back(read7); - FastqRead read8; read8.setName("M00967_44_000000000-A3K85_1_1101_9845_2818"); - read8.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(28); scores.push_back(37); read8.setScores(scores); - ffastqReads.push_back(read8); - FastqRead read9; read9.setName("M00967_44_000000000-A3K85_1_1101_19657_2857"); - read9.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(28); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(29); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); read9.setScores(scores); - ffastqReads.push_back(read9); - FastqRead read10; read10.setName("M00967_44_000000000-A3K85_1_1101_12105_3062"); - read10.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGAAGCTGAGGCACGAAAGGGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(27); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(26); read10.setScores(scores); - ffastqReads.push_back(read10); - FastqRead read11; read11.setName("M00967_44_000000000-A3K85_1_1101_18891_3237"); - read11.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read11.setScores(scores); - ffastqReads.push_back(read11); - FastqRead read12; read12.setName("M00967_44_000000000-A3K85_1_1101_14107_3251"); - read12.setSeq("TACGTAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGCATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(30); scores.push_back(27); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read12.setScores(scores); - ffastqReads.push_back(read12); - FastqRead read13; read13.setName("M00967_44_000000000-A3K85_1_1101_17862_3303"); - read13.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGGTGAAACTGGCGTTCTTGAGTGGGCGGGAAGTATGCGGAATGCGTGGGGTAGCGGTGAAATGCATAGATATCACGCCGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGGGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(13); scores.push_back(32); scores.push_back(27); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(13); scores.push_back(27); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(34); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(30); scores.push_back(30); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(14); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(24); read13.setScores(scores); - ffastqReads.push_back(read13); - FastqRead read14; read14.setName("M00967_44_000000000-A3K85_1_1101_16892_3727"); - read14.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); read14.setScores(scores); - ffastqReads.push_back(read14); - FastqRead read15; read15.setName("M00967_44_000000000-A3K85_1_1101_19976_3934"); - read15.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCCAGACAAGTCAGAAGTGAAAGCCCAGGGCTCAACCCTGGGACTGCTTTTGAAACTGCCGGGCTGGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(35); scores.push_back(27); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read15.setScores(scores); - ffastqReads.push_back(read15); - FastqRead read16; read16.setName("M00967_44_000000000-A3K85_1_1101_8238_3938"); - read16.setSeq("TACGGAGGATCCGAGCATTATCCGGAGTGACTGGGTGTAAAGAGTTGCGTAGGTGGCATAGTAAGTAGCTAGTGAAATCTGGTGGCTCAACCATTCAGACTATTAGCTAAACTGCTAAGCTCGAGACCGTTAGGGGTAACTGGAATTTCTAGTGTAGGAGTGAAATCCGTAGATATTAGAAGGAACACCGATAGCGTAGGCAGGTTACTGGGACGGTTCTGACACTAAGGCACGAAAGCGTAGGGAGCAAA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(18); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(31); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read16.setScores(scores); - ffastqReads.push_back(read16); - FastqRead read17; read17.setName("M00967_44_000000000-A3K85_1_1101_15081_3972"); - read17.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read17.setScores(scores); - ffastqReads.push_back(read17); - FastqRead read18; read18.setName("M00967_44_000000000-A3K85_1_1101_22821_4157"); - read18.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGAATTACTGGGTGTAAAGGGAGCGTAGGCGGGAAAGCAAGTTGAATGTTTAAGGTACGGGCTCAACCTGTACAAGCGTTCAAAACTGTTTTTCTTGAGTGGAGTAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAAATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGGCTTTAACTGACGCTGAGGCTCGAAAGCGTGGGTAGCAAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read18.setScores(scores); - ffastqReads.push_back(read18); - FastqRead read19; read19.setName("M00967_44_000000000-A3K85_1_1101_17852_4185"); - read19.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); read19.setScores(scores); - ffastqReads.push_back(read19); - FastqRead read20; read20.setName("M00967_44_000000000-A3K85_1_1101_18480_4201"); - read20.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(37); read20.setScores(scores); - ffastqReads.push_back(read20); - FastqRead read21; read21.setName("M00967_44_000000000-A3K85_1_1101_23838_4345"); - read21.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); read21.setScores(scores); - ffastqReads.push_back(read21); - FastqRead read22; read22.setName("M00967_44_000000000-A3K85_1_1101_18767_4363"); - read22.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGTGCGTAGGCGGGCAGTTAAGTCAGCGGTCAAAAGCCGGGGCTCAACCCATGCCTGCCATTGAAAAAAGTGGTCTCCAGGGGACGGGTAGTGTGAAGAATACTTGGTGGAGCGGGGGAAAACACAGAAGATATGGAGAACTACGATTGCGGCGGAGGCATACCGGCGCCACGATTCTGATGAGGCGGCAAAACGGGGGGGTCGAAAAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(16); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(18); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(29); scores.push_back(18); scores.push_back(19); scores.push_back(19); scores.push_back(33); scores.push_back(19); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(29); scores.push_back(30); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(18); scores.push_back(15); scores.push_back(15); scores.push_back(29); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(27); scores.push_back(37); scores.push_back(17); scores.push_back(30); scores.push_back(35); scores.push_back(14); scores.push_back(30); scores.push_back(27); scores.push_back(30); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(27); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(15); scores.push_back(12); scores.push_back(13); scores.push_back(16); scores.push_back(28); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(25); scores.push_back(14); read22.setScores(scores); - ffastqReads.push_back(read22); - FastqRead read23; read23.setName("M00967_44_000000000-A3K85_1_1101_23688_4365"); - read23.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(24); scores.push_back(28); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read23.setScores(scores); - ffastqReads.push_back(read23); - FastqRead read24; read24.setName("M00967_44_000000000-A3K85_1_1101_11722_4402"); - read24.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCCTAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAAATGACGCTCATGCACGAAAGCGTGGGGATCGAAAAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(38); scores.push_back(12); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(14); read24.setScores(scores); - ffastqReads.push_back(read24); - FastqRead read25; read25.setName("M00967_44_000000000-A3K85_1_1101_17907_4466"); - read25.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTATCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read25.setScores(scores); - ffastqReads.push_back(read25); - FastqRead read26; read26.setName("M00967_44_000000000-A3K85_1_1101_24292_4560"); - read26.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read26.setScores(scores); - ffastqReads.push_back(read26); - FastqRead read27; read27.setName("M00967_44_000000000-A3K85_1_1101_10051_4697"); - read27.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTCCTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTAAGGCTAGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGATGACTGACGTTGAGGCTCGGAAGCGTGGGGAGCCAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(34); scores.push_back(26); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(13); read27.setScores(scores); - ffastqReads.push_back(read27); - FastqRead read28; read28.setName("M00967_44_000000000-A3K85_1_1101_23618_4708"); - read28.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGACTTGCAAGTCTGATGTGAAAATCCGGGGCCCAACCCCGGAACTGCATTGGAAACTGTATATCTAGAGTGTCGGAGAGGCAAGTGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCAGTGGCAAAGGCGGCTTGCTGGACGATGACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read28.setScores(scores); - ffastqReads.push_back(read28); - FastqRead read29; read29.setName("M00967_44_000000000-A3K85_1_1101_16905_4868"); - read29.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(26); scores.push_back(31); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(34); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(31); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); read29.setScores(scores); - ffastqReads.push_back(read29); - FastqRead read30; read30.setName("M00967_44_000000000-A3K85_1_1101_8858_5007"); - read30.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read30.setScores(scores); - ffastqReads.push_back(read30); - FastqRead read31; read31.setName("M00967_44_000000000-A3K85_1_1101_8790_5160"); - read31.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGACGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGCCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read31.setScores(scores); - ffastqReads.push_back(read31); - FastqRead read32; read32.setName("M00967_44_000000000-A3K85_1_1101_24227_5213"); - read32.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(16); scores.push_back(18); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); read32.setScores(scores); - ffastqReads.push_back(read32); - FastqRead read33; read33.setName("M00967_44_000000000-A3K85_1_1101_20401_5218"); - read33.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read33.setScores(scores); - ffastqReads.push_back(read33); - FastqRead read34; read34.setName("M00967_44_000000000-A3K85_1_1101_20650_5286"); - read34.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGGACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGGACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(30); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(31); scores.push_back(31); scores.push_back(19); scores.push_back(37); scores.push_back(18); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(18); scores.push_back(30); scores.push_back(19); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(12); scores.push_back(13); scores.push_back(29); scores.push_back(36); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(27); scores.push_back(16); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(28); scores.push_back(38); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(28); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(25); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(13); scores.push_back(32); scores.push_back(29); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(29); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(24); read34.setScores(scores); - ffastqReads.push_back(read34); - FastqRead read35; read35.setName("M00967_44_000000000-A3K85_1_1101_24147_5290"); - read35.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(25); scores.push_back(28); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read35.setScores(scores); - ffastqReads.push_back(read35); - FastqRead read36; read36.setName("M00967_44_000000000-A3K85_1_1101_21922_5302"); - read36.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAATGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(37); read36.setScores(scores); - ffastqReads.push_back(read36); - FastqRead read37; read37.setName("M00967_44_000000000-A3K85_1_1101_16472_5337"); - read37.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read37.setScores(scores); - ffastqReads.push_back(read37); - FastqRead read38; read38.setName("M00967_44_000000000-A3K85_1_1101_10378_5559"); - read38.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read38.setScores(scores); - ffastqReads.push_back(read38); - FastqRead read39; read39.setName("M00967_44_000000000-A3K85_1_1101_22557_5955"); - read39.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATCACTGGGTGTAAAGGGAGCGTAGACGGCTGAGCAAGCCTGAAGTGAAAGGCCAGGGCCCAACCCCTGGACTGCTTTGGGAACTGTGGGGCTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read39.setScores(scores); - ffastqReads.push_back(read39); - FastqRead read40; read40.setName("M00967_44_000000000-A3K85_1_1101_17938_6085"); - read40.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); read40.setScores(scores); - ffastqReads.push_back(read40); - FastqRead read41; read41.setName("M00967_44_000000000-A3K85_1_1101_17246_6091"); - read41.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read41.setScores(scores); - ffastqReads.push_back(read41); - FastqRead read42; read42.setName("M00967_44_000000000-A3K85_1_1101_10742_6111"); - read42.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTAAAACTGGCAGCCTTAAGTACAGTAGAGGTGGGCGGAATTCGGGGGGAAGCGGGGAAATGCTTAGATATCCCCAAGAACTCCGATTGCGAGGGCAGCTCCCGGGACGGCAACTGACACGGATGCCCAAAAGGGTGGGAATCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(29); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(29); scores.push_back(17); scores.push_back(33); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(14); scores.push_back(15); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(17); scores.push_back(29); scores.push_back(31); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(17); scores.push_back(16); scores.push_back(17); scores.push_back(31); scores.push_back(31); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(27); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(12); read42.setScores(scores); - ffastqReads.push_back(read42); - FastqRead read43; read43.setName("M00967_44_000000000-A3K85_1_1101_24587_6131"); - read43.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTTGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read43.setScores(scores); - ffastqReads.push_back(read43); - FastqRead read44; read44.setName("M00967_44_000000000-A3K85_1_1101_10973_6275"); - read44.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read44.setScores(scores); - ffastqReads.push_back(read44); - FastqRead read45; read45.setName("M00967_44_000000000-A3K85_1_1101_13172_6283"); - read45.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read45.setScores(scores); - ffastqReads.push_back(read45); - FastqRead read46; read46.setName("M00967_44_000000000-A3K85_1_1101_10990_6283"); - read46.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(31); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read46.setScores(scores); - ffastqReads.push_back(read46); - FastqRead read47; read47.setName("M00967_44_000000000-A3K85_1_1101_18756_6332"); - read47.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATAACACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(13); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(32); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(26); read47.setScores(scores); - ffastqReads.push_back(read47); - FastqRead read48; read48.setName("M00967_44_000000000-A3K85_1_1101_23297_6573"); - read48.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); read48.setScores(scores); - ffastqReads.push_back(read48); - FastqRead read49; read49.setName("M00967_44_000000000-A3K85_1_1101_17839_6735"); - read49.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCAGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); read49.setScores(scores); - ffastqReads.push_back(read49); - FastqRead read50; read50.setName("M00967_44_000000000-A3K85_1_1101_22930_6755"); - read50.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(13); read50.setScores(scores); - ffastqReads.push_back(read50); - FastqRead read51; read51.setName("M00967_44_000000000-A3K85_1_1101_10511_6811"); - read51.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read51.setScores(scores); - ffastqReads.push_back(read51); - FastqRead read52; read52.setName("M00967_44_000000000-A3K85_1_1101_21910_6926"); - read52.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read52.setScores(scores); - ffastqReads.push_back(read52); - FastqRead read53; read53.setName("M00967_44_000000000-A3K85_1_1101_6027_7033"); - read53.setSeq("TACGGAGGATGCGAACGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read53.setScores(scores); - ffastqReads.push_back(read53); - FastqRead read54; read54.setName("M00967_44_000000000-A3K85_1_1101_21920_7059"); - read54.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read54.setScores(scores); - ffastqReads.push_back(read54); - FastqRead read55; read55.setName("M00967_44_000000000-A3K85_1_1101_21937_7124"); - read55.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGCAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(29); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(36); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read55.setScores(scores); - ffastqReads.push_back(read55); - FastqRead read56; read56.setName("M00967_44_000000000-A3K85_1_1101_14128_7160"); - read56.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(25); read56.setScores(scores); - ffastqReads.push_back(read56); - FastqRead read57; read57.setName("M00967_44_000000000-A3K85_1_1101_4815_7242"); - read57.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); read57.setScores(scores); - ffastqReads.push_back(read57); - FastqRead read58; read58.setName("M00967_44_000000000-A3K85_1_1101_12541_7269"); - read58.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCATTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(18); scores.push_back(29); scores.push_back(29); scores.push_back(32); scores.push_back(17); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(20); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(18); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(31); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(30); scores.push_back(37); scores.push_back(18); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(35); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(16); scores.push_back(37); scores.push_back(30); scores.push_back(27); scores.push_back(14); scores.push_back(27); scores.push_back(31); scores.push_back(12); scores.push_back(27); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(34); scores.push_back(25); scores.push_back(15); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(24); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(27); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); read58.setScores(scores); - ffastqReads.push_back(read58); - FastqRead read59; read59.setName("M00967_44_000000000-A3K85_1_1101_9919_7301"); - read59.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(37); read59.setScores(scores); - ffastqReads.push_back(read59); - FastqRead read60; read60.setName("M00967_44_000000000-A3K85_1_1101_5214_7309"); - read60.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(27); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(25); read60.setScores(scores); - ffastqReads.push_back(read60); - FastqRead read61; read61.setName("M00967_44_000000000-A3K85_1_1101_10336_7408"); - read61.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(27); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read61.setScores(scores); - ffastqReads.push_back(read61); - FastqRead read62; read62.setName("M00967_44_000000000-A3K85_1_1101_4870_7443"); - read62.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(18); scores.push_back(29); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(31); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(28); scores.push_back(29); scores.push_back(35); scores.push_back(36); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(13); read62.setScores(scores); - ffastqReads.push_back(read62); - FastqRead read63; read63.setName("M00967_44_000000000-A3K85_1_1101_15991_7498"); - read63.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read63.setScores(scores); - ffastqReads.push_back(read63); - FastqRead read64; read64.setName("M00967_44_000000000-A3K85_1_1101_10419_7547"); - read64.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read64.setScores(scores); - ffastqReads.push_back(read64); - FastqRead read65; read65.setName("M00967_44_000000000-A3K85_1_1101_22469_7553"); - read65.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATACGGAGGAACACCAGTGGCGAAGGCGGATTGCTGGACAGTAACTGACGCTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); read65.setScores(scores); - ffastqReads.push_back(read65); - FastqRead read66; read66.setName("M00967_44_000000000-A3K85_1_1101_10312_7727"); - read66.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(26); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(37); read66.setScores(scores); - ffastqReads.push_back(read66); - FastqRead read67; read67.setName("M00967_44_000000000-A3K85_1_1101_11399_7830"); - read67.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read67.setScores(scores); - ffastqReads.push_back(read67); - FastqRead read68; read68.setName("M00967_44_000000000-A3K85_1_1101_17905_7831"); - read68.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read68.setScores(scores); - ffastqReads.push_back(read68); - FastqRead read69; read69.setName("M00967_44_000000000-A3K85_1_1101_20714_8004"); - read69.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(26); scores.push_back(29); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(13); read69.setScores(scores); - ffastqReads.push_back(read69); - FastqRead read70; read70.setName("M00967_44_000000000-A3K85_1_1101_26645_8005"); - read70.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); read70.setScores(scores); - ffastqReads.push_back(read70); - FastqRead read71; read71.setName("M00967_44_000000000-A3K85_1_1101_26632_8017"); - read71.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGGCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(20); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(31); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(27); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); read71.setScores(scores); - ffastqReads.push_back(read71); - FastqRead read72; read72.setName("M00967_44_000000000-A3K85_1_1101_22157_8061"); - read72.setSeq("TACGTATGGTGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGCAGGCGGTACGGCAAGTCTGATGTGAAAGCCCAGGGCTCAACCCTGGTACTGCATTGGAAACTGCCGGACTAGAGTGTCGGAGGGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACGATGACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read72.setScores(scores); - ffastqReads.push_back(read72); - FastqRead read73; read73.setName("M00967_44_000000000-A3K85_1_1101_13719_8076"); - read73.setSeq("TACGTAGGTGGCAAGCGTTATCCGGAATTATTGGGCGTAAAGAGCGCGCAGGTGGTTAATTAAGTCTGATGTGAAAGCCCACGGCTTAACCGTGGAGGGTCATTGGAAACTGGTTGACTTGAGTGCAGAAGAGGGAAGTGGAATTCCATGTGTAGCGGTGAAATGCGTAGAGATATGGAGGAACACCAGTGGCGAAGGCGGCTTCCTGGTCTGCAACTGACACTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read73.setScores(scores); - ffastqReads.push_back(read73); - FastqRead read74; read74.setName("M00967_44_000000000-A3K85_1_1101_15650_8190"); - read74.setSeq("TACAGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(31); scores.push_back(29); scores.push_back(28); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(29); scores.push_back(37); read74.setScores(scores); - ffastqReads.push_back(read74); - FastqRead read75; read75.setName("M00967_44_000000000-A3K85_1_1101_12248_8236"); - read75.setSeq("TACGTAGGATCCGAGCATTATCCGGAGTGACTGGGTGTAAAGAGTTGCGTAGGTGGCATAGTAAGTAGCTAGTGAAATCTGGTGGCTCAACCATTCAGACTATTAGCTAAACTGCTAAGCTCGAGACCGTTAGGGGTAACTGGAATTTCTAGTGTAGGAGTGAAATCCGTAGATATTAGAAGGAACACCGATAGCGTAGGCAGGTTACTGGGACGGTTCTGACACTAAGGCACGAAAGCGTAGGGAGCAAA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); read75.setScores(scores); - ffastqReads.push_back(read75); - FastqRead read76; read76.setName("M00967_44_000000000-A3K85_1_1101_18646_8324"); - read76.setSeq("TACGTAGGTGGCAAGCGTTATCCGGAATTATTGGGCGTAAAGAGCGCGCAGGTGGTTAATTAAGTCTGATGTGAAAGCCCACGGCTTAACCGTGGAGGGTCATTGGAAACTGGTTGACTTGAGTGCAGAAGAGGGAAGTGGAATTCCATGTGTAGCGGTGAAATGCGTAGAGATATGGAGGAACACCAGTGGCGAAGGCGGCTTCCTGGTCTGCAACTGACACTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read76.setScores(scores); - ffastqReads.push_back(read76); - FastqRead read77; read77.setName("M00967_44_000000000-A3K85_1_1101_10827_8327"); - read77.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(25); read77.setScores(scores); - ffastqReads.push_back(read77); - FastqRead read78; read78.setName("M00967_44_000000000-A3K85_1_1101_13846_8328"); - read78.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read78.setScores(scores); - ffastqReads.push_back(read78); - FastqRead read79; read79.setName("M00967_44_000000000-A3K85_1_1101_19501_8358"); - read79.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTCCTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTAAGGCTAGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGATGACTGACGTTGAGGCTCGAAAGCGGGGGGGGCAAAAA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(31); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(28); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(25); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(28); scores.push_back(32); scores.push_back(36); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(25); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(13); read79.setScores(scores); - ffastqReads.push_back(read79); - FastqRead read80; read80.setName("M00967_44_000000000-A3K85_1_1101_4368_8424"); - read80.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(26); read80.setScores(scores); - ffastqReads.push_back(read80); - FastqRead read81; read81.setName("M00967_44_000000000-A3K85_1_1101_12165_8481"); - read81.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read81.setScores(scores); - ffastqReads.push_back(read81); - FastqRead read82; read82.setName("M00967_44_000000000-A3K85_1_1101_19660_8492"); - read82.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read82.setScores(scores); - ffastqReads.push_back(read82); - FastqRead read83; read83.setName("M00967_44_000000000-A3K85_1_1101_12259_8527"); - read83.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); read83.setScores(scores); - ffastqReads.push_back(read83); - FastqRead read84; read84.setName("M00967_44_000000000-A3K85_1_1101_21543_8616"); - read84.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGTAGCCGGGCTGACAAGTCAGATGTGAAATCCGGGGGCTCAACCCCCGAACTGCATTTGAAACTGTTGGTCTTGAGTATCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGACAACTGACGGGGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(24); scores.push_back(13); scores.push_back(27); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(28); scores.push_back(29); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(27); scores.push_back(31); scores.push_back(29); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(27); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read84.setScores(scores); - ffastqReads.push_back(read84); - FastqRead read85; read85.setName("M00967_44_000000000-A3K85_1_1101_14268_8617"); - read85.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read85.setScores(scores); - ffastqReads.push_back(read85); - FastqRead read86; read86.setName("M00967_44_000000000-A3K85_1_1101_7231_8621"); - read86.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGATGCAAGTCTGAAGTGAAAGCCCGGGGCTCAACCCCGGGACTGCTTTGGAAACTGTATGGCTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAAGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(30); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read86.setScores(scores); - ffastqReads.push_back(read86); - FastqRead read87; read87.setName("M00967_44_000000000-A3K85_1_1101_19754_8653"); - read87.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGATCGTTAAGTCAGTGGTCAAATTGAGGGGCTCAACCCCTTCCCGCCATTGAAACTGGCGATCTTGAGTGGAAGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATGCCGGCTTCCTACTGACGCTGAAGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read87.setScores(scores); - ffastqReads.push_back(read87); - FastqRead read88; read88.setName("M00967_44_000000000-A3K85_1_1101_13364_8671"); - read88.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read88.setScores(scores); - ffastqReads.push_back(read88); - FastqRead read89; read89.setName("M00967_44_000000000-A3K85_1_1101_11138_8749"); - read89.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(29); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(27); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read89.setScores(scores); - ffastqReads.push_back(read89); - FastqRead read90; read90.setName("M00967_44_000000000-A3K85_1_1101_21574_8754"); - read90.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read90.setScores(scores); - ffastqReads.push_back(read90); - FastqRead read91; read91.setName("M00967_44_000000000-A3K85_1_1101_15243_8862"); - read91.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(37); read91.setScores(scores); - ffastqReads.push_back(read91); - FastqRead read92; read92.setName("M00967_44_000000000-A3K85_1_1101_6881_8899"); - read92.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(17); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read92.setScores(scores); - ffastqReads.push_back(read92); - FastqRead read93; read93.setName("M00967_44_000000000-A3K85_1_1101_5965_8984"); - read93.setSeq("TACGGAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(32); scores.push_back(26); scores.push_back(32); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read93.setScores(scores); - ffastqReads.push_back(read93); - FastqRead read94; read94.setName("M00967_44_000000000-A3K85_1_1101_12421_8991"); - read94.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read94.setScores(scores); - ffastqReads.push_back(read94); - FastqRead read95; read95.setName("M00967_44_000000000-A3K85_1_1101_16416_9000"); - read95.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(27); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read95.setScores(scores); - ffastqReads.push_back(read95); - FastqRead read96; read96.setName("M00967_44_000000000-A3K85_1_1101_5471_9031"); - read96.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read96.setScores(scores); - ffastqReads.push_back(read96); - FastqRead read97; read97.setName("M00967_44_000000000-A3K85_1_1101_20723_9042"); - read97.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(27); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); read97.setScores(scores); - ffastqReads.push_back(read97); - FastqRead read98; read98.setName("M00967_44_000000000-A3K85_1_1101_13579_9062"); - read98.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(25); read98.setScores(scores); - ffastqReads.push_back(read98); - FastqRead read99; read99.setName("M00967_44_000000000-A3K85_1_1101_8534_9075"); - read99.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read99.setScores(scores); - ffastqReads.push_back(read99); - FastqRead read100; read100.setName("M00967_44_000000000-A3K85_1_1101_24265_9168"); - read100.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read100.setScores(scores); - ffastqReads.push_back(read100); - FastqRead read101; read101.setName("M00967_44_000000000-A3K85_1_1101_24708_9299"); - read101.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTATTGGGCGTAAAGAGCGCGCAGGTGGTTAATTAAGTCTGATGTGAAAGCCCACGGCTTAACCGTGGAGGGTCATTGGAAACTGGTTGACTTGAGTGCAGAAGAGGGAAGTGGAATTCCATGTGTAGCGGTGAAATGCGTAGAGATATGGAGGAACACCAGTGGCGAAGGCGGCTTCCTGGTCTGCAACTGACACTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read101.setScores(scores); - ffastqReads.push_back(read101); - FastqRead read102; read102.setName("M00967_44_000000000-A3K85_1_1101_12689_9330"); - read102.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTCTCTGGTCTGCAACTGACGCTGAGGCTCGAAAGCATGGGTAGCGAACG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(31); scores.push_back(12); scores.push_back(28); scores.push_back(32); scores.push_back(12); read102.setScores(scores); - ffastqReads.push_back(read102); - FastqRead read103; read103.setName("M00967_44_000000000-A3K85_1_1101_27735_9353"); - read103.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); read103.setScores(scores); - ffastqReads.push_back(read103); - FastqRead read104; read104.setName("M00967_44_000000000-A3K85_1_1101_19351_9374"); - read104.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read104.setScores(scores); - ffastqReads.push_back(read104); - FastqRead read105; read105.setName("M00967_44_000000000-A3K85_1_1101_13561_9427"); - read105.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGGGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(27); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(16); scores.push_back(28); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(12); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(27); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(13); scores.push_back(29); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(27); read105.setScores(scores); - ffastqReads.push_back(read105); - FastqRead read106; read106.setName("M00967_44_000000000-A3K85_1_1101_8736_9452"); - read106.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTCGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCCTGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(33); read106.setScores(scores); - ffastqReads.push_back(read106); - FastqRead read107; read107.setName("M00967_44_000000000-A3K85_1_1101_20139_9693"); - read107.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read107.setScores(scores); - ffastqReads.push_back(read107); - FastqRead read108; read108.setName("M00967_44_000000000-A3K85_1_1101_14330_9726"); - read108.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); read108.setScores(scores); - ffastqReads.push_back(read108); - FastqRead read109; read109.setName("M00967_44_000000000-A3K85_1_1101_10994_9747"); - read109.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(28); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read109.setScores(scores); - ffastqReads.push_back(read109); - FastqRead read110; read110.setName("M00967_44_000000000-A3K85_1_1101_3255_9762"); - read110.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCACTTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGAAACTGACGTTGAGGCTCGAAATCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(33); scores.push_back(18); scores.push_back(18); scores.push_back(19); scores.push_back(19); scores.push_back(29); scores.push_back(29); scores.push_back(17); scores.push_back(35); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(17); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(36); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(33); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(27); scores.push_back(38); scores.push_back(27); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(27); scores.push_back(35); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(28); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(29); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(13); read110.setScores(scores); - ffastqReads.push_back(read110); - FastqRead read111; read111.setName("M00967_44_000000000-A3K85_1_1101_21004_9829"); - read111.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read111.setScores(scores); - ffastqReads.push_back(read111); - FastqRead read112; read112.setName("M00967_44_000000000-A3K85_1_1101_27704_9939"); - read112.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGATCGTTAAGTCAGTGGTCAAATTGAGGGGCTCAACCCCTTCCCGCCATTGAAACTGGCGATCTTGAGTGGAAGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATGCCGGCTTCCTACTGACGCTGAAGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read112.setScores(scores); - ffastqReads.push_back(read112); - FastqRead read113; read113.setName("M00967_44_000000000-A3K85_1_1101_21801_9940"); - read113.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(34); scores.push_back(37); read113.setScores(scores); - ffastqReads.push_back(read113); - FastqRead read114; read114.setName("M00967_44_000000000-A3K85_1_1101_14593_9947"); - read114.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGCGGCAAGTCTGAAGTGAAAGGCAGGGGCTTAACCCCTGAACTGCTTTGGAAACTGCCATGCTAGAGTGCTGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read114.setScores(scores); - ffastqReads.push_back(read114); - FastqRead read115; read115.setName("M00967_44_000000000-A3K85_1_1101_21550_10040"); - read115.setSeq("TACGTAGGGGGCAAGCGTTGTCCGGAATGACTGGGCGTAAAGGGAGTGTAGGCGGCTCATCAAGTTAGATGTGAAATCCCGCGGCTTAACCGCGGAACTGCATCTAAAACTGGTAAGCTGGAGTGCAGGAGAGGTGAGTGGAATTCCTAGTGTAGCGGTGGAATGCGTAGATATTAGGAGGAACACCAGAGGCGAAGGCGACTCACTGGACTGTAACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read115.setScores(scores); - ffastqReads.push_back(read115); - FastqRead read116; read116.setName("M00967_44_000000000-A3K85_1_1101_21278_10112"); - read116.setSeq("TACGGAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGGGCGCAGACGGCAGCGCAAGCCAGGAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTCTTGGAACTGCGCGGCTGGAGTGCAGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGTGGCGAAGGCGGCCTGCTGGACTGCGACTGACGTTGAGGCCCGAAAGCGTGGGGGGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(30); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(28); scores.push_back(35); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(29); scores.push_back(35); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(13); read116.setScores(scores); - ffastqReads.push_back(read116); - FastqRead read117; read117.setName("M00967_44_000000000-A3K85_1_1101_19330_10126"); - read117.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGTGGGTATCAAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read117.setScores(scores); - ffastqReads.push_back(read117); - FastqRead read118; read118.setName("M00967_44_000000000-A3K85_1_1101_9255_10164"); - read118.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTCAGGCACGAAAGCGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(15); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(14); scores.push_back(35); scores.push_back(14); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(27); scores.push_back(32); scores.push_back(14); scores.push_back(27); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(27); read118.setScores(scores); - ffastqReads.push_back(read118); - FastqRead read119; read119.setName("M00967_44_000000000-A3K85_1_1101_4387_10169"); - read119.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); read119.setScores(scores); - ffastqReads.push_back(read119); - FastqRead read120; read120.setName("M00967_44_000000000-A3K85_1_1101_6605_10173"); - read120.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(31); scores.push_back(27); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(34); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(32); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(35); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(28); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(24); read120.setScores(scores); - ffastqReads.push_back(read120); - FastqRead read121; read121.setName("M00967_44_000000000-A3K85_1_1101_6954_10206"); - read121.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTTCCTCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(28); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read121.setScores(scores); - ffastqReads.push_back(read121); - FastqRead read122; read122.setName("M00967_44_000000000-A3K85_1_1101_7527_10303"); - read122.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read122.setScores(scores); - ffastqReads.push_back(read122); - FastqRead read123; read123.setName("M00967_44_000000000-A3K85_1_1101_24337_10344"); - read123.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(31); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read123.setScores(scores); - ffastqReads.push_back(read123); - FastqRead read124; read124.setName("M00967_44_000000000-A3K85_1_1101_22387_10347"); - read124.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCTAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); read124.setScores(scores); - ffastqReads.push_back(read124); - FastqRead read125; read125.setName("M00967_44_000000000-A3K85_1_1101_18889_10362"); - read125.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read125.setScores(scores); - ffastqReads.push_back(read125); - FastqRead read126; read126.setName("M00967_44_000000000-A3K85_1_1101_18780_10395"); - read126.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read126.setScores(scores); - ffastqReads.push_back(read126); - FastqRead read127; read127.setName("M00967_44_000000000-A3K85_1_1101_16939_10517"); - read127.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read127.setScores(scores); - ffastqReads.push_back(read127); - FastqRead read128; read128.setName("M00967_44_000000000-A3K85_1_1101_26512_10524"); - read128.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read128.setScores(scores); - ffastqReads.push_back(read128); - FastqRead read129; read129.setName("M00967_44_000000000-A3K85_1_1101_26835_10541"); - read129.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGGGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(28); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(29); scores.push_back(26); scores.push_back(28); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read129.setScores(scores); - ffastqReads.push_back(read129); - FastqRead read130; read130.setName("M00967_44_000000000-A3K85_1_1101_25040_10597"); - read130.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(27); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(27); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(29); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read130.setScores(scores); - ffastqReads.push_back(read130); - FastqRead read131; read131.setName("M00967_44_000000000-A3K85_1_1101_22851_10787"); - read131.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read131.setScores(scores); - ffastqReads.push_back(read131); - FastqRead read132; read132.setName("M00967_44_000000000-A3K85_1_1101_16735_10948"); - read132.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(35); scores.push_back(14); scores.push_back(35); scores.push_back(24); scores.push_back(32); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read132.setScores(scores); - ffastqReads.push_back(read132); - FastqRead read133; read133.setName("M00967_44_000000000-A3K85_1_1101_22481_10976"); - read133.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTATTGGGCGTAAAGCGAGTGCAGGCGGTTCAATAAGTCTGATGTGAAAGCCTTCGGCTCAACCGGAGAATTGCATCAGAAACTGTTGAACTTGAGTGCAGAAGAGGAGAGTGGAACTCCATGTGTAGCGGTGGAATGCGTAGATATTTGGAAGAACACCAGTGGCGAAGGCGGCTCTCTGGTCTGCAACTGACGCTGAGGCTCGAAAGCATGGGGAGCGAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(18); scores.push_back(37); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(29); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(29); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(13); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(28); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(12); read133.setScores(scores); - ffastqReads.push_back(read133); - FastqRead read134; read134.setName("M00967_44_000000000-A3K85_1_1101_18225_10999"); - read134.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTGTCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(37); read134.setScores(scores); - ffastqReads.push_back(read134); - FastqRead read135; read135.setName("M00967_44_000000000-A3K85_1_1101_13511_11032"); - read135.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(27); scores.push_back(32); scores.push_back(32); scores.push_back(25); scores.push_back(34); scores.push_back(30); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(31); scores.push_back(34); scores.push_back(28); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); read135.setScores(scores); - ffastqReads.push_back(read135); - FastqRead read136; read136.setName("M00967_44_000000000-A3K85_1_1101_27264_11056"); - read136.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read136.setScores(scores); - ffastqReads.push_back(read136); - FastqRead read137; read137.setName("M00967_44_000000000-A3K85_1_1101_17213_11062"); - read137.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read137.setScores(scores); - ffastqReads.push_back(read137); - FastqRead read138; read138.setName("M00967_44_000000000-A3K85_1_1101_18943_11082"); - read138.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTGTGCAAGTCTGAAGTGAAAGCCCAGGGCTCAACCCTGGGACTGCTTTGGAAACTGTGGAGCTAGAGTGCTGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read138.setScores(scores); - ffastqReads.push_back(read138); - FastqRead read139; read139.setName("M00967_44_000000000-A3K85_1_1101_17868_11113"); - read139.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(37); read139.setScores(scores); - ffastqReads.push_back(read139); - FastqRead read140; read140.setName("M00967_44_000000000-A3K85_1_1101_21158_11161"); - read140.setSeq("TACGGAGGATGCAAGCGTTAATCGGAATTACTGGGCGTAAAGCGCACGCAGGCGGTTTGTTAAGTCAGATGTGAAATCCCCGGGCTCAACCTGGGAACTGCATCTGATACTGGCAAGCTTGAGTCTCGTAGAGGGGGGTAGAATTCCAGGTGTAGCGGTGAAATGCGTAGAGATCTGGAGGAATACCGGTGGCGAAGGCGGCCCCCTGGACGAAGACTGACGCTCAGGTGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(27); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); read140.setScores(scores); - ffastqReads.push_back(read140); - FastqRead read141; read141.setName("M00967_44_000000000-A3K85_1_1101_14735_11235"); - read141.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(24); scores.push_back(35); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read141.setScores(scores); - ffastqReads.push_back(read141); - FastqRead read142; read142.setName("M00967_44_000000000-A3K85_1_1101_16074_11244"); - read142.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGAATGCAACTGAAACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(25); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(28); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); read142.setScores(scores); - ffastqReads.push_back(read142); - FastqRead read143; read143.setName("M00967_44_000000000-A3K85_1_1101_7593_11252"); - read143.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read143.setScores(scores); - ffastqReads.push_back(read143); - FastqRead read144; read144.setName("M00967_44_000000000-A3K85_1_1101_12857_11252"); - read144.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(20); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(16); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(18); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(28); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read144.setScores(scores); - ffastqReads.push_back(read144); - FastqRead read145; read145.setName("M00967_44_000000000-A3K85_1_1101_15147_11308"); - read145.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTATTGGGTGTAAAGGGCGTGTAGGCGGGAATGCAAGTCAGATGTGAAAACTATGGGCTCAACCCATAGCCTGCATTTGAAACTGTATTTCTTGAGTGCTGGAGAGGCAATCGGAATTCCGTGTGTAGCGGTGAAATGCGTAGATATACGGAGGAACACCAGTGGCGAAGGCGGATTGCTGGACAGTAACTGACGCTGAGGCGCGAAAGCGTGGGGAGCAAAAA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(17); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(18); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(18); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(28); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(25); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(15); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(30); scores.push_back(25); scores.push_back(36); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(31); scores.push_back(32); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(24); read145.setScores(scores); - ffastqReads.push_back(read145); - FastqRead read146; read146.setName("M00967_44_000000000-A3K85_1_1101_18698_11342"); - read146.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGGTGGCAGGGCAAGTCAGATGTGAAAACCCGGGGCTCAACCCCGGGAGTGCATTTGAAACTGTCCAGCTGGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCATAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACACTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read146.setScores(scores); - ffastqReads.push_back(read146); - FastqRead read147; read147.setName("M00967_44_000000000-A3K85_1_1101_16136_11420"); - read147.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read147.setScores(scores); - ffastqReads.push_back(read147); - FastqRead read148; read148.setName("M00967_44_000000000-A3K85_1_1101_13333_11429"); - read148.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTCCTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTAAGGCTAGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGATGACTGACGTTGAGGCTCGAAAGCGTGGGGGGCCAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(31); scores.push_back(30); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(26); scores.push_back(26); scores.push_back(30); scores.push_back(13); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(28); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(35); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(13); read148.setScores(scores); - ffastqReads.push_back(read148); - FastqRead read149; read149.setName("M00967_44_000000000-A3K85_1_1101_10743_11432"); - read149.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(34); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read149.setScores(scores); - ffastqReads.push_back(read149); - FastqRead read150; read150.setName("M00967_44_000000000-A3K85_1_1101_28944_11444"); - read150.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(18); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read150.setScores(scores); - ffastqReads.push_back(read150); - FastqRead read151; read151.setName("M00967_44_000000000-A3K85_1_1101_20676_11509"); - read151.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGGGGCAAGTCTGGAGTGAAAGGCCGGGGCCCAACCCCGGGACCGCTCTGGAAACTGCCCGGCTGGAGTGCGGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGCGGCGAAGGCGGCTTACTGGACCGTGACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); read151.setScores(scores); - ffastqReads.push_back(read151); - FastqRead read152; read152.setName("M00967_44_000000000-A3K85_1_1101_17571_11522"); - read152.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGTGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read152.setScores(scores); - ffastqReads.push_back(read152); - FastqRead read153; read153.setName("M00967_44_000000000-A3K85_1_1101_14976_11522"); - read153.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(13); read153.setScores(scores); - ffastqReads.push_back(read153); - FastqRead read154; read154.setName("M00967_44_000000000-A3K85_1_1101_17702_11563"); - read154.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(27); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(15); scores.push_back(33); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(27); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); read154.setScores(scores); - ffastqReads.push_back(read154); - FastqRead read155; read155.setName("M00967_44_000000000-A3K85_1_1101_9426_11659"); - read155.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(37); read155.setScores(scores); - ffastqReads.push_back(read155); - FastqRead read156; read156.setName("M00967_44_000000000-A3K85_1_1101_20183_11662"); - read156.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTATTGGGCGTAAAGCGAGCGCAGGCGGTTGCTTAGGTCTGATGTGAAAGCCTTCGGCTTAACCGAAGAAGTGCATCGGAAACCGGGCGACTTGAGTGCAGAAGAGGACAGTGGAACTCCATGTGTAGCGGGGGAATGCGTAGATATATGGAAGAACACCAGTGGCGAAGGCGGCTGTCTGGTCTGCAACTGACGCTGAGGCTCGAAAGCATGGGTAGGGAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(20); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(28); scores.push_back(35); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(32); scores.push_back(14); read156.setScores(scores); - ffastqReads.push_back(read156); - FastqRead read157; read157.setName("M00967_44_000000000-A3K85_1_1101_6200_11675"); - read157.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); read157.setScores(scores); - ffastqReads.push_back(read157); - FastqRead read158; read158.setName("M00967_44_000000000-A3K85_1_1101_23383_11740"); - read158.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read158.setScores(scores); - ffastqReads.push_back(read158); - FastqRead read159; read159.setName("M00967_44_000000000-A3K85_1_1101_6853_11772"); - read159.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTATCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read159.setScores(scores); - ffastqReads.push_back(read159); - FastqRead read160; read160.setName("M00967_44_000000000-A3K85_1_1101_22387_11869"); - read160.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read160.setScores(scores); - ffastqReads.push_back(read160); - FastqRead read161; read161.setName("M00967_44_000000000-A3K85_1_1101_19628_11889"); - read161.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(14); scores.push_back(16); scores.push_back(30); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(27); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); read161.setScores(scores); - ffastqReads.push_back(read161); - FastqRead read162; read162.setName("M00967_44_000000000-A3K85_1_1101_27999_11894"); - read162.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); read162.setScores(scores); - ffastqReads.push_back(read162); - FastqRead read163; read163.setName("M00967_44_000000000-A3K85_1_1101_13005_11931"); - read163.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); read163.setScores(scores); - ffastqReads.push_back(read163); - FastqRead read164; read164.setName("M00967_44_000000000-A3K85_1_1101_6379_11957"); - read164.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAATGCGGGGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(14); scores.push_back(27); scores.push_back(31); scores.push_back(27); scores.push_back(31); scores.push_back(27); scores.push_back(31); scores.push_back(12); scores.push_back(27); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(38); scores.push_back(34); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(35); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(31); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(29); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(28); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(32); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); read164.setScores(scores); - ffastqReads.push_back(read164); - FastqRead read165; read165.setName("M00967_44_000000000-A3K85_1_1101_7746_12226"); - read165.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read165.setScores(scores); - ffastqReads.push_back(read165); - FastqRead read166; read166.setName("M00967_44_000000000-A3K85_1_1101_8486_12249"); - read166.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGGAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read166.setScores(scores); - ffastqReads.push_back(read166); - FastqRead read167; read167.setName("M00967_44_000000000-A3K85_1_1101_12335_12280"); - read167.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(26); read167.setScores(scores); - ffastqReads.push_back(read167); - FastqRead read168; read168.setName("M00967_44_000000000-A3K85_1_1101_6614_12305"); - read168.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read168.setScores(scores); - ffastqReads.push_back(read168); - FastqRead read169; read169.setName("M00967_44_000000000-A3K85_1_1101_9990_12312"); - read169.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read169.setScores(scores); - ffastqReads.push_back(read169); - FastqRead read170; read170.setName("M00967_44_000000000-A3K85_1_1101_8387_12354"); - read170.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read170.setScores(scores); - ffastqReads.push_back(read170); - FastqRead read171; read171.setName("M00967_44_000000000-A3K85_1_1101_6344_12374"); - read171.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read171.setScores(scores); - ffastqReads.push_back(read171); - FastqRead read172; read172.setName("M00967_44_000000000-A3K85_1_1101_16026_12423"); - read172.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCGGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(20); scores.push_back(20); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(19); scores.push_back(37); scores.push_back(18); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(16); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(14); scores.push_back(29); scores.push_back(12); scores.push_back(29); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read172.setScores(scores); - ffastqReads.push_back(read172); - FastqRead read173; read173.setName("M00967_44_000000000-A3K85_1_1101_25548_12592"); - read173.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGTAGCCGGGCTGACAAGTCAGATGTGAAATCCGGGGGCTCAACCCCCGAACTGCATTTGAAACTGTTGGTCTTGAGTATCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGACAACTGACGGGGAGGCGCGAAAGCGTGGGGGGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(26); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(28); scores.push_back(33); scores.push_back(32); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(13); read173.setScores(scores); - ffastqReads.push_back(read173); - FastqRead read174; read174.setName("M00967_44_000000000-A3K85_1_1101_20296_12613"); - read174.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGAATTACTGGGTGTAAAGGGAGCGTAGGCGGGAAGCCAAGTCAGCTGTGAAAACTACGGGCTTAACCTGTAGACTGCAGTTGAAACTGGCTTTCTTGAGTGAAGTAGAGGTTGGCGGAATTCCGAGTGTAGCGGTGAAATGCGTAGATATTCGGAGGAACACCGGTGGCGAAGGCGGCCAACTGGGCTTTAACTGACGCTGAGGCTCGAAAGGGTGGGGGGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(15); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(26); scores.push_back(34); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(28); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(13); read174.setScores(scores); - ffastqReads.push_back(read174); - FastqRead read175; read175.setName("M00967_44_000000000-A3K85_1_1101_21558_12633"); - read175.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read175.setScores(scores); - ffastqReads.push_back(read175); - FastqRead read176; read176.setName("M00967_44_000000000-A3K85_1_1101_11361_12648"); - read176.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACGG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read176.setScores(scores); - ffastqReads.push_back(read176); - FastqRead read177; read177.setName("M00967_44_000000000-A3K85_1_1101_18054_12652"); - read177.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read177.setScores(scores); - ffastqReads.push_back(read177); - FastqRead read178; read178.setName("M00967_44_000000000-A3K85_1_1101_25239_12770"); - read178.setSeq("TACGGAGGATGCTAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read178.setScores(scores); - ffastqReads.push_back(read178); - FastqRead read179; read179.setName("M00967_44_000000000-A3K85_1_1101_24418_12852"); - read179.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read179.setScores(scores); - ffastqReads.push_back(read179); - FastqRead read180; read180.setName("M00967_44_000000000-A3K85_1_1101_29053_12897"); - read180.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGATCGTTAAGTCAGTGGTCAAATTGAGGGGCTCAACCCCTTCCCGCCATTGAAACTGGCGATCTTGAGTGGAAGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATGCCGGCTTCCTACTGACGCTGAAGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(37); read180.setScores(scores); - ffastqReads.push_back(read180); - FastqRead read181; read181.setName("M00967_44_000000000-A3K85_1_1101_13344_12926"); - read181.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTGTCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(27); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(27); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(28); scores.push_back(33); read181.setScores(scores); - ffastqReads.push_back(read181); - FastqRead read182; read182.setName("M00967_44_000000000-A3K85_1_1101_5805_12965"); - read182.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAGCAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); read182.setScores(scores); - ffastqReads.push_back(read182); - FastqRead read183; read183.setName("M00967_44_000000000-A3K85_1_1101_24501_12971"); - read183.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read183.setScores(scores); - ffastqReads.push_back(read183); - FastqRead read184; read184.setName("M00967_44_000000000-A3K85_1_1101_22908_13029"); - read184.setSeq("TACGTAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACCGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGACGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGTCCTACTGACGCTGAAGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(18); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read184.setScores(scores); - ffastqReads.push_back(read184); - FastqRead read185; read185.setName("M00967_44_000000000-A3K85_1_1101_9019_13064"); - read185.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read185.setScores(scores); - ffastqReads.push_back(read185); - FastqRead read186; read186.setName("M00967_44_000000000-A3K85_1_1101_10678_13072"); - read186.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGGGGGGAGCAAACG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(17); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(12); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); read186.setScores(scores); - ffastqReads.push_back(read186); - FastqRead read187; read187.setName("M00967_44_000000000-A3K85_1_1101_20324_13084"); - read187.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCGCGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read187.setScores(scores); - ffastqReads.push_back(read187); - FastqRead read188; read188.setName("M00967_44_000000000-A3K85_1_1101_28390_13134"); - read188.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(13); read188.setScores(scores); - ffastqReads.push_back(read188); - FastqRead read189; read189.setName("M00967_44_000000000-A3K85_1_1101_17688_13139"); - read189.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); read189.setScores(scores); - ffastqReads.push_back(read189); - FastqRead read190; read190.setName("M00967_44_000000000-A3K85_1_1101_27846_13162"); - read190.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read190.setScores(scores); - ffastqReads.push_back(read190); - FastqRead read191; read191.setName("M00967_44_000000000-A3K85_1_1101_7557_13169"); - read191.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTCCTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTAAGGCTAGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGCAATGCGTAGATATTAGGAGGAACACCCGTGGCGAAGGCGGCCTGCTGGAACATGACTGACGATGAGGCTCGCAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(29); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(16); scores.push_back(15); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(30); scores.push_back(27); scores.push_back(27); scores.push_back(14); scores.push_back(33); scores.push_back(31); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(32); scores.push_back(13); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(12); read191.setScores(scores); - ffastqReads.push_back(read191); - FastqRead read192; read192.setName("M00967_44_000000000-A3K85_1_1101_16324_13252"); - read192.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read192.setScores(scores); - ffastqReads.push_back(read192); - FastqRead read193; read193.setName("M00967_44_000000000-A3K85_1_1101_15104_13261"); - read193.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read193.setScores(scores); - ffastqReads.push_back(read193); - FastqRead read194; read194.setName("M00967_44_000000000-A3K85_1_1101_15954_13322"); - read194.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read194.setScores(scores); - ffastqReads.push_back(read194); - FastqRead read195; read195.setName("M00967_44_000000000-A3K85_1_1101_25760_13415"); - read195.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGATCGTTAAGTCAGTGGTCAAATTGAGGGGCTCAACCCCTTCCCGCCATTGAAACTGGCGATCTTGAGTGGAAGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATGCCGGCTTCCTACTGACGCTGAAGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read195.setScores(scores); - ffastqReads.push_back(read195); - FastqRead read196; read196.setName("M00967_44_000000000-A3K85_1_1101_25887_13447"); - read196.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read196.setScores(scores); - ffastqReads.push_back(read196); - FastqRead read197; read197.setName("M00967_44_000000000-A3K85_1_1101_27540_13512"); - read197.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read197.setScores(scores); - ffastqReads.push_back(read197); - FastqRead read198; read198.setName("M00967_44_000000000-A3K85_1_1101_5431_13518"); - read198.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read198.setScores(scores); - ffastqReads.push_back(read198); - FastqRead read199; read199.setName("M00967_44_000000000-A3K85_1_1101_13397_13589"); - read199.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCCAAGCAAGCCAGGGGTGAAAGCCCGGGGCCCAACCCCGGGACTGCCCTTGGAACTGCATGGCTGGAGTGCGGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACCGCGACTGACGTTGAGGCTCGAAAGGGTGGGTATCGAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(13); scores.push_back(27); scores.push_back(32); scores.push_back(28); read199.setScores(scores); - ffastqReads.push_back(read199); - FastqRead read200; read200.setName("M00967_44_000000000-A3K85_1_1101_6168_13598"); - read200.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read200.setScores(scores); - ffastqReads.push_back(read200); - FastqRead read201; read201.setName("M00967_44_000000000-A3K85_1_1101_21281_13646"); - read201.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(14); read201.setScores(scores); - ffastqReads.push_back(read201); - FastqRead read202; read202.setName("M00967_44_000000000-A3K85_1_1101_25468_13668"); - read202.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAAAA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(13); read202.setScores(scores); - ffastqReads.push_back(read202); - FastqRead read203; read203.setName("M00967_44_000000000-A3K85_1_1101_6168_13708"); - read203.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read203.setScores(scores); - ffastqReads.push_back(read203); - FastqRead read204; read204.setName("M00967_44_000000000-A3K85_1_1101_9620_13721"); - read204.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGTGCAAGTCCGGAGTGAAAGCCCGGGGCTCAACCCTGGGACTGCTCTGGAAACTGTAAAGCTGGAGTGCGGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(13); read204.setScores(scores); - ffastqReads.push_back(read204); - FastqRead read205; read205.setName("M00967_44_000000000-A3K85_1_1101_25732_13726"); - read205.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTGTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTGTAGCTGGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGGAGATATTAGGAGGAAAACCAGTGGCGAAGGGGGGCTGCTGGACGATGAATGACGGTTGGGCTCGAAAGCGTGGGGGGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(13); read205.setScores(scores); - ffastqReads.push_back(read205); - FastqRead read206; read206.setName("M00967_44_000000000-A3K85_1_1101_12443_13774"); - read206.setSeq("TACGTAGGGAGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGTGCGTAGGCGGCCTTGCAAGTCAGAAGTGAAATCCATGGGCTTAACCCGTGAACTGCTTTTGAAACTGTAGGGCTTGAGTGAAGTAGAGGCAGGCGGAATTCCCGGTGTAGCGGTGAAATGCGTAGAGATCGGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGGCTTTAACTGACGCTGAAGCACGAAAGCGTGGGTAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(38); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(36); scores.push_back(27); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(13); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(13); scores.push_back(27); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(27); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(13); scores.push_back(27); scores.push_back(15); scores.push_back(27); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(27); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(36); scores.push_back(26); scores.push_back(35); scores.push_back(28); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(25); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(28); scores.push_back(13); scores.push_back(27); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); read206.setScores(scores); - ffastqReads.push_back(read206); - FastqRead read207; read207.setName("M00967_44_000000000-A3K85_1_1101_3245_13775"); - read207.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCATAGCAAGTCTGAAGTGAAAGCCCAAGGCTCAACCATGGGACTGCTTTGGAAACTGTTAAGCTAGAGTGCTGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAAGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(17); scores.push_back(30); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(27); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read207.setScores(scores); - ffastqReads.push_back(read207); - FastqRead read208; read208.setName("M00967_44_000000000-A3K85_1_1101_26752_13849"); - read208.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read208.setScores(scores); - ffastqReads.push_back(read208); - FastqRead read209; read209.setName("M00967_44_000000000-A3K85_1_1101_23338_13856"); - read209.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAAATGACGCTGAGGCTCGAAAGCGTGGGGAGGAACCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(15); scores.push_back(29); scores.push_back(16); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(27); scores.push_back(35); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(27); scores.push_back(27); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(29); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(33); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(29); scores.push_back(26); scores.push_back(33); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(12); read209.setScores(scores); - ffastqReads.push_back(read209); - FastqRead read210; read210.setName("M00967_44_000000000-A3K85_1_1101_6877_13878"); - read210.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read210.setScores(scores); - ffastqReads.push_back(read210); - FastqRead read211; read211.setName("M00967_44_000000000-A3K85_1_1101_17415_13881"); - read211.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read211.setScores(scores); - ffastqReads.push_back(read211); - FastqRead read212; read212.setName("M00967_44_000000000-A3K85_1_1101_12676_13910"); - read212.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read212.setScores(scores); - ffastqReads.push_back(read212); - FastqRead read213; read213.setName("M00967_44_000000000-A3K85_1_1101_4369_13960"); - read213.setSeq("TACGTATGGTGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGCAGGCGGCGCGTTAAGCCTGGTGTGAAAGCCCGCGGCCCAACCGCGGGACTGCATTGGGAACTGGCGCGCTGGAGTGCCGGAGGGGTAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACGGTGACTGACGCTGAGGCTCGGAAGCGTGGGGAGGAAACA"); - scores.clear(); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(31); scores.push_back(34); scores.push_back(31); scores.push_back(27); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(24); scores.push_back(32); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(33); scores.push_back(28); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(25); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(28); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); read213.setScores(scores); - ffastqReads.push_back(read213); - FastqRead read214; read214.setName("M00967_44_000000000-A3K85_1_1101_4387_13964"); - read214.setSeq("TACGTATGGTGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGCAGGCGGCGCGTTAAGCCTGGTGTGAAAGCCCGCGGCCCAACCGCGGGACTGCATTGGGAACTGGCGCGCTGGAGTGCCGGAGGGGTAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTACTGGACGGTGACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read214.setScores(scores); - ffastqReads.push_back(read214); - FastqRead read215; read215.setName("M00967_44_000000000-A3K85_1_1101_15349_14079"); - read215.setSeq("TACGTAGGGAGCAAGCGTTGTCCGGAATTACTGGGTGTAAAGGGAGCGTAGGCGGGATGGCAAGTAGAATGTTAAATCCATCGGCTCAACCGGTGGCTGCGTTCTAAACTGCCGTTCTTGAGTGAAGTAGAGGCAGGCGGAATTCCTAGTGTAGCGGGGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGGCTTTTACTGACGCTGAGGGTCGAAAGCGGGGGGGGCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(13); scores.push_back(27); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(34); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(35); scores.push_back(13); scores.push_back(29); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); read215.setScores(scores); - ffastqReads.push_back(read215); - FastqRead read216; read216.setName("M00967_44_000000000-A3K85_1_1101_12064_14092"); - read216.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read216.setScores(scores); - ffastqReads.push_back(read216); - FastqRead read217; read217.setName("M00967_44_000000000-A3K85_1_1101_25584_14106"); - read217.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read217.setScores(scores); - ffastqReads.push_back(read217); - FastqRead read218; read218.setName("M00967_44_000000000-A3K85_1_1101_13797_14123"); - read218.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read218.setScores(scores); - ffastqReads.push_back(read218); - FastqRead read219; read219.setName("M00967_44_000000000-A3K85_1_1101_18719_14234"); - read219.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(24); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(26); scores.push_back(28); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); read219.setScores(scores); - ffastqReads.push_back(read219); - FastqRead read220; read220.setName("M00967_44_000000000-A3K85_1_1101_23141_14276"); - read220.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGCGCCGCTGGAGTACGGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACCGTGACTGACGTTGAGGCTCGAGAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(28); scores.push_back(28); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(28); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(28); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(13); read220.setScores(scores); - ffastqReads.push_back(read220); - FastqRead read221; read221.setName("M00967_44_000000000-A3K85_1_1101_3207_14327"); - read221.setSeq("TACGGAGGATGCGAGCGTTATACGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAAATGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACAGGAGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCACACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(17); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(20); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(18); scores.push_back(32); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(19); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(29); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(27); scores.push_back(27); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(29); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(25); read221.setScores(scores); - ffastqReads.push_back(read221); - FastqRead read222; read222.setName("M00967_44_000000000-A3K85_1_1101_19536_14328"); - read222.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read222.setScores(scores); - ffastqReads.push_back(read222); - FastqRead read223; read223.setName("M00967_44_000000000-A3K85_1_1101_28233_14330"); - read223.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCATAGCAAGTCTGAAGTGAAAGCCCAAGGCTCAACCATGGGACTGCTTTGGAAACTGTTAAGCTAGAGTGCTGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAAGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read223.setScores(scores); - ffastqReads.push_back(read223); - FastqRead read224; read224.setName("M00967_44_000000000-A3K85_1_1101_4822_14340"); - read224.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read224.setScores(scores); - ffastqReads.push_back(read224); - FastqRead read225; read225.setName("M00967_44_000000000-A3K85_1_1101_9124_14409"); - read225.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); read225.setScores(scores); - ffastqReads.push_back(read225); - FastqRead read226; read226.setName("M00967_44_000000000-A3K85_1_1101_8204_14433"); - read226.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAATGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read226.setScores(scores); - ffastqReads.push_back(read226); - FastqRead read227; read227.setName("M00967_44_000000000-A3K85_1_1101_10476_14472"); - read227.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read227.setScores(scores); - ffastqReads.push_back(read227); - FastqRead read228; read228.setName("M00967_44_000000000-A3K85_1_1101_21646_14523"); - read228.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(25); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read228.setScores(scores); - ffastqReads.push_back(read228); - FastqRead read229; read229.setName("M00967_44_000000000-A3K85_1_1101_26579_14596"); - read229.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(28); scores.push_back(26); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); read229.setScores(scores); - ffastqReads.push_back(read229); - FastqRead read230; read230.setName("M00967_44_000000000-A3K85_1_1101_24139_14675"); - read230.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read230.setScores(scores); - ffastqReads.push_back(read230); - FastqRead read231; read231.setName("M00967_44_000000000-A3K85_1_1101_10711_14688"); - read231.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); read231.setScores(scores); - ffastqReads.push_back(read231); - FastqRead read232; read232.setName("M00967_44_000000000-A3K85_1_1101_10629_14705"); - read232.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(31); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read232.setScores(scores); - ffastqReads.push_back(read232); - FastqRead read233; read233.setName("M00967_44_000000000-A3K85_1_1101_8911_14708"); - read233.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGACAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(27); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(29); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(27); scores.push_back(30); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read233.setScores(scores); - ffastqReads.push_back(read233); - FastqRead read234; read234.setName("M00967_44_000000000-A3K85_1_1101_16505_14721"); - read234.setSeq("TACGTAGGGAGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGTGCGTAGGCGGCCTTGCAAGTCAGAAGTGAAATCCATGGGCTTAACCCGTGAACTGCTTTTGAAACTGTAGGGCTTGAGTGAAGTAGAGGCAGGCGGAATTCCCGGTGTAGCGGTGAAATGCGTAGAGATCGGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGGCTTTAACTGACGCTGAAGCACGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(29); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(14); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(30); read234.setScores(scores); - ffastqReads.push_back(read234); - FastqRead read235; read235.setName("M00967_44_000000000-A3K85_1_1101_24070_14783"); - read235.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(28); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(27); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); read235.setScores(scores); - ffastqReads.push_back(read235); - FastqRead read236; read236.setName("M00967_44_000000000-A3K85_1_1101_16563_14931"); - read236.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(13); read236.setScores(scores); - ffastqReads.push_back(read236); - FastqRead read237; read237.setName("M00967_44_000000000-A3K85_1_1101_3100_14955"); - read237.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(26); read237.setScores(scores); - ffastqReads.push_back(read237); - FastqRead read238; read238.setName("M00967_44_000000000-A3K85_1_1101_12234_14999"); - read238.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read238.setScores(scores); - ffastqReads.push_back(read238); - FastqRead read239; read239.setName("M00967_44_000000000-A3K85_1_1101_11356_15017"); - read239.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(29); scores.push_back(16); scores.push_back(37); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(30); scores.push_back(18); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(29); scores.push_back(17); scores.push_back(28); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read239.setScores(scores); - ffastqReads.push_back(read239); - FastqRead read240; read240.setName("M00967_44_000000000-A3K85_1_1101_7483_15103"); - read240.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(13); read240.setScores(scores); - ffastqReads.push_back(read240); - FastqRead read241; read241.setName("M00967_44_000000000-A3K85_1_1101_27097_15145"); - read241.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read241.setScores(scores); - ffastqReads.push_back(read241); - FastqRead read242; read242.setName("M00967_44_000000000-A3K85_1_1101_21667_15192"); - read242.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGATCGTTAAGTCAGTGGTCAAATTGAGGGGCTCAACCCCTTCCCGCCATTGAAACTGGCGATCTTGAGTGGAAGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATGCCGGCTTCCTACTGACGCTGAAGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read242.setScores(scores); - ffastqReads.push_back(read242); - FastqRead read243; read243.setName("M00967_44_000000000-A3K85_1_1101_24458_15240"); - read243.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGTAGCCGGGCTGACAAGTCAGATGTGAAATCCGGGGGCTCAACCCCCGAACTGCATTTGAAACTGTTGGTCTTGAGTATCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGGAAGCGTGGGGAGCAAAAA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(25); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(25); scores.push_back(13); read243.setScores(scores); - ffastqReads.push_back(read243); - FastqRead read244; read244.setName("M00967_44_000000000-A3K85_1_1101_17004_15262"); - read244.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); read244.setScores(scores); - ffastqReads.push_back(read244); - FastqRead read245; read245.setName("M00967_44_000000000-A3K85_1_1101_5744_15298"); - read245.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read245.setScores(scores); - ffastqReads.push_back(read245); - FastqRead read246; read246.setName("M00967_44_000000000-A3K85_1_1101_24114_15311"); - read246.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read246.setScores(scores); - ffastqReads.push_back(read246); - FastqRead read247; read247.setName("M00967_44_000000000-A3K85_1_1101_15656_15378"); - read247.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTATTGGGCGTAAAGCGAGTGCAGGCGGTTCAATAAGTCTGATGTGAAAGCCTTCGGCTCAACCGGAGAATTGCATCAGAAACTGTTGAACTTGAGTGCAGAAGAGGAGAGTGGAACTCCATGTGTAGCGGTGGAATGCGTAGATATATGGAAGAACACCAGTGGCGAAGGCGGCTCTCTGGTCTGCAACTGACGCTGAGGCTCGAAAGCATGGGTAGCGAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(20); scores.push_back(20); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(31); scores.push_back(18); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(18); scores.push_back(16); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(29); scores.push_back(27); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(18); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(18); scores.push_back(37); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(28); scores.push_back(28); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(13); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(27); scores.push_back(31); scores.push_back(32); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(29); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(15); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(26); read247.setScores(scores); - ffastqReads.push_back(read247); - FastqRead read248; read248.setName("M00967_44_000000000-A3K85_1_1101_27325_15400"); - read248.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGGGCAAACG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); read248.setScores(scores); - ffastqReads.push_back(read248); - FastqRead read249; read249.setName("M00967_44_000000000-A3K85_1_1101_2934_15422"); - read249.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTCCTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTAAGGCTAGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGATGACTGACGTTGAGGCTCGCAAGCGTGGGGGGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(19); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(27); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(13); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(30); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(24); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(13); read249.setScores(scores); - ffastqReads.push_back(read249); - FastqRead read250; read250.setName("M00967_44_000000000-A3K85_1_1101_28863_15441"); - read250.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGCGTGGGGAGCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read250.setScores(scores); - ffastqReads.push_back(read250); - FastqRead read251; read251.setName("M00967_44_000000000-A3K85_1_1101_26816_15494"); - read251.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTATGGCAAGTCTGATGTGAAAACCCGGGGCTCAACCCCGGGACTGCATTGGAAACTGTCGGACTAGAGTGTCGGAGAGGCAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACGATGACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read251.setScores(scores); - ffastqReads.push_back(read251); - FastqRead read252; read252.setName("M00967_44_000000000-A3K85_1_1101_5528_15529"); - read252.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCTTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read252.setScores(scores); - ffastqReads.push_back(read252); - FastqRead read253; read253.setName("M00967_44_000000000-A3K85_1_1101_26005_15566"); - read253.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); read253.setScores(scores); - ffastqReads.push_back(read253); - FastqRead read254; read254.setName("M00967_44_000000000-A3K85_1_1101_19227_15570"); - read254.setSeq("TACGTAGGGAGCAAGCGTTGTTCGGAATGACTGGGCGTAAAGGGTGCGTAGGCGGTTGTACAAGTTAGAAGTGAAATACCCAGGGCTTAACTCGGGTGCTGCTTCTAAAACTGTATGACTTGAGTGCAGTAGAGGTTAGTGGAATTCCTAGTGTAGCGGTGGAATGCGTAGATATTAGGAGGAACACCAGAGGCGAAGGCGGCTAACTGGACTGCAACTGACGCTGAGGCACGAAAGTGTGGGGAGCAAA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(25); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); read254.setScores(scores); - ffastqReads.push_back(read254); - FastqRead read255; read255.setName("M00967_44_000000000-A3K85_1_1101_10355_15659"); - read255.setSeq("TACGTAGGGAGCAAGCGTTGTCCGGAATTACTGGGTGTAAAGGGAGCGTAGGCGGGGATGCAAGTTGGGTGTCAAAACTACCGGCTCAACCGATAGTCGCACTCAAAACTGCAGCTCTTGAGTGAAGTAGAGGCAGGCGGAATTCCTAGTGTAGCGGGGAAATGCGGAGATATTAGGAGGAACACCAGGGGCGAAGGCGGCCTGCTGGGCTTTTACTGACGCTGAGGCTCGAAAGGGTGGGGGGCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(14); read255.setScores(scores); - ffastqReads.push_back(read255); - FastqRead read256; read256.setName("M00967_44_000000000-A3K85_1_1101_23696_15665"); - read256.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read256.setScores(scores); - ffastqReads.push_back(read256); - FastqRead read257; read257.setName("M00967_44_000000000-A3K85_1_1101_25630_15681"); - read257.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGGCGGTGCAGCAAGTCAGAAGTGAAAGCCCGGGGCTCAACTCCGGGACTGCTTTTGAAACTGTTGAACTAGATTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAAATGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read257.setScores(scores); - ffastqReads.push_back(read257); - FastqRead read258; read258.setName("M00967_44_000000000-A3K85_1_1101_26797_15691"); - read258.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read258.setScores(scores); - ffastqReads.push_back(read258); - FastqRead read259; read259.setName("M00967_44_000000000-A3K85_1_1101_7537_15694"); - read259.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTATGTAAGTCTGAAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTTTGGAAACTGTGTAACTAGAGTACAGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACTGAAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(32); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read259.setScores(scores); - ffastqReads.push_back(read259); - FastqRead read260; read260.setName("M00967_44_000000000-A3K85_1_1101_25553_15703"); - read260.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read260.setScores(scores); - ffastqReads.push_back(read260); - FastqRead read261; read261.setName("M00967_44_000000000-A3K85_1_1101_7091_15711"); - read261.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(27); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read261.setScores(scores); - ffastqReads.push_back(read261); - FastqRead read262; read262.setName("M00967_44_000000000-A3K85_1_1101_6733_15824"); - read262.setSeq("TACGTAGGGAGCAAGCGTTGTTCGGAATGACTGGGCGTAAAGGGTGCGTAGGCGGTTGTACAAGTTAGAAGTGAAATACCCAGGGCTTAACTCGGGTGCTGCTTCTAAAACTGTATGACTTGAGTGCAGTAGAGGTTAGTGGAATTCCTAGTGTAGCGGTGGAATGCGTAGATATTAGGAGGAACACCAGAGGCGAAGGCGGCTAACTGGACTGCAACTGACGCTGAGGCACGAAAGTGTGGGGAGCAAA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read262.setScores(scores); - ffastqReads.push_back(read262); - FastqRead read263; read263.setName("M00967_44_000000000-A3K85_1_1101_6503_15828"); - read263.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTCACTGGGTGTAAAGGGAGCGTAGACGGCCAAGCAAGCCAGGGGTGAAAGCCCGGGGCCCAACCCCGGGACTGCCCTTGGAACTGCATGGCTGGAGTGCGGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACCGCGACTGACGTTGAGGCTCGAAAGCGTGGGGGGCGAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(12); read263.setScores(scores); - ffastqReads.push_back(read263); - FastqRead read264; read264.setName("M00967_44_000000000-A3K85_1_1101_8781_15872"); - read264.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read264.setScores(scores); - ffastqReads.push_back(read264); - FastqRead read265; read265.setName("M00967_44_000000000-A3K85_1_1101_7235_15876"); - read265.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read265.setScores(scores); - ffastqReads.push_back(read265); - FastqRead read266; read266.setName("M00967_44_000000000-A3K85_1_1101_15109_15953"); - read266.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read266.setScores(scores); - ffastqReads.push_back(read266); - FastqRead read267; read267.setName("M00967_44_000000000-A3K85_1_1101_6956_15961"); - read267.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read267.setScores(scores); - ffastqReads.push_back(read267); - FastqRead read268; read268.setName("M00967_44_000000000-A3K85_1_1101_11845_15966"); - read268.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read268.setScores(scores); - ffastqReads.push_back(read268); - FastqRead read269; read269.setName("M00967_44_000000000-A3K85_1_1101_12012_15973"); - read269.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read269.setScores(scores); - ffastqReads.push_back(read269); - FastqRead read270; read270.setName("M00967_44_000000000-A3K85_1_1101_15236_15983"); - read270.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGTATCGAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(12); read270.setScores(scores); - ffastqReads.push_back(read270); - FastqRead read271; read271.setName("M00967_44_000000000-A3K85_1_1101_8423_15998"); - read271.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read271.setScores(scores); - ffastqReads.push_back(read271); - FastqRead read272; read272.setName("M00967_44_000000000-A3K85_1_1101_16605_16023"); - read272.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read272.setScores(scores); - ffastqReads.push_back(read272); - FastqRead read273; read273.setName("M00967_44_000000000-A3K85_1_1101_14127_16046"); - read273.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCGAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(12); read273.setScores(scores); - ffastqReads.push_back(read273); - FastqRead read274; read274.setName("M00967_44_000000000-A3K85_1_1101_25204_16074"); - read274.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read274.setScores(scores); - ffastqReads.push_back(read274); - FastqRead read275; read275.setName("M00967_44_000000000-A3K85_1_1101_3254_16111"); - read275.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(33); read275.setScores(scores); - ffastqReads.push_back(read275); - FastqRead read276; read276.setName("M00967_44_000000000-A3K85_1_1101_10460_16118"); - read276.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read276.setScores(scores); - ffastqReads.push_back(read276); - FastqRead read277; read277.setName("M00967_44_000000000-A3K85_1_1101_9962_16123"); - read277.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCAGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read277.setScores(scores); - ffastqReads.push_back(read277); - FastqRead read278; read278.setName("M00967_44_000000000-A3K85_1_1101_18435_16146"); - read278.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(25); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read278.setScores(scores); - ffastqReads.push_back(read278); - FastqRead read279; read279.setName("M00967_44_000000000-A3K85_1_1101_25806_16160"); - read279.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); read279.setScores(scores); - ffastqReads.push_back(read279); - FastqRead read280; read280.setName("M00967_44_000000000-A3K85_1_1101_20623_16187"); - read280.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTATTGGGCGTAAAGCGAGTGCAGGCGGTTCAATAAGTCTGATGTGAAAGCCTTCGGCTCAACCGGAGAATTGCATCAGAAACTGTTGAACTTGAGTGCAGAAGAGGAGAGTGGAACTCCATGTGTAGCGGTGGAATGCGTAGATATATGGAAGAACACCAGTGGCGAAGGCGGCTCTCTGGTCTGCAACTGACGCTGAGGCTCGAAAGCATGGGTAGCGAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(18); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(27); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(27); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(38); scores.push_back(25); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(29); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(15); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(28); scores.push_back(12); read280.setScores(scores); - ffastqReads.push_back(read280); - FastqRead read281; read281.setName("M00967_44_000000000-A3K85_1_1101_28780_16228"); - read281.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGCGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(28); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(33); read281.setScores(scores); - ffastqReads.push_back(read281); - FastqRead read282; read282.setName("M00967_44_000000000-A3K85_1_1101_6585_16234"); - read282.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read282.setScores(scores); - ffastqReads.push_back(read282); - FastqRead read283; read283.setName("M00967_44_000000000-A3K85_1_1101_11179_16299"); - read283.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read283.setScores(scores); - ffastqReads.push_back(read283); - FastqRead read284; read284.setName("M00967_44_000000000-A3K85_1_1101_12787_16334"); - read284.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(32); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(24); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(31); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(26); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read284.setScores(scores); - ffastqReads.push_back(read284); - FastqRead read285; read285.setName("M00967_44_000000000-A3K85_1_1101_22868_16341"); - read285.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read285.setScores(scores); - ffastqReads.push_back(read285); - FastqRead read286; read286.setName("M00967_44_000000000-A3K85_1_1101_23951_16342"); - read286.setSeq("TACGTAGATGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTAATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATTACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(14); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(26); scores.push_back(36); scores.push_back(26); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); read286.setScores(scores); - ffastqReads.push_back(read286); - FastqRead read287; read287.setName("M00967_44_000000000-A3K85_1_1101_22386_16363"); - read287.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAATACAAGTCGGAAGTGAAATACCCGGGCTTAACCTGGGAACTGCTTTGGAAACTGTATGGCTGGAGTGCTGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(13); read287.setScores(scores); - ffastqReads.push_back(read287); - FastqRead read288; read288.setName("M00967_44_000000000-A3K85_1_1101_16040_16384"); - read288.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read288.setScores(scores); - ffastqReads.push_back(read288); - FastqRead read289; read289.setName("M00967_44_000000000-A3K85_1_1101_15326_16393"); - read289.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read289.setScores(scores); - ffastqReads.push_back(read289); - FastqRead read290; read290.setName("M00967_44_000000000-A3K85_1_1101_5293_16469"); - read290.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); read290.setScores(scores); - ffastqReads.push_back(read290); - FastqRead read291; read291.setName("M00967_44_000000000-A3K85_1_1101_8861_16491"); - read291.setSeq("TACGTAGGGGGCGAGCGTTGTCCGGAATGACTGGGCGTAAAGGGAGTGTAGGCGGCCTTTTAAGTTATGTGTGAAAGCCCACGGCTCAACTGTGGAATTGCACATAAAACTGGGAGGCTGGAGTGCAGGAGAGGTAAGCGGAATTTCCAGTGTAGCGGTGGAATGCGTAGATATTGGGAAGAACACCGGAGGCGAAGGCGGCTTACTGGACTGTAACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read291.setScores(scores); - ffastqReads.push_back(read291); - FastqRead read292; read292.setName("M00967_44_000000000-A3K85_1_1101_29591_16523"); - read292.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGTAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTATGTGACTGGAGTGCAGGAGAGGTGAGCAGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTCACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read292.setScores(scores); - ffastqReads.push_back(read292); - FastqRead read293; read293.setName("M00967_44_000000000-A3K85_1_1101_19910_16577"); - read293.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTGCTGGGTGTAAAGGGAGCGTAGGTGGCAGGGCAAGTCAGATGTGAAAACCCGGGGCTCAACCCCGGGAGTGCATTTGAAACTGTCCAGCTGGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCATAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACACTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(20); scores.push_back(33); scores.push_back(20); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(31); scores.push_back(18); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(19); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(31); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read293.setScores(scores); - ffastqReads.push_back(read293); - FastqRead read294; read294.setName("M00967_44_000000000-A3K85_1_1101_26044_16626"); - read294.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTATGTAAGTCTGAAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTTTGGAAACTGTGTAACTAGAGTACAGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACTGAAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(13); read294.setScores(scores); - ffastqReads.push_back(read294); - FastqRead read295; read295.setName("M00967_44_000000000-A3K85_1_1101_19479_16638"); - read295.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); read295.setScores(scores); - ffastqReads.push_back(read295); - FastqRead read296; read296.setName("M00967_44_000000000-A3K85_1_1101_19788_16652"); - read296.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGAAGAAAGTCTGAAGTGAAAGCCCGCGGCTTAACCGCGGAACTGCTTTGGAAACTTTTTTGCTGGAGTACCGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACGGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read296.setScores(scores); - ffastqReads.push_back(read296); - FastqRead read297; read297.setName("M00967_44_000000000-A3K85_1_1101_24163_16713"); - read297.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read297.setScores(scores); - ffastqReads.push_back(read297); - FastqRead read298; read298.setName("M00967_44_000000000-A3K85_1_1101_11027_16755"); - read298.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(24); scores.push_back(31); scores.push_back(37); read298.setScores(scores); - ffastqReads.push_back(read298); - FastqRead read299; read299.setName("M00967_44_000000000-A3K85_1_1101_27243_16776"); - read299.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(25); scores.push_back(32); scores.push_back(31); scores.push_back(25); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); read299.setScores(scores); - ffastqReads.push_back(read299); - FastqRead read300; read300.setName("M00967_44_000000000-A3K85_1_1101_26588_16849"); - read300.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTAAGCAAGTCTGAAGTGAAAGCCCGGGGCTTAACCCCGGGACTGCTTTGGAAACTGTTAAGCTAGAGTGCTGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(34); scores.push_back(12); scores.push_back(28); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(29); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(13); read300.setScores(scores); - ffastqReads.push_back(read300); - FastqRead read301; read301.setName("M00967_44_000000000-A3K85_1_1101_22040_16880"); - read301.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); read301.setScores(scores); - ffastqReads.push_back(read301); - FastqRead read302; read302.setName("M00967_44_000000000-A3K85_1_1101_21021_16925"); - read302.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); read302.setScores(scores); - ffastqReads.push_back(read302); - FastqRead read303; read303.setName("M00967_44_000000000-A3K85_1_1101_13651_17005"); - read303.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAGTGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read303.setScores(scores); - ffastqReads.push_back(read303); - FastqRead read304; read304.setName("M00967_44_000000000-A3K85_1_1101_18490_17089"); - read304.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAATGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read304.setScores(scores); - ffastqReads.push_back(read304); - FastqRead read305; read305.setName("M00967_44_000000000-A3K85_1_1101_8765_17131"); - read305.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGATGCAAGTCTGAAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTTTGGAAACTGTATAGCTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); read305.setScores(scores); - ffastqReads.push_back(read305); - FastqRead read306; read306.setName("M00967_44_000000000-A3K85_1_1101_12271_17157"); - read306.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read306.setScores(scores); - ffastqReads.push_back(read306); - FastqRead read307; read307.setName("M00967_44_000000000-A3K85_1_1101_17533_17243"); - read307.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read307.setScores(scores); - ffastqReads.push_back(read307); - FastqRead read308; read308.setName("M00967_44_000000000-A3K85_1_1101_14162_17311"); - read308.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read308.setScores(scores); - ffastqReads.push_back(read308); - FastqRead read309; read309.setName("M00967_44_000000000-A3K85_1_1101_11784_17334"); - read309.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read309.setScores(scores); - ffastqReads.push_back(read309); - FastqRead read310; read310.setName("M00967_44_000000000-A3K85_1_1101_13297_17341"); - read310.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read310.setScores(scores); - ffastqReads.push_back(read310); - FastqRead read311; read311.setName("M00967_44_000000000-A3K85_1_1101_12366_17394"); - read311.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(27); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(35); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(25); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(15); scores.push_back(34); scores.push_back(24); scores.push_back(34); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(33); read311.setScores(scores); - ffastqReads.push_back(read311); - FastqRead read312; read312.setName("M00967_44_000000000-A3K85_1_1101_17266_17526"); - read312.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGGCGGCATGGCAAGCCAGAAGTGAAAACCCGGGGCTTAACCCCGTGGATTGCTTTTGGAACGGTTAGTTTGGAGAGCAGGAAGGGCAGGGGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCGGGAGGACCACCGGGGGCGAAGGCGGCCTGCTGGACCGTAACTGACACTGAGGCTCGAAAGCGGGGGTGTAGAA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(18); scores.push_back(17); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(14); scores.push_back(30); scores.push_back(27); scores.push_back(16); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(15); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(14); scores.push_back(27); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(29); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); read312.setScores(scores); - ffastqReads.push_back(read312); - FastqRead read313; read313.setName("M00967_44_000000000-A3K85_1_1101_16833_17613"); - read313.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read313.setScores(scores); - ffastqReads.push_back(read313); - FastqRead read314; read314.setName("M00967_44_000000000-A3K85_1_1101_8059_17679"); - read314.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTCCTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTAAGGCTAGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGATGACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(31); scores.push_back(35); scores.push_back(31); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(31); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(24); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(29); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(27); scores.push_back(37); scores.push_back(13); scores.push_back(13); read314.setScores(scores); - ffastqReads.push_back(read314); - FastqRead read315; read315.setName("M00967_44_000000000-A3K85_1_1101_26403_17681"); - read315.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(27); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read315.setScores(scores); - ffastqReads.push_back(read315); - FastqRead read316; read316.setName("M00967_44_000000000-A3K85_1_1101_28448_17772"); - read316.setSeq("TACGTAGGGGGCAAGCGTTGTCCGGAATGACTGGGCGTAAAGGGAGTGTAGGCGGCTCATCAAGTTAGATGTGAAATCCCGCGGCTTAACCGCGGAACTGCATCTAAAACTGGTAAGCTGGAGTGCAGGAGAGGTGAGTGGAATTCCTAGTGTAGCGGTGGAATGCGTAGATATTAGGAGGAACACCAGAGGCGAAGGCGACTCACTGGACTGTAACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read316.setScores(scores); - ffastqReads.push_back(read316); - FastqRead read317; read317.setName("M00967_44_000000000-A3K85_1_1101_4195_17781"); - read317.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read317.setScores(scores); - ffastqReads.push_back(read317); - FastqRead read318; read318.setName("M00967_44_000000000-A3K85_1_1101_8809_17795"); - read318.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read318.setScores(scores); - ffastqReads.push_back(read318); - FastqRead read319; read319.setName("M00967_44_000000000-A3K85_1_1101_22742_17801"); - read319.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read319.setScores(scores); - ffastqReads.push_back(read319); - FastqRead read320; read320.setName("M00967_44_000000000-A3K85_1_1101_17508_17806"); - read320.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read320.setScores(scores); - ffastqReads.push_back(read320); - FastqRead read321; read321.setName("M00967_44_000000000-A3K85_1_1101_26688_17811"); - read321.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read321.setScores(scores); - ffastqReads.push_back(read321); - FastqRead read322; read322.setName("M00967_44_000000000-A3K85_1_1101_20272_17884"); - read322.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); read322.setScores(scores); - ffastqReads.push_back(read322); - FastqRead read323; read323.setName("M00967_44_000000000-A3K85_1_1101_25367_17904"); - read323.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read323.setScores(scores); - ffastqReads.push_back(read323); - FastqRead read324; read324.setName("M00967_44_000000000-A3K85_1_1101_16116_17943"); - read324.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read324.setScores(scores); - ffastqReads.push_back(read324); - FastqRead read325; read325.setName("M00967_44_000000000-A3K85_1_1101_12289_17946"); - read325.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); read325.setScores(scores); - ffastqReads.push_back(read325); - FastqRead read326; read326.setName("M00967_44_000000000-A3K85_1_1101_19443_17988"); - read326.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); read326.setScores(scores); - ffastqReads.push_back(read326); - FastqRead read327; read327.setName("M00967_44_000000000-A3K85_1_1101_5294_17989"); - read327.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGATCGTTAAGTCAGTGGTCAAATTGAGGGGCTCAACCCCTTCCCGCCATTGAAACTGGCGATCTTGAGTGGAAGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATGCCGGCTTCCTACTGACGCTGAAGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read327.setScores(scores); - ffastqReads.push_back(read327); - FastqRead read328; read328.setName("M00967_44_000000000-A3K85_1_1101_11671_18011"); - read328.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read328.setScores(scores); - ffastqReads.push_back(read328); - FastqRead read329; read329.setName("M00967_44_000000000-A3K85_1_1101_20386_18021"); - read329.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTATTGGGCGTAAAGCGAGTGCAGGCGGTTCAATAAGTCTGATGTGAAAGCCTTCGGCTCAACCGGAGAATTGCATCAGAAACTGTTGAACTTGAGTGCAGAAGAGGAGAGTGGAACTCCATGTGTAGCGGTGGAATGCGTAGATATATGGAAGAACACCAGTGGCGAAGGCGGCTCTCTGGTCTGCAACTGACGCTGAGGCTCGAAAGCATGGGGAGCGAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(19); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(32); scores.push_back(36); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(35); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(17); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(27); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(28); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(25); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(25); scores.push_back(13); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(25); scores.push_back(26); scores.push_back(12); scores.push_back(12); read329.setScores(scores); - ffastqReads.push_back(read329); - FastqRead read330; read330.setName("M00967_44_000000000-A3K85_1_1101_19437_18037"); - read330.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCCTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read330.setScores(scores); - ffastqReads.push_back(read330); - FastqRead read331; read331.setName("M00967_44_000000000-A3K85_1_1101_5272_18084"); - read331.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGAATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(18); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(14); scores.push_back(17); scores.push_back(14); scores.push_back(17); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(31); scores.push_back(29); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(12); scores.push_back(35); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(15); scores.push_back(27); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(13); read331.setScores(scores); - ffastqReads.push_back(read331); - FastqRead read332; read332.setName("M00967_44_000000000-A3K85_1_1101_21786_18090"); - read332.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAATGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); read332.setScores(scores); - ffastqReads.push_back(read332); - FastqRead read333; read333.setName("M00967_44_000000000-A3K85_1_1101_29391_18162"); - read333.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCCGCCGTTGAAACTGGGGTCCTAGAGTGGGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(14); scores.push_back(29); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(28); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); read333.setScores(scores); - ffastqReads.push_back(read333); - FastqRead read334; read334.setName("M00967_44_000000000-A3K85_1_1101_10276_18194"); - read334.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); read334.setScores(scores); - ffastqReads.push_back(read334); - FastqRead read335; read335.setName("M00967_44_000000000-A3K85_1_1101_26760_18265"); - read335.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read335.setScores(scores); - ffastqReads.push_back(read335); - FastqRead read336; read336.setName("M00967_44_000000000-A3K85_1_1101_21125_18338"); - read336.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAGCCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); read336.setScores(scores); - ffastqReads.push_back(read336); - FastqRead read337; read337.setName("M00967_44_000000000-A3K85_1_1101_10126_18434"); - read337.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read337.setScores(scores); - ffastqReads.push_back(read337); - FastqRead read338; read338.setName("M00967_44_000000000-A3K85_1_1101_18850_18435"); - read338.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGACCAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(37); read338.setScores(scores); - ffastqReads.push_back(read338); - FastqRead read339; read339.setName("M00967_44_000000000-A3K85_1_1101_14610_18482"); - read339.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read339.setScores(scores); - ffastqReads.push_back(read339); - FastqRead read340; read340.setName("M00967_44_000000000-A3K85_1_1101_23298_18590"); - read340.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read340.setScores(scores); - ffastqReads.push_back(read340); - FastqRead read341; read341.setName("M00967_44_000000000-A3K85_1_1101_3907_18616"); - read341.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTGTTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACCAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(31); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(28); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(24); read341.setScores(scores); - ffastqReads.push_back(read341); - FastqRead read342; read342.setName("M00967_44_000000000-A3K85_1_1101_5769_18685"); - read342.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(27); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(37); read342.setScores(scores); - ffastqReads.push_back(read342); - FastqRead read343; read343.setName("M00967_44_000000000-A3K85_1_1101_2760_18731"); - read343.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATGGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(32); scores.push_back(28); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(30); scores.push_back(29); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(28); scores.push_back(28); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(28); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); read343.setScores(scores); - ffastqReads.push_back(read343); - FastqRead read344; read344.setName("M00967_44_000000000-A3K85_1_1101_4187_18740"); - read344.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(26); read344.setScores(scores); - ffastqReads.push_back(read344); - FastqRead read345; read345.setName("M00967_44_000000000-A3K85_1_1101_19123_18746"); - read345.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(26); read345.setScores(scores); - ffastqReads.push_back(read345); - FastqRead read346; read346.setName("M00967_44_000000000-A3K85_1_1101_4170_18746"); - read346.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(34); scores.push_back(37); read346.setScores(scores); - ffastqReads.push_back(read346); - FastqRead read347; read347.setName("M00967_44_000000000-A3K85_1_1101_2510_18750"); - read347.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(25); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(34); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); read347.setScores(scores); - ffastqReads.push_back(read347); - FastqRead read348; read348.setName("M00967_44_000000000-A3K85_1_1101_11126_18756"); - read348.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read348.setScores(scores); - ffastqReads.push_back(read348); - FastqRead read349; read349.setName("M00967_44_000000000-A3K85_1_1101_5112_18767"); - read349.setSeq("TACGTAGGGAGCAAGCGTTGTTCGGAATGACTGGGCGTAAAGGGTGCGTAGGCGGTTGTACAAGTTAGAAGTGAAATACCCAGGGCTTAACTCGGGTGCTGCTTCTAAAACTGTATGACTTGAGTGCAGTAGAGGTTAGTGGAATTCCTAGTGTAGCGGTGGAATGCGTAGATATTAGGAGGAACACCAGAGGCGAAGGCGGCTAACTGGACTGCAACTGACGCTGAGGCACGAAAGTGTGGGGGGCAAA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(20); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(18); scores.push_back(19); scores.push_back(18); scores.push_back(29); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(27); scores.push_back(36); scores.push_back(38); scores.push_back(19); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(33); scores.push_back(30); scores.push_back(17); scores.push_back(16); scores.push_back(30); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(30); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(27); scores.push_back(35); scores.push_back(27); scores.push_back(13); scores.push_back(28); scores.push_back(35); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(26); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(32); scores.push_back(32); read349.setScores(scores); - ffastqReads.push_back(read349); - FastqRead read350; read350.setName("M00967_44_000000000-A3K85_1_1101_26182_18789"); - read350.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read350.setScores(scores); - ffastqReads.push_back(read350); - FastqRead read351; read351.setName("M00967_44_000000000-A3K85_1_1101_26008_18807"); - read351.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGGACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACCGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read351.setScores(scores); - ffastqReads.push_back(read351); - FastqRead read352; read352.setName("M00967_44_000000000-A3K85_1_1101_10915_18815"); - read352.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGAGCAAGTCTGAAGTGAAAGCCCGCGGCCCAACTGCGGGACTGCTTTGGAAACTGCCCGGCTAGAGTGCTGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read352.setScores(scores); - ffastqReads.push_back(read352); - FastqRead read353; read353.setName("M00967_44_000000000-A3K85_1_1101_14957_18837"); - read353.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTGGTCAAGTCAGAAGTGAAAGCCCAGGGCTCAACCTTGGGACTGCTTTTGAAACTGAGTAGATAGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); read353.setScores(scores); - ffastqReads.push_back(read353); - FastqRead read354; read354.setName("M00967_44_000000000-A3K85_1_1101_8347_18936"); - read354.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGAAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGGGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(18); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(16); scores.push_back(15); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(29); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(28); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(29); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(13); read354.setScores(scores); - ffastqReads.push_back(read354); - FastqRead read355; read355.setName("M00967_44_000000000-A3K85_1_1101_18719_19023"); - read355.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read355.setScores(scores); - ffastqReads.push_back(read355); - FastqRead read356; read356.setName("M00967_44_000000000-A3K85_1_1101_7178_19094"); - read356.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read356.setScores(scores); - ffastqReads.push_back(read356); - FastqRead read357; read357.setName("M00967_44_000000000-A3K85_1_1101_28419_19118"); - read357.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGGGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(29); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(13); read357.setScores(scores); - ffastqReads.push_back(read357); - FastqRead read358; read358.setName("M00967_44_000000000-A3K85_1_1101_5010_19129"); - read358.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGAGACAAGTCTGAAGTGAAAGCCCGGGGCTCAACCCCGGGACTGCTTTGGAAACTGCCTGACTGGAGTGCTGGATAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAGTGCGTAGATATTAGGAAGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read358.setScores(scores); - ffastqReads.push_back(read358); - FastqRead read359; read359.setName("M00967_44_000000000-A3K85_1_1101_8397_19133"); - read359.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(26); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); read359.setScores(scores); - ffastqReads.push_back(read359); - FastqRead read360; read360.setName("M00967_44_000000000-A3K85_1_1101_24623_19139"); - read360.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGCAGGCGGCGTGGCAAGTCAGATGTGAAAACCCGGGGCCCAACCCCGGGACTGCATTTGAAACTGCCATGCTGGAGTGCCGGAGAGGCAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGGAGGCGGCTTGCTGGACGGTAACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(28); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(29); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read360.setScores(scores); - ffastqReads.push_back(read360); - FastqRead read361; read361.setName("M00967_44_000000000-A3K85_1_1101_13034_19159"); - read361.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read361.setScores(scores); - ffastqReads.push_back(read361); - FastqRead read362; read362.setName("M00967_44_000000000-A3K85_1_1101_13398_19215"); - read362.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(33); read362.setScores(scores); - ffastqReads.push_back(read362); - FastqRead read363; read363.setName("M00967_44_000000000-A3K85_1_1101_15838_19237"); - read363.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read363.setScores(scores); - ffastqReads.push_back(read363); - FastqRead read364; read364.setName("M00967_44_000000000-A3K85_1_1101_4091_19241"); - read364.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(31); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(37); read364.setScores(scores); - ffastqReads.push_back(read364); - FastqRead read365; read365.setName("M00967_44_000000000-A3K85_1_1101_23158_19247"); - read365.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read365.setScores(scores); - ffastqReads.push_back(read365); - FastqRead read366; read366.setName("M00967_44_000000000-A3K85_1_1101_16618_19255"); - read366.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read366.setScores(scores); - ffastqReads.push_back(read366); - FastqRead read367; read367.setName("M00967_44_000000000-A3K85_1_1101_16081_19270"); - read367.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTTCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read367.setScores(scores); - ffastqReads.push_back(read367); - FastqRead read368; read368.setName("M00967_44_000000000-A3K85_1_1101_10512_19272"); - read368.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read368.setScores(scores); - ffastqReads.push_back(read368); - FastqRead read369; read369.setName("M00967_44_000000000-A3K85_1_1101_23939_19272"); - read369.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTATGTAAGTCTGAAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTTTGGAAACTGTGTAACTAGAGTACAGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACTGAAACTGACGTTAGGCTCGAAAGCGTGGGGAGCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read369.setScores(scores); - ffastqReads.push_back(read369); - FastqRead read370; read370.setName("M00967_44_000000000-A3K85_1_1101_24582_19293"); - read370.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read370.setScores(scores); - ffastqReads.push_back(read370); - FastqRead read371; read371.setName("M00967_44_000000000-A3K85_1_1101_14238_19302"); - read371.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTATTGGGTGTAAAGGGCGTGTAGGCGGGAATGCAAGTCAGATGTGAAAACTATGGGCTCAACCCATAGCCTGCATTTGAAACTGTATTTCTTGAGTGCTGGAGAGGCAATCGGAATTCCGTGTGTAGCGGTGAAATGCGTAGATATACGGAGGAACACCAGTGGCGAAGGCGGATTGCTGGACAGTAACTGACGCTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(18); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(28); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(13); read371.setScores(scores); - ffastqReads.push_back(read371); - FastqRead read372; read372.setName("M00967_44_000000000-A3K85_1_1101_19144_19309"); - read372.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGTTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(26); scores.push_back(35); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(12); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); read372.setScores(scores); - ffastqReads.push_back(read372); - FastqRead read373; read373.setName("M00967_44_000000000-A3K85_1_1101_8435_19315"); - read373.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGAGATATGGAGGAACACCAGTGGCGAAGGCGGCTTCCTGGTCTGCAACTGACACTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read373.setScores(scores); - ffastqReads.push_back(read373); - FastqRead read374; read374.setName("M00967_44_000000000-A3K85_1_1101_4073_19319"); - read374.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read374.setScores(scores); - ffastqReads.push_back(read374); - FastqRead read375; read375.setName("M00967_44_000000000-A3K85_1_1101_20170_19329"); - read375.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read375.setScores(scores); - ffastqReads.push_back(read375); - FastqRead read376; read376.setName("M00967_44_000000000-A3K85_1_1101_10382_19337"); - read376.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read376.setScores(scores); - ffastqReads.push_back(read376); - FastqRead read377; read377.setName("M00967_44_000000000-A3K85_1_1101_29060_19370"); - read377.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAACGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(29); scores.push_back(29); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(28); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(28); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); read377.setScores(scores); - ffastqReads.push_back(read377); - FastqRead read378; read378.setName("M00967_44_000000000-A3K85_1_1101_4545_19395"); - read378.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCGACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(14); scores.push_back(29); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(18); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(27); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(25); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(13); scores.push_back(34); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read378.setScores(scores); - ffastqReads.push_back(read378); - FastqRead read379; read379.setName("M00967_44_000000000-A3K85_1_1101_20007_19543"); - read379.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGGCGGCGATGCAAGTCAGAAGTGAAAGCCCGGGGCTCAACTCCGGGACTGCTTTTGAAACTGTGTTGCTAGATTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(25); read379.setScores(scores); - ffastqReads.push_back(read379); - FastqRead read380; read380.setName("M00967_44_000000000-A3K85_1_1101_20485_19546"); - read380.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read380.setScores(scores); - ffastqReads.push_back(read380); - FastqRead read381; read381.setName("M00967_44_000000000-A3K85_1_1101_10149_19565"); - read381.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read381.setScores(scores); - ffastqReads.push_back(read381); - FastqRead read382; read382.setName("M00967_44_000000000-A3K85_1_1101_12602_19638"); - read382.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGAATTACTGGGTGTAAAGGGAGCGTAGGCGGGAAGCCAAGTCAGCTGTGAAAACTACGGGCTTAACCTGTAGACTGCAGTTGAAACTGGCTTTCTTGAGTGAAGTAGAGGTTGGCGGAATTCCGAGTGTAGCGGTGAAATGCGTAGATATTCGGAGGAACACCGGTGGCGAAGGCGGCCAACTGGGCTTTAACTGACGCTGAGGCTCGAAAGTGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read382.setScores(scores); - ffastqReads.push_back(read382); - FastqRead read383; read383.setName("M00967_44_000000000-A3K85_1_1101_10513_19662"); - read383.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read383.setScores(scores); - ffastqReads.push_back(read383); - FastqRead read384; read384.setName("M00967_44_000000000-A3K85_1_1101_16943_19676"); - read384.setSeq("TACGTAGGGAGCAAGCGTTGTCCGGAATTACTGGGTGTAAAGGGAGCGTAGGCGGGGATGCAAGTTGGGTGTCAAAACTACCGGCTCAACCGATAGTCGCACTCAAAACTGCAGCTCTTGAGTGAAGTAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGGAGATATTAGGAGGAACACCAGTGGCGAAGGGGGCCCGCTGGGCTTTTAATGACGCTGAGGGTCGAAAGTGTGGGGGGGAAAAAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(27); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(24); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); read384.setScores(scores); - ffastqReads.push_back(read384); - FastqRead read385; read385.setName("M00967_44_000000000-A3K85_1_1101_20318_19842"); - read385.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); read385.setScores(scores); - ffastqReads.push_back(read385); - FastqRead read386; read386.setName("M00967_44_000000000-A3K85_1_1101_12029_19867"); - read386.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTGTCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(31); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read386.setScores(scores); - ffastqReads.push_back(read386); - FastqRead read387; read387.setName("M00967_44_000000000-A3K85_1_1101_3379_19867"); - read387.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCCGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATAATGCGCAGAACTCCGATTGCGAAGGCAGCCTACCTGCTCCCATCTGACGCTGAGGCCCGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(29); scores.push_back(14); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(14); scores.push_back(31); scores.push_back(34); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(27); scores.push_back(29); scores.push_back(13); scores.push_back(16); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(29); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(14); read387.setScores(scores); - ffastqReads.push_back(read387); - FastqRead read388; read388.setName("M00967_44_000000000-A3K85_1_1101_3360_19875"); - read388.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTATCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(29); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); read388.setScores(scores); - ffastqReads.push_back(read388); - FastqRead read389; read389.setName("M00967_44_000000000-A3K85_1_1101_12754_19895"); - read389.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read389.setScores(scores); - ffastqReads.push_back(read389); - FastqRead read390; read390.setName("M00967_44_000000000-A3K85_1_1101_17371_19921"); - read390.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(18); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(15); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(18); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(27); scores.push_back(33); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(27); scores.push_back(38); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(32); scores.push_back(31); scores.push_back(34); scores.push_back(31); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(26); scores.push_back(29); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(13); scores.push_back(13); read390.setScores(scores); - ffastqReads.push_back(read390); - FastqRead read391; read391.setName("M00967_44_000000000-A3K85_1_1101_10924_19935"); - read391.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read391.setScores(scores); - ffastqReads.push_back(read391); - FastqRead read392; read392.setName("M00967_44_000000000-A3K85_1_1101_26720_19997"); - read392.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); read392.setScores(scores); - ffastqReads.push_back(read392); - FastqRead read393; read393.setName("M00967_44_000000000-A3K85_1_1101_17333_20024"); - read393.setSeq("TACGTAGGTGGCAAGCGTTATCCGGAATTATTGGGCGTAAAGAGCGCGCAGGTGGTTAATTAAGTCTGATGTGAAAGCCCACGGCTTAACCGTGGAGGGTCATTGGAAACTGGTTGACTTGAGTGCAGAAGAGGGAAGTGGAATTCCATGTGTAGCGGTGAAATGCGTAGAGATATGGAGGAACACCAGTGGCGAAGGCGGCTTCCTGGTCTGCAACTGACACTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(28); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(13); read393.setScores(scores); - ffastqReads.push_back(read393); - FastqRead read394; read394.setName("M00967_44_000000000-A3K85_1_1101_21232_20033"); - read394.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read394.setScores(scores); - ffastqReads.push_back(read394); - FastqRead read395; read395.setName("M00967_44_000000000-A3K85_1_1101_23435_20056"); - read395.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGCGTGTAGGCGGGGACGCAAGTCAGATGTGAAAACCACGGGCTCAACCTGTGGCCTGCATTTGAAACTGTGTTTCTTGAGTACTGGAGAGGCAGACGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(25); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read395.setScores(scores); - ffastqReads.push_back(read395); - FastqRead read396; read396.setName("M00967_44_000000000-A3K85_1_1101_25470_20064"); - read396.setSeq("TACGGAGGGAGCAAGCGTTGTTCGGAATGACTGGGCGTAAAGGGTGCGTAGGCGGTTGTACAAGTTAGAAGTGAAATACCCAGGGCTTAACTCGGGTGCTGCTTCTAAAACTGTATGACTTGAGTGCAGTAGAGGTTAGTGGAATTCCTAGTGTAGCGGTGGAATGCGTAGATATTAGGAGGAACACCAGAGGCGAAGGCGGCTAACTGGACTGCAACTGACGCTGAGGCACGAAAGTGTGGGGAGCAAAA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(27); scores.push_back(26); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(25); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read396.setScores(scores); - ffastqReads.push_back(read396); - FastqRead read397; read397.setName("M00967_44_000000000-A3K85_1_1101_9672_20121"); - read397.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read397.setScores(scores); - ffastqReads.push_back(read397); - FastqRead read398; read398.setName("M00967_44_000000000-A3K85_1_1101_14425_20152"); - read398.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read398.setScores(scores); - ffastqReads.push_back(read398); - FastqRead read399; read399.setName("M00967_44_000000000-A3K85_1_1101_26483_20169"); - read399.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGGGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(20); scores.push_back(19); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(16); scores.push_back(30); scores.push_back(27); scores.push_back(34); scores.push_back(30); scores.push_back(29); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(35); scores.push_back(15); scores.push_back(25); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(36); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(28); scores.push_back(33); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(13); read399.setScores(scores); - ffastqReads.push_back(read399); - FastqRead read400; read400.setName("M00967_44_000000000-A3K85_1_1101_11677_20209"); - read400.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTATGGCAAGTCTGATGTGAAAACCCGGGGCTCAACCCCGGGACTGCATTGGAAACTGTCGGACTAGAGTGTCGGAGAGGCAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACGATGACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read400.setScores(scores); - ffastqReads.push_back(read400); - FastqRead read401; read401.setName("M00967_44_000000000-A3K85_1_1101_17973_20278"); - read401.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGAGACAAGTCTGAAGTGAAAGCCCGGGGCTCAACCCCGGGACTGCTTTGGAAACTGCCTGACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAAGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read401.setScores(scores); - ffastqReads.push_back(read401); - FastqRead read402; read402.setName("M00967_44_000000000-A3K85_1_1101_24757_20466"); - read402.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read402.setScores(scores); - ffastqReads.push_back(read402); - FastqRead read403; read403.setName("M00967_44_000000000-A3K85_1_1101_7647_20478"); - read403.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); read403.setScores(scores); - ffastqReads.push_back(read403); - FastqRead read404; read404.setName("M00967_44_000000000-A3K85_1_1101_8720_20525"); - read404.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read404.setScores(scores); - ffastqReads.push_back(read404); - FastqRead read405; read405.setName("M00967_44_000000000-A3K85_1_1101_18342_20529"); - read405.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read405.setScores(scores); - ffastqReads.push_back(read405); - FastqRead read406; read406.setName("M00967_44_000000000-A3K85_1_1101_22228_20638"); - read406.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read406.setScores(scores); - ffastqReads.push_back(read406); - FastqRead read407; read407.setName("M00967_44_000000000-A3K85_1_1101_27132_20658"); - read407.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read407.setScores(scores); - ffastqReads.push_back(read407); - FastqRead read408; read408.setName("M00967_44_000000000-A3K85_1_1101_22945_20720"); - read408.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGTGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); read408.setScores(scores); - ffastqReads.push_back(read408); - FastqRead read409; read409.setName("M00967_44_000000000-A3K85_1_1101_26908_20783"); - read409.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read409.setScores(scores); - ffastqReads.push_back(read409); - FastqRead read410; read410.setName("M00967_44_000000000-A3K85_1_1101_23347_20806"); - read410.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTTAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(26); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(25); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(25); read410.setScores(scores); - ffastqReads.push_back(read410); - FastqRead read411; read411.setName("M00967_44_000000000-A3K85_1_1101_25225_20825"); - read411.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACCGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read411.setScores(scores); - ffastqReads.push_back(read411); - FastqRead read412; read412.setName("M00967_44_000000000-A3K85_1_1101_19794_20840"); - read412.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read412.setScores(scores); - ffastqReads.push_back(read412); - FastqRead read413; read413.setName("M00967_44_000000000-A3K85_1_1101_6876_20848"); - read413.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(12); read413.setScores(scores); - ffastqReads.push_back(read413); - FastqRead read414; read414.setName("M00967_44_000000000-A3K85_1_1101_4099_20862"); - read414.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGAAGATTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCGTCGGGCCGTTGAAACTGGTTGTCTTGAGTGAGCGAGAAGAATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCGCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAGCAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(15); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(15); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(35); scores.push_back(16); scores.push_back(35); scores.push_back(16); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(29); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(17); scores.push_back(33); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(16); scores.push_back(27); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(14); scores.push_back(30); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(27); scores.push_back(31); scores.push_back(12); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(28); scores.push_back(35); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(24); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(32); scores.push_back(27); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); read414.setScores(scores); - ffastqReads.push_back(read414); - FastqRead read415; read415.setName("M00967_44_000000000-A3K85_1_1101_6848_20865"); - read415.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAACCTGTATGCCTGGAGTGCAGGAGAGGAAAGTGGAATTCCTAGTGAAGCGGTGAAATGCGTAGTTATACGGAGGAACACCAGTGGCGAAGGAGGCTTACTGGACTGTACCTGACGTTGAGGCCCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(18); scores.push_back(15); scores.push_back(30); scores.push_back(36); scores.push_back(27); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(14); scores.push_back(31); scores.push_back(35); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(13); scores.push_back(27); scores.push_back(29); scores.push_back(16); scores.push_back(28); scores.push_back(28); scores.push_back(28); scores.push_back(15); scores.push_back(27); scores.push_back(28); scores.push_back(38); scores.push_back(32); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(15); scores.push_back(27); scores.push_back(25); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(28); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(13); read415.setScores(scores); - ffastqReads.push_back(read415); - FastqRead read416; read416.setName("M00967_44_000000000-A3K85_1_1101_6893_20866"); - read416.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read416.setScores(scores); - ffastqReads.push_back(read416); - FastqRead read417; read417.setName("M00967_44_000000000-A3K85_1_1101_4083_20883"); - read417.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGACCAG"); - scores.clear(); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(16); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(27); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(37); scores.push_back(16); scores.push_back(28); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(26); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(28); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(12); scores.push_back(36); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(37); read417.setScores(scores); - ffastqReads.push_back(read417); - FastqRead read418; read418.setName("M00967_44_000000000-A3K85_1_1101_3392_20903"); - read418.setSeq("TACGTTGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGAGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(35); scores.push_back(16); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(29); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(12); read418.setScores(scores); - ffastqReads.push_back(read418); - FastqRead read419; read419.setName("M00967_44_000000000-A3K85_1_1101_6875_21019"); - read419.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTAAGCAAGTCTGAAGTGAAAGCCCGGGGCTTAACCCCGGGACTGCTTTGGAAACTGTTAAGCTAGAGTGCTGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGAAAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(25); read419.setScores(scores); - ffastqReads.push_back(read419); - FastqRead read420; read420.setName("M00967_44_000000000-A3K85_1_1101_23496_21067"); - read420.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read420.setScores(scores); - ffastqReads.push_back(read420); - FastqRead read421; read421.setName("M00967_44_000000000-A3K85_1_1101_26855_21079"); - read421.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(17); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read421.setScores(scores); - ffastqReads.push_back(read421); - FastqRead read422; read422.setName("M00967_44_000000000-A3K85_1_1101_3487_21125"); - read422.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTATTGGGTGTAAAGGGCGTGTAGGCGGGAATGCAAGTCAGATGTGAAAACTATGGGCTCAACCCATAGCCTGCATTTGAAACTGTATTTCTTGAGTGCTGGAGAGGCAATCGGAATTCCGTGTGTAGCGGTGAAATGCGTAGATATACGGAGGAACACCAGTGGCGAAGGCGGATTGCTGGACAGTAACTGAAGCTGAGGCGCGAAAGCGTGGGGAGACAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(31); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(15); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(33); scores.push_back(17); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(29); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(17); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(27); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(34); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(27); scores.push_back(34); scores.push_back(13); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(25); scores.push_back(13); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(30); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(12); scores.push_back(12); read422.setScores(scores); - ffastqReads.push_back(read422); - FastqRead read423; read423.setName("M00967_44_000000000-A3K85_1_1101_21622_21171"); - read423.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(27); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read423.setScores(scores); - ffastqReads.push_back(read423); - FastqRead read424; read424.setName("M00967_44_000000000-A3K85_1_1101_11233_21240"); - read424.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read424.setScores(scores); - ffastqReads.push_back(read424); - FastqRead read425; read425.setName("M00967_44_000000000-A3K85_1_1101_4076_21257"); - read425.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGCGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTGTCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(29); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(27); scores.push_back(31); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(27); scores.push_back(36); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read425.setScores(scores); - ffastqReads.push_back(read425); - FastqRead read426; read426.setName("M00967_44_000000000-A3K85_1_1101_27459_21314"); - read426.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read426.setScores(scores); - ffastqReads.push_back(read426); - FastqRead read427; read427.setName("M00967_44_000000000-A3K85_1_1101_14703_21367"); - read427.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCACGAAAGTGCGGGGATCGAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(25); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); read427.setScores(scores); - ffastqReads.push_back(read427); - FastqRead read428; read428.setName("M00967_44_000000000-A3K85_1_1101_21189_21392"); - read428.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTATGTAAGTCTGAAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTTTGGAAACTGTGTAACTAGAGTACAGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACTGAAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(13); read428.setScores(scores); - ffastqReads.push_back(read428); - FastqRead read429; read429.setName("M00967_44_000000000-A3K85_1_1101_20918_21539"); - read429.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); read429.setScores(scores); - ffastqReads.push_back(read429); - FastqRead read430; read430.setName("M00967_44_000000000-A3K85_1_1101_16238_21584"); - read430.setSeq("TACGTAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTATCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read430.setScores(scores); - ffastqReads.push_back(read430); - FastqRead read431; read431.setName("M00967_44_000000000-A3K85_1_1101_7115_21626"); - read431.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(17); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(29); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(25); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(12); read431.setScores(scores); - ffastqReads.push_back(read431); - FastqRead read432; read432.setName("M00967_44_000000000-A3K85_1_1101_24430_21666"); - read432.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(33); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read432.setScores(scores); - ffastqReads.push_back(read432); - FastqRead read433; read433.setName("M00967_44_000000000-A3K85_1_1101_11336_21709"); - read433.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTGTGCAAGTCTGAAGTGAAAGCCCAGGGCTCAACCCTGGGACTGCTTTGGAAACTGTGGAGCTAGAGTGCTGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read433.setScores(scores); - ffastqReads.push_back(read433); - FastqRead read434; read434.setName("M00967_44_000000000-A3K85_1_1101_4254_21777"); - read434.setSeq("TACGGAGGATGCAAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGTCAAGTCAGCGGTCAAATCCCGGGGCTCAACCCCGGCATGCCGTTGGAAATTGTGTCCCTGAGTGGTCGAAGAGGATGCGGGAACCGCTGTGGTGGCGGGGAAAGCCTTGAATTTACGCAAGAACACCAGTGGCGAGGGCGGCTACCTGGGCCCAAACTGACGCTGAGGACGAAACGCTGGGGTTGGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(16); scores.push_back(18); scores.push_back(19); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(19); scores.push_back(31); scores.push_back(19); scores.push_back(37); scores.push_back(18); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(18); scores.push_back(18); scores.push_back(18); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(16); scores.push_back(30); scores.push_back(14); scores.push_back(29); scores.push_back(27); scores.push_back(30); scores.push_back(27); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(28); scores.push_back(16); scores.push_back(29); scores.push_back(15); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(14); read434.setScores(scores); - ffastqReads.push_back(read434); - FastqRead read435; read435.setName("M00967_44_000000000-A3K85_1_1101_16791_21818"); - read435.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read435.setScores(scores); - ffastqReads.push_back(read435); - FastqRead read436; read436.setName("M00967_44_000000000-A3K85_1_1101_9642_21818"); - read436.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read436.setScores(scores); - ffastqReads.push_back(read436); - FastqRead read437; read437.setName("M00967_44_000000000-A3K85_1_1101_20197_21828"); - read437.setSeq("TACGTAGGGAGCGAGCGTTGTCCGGAATTACTGGGTGTAAAGGGAGCGTAGGCGGGCGAGAAAGTTGAATGTTAAATCTACCGGCTTAACTGGTAGCTGCGTTCAAAACTTCTTGTCTTGAGTGAAGTAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGGCTTTAACTGACGCTGAGGCTCGAAAGCGTGGGGAGGAAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(24); scores.push_back(30); scores.push_back(13); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(31); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); read437.setScores(scores); - ffastqReads.push_back(read437); - FastqRead read438; read438.setName("M00967_44_000000000-A3K85_1_1101_12609_21843"); - read438.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read438.setScores(scores); - ffastqReads.push_back(read438); - FastqRead read439; read439.setName("M00967_44_000000000-A3K85_1_1101_15072_21900"); - read439.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read439.setScores(scores); - ffastqReads.push_back(read439); - FastqRead read440; read440.setName("M00967_44_000000000-A3K85_1_1101_16646_21944"); - read440.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read440.setScores(scores); - ffastqReads.push_back(read440); - FastqRead read441; read441.setName("M00967_44_000000000-A3K85_1_1101_25288_22008"); - read441.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read441.setScores(scores); - ffastqReads.push_back(read441); - FastqRead read442; read442.setName("M00967_44_000000000-A3K85_1_1101_6682_22039"); - read442.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGAGCAAGTCTGAAGTGAAAGCCCGCGGCCCAACTGCGGGACTGCTTTGGAAACTGCCCGGCTAGAGTGCTGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCCAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(19); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(28); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(13); read442.setScores(scores); - ffastqReads.push_back(read442); - FastqRead read443; read443.setName("M00967_44_000000000-A3K85_1_1101_21986_22111"); - read443.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read443.setScores(scores); - ffastqReads.push_back(read443); - FastqRead read444; read444.setName("M00967_44_000000000-A3K85_1_1101_18056_22134"); - read444.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(18); scores.push_back(17); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(19); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(18); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(27); scores.push_back(27); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(35); scores.push_back(14); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(15); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(27); scores.push_back(14); scores.push_back(13); scores.push_back(27); scores.push_back(28); scores.push_back(15); scores.push_back(27); scores.push_back(35); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(36); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); read444.setScores(scores); - ffastqReads.push_back(read444); - FastqRead read445; read445.setName("M00967_44_000000000-A3K85_1_1101_7468_22202"); - read445.setSeq("TACGGAGGATGCGAGCGTTGTCCGGAATTACTGGGTGTAAAGGGAGCGTAGGCGGGGATGCAAGTTGGGTGTCAAAACTACCGGCTCAACCGATAGTCGCACTCAAAACTGCAGCTCTTGAGTGAAGTAGAGGCAGGGGGGAATTCTAAGGGAGCGGGGAAAATCGGAAGAATTTGGGGGGAAAACCGTGGGGGAAGCGGGCCGCCTGGCTTTTAATTACCCCGGGGGCCCGAAGGGGTGGGGGGCAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(27); scores.push_back(33); scores.push_back(35); scores.push_back(15); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); read445.setScores(scores); - ffastqReads.push_back(read445); - FastqRead read446; read446.setName("M00967_44_000000000-A3K85_1_1101_11667_22289"); - read446.setSeq("TACGTAGGTGGCAAGCGTTATCCGGAATTATTGGGCGTAAAGAGCGCGCAGGTGGTTAATTAAGTCTGATGTGAAAGCCCACGGCTTAACCGTGGAGGGTCATTGGAAACTGGTTGACTTGAGTGCAGAAGAGGGAAGTGGAATTCCATGTGTAGCGGTGAAATGCGTAGAGATATGGAGGAACACCAGTGGCGAAGGCGGCTTCCTGGTCTGCAACTGACACTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read446.setScores(scores); - ffastqReads.push_back(read446); - FastqRead read447; read447.setName("M00967_44_000000000-A3K85_1_1101_24319_22301"); - read447.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); read447.setScores(scores); - ffastqReads.push_back(read447); - FastqRead read448; read448.setName("M00967_44_000000000-A3K85_1_1101_9711_22306"); - read448.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read448.setScores(scores); - ffastqReads.push_back(read448); - FastqRead read449; read449.setName("M00967_44_000000000-A3K85_1_1101_17288_22307"); - read449.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGATCGTTAAGTCAGTGGTCAAATTGAGGGGCTCAACCCCTTCCCGCCATTGAAACTGGCGATCTTGAGTGGAAGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATGCCGGCTTCCTACTGACGCTGAAGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read449.setScores(scores); - ffastqReads.push_back(read449); - FastqRead read450; read450.setName("M00967_44_000000000-A3K85_1_1101_6536_22322"); - read450.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGTTGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGCGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(16); scores.push_back(16); scores.push_back(34); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(29); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(31); scores.push_back(14); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(29); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(27); scores.push_back(28); scores.push_back(16); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(30); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(31); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(29); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(30); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(33); read450.setScores(scores); - ffastqReads.push_back(read450); - FastqRead read451; read451.setName("M00967_44_000000000-A3K85_1_1101_21363_22339"); - read451.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGGAAGACAAGTCAGATGTGAAATCCCGCGGCTCAACCGCGGAACTGCATTTGAAACTGTTTTTCTTGAGTATCGGAGAGGTAATCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAAGAACACCAGTGGCGAAGGCGGATTACTGGACGACAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read451.setScores(scores); - ffastqReads.push_back(read451); - FastqRead read452; read452.setName("M00967_44_000000000-A3K85_1_1101_26774_22378"); - read452.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTATTGGGCGTAAAGAGTACGTAGGTGGCAACCTAAGCGCAGGGTTTAAGGCAATGGCTCAACCATTGTTCGCCCTGCGAACTGGGATGCTTGAGTGCAGGAGAGGAAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTTCTGGACTGAAACTGACACTGAGGTACGAAAGCGTGGGGAGCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); read452.setScores(scores); - ffastqReads.push_back(read452); - FastqRead read453; read453.setName("M00967_44_000000000-A3K85_1_1101_9624_22393"); - read453.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read453.setScores(scores); - ffastqReads.push_back(read453); - FastqRead read454; read454.setName("M00967_44_000000000-A3K85_1_1101_16702_22428"); - read454.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTTAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(28); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read454.setScores(scores); - ffastqReads.push_back(read454); - FastqRead read455; read455.setName("M00967_44_000000000-A3K85_1_1101_22846_22476"); - read455.setSeq("TACGTAGGGAGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGTGCGTAGGCGGCTTTGCAAGTCAGAAGTGAAATCCATGGGCTTAACCCATGAACTGCTTTTGAAACTGCAGAGCTTGAGTGGAGTAGAGGTAGGCGGAATTCCCGGTGTAGCGGTGAAATGCGTAGAGATCGGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGGCTCTAACTGACGCTGAGGCACGAAAGCGTGGGTAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read455.setScores(scores); - ffastqReads.push_back(read455); - FastqRead read456; read456.setName("M00967_44_000000000-A3K85_1_1101_4865_22519"); - read456.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(13); read456.setScores(scores); - ffastqReads.push_back(read456); - FastqRead read457; read457.setName("M00967_44_000000000-A3K85_1_1101_22826_22575"); - read457.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read457.setScores(scores); - ffastqReads.push_back(read457); - FastqRead read458; read458.setName("M00967_44_000000000-A3K85_1_1101_9799_22582"); - read458.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTATGTAAGTCTGAAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTTTGGAAACTGTGTAACTAGAGTACAGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACTGAAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read458.setScores(scores); - ffastqReads.push_back(read458); - FastqRead read459; read459.setName("M00967_44_000000000-A3K85_1_1101_26977_22609"); - read459.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(17); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(27); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(27); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(27); scores.push_back(26); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); read459.setScores(scores); - ffastqReads.push_back(read459); - FastqRead read460; read460.setName("M00967_44_000000000-A3K85_1_1101_8292_22634"); - read460.setSeq("TACAGGGGATGCAAGTGTTATCCGGAATTATTGGGCGTAAAGCGTCTGCAGGTGGATAAGTAAGTCTTTTGTTAAATTTTCAGGCTTAACCTGAAGTCCGCAAAGGAAACTACTTATCTTGAGTATGGTAGAGGTAAAGGGAATTTCCAGTGGAGCGGTGAAATGCGTAGATATTGGAAAGAACACCAACAGCGCAGGCACTTTACTGGGCCATTACTGACACTCAGAGACGAAAGCTAGGGGAGCAAACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(20); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(17); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(18); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(32); scores.push_back(32); read460.setScores(scores); - ffastqReads.push_back(read460); - FastqRead read461; read461.setName("M00967_44_000000000-A3K85_1_1101_18065_22676"); - read461.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGTCGCAAGTCTGAAGTGAAAGCCCGTGGCTCAACCGCGGAACCGCTTTGGAAACTGCGAGGCTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACAGTGACTGACGTTGAGGCTCGAAAGCGTGGGGAGCGAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(24); scores.push_back(31); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(26); read461.setScores(scores); - ffastqReads.push_back(read461); - FastqRead read462; read462.setName("M00967_44_000000000-A3K85_1_1101_8616_22725"); - read462.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read462.setScores(scores); - ffastqReads.push_back(read462); - FastqRead read463; read463.setName("M00967_44_000000000-A3K85_1_1101_18079_22767"); - read463.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGTAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTATGTGACTGGAGTGCAGGAGAGGTGAGCAGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTCACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read463.setScores(scores); - ffastqReads.push_back(read463); - FastqRead read464; read464.setName("M00967_44_000000000-A3K85_1_1101_26559_22769"); - read464.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read464.setScores(scores); - ffastqReads.push_back(read464); - FastqRead read465; read465.setName("M00967_44_000000000-A3K85_1_1101_17572_22818"); - read465.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(25); scores.push_back(15); scores.push_back(13); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(34); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(24); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(25); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(24); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(12); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(33); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); read465.setScores(scores); - ffastqReads.push_back(read465); - FastqRead read466; read466.setName("M00967_44_000000000-A3K85_1_1101_6116_22819"); - read466.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCTTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(29); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read466.setScores(scores); - ffastqReads.push_back(read466); - FastqRead read467; read467.setName("M00967_44_000000000-A3K85_1_1101_25549_22917"); - read467.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(15); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(26); scores.push_back(37); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); read467.setScores(scores); - ffastqReads.push_back(read467); - FastqRead read468; read468.setName("M00967_44_000000000-A3K85_1_1101_7259_22951"); - read468.setSeq("TACGTATGGAGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGAGTAGGTGGCAGAGCAAGTCTGAAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTTTGGAAACTGTATAGCTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read468.setScores(scores); - ffastqReads.push_back(read468); - FastqRead read469; read469.setName("M00967_44_000000000-A3K85_1_1101_7361_22954"); - read469.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(14); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(28); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(28); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(37); read469.setScores(scores); - ffastqReads.push_back(read469); - FastqRead read470; read470.setName("M00967_44_000000000-A3K85_1_1101_10891_22975"); - read470.setSeq("TACGTAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read470.setScores(scores); - ffastqReads.push_back(read470); - FastqRead read471; read471.setName("M00967_44_000000000-A3K85_1_1101_25992_23047"); - read471.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read471.setScores(scores); - ffastqReads.push_back(read471); - FastqRead read472; read472.setName("M00967_44_000000000-A3K85_1_1101_9491_23061"); - read472.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTATGGCAAGTCTGATGTGAAAACCCGGGGCTCAACCCCGGGACTGCATTGGAAACTGTCGGACTAGAGTGTCGGAGAGGCAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACGATGACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read472.setScores(scores); - ffastqReads.push_back(read472); - FastqRead read473; read473.setName("M00967_44_000000000-A3K85_1_1101_23837_23142"); - read473.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(26); scores.push_back(34); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); read473.setScores(scores); - ffastqReads.push_back(read473); - FastqRead read474; read474.setName("M00967_44_000000000-A3K85_1_1101_25372_23145"); - read474.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read474.setScores(scores); - ffastqReads.push_back(read474); - FastqRead read475; read475.setName("M00967_44_000000000-A3K85_1_1101_6336_23184"); - read475.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGTAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTATGTGACTGGAGTGCAGGAGAGGTGAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTCACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(27); scores.push_back(29); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); read475.setScores(scores); - ffastqReads.push_back(read475); - FastqRead read476; read476.setName("M00967_44_000000000-A3K85_1_1101_16115_23214"); - read476.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read476.setScores(scores); - ffastqReads.push_back(read476); - FastqRead read477; read477.setName("M00967_44_000000000-A3K85_1_1101_22296_23219"); - read477.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read477.setScores(scores); - ffastqReads.push_back(read477); - FastqRead read478; read478.setName("M00967_44_000000000-A3K85_1_1101_12263_23228"); - read478.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(14); read478.setScores(scores); - ffastqReads.push_back(read478); - FastqRead read479; read479.setName("M00967_44_000000000-A3K85_1_1101_21980_23287"); - read479.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read479.setScores(scores); - ffastqReads.push_back(read479); - FastqRead read480; read480.setName("M00967_44_000000000-A3K85_1_1101_12849_23367"); - read480.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(27); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(33); read480.setScores(scores); - ffastqReads.push_back(read480); - FastqRead read481; read481.setName("M00967_44_000000000-A3K85_1_1101_21289_23407"); - read481.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read481.setScores(scores); - ffastqReads.push_back(read481); - FastqRead read482; read482.setName("M00967_44_000000000-A3K85_1_1101_26776_23418"); - read482.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read482.setScores(scores); - ffastqReads.push_back(read482); - FastqRead read483; read483.setName("M00967_44_000000000-A3K85_1_1101_26779_23456"); - read483.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(29); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(33); read483.setScores(scores); - ffastqReads.push_back(read483); - FastqRead read484; read484.setName("M00967_44_000000000-A3K85_1_1101_17214_23512"); - read484.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); read484.setScores(scores); - ffastqReads.push_back(read484); - FastqRead read485; read485.setName("M00967_44_000000000-A3K85_1_1101_9314_23515"); - read485.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); read485.setScores(scores); - ffastqReads.push_back(read485); - FastqRead read486; read486.setName("M00967_44_000000000-A3K85_1_1101_9463_23593"); - read486.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGATGCACGAAAGCGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(15); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(29); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read486.setScores(scores); - ffastqReads.push_back(read486); - FastqRead read487; read487.setName("M00967_44_000000000-A3K85_1_1101_20398_23666"); - read487.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read487.setScores(scores); - ffastqReads.push_back(read487); - FastqRead read488; read488.setName("M00967_44_000000000-A3K85_1_1101_11486_23707"); - read488.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(37); read488.setScores(scores); - ffastqReads.push_back(read488); - FastqRead read489; read489.setName("M00967_44_000000000-A3K85_1_1101_21757_23772"); - read489.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read489.setScores(scores); - ffastqReads.push_back(read489); - FastqRead read490; read490.setName("M00967_44_000000000-A3K85_1_1101_25077_23774"); - read490.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read490.setScores(scores); - ffastqReads.push_back(read490); - FastqRead read491; read491.setName("M00967_44_000000000-A3K85_1_1101_20541_23813"); - read491.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read491.setScores(scores); - ffastqReads.push_back(read491); - FastqRead read492; read492.setName("M00967_44_000000000-A3K85_1_1101_10282_23861"); - read492.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(34); scores.push_back(29); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read492.setScores(scores); - ffastqReads.push_back(read492); - FastqRead read493; read493.setName("M00967_44_000000000-A3K85_1_1101_11185_23899"); - read493.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGATCGTTAAGTCAGTGGTCAAATTGAGGGGCTCAACCCCTTCCCGCCATTGAAACTGGCGATCTTGAGTGGAAGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATGCCGGCTTCCTACTGACGCTGAAGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read493.setScores(scores); - ffastqReads.push_back(read493); - FastqRead read494; read494.setName("M00967_44_000000000-A3K85_1_1101_8803_23916"); - read494.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACCG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(26); read494.setScores(scores); - ffastqReads.push_back(read494); - FastqRead read495; read495.setName("M00967_44_000000000-A3K85_1_1101_26359_23948"); - read495.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read495.setScores(scores); - ffastqReads.push_back(read495); - FastqRead read496; read496.setName("M00967_44_000000000-A3K85_1_1101_21189_24129"); - read496.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGCGTAAAGGGAGCGCAGGCGGCGTGGCAAGTCAGATGTGAAAACCTTCGGCCCAACCGGGGGACTGCATTTGAAACTGCCATGCTGGAGTGCCGGAGAGGCAAGTGGAATTCCTATTGTAGCGGTGAAATGCGTAGATATCTCGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGTCCGACTGACGCTGAGGCACGGAAGTGCGGGGAGCAAACA"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(16); scores.push_back(33); scores.push_back(17); scores.push_back(38); scores.push_back(17); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(29); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(17); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(29); scores.push_back(16); scores.push_back(27); scores.push_back(14); scores.push_back(15); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(34); scores.push_back(14); scores.push_back(38); scores.push_back(35); scores.push_back(27); scores.push_back(15); scores.push_back(35); scores.push_back(27); scores.push_back(27); scores.push_back(15); scores.push_back(27); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(34); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(31); scores.push_back(28); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); read496.setScores(scores); - ffastqReads.push_back(read496); - FastqRead read497; read497.setName("M00967_44_000000000-A3K85_1_1101_17792_24133"); - read497.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read497.setScores(scores); - ffastqReads.push_back(read497); - FastqRead read498; read498.setName("M00967_44_000000000-A3K85_1_1101_12653_24163"); - read498.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read498.setScores(scores); - ffastqReads.push_back(read498); - FastqRead read499; read499.setName("M00967_44_000000000-A3K85_1_1101_5807_24212"); - read499.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read499.setScores(scores); - ffastqReads.push_back(read499); - FastqRead read500; read500.setName("M00967_44_000000000-A3K85_1_1101_22000_24235"); - read500.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read500.setScores(scores); - ffastqReads.push_back(read500); - FastqRead read501; read501.setName("M00967_44_000000000-A3K85_1_1101_15538_24267"); - read501.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read501.setScores(scores); - ffastqReads.push_back(read501); - FastqRead read502; read502.setName("M00967_44_000000000-A3K85_1_1101_22787_24309"); - read502.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read502.setScores(scores); - ffastqReads.push_back(read502); - FastqRead read503; read503.setName("M00967_44_000000000-A3K85_1_1101_18941_24333"); - read503.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read503.setScores(scores); - ffastqReads.push_back(read503); - FastqRead read504; read504.setName("M00967_44_000000000-A3K85_1_1101_25726_24382"); - read504.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTATTGGGCGTAAAGGGAACGCAGGCGGTCTTTTAAGTCTGATGTGAAAGCCTTCGGCTTAACCGGAGTAGTGCATTGGAAACTGGGAGACTTGAGTGCAGAAGAGGAGAGTGGAACTCCATGTGTAGCGGTGAAATGCGTAGATATATGGAAGAACACCAGTGGCGAAAGCGGCTCTCTGGTCTGTAACTGACGCTGAGGTTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); read504.setScores(scores); - ffastqReads.push_back(read504); - FastqRead read505; read505.setName("M00967_44_000000000-A3K85_1_1101_20330_24435"); - read505.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read505.setScores(scores); - ffastqReads.push_back(read505); - FastqRead read506; read506.setName("M00967_44_000000000-A3K85_1_1101_15568_24551"); - read506.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read506.setScores(scores); - ffastqReads.push_back(read506); - FastqRead read507; read507.setName("M00967_44_000000000-A3K85_1_1101_21342_24637"); - read507.setSeq("TACGTATGGAGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGCCGGGCTGACAAGTCAGATGTGAAATTCCGGGGCTCAACCCCGGACCTGCATTTGAAACTGTTGGTCTTGAGTATCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGACAACTGACGGGGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(26); scores.push_back(34); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(24); scores.push_back(25); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(32); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(30); read507.setScores(scores); - ffastqReads.push_back(read507); - FastqRead read508; read508.setName("M00967_44_000000000-A3K85_1_1101_9308_24701"); - read508.setSeq("TACGTAGGGGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read508.setScores(scores); - ffastqReads.push_back(read508); - FastqRead read509; read509.setName("M00967_44_000000000-A3K85_1_1101_18612_24717"); - read509.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read509.setScores(scores); - ffastqReads.push_back(read509); - FastqRead read510; read510.setName("M00967_44_000000000-A3K85_1_1101_10385_24730"); - read510.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCATAGCAAGTCTGAAGTGAAAGCCCAAGGCTCAACCATGGGACTGCTTTGGAAACTGTTAAGCTAGAGTGCTGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAAGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGGGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read510.setScores(scores); - ffastqReads.push_back(read510); - FastqRead read511; read511.setName("M00967_44_000000000-A3K85_1_1101_21604_24874"); - read511.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read511.setScores(scores); - ffastqReads.push_back(read511); - FastqRead read512; read512.setName("M00967_44_000000000-A3K85_1_1101_21717_24894"); - read512.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCAAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read512.setScores(scores); - ffastqReads.push_back(read512); - FastqRead read513; read513.setName("M00967_44_000000000-A3K85_1_1101_7477_24912"); - read513.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGACTTGCAAGTCTGATGTGAAAATCCGGGGCCCAACCCCGGAACTGCATTGGAAACTGTATATCTAGAGTGTCGGAGAGGCAAGTGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACGATGACTGACGTTGAGGCTCGAAAGCGTGGGGATCGAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(25); scores.push_back(32); scores.push_back(14); scores.push_back(13); scores.push_back(12); read513.setScores(scores); - ffastqReads.push_back(read513); - FastqRead read514; read514.setName("M00967_44_000000000-A3K85_1_1101_11885_24913"); - read514.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(37); read514.setScores(scores); - ffastqReads.push_back(read514); - FastqRead read515; read515.setName("M00967_44_000000000-A3K85_1_1101_8995_25063"); - read515.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGTGCGCAGACGGCTGGGCAAGCCTGATGTGAAAGGCGGGGGCGCAACCCTCGGACTGCGTTGGGAACTGTCCGGCTGGAGGGCCGGAGGGGTAAGGGGAATTCCTGGTGTAGCGGTGAAATGCGTAAAAATCAGGAGGAACACCGGTGGCGAAGGCGGCTGACTGGACGGAGCCTGACGTGGATGCTCGAAAGCGTGGGGAGCGAACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(29); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(17); scores.push_back(32); scores.push_back(17); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(29); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(17); scores.push_back(31); scores.push_back(36); scores.push_back(15); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(27); scores.push_back(15); scores.push_back(38); scores.push_back(31); scores.push_back(14); scores.push_back(31); scores.push_back(14); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(31); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); read515.setScores(scores); - ffastqReads.push_back(read515); - FastqRead read516; read516.setName("M00967_44_000000000-A3K85_1_1101_21889_25065"); - read516.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read516.setScores(scores); - ffastqReads.push_back(read516); - FastqRead read517; read517.setName("M00967_44_000000000-A3K85_1_1101_11795_25120"); - read517.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(31); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read517.setScores(scores); - ffastqReads.push_back(read517); - FastqRead read518; read518.setName("M00967_44_000000000-A3K85_1_1101_22305_25145"); - read518.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read518.setScores(scores); - ffastqReads.push_back(read518); - FastqRead read519; read519.setName("M00967_44_000000000-A3K85_1_1101_12668_25148"); - read519.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read519.setScores(scores); - ffastqReads.push_back(read519); - FastqRead read520; read520.setName("M00967_44_000000000-A3K85_1_1101_25138_25158"); - read520.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read520.setScores(scores); - ffastqReads.push_back(read520); - FastqRead read521; read521.setName("M00967_44_000000000-A3K85_1_1101_7504_25257"); - read521.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(37); read521.setScores(scores); - ffastqReads.push_back(read521); - FastqRead read522; read522.setName("M00967_44_000000000-A3K85_1_1101_18205_25260"); - read522.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); read522.setScores(scores); - ffastqReads.push_back(read522); - FastqRead read523; read523.setName("M00967_44_000000000-A3K85_1_1101_9218_25286"); - read523.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(18); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(33); read523.setScores(scores); - ffastqReads.push_back(read523); - FastqRead read524; read524.setName("M00967_44_000000000-A3K85_1_1101_11547_25305"); - read524.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(27); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(27); scores.push_back(33); scores.push_back(37); read524.setScores(scores); - ffastqReads.push_back(read524); - FastqRead read525; read525.setName("M00967_44_000000000-A3K85_1_1101_8524_25310"); - read525.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read525.setScores(scores); - ffastqReads.push_back(read525); - FastqRead read526; read526.setName("M00967_44_000000000-A3K85_1_1101_18249_25337"); - read526.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read526.setScores(scores); - ffastqReads.push_back(read526); - FastqRead read527; read527.setName("M00967_44_000000000-A3K85_1_1101_20774_25379"); - read527.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read527.setScores(scores); - ffastqReads.push_back(read527); - FastqRead read528; read528.setName("M00967_44_000000000-A3K85_1_1101_18472_25401"); - read528.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read528.setScores(scores); - ffastqReads.push_back(read528); - FastqRead read529; read529.setName("M00967_44_000000000-A3K85_1_1101_19848_25477"); - read529.setSeq("TACGGAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read529.setScores(scores); - ffastqReads.push_back(read529); - FastqRead read530; read530.setName("M00967_44_000000000-A3K85_1_1101_15867_25556"); - read530.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read530.setScores(scores); - ffastqReads.push_back(read530); - FastqRead read531; read531.setName("M00967_44_000000000-A3K85_1_1101_21874_25569"); - read531.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read531.setScores(scores); - ffastqReads.push_back(read531); - FastqRead read532; read532.setName("M00967_44_000000000-A3K85_1_1101_9102_25591"); - read532.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(16); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(15); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); read532.setScores(scores); - ffastqReads.push_back(read532); - FastqRead read533; read533.setName("M00967_44_000000000-A3K85_1_1101_22207_25609"); - read533.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); read533.setScores(scores); - ffastqReads.push_back(read533); - FastqRead read534; read534.setName("M00967_44_000000000-A3K85_1_1101_15927_25631"); - read534.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read534.setScores(scores); - ffastqReads.push_back(read534); - FastqRead read535; read535.setName("M00967_44_000000000-A3K85_1_1101_23163_25633"); - read535.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGCGTAAAGAGCGCGCAGGTGGTTAATTAAGTCTGATGTGAAAGCCCACGGCTTAACCGTGGAGGGTCATTGGAAACTGGTTGACTTGAGTGCAGAAGAGGGAAGTGGAATTCCATGTGTAGCGGTGAAATGCGTAGAGATATGGAGGAACACCAGTGGCGAAGGCGGCTTCCTGGTCTGCAACTGACACTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(18); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read535.setScores(scores); - ffastqReads.push_back(read535); - FastqRead read536; read536.setName("M00967_44_000000000-A3K85_1_1101_10093_25778"); - read536.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(28); scores.push_back(28); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(29); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read536.setScores(scores); - ffastqReads.push_back(read536); - FastqRead read537; read537.setName("M00967_44_000000000-A3K85_1_1101_23299_25955"); - read537.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); read537.setScores(scores); - ffastqReads.push_back(read537); - FastqRead read538; read538.setName("M00967_44_000000000-A3K85_1_1101_19016_25958"); - read538.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); read538.setScores(scores); - ffastqReads.push_back(read538); - FastqRead read539; read539.setName("M00967_44_000000000-A3K85_1_1101_22265_25979"); - read539.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(35); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(35); scores.push_back(15); scores.push_back(28); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(28); scores.push_back(24); scores.push_back(36); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(37); read539.setScores(scores); - ffastqReads.push_back(read539); - FastqRead read540; read540.setName("M00967_44_000000000-A3K85_1_1101_7972_25997"); - read540.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(27); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(37); read540.setScores(scores); - ffastqReads.push_back(read540); - FastqRead read541; read541.setName("M00967_44_000000000-A3K85_1_1101_14853_26038"); - read541.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read541.setScores(scores); - ffastqReads.push_back(read541); - FastqRead read542; read542.setName("M00967_44_000000000-A3K85_1_1101_12867_26080"); - read542.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); read542.setScores(scores); - ffastqReads.push_back(read542); - FastqRead read543; read543.setName("M00967_44_000000000-A3K85_1_1101_17605_26085"); - read543.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGTACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(24); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read543.setScores(scores); - ffastqReads.push_back(read543); - FastqRead read544; read544.setName("M00967_44_000000000-A3K85_1_1101_8923_26225"); - read544.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read544.setScores(scores); - ffastqReads.push_back(read544); - FastqRead read545; read545.setName("M00967_44_000000000-A3K85_1_1101_22500_26237"); - read545.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read545.setScores(scores); - ffastqReads.push_back(read545); - FastqRead read546; read546.setName("M00967_44_000000000-A3K85_1_1101_16708_26253"); - read546.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read546.setScores(scores); - ffastqReads.push_back(read546); - FastqRead read547; read547.setName("M00967_44_000000000-A3K85_1_1101_19255_26278"); - read547.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read547.setScores(scores); - ffastqReads.push_back(read547); - FastqRead read548; read548.setName("M00967_44_000000000-A3K85_1_1101_8682_26329"); - read548.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTGTCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(17); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); read548.setScores(scores); - ffastqReads.push_back(read548); - FastqRead read549; read549.setName("M00967_44_000000000-A3K85_1_1101_17570_26347"); - read549.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTAATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGGGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(13); read549.setScores(scores); - ffastqReads.push_back(read549); - FastqRead read550; read550.setName("M00967_44_000000000-A3K85_1_1101_17589_26350"); - read550.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTAATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(29); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(27); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(30); scores.push_back(13); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(28); scores.push_back(26); scores.push_back(37); scores.push_back(12); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(25); scores.push_back(36); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); read550.setScores(scores); - ffastqReads.push_back(read550); - FastqRead read551; read551.setName("M00967_44_000000000-A3K85_1_1101_20406_26374"); - read551.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGCGTGGGGATCGAACCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(34); scores.push_back(25); scores.push_back(29); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(15); scores.push_back(13); scores.push_back(25); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(25); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(28); scores.push_back(24); scores.push_back(34); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(35); scores.push_back(28); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(26); read551.setScores(scores); - ffastqReads.push_back(read551); - FastqRead read552; read552.setName("M00967_44_000000000-A3K85_1_1101_22581_26381"); - read552.setSeq("TACGTAGGTGGCAAGCGTTATCCGGAATTATTGGGCGTAAAGAGCGCGCAGGTGGTTAATTAAGTCTGATGTGAAAGCCCACGGCTTAACCGTGGAGGGTCATTGGAAACTGGTTGACTTGAGTGCAGAAGAGGGAAGTGGAATTCCATGTGTAGCGGTGAAATGCGTAGAGATATGGAGGAACACCAGTGGCGAAGGCGGCTTCCTGGTCTGCAACTGACACTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read552.setScores(scores); - ffastqReads.push_back(read552); - FastqRead read553; read553.setName("M00967_44_000000000-A3K85_1_1101_13879_26453"); - read553.setSeq("TACGTATGGTGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGAGTAGGTGGCAGAGCAAGTCTGATGTGAAAACCCAAAGCTCAACTCTGGGAATGCTTTAGAAACTGCCCAGCTAGAGTGCAGGAGAGGCAAGTGGAATTCTTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(20); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(14); scores.push_back(18); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); read553.setScores(scores); - ffastqReads.push_back(read553); - FastqRead read554; read554.setName("M00967_44_000000000-A3K85_1_1101_10295_26460"); - read554.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(29); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(26); read554.setScores(scores); - ffastqReads.push_back(read554); - FastqRead read555; read555.setName("M00967_44_000000000-A3K85_1_1101_22686_26490"); - read555.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGGGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(13); read555.setScores(scores); - ffastqReads.push_back(read555); - FastqRead read556; read556.setName("M00967_44_000000000-A3K85_1_1101_9342_26543"); - read556.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read556.setScores(scores); - ffastqReads.push_back(read556); - FastqRead read557; read557.setName("M00967_44_000000000-A3K85_1_1101_16675_26558"); - read557.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTATGTAAGTCTGAAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTTTGGAAACTGTGTAACTAGAGTACAGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACTGAAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(20); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(13); read557.setScores(scores); - ffastqReads.push_back(read557); - FastqRead read558; read558.setName("M00967_44_000000000-A3K85_1_1101_8837_26620"); - read558.setSeq("TACGGAGGATTCAAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGATAAGTTAGAGGTGAAATCCCGGGGCTCAACTCCGGCACTGCCTATGATACTGTCGGGCTAGAGTTTAGTTGAGGTAGGTGGAATGTGTGGTGTAGCGGTGAAATGCATAGAGATCATACAGAATACCGATTGCGAAGGCAGGTTACCACACAAGGATTGACGTTGAGGGACGAAAGCGGGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(30); scores.push_back(20); scores.push_back(20); scores.push_back(20); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(18); scores.push_back(36); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(19); scores.push_back(30); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(27); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(15); scores.push_back(30); scores.push_back(34); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(28); scores.push_back(27); scores.push_back(35); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(27); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(13); read558.setScores(scores); - ffastqReads.push_back(read558); - FastqRead read559; read559.setName("M00967_44_000000000-A3K85_1_1101_22910_26690"); - read559.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read559.setScores(scores); - ffastqReads.push_back(read559); - FastqRead read560; read560.setName("M00967_44_000000000-A3K85_1_1101_13859_26741"); - read560.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); read560.setScores(scores); - ffastqReads.push_back(read560); - FastqRead read561; read561.setName("M00967_44_000000000-A3K85_1_1101_10265_26758"); - read561.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(28); scores.push_back(35); scores.push_back(32); scores.push_back(12); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read561.setScores(scores); - ffastqReads.push_back(read561); - FastqRead read562; read562.setName("M00967_44_000000000-A3K85_1_1101_10257_26775"); - read562.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGAGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(16); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(29); scores.push_back(27); scores.push_back(36); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(24); scores.push_back(30); scores.push_back(34); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(28); scores.push_back(24); scores.push_back(31); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(37); read562.setScores(scores); - ffastqReads.push_back(read562); - FastqRead read563; read563.setName("M00967_44_000000000-A3K85_1_1101_22404_26859"); - read563.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGGGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGGAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(27); scores.push_back(25); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(13); read563.setScores(scores); - ffastqReads.push_back(read563); - FastqRead read564; read564.setName("M00967_44_000000000-A3K85_1_1101_11257_26889"); - read564.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(25); read564.setScores(scores); - ffastqReads.push_back(read564); - FastqRead read565; read565.setName("M00967_44_000000000-A3K85_1_1101_17949_26920"); - read565.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read565.setScores(scores); - ffastqReads.push_back(read565); - FastqRead read566; read566.setName("M00967_44_000000000-A3K85_1_1101_14506_26923"); - read566.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTAATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATTACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read566.setScores(scores); - ffastqReads.push_back(read566); - FastqRead read567; read567.setName("M00967_44_000000000-A3K85_1_1101_11808_26943"); - read567.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); read567.setScores(scores); - ffastqReads.push_back(read567); - FastqRead read568; read568.setName("M00967_44_000000000-A3K85_1_1101_9292_26962"); - read568.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTTTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(28); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(29); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); read568.setScores(scores); - ffastqReads.push_back(read568); - FastqRead read569; read569.setName("M00967_44_000000000-A3K85_1_1101_22847_27011"); - read569.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read569.setScores(scores); - ffastqReads.push_back(read569); - FastqRead read570; read570.setName("M00967_44_000000000-A3K85_1_1101_12808_27149"); - read570.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read570.setScores(scores); - ffastqReads.push_back(read570); - FastqRead read571; read571.setName("M00967_44_000000000-A3K85_1_1101_21606_27182"); - read571.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); read571.setScores(scores); - ffastqReads.push_back(read571); - FastqRead read572; read572.setName("M00967_44_000000000-A3K85_1_1101_21515_27198"); - read572.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); read572.setScores(scores); - ffastqReads.push_back(read572); - FastqRead read573; read573.setName("M00967_44_000000000-A3K85_1_1101_11124_27325"); - read573.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACAGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(34); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); read573.setScores(scores); - ffastqReads.push_back(read573); - FastqRead read574; read574.setName("M00967_44_000000000-A3K85_1_1101_12290_27349"); - read574.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(32); scores.push_back(30); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); read574.setScores(scores); - ffastqReads.push_back(read574); - FastqRead read575; read575.setName("M00967_44_000000000-A3K85_1_1101_13601_27512"); - read575.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCATGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read575.setScores(scores); - ffastqReads.push_back(read575); - FastqRead read576; read576.setName("M00967_44_000000000-A3K85_1_1101_11009_27586"); - read576.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTGTCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(37); read576.setScores(scores); - ffastqReads.push_back(read576); - FastqRead read577; read577.setName("M00967_44_000000000-A3K85_1_1101_19039_27906"); - read577.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTCCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(31); scores.push_back(27); scores.push_back(31); scores.push_back(14); scores.push_back(28); scores.push_back(15); scores.push_back(25); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read577.setScores(scores); - ffastqReads.push_back(read577); - FastqRead read578; read578.setName("M00967_44_000000000-A3K85_1_1101_21462_27924"); - read578.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); read578.setScores(scores); - ffastqReads.push_back(read578); - FastqRead read579; read579.setName("M00967_44_000000000-A3K85_1_1101_15578_27984"); - read579.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCGCAGGCTCAACCTGCGAACTGCATTTGAAACTGTTTCCCTTGAGTATCGGAGAGGTCATCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGACAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(13); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read579.setScores(scores); - ffastqReads.push_back(read579); - FastqRead read580; read580.setName("M00967_44_000000000-A3K85_1_1101_19320_28114"); - read580.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATGGCGAAGGCAGCTCACTGGACGGCAACTGACACTGATGCCCGAAAGTGGGGGAATCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(20); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(31); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(18); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(19); scores.push_back(30); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(19); scores.push_back(18); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(17); scores.push_back(27); scores.push_back(17); scores.push_back(17); scores.push_back(35); scores.push_back(18); scores.push_back(18); scores.push_back(17); scores.push_back(37); scores.push_back(29); scores.push_back(17); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(17); scores.push_back(31); scores.push_back(17); scores.push_back(31); scores.push_back(38); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(34); scores.push_back(31); scores.push_back(13); scores.push_back(34); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(31); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(35); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(13); read580.setScores(scores); - ffastqReads.push_back(read580); - FastqRead read581; read581.setName("M00967_44_000000000-A3K85_1_1101_11162_28308"); - read581.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGCGTGTAGGCGGGGACGCAAGCCAGATGTGAAAAACACGGGCTCAACCTGTGGCCTGCATTTGAAACTGTGTTTCTTGAGTACTGGAGAGGCAGACGGAATTCCTCGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGTCCGCTGGACAGCAACTGACGCTGAGGGGCGAACGCGGGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(29); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(14); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(16); scores.push_back(37); scores.push_back(29); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(35); scores.push_back(35); scores.push_back(15); scores.push_back(30); scores.push_back(27); scores.push_back(37); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(30); scores.push_back(15); scores.push_back(15); scores.push_back(35); scores.push_back(16); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(16); scores.push_back(14); scores.push_back(15); scores.push_back(30); scores.push_back(27); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(27); scores.push_back(37); scores.push_back(28); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(27); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(28); scores.push_back(24); scores.push_back(24); scores.push_back(28); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(29); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(27); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); read581.setScores(scores); - ffastqReads.push_back(read581); - FastqRead read582; read582.setName("M00967_44_000000000-A3K85_1_1101_19555_28367"); - read582.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read582.setScores(scores); - ffastqReads.push_back(read582); - FastqRead read583; read583.setName("M00967_44_000000000-A3K85_1_1101_19486_28401"); - read583.setSeq("TACGTATGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGGCGGCAGGGCAAGCCTGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTGGGAACTGCCCCGCTCGAGTGCCGGAGGGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGGTGTACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); read583.setScores(scores); - ffastqReads.push_back(read583); - FastqRead read584; read584.setName("M00967_44_000000000-A3K85_1_1102_15835_1461"); - read584.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(20); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(19); scores.push_back(19); scores.push_back(37); scores.push_back(19); scores.push_back(19); scores.push_back(31); scores.push_back(33); scores.push_back(18); scores.push_back(36); scores.push_back(31); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(27); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(25); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(24); read584.setScores(scores); - ffastqReads.push_back(read584); - FastqRead read585; read585.setName("M00967_44_000000000-A3K85_1_1102_17341_1618"); - read585.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(13); read585.setScores(scores); - ffastqReads.push_back(read585); - FastqRead read586; read586.setName("M00967_44_000000000-A3K85_1_1102_15830_1662"); - read586.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read586.setScores(scores); - ffastqReads.push_back(read586); - FastqRead read587; read587.setName("M00967_44_000000000-A3K85_1_1102_17208_1982"); - read587.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(18); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(17); scores.push_back(17); scores.push_back(32); scores.push_back(36); scores.push_back(17); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(17); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(20); scores.push_back(20); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(32); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(34); scores.push_back(16); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(12); scores.push_back(12); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(31); scores.push_back(26); scores.push_back(29); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(29); scores.push_back(24); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(26); scores.push_back(24); scores.push_back(29); scores.push_back(33); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); read587.setScores(scores); - ffastqReads.push_back(read587); - FastqRead read588; read588.setName("M00967_44_000000000-A3K85_1_1102_14995_2251"); - read588.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATTCCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(37); read588.setScores(scores); - ffastqReads.push_back(read588); - FastqRead read589; read589.setName("M00967_44_000000000-A3K85_1_1102_11948_2260"); - read589.setSeq("TACGTAGGTGGCGAGCGTTGTCCGGAATTACTGGGTGTAAAGGGAGCGTAGGCGGGAGAGCAAGTCGACTGTGAAATCTATGGGCTTAACCCATAGCTGCGATCGAAACTGTTCATCTTGAGTGAAGTAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAAATATTAGGAGGAAAACCAGTGGCGAAGGCGGCCTGCTGGGCTTTAACTGACGCTGAGGCTCGAAAGCGGGGGTAGCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(32); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(14); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(24); read589.setScores(scores); - ffastqReads.push_back(read589); - FastqRead read590; read590.setName("M00967_44_000000000-A3K85_1_1102_14989_2272"); - read590.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATTCCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read590.setScores(scores); - ffastqReads.push_back(read590); - FastqRead read591; read591.setName("M00967_44_000000000-A3K85_1_1102_19817_2416"); - read591.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGTGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(34); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read591.setScores(scores); - ffastqReads.push_back(read591); - FastqRead read592; read592.setName("M00967_44_000000000-A3K85_1_1102_15019_2584"); - read592.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read592.setScores(scores); - ffastqReads.push_back(read592); - FastqRead read593; read593.setName("M00967_44_000000000-A3K85_1_1102_15796_2608"); - read593.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read593.setScores(scores); - ffastqReads.push_back(read593); - FastqRead read594; read594.setName("M00967_44_000000000-A3K85_1_1102_12309_2625"); - read594.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read594.setScores(scores); - ffastqReads.push_back(read594); - FastqRead read595; read595.setName("M00967_44_000000000-A3K85_1_1102_13413_2661"); - read595.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(18); scores.push_back(32); scores.push_back(30); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(29); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(27); scores.push_back(28); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(27); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read595.setScores(scores); - ffastqReads.push_back(read595); - FastqRead read596; read596.setName("M00967_44_000000000-A3K85_1_1102_16937_2684"); - read596.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGGCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(29); scores.push_back(34); scores.push_back(19); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(14); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(24); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read596.setScores(scores); - ffastqReads.push_back(read596); - FastqRead read597; read597.setName("M00967_44_000000000-A3K85_1_1102_17924_2788"); - read597.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTCCTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTAAGGCTAGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGTCCGCTGGGCGATGACTGACGCTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(27); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(27); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(27); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(35); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(30); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(13); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read597.setScores(scores); - ffastqReads.push_back(read597); - FastqRead read598; read598.setName("M00967_44_000000000-A3K85_1_1102_13140_2853"); - read598.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(34); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(35); scores.push_back(27); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(27); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(34); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(15); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read598.setScores(scores); - ffastqReads.push_back(read598); - FastqRead read599; read599.setName("M00967_44_000000000-A3K85_1_1102_19576_3038"); - read599.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTATTGGGTGTAAAGGGCGTGTAGGCGGGAATGCAAGTCAGATGTGAAAACTATGGGCTCAACCCATAGCCTGCATTTGAAACTGTATTTCTTGAGTGCTGGAGAGGCAATCGGAATTCCGTGTGTAGCGGTGAAATGCGTAGATATACGGAGGAACACCAGTGGCGAAGGCGGATTGCTGGACAGTAACTGACGCTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(19); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(27); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read599.setScores(scores); - ffastqReads.push_back(read599); - FastqRead read600; read600.setName("M00967_44_000000000-A3K85_1_1102_20423_3046"); - read600.setSeq("TACGTAGGGAGCGAGCGTTGTCCGGAATTACTGGGTGTAAAGGGAGCGTAGGCGGGGATGCAAGTTGGATGTTTAAACTATCGGCTCAACCGGTAATTGCAACCAAAACTGCAACTCTTGAGTGAAGTAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGGAGAAATTAGGAGGAAAACCAGCGGCGGAGGCGGCCTGCTTGGCTTTAACTGACGCTGAGGCTCGAAAGGGTGGGGGGCAAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(18); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(15); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(14); scores.push_back(27); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(31); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); read600.setScores(scores); - ffastqReads.push_back(read600); - FastqRead read601; read601.setName("M00967_44_000000000-A3K85_1_1102_10386_3065"); - read601.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(28); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(28); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(28); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(33); read601.setScores(scores); - ffastqReads.push_back(read601); - FastqRead read602; read602.setName("M00967_44_000000000-A3K85_1_1102_12737_3153"); - read602.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read602.setScores(scores); - ffastqReads.push_back(read602); - FastqRead read603; read603.setName("M00967_44_000000000-A3K85_1_1102_12269_3159"); - read603.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(17); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(31); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(31); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(31); scores.push_back(26); scores.push_back(29); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(14); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(30); scores.push_back(31); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(29); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(33); read603.setScores(scores); - ffastqReads.push_back(read603); - FastqRead read604; read604.setName("M00967_44_000000000-A3K85_1_1102_18606_3208"); - read604.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read604.setScores(scores); - ffastqReads.push_back(read604); - FastqRead read605; read605.setName("M00967_44_000000000-A3K85_1_1102_15277_3213"); - read605.setSeq("TACGTAGGGAGCAAGCGTTGTCCGGAATTACTGGGCGTAAAGGGTGCGTAGGCGGCGCAGTTAGTCAGAAGTGAAATATCGGGGCTTAACCCCGGGGCTGCTTCTGATACTGCTGTGCTCGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGACTTACTGGACTGTAACTGACGCTGAGGCACGAAAGCGTGGGTAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(25); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read605.setScores(scores); - ffastqReads.push_back(read605); - FastqRead read606; read606.setName("M00967_44_000000000-A3K85_1_1102_18014_3238"); - read606.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); read606.setScores(scores); - ffastqReads.push_back(read606); - FastqRead read607; read607.setName("M00967_44_000000000-A3K85_1_1102_12179_3242"); - read607.setSeq("TACGTAGGAGGCAAGCGTTATCCGGAATGACTGGGCGTAAAGGGTGCGTAGGTGGTTTGACAAGTTGGTAGCGTAACTCCGGGGCTCAACCTCGGCACTACTACCAAAACTGTTGGACTTGAGTGCAGGAGGGGCAAATGGAATTCCTAGTGTAGCGGTGGAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGATTTGCTGGACTGTAACTGACACTGAGGCACGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(20); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(20); scores.push_back(38); scores.push_back(29); scores.push_back(31); scores.push_back(37); scores.push_back(18); scores.push_back(36); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read607.setScores(scores); - ffastqReads.push_back(read607); - FastqRead read608; read608.setName("M00967_44_000000000-A3K85_1_1102_10712_3282"); - read608.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read608.setScores(scores); - ffastqReads.push_back(read608); - FastqRead read609; read609.setName("M00967_44_000000000-A3K85_1_1102_14844_3406"); - read609.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read609.setScores(scores); - ffastqReads.push_back(read609); - FastqRead read610; read610.setName("M00967_44_000000000-A3K85_1_1102_12068_3452"); - read610.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(27); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(25); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(24); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(25); scores.push_back(35); scores.push_back(30); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(13); read610.setScores(scores); - ffastqReads.push_back(read610); - FastqRead read611; read611.setName("M00967_44_000000000-A3K85_1_1102_13989_3505"); - read611.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGCCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCCCGAAAGGCCGGGGACCAAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(31); scores.push_back(34); scores.push_back(36); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(16); scores.push_back(38); scores.push_back(17); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(16); scores.push_back(17); scores.push_back(16); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(27); scores.push_back(16); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(27); scores.push_back(31); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(25); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(26); scores.push_back(31); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(12); read611.setScores(scores); - ffastqReads.push_back(read611); - FastqRead read612; read612.setName("M00967_44_000000000-A3K85_1_1102_16208_3522"); - read612.setSeq("TACGTATGGTGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGCAGGCGGTACGGCAAGTCTGATGTGAAAGCCCAGGGCTCAACCCTGGAACTGCATTGGAAACTGCCGGACTAGAGTGTCGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACGGTGACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(18); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(33); scores.push_back(15); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read612.setScores(scores); - ffastqReads.push_back(read612); - FastqRead read613; read613.setName("M00967_44_000000000-A3K85_1_1102_22090_3602"); - read613.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read613.setScores(scores); - ffastqReads.push_back(read613); - FastqRead read614; read614.setName("M00967_44_000000000-A3K85_1_1102_12641_3607"); - read614.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read614.setScores(scores); - ffastqReads.push_back(read614); - FastqRead read615; read615.setName("M00967_44_000000000-A3K85_1_1102_20798_3675"); - read615.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read615.setScores(scores); - ffastqReads.push_back(read615); - FastqRead read616; read616.setName("M00967_44_000000000-A3K85_1_1102_18863_3783"); - read616.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(29); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read616.setScores(scores); - ffastqReads.push_back(read616); - FastqRead read617; read617.setName("M00967_44_000000000-A3K85_1_1102_19748_4121"); - read617.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read617.setScores(scores); - ffastqReads.push_back(read617); - FastqRead read618; read618.setName("M00967_44_000000000-A3K85_1_1102_21130_4210"); - read618.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); read618.setScores(scores); - ffastqReads.push_back(read618); - FastqRead read619; read619.setName("M00967_44_000000000-A3K85_1_1102_15766_4244"); - read619.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read619.setScores(scores); - ffastqReads.push_back(read619); - FastqRead read620; read620.setName("M00967_44_000000000-A3K85_1_1102_8055_4329"); - read620.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read620.setScores(scores); - ffastqReads.push_back(read620); - FastqRead read621; read621.setName("M00967_44_000000000-A3K85_1_1102_15291_4423"); - read621.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read621.setScores(scores); - ffastqReads.push_back(read621); - FastqRead read622; read622.setName("M00967_44_000000000-A3K85_1_1102_18037_4545"); - read622.setSeq("TACGTAGGTGGCGAGCGTTGTCCGGATTTACTGGGCGTAAAGGGAGCGTAGGCGGACTTTTAAGTGAGATGTGAAATACTCGGGCTCAACTTGAGTGCTGCATTTCAAACTGGAAGTCTAGAGTGCAGGAGAGGAGAATGGAATTCCTAGTGTAGCGGTGAAATGCGTAGAGATTAGGAAGAACACCAGTGGCGAAGGCGATTCTCTGGACTGTAACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read622.setScores(scores); - ffastqReads.push_back(read622); - FastqRead read623; read623.setName("M00967_44_000000000-A3K85_1_1102_21052_4578"); - read623.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); read623.setScores(scores); - ffastqReads.push_back(read623); - FastqRead read624; read624.setName("M00967_44_000000000-A3K85_1_1102_12406_4593"); - read624.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(33); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(13); scores.push_back(36); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(28); scores.push_back(29); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(28); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(29); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(28); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); read624.setScores(scores); - ffastqReads.push_back(read624); - FastqRead read625; read625.setName("M00967_44_000000000-A3K85_1_1102_23086_4898"); - read625.setSeq("TACGTAGGTGGCGAGCGTTGTCCGGATTTACTGGGCGTAAAGGGAGCGTAGGCGGACTTTTAAGTGAGATGTGAAATACTCGGGCTCAACTTGAGTGCTGCATTTCAAACTGGAAGTCTAGAGTGCAGGAGAGGAGAATGGAATTCCTAGTGTAGCGGTGAAATGCGTAGAGATTAGGAAGAACACCAGTGGCGAAGGCGATTCTCTGGACTGTAACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(20); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read625.setScores(scores); - ffastqReads.push_back(read625); - FastqRead read626; read626.setName("M00967_44_000000000-A3K85_1_1102_17056_4962"); - read626.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read626.setScores(scores); - ffastqReads.push_back(read626); - FastqRead read627; read627.setName("M00967_44_000000000-A3K85_1_1102_11016_4996"); - read627.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read627.setScores(scores); - ffastqReads.push_back(read627); - FastqRead read628; read628.setName("M00967_44_000000000-A3K85_1_1102_20868_5029"); - read628.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCAGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); read628.setScores(scores); - ffastqReads.push_back(read628); - FastqRead read629; read629.setName("M00967_44_000000000-A3K85_1_1102_13273_5076"); - read629.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGCAGACGGCAGTGCAAGTCTGGAGTGAAAGCCCGGGGCCCAACCCCGGAACTGCTCTGGAAACTGTGCGGCTAGAGTACTGGAGGGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(13); read629.setScores(scores); - ffastqReads.push_back(read629); - FastqRead read630; read630.setName("M00967_44_000000000-A3K85_1_1102_11788_5082"); - read630.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read630.setScores(scores); - ffastqReads.push_back(read630); - FastqRead read631; read631.setName("M00967_44_000000000-A3K85_1_1102_9158_5092"); - read631.setSeq("TACGTATGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGGCGGCGGGGCAAGCCTGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTGGGAACTGCCCTGCTGGAGTGCCGGAGGGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGGTGACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read631.setScores(scores); - ffastqReads.push_back(read631); - FastqRead read632; read632.setName("M00967_44_000000000-A3K85_1_1102_12218_5161"); - read632.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATGGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read632.setScores(scores); - ffastqReads.push_back(read632); - FastqRead read633; read633.setName("M00967_44_000000000-A3K85_1_1102_22596_5397"); - read633.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read633.setScores(scores); - ffastqReads.push_back(read633); - FastqRead read634; read634.setName("M00967_44_000000000-A3K85_1_1102_10741_5416"); - read634.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); read634.setScores(scores); - ffastqReads.push_back(read634); - FastqRead read635; read635.setName("M00967_44_000000000-A3K85_1_1102_10062_5454"); - read635.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGAGCAAGTCTGAAGTGAAAGCCCGCGGCCCAACTGCGGGACTGCTTTGGAAACTGCCCGGCTAGAGTGCTGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read635.setScores(scores); - ffastqReads.push_back(read635); - FastqRead read636; read636.setName("M00967_44_000000000-A3K85_1_1102_22132_5527"); - read636.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTGTGCAAGTCTGAAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTTTGGAAACTGTATAGCTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read636.setScores(scores); - ffastqReads.push_back(read636); - FastqRead read637; read637.setName("M00967_44_000000000-A3K85_1_1102_17733_5590"); - read637.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCAGAAGTGAAAGCCCGGGGCTCAACTCCGGGACTGCTTTTGAAACTGTGTGACTGGAGTGCAGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(31); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read637.setScores(scores); - ffastqReads.push_back(read637); - FastqRead read638; read638.setName("M00967_44_000000000-A3K85_1_1102_16539_5621"); - read638.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGAAGAAAGTCTGAAGTGAAAGCCCGCGGCTCAACCGCGGAATGGCTTTGGAAACTTTTTTGCTGGAGTACCGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACGGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read638.setScores(scores); - ffastqReads.push_back(read638); - FastqRead read639; read639.setName("M00967_44_000000000-A3K85_1_1102_15276_5626"); - read639.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGATCGTTAAGTCAGTGGTCAAATTGAGGGGCTCAACCCCTTCCCGCCATTGAAACTGGCGATCTTGAGTGGAAGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATGCCGGCTTCCTACTGACGCTGAAGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read639.setScores(scores); - ffastqReads.push_back(read639); - FastqRead read640; read640.setName("M00967_44_000000000-A3K85_1_1102_13711_5675"); - read640.setSeq("TACGGAGGTGGCAAGCGTTATCCGGAATTATTGGGCGTAAAGAGCGCGCAGGTGGTTAATTAAGTCTGATGTGAAAGCCCACGGCTTAACCGTGGAGGGTCATTGGAAACTGGTTGACTTGAGTGCAGAAGAGGGAAGTGGAATTCCATGTGTAGCGGTGAAATGCGTAGAGATATGGAGGAACACCAGTGGCGAAGGCGGCTAACTGGACTGCAACTGACGCTGAGGCACGAAAGTGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read640.setScores(scores); - ffastqReads.push_back(read640); - FastqRead read641; read641.setName("M00967_44_000000000-A3K85_1_1102_22231_5761"); - read641.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read641.setScores(scores); - ffastqReads.push_back(read641); - FastqRead read642; read642.setName("M00967_44_000000000-A3K85_1_1102_10893_5845"); - read642.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read642.setScores(scores); - ffastqReads.push_back(read642); - FastqRead read643; read643.setName("M00967_44_000000000-A3K85_1_1102_25295_5872"); - read643.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACTCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); read643.setScores(scores); - ffastqReads.push_back(read643); - FastqRead read644; read644.setName("M00967_44_000000000-A3K85_1_1102_18117_5878"); - read644.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTATTGGGCGTAAAGGGAACGCAGGCGGTCTTTTAAGTCTGATGTGAAAGCCTTCGGCTTAACCGGAGGAATGCATTGGAAACTGGGAGACTTGAGTGCAGAAGAGGAGAGTGGAACTCCATGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAAGCGGCTCTCTGGTCTGTAACTGACGTTGAGGTTCGAAAGCGTGGGGAGAAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(20); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(15); scores.push_back(16); scores.push_back(35); scores.push_back(20); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(18); scores.push_back(18); scores.push_back(18); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(30); scores.push_back(17); scores.push_back(30); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(14); scores.push_back(15); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(31); scores.push_back(31); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(27); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(12); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(31); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(38); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(14); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(13); read644.setScores(scores); - ffastqReads.push_back(read644); - FastqRead read645; read645.setName("M00967_44_000000000-A3K85_1_1102_7293_5909"); - read645.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAATGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read645.setScores(scores); - ffastqReads.push_back(read645); - FastqRead read646; read646.setName("M00967_44_000000000-A3K85_1_1102_7277_5920"); - read646.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAATGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(17); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(29); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); read646.setScores(scores); - ffastqReads.push_back(read646); - FastqRead read647; read647.setName("M00967_44_000000000-A3K85_1_1102_13142_5936"); - read647.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read647.setScores(scores); - ffastqReads.push_back(read647); - FastqRead read648; read648.setName("M00967_44_000000000-A3K85_1_1102_24962_5989"); - read648.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); read648.setScores(scores); - ffastqReads.push_back(read648); - FastqRead read649; read649.setName("M00967_44_000000000-A3K85_1_1102_24950_6004"); - read649.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(17); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(15); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(19); scores.push_back(19); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(31); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(14); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(27); scores.push_back(32); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(38); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(28); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(25); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(29); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); read649.setScores(scores); - ffastqReads.push_back(read649); - FastqRead read650; read650.setName("M00967_44_000000000-A3K85_1_1102_6692_6022"); - read650.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCCGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(17); scores.push_back(19); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(15); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(27); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(13); scores.push_back(34); scores.push_back(32); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(29); scores.push_back(33); read650.setScores(scores); - ffastqReads.push_back(read650); - FastqRead read651; read651.setName("M00967_44_000000000-A3K85_1_1102_22660_6031"); - read651.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGACCACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGGGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(27); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(29); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(13); read651.setScores(scores); - ffastqReads.push_back(read651); - FastqRead read652; read652.setName("M00967_44_000000000-A3K85_1_1102_6365_6101"); - read652.setSeq("TACGTAGGGTGCAAGCGTTATCCGGATTTACTGGGCGTAAAGGGAGCGCAGGCGGCGCGCCAAGTCTGATGTGAAACCCCGGGGCTCAACCCCGGGCATGCATTGGAAACTGGCGGGCTGGAGTGCCGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACGGCAACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(17); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(26); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(28); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(13); read652.setScores(scores); - ffastqReads.push_back(read652); - FastqRead read653; read653.setName("M00967_44_000000000-A3K85_1_1102_8646_6129"); - read653.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); read653.setScores(scores); - ffastqReads.push_back(read653); - FastqRead read654; read654.setName("M00967_44_000000000-A3K85_1_1102_8651_6146"); - read654.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(35); scores.push_back(31); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(25); read654.setScores(scores); - ffastqReads.push_back(read654); - FastqRead read655; read655.setName("M00967_44_000000000-A3K85_1_1102_22820_6151"); - read655.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTTAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(33); scores.push_back(27); scores.push_back(34); scores.push_back(36); scores.push_back(15); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(29); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(12); scores.push_back(31); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(28); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(31); scores.push_back(13); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(36); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(12); scores.push_back(24); read655.setScores(scores); - ffastqReads.push_back(read655); - FastqRead read656; read656.setName("M00967_44_000000000-A3K85_1_1102_11862_6197"); - read656.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read656.setScores(scores); - ffastqReads.push_back(read656); - FastqRead read657; read657.setName("M00967_44_000000000-A3K85_1_1102_19376_6262"); - read657.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read657.setScores(scores); - ffastqReads.push_back(read657); - FastqRead read658; read658.setName("M00967_44_000000000-A3K85_1_1102_24376_6276"); - read658.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); read658.setScores(scores); - ffastqReads.push_back(read658); - FastqRead read659; read659.setName("M00967_44_000000000-A3K85_1_1102_9681_6290"); - read659.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTCCTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTAAGGCTAGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGATGACTGACGTTGAGGCTCGAAAGCGTGGGGGGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(32); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(24); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(13); read659.setScores(scores); - ffastqReads.push_back(read659); - FastqRead read660; read660.setName("M00967_44_000000000-A3K85_1_1102_5855_6301"); - read660.setSeq("TACGTAGGGAGCAAGCGTTGTCCGGAATTACTGGGTGTAAAGGGAGCGTAGGCGGGAGGATAAGTTGAATGTGAAATCTATGGGCTCAACCCATAGCTGCGTTCAAAACTGTTCTTCTTGAGTGAAGTAGAGGCAGGCGGAATTCCTAATGTAGCGGTGAAATGGGGTGATATTTAGAGGAAAAACAGTGGCCAAGGCGGCCTGCTGGGCTTTTACTGACGCTGAGGCTCGAAAACGTGGGGAGCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(29); scores.push_back(14); scores.push_back(29); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(27); scores.push_back(13); scores.push_back(27); scores.push_back(12); scores.push_back(27); scores.push_back(28); scores.push_back(13); scores.push_back(27); scores.push_back(15); scores.push_back(28); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(25); scores.push_back(13); read660.setScores(scores); - ffastqReads.push_back(read660); - FastqRead read661; read661.setName("M00967_44_000000000-A3K85_1_1102_8183_6353"); - read661.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(37); read661.setScores(scores); - ffastqReads.push_back(read661); - FastqRead read662; read662.setName("M00967_44_000000000-A3K85_1_1102_17008_6430"); - read662.setSeq("TATGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(18); scores.push_back(29); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); read662.setScores(scores); - ffastqReads.push_back(read662); - FastqRead read663; read663.setName("M00967_44_000000000-A3K85_1_1102_17025_6437"); - read663.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read663.setScores(scores); - ffastqReads.push_back(read663); - FastqRead read664; read664.setName("M00967_44_000000000-A3K85_1_1102_25830_6492"); - read664.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGAGCAAGTCTGAAGTGAAAGCCCGCGGCCCAACTGCGGGACTGCTTTGGAAACTGCCCGGCTAGAGTGCTGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCACGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read664.setScores(scores); - ffastqReads.push_back(read664); - FastqRead read665; read665.setName("M00967_44_000000000-A3K85_1_1102_22911_6498"); - read665.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); read665.setScores(scores); - ffastqReads.push_back(read665); - FastqRead read666; read666.setName("M00967_44_000000000-A3K85_1_1102_10852_6503"); - read666.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATACGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); read666.setScores(scores); - ffastqReads.push_back(read666); - FastqRead read667; read667.setName("M00967_44_000000000-A3K85_1_1102_7495_6588"); - read667.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(29); scores.push_back(29); scores.push_back(32); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(29); scores.push_back(16); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(15); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(14); scores.push_back(31); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(29); scores.push_back(16); scores.push_back(15); scores.push_back(31); scores.push_back(33); scores.push_back(16); scores.push_back(17); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(29); scores.push_back(16); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(33); scores.push_back(27); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(27); scores.push_back(29); scores.push_back(16); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(31); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(15); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(34); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(25); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); read667.setScores(scores); - ffastqReads.push_back(read667); - FastqRead read668; read668.setName("M00967_44_000000000-A3K85_1_1102_9313_6652"); - read668.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read668.setScores(scores); - ffastqReads.push_back(read668); - FastqRead read669; read669.setName("M00967_44_000000000-A3K85_1_1102_12469_6758"); - read669.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read669.setScores(scores); - ffastqReads.push_back(read669); - FastqRead read670; read670.setName("M00967_44_000000000-A3K85_1_1102_14602_6765"); - read670.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); read670.setScores(scores); - ffastqReads.push_back(read670); - FastqRead read671; read671.setName("M00967_44_000000000-A3K85_1_1102_8840_6789"); - read671.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGGCGGCAGCGCAAGTCTGGGGTGAAATGCCGGGGCCCAACCCCGGCACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTACGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTCGGAGGAACACCAGTGGCGACGGCGGCTTCCTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGGAACCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(31); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(28); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(25); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(28); scores.push_back(12); scores.push_back(26); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(28); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(36); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); read671.setScores(scores); - ffastqReads.push_back(read671); - FastqRead read672; read672.setName("M00967_44_000000000-A3K85_1_1102_10376_6801"); - read672.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(25); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(13); read672.setScores(scores); - ffastqReads.push_back(read672); - FastqRead read673; read673.setName("M00967_44_000000000-A3K85_1_1102_20079_6815"); - read673.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read673.setScores(scores); - ffastqReads.push_back(read673); - FastqRead read674; read674.setName("M00967_44_000000000-A3K85_1_1102_5451_6867"); - read674.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAATGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); read674.setScores(scores); - ffastqReads.push_back(read674); - FastqRead read675; read675.setName("M00967_44_000000000-A3K85_1_1102_6027_6940"); - read675.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); read675.setScores(scores); - ffastqReads.push_back(read675); - FastqRead read676; read676.setName("M00967_44_000000000-A3K85_1_1102_10802_7033"); - read676.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(31); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(25); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(30); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(26); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(28); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(36); scores.push_back(33); scores.push_back(26); scores.push_back(36); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(28); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); read676.setScores(scores); - ffastqReads.push_back(read676); - FastqRead read677; read677.setName("M00967_44_000000000-A3K85_1_1102_21042_7108"); - read677.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); read677.setScores(scores); - ffastqReads.push_back(read677); - FastqRead read678; read678.setName("M00967_44_000000000-A3K85_1_1102_12327_7139"); - read678.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTCACTGGGCGTAAAGGGAGCGCAGGCGGCACGGCAAGTCCGGTGTGAAAGCCCGGGGCCCAACCCCGGGACTGCACTGGAAACTGCCGGGCTGGAGTGTCGGAGGGGCAGGCGGAATTCCTAGTGTAGCGGTGAAAGGCGTAGATATTAGGAGGAAAACCGGTGGCGAAGGCGGCCTGCTGGACGACGACTGACGCTGAGGCTCGAAAGAGAGGGGGGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(15); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(17); scores.push_back(16); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(29); scores.push_back(29); scores.push_back(29); scores.push_back(29); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(30); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(31); scores.push_back(36); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(14); scores.push_back(29); scores.push_back(35); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(34); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(31); scores.push_back(33); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(12); read678.setScores(scores); - ffastqReads.push_back(read678); - FastqRead read679; read679.setName("M00967_44_000000000-A3K85_1_1102_5813_7156"); - read679.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGAAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); read679.setScores(scores); - ffastqReads.push_back(read679); - FastqRead read680; read680.setName("M00967_44_000000000-A3K85_1_1102_13620_7266"); - read680.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read680.setScores(scores); - ffastqReads.push_back(read680); - FastqRead read681; read681.setName("M00967_44_000000000-A3K85_1_1102_23915_7313"); - read681.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read681.setScores(scores); - ffastqReads.push_back(read681); - FastqRead read682; read682.setName("M00967_44_000000000-A3K85_1_1102_21602_7326"); - read682.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read682.setScores(scores); - ffastqReads.push_back(read682); - FastqRead read683; read683.setName("M00967_44_000000000-A3K85_1_1102_23457_7422"); - read683.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read683.setScores(scores); - ffastqReads.push_back(read683); - FastqRead read684; read684.setName("M00967_44_000000000-A3K85_1_1102_6984_7487"); - read684.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read684.setScores(scores); - ffastqReads.push_back(read684); - FastqRead read685; read685.setName("M00967_44_000000000-A3K85_1_1102_15177_7497"); - read685.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read685.setScores(scores); - ffastqReads.push_back(read685); - FastqRead read686; read686.setName("M00967_44_000000000-A3K85_1_1102_11679_7510"); - read686.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read686.setScores(scores); - ffastqReads.push_back(read686); - FastqRead read687; read687.setName("M00967_44_000000000-A3K85_1_1102_10886_7525"); - read687.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read687.setScores(scores); - ffastqReads.push_back(read687); - FastqRead read688; read688.setName("M00967_44_000000000-A3K85_1_1102_7773_7574"); - read688.setSeq("TACGTAGGGAGCAAGCGTTGTTCGGAATGACTGGGCGTAAAGGGTGCGTAGGCGGTTGTACAAGTTAGAAGTGAAATACCCAGGGCTTAACTCGGGTGCTGCTTCTAAAACTGTATGACTTGAGTGCAGTAGAGGTTAGTGGAATTCCTAGTGTAGCGGTGGAATGCGTAGATATTAGGAGGAACACCAGAGGCGAAGGCGGCTAACTGGACTGCAACTGACGCTGAGGCACGAAAGTGTGGGGAGCAAAA"); - scores.clear(); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(19); scores.push_back(33); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(27); scores.push_back(32); scores.push_back(13); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(26); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); read688.setScores(scores); - ffastqReads.push_back(read688); - FastqRead read689; read689.setName("M00967_44_000000000-A3K85_1_1102_9371_7687"); - read689.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTGTACAAGTCTGAAGTGAAAGCCCGTGGCTCAACCGCGGAACTGCTTTGGAAACTGTAAAGCTGGAGTACTGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACAGAAAATGACGTTGAGGCTCGAAAACGTGGGGGGCAAAAA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(24); scores.push_back(30); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(24); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(13); read689.setScores(scores); - ffastqReads.push_back(read689); - FastqRead read690; read690.setName("M00967_44_000000000-A3K85_1_1102_7101_7694"); - read690.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGGCGGCGATGCAAGTCAGAAGTGAAAGCCCGGGGCTCAACTCCGGGACTGCTTTTGAAACTGTGTTGCTAGATCGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAAATGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read690.setScores(scores); - ffastqReads.push_back(read690); - FastqRead read691; read691.setName("M00967_44_000000000-A3K85_1_1102_23933_7825"); - read691.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(25); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read691.setScores(scores); - ffastqReads.push_back(read691); - FastqRead read692; read692.setName("M00967_44_000000000-A3K85_1_1102_18183_7841"); - read692.setSeq("TACGTAGGGGGCAAGCGTTGTTCGGAATGACTGGGCGTAAAGGGTGCGTAGGCGGTTGTACAAGTTAGAAGTGAAATACCCAGGGCTTAACTCGGGTGCTGCTTCTAAAACTGTATGACTTGAGTGCAGTAGAGGTTAGTGGAATTCCTAGTGTAGCGGTGGAATGCGTAGATATTAGGAGGAACACCAGAGGCGAAGGCGGCTAACTGGACTGCAACTGACGCTGAGGCACGAAAGTGTGGGGAGCGAAA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); read692.setScores(scores); - ffastqReads.push_back(read692); - FastqRead read693; read693.setName("M00967_44_000000000-A3K85_1_1102_17269_7866"); - read693.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read693.setScores(scores); - ffastqReads.push_back(read693); - FastqRead read694; read694.setName("M00967_44_000000000-A3K85_1_1102_20777_7872"); - read694.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read694.setScores(scores); - ffastqReads.push_back(read694); - FastqRead read695; read695.setName("M00967_44_000000000-A3K85_1_1102_17540_7921"); - read695.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read695.setScores(scores); - ffastqReads.push_back(read695); - FastqRead read696; read696.setName("M00967_44_000000000-A3K85_1_1102_25724_7951"); - read696.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTCCTGCAAGCCAGATGTGAAAGCCCAAGGCTCAACCATGGGACTGCTTTGGAAACTGTTAAGCTAGAGTGCTGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGTTATTAGGAAGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGATCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(15); scores.push_back(18); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(18); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(18); scores.push_back(14); scores.push_back(17); scores.push_back(30); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(31); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read696.setScores(scores); - ffastqReads.push_back(read696); - FastqRead read697; read697.setName("M00967_44_000000000-A3K85_1_1102_25693_8060"); - read697.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read697.setScores(scores); - ffastqReads.push_back(read697); - FastqRead read698; read698.setName("M00967_44_000000000-A3K85_1_1102_11843_8065"); - read698.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCCAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read698.setScores(scores); - ffastqReads.push_back(read698); - FastqRead read699; read699.setName("M00967_44_000000000-A3K85_1_1102_20746_8081"); - read699.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read699.setScores(scores); - ffastqReads.push_back(read699); - FastqRead read700; read700.setName("M00967_44_000000000-A3K85_1_1102_17852_8103"); - read700.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read700.setScores(scores); - ffastqReads.push_back(read700); - FastqRead read701; read701.setName("M00967_44_000000000-A3K85_1_1102_10638_8143"); - read701.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read701.setScores(scores); - ffastqReads.push_back(read701); - FastqRead read702; read702.setName("M00967_44_000000000-A3K85_1_1102_12191_8252"); - read702.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read702.setScores(scores); - ffastqReads.push_back(read702); - FastqRead read703; read703.setName("M00967_44_000000000-A3K85_1_1102_21864_8263"); - read703.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAGGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read703.setScores(scores); - ffastqReads.push_back(read703); - FastqRead read704; read704.setName("M00967_44_000000000-A3K85_1_1102_25794_8267"); - read704.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read704.setScores(scores); - ffastqReads.push_back(read704); - FastqRead read705; read705.setName("M00967_44_000000000-A3K85_1_1102_17029_8276"); - read705.setSeq("TACGGAGGATGCGAGCGTTGTTCGGAATGACTGGGCGTAAAGGGTGCGTAGGCGGTTGTACAAGTTAGAAGTGAAATACCCAGGGCTTAACTCGGGTGCTGCTTCTAAAACTGTATGACTTGAGTGCAGTAGAGGTTAGTGGAATTCCTAGTGTAGCGGTGGAATGCGTAGATATTAGGAGGAACACCAGAGGCGAAGGCGGCTAACTGGACTGCAACTGACGCTGAGGCACGAAAGTGTGGGGAGCAAAA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(29); scores.push_back(35); scores.push_back(26); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); read705.setScores(scores); - ffastqReads.push_back(read705); - FastqRead read706; read706.setName("M00967_44_000000000-A3K85_1_1102_24343_8332"); - read706.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTATGTAAGTCTGAAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTTTGGAAACTGTGTAACTAGAGTACAGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGGGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACTGTAACTGACGTTGAGGCTCGAAAGGGGGGGGAGCAAAAA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(29); scores.push_back(14); scores.push_back(29); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(36); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(30); scores.push_back(30); scores.push_back(38); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(27); scores.push_back(27); scores.push_back(30); scores.push_back(38); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(27); scores.push_back(16); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(31); scores.push_back(13); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(27); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(12); read706.setScores(scores); - ffastqReads.push_back(read706); - FastqRead read707; read707.setName("M00967_44_000000000-A3K85_1_1102_15259_8369"); - read707.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTCGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read707.setScores(scores); - ffastqReads.push_back(read707); - FastqRead read708; read708.setName("M00967_44_000000000-A3K85_1_1102_20625_8391"); - read708.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAATGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); read708.setScores(scores); - ffastqReads.push_back(read708); - FastqRead read709; read709.setName("M00967_44_000000000-A3K85_1_1102_6857_8392"); - read709.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read709.setScores(scores); - ffastqReads.push_back(read709); - FastqRead read710; read710.setName("M00967_44_000000000-A3K85_1_1102_19527_8470"); - read710.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(30); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read710.setScores(scores); - ffastqReads.push_back(read710); - FastqRead read711; read711.setName("M00967_44_000000000-A3K85_1_1102_22065_8478"); - read711.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read711.setScores(scores); - ffastqReads.push_back(read711); - FastqRead read712; read712.setName("M00967_44_000000000-A3K85_1_1102_4377_8479"); - read712.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGACCTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(35); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(19); scores.push_back(19); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(19); scores.push_back(18); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(18); scores.push_back(18); scores.push_back(18); scores.push_back(38); scores.push_back(35); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(37); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(27); scores.push_back(38); scores.push_back(15); scores.push_back(13); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(13); read712.setScores(scores); - ffastqReads.push_back(read712); - FastqRead read713; read713.setName("M00967_44_000000000-A3K85_1_1102_7046_8528"); - read713.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCTGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACCGGCGGGCTCGAGTGGGCGGGGAGGAAGGGGGATGCGTGGTGGAGCCGGGGAATGCCTAGATTATACGGAGAAACACCATTGGGAAGGGCGCCTTACGGGGCCCGACCGGACGTTGAGGCCCGAAGCCGTGGGATCGAAACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(33); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(16); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(29); scores.push_back(12); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(13); scores.push_back(29); scores.push_back(38); scores.push_back(27); scores.push_back(15); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); read713.setScores(scores); - ffastqReads.push_back(read713); - FastqRead read714; read714.setName("M00967_44_000000000-A3K85_1_1102_18908_8597"); - read714.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCGGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read714.setScores(scores); - ffastqReads.push_back(read714); - FastqRead read715; read715.setName("M00967_44_000000000-A3K85_1_1102_26417_8599"); - read715.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); read715.setScores(scores); - ffastqReads.push_back(read715); - FastqRead read716; read716.setName("M00967_44_000000000-A3K85_1_1102_20939_8613"); - read716.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(18); scores.push_back(18); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(27); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(25); scores.push_back(33); scores.push_back(25); scores.push_back(14); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(28); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(29); scores.push_back(12); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(28); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); read716.setScores(scores); - ffastqReads.push_back(read716); - FastqRead read717; read717.setName("M00967_44_000000000-A3K85_1_1102_19113_8714"); - read717.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTAGGGAGCAAACGG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read717.setScores(scores); - ffastqReads.push_back(read717); - FastqRead read718; read718.setName("M00967_44_000000000-A3K85_1_1102_6254_8779"); - read718.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGCAAGCGTGGGGAGCAAAC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(20); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(26); read718.setScores(scores); - ffastqReads.push_back(read718); - FastqRead read719; read719.setName("M00967_44_000000000-A3K85_1_1102_17348_8932"); - read719.setSeq("TACGTAGGGGGCGAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGTAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTATGTGACTGGAGTGCAGGAGAGGTGAGCAGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTCACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); read719.setScores(scores); - ffastqReads.push_back(read719); - FastqRead read720; read720.setName("M00967_44_000000000-A3K85_1_1102_19645_8958"); - read720.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read720.setScores(scores); - ffastqReads.push_back(read720); - FastqRead read721; read721.setName("M00967_44_000000000-A3K85_1_1102_13366_8999"); - read721.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read721.setScores(scores); - ffastqReads.push_back(read721); - FastqRead read722; read722.setName("M00967_44_000000000-A3K85_1_1102_22033_9031"); - read722.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(35); scores.push_back(28); scores.push_back(27); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(28); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(24); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(36); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(24); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(13); read722.setScores(scores); - ffastqReads.push_back(read722); - FastqRead read723; read723.setName("M00967_44_000000000-A3K85_1_1102_20668_9045"); - read723.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read723.setScores(scores); - ffastqReads.push_back(read723); - FastqRead read724; read724.setName("M00967_44_000000000-A3K85_1_1102_10984_9115"); - read724.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read724.setScores(scores); - ffastqReads.push_back(read724); - FastqRead read725; read725.setName("M00967_44_000000000-A3K85_1_1102_14833_9169"); - read725.setSeq("TACGTAGGGAGCAAGCGTTGTCCGGAATTACTGGGTGTAAAGGGAGCGTAGGCGGGAGGATAAGTTGAATGTGAAATCTATGGGCTCAACCCATAGCTGCGTTCAAAACTGTTCTTCTTGAGTGAAGTAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGGAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGGGTTTTACTGACGCTGAGGCTCGGAAGGGTGGGTAGCCAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(36); scores.push_back(13); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(15); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(14); read725.setScores(scores); - ffastqReads.push_back(read725); - FastqRead read726; read726.setName("M00967_44_000000000-A3K85_1_1102_7268_9245"); - read726.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGTAGCCGGGCTGACAAGTCAGATGTGAAATCCGGGGGCTCAACCCCCGAACTGCATTTGAAACTGTTGGTCTTGAGTATCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGACAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(26); scores.push_back(12); scores.push_back(28); scores.push_back(28); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(28); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(13); read726.setScores(scores); - ffastqReads.push_back(read726); - FastqRead read727; read727.setName("M00967_44_000000000-A3K85_1_1102_25304_9280"); - read727.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(31); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read727.setScores(scores); - ffastqReads.push_back(read727); - FastqRead read728; read728.setName("M00967_44_000000000-A3K85_1_1102_19256_9368"); - read728.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read728.setScores(scores); - ffastqReads.push_back(read728); - FastqRead read729; read729.setName("M00967_44_000000000-A3K85_1_1102_7643_9381"); - read729.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); read729.setScores(scores); - ffastqReads.push_back(read729); - FastqRead read730; read730.setName("M00967_44_000000000-A3K85_1_1102_20682_9443"); - read730.setSeq("TGCGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read730.setScores(scores); - ffastqReads.push_back(read730); - FastqRead read731; read731.setName("M00967_44_000000000-A3K85_1_1102_19543_9447"); - read731.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTATTGGGCGTAAAGGGAACGCAGGCGGTCTTTTAAGTCTGATGTGAAAGCCTTCGGCTTAACCGGAGTAGTGCATTGGAAACTGGGAGACTTGAGTGCAGAAGAGGAGAGTGGAACTCCATGTGTAGCGGTGAAATGCGTAGATATATGGAAGAACACCAGTGGCGAAAGCGGCTCTCTGGTCTGTAACTGACGCTGAGGTTCGAAAGCGTGGGTATCGAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(12); read731.setScores(scores); - ffastqReads.push_back(read731); - FastqRead read732; read732.setName("M00967_44_000000000-A3K85_1_1102_18694_9494"); - read732.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGAGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read732.setScores(scores); - ffastqReads.push_back(read732); - FastqRead read733; read733.setName("M00967_44_000000000-A3K85_1_1102_18420_9540"); - read733.setSeq("TACGGAGGATCCGAGCGTTGTCCGGAATTACTGGGTGTAAAGGGAGCGTAGGCGGGCGAGAAAGTTGAATGTTAAATCTACCGGCTTAACTGGTAGCTGCGTTCAAAACTTCTTGTCTTGAGTGAAGTAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAACGTGGGGGGCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(31); scores.push_back(13); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(29); scores.push_back(26); scores.push_back(28); scores.push_back(12); scores.push_back(32); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(14); read733.setScores(scores); - ffastqReads.push_back(read733); - FastqRead read734; read734.setName("M00967_44_000000000-A3K85_1_1102_4744_9626"); - read734.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTATGTAAGTCTGAAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTTTGGAAACTGTGTAACTAGAGTACAGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACTGAAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCCAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(36); scores.push_back(13); read734.setScores(scores); - ffastqReads.push_back(read734); - FastqRead read735; read735.setName("M00967_44_000000000-A3K85_1_1102_9458_9627"); - read735.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read735.setScores(scores); - ffastqReads.push_back(read735); - FastqRead read736; read736.setName("M00967_44_000000000-A3K85_1_1102_5989_9637"); - read736.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGATGCAAGTCTGAAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTTTGGAAACTGTATAGCTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGTATCGAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(29); read736.setScores(scores); - ffastqReads.push_back(read736); - FastqRead read737; read737.setName("M00967_44_000000000-A3K85_1_1102_15746_9659"); - read737.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGCGTGTAGGCGGGGACGCAAGTCAGATGTGAAAACCACGGGCTCAACCTGTGGCCTGCATTTGAAACTGTGTTTCTTGAGTACTGGAGAGGCAGACGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGTCTGCTGGACAGCAACTGACGCTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read737.setScores(scores); - ffastqReads.push_back(read737); - FastqRead read738; read738.setName("M00967_44_000000000-A3K85_1_1102_14621_9663"); - read738.setSeq("TACGGAGGATGCGAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGTAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTATGTGACTGGAGTGCAGGAGAGGTGAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTCACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read738.setScores(scores); - ffastqReads.push_back(read738); - FastqRead read739; read739.setName("M00967_44_000000000-A3K85_1_1102_27457_9673"); - read739.setSeq("TACGTAGGGAGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGTGCGTAGGCGGCCTTGCAAGTCAGAAGTGAAATCCATGGGCTTAACCCGTGAACTGCTTTTGAAACTGTAGGGCTTGAGTGAAGTAGAGGCAGGCGGAATTCCCGGTGTAGCGGTGAAATGCGTAGAGATCGGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGGCTTTAACTGACGCTGAAGCACGAAAGCGTGGGTAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(31); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(27); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(29); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(13); scores.push_back(15); scores.push_back(13); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read739.setScores(scores); - ffastqReads.push_back(read739); - FastqRead read740; read740.setName("M00967_44_000000000-A3K85_1_1102_24895_9705"); - read740.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCCCGAAAGTGTGGGTATCGAAAAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(27); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(27); scores.push_back(32); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(28); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(26); scores.push_back(12); scores.push_back(35); scores.push_back(28); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(24); read740.setScores(scores); - ffastqReads.push_back(read740); - FastqRead read741; read741.setName("M00967_44_000000000-A3K85_1_1102_13149_9739"); - read741.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGTGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGGACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(16); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(17); scores.push_back(31); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(29); scores.push_back(34); scores.push_back(15); scores.push_back(30); scores.push_back(14); scores.push_back(27); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(27); scores.push_back(32); scores.push_back(38); scores.push_back(16); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(31); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(28); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(29); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(29); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read741.setScores(scores); - ffastqReads.push_back(read741); - FastqRead read742; read742.setName("M00967_44_000000000-A3K85_1_1102_15403_9761"); - read742.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGGTGGCAGGGCAAGTCAGATGTGAAAACCCGGGGCTCAACCCCGGGAGTGCATTTGAAACTGTCCAGCTGGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCATAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACACTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(13); scores.push_back(27); scores.push_back(29); scores.push_back(29); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(15); scores.push_back(35); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(12); read742.setScores(scores); - ffastqReads.push_back(read742); - FastqRead read743; read743.setName("M00967_44_000000000-A3K85_1_1102_17584_9801"); - read743.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAATGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read743.setScores(scores); - ffastqReads.push_back(read743); - FastqRead read744; read744.setName("M00967_44_000000000-A3K85_1_1102_27984_9822"); - read744.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTAAAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGGATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(16); scores.push_back(31); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(16); scores.push_back(28); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(28); scores.push_back(24); scores.push_back(12); scores.push_back(36); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(27); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(29); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(12); read744.setScores(scores); - ffastqReads.push_back(read744); - FastqRead read745; read745.setName("M00967_44_000000000-A3K85_1_1102_26268_9892"); - read745.setSeq("TACGTATGGTGCAAGCGTTATCCGGAATGACTGGGTGTAAAGGGAGCGTAGACGGTTGTACAAGTCTGATGTGAAAGCCCACGGCTCAACTGTGGGAGTGCATTGGAAACTGTAGAACTAGAGTATCGGAGAGGCAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACGAAAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read745.setScores(scores); - ffastqReads.push_back(read745); - FastqRead read746; read746.setName("M00967_44_000000000-A3K85_1_1102_9375_9903"); - read746.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read746.setScores(scores); - ffastqReads.push_back(read746); - FastqRead read747; read747.setName("M00967_44_000000000-A3K85_1_1102_19323_9925"); - read747.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGAGCAAGTCTGAAGTGAAAGCCCGCGGCCCAACTGCGGGACTGCTTTGGAAACTGCCCGGCTAGAGTGCTGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(32); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(13); read747.setScores(scores); - ffastqReads.push_back(read747); - FastqRead read748; read748.setName("M00967_44_000000000-A3K85_1_1102_26447_9991"); - read748.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read748.setScores(scores); - ffastqReads.push_back(read748); - FastqRead read749; read749.setName("M00967_44_000000000-A3K85_1_1102_24734_9991"); - read749.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read749.setScores(scores); - ffastqReads.push_back(read749); - FastqRead read750; read750.setName("M00967_44_000000000-A3K85_1_1102_11474_10097"); - read750.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTGTGCAAGTCTGAAGTGAAAGCCCAGGGCTCAACCCTGGGACTGCTTTGGAAACTGTGGAGCTAGAGTGCTGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAACCA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(27); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(32); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(14); scores.push_back(27); scores.push_back(13); scores.push_back(27); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); read750.setScores(scores); - ffastqReads.push_back(read750); - FastqRead read751; read751.setName("M00967_44_000000000-A3K85_1_1102_3404_10151"); - read751.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCCTAGCAAGTCTGAAGTGAAAGCCCAAGGCTCAACCCCGGGCCTGCTTTGGAAACTGTTAAGCTAGAGTGCTGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAAGAACACCAGTGGCGAAGGCGCCTTACTGGACAGTAACTGACGTTGAGGACCGAAACCGTGGGGAGCAAAAA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(31); scores.push_back(34); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(29); scores.push_back(17); scores.push_back(31); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(35); scores.push_back(16); scores.push_back(30); scores.push_back(16); scores.push_back(30); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(27); scores.push_back(12); scores.push_back(27); scores.push_back(29); scores.push_back(36); scores.push_back(27); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(28); scores.push_back(15); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(35); scores.push_back(27); scores.push_back(34); scores.push_back(36); scores.push_back(25); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(36); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(28); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); read751.setScores(scores); - ffastqReads.push_back(read751); - FastqRead read752; read752.setName("M00967_44_000000000-A3K85_1_1102_27873_10257"); - read752.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read752.setScores(scores); - ffastqReads.push_back(read752); - FastqRead read753; read753.setName("M00967_44_000000000-A3K85_1_1102_10760_10258"); - read753.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read753.setScores(scores); - ffastqReads.push_back(read753); - FastqRead read754; read754.setName("M00967_44_000000000-A3K85_1_1102_14134_10326"); - read754.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read754.setScores(scores); - ffastqReads.push_back(read754); - FastqRead read755; read755.setName("M00967_44_000000000-A3K85_1_1102_17936_10334"); - read755.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGATGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read755.setScores(scores); - ffastqReads.push_back(read755); - FastqRead read756; read756.setName("M00967_44_000000000-A3K85_1_1102_18521_10367"); - read756.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read756.setScores(scores); - ffastqReads.push_back(read756); - FastqRead read757; read757.setName("M00967_44_000000000-A3K85_1_1102_3314_10392"); - read757.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTATCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(29); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(28); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(37); read757.setScores(scores); - ffastqReads.push_back(read757); - FastqRead read758; read758.setName("M00967_44_000000000-A3K85_1_1102_16497_10489"); - read758.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read758.setScores(scores); - ffastqReads.push_back(read758); - FastqRead read759; read759.setName("M00967_44_000000000-A3K85_1_1102_18361_10509"); - read759.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read759.setScores(scores); - ffastqReads.push_back(read759); - FastqRead read760; read760.setName("M00967_44_000000000-A3K85_1_1102_22232_10552"); - read760.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read760.setScores(scores); - ffastqReads.push_back(read760); - FastqRead read761; read761.setName("M00967_44_000000000-A3K85_1_1102_18980_10587"); - read761.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read761.setScores(scores); - ffastqReads.push_back(read761); - FastqRead read762; read762.setName("M00967_44_000000000-A3K85_1_1102_27674_10618"); - read762.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read762.setScores(scores); - ffastqReads.push_back(read762); - FastqRead read763; read763.setName("M00967_44_000000000-A3K85_1_1102_5578_10651"); - read763.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGCGTGTAGGCGGGACTGCAAGTCAGATGTGAAACCCATGGGCTCAACCCATGGCCTGCATTTGAAACTGTAGTTCTTGAGTGATGGAGAGGCAGGCGGAATTCCGTGTGTAGCGGTGAAATGCGGAGATATATGGAGGAACACCAGTGGCGAAGGCGGCCTCCTGGTCTGCCACTGACACTGAGGCGCGAAAGCGGGGGGAGACAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(27); scores.push_back(32); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(15); scores.push_back(35); scores.push_back(14); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(27); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(36); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(28); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(29); scores.push_back(29); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(13); read763.setScores(scores); - ffastqReads.push_back(read763); - FastqRead read764; read764.setName("M00967_44_000000000-A3K85_1_1102_14339_10656"); - read764.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read764.setScores(scores); - ffastqReads.push_back(read764); - FastqRead read765; read765.setName("M00967_44_000000000-A3K85_1_1102_3035_10716"); - read765.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(34); scores.push_back(37); read765.setScores(scores); - ffastqReads.push_back(read765); - FastqRead read766; read766.setName("M00967_44_000000000-A3K85_1_1102_9527_10736"); - read766.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read766.setScores(scores); - ffastqReads.push_back(read766); - FastqRead read767; read767.setName("M00967_44_000000000-A3K85_1_1102_27194_10763"); - read767.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read767.setScores(scores); - ffastqReads.push_back(read767); - FastqRead read768; read768.setName("M00967_44_000000000-A3K85_1_1102_18980_10780"); - read768.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(37); read768.setScores(scores); - ffastqReads.push_back(read768); - FastqRead read769; read769.setName("M00967_44_000000000-A3K85_1_1102_9675_10795"); - read769.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read769.setScores(scores); - ffastqReads.push_back(read769); - FastqRead read770; read770.setName("M00967_44_000000000-A3K85_1_1102_7354_10796"); - read770.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read770.setScores(scores); - ffastqReads.push_back(read770); - FastqRead read771; read771.setName("M00967_44_000000000-A3K85_1_1102_28754_10878"); - read771.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read771.setScores(scores); - ffastqReads.push_back(read771); - FastqRead read772; read772.setName("M00967_44_000000000-A3K85_1_1102_20648_10881"); - read772.setSeq("TACGTAGGGAGCAAGCGTTGTCCGGAATTACTGGGCGTAAAGGGTGCGTAGGCGGCGCAGTTAGTCAGAAGTGAAATATCGGGGCTTAACCCCGGGGCTGCTTCTGATACTGCTGTGCTCGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGACTTACTGGACTGTAACTGACGCTGAGGCACGAAAGCGTGGGTAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(14); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(27); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(26); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read772.setScores(scores); - ffastqReads.push_back(read772); - FastqRead read773; read773.setName("M00967_44_000000000-A3K85_1_1102_18164_10943"); - read773.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read773.setScores(scores); - ffastqReads.push_back(read773); - FastqRead read774; read774.setName("M00967_44_000000000-A3K85_1_1102_13528_10956"); - read774.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read774.setScores(scores); - ffastqReads.push_back(read774); - FastqRead read775; read775.setName("M00967_44_000000000-A3K85_1_1102_7988_10976"); - read775.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read775.setScores(scores); - ffastqReads.push_back(read775); - FastqRead read776; read776.setName("M00967_44_000000000-A3K85_1_1102_21910_11076"); - read776.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read776.setScores(scores); - ffastqReads.push_back(read776); - FastqRead read777; read777.setName("M00967_44_000000000-A3K85_1_1102_22267_11082"); - read777.setSeq("TACGTAGGGAGCAAGCGTTGTTCGGAATGACTGGGCGTAAAGGGTGCGTAGGCGGTTGTACAAGTTAGAAGTGAAATACCCAGGGCTTAACTCGGGTGCTGCTTCTAAAACTGTATGACTTGAGTGCAGTAGAGGTTAGTGGAATTCCTAGTGTAGCGGTGGAATGCGTAGATATTAGGAGGAACACCAGAGGCGAAGGCGGCTAACTGGACTGCAACTGACGCTGAGGCACGAAAGGGTGGGGAGCAAAA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); read777.setScores(scores); - ffastqReads.push_back(read777); - FastqRead read778; read778.setName("M00967_44_000000000-A3K85_1_1102_3732_11179"); - read778.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTCCTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTAAGGCTAGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGCTATTTGGAGGAACACCAGTGGCGAAGGCGGCCCGCTGGACGATGACTGACGTTGAGGCTCCAAAGCCTGGGGGGCCAAC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(27); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(29); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(26); read778.setScores(scores); - ffastqReads.push_back(read778); - FastqRead read779; read779.setName("M00967_44_000000000-A3K85_1_1102_23128_11191"); - read779.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read779.setScores(scores); - ffastqReads.push_back(read779); - FastqRead read780; read780.setName("M00967_44_000000000-A3K85_1_1102_17762_11301"); - read780.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCATGCAGAACCCCGATTGCGGAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read780.setScores(scores); - ffastqReads.push_back(read780); - FastqRead read781; read781.setName("M00967_44_000000000-A3K85_1_1102_23257_11367"); - read781.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGTATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read781.setScores(scores); - ffastqReads.push_back(read781); - FastqRead read782; read782.setName("M00967_44_000000000-A3K85_1_1102_18932_11393"); - read782.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(31); scores.push_back(26); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read782.setScores(scores); - ffastqReads.push_back(read782); - FastqRead read783; read783.setName("M00967_44_000000000-A3K85_1_1102_28272_11398"); - read783.setSeq("TACGGAGGATACGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAATGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read783.setScores(scores); - ffastqReads.push_back(read783); - FastqRead read784; read784.setName("M00967_44_000000000-A3K85_1_1102_4509_11442"); - read784.setSeq("TACGTAGGGAGCAAGCGTTGTTCGGAATGACTGGTCGTAAAGGGTGCGTAGGCGGTTGTACAAGTTAGAAGTGAAATACCCAGGGCTTAACTCGGGTGCTGCTTCTAAAACTGTATGACTTGAGTGCAGTAGAGGTTAGTGGAATTCCTAGTGTAGCGGTGGAATGCGTAGATATTAGGAGGAACACCAGAGGCGAAGGCGGCTAACTGGACTGCAACTGACGCTGAGGCACGAAAGTGTGGGGAGCAAA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(30); scores.push_back(18); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(35); scores.push_back(33); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(26); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); read784.setScores(scores); - ffastqReads.push_back(read784); - FastqRead read785; read785.setName("M00967_44_000000000-A3K85_1_1102_10304_11460"); - read785.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read785.setScores(scores); - ffastqReads.push_back(read785); - FastqRead read786; read786.setName("M00967_44_000000000-A3K85_1_1102_20509_11465"); - read786.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read786.setScores(scores); - ffastqReads.push_back(read786); - FastqRead read787; read787.setName("M00967_44_000000000-A3K85_1_1102_26039_11489"); - read787.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read787.setScores(scores); - ffastqReads.push_back(read787); - FastqRead read788; read788.setName("M00967_44_000000000-A3K85_1_1102_7342_11561"); - read788.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(34); scores.push_back(28); scores.push_back(34); scores.push_back(27); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(25); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(13); read788.setScores(scores); - ffastqReads.push_back(read788); - FastqRead read789; read789.setName("M00967_44_000000000-A3K85_1_1102_20742_11581"); - read789.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read789.setScores(scores); - ffastqReads.push_back(read789); - FastqRead read790; read790.setName("M00967_44_000000000-A3K85_1_1102_19188_11683"); - read790.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read790.setScores(scores); - ffastqReads.push_back(read790); - FastqRead read791; read791.setName("M00967_44_000000000-A3K85_1_1102_11109_11761"); - read791.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read791.setScores(scores); - ffastqReads.push_back(read791); - FastqRead read792; read792.setName("M00967_44_000000000-A3K85_1_1102_25070_11786"); - read792.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(25); read792.setScores(scores); - ffastqReads.push_back(read792); - FastqRead read793; read793.setName("M00967_44_000000000-A3K85_1_1102_4602_11807"); - read793.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAATGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); read793.setScores(scores); - ffastqReads.push_back(read793); - FastqRead read794; read794.setName("M00967_44_000000000-A3K85_1_1102_19082_11813"); - read794.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGAGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(27); scores.push_back(27); scores.push_back(36); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(24); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(13); read794.setScores(scores); - ffastqReads.push_back(read794); - FastqRead read795; read795.setName("M00967_44_000000000-A3K85_1_1102_21891_11869"); - read795.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read795.setScores(scores); - ffastqReads.push_back(read795); - FastqRead read796; read796.setName("M00967_44_000000000-A3K85_1_1102_8531_11870"); - read796.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGTAGCCGGGAAGGCAAGTCAGATGTGAAATCTGGAGGCTCAACCTCCAAATTGCATTTGAAACTGTTTTTCTTGAGTACTGGAGAGGCAGACGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAGGAACACCAGTGGCGAAGGCGGTCTGCTGGACAGCAACTGACGGTGAGGCGCGAAAGCGTGGGGATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(20); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read796.setScores(scores); - ffastqReads.push_back(read796); - FastqRead read797; read797.setName("M00967_44_000000000-A3K85_1_1102_28700_11964"); - read797.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); read797.setScores(scores); - ffastqReads.push_back(read797); - FastqRead read798; read798.setName("M00967_44_000000000-A3K85_1_1102_10402_12045"); - read798.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGTCCTGCCGTTGAAACTGGTGTCCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(17); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read798.setScores(scores); - ffastqReads.push_back(read798); - FastqRead read799; read799.setName("M00967_44_000000000-A3K85_1_1102_22668_12078"); - read799.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTATTGGGTGTAAAGGGCGTGTAGGCGGGAATTCAAGTCAGATGTGAAAACTATGGGCTCAACCCATACCCTGCATTTGAAACTGTATTTTTTGAGGGCTGGAGAGGCAATCGGAATTCCGGGTGTAGCGGTGAAATGCGTAGATATACGGAGGAACCCCAGTGGCGAAGGCGGATTGCTGGACAGTAACTGACGCTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(16); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(27); scores.push_back(16); scores.push_back(15); scores.push_back(30); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(30); scores.push_back(27); scores.push_back(15); scores.push_back(30); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(27); scores.push_back(28); scores.push_back(15); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(34); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(29); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(28); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(29); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(12); read799.setScores(scores); - ffastqReads.push_back(read799); - FastqRead read800; read800.setName("M00967_44_000000000-A3K85_1_1102_28276_12186"); - read800.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGTAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGAATGCTCTGGAAACTATGTGACTGGAGTGCAGGAGAGGTGAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTCCCTGGACTGTAACTGACGTTGAGGCTCGAAAGGGGGGGGGGCAAAAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(18); scores.push_back(29); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(20); scores.push_back(31); scores.push_back(20); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(33); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(36); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(28); scores.push_back(35); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(14); read800.setScores(scores); - ffastqReads.push_back(read800); - FastqRead read801; read801.setName("M00967_44_000000000-A3K85_1_1102_27651_12192"); - read801.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); read801.setScores(scores); - ffastqReads.push_back(read801); - FastqRead read802; read802.setName("M00967_44_000000000-A3K85_1_1102_23824_12195"); - read802.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read802.setScores(scores); - ffastqReads.push_back(read802); - FastqRead read803; read803.setName("M00967_44_000000000-A3K85_1_1102_22152_12255"); - read803.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTATCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read803.setScores(scores); - ffastqReads.push_back(read803); - FastqRead read804; read804.setName("M00967_44_000000000-A3K85_1_1102_12591_12295"); - read804.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read804.setScores(scores); - ffastqReads.push_back(read804); - FastqRead read805; read805.setName("M00967_44_000000000-A3K85_1_1102_22830_12296"); - read805.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read805.setScores(scores); - ffastqReads.push_back(read805); - FastqRead read806; read806.setName("M00967_44_000000000-A3K85_1_1102_19760_12313"); - read806.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read806.setScores(scores); - ffastqReads.push_back(read806); - FastqRead read807; read807.setName("M00967_44_000000000-A3K85_1_1102_11332_12337"); - read807.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTTCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read807.setScores(scores); - ffastqReads.push_back(read807); - FastqRead read808; read808.setName("M00967_44_000000000-A3K85_1_1102_21714_12340"); - read808.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read808.setScores(scores); - ffastqReads.push_back(read808); - FastqRead read809; read809.setName("M00967_44_000000000-A3K85_1_1102_4985_12360"); - read809.setSeq("TACGGAGGATGCGAACGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(31); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(37); read809.setScores(scores); - ffastqReads.push_back(read809); - FastqRead read810; read810.setName("M00967_44_000000000-A3K85_1_1102_4337_12433"); - read810.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(33); read810.setScores(scores); - ffastqReads.push_back(read810); - FastqRead read811; read811.setName("M00967_44_000000000-A3K85_1_1102_10168_12485"); - read811.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(25); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); read811.setScores(scores); - ffastqReads.push_back(read811); - FastqRead read812; read812.setName("M00967_44_000000000-A3K85_1_1102_2789_12538"); - read812.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(25); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(24); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(31); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(28); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(26); scores.push_back(30); scores.push_back(26); scores.push_back(12); scores.push_back(28); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(27); scores.push_back(33); scores.push_back(28); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); read812.setScores(scores); - ffastqReads.push_back(read812); - FastqRead read813; read813.setName("M00967_44_000000000-A3K85_1_1102_10294_12597"); - read813.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); read813.setScores(scores); - ffastqReads.push_back(read813); - FastqRead read814; read814.setName("M00967_44_000000000-A3K85_1_1102_5819_12607"); - read814.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGGGCGCAGACGGCAGCGCAAGCCAGGAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTCTTGGAACTGCGCGGCTGGAGTGCAGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGTGGCGAAGGCGGCCTGCTGGACTGCGACTGACGTTGAGGCCCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(17); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(18); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(28); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read814.setScores(scores); - ffastqReads.push_back(read814); - FastqRead read815; read815.setName("M00967_44_000000000-A3K85_1_1102_7829_12633"); - read815.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTGGCGGGTGAAATCAGAAAAATCACGCAGAAACCCCAGTGCGAAAGGAGCCTTCCGGCGCCCTACTTACCCTTAGGGCCCGAAGGGGGGGGGTCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(29); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(27); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(26); scores.push_back(25); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(29); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(14); read815.setScores(scores); - ffastqReads.push_back(read815); - FastqRead read816; read816.setName("M00967_44_000000000-A3K85_1_1102_18246_12643"); - read816.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read816.setScores(scores); - ffastqReads.push_back(read816); - FastqRead read817; read817.setName("M00967_44_000000000-A3K85_1_1102_22647_12655"); - read817.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read817.setScores(scores); - ffastqReads.push_back(read817); - FastqRead read818; read818.setName("M00967_44_000000000-A3K85_1_1102_7783_12688"); - read818.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read818.setScores(scores); - ffastqReads.push_back(read818); - FastqRead read819; read819.setName("M00967_44_000000000-A3K85_1_1102_10234_12715"); - read819.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read819.setScores(scores); - ffastqReads.push_back(read819); - FastqRead read820; read820.setName("M00967_44_000000000-A3K85_1_1102_28486_12725"); - read820.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read820.setScores(scores); - ffastqReads.push_back(read820); - FastqRead read821; read821.setName("M00967_44_000000000-A3K85_1_1102_19918_12759"); - read821.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTAATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATTACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(28); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(34); scores.push_back(13); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(28); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(13); read821.setScores(scores); - ffastqReads.push_back(read821); - FastqRead read822; read822.setName("M00967_44_000000000-A3K85_1_1102_22796_12761"); - read822.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGCAGACGGCAGTGCAAGTCTGGAGTGAAAGCCCGGGGCCCAACCCCGGAACTGCTCTGGAAACTGTGCGGCTAGAGTACTGGAGGGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read822.setScores(scores); - ffastqReads.push_back(read822); - FastqRead read823; read823.setName("M00967_44_000000000-A3K85_1_1102_9947_12767"); - read823.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); read823.setScores(scores); - ffastqReads.push_back(read823); - FastqRead read824; read824.setName("M00967_44_000000000-A3K85_1_1102_7373_12798"); - read824.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read824.setScores(scores); - ffastqReads.push_back(read824); - FastqRead read825; read825.setName("M00967_44_000000000-A3K85_1_1102_7527_12804"); - read825.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGCGTGTAGGCGGGAGTGCAAGTCAGATGTGAAAACTATGGGCTCAACCCATAGCCTGCATTTGAAACTGTACTTCTTGAGTGCTGGAGAGGCAATCGGAATTCCGTGTGTAGCGGTGAAATGCGTAGATATACGGAGGAACACCAGTGGCGAAGGCGGATTGCTGGACAGTAACTGACGCTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read825.setScores(scores); - ffastqReads.push_back(read825); - FastqRead read826; read826.setName("M00967_44_000000000-A3K85_1_1102_8853_12872"); - read826.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(14); scores.push_back(30); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(32); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(13); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(28); scores.push_back(28); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(12); read826.setScores(scores); - ffastqReads.push_back(read826); - FastqRead read827; read827.setName("M00967_44_000000000-A3K85_1_1102_23994_12951"); - read827.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read827.setScores(scores); - ffastqReads.push_back(read827); - FastqRead read828; read828.setName("M00967_44_000000000-A3K85_1_1102_17155_13072"); - read828.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAAATCCGATTGCGAAGGCAGCCTACCGGCGCTCAACTGACGCTCATGCACGAAAGGGTGGGTATCGAACCG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(18); scores.push_back(18); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(17); scores.push_back(14); scores.push_back(14); scores.push_back(17); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(29); scores.push_back(29); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(28); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(30); scores.push_back(16); scores.push_back(32); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(28); scores.push_back(16); scores.push_back(13); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(36); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(12); read828.setScores(scores); - ffastqReads.push_back(read828); - FastqRead read829; read829.setName("M00967_44_000000000-A3K85_1_1102_29263_13137"); - read829.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(13); read829.setScores(scores); - ffastqReads.push_back(read829); - FastqRead read830; read830.setName("M00967_44_000000000-A3K85_1_1102_17440_13173"); - read830.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read830.setScores(scores); - ffastqReads.push_back(read830); - FastqRead read831; read831.setName("M00967_44_000000000-A3K85_1_1102_23074_13203"); - read831.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGATCTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read831.setScores(scores); - ffastqReads.push_back(read831); - FastqRead read832; read832.setName("M00967_44_000000000-A3K85_1_1102_25216_13217"); - read832.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); read832.setScores(scores); - ffastqReads.push_back(read832); - FastqRead read833; read833.setName("M00967_44_000000000-A3K85_1_1102_14731_13237"); - read833.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTGTCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(19); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(31); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(19); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(27); scores.push_back(36); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(29); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(26); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(12); scores.push_back(26); read833.setScores(scores); - ffastqReads.push_back(read833); - FastqRead read834; read834.setName("M00967_44_000000000-A3K85_1_1102_8450_13354"); - read834.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGTGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read834.setScores(scores); - ffastqReads.push_back(read834); - FastqRead read835; read835.setName("M00967_44_000000000-A3K85_1_1102_4713_13363"); - read835.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read835.setScores(scores); - ffastqReads.push_back(read835); - FastqRead read836; read836.setName("M00967_44_000000000-A3K85_1_1102_12240_13465"); - read836.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read836.setScores(scores); - ffastqReads.push_back(read836); - FastqRead read837; read837.setName("M00967_44_000000000-A3K85_1_1102_29304_13515"); - read837.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(29); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read837.setScores(scores); - ffastqReads.push_back(read837); - FastqRead read838; read838.setName("M00967_44_000000000-A3K85_1_1102_18822_13540"); - read838.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATCACTGGGTGTAAAGGGAGCGTAGACGGCTGAGCAAGCCTGAAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTTTGGGAACTGTACGGCTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read838.setScores(scores); - ffastqReads.push_back(read838); - FastqRead read839; read839.setName("M00967_44_000000000-A3K85_1_1102_16321_13542"); - read839.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); read839.setScores(scores); - ffastqReads.push_back(read839); - FastqRead read840; read840.setName("M00967_44_000000000-A3K85_1_1102_16575_13610"); - read840.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read840.setScores(scores); - ffastqReads.push_back(read840); - FastqRead read841; read841.setName("M00967_44_000000000-A3K85_1_1102_20301_13616"); - read841.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read841.setScores(scores); - ffastqReads.push_back(read841); - FastqRead read842; read842.setName("M00967_44_000000000-A3K85_1_1102_21446_13693"); - read842.setSeq("TACGGAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGTAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTATGTGACTGGAGTGCAGGAGAGGTGAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTCACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read842.setScores(scores); - ffastqReads.push_back(read842); - FastqRead read843; read843.setName("M00967_44_000000000-A3K85_1_1102_26513_13699"); - read843.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read843.setScores(scores); - ffastqReads.push_back(read843); - FastqRead read844; read844.setName("M00967_44_000000000-A3K85_1_1102_27495_13700"); - read844.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read844.setScores(scores); - ffastqReads.push_back(read844); - FastqRead read845; read845.setName("M00967_44_000000000-A3K85_1_1102_19173_13708"); - read845.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read845.setScores(scores); - ffastqReads.push_back(read845); - FastqRead read846; read846.setName("M00967_44_000000000-A3K85_1_1102_5288_13737"); - read846.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(14); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(29); scores.push_back(35); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(13); read846.setScores(scores); - ffastqReads.push_back(read846); - FastqRead read847; read847.setName("M00967_44_000000000-A3K85_1_1102_13642_13755"); - read847.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGGATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(25); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(12); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read847.setScores(scores); - ffastqReads.push_back(read847); - FastqRead read848; read848.setName("M00967_44_000000000-A3K85_1_1102_6165_13769"); - read848.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read848.setScores(scores); - ffastqReads.push_back(read848); - FastqRead read849; read849.setName("M00967_44_000000000-A3K85_1_1102_28634_13773"); - read849.setSeq("TACGTAGGGAGCAAGCGTTGTTCGGAATGACTGGGCGTAAAGGGTGCGTAGGCGGTTGTGCAAGTTAGAAGTGAAATACCCAGGGCTTAACTCGGGTGCTGCTTCTAAAACTGTATGACTTGAGTGCAGTAGAGGTTAGTGGAATTCCTAGTGTAGCGGTGGAATGCGTAGATATTAGGAGGAACACCAGAGGCGAAGGCGGCTAACTGGACTGCAACTGACGCTGAGGCACGAAAGTGTGGGGAGCAAAA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(34); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(13); read849.setScores(scores); - ffastqReads.push_back(read849); - FastqRead read850; read850.setName("M00967_44_000000000-A3K85_1_1102_21299_13774"); - read850.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read850.setScores(scores); - ffastqReads.push_back(read850); - FastqRead read851; read851.setName("M00967_44_000000000-A3K85_1_1102_10489_13896"); - read851.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGTGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(37); read851.setScores(scores); - ffastqReads.push_back(read851); - FastqRead read852; read852.setName("M00967_44_000000000-A3K85_1_1102_9531_13954"); - read852.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGGTGGCAGGGCAAGTCAGATGTGAAAACCCGGGGCTCAACCCCGGGAGTGCATTTGAAACTGTCCAGCTGGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCATAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACACTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read852.setScores(scores); - ffastqReads.push_back(read852); - FastqRead read853; read853.setName("M00967_44_000000000-A3K85_1_1102_11369_13997"); - read853.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGTTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read853.setScores(scores); - ffastqReads.push_back(read853); - FastqRead read854; read854.setName("M00967_44_000000000-A3K85_1_1102_2805_14003"); - read854.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGACTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read854.setScores(scores); - ffastqReads.push_back(read854); - FastqRead read855; read855.setName("M00967_44_000000000-A3K85_1_1102_12793_14108"); - read855.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read855.setScores(scores); - ffastqReads.push_back(read855); - FastqRead read856; read856.setName("M00967_44_000000000-A3K85_1_1102_19900_14215"); - read856.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(37); read856.setScores(scores); - ffastqReads.push_back(read856); - FastqRead read857; read857.setName("M00967_44_000000000-A3K85_1_1102_9112_14233"); - read857.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTATCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); read857.setScores(scores); - ffastqReads.push_back(read857); - FastqRead read858; read858.setName("M00967_44_000000000-A3K85_1_1102_22339_14240"); - read858.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read858.setScores(scores); - ffastqReads.push_back(read858); - FastqRead read859; read859.setName("M00967_44_000000000-A3K85_1_1102_19817_14247"); - read859.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); read859.setScores(scores); - ffastqReads.push_back(read859); - FastqRead read860; read860.setName("M00967_44_000000000-A3K85_1_1102_6298_14256"); - read860.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCACGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read860.setScores(scores); - ffastqReads.push_back(read860); - FastqRead read861; read861.setName("M00967_44_000000000-A3K85_1_1102_20988_14263"); - read861.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read861.setScores(scores); - ffastqReads.push_back(read861); - FastqRead read862; read862.setName("M00967_44_000000000-A3K85_1_1102_28089_14363"); - read862.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(25); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(31); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(27); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(28); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(29); scores.push_back(33); scores.push_back(35); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); read862.setScores(scores); - ffastqReads.push_back(read862); - FastqRead read863; read863.setName("M00967_44_000000000-A3K85_1_1102_27264_14368"); - read863.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read863.setScores(scores); - ffastqReads.push_back(read863); - FastqRead read864; read864.setName("M00967_44_000000000-A3K85_1_1102_20479_14459"); - read864.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read864.setScores(scores); - ffastqReads.push_back(read864); - FastqRead read865; read865.setName("M00967_44_000000000-A3K85_1_1102_18839_14597"); - read865.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read865.setScores(scores); - ffastqReads.push_back(read865); - FastqRead read866; read866.setName("M00967_44_000000000-A3K85_1_1102_21603_14620"); - read866.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read866.setScores(scores); - ffastqReads.push_back(read866); - FastqRead read867; read867.setName("M00967_44_000000000-A3K85_1_1102_7186_14674"); - read867.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read867.setScores(scores); - ffastqReads.push_back(read867); - FastqRead read868; read868.setName("M00967_44_000000000-A3K85_1_1102_21350_14715"); - read868.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTGCGCAAGTCTGAAGTGAAAGCCCGGGGCTCAACCCCGGGACTGCTTTGGAAACTGTGTAGCTAGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAAGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read868.setScores(scores); - ffastqReads.push_back(read868); - FastqRead read869; read869.setName("M00967_44_000000000-A3K85_1_1102_20472_14719"); - read869.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGTAGCCGGGTTGACAAGTCAGATGTGAAATCCGGCGGCTTAACCGCAGAACTGCATTTGAAACTGTTGATCTTGAGTACTGGAGAGGCAGACGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGTCTGCTGGACAGCAACTGACGGTGAGGCGCGAAAGCGTGGGGATCGAACA"); - scores.clear(); scores.push_back(18); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(24); read869.setScores(scores); - ffastqReads.push_back(read869); - FastqRead read870; read870.setName("M00967_44_000000000-A3K85_1_1102_8355_14747"); - read870.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read870.setScores(scores); - ffastqReads.push_back(read870); - FastqRead read871; read871.setName("M00967_44_000000000-A3K85_1_1102_8372_14747"); - read871.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGAGCGCAACTGACGCTCATGCCCGAAAGCGGGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(31); scores.push_back(18); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(15); scores.push_back(27); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(29); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(29); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); read871.setScores(scores); - ffastqReads.push_back(read871); - FastqRead read872; read872.setName("M00967_44_000000000-A3K85_1_1102_25161_14836"); - read872.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGTTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read872.setScores(scores); - ffastqReads.push_back(read872); - FastqRead read873; read873.setName("M00967_44_000000000-A3K85_1_1102_26656_14852"); - read873.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTTCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGGGGGGAGCAAACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(18); scores.push_back(29); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(31); scores.push_back(31); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(27); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(28); scores.push_back(27); scores.push_back(38); scores.push_back(16); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(25); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(28); scores.push_back(33); scores.push_back(30); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(13); read873.setScores(scores); - ffastqReads.push_back(read873); - FastqRead read874; read874.setName("M00967_44_000000000-A3K85_1_1102_19768_14866"); - read874.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read874.setScores(scores); - ffastqReads.push_back(read874); - FastqRead read875; read875.setName("M00967_44_000000000-A3K85_1_1102_8420_14902"); - read875.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read875.setScores(scores); - ffastqReads.push_back(read875); - FastqRead read876; read876.setName("M00967_44_000000000-A3K85_1_1102_2209_14915"); - read876.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGAAGCTCATGCACGAAAGCGTGGGTATCGAACCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(19); scores.push_back(19); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(19); scores.push_back(33); scores.push_back(18); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(27); scores.push_back(37); scores.push_back(27); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(28); scores.push_back(35); scores.push_back(27); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(28); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(30); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(36); scores.push_back(38); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(24); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(12); scores.push_back(29); scores.push_back(35); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(28); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(12); read876.setScores(scores); - ffastqReads.push_back(read876); - FastqRead read877; read877.setName("M00967_44_000000000-A3K85_1_1102_24707_14936"); - read877.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGATGCAAGTCTGAAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTTTGGAAACTGTATAGCTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read877.setScores(scores); - ffastqReads.push_back(read877); - FastqRead read878; read878.setName("M00967_44_000000000-A3K85_1_1102_29647_14957"); - read878.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGACGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGAATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACAGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(38); scores.push_back(17); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(29); scores.push_back(17); scores.push_back(29); scores.push_back(29); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(28); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(37); read878.setScores(scores); - ffastqReads.push_back(read878); - FastqRead read879; read879.setName("M00967_44_000000000-A3K85_1_1102_18604_15010"); - read879.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCAAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTGTCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read879.setScores(scores); - ffastqReads.push_back(read879); - FastqRead read880; read880.setName("M00967_44_000000000-A3K85_1_1102_3259_15070"); - read880.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTCACTGGGTGTAAAGGGAGCGTAGACGGCCATGCAAGCCAGGGGTGAAAGCCCGGGGCCCAACCCCGGGACTGCCCTTGGAACTGCATGGCTGGAGTGCGGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACCGCGACTGACGTTGAGGCTCGAAAGCGGGGGGAGCGAAAA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(29); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(28); scores.push_back(28); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); read880.setScores(scores); - ffastqReads.push_back(read880); - FastqRead read881; read881.setName("M00967_44_000000000-A3K85_1_1102_13311_15099"); - read881.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGACTTGCAAGTCTGATGTGAAAATCCGGGGCCCAACCCCGGAACTGCATTGGAAACTGTATATCTAGAGTGTCGGAGAGGCAAGTGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACGATGACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(28); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); read881.setScores(scores); - ffastqReads.push_back(read881); - FastqRead read882; read882.setName("M00967_44_000000000-A3K85_1_1102_29210_15181"); - read882.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(28); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); read882.setScores(scores); - ffastqReads.push_back(read882); - FastqRead read883; read883.setName("M00967_44_000000000-A3K85_1_1102_19133_15201"); - read883.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGCGTGTAGGCGGGAGTGCAAGTCAGATGTGAAAACTATGGGCTCAACCCATAGCCTGCATTTGAAACTGTACTTCTTGAGTGCTGGAGAGGCAATCGGAATTCCGTGTGTAGCGGTGAAATGCGTAGATATACGGAGGAACACCAGTGGCGAAGGCGGATTGCTGGACAGTAACTGACGCTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read883.setScores(scores); - ffastqReads.push_back(read883); - FastqRead read884; read884.setName("M00967_44_000000000-A3K85_1_1102_20657_15222"); - read884.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read884.setScores(scores); - ffastqReads.push_back(read884); - FastqRead read885; read885.setName("M00967_44_000000000-A3K85_1_1102_13292_15250"); - read885.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTTCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTAATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(29); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(16); scores.push_back(17); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(28); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(27); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(31); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(30); scores.push_back(30); scores.push_back(29); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(37); read885.setScores(scores); - ffastqReads.push_back(read885); - FastqRead read886; read886.setName("M00967_44_000000000-A3K85_1_1102_12198_15252"); - read886.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read886.setScores(scores); - ffastqReads.push_back(read886); - FastqRead read887; read887.setName("M00967_44_000000000-A3K85_1_1102_19635_15344"); - read887.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read887.setScores(scores); - ffastqReads.push_back(read887); - FastqRead read888; read888.setName("M00967_44_000000000-A3K85_1_1102_19313_15367"); - read888.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGCAGGCGGCGTGGCAAGTCAGATGTGAAAACCCGGGGCCCAACCCCGGGACTGCATTTGAAACTGCCATGCTGGAGTGCCGGAGAGGCAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGGAGGCGGCTTGCTGGACGGTAACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(18); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(13); read888.setScores(scores); - ffastqReads.push_back(read888); - FastqRead read889; read889.setName("M00967_44_000000000-A3K85_1_1102_19822_15453"); - read889.setSeq("TACGGAGGATGCGAGCGTTGTCCGGATTTACTGGGTGTAAAGGGTGCGTAGGCGGCCTTGCAAGTCAGAAGTGAAATCCATGGGCTTAACCCGTGAACTGCTTTTGAAACTGTAGGGCTTGAGTGAAGTAGAGGCAGGCGGAATTCCCGGTGTAGCGGTGAAATGCGTAGAGATCGGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGGCTTTAACTGACGCTGAAGCACGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(31); scores.push_back(31); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(31); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(28); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(29); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); read889.setScores(scores); - ffastqReads.push_back(read889); - FastqRead read890; read890.setName("M00967_44_000000000-A3K85_1_1102_27169_15505"); - read890.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(27); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(28); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(28); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(37); read890.setScores(scores); - ffastqReads.push_back(read890); - FastqRead read891; read891.setName("M00967_44_000000000-A3K85_1_1102_21855_15534"); - read891.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read891.setScores(scores); - ffastqReads.push_back(read891); - FastqRead read892; read892.setName("M00967_44_000000000-A3K85_1_1102_6891_15634"); - read892.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGACCAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(32); read892.setScores(scores); - ffastqReads.push_back(read892); - FastqRead read893; read893.setName("M00967_44_000000000-A3K85_1_1102_6633_15660"); - read893.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read893.setScores(scores); - ffastqReads.push_back(read893); - FastqRead read894; read894.setName("M00967_44_000000000-A3K85_1_1102_28366_15663"); - read894.setSeq("TACGTAGGTGGCAAGCGTTATCCGGAATTATTGGGCGTAAAGAGCGCGCAGGTGGTTAATTAAGTCTGATGTGAAAGCCCACGGCTTAACCGTGGAGGGTCATTGGAAACTGGTTGACTTGAGTGCAGAAGAGGGAAGTGGAATTCCATGTGTAGCGGTGAAATGCGTAGAGATATGGAGGAACACCAGTGGCGAAGGCGGCTTCCTGGTCTGCAACTGACACTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read894.setScores(scores); - ffastqReads.push_back(read894); - FastqRead read895; read895.setName("M00967_44_000000000-A3K85_1_1102_28349_15663"); - read895.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTATTGGGCGTAAAGAGCGCGCAGGCGGTTAATTAAGTCTGATGTGAAAGCCCACGGCTTAACCGTGGAGGGGCATTGGGAACTGGTTGACTTGAGTGCAGAAGGGGGAAGTGGAATTCCATGTGTAGCGGTGAAATGCGTAGAGATATGGAGGAACACCAGTGGCGAAGGCGGCTTCCTGGTCTGCAACTGACACTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(17); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(31); scores.push_back(37); scores.push_back(19); scores.push_back(19); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(15); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(34); scores.push_back(15); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(34); scores.push_back(26); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(12); scores.push_back(28); scores.push_back(25); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); read895.setScores(scores); - ffastqReads.push_back(read895); - FastqRead read896; read896.setName("M00967_44_000000000-A3K85_1_1102_16877_15696"); - read896.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read896.setScores(scores); - ffastqReads.push_back(read896); - FastqRead read897; read897.setName("M00967_44_000000000-A3K85_1_1102_7809_15711"); - read897.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read897.setScores(scores); - ffastqReads.push_back(read897); - FastqRead read898; read898.setName("M00967_44_000000000-A3K85_1_1102_21863_15765"); - read898.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(13); scores.push_back(12); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(13); read898.setScores(scores); - ffastqReads.push_back(read898); - FastqRead read899; read899.setName("M00967_44_000000000-A3K85_1_1102_14205_15790"); - read899.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTATTGGGCGTAAAGGGAACGCAGGCGGTCTTTTAAGTCTGATGTGAAAGCCTTCGGCTTAACCGGAGTAGTGCATTGGAAACTGGGAGACTTGAGTGCAGAAGAGGAGAGTGGAACTCCATGTGTAGCGGTGAAATGCGTAGATATATGGAAGAACACCAGTGGCGAAAGCGGCTCTCTGGTCTGTAACTGACGCTGAGGTTCGAAAGCGTGGGTAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(13); read899.setScores(scores); - ffastqReads.push_back(read899); - FastqRead read900; read900.setName("M00967_44_000000000-A3K85_1_1102_25773_15893"); - read900.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTGTCTGACGCTGAGGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read900.setScores(scores); - ffastqReads.push_back(read900); - FastqRead read901; read901.setName("M00967_44_000000000-A3K85_1_1102_24965_15923"); - read901.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read901.setScores(scores); - ffastqReads.push_back(read901); - FastqRead read902; read902.setName("M00967_44_000000000-A3K85_1_1102_20834_15961"); - read902.setSeq("TACGTAGGTGGCGAGCGTTGTCCGGATTTACTGGGCGTAAAGGGAGCGTAGGCGGACTTTTAAGTGAGATGTGAAATACTCGGGCTCAACTTGAGTGCTGCATTTCAAACTGGAAGTCTAGAGTGCAGGAGAGGAGAATGGAATTCCTAGTGTAGCGGTGAAATGCGTAGAGATTAGGAAGAACACCAGTGGCGAAGGCGATTCTCTGGACTGTAACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read902.setScores(scores); - ffastqReads.push_back(read902); - FastqRead read903; read903.setName("M00967_44_000000000-A3K85_1_1102_19985_15992"); - read903.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read903.setScores(scores); - ffastqReads.push_back(read903); - FastqRead read904; read904.setName("M00967_44_000000000-A3K85_1_1102_11369_16089"); - read904.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(37); read904.setScores(scores); - ffastqReads.push_back(read904); - FastqRead read905; read905.setName("M00967_44_000000000-A3K85_1_1102_22679_16128"); - read905.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read905.setScores(scores); - ffastqReads.push_back(read905); - FastqRead read906; read906.setName("M00967_44_000000000-A3K85_1_1102_18981_16151"); - read906.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read906.setScores(scores); - ffastqReads.push_back(read906); - FastqRead read907; read907.setName("M00967_44_000000000-A3K85_1_1102_16043_16162"); - read907.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(30); scores.push_back(38); scores.push_back(30); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(35); scores.push_back(15); scores.push_back(27); scores.push_back(28); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(30); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(14); read907.setScores(scores); - ffastqReads.push_back(read907); - FastqRead read908; read908.setName("M00967_44_000000000-A3K85_1_1102_18799_16229"); - read908.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read908.setScores(scores); - ffastqReads.push_back(read908); - FastqRead read909; read909.setName("M00967_44_000000000-A3K85_1_1102_17039_16259"); - read909.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read909.setScores(scores); - ffastqReads.push_back(read909); - FastqRead read910; read910.setName("M00967_44_000000000-A3K85_1_1102_7389_16283"); - read910.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read910.setScores(scores); - ffastqReads.push_back(read910); - FastqRead read911; read911.setName("M00967_44_000000000-A3K85_1_1102_7375_16297"); - read911.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(31); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); read911.setScores(scores); - ffastqReads.push_back(read911); - FastqRead read912; read912.setName("M00967_44_000000000-A3K85_1_1102_26496_16334"); - read912.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read912.setScores(scores); - ffastqReads.push_back(read912); - FastqRead read913; read913.setName("M00967_44_000000000-A3K85_1_1102_11507_16364"); - read913.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(27); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(26); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(29); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(33); read913.setScores(scores); - ffastqReads.push_back(read913); - FastqRead read914; read914.setName("M00967_44_000000000-A3K85_1_1102_23904_16480"); - read914.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACCGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read914.setScores(scores); - ffastqReads.push_back(read914); - FastqRead read915; read915.setName("M00967_44_000000000-A3K85_1_1102_14880_16547"); - read915.setSeq("TACGTAGGGAGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGTGCGTAGGCGGCCTTGCAAGTCAGAAGTGAAATCCATGGGCTTAACCCGTGAACTGCTTTTGAAACTGTAGGGCTTGAGTGAAGTAGAGGCAGGCGGAATTCCCGGTGTAGCGGTGAAATGCGTAGAGATCGGGGGGAACACCAGTGGCGAAGGCGGCCTGCTGGGCTTTAAATGACGCTGAAGCACGAAAGCGTGGGTAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(32); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(27); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(31); scores.push_back(31); scores.push_back(27); scores.push_back(36); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(30); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(27); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(27); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read915.setScores(scores); - ffastqReads.push_back(read915); - FastqRead read916; read916.setName("M00967_44_000000000-A3K85_1_1102_9262_16559"); - read916.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGTATCGAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(26); read916.setScores(scores); - ffastqReads.push_back(read916); - FastqRead read917; read917.setName("M00967_44_000000000-A3K85_1_1102_11075_16577"); - read917.setSeq("TACGTAGGTGGCAAGCGTTATCCGGAATTATTGGGCGTAAAGAGCGCGCAGGTGGTTAATTAAGTCTGATGTGAAAGCCCACGGCTTAACCGTGGAGGGTCATTGGAAACTGGTTGACTTGAGTGCAGAAGGGGGAAGTGGAATTCCATGTGTAGCGGGGAAATGCGTAGGGATTTGGAGGAAACCCAGTGGCGAAGGCGGCTTCCTGGTCTGCAACTGACCCTGAGGGGCGAAAGCGGGGGGGGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(35); scores.push_back(29); scores.push_back(31); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(16); scores.push_back(27); scores.push_back(29); scores.push_back(17); scores.push_back(16); scores.push_back(31); scores.push_back(15); scores.push_back(16); scores.push_back(15); scores.push_back(30); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(15); scores.push_back(28); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(13); read917.setScores(scores); - ffastqReads.push_back(read917); - FastqRead read918; read918.setName("M00967_44_000000000-A3K85_1_1102_22601_16617"); - read918.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read918.setScores(scores); - ffastqReads.push_back(read918); - FastqRead read919; read919.setName("M00967_44_000000000-A3K85_1_1102_10672_16660"); - read919.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(34); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read919.setScores(scores); - ffastqReads.push_back(read919); - FastqRead read920; read920.setName("M00967_44_000000000-A3K85_1_1102_25954_16670"); - read920.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(32); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(39); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(25); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(28); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(31); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); read920.setScores(scores); - ffastqReads.push_back(read920); - FastqRead read921; read921.setName("M00967_44_000000000-A3K85_1_1102_7434_16732"); - read921.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(17); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(37); read921.setScores(scores); - ffastqReads.push_back(read921); - FastqRead read922; read922.setName("M00967_44_000000000-A3K85_1_1102_25966_16739"); - read922.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read922.setScores(scores); - ffastqReads.push_back(read922); - FastqRead read923; read923.setName("M00967_44_000000000-A3K85_1_1102_10993_16770"); - read923.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTGTCTGACGCTGAGGCCAGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(14); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(31); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(31); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(28); scores.push_back(28); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(31); scores.push_back(27); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); read923.setScores(scores); - ffastqReads.push_back(read923); - FastqRead read924; read924.setName("M00967_44_000000000-A3K85_1_1102_18477_16801"); - read924.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTATTGGGTGTAAAGGGCGTGTAGGCGGGAATGCAAGTCAGATGTGAAAACTATGGGCTCAACCCATAGCCTGCATTTGAAACTGTATTTCTTGAGTGCTGGAGAGGCAATCGGAATTCCGTGTGTAGCGGTGAAATGCGTAGATATACGGAGGAACACCAGTGGCGAAGGCGGATTGCTGGACAGTAACTGACGCTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(17); scores.push_back(31); scores.push_back(29); scores.push_back(35); scores.push_back(35); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(31); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(27); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(13); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); read924.setScores(scores); - ffastqReads.push_back(read924); - FastqRead read925; read925.setName("M00967_44_000000000-A3K85_1_1102_16374_16834"); - read925.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read925.setScores(scores); - ffastqReads.push_back(read925); - FastqRead read926; read926.setName("M00967_44_000000000-A3K85_1_1102_3847_16863"); - read926.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGTAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTATGTGACTGGAGTGCAGGAGAGGTGAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTCACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read926.setScores(scores); - ffastqReads.push_back(read926); - FastqRead read927; read927.setName("M00967_44_000000000-A3K85_1_1102_4873_16910"); - read927.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCACGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(29); scores.push_back(31); scores.push_back(35); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(29); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(29); scores.push_back(33); scores.push_back(27); scores.push_back(14); scores.push_back(31); scores.push_back(33); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(26); scores.push_back(28); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(28); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(14); scores.push_back(25); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(12); read927.setScores(scores); - ffastqReads.push_back(read927); - FastqRead read928; read928.setName("M00967_44_000000000-A3K85_1_1102_5858_16910"); - read928.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGGGCGCAGACGGCAGCGCAAGCCAGGAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTCTTGGAACTGCGCGGCTGGAGTGCAGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGTGGCGAAGGCGGCCTGCTGGACTGCGACTGACGTTGAGGCCCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read928.setScores(scores); - ffastqReads.push_back(read928); - FastqRead read929; read929.setName("M00967_44_000000000-A3K85_1_1102_6208_17039"); - read929.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGGTGGCAGGGCAAGTCAGATGTGAAAACCCGGGGCTCAACCCCGGGAGTGCATTTGAAACTGTCCAGCTGGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCATAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACACTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read929.setScores(scores); - ffastqReads.push_back(read929); - FastqRead read930; read930.setName("M00967_44_000000000-A3K85_1_1102_24668_17079"); - read930.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGAGCAAGTCTGAAGTGAAAGCCCGCGGCCCAACTGCGGGACTGCTTTGGAAACTGCCCGGCTAGAGTGCTGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGAAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read930.setScores(scores); - ffastqReads.push_back(read930); - FastqRead read931; read931.setName("M00967_44_000000000-A3K85_1_1102_15585_17084"); - read931.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAATGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read931.setScores(scores); - ffastqReads.push_back(read931); - FastqRead read932; read932.setName("M00967_44_000000000-A3K85_1_1102_9672_17086"); - read932.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGTAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read932.setScores(scores); - ffastqReads.push_back(read932); - FastqRead read933; read933.setName("M00967_44_000000000-A3K85_1_1102_18472_17092"); - read933.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGCGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGGTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(29); scores.push_back(16); scores.push_back(33); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(30); scores.push_back(19); scores.push_back(30); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(16); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read933.setScores(scores); - ffastqReads.push_back(read933); - FastqRead read934; read934.setName("M00967_44_000000000-A3K85_1_1102_3835_17118"); - read934.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read934.setScores(scores); - ffastqReads.push_back(read934); - FastqRead read935; read935.setName("M00967_44_000000000-A3K85_1_1102_25555_17242"); - read935.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); read935.setScores(scores); - ffastqReads.push_back(read935); - FastqRead read936; read936.setName("M00967_44_000000000-A3K85_1_1102_14017_17269"); - read936.setSeq("TACGGAGGATTCAAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTCGATAAGTTAGAGGTGAAATCCCGGGGCTCAACTCCGGCACTGCCTCTGATACTGTCGGGCTAGAGTTTAGTTGCGGTAGGCGGAATGTATGGTGTAGCGGTGAAATGCATAGAGATCATACAGAACACCGATTGCGAAGGCAGCTTACCAAACTACGACTGACGTTGAGGCACGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read936.setScores(scores); - ffastqReads.push_back(read936); - FastqRead read937; read937.setName("M00967_44_000000000-A3K85_1_1102_3681_17285"); - read937.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGCCGCTGCGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(15); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(16); scores.push_back(17); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(24); scores.push_back(36); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(36); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(27); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(27); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(29); scores.push_back(28); scores.push_back(28); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(29); scores.push_back(29); scores.push_back(28); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(29); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(27); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); read937.setScores(scores); - ffastqReads.push_back(read937); - FastqRead read938; read938.setName("M00967_44_000000000-A3K85_1_1102_22878_17371"); - read938.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read938.setScores(scores); - ffastqReads.push_back(read938); - FastqRead read939; read939.setName("M00967_44_000000000-A3K85_1_1102_4487_17392"); - read939.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read939.setScores(scores); - ffastqReads.push_back(read939); - FastqRead read940; read940.setName("M00967_44_000000000-A3K85_1_1102_19830_17397"); - read940.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); read940.setScores(scores); - ffastqReads.push_back(read940); - FastqRead read941; read941.setName("M00967_44_000000000-A3K85_1_1102_9893_17520"); - read941.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read941.setScores(scores); - ffastqReads.push_back(read941); - FastqRead read942; read942.setName("M00967_44_000000000-A3K85_1_1102_16915_17547"); - read942.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read942.setScores(scores); - ffastqReads.push_back(read942); - FastqRead read943; read943.setName("M00967_44_000000000-A3K85_1_1102_29077_17547"); - read943.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read943.setScores(scores); - ffastqReads.push_back(read943); - FastqRead read944; read944.setName("M00967_44_000000000-A3K85_1_1102_26081_17551"); - read944.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); read944.setScores(scores); - ffastqReads.push_back(read944); - FastqRead read945; read945.setName("M00967_44_000000000-A3K85_1_1102_17835_17586"); - read945.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTCCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); read945.setScores(scores); - ffastqReads.push_back(read945); - FastqRead read946; read946.setName("M00967_44_000000000-A3K85_1_1102_19515_17750"); - read946.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(28); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(28); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(33); read946.setScores(scores); - ffastqReads.push_back(read946); - FastqRead read947; read947.setName("M00967_44_000000000-A3K85_1_1102_25712_17791"); - read947.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGATCGAACA"); - scores.clear(); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); read947.setScores(scores); - ffastqReads.push_back(read947); - FastqRead read948; read948.setName("M00967_44_000000000-A3K85_1_1102_21715_17857"); - read948.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); read948.setScores(scores); - ffastqReads.push_back(read948); - FastqRead read949; read949.setName("M00967_44_000000000-A3K85_1_1102_11676_17880"); - read949.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); read949.setScores(scores); - ffastqReads.push_back(read949); - FastqRead read950; read950.setName("M00967_44_000000000-A3K85_1_1102_20324_17896"); - read950.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAATGCGATGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read950.setScores(scores); - ffastqReads.push_back(read950); - FastqRead read951; read951.setName("M00967_44_000000000-A3K85_1_1102_2950_17933"); - read951.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(31); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(34); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(12); read951.setScores(scores); - ffastqReads.push_back(read951); - FastqRead read952; read952.setName("M00967_44_000000000-A3K85_1_1102_2931_17933"); - read952.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); read952.setScores(scores); - ffastqReads.push_back(read952); - FastqRead read953; read953.setName("M00967_44_000000000-A3K85_1_1102_21075_18003"); - read953.setSeq("TACGTAGGGAGCAAGCGTTGTTCGGAATGACTGGGCGTAAAGGGTGCGTAGGCGGTTGTACAAGTTAGAAGTGAAATACCCAGGGCTTAACTCGGGTGCTGCTTCTAAAACTGTATGACTTGAGTGCAGTAGAGGTTAGTGGAATTCCTAGTGTAGCGGTGGAATGCGTAGATATTAGGAGGAACACCAGAGGCGAAGGCGGCTAACTGGACTGCAACTGACGCTGAGGCACGAAAGTGTGGGGAGCAAA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read953.setScores(scores); - ffastqReads.push_back(read953); - FastqRead read954; read954.setName("M00967_44_000000000-A3K85_1_1102_6223_18022"); - read954.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTGCGCAAGTCTGAAGTGAAAGCCCGGGGCTCAACCCCGGGACTGCTTTGGAAACTGTGTAGCTAGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAAGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(14); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(13); read954.setScores(scores); - ffastqReads.push_back(read954); - FastqRead read955; read955.setName("M00967_44_000000000-A3K85_1_1102_25433_18075"); - read955.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTATCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(16); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(27); scores.push_back(14); scores.push_back(29); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(33); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(16); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(29); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(28); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(36); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(24); read955.setScores(scores); - ffastqReads.push_back(read955); - FastqRead read956; read956.setName("M00967_44_000000000-A3K85_1_1102_27248_18103"); - read956.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read956.setScores(scores); - ffastqReads.push_back(read956); - FastqRead read957; read957.setName("M00967_44_000000000-A3K85_1_1102_11734_18128"); - read957.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read957.setScores(scores); - ffastqReads.push_back(read957); - FastqRead read958; read958.setName("M00967_44_000000000-A3K85_1_1102_19017_18139"); - read958.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGCAGACGGCAGTGCAAGTCTGGAGTGAAAGCCCGGGGCCCAACCCCGGAACTGCTCTGGAAACTGTGCGGCTAGAGTACTGGAGGGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read958.setScores(scores); - ffastqReads.push_back(read958); - FastqRead read959; read959.setName("M00967_44_000000000-A3K85_1_1102_26800_18141"); - read959.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read959.setScores(scores); - ffastqReads.push_back(read959); - FastqRead read960; read960.setName("M00967_44_000000000-A3K85_1_1102_24835_18161"); - read960.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read960.setScores(scores); - ffastqReads.push_back(read960); - FastqRead read961; read961.setName("M00967_44_000000000-A3K85_1_1102_24787_18170"); - read961.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read961.setScores(scores); - ffastqReads.push_back(read961); - FastqRead read962; read962.setName("M00967_44_000000000-A3K85_1_1102_24447_18176"); - read962.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTGTGCAAGTCTGAAGTGAAAGCCCAGGGCTCAACCCTGGGACTGCTTTGGAAACTGTGGAGCTAGAGTGCTGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read962.setScores(scores); - ffastqReads.push_back(read962); - FastqRead read963; read963.setName("M00967_44_000000000-A3K85_1_1102_22054_18259"); - read963.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read963.setScores(scores); - ffastqReads.push_back(read963); - FastqRead read964; read964.setName("M00967_44_000000000-A3K85_1_1102_24133_18275"); - read964.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read964.setScores(scores); - ffastqReads.push_back(read964); - FastqRead read965; read965.setName("M00967_44_000000000-A3K85_1_1102_9758_18442"); - read965.setSeq("TACGTAGGGAGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGTGCGTAGGCGGCTTTGCAAGTCAGAAGTGAAATCCATGGGCTTAACCCATGAACTGCTTTTGAAACTGCAGAGCTTGAGTGGAGTAGAGGTAGGCGGAATTCCCGGTGTAGCGGTGAAATGCGTAGAGATCGGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGGCTCTAACTGACGCTGAGGCACGAAAGCGTGGGTAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(18); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); read965.setScores(scores); - ffastqReads.push_back(read965); - FastqRead read966; read966.setName("M00967_44_000000000-A3K85_1_1102_4793_18443"); - read966.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(17); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read966.setScores(scores); - ffastqReads.push_back(read966); - FastqRead read967; read967.setName("M00967_44_000000000-A3K85_1_1102_23648_18465"); - read967.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGCGTGTAGGCGGGGACGCAAGTCAGATGTGAAAACCACGGGCTCAACCTGTGGCCTGCATTTGAAACTGTGGTTCTTGAGTACTGGAGAGGCAGACGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGTCTGCTGGACAGCAACTGACGCTGAGGCGCGAAAGCGTGGGGGGAAAACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(19); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(18); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(29); scores.push_back(17); scores.push_back(30); scores.push_back(37); scores.push_back(15); scores.push_back(16); scores.push_back(14); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(27); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(14); scores.push_back(27); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(39); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(26); scores.push_back(28); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(12); read967.setScores(scores); - ffastqReads.push_back(read967); - FastqRead read968; read968.setName("M00967_44_000000000-A3K85_1_1102_27817_18466"); - read968.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTATTGGGTGTAAAGGGCGTGTAGGCGGGAATGCAAGTCAGATGTGAAAACTATGGGCTCAACCCATAGCCTGCATTTGAAACTGTATTTCTTGAGTGCTGGAGAGGCAATCGGAATTCCGTGTGTAGCGGTGAAATGCGTAGATATACGGAGGAACACCAGTGGCGAAGGCGGATTGCTGGACAGTAACTGACGCTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(31); scores.push_back(28); scores.push_back(35); scores.push_back(28); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read968.setScores(scores); - ffastqReads.push_back(read968); - FastqRead read969; read969.setName("M00967_44_000000000-A3K85_1_1102_14412_18629"); - read969.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGGCGGCCATGCAAGTCAGAAGTGAAAACCCGGGGCTCAACCCTGGGAGTGCTTTTGAAACTGTGCGGCTAGAGTGTCGGAGGGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACGATGACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(25); scores.push_back(28); scores.push_back(26); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); read969.setScores(scores); - ffastqReads.push_back(read969); - FastqRead read970; read970.setName("M00967_44_000000000-A3K85_1_1102_23956_18630"); - read970.setSeq("TACGGAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read970.setScores(scores); - ffastqReads.push_back(read970); - FastqRead read971; read971.setName("M00967_44_000000000-A3K85_1_1102_17766_18634"); - read971.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read971.setScores(scores); - ffastqReads.push_back(read971); - FastqRead read972; read972.setName("M00967_44_000000000-A3K85_1_1102_19199_18689"); - read972.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACACTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read972.setScores(scores); - ffastqReads.push_back(read972); - FastqRead read973; read973.setName("M00967_44_000000000-A3K85_1_1102_5933_18693"); - read973.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGATCGTTAAGTCAGTGGTCAAATTGAGGGGCTCAACCCCTTCCCGCCATTGAAACTGGCGATCTTGAGTGGAAGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGAACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(18); scores.push_back(29); scores.push_back(18); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(17); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(18); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(31); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(31); scores.push_back(14); scores.push_back(27); scores.push_back(38); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(29); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(28); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(37); read973.setScores(scores); - ffastqReads.push_back(read973); - FastqRead read974; read974.setName("M00967_44_000000000-A3K85_1_1102_16063_18696"); - read974.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read974.setScores(scores); - ffastqReads.push_back(read974); - FastqRead read975; read975.setName("M00967_44_000000000-A3K85_1_1102_10569_18728"); - read975.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read975.setScores(scores); - ffastqReads.push_back(read975); - FastqRead read976; read976.setName("M00967_44_000000000-A3K85_1_1102_3883_18758"); - read976.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(27); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read976.setScores(scores); - ffastqReads.push_back(read976); - FastqRead read977; read977.setName("M00967_44_000000000-A3K85_1_1102_22275_18771"); - read977.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTCACTGGGTGTAAAGGGAGCGTAGACGGCCATGCAAGCCAGGGGTGAAAGCCCGGGGCCCAACCCCGGGACTGCCCTTGGAACTGCATGGCTGGAGTGCGGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACCGCGACTGACGTTGAGGCTCGGAAGCGTGGGGAGCGAACA"); - scores.clear(); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(29); scores.push_back(33); scores.push_back(34); scores.push_back(28); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(29); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); read977.setScores(scores); - ffastqReads.push_back(read977); - FastqRead read978; read978.setName("M00967_44_000000000-A3K85_1_1102_22265_18787"); - read978.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTCACTGGGTGTAAAGGGAGCGTAGACGGCCATGCAAGCCAGGGGTGAAAGCCCGGGGCCCAACCCCGGGACTGCCCTTGGAACTGCATGGCTGGAGTGCGGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACCGCGACTGACGTTGAGGCTCGAAAGCGTGGGGAGCGAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); read978.setScores(scores); - ffastqReads.push_back(read978); - FastqRead read979; read979.setName("M00967_44_000000000-A3K85_1_1102_10355_18792"); - read979.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTCCTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTAAGGCTAGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGATGACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(24); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(24); read979.setScores(scores); - ffastqReads.push_back(read979); - FastqRead read980; read980.setName("M00967_44_000000000-A3K85_1_1102_5229_18807"); - read980.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read980.setScores(scores); - ffastqReads.push_back(read980); - FastqRead read981; read981.setName("M00967_44_000000000-A3K85_1_1102_15805_18840"); - read981.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read981.setScores(scores); - ffastqReads.push_back(read981); - FastqRead read982; read982.setName("M00967_44_000000000-A3K85_1_1102_13840_18879"); - read982.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read982.setScores(scores); - ffastqReads.push_back(read982); - FastqRead read983; read983.setName("M00967_44_000000000-A3K85_1_1102_16324_18880"); - read983.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read983.setScores(scores); - ffastqReads.push_back(read983); - FastqRead read984; read984.setName("M00967_44_000000000-A3K85_1_1102_9946_18912"); - read984.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTATTGGGCGTAAAGCGAGTGCAGGCGGTTCAATAAGTCTGATGTGAAAGCCTTCGGCTCAACCGGAGAATTGCATCAGAAACTGTTGAACTTGAGTGCAGAAGAGGAGAGTGGAACTCCATGGGTAGCGGTGGAATGCGGAGATATATGGAAGAAAACCAGTGGCGAAGGCGGCTCTCTGGGCTGCAACTGACGCTGAGGCTCGAAAGCATGGGGAGCGAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(19); scores.push_back(19); scores.push_back(31); scores.push_back(19); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(18); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(27); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(18); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(18); scores.push_back(18); scores.push_back(33); scores.push_back(18); scores.push_back(30); scores.push_back(18); scores.push_back(37); scores.push_back(17); scores.push_back(35); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(31); scores.push_back(31); scores.push_back(34); scores.push_back(15); scores.push_back(27); scores.push_back(14); scores.push_back(30); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(15); scores.push_back(13); scores.push_back(29); scores.push_back(27); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(27); scores.push_back(35); scores.push_back(13); scores.push_back(27); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); read984.setScores(scores); - ffastqReads.push_back(read984); - FastqRead read985; read985.setName("M00967_44_000000000-A3K85_1_1102_11977_18919"); - read985.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGGAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read985.setScores(scores); - ffastqReads.push_back(read985); - FastqRead read986; read986.setName("M00967_44_000000000-A3K85_1_1102_9422_18920"); - read986.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGGATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(25); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(29); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(13); read986.setScores(scores); - ffastqReads.push_back(read986); - FastqRead read987; read987.setName("M00967_44_000000000-A3K85_1_1102_16791_18947"); - read987.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read987.setScores(scores); - ffastqReads.push_back(read987); - FastqRead read988; read988.setName("M00967_44_000000000-A3K85_1_1102_27084_19000"); - read988.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(18); scores.push_back(18); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(27); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read988.setScores(scores); - ffastqReads.push_back(read988); - FastqRead read989; read989.setName("M00967_44_000000000-A3K85_1_1102_9210_19049"); - read989.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(13); read989.setScores(scores); - ffastqReads.push_back(read989); - FastqRead read990; read990.setName("M00967_44_000000000-A3K85_1_1102_6417_19143"); - read990.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(18); scores.push_back(17); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(36); scores.push_back(14); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(18); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(27); scores.push_back(33); scores.push_back(30); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(29); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(27); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(25); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(28); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(13); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(28); scores.push_back(33); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(13); read990.setScores(scores); - ffastqReads.push_back(read990); - FastqRead read991; read991.setName("M00967_44_000000000-A3K85_1_1102_15663_19295"); - read991.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(34); scores.push_back(26); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(14); read991.setScores(scores); - ffastqReads.push_back(read991); - FastqRead read992; read992.setName("M00967_44_000000000-A3K85_1_1102_13914_19476"); - read992.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGATCGTTAAGTCAGTGGTCAAATTGAGGGGCTCAACCCCTTCCCGCCATTGAAACTGGCGATCTTGAGTGGAAGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATGCCGGCTTCCTACTGACGCTGAAGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read992.setScores(scores); - ffastqReads.push_back(read992); - FastqRead read993; read993.setName("M00967_44_000000000-A3K85_1_1102_6043_19507"); - read993.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read993.setScores(scores); - ffastqReads.push_back(read993); - FastqRead read994; read994.setName("M00967_44_000000000-A3K85_1_1102_8436_19521"); - read994.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read994.setScores(scores); - ffastqReads.push_back(read994); - FastqRead read995; read995.setName("M00967_44_000000000-A3K85_1_1102_21194_19609"); - read995.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCCGAAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTTTGGAAACTGTGAAGCTGGAGTGCGGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(13); read995.setScores(scores); - ffastqReads.push_back(read995); - FastqRead read996; read996.setName("M00967_44_000000000-A3K85_1_1102_24547_19628"); - read996.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read996.setScores(scores); - ffastqReads.push_back(read996); - FastqRead read997; read997.setName("M00967_44_000000000-A3K85_1_1102_20928_19647"); - read997.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read997.setScores(scores); - ffastqReads.push_back(read997); - FastqRead read998; read998.setName("M00967_44_000000000-A3K85_1_1102_3267_19763"); - read998.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTATTGGGCGTAAAGCGAGCGCAGGCGGAAGAACAAGTCTGATGTAAAATTCATAGGCTCAACCGGTGAGATGCGTTAAAAATTGTTTTACTTAGGGAGCGAAAAGGATGCGGGAACCCCGTTGGAAGGGGGAGATTCAGAAGTATTACGCAGAACTACCAGTGGGGAAGGAGCATCCCGGGGCTCCACCGACGCTCAAGGACGGAAAGCATGGGATCGGAACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(17); scores.push_back(33); scores.push_back(16); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(16); scores.push_back(15); scores.push_back(16); scores.push_back(30); scores.push_back(30); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(16); scores.push_back(31); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(29); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(27); scores.push_back(32); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); read998.setScores(scores); - ffastqReads.push_back(read998); - FastqRead read999; read999.setName("M00967_44_000000000-A3K85_1_1102_3266_19785"); - read999.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTATTGGGCGTAAAGCGAGTGCAGGCGGTTCAATAAGTCTGATGTGAAAGCCTTCGGCTCAACCGGAGAATTGCATCAGAAACTGTTGAACTTGAGTGCAGAAGAGGTGAGTGGAAATCCATGTGTAGCGGTGGAATGCGTAGATATATGGAAGAACACCAGTGGCGAAGGCGGCTCTCTGGTCTGCAACTGACGCTGAGGCTCGAAAGCATGGGTAGCGAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(19); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(19); scores.push_back(19); scores.push_back(33); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(16); scores.push_back(29); scores.push_back(18); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(29); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(18); scores.push_back(30); scores.push_back(18); scores.push_back(19); scores.push_back(33); scores.push_back(19); scores.push_back(19); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(17); scores.push_back(33); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(17); scores.push_back(18); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(15); scores.push_back(38); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(15); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(27); scores.push_back(35); scores.push_back(27); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(27); scores.push_back(27); scores.push_back(31); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(27); scores.push_back(14); scores.push_back(25); scores.push_back(38); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); read999.setScores(scores); - ffastqReads.push_back(read999); - FastqRead read1000; read1000.setName("M00967_44_000000000-A3K85_1_1102_16073_19847"); - read1000.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1000.setScores(scores); - ffastqReads.push_back(read1000); - FastqRead read1001; read1001.setName("M00967_44_000000000-A3K85_1_1102_11268_19864"); - read1001.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1001.setScores(scores); - ffastqReads.push_back(read1001); - FastqRead read1002; read1002.setName("M00967_44_000000000-A3K85_1_1102_28020_19877"); - read1002.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCAGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCGGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(16); scores.push_back(14); scores.push_back(29); scores.push_back(30); scores.push_back(14); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(27); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(28); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(33); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(27); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); read1002.setScores(scores); - ffastqReads.push_back(read1002); - FastqRead read1003; read1003.setName("M00967_44_000000000-A3K85_1_1102_22198_19923"); - read1003.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1003.setScores(scores); - ffastqReads.push_back(read1003); - FastqRead read1004; read1004.setName("M00967_44_000000000-A3K85_1_1102_19372_19984"); - read1004.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTATTGGGCGTAAAGCGAGTGCAGGCGGTTCAATAAGTCTGATGTGAAAGCCTTCGGCTCAACCGGAGAATTGCATCAGAAACTGTTGAACTTGAGTGCAGAAGAGGAGAGTGGAACTCCATGTGTAGCGGTGGAATGCGTAGATATATGGAAGAACACCAGTGGCGAAGGCGGCTCTCTGGTCTGCAACTGACGCTGAGGCTCGAAAGCATGGGTAGCGAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(18); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(33); scores.push_back(18); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(28); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(27); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(36); scores.push_back(33); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(15); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(26); scores.push_back(28); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(24); scores.push_back(29); scores.push_back(12); read1004.setScores(scores); - ffastqReads.push_back(read1004); - FastqRead read1005; read1005.setName("M00967_44_000000000-A3K85_1_1102_26397_20010"); - read1005.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1005.setScores(scores); - ffastqReads.push_back(read1005); - FastqRead read1006; read1006.setName("M00967_44_000000000-A3K85_1_1102_21846_20050"); - read1006.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1006.setScores(scores); - ffastqReads.push_back(read1006); - FastqRead read1007; read1007.setName("M00967_44_000000000-A3K85_1_1102_12005_20077"); - read1007.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1007.setScores(scores); - ffastqReads.push_back(read1007); - FastqRead read1008; read1008.setName("M00967_44_000000000-A3K85_1_1102_19622_20085"); - read1008.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(18); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1008.setScores(scores); - ffastqReads.push_back(read1008); - FastqRead read1009; read1009.setName("M00967_44_000000000-A3K85_1_1102_3447_20101"); - read1009.setSeq("TACGTAGGCGGCAAGCGTTATCCGGATTTACTGGGTGTAACGGGAGCGTAGACGGTGATGCAAGTCAGAAGTGAAAGCCCGCGGCTCAACTGCGGGACTGCTTTTGAAACTGTATGACTAGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(32); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(17); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(31); scores.push_back(37); scores.push_back(17); scores.push_back(31); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(31); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(34); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(12); read1009.setScores(scores); - ffastqReads.push_back(read1009); - FastqRead read1010; read1010.setName("M00967_44_000000000-A3K85_1_1102_9551_20106"); - read1010.setSeq("TACGTAGGTGGCAAGCGTTATCCGGAATTATTGGGCGTAAAGAGCGCGCAGGTGGTTAATTAAGTCTGATGTGAAAGCCCACGGCTTAACCGTGGAGGGTCATTGGAAACTGGTTGACTTGAGTGCAGAAGAGGGAAGTGGAATTCCATGTGTAGCGGTGAAATGCGTAGAGATATGGAGGAACACCAGTGGCGAAGGCGGCTTCCTGGTCTGCAACTGACACTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1010.setScores(scores); - ffastqReads.push_back(read1010); - FastqRead read1011; read1011.setName("M00967_44_000000000-A3K85_1_1102_14497_20110"); - read1011.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1011.setScores(scores); - ffastqReads.push_back(read1011); - FastqRead read1012; read1012.setName("M00967_44_000000000-A3K85_1_1102_4075_20122"); - read1012.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGTAGCCGGGCTGACAAGTCAGATGTGAAATCCGGGGGCTCAACCCCCGAACTGCATTTGAAACTGTTGGTCTTGAGTATCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGACAACTGACGGGGAGGCGCGAAAGCGTGGGGAGCAAAAA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(25); scores.push_back(34); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(28); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(34); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(13); read1012.setScores(scores); - ffastqReads.push_back(read1012); - FastqRead read1013; read1013.setName("M00967_44_000000000-A3K85_1_1102_6032_20234"); - read1013.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(17); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); read1013.setScores(scores); - ffastqReads.push_back(read1013); - FastqRead read1014; read1014.setName("M00967_44_000000000-A3K85_1_1102_27026_20298"); - read1014.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1014.setScores(scores); - ffastqReads.push_back(read1014); - FastqRead read1015; read1015.setName("M00967_44_000000000-A3K85_1_1102_5988_20325"); - read1015.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(29); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1015.setScores(scores); - ffastqReads.push_back(read1015); - FastqRead read1016; read1016.setName("M00967_44_000000000-A3K85_1_1102_22449_20349"); - read1016.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1016.setScores(scores); - ffastqReads.push_back(read1016); - FastqRead read1017; read1017.setName("M00967_44_000000000-A3K85_1_1102_3060_20455"); - read1017.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGNCTTGAGTGCGCGNNNNGNAGGCGGAATGCGAGGTGTAGCGGTGANATGNATAGANATNNCNNNGNACTCNGNTNNNNNNGGCAGCCTACCGGNGCGCAACTGACGCTCATGCANGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(27); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(14); scores.push_back(27); scores.push_back(30); scores.push_back(15); scores.push_back(29); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(2); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(26); scores.push_back(2); scores.push_back(24); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(2); scores.push_back(26); scores.push_back(24); scores.push_back(25); scores.push_back(2); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(2); scores.push_back(26); scores.push_back(13); scores.push_back(2); scores.push_back(2); scores.push_back(13); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(25); scores.push_back(2); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(2); scores.push_back(24); scores.push_back(2); scores.push_back(26); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(26); scores.push_back(2); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(2); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); read1017.setScores(scores); - ffastqReads.push_back(read1017); - FastqRead read1018; read1018.setName("M00967_44_000000000-A3K85_1_1102_3172_20517"); - read1018.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(13); read1018.setScores(scores); - ffastqReads.push_back(read1018); - FastqRead read1019; read1019.setName("M00967_44_000000000-A3K85_1_1102_9791_20536"); - read1019.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1019.setScores(scores); - ffastqReads.push_back(read1019); - FastqRead read1020; read1020.setName("M00967_44_000000000-A3K85_1_1102_16986_20592"); - read1020.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1020.setScores(scores); - ffastqReads.push_back(read1020); - FastqRead read1021; read1021.setName("M00967_44_000000000-A3K85_1_1102_6870_20620"); - read1021.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(26); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(13); read1021.setScores(scores); - ffastqReads.push_back(read1021); - FastqRead read1022; read1022.setName("M00967_44_000000000-A3K85_1_1102_24420_20639"); - read1022.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(17); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); read1022.setScores(scores); - ffastqReads.push_back(read1022); - FastqRead read1023; read1023.setName("M00967_44_000000000-A3K85_1_1102_23758_20700"); - read1023.setSeq("TACGGGGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(29); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); read1023.setScores(scores); - ffastqReads.push_back(read1023); - FastqRead read1024; read1024.setName("M00967_44_000000000-A3K85_1_1102_4777_20795"); - read1024.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGGTGGCAGGGCAAGTCAGATGTGAAAACCCGGGGCTCAACCCCGGGAGTGCATTTGAAACTGTCCAGCTGGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCATAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACACTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(32); scores.push_back(29); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); read1024.setScores(scores); - ffastqReads.push_back(read1024); - FastqRead read1025; read1025.setName("M00967_44_000000000-A3K85_1_1102_12289_20824"); - read1025.setSeq("TACGTAGGGGGCAAGCGTTGTCCGGAATGACTGGGCGTAAAGGGAGTGTAGGCGGCTTAATAAGTTAGATGTGAAATCCCGCGGCTCAACCGCGGAACTGCATCTAAAACTGTTGAGCTGGAGTGCAGGAGAGGTGAGTGGAATTCCTAGTGTAGCGGTGGAATGCGTAGATATTAGGAGGAACACCAGAGGCGAAGGCGACTCACTGGACTGTAACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(12); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1025.setScores(scores); - ffastqReads.push_back(read1025); - FastqRead read1026; read1026.setName("M00967_44_000000000-A3K85_1_1102_21306_20842"); - read1026.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTGAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATGCCGGCTTCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1026.setScores(scores); - ffastqReads.push_back(read1026); - FastqRead read1027; read1027.setName("M00967_44_000000000-A3K85_1_1102_14196_20858"); - read1027.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1027.setScores(scores); - ffastqReads.push_back(read1027); - FastqRead read1028; read1028.setName("M00967_44_000000000-A3K85_1_1102_18567_20868"); - read1028.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1028.setScores(scores); - ffastqReads.push_back(read1028); - FastqRead read1029; read1029.setName("M00967_44_000000000-A3K85_1_1102_27885_20889"); - read1029.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); read1029.setScores(scores); - ffastqReads.push_back(read1029); - FastqRead read1030; read1030.setName("M00967_44_000000000-A3K85_1_1102_25374_20968"); - read1030.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1030.setScores(scores); - ffastqReads.push_back(read1030); - FastqRead read1031; read1031.setName("M00967_44_000000000-A3K85_1_1102_24500_21100"); - read1031.setSeq("TACGGAGGATGCGAGCGTTATCCGAATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1031.setScores(scores); - ffastqReads.push_back(read1031); - FastqRead read1032; read1032.setName("M00967_44_000000000-A3K85_1_1102_27048_21114"); - read1032.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(26); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1032.setScores(scores); - ffastqReads.push_back(read1032); - FastqRead read1033; read1033.setName("M00967_44_000000000-A3K85_1_1102_28192_21177"); - read1033.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGAAGAAAGTCTGAAGTGAAAGCCCGCGGCTCAACCGCGGAATGGCTTTGGAAACTTTTTTGCTGGAGTACCGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACGGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1033.setScores(scores); - ffastqReads.push_back(read1033); - FastqRead read1034; read1034.setName("M00967_44_000000000-A3K85_1_1102_25103_21179"); - read1034.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1034.setScores(scores); - ffastqReads.push_back(read1034); - FastqRead read1035; read1035.setName("M00967_44_000000000-A3K85_1_1102_8157_21204"); - read1035.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTATTGGGTGTAAAGGGCGTGTAGGCGGGAATGCAAGTCAGATGTGAAAACTATGGGCTCAACCCATAGCCTGCATTTGAAACTGTATTTCTTGAGTGCTGGAGAGACAATCGGAATTCCGTGTGTAGCGGTGAAATGCGTAGATATACGGAGGAACACCAGTGGCGAAGGCGGATTGCTGGACAGTAACTGACGCTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(13); scores.push_back(34); scores.push_back(12); scores.push_back(28); scores.push_back(25); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(24); read1035.setScores(scores); - ffastqReads.push_back(read1035); - FastqRead read1036; read1036.setName("M00967_44_000000000-A3K85_1_1102_18285_21209"); - read1036.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1036.setScores(scores); - ffastqReads.push_back(read1036); - FastqRead read1037; read1037.setName("M00967_44_000000000-A3K85_1_1102_22860_21228"); - read1037.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(31); scores.push_back(35); scores.push_back(31); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(29); scores.push_back(37); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(27); scores.push_back(14); scores.push_back(27); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(29); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); read1037.setScores(scores); - ffastqReads.push_back(read1037); - FastqRead read1038; read1038.setName("M00967_44_000000000-A3K85_1_1102_7194_21269"); - read1038.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGTAGCCGGGCTGACAAGTCAGATGTGAAATCCGGGGGCTCAACCCCCGAACTGCATTTGAAACTGTTGGTCTTGAGTATCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGACAACTGACGGGGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(28); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(31); scores.push_back(29); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(28); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(13); read1038.setScores(scores); - ffastqReads.push_back(read1038); - FastqRead read1039; read1039.setName("M00967_44_000000000-A3K85_1_1102_14312_21295"); - read1039.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1039.setScores(scores); - ffastqReads.push_back(read1039); - FastqRead read1040; read1040.setName("M00967_44_000000000-A3K85_1_1102_25809_21308"); - read1040.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); read1040.setScores(scores); - ffastqReads.push_back(read1040); - FastqRead read1041; read1041.setName("M00967_44_000000000-A3K85_1_1102_26260_21334"); - read1041.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACATTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1041.setScores(scores); - ffastqReads.push_back(read1041); - FastqRead read1042; read1042.setName("M00967_44_000000000-A3K85_1_1102_18976_21369"); - read1042.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTCCTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTAAGGCTAGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGGGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGATGACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(29); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(32); scores.push_back(30); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1042.setScores(scores); - ffastqReads.push_back(read1042); - FastqRead read1043; read1043.setName("M00967_44_000000000-A3K85_1_1102_15318_21462"); - read1043.setSeq("TACGGGGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAACGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1043.setScores(scores); - ffastqReads.push_back(read1043); - FastqRead read1044; read1044.setName("M00967_44_000000000-A3K85_1_1102_18981_21505"); - read1044.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAGGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1044.setScores(scores); - ffastqReads.push_back(read1044); - FastqRead read1045; read1045.setName("M00967_44_000000000-A3K85_1_1102_23542_21547"); - read1045.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(18); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(33); scores.push_back(29); scores.push_back(36); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(18); scores.push_back(30); scores.push_back(36); scores.push_back(27); scores.push_back(33); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(31); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1045.setScores(scores); - ffastqReads.push_back(read1045); - FastqRead read1046; read1046.setName("M00967_44_000000000-A3K85_1_1102_11081_21571"); - read1046.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1046.setScores(scores); - ffastqReads.push_back(read1046); - FastqRead read1047; read1047.setName("M00967_44_000000000-A3K85_1_1102_22433_21571"); - read1047.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTAGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1047.setScores(scores); - ffastqReads.push_back(read1047); - FastqRead read1048; read1048.setName("M00967_44_000000000-A3K85_1_1102_18708_21614"); - read1048.setSeq("TACGGAGGATGCGAGCTTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1048.setScores(scores); - ffastqReads.push_back(read1048); - FastqRead read1049; read1049.setName("M00967_44_000000000-A3K85_1_1102_18021_21653"); - read1049.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1049.setScores(scores); - ffastqReads.push_back(read1049); - FastqRead read1050; read1050.setName("M00967_44_000000000-A3K85_1_1102_17869_21708"); - read1050.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1050.setScores(scores); - ffastqReads.push_back(read1050); - FastqRead read1051; read1051.setName("M00967_44_000000000-A3K85_1_1102_8662_21781"); - read1051.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGAAGAAAGTCTGAAGTGAAAGCCCGCGGCTTAACCGCGGAACTGCTTTGGAAACTTTTTTGCTGGAGTACCGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACGGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read1051.setScores(scores); - ffastqReads.push_back(read1051); - FastqRead read1052; read1052.setName("M00967_44_000000000-A3K85_1_1102_4992_21837"); - read1052.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTAAGCAAGTCTGAAGTGAAAGCCCGGGGCTTAACCCCGGGACTGCTTTGGAAACTGTTAAGCTAGAGTGCTGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); read1052.setScores(scores); - ffastqReads.push_back(read1052); - FastqRead read1053; read1053.setName("M00967_44_000000000-A3K85_1_1102_24752_21840"); - read1053.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1053.setScores(scores); - ffastqReads.push_back(read1053); - FastqRead read1054; read1054.setName("M00967_44_000000000-A3K85_1_1102_5013_21854"); - read1054.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1054.setScores(scores); - ffastqReads.push_back(read1054); - FastqRead read1055; read1055.setName("M00967_44_000000000-A3K85_1_1102_20106_21873"); - read1055.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1055.setScores(scores); - ffastqReads.push_back(read1055); - FastqRead read1056; read1056.setName("M00967_44_000000000-A3K85_1_1102_7412_21891"); - read1056.setSeq("TACGGAGGATGTGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(17); scores.push_back(34); scores.push_back(37); scores.push_back(19); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1056.setScores(scores); - ffastqReads.push_back(read1056); - FastqRead read1057; read1057.setName("M00967_44_000000000-A3K85_1_1102_5554_21966"); - read1057.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(37); read1057.setScores(scores); - ffastqReads.push_back(read1057); - FastqRead read1058; read1058.setName("M00967_44_000000000-A3K85_1_1102_26501_21973"); - read1058.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read1058.setScores(scores); - ffastqReads.push_back(read1058); - FastqRead read1059; read1059.setName("M00967_44_000000000-A3K85_1_1102_3929_22073"); - read1059.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(18); scores.push_back(29); scores.push_back(35); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(19); scores.push_back(18); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(28); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(26); read1059.setScores(scores); - ffastqReads.push_back(read1059); - FastqRead read1060; read1060.setName("M00967_44_000000000-A3K85_1_1102_26240_22075"); - read1060.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); read1060.setScores(scores); - ffastqReads.push_back(read1060); - FastqRead read1061; read1061.setName("M00967_44_000000000-A3K85_1_1102_9243_22093"); - read1061.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGATCGTTAAGTCAGTGGTCAAATTGAGGGGCTCAACCCCTTCCCGCCATTGAAACTGGCGATCTTGAGTGGAAGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATGCCGGCTTCCTACTGACGCTGAAGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(19); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(36); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); read1061.setScores(scores); - ffastqReads.push_back(read1061); - FastqRead read1062; read1062.setName("M00967_44_000000000-A3K85_1_1102_8344_22128"); - read1062.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(28); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(33); read1062.setScores(scores); - ffastqReads.push_back(read1062); - FastqRead read1063; read1063.setName("M00967_44_000000000-A3K85_1_1102_8333_22144"); - read1063.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); read1063.setScores(scores); - ffastqReads.push_back(read1063); - FastqRead read1064; read1064.setName("M00967_44_000000000-A3K85_1_1102_18941_22172"); - read1064.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1064.setScores(scores); - ffastqReads.push_back(read1064); - FastqRead read1065; read1065.setName("M00967_44_000000000-A3K85_1_1102_25780_22224"); - read1065.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); read1065.setScores(scores); - ffastqReads.push_back(read1065); - FastqRead read1066; read1066.setName("M00967_44_000000000-A3K85_1_1102_5765_22247"); - read1066.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCTAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(28); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(26); read1066.setScores(scores); - ffastqReads.push_back(read1066); - FastqRead read1067; read1067.setName("M00967_44_000000000-A3K85_1_1102_17751_22352"); - read1067.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1067.setScores(scores); - ffastqReads.push_back(read1067); - FastqRead read1068; read1068.setName("M00967_44_000000000-A3K85_1_1102_20673_22359"); - read1068.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1068.setScores(scores); - ffastqReads.push_back(read1068); - FastqRead read1069; read1069.setName("M00967_44_000000000-A3K85_1_1102_15403_22447"); - read1069.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1069.setScores(scores); - ffastqReads.push_back(read1069); - FastqRead read1070; read1070.setName("M00967_44_000000000-A3K85_1_1102_21249_22495"); - read1070.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1070.setScores(scores); - ffastqReads.push_back(read1070); - FastqRead read1071; read1071.setName("M00967_44_000000000-A3K85_1_1102_4593_22583"); - read1071.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(18); scores.push_back(29); scores.push_back(35); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(26); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(27); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(37); read1071.setScores(scores); - ffastqReads.push_back(read1071); - FastqRead read1072; read1072.setName("M00967_44_000000000-A3K85_1_1102_14601_22624"); - read1072.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTATTGGGCGTAAAGGGAACGCAGGCGGTCTTTTAAGTCTGATGTGAAAGCCTTCGGCTTAACCGGAGTAGTGCATTGGAAACTGGGAGACTTGAGTGCAGAAGAGGAGAGTGGAACTCCATGTGTAGCGGTGAAATGCGTAGATATATGGAAGAACACCAGTGGCGAAAGCGGCTCTCTGGTCTGTAACTGACGCTGAGGTTCGAAAGCGTGGGTAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1072.setScores(scores); - ffastqReads.push_back(read1072); - FastqRead read1073; read1073.setName("M00967_44_000000000-A3K85_1_1102_12426_22650"); - read1073.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1073.setScores(scores); - ffastqReads.push_back(read1073); - FastqRead read1074; read1074.setName("M00967_44_000000000-A3K85_1_1102_15465_22754"); - read1074.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(33); read1074.setScores(scores); - ffastqReads.push_back(read1074); - FastqRead read1075; read1075.setName("M00967_44_000000000-A3K85_1_1102_14002_22779"); - read1075.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1075.setScores(scores); - ffastqReads.push_back(read1075); - FastqRead read1076; read1076.setName("M00967_44_000000000-A3K85_1_1102_20272_22873"); - read1076.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1076.setScores(scores); - ffastqReads.push_back(read1076); - FastqRead read1077; read1077.setName("M00967_44_000000000-A3K85_1_1102_26910_22888"); - read1077.setSeq("TACGTATGGTGCAAGCGTTATCCGGATTTACCGGGTGTAAAGGGAGCGCAGGCGGTACGGCAAGTCTGATGTGAAAGCCCAGGGCTCAACCCTGGTACTGCATTGGAAACTGCCGGACTAGAGTGTCGGAGGGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACGATGACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1077.setScores(scores); - ffastqReads.push_back(read1077); - FastqRead read1078; read1078.setName("M00967_44_000000000-A3K85_1_1102_4834_22982"); - read1078.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTCCTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(31); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(34); scores.push_back(14); scores.push_back(31); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(32); scores.push_back(31); scores.push_back(13); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(34); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1078.setScores(scores); - ffastqReads.push_back(read1078); - FastqRead read1079; read1079.setName("M00967_44_000000000-A3K85_1_1102_4636_23047"); - read1079.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGACTGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(28); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(33); read1079.setScores(scores); - ffastqReads.push_back(read1079); - FastqRead read1080; read1080.setName("M00967_44_000000000-A3K85_1_1102_4625_23064"); - read1080.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(37); read1080.setScores(scores); - ffastqReads.push_back(read1080); - FastqRead read1081; read1081.setName("M00967_44_000000000-A3K85_1_1102_15265_23185"); - read1081.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1081.setScores(scores); - ffastqReads.push_back(read1081); - FastqRead read1082; read1082.setName("M00967_44_000000000-A3K85_1_1102_13886_23203"); - read1082.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGTGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(20); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(31); scores.push_back(16); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(14); scores.push_back(27); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1082.setScores(scores); - ffastqReads.push_back(read1082); - FastqRead read1083; read1083.setName("M00967_44_000000000-A3K85_1_1102_20092_23221"); - read1083.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1083.setScores(scores); - ffastqReads.push_back(read1083); - FastqRead read1084; read1084.setName("M00967_44_000000000-A3K85_1_1102_11032_23275"); - read1084.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCTGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1084.setScores(scores); - ffastqReads.push_back(read1084); - FastqRead read1085; read1085.setName("M00967_44_000000000-A3K85_1_1102_7507_23467"); - read1085.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1085.setScores(scores); - ffastqReads.push_back(read1085); - FastqRead read1086; read1086.setName("M00967_44_000000000-A3K85_1_1102_20659_23537"); - read1086.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1086.setScores(scores); - ffastqReads.push_back(read1086); - FastqRead read1087; read1087.setName("M00967_44_000000000-A3K85_1_1102_9913_23746"); - read1087.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGATCGTTAAGTCAGTGGTCAAATTGAGGGGCTCAACCCCTTCCCGCCATTGAAACTGGCGATCTTGAGTGGAAGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATGCCGGCTTCCTACTGACGCTGAAGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1087.setScores(scores); - ffastqReads.push_back(read1087); - FastqRead read1088; read1088.setName("M00967_44_000000000-A3K85_1_1102_26321_23799"); - read1088.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1088.setScores(scores); - ffastqReads.push_back(read1088); - FastqRead read1089; read1089.setName("M00967_44_000000000-A3K85_1_1102_24496_23889"); - read1089.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACCCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(34); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(28); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(26); scores.push_back(26); scores.push_back(29); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(31); scores.push_back(28); scores.push_back(33); scores.push_back(30); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(24); read1089.setScores(scores); - ffastqReads.push_back(read1089); - FastqRead read1090; read1090.setName("M00967_44_000000000-A3K85_1_1102_16567_23895"); - read1090.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1090.setScores(scores); - ffastqReads.push_back(read1090); - FastqRead read1091; read1091.setName("M00967_44_000000000-A3K85_1_1102_24512_23900"); - read1091.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(37); read1091.setScores(scores); - ffastqReads.push_back(read1091); - FastqRead read1092; read1092.setName("M00967_44_000000000-A3K85_1_1102_16086_23959"); - read1092.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1092.setScores(scores); - ffastqReads.push_back(read1092); - FastqRead read1093; read1093.setName("M00967_44_000000000-A3K85_1_1102_8482_24022"); - read1093.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGGGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(17); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(28); scores.push_back(33); scores.push_back(32); scores.push_back(28); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(37); read1093.setScores(scores); - ffastqReads.push_back(read1093); - FastqRead read1094; read1094.setName("M00967_44_000000000-A3K85_1_1102_11858_24136"); - read1094.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1094.setScores(scores); - ffastqReads.push_back(read1094); - FastqRead read1095; read1095.setName("M00967_44_000000000-A3K85_1_1102_13824_24154"); - read1095.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGCGTGTAGGCGGGGACGCAAGTCAGATGTGAAAACCACGGGCTCAACCTGTGGCCTGCATTTGAAACTGTGTTTCTTGAGTACTGGAGAGGCAGACGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGTCTGCTGGACAGCAACTGACGCTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(28); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(31); scores.push_back(28); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1095.setScores(scores); - ffastqReads.push_back(read1095); - FastqRead read1096; read1096.setName("M00967_44_000000000-A3K85_1_1102_5948_24254"); - read1096.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGTAGCCGGGCTGACAAGTCAGATGTGAAATCCGGGGGCTCAACCCCCGAACTGCATTTGAAACTGTTGGTCTTGAGTATCGGAGAGGCAGGCCGAATTCCTAGGGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCAGCTCACTGGACCGCAACTGACACTGATGCTCGAAAGTGTGGGGATCACACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(16); scores.push_back(31); scores.push_back(34); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(27); scores.push_back(27); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(31); scores.push_back(36); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(29); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(32); read1096.setScores(scores); - ffastqReads.push_back(read1096); - FastqRead read1097; read1097.setName("M00967_44_000000000-A3K85_1_1102_21019_24358"); - read1097.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTATTGGGCGTAAAGCGAGTGCAGGCGGTTCAATAAGTCTGATGTGAAAGCCTTCGGCTCAACCGGAGAATTGCATCAGAAACTGTTGAACTTGAGTGCAGAAGAGGAGAGTGGAACTCCATGTGTAGCGGGGGAATGCGTAGATATATGGAAGAACACCAGTGGCGAAGGCGGCTCTCTGGTCTGCAACTGACGCTGGGGCTCGAAAGCATGGGTAGCGAAAA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(20); scores.push_back(38); scores.push_back(36); scores.push_back(19); scores.push_back(19); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(16); scores.push_back(29); scores.push_back(14); scores.push_back(30); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(30); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(16); scores.push_back(17); scores.push_back(31); scores.push_back(29); scores.push_back(15); scores.push_back(16); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(15); scores.push_back(14); scores.push_back(30); scores.push_back(32); scores.push_back(16); scores.push_back(30); scores.push_back(30); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); read1097.setScores(scores); - ffastqReads.push_back(read1097); - FastqRead read1098; read1098.setName("M00967_44_000000000-A3K85_1_1102_13309_24380"); - read1098.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1098.setScores(scores); - ffastqReads.push_back(read1098); - FastqRead read1099; read1099.setName("M00967_44_000000000-A3K85_1_1102_12374_24394"); - read1099.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGGAACTGGTTTTCTTGAGGGAGCGAGAAGTATGCGGAATGCGTGGTGGAGCGGTTAAATGGATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGGGCTCAACTGACGGTCATGCACGAAAAGCGGGGGATCGAAAAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(16); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(30); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(30); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(29); scores.push_back(34); scores.push_back(27); scores.push_back(38); scores.push_back(15); scores.push_back(28); scores.push_back(15); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(28); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); read1099.setScores(scores); - ffastqReads.push_back(read1099); - FastqRead read1100; read1100.setName("M00967_44_000000000-A3K85_1_1102_19925_24400"); - read1100.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1100.setScores(scores); - ffastqReads.push_back(read1100); - FastqRead read1101; read1101.setName("M00967_44_000000000-A3K85_1_1102_13018_24459"); - read1101.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGGTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(30); scores.push_back(27); scores.push_back(15); scores.push_back(29); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(27); scores.push_back(36); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(30); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(14); read1101.setScores(scores); - ffastqReads.push_back(read1101); - FastqRead read1102; read1102.setName("M00967_44_000000000-A3K85_1_1102_7114_24544"); - read1102.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1102.setScores(scores); - ffastqReads.push_back(read1102); - FastqRead read1103; read1103.setName("M00967_44_000000000-A3K85_1_1102_21851_24671"); - read1103.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(24); scores.push_back(30); scores.push_back(32); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(28); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); read1103.setScores(scores); - ffastqReads.push_back(read1103); - FastqRead read1104; read1104.setName("M00967_44_000000000-A3K85_1_1102_13166_24678"); - read1104.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(30); read1104.setScores(scores); - ffastqReads.push_back(read1104); - FastqRead read1105; read1105.setName("M00967_44_000000000-A3K85_1_1102_21841_24687"); - read1105.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1105.setScores(scores); - ffastqReads.push_back(read1105); - FastqRead read1106; read1106.setName("M00967_44_000000000-A3K85_1_1102_16084_24695"); - read1106.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGGTGGCAGGGCAAGTCAGATGTGAAAACCCGGGGCTCAACCCCGGGAGTGCATTTGAAACTGTCCAGCTGGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCATAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACACTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1106.setScores(scores); - ffastqReads.push_back(read1106); - FastqRead read1107; read1107.setName("M00967_44_000000000-A3K85_1_1102_11033_24747"); - read1107.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1107.setScores(scores); - ffastqReads.push_back(read1107); - FastqRead read1108; read1108.setName("M00967_44_000000000-A3K85_1_1102_24617_24814"); - read1108.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGCAGACGGCAGCGCAAGTCTGGAGTGAAAGCCCGGGGCCCAACCCCGGAACTGCTCTGGAAACTGTGCGGCTAGAGTACTGGAGGGGCAGGCGGAATTCCTAGTGTAGCGGGGAAATGCGTAGGTATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCCAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(26); scores.push_back(33); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(28); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1108.setScores(scores); - ffastqReads.push_back(read1108); - FastqRead read1109; read1109.setName("M00967_44_000000000-A3K85_1_1102_13003_24849"); - read1109.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1109.setScores(scores); - ffastqReads.push_back(read1109); - FastqRead read1110; read1110.setName("M00967_44_000000000-A3K85_1_1102_13255_25038"); - read1110.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); read1110.setScores(scores); - ffastqReads.push_back(read1110); - FastqRead read1111; read1111.setName("M00967_44_000000000-A3K85_1_1102_18813_25054"); - read1111.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1111.setScores(scores); - ffastqReads.push_back(read1111); - FastqRead read1112; read1112.setName("M00967_44_000000000-A3K85_1_1102_20120_25062"); - read1112.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGATGCAAGTCTGAAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTTTGGAAACTGTATAGCTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); read1112.setScores(scores); - ffastqReads.push_back(read1112); - FastqRead read1113; read1113.setName("M00967_44_000000000-A3K85_1_1102_9354_25093"); - read1113.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTATTGGGTGTAAAGGGCGTGTAGGCGGGACGCAAGTCAGATGTGAAAACCACGGGCTCAACCTGTGGCCTGCATTTGAAACTGTGTTTCTTGAGTACTGGAGAGGCAGACGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGTCTGCTGGACAGCAACTGACGCTGAGGCGCGAAAGCGTGGGGAGCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1113.setScores(scores); - ffastqReads.push_back(read1113); - FastqRead read1114; read1114.setName("M00967_44_000000000-A3K85_1_1102_13839_25113"); - read1114.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1114.setScores(scores); - ffastqReads.push_back(read1114); - FastqRead read1115; read1115.setName("M00967_44_000000000-A3K85_1_1102_14390_25130"); - read1115.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1115.setScores(scores); - ffastqReads.push_back(read1115); - FastqRead read1116; read1116.setName("M00967_44_000000000-A3K85_1_1102_16408_25165"); - read1116.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); read1116.setScores(scores); - ffastqReads.push_back(read1116); - FastqRead read1117; read1117.setName("M00967_44_000000000-A3K85_1_1102_15601_25205"); - read1117.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1117.setScores(scores); - ffastqReads.push_back(read1117); - FastqRead read1118; read1118.setName("M00967_44_000000000-A3K85_1_1102_22706_25296"); - read1118.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1118.setScores(scores); - ffastqReads.push_back(read1118); - FastqRead read1119; read1119.setName("M00967_44_000000000-A3K85_1_1102_9358_25344"); - read1119.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(19); scores.push_back(33); scores.push_back(34); scores.push_back(19); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(29); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1119.setScores(scores); - ffastqReads.push_back(read1119); - FastqRead read1120; read1120.setName("M00967_44_000000000-A3K85_1_1102_7439_25389"); - read1120.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCCGAAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTTTGGAAACTGTGAAGCTGGAGTGCGGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCCAACA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(16); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(29); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(32); scores.push_back(29); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(28); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(13); read1120.setScores(scores); - ffastqReads.push_back(read1120); - FastqRead read1121; read1121.setName("M00967_44_000000000-A3K85_1_1102_15712_25398"); - read1121.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(29); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(37); read1121.setScores(scores); - ffastqReads.push_back(read1121); - FastqRead read1122; read1122.setName("M00967_44_000000000-A3K85_1_1102_12245_25505"); - read1122.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1122.setScores(scores); - ffastqReads.push_back(read1122); - FastqRead read1123; read1123.setName("M00967_44_000000000-A3K85_1_1102_18414_25571"); - read1123.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1123.setScores(scores); - ffastqReads.push_back(read1123); - FastqRead read1124; read1124.setName("M00967_44_000000000-A3K85_1_1102_10179_25668"); - read1124.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1124.setScores(scores); - ffastqReads.push_back(read1124); - FastqRead read1125; read1125.setName("M00967_44_000000000-A3K85_1_1102_14185_25718"); - read1125.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(12); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1125.setScores(scores); - ffastqReads.push_back(read1125); - FastqRead read1126; read1126.setName("M00967_44_000000000-A3K85_1_1102_19639_25825"); - read1126.setSeq("TACGTAGGGAGCAAGCGTTGTCCGGAATTACTGGGTGTAAAGGGAGCGTAGGCGGGATGGCAAGTAGAATGTTAAATCCATCGGCTCAACCGGTGGCTGCGTTCTAAACTGCCGTTCTTGAGTGAAGTAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGGGTTTAACTGACGCTGAGGCTCGAAAACGTGGGGAGCAAAAAG"); - scores.clear(); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(35); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(14); scores.push_back(34); scores.push_back(13); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(29); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(24); read1126.setScores(scores); - ffastqReads.push_back(read1126); - FastqRead read1127; read1127.setName("M00967_44_000000000-A3K85_1_1102_12486_25898"); - read1127.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(37); read1127.setScores(scores); - ffastqReads.push_back(read1127); - FastqRead read1128; read1128.setName("M00967_44_000000000-A3K85_1_1102_20627_25927"); - read1128.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1128.setScores(scores); - ffastqReads.push_back(read1128); - FastqRead read1129; read1129.setName("M00967_44_000000000-A3K85_1_1102_16125_25967"); - read1129.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1129.setScores(scores); - ffastqReads.push_back(read1129); - FastqRead read1130; read1130.setName("M00967_44_000000000-A3K85_1_1102_21858_25971"); - read1130.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1130.setScores(scores); - ffastqReads.push_back(read1130); - FastqRead read1131; read1131.setName("M00967_44_000000000-A3K85_1_1102_7611_26146"); - read1131.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAAATGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCCAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(24); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(28); scores.push_back(28); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1131.setScores(scores); - ffastqReads.push_back(read1131); - FastqRead read1132; read1132.setName("M00967_44_000000000-A3K85_1_1102_11609_26197"); - read1132.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1132.setScores(scores); - ffastqReads.push_back(read1132); - FastqRead read1133; read1133.setName("M00967_44_000000000-A3K85_1_1102_23578_26267"); - read1133.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1133.setScores(scores); - ffastqReads.push_back(read1133); - FastqRead read1134; read1134.setName("M00967_44_000000000-A3K85_1_1102_21062_26588"); - read1134.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); read1134.setScores(scores); - ffastqReads.push_back(read1134); - FastqRead read1135; read1135.setName("M00967_44_000000000-A3K85_1_1102_20584_26628"); - read1135.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(33); scores.push_back(18); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(35); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(15); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1135.setScores(scores); - ffastqReads.push_back(read1135); - FastqRead read1136; read1136.setName("M00967_44_000000000-A3K85_1_1102_14504_26916"); - read1136.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGGAGGCGGAATGCGTGGTGGAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTTAGGCACGAAAGGGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(15); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(33); scores.push_back(16); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(13); scores.push_back(27); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(28); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(14); read1136.setScores(scores); - ffastqReads.push_back(read1136); - FastqRead read1137; read1137.setName("M00967_44_000000000-A3K85_1_1102_13130_27044"); - read1137.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGATCGTTAAGTCAGTGGTCAAATTGAGGGGCTCAACCCCTTCCCGCCATTGAAACTGGCGATCTTGAGTGGAAGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATGCCGGCTTCCTACTGACGCTGAAGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1137.setScores(scores); - ffastqReads.push_back(read1137); - FastqRead read1138; read1138.setName("M00967_44_000000000-A3K85_1_1102_11409_27262"); - read1138.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1138.setScores(scores); - ffastqReads.push_back(read1138); - FastqRead read1139; read1139.setName("M00967_44_000000000-A3K85_1_1102_21640_27300"); - read1139.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(18); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(24); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1139.setScores(scores); - ffastqReads.push_back(read1139); - FastqRead read1140; read1140.setName("M00967_44_000000000-A3K85_1_1102_10152_27371"); - read1140.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGATGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(34); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1140.setScores(scores); - ffastqReads.push_back(read1140); - FastqRead read1141; read1141.setName("M00967_44_000000000-A3K85_1_1102_9655_27555"); - read1141.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAAAAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(14); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(33); read1141.setScores(scores); - ffastqReads.push_back(read1141); - FastqRead read1142; read1142.setName("M00967_44_000000000-A3K85_1_1102_11932_27788"); - read1142.setSeq("TACGTAGGAGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGTGCGTAGGTGGCAGGGCAAGTCAGATGTGAAAGCCCGGGGCTCAACCCCGGTACTGCATTTGAAACTGTCCAGCTGGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACACTGAGGCACGAAAGCGTGGGGAGCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1142.setScores(scores); - ffastqReads.push_back(read1142); - FastqRead read1143; read1143.setName("M00967_44_000000000-A3K85_1_1102_10822_27885"); - read1143.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGGGCGCAGACGGCAGCGCAAGCCAGGAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTCTTGGAACTGCGCGGCTGGAGTGCAGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGGGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCCTGCTGGACTGCGACTGACGTTGAGGCCCGAAAGCGGGGGGAGCCAACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(31); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(27); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(28); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); read1143.setScores(scores); - ffastqReads.push_back(read1143); - FastqRead read1144; read1144.setName("M00967_44_000000000-A3K85_1_1102_12475_28097"); - read1144.setSeq("TACGGAGGATGCGAGGGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGAGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(31); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(27); scores.push_back(27); scores.push_back(14); scores.push_back(32); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(34); scores.push_back(27); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(35); scores.push_back(15); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(24); read1144.setScores(scores); - ffastqReads.push_back(read1144); - FastqRead read1145; read1145.setName("M00967_44_000000000-A3K85_1_1102_15269_28120"); - read1145.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(29); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(15); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(29); scores.push_back(34); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(25); scores.push_back(29); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(35); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(37); read1145.setScores(scores); - ffastqReads.push_back(read1145); - FastqRead read1146; read1146.setName("M00967_44_000000000-A3K85_1_1102_15327_28246"); - read1146.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1146.setScores(scores); - ffastqReads.push_back(read1146); - FastqRead read1147; read1147.setName("M00967_44_000000000-A3K85_1_1102_13612_28569"); - read1147.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1147.setScores(scores); - ffastqReads.push_back(read1147); - FastqRead read1148; read1148.setName("M00967_44_000000000-A3K85_1_1102_19080_28660"); - read1148.setSeq("TACGGAGGATGCNAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(2); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(30); scores.push_back(25); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(30); scores.push_back(27); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(29); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(28); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(37); read1148.setScores(scores); - ffastqReads.push_back(read1148); - FastqRead read1149; read1149.setName("M00967_44_000000000-A3K85_1_1102_15217_28768"); - read1149.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTGTCTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(28); scores.push_back(31); scores.push_back(35); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); read1149.setScores(scores); - ffastqReads.push_back(read1149); - FastqRead read1150; read1150.setName("M00967_44_000000000-A3K85_1_1102_16028_28783"); - read1150.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTCAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(18); scores.push_back(18); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(28); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(12); scores.push_back(24); read1150.setScores(scores); - ffastqReads.push_back(read1150); - FastqRead read1151; read1151.setName("M00967_44_000000000-A3K85_1_1103_16176_1457"); - read1151.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1151.setScores(scores); - ffastqReads.push_back(read1151); - FastqRead read1152; read1152.setName("M00967_44_000000000-A3K85_1_1103_15035_1543"); - read1152.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGTAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTATGTGACTGGAGTGCAGGAGAGGTGAGCAGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTCACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGTAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1152.setScores(scores); - ffastqReads.push_back(read1152); - FastqRead read1153; read1153.setName("M00967_44_000000000-A3K85_1_1103_15030_1563"); - read1153.setSeq("TACGTATGGAGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGGTGGCAGAGCAAGTCCGAAGTGAAAACCCAAAGCTCAACTATGGGAATGCTTTAGAAACTGCTCAGCTAGAGTGCAGGAGAGGCAAGTGGAATTCTTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACTGTAACTGACACTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(20); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(19); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(27); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1153.setScores(scores); - ffastqReads.push_back(read1153); - FastqRead read1154; read1154.setName("M00967_44_000000000-A3K85_1_1103_14269_1635"); - read1154.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); read1154.setScores(scores); - ffastqReads.push_back(read1154); - FastqRead read1155; read1155.setName("M00967_44_000000000-A3K85_1_1103_15104_1907"); - read1155.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); read1155.setScores(scores); - ffastqReads.push_back(read1155); - FastqRead read1156; read1156.setName("M00967_44_000000000-A3K85_1_1103_13556_2049"); - read1156.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTATTGGGCGTAAAGCGAGTGCAGGCGGTTCAATAAGTCTGATGTGAAAGCCTTCGGCTCAACCGGAGAATTGCATCAGAAACTGTTGAACTTGAGTGCAGAAGAGGAGAGTGGAACTCCATGTGTAGCGGTGGAATGCGTAGATATATGGAAGAACACCAGTGGCGAAGGCGGCTCTCTGGTCTGCAACTGACGCTGAGGCTCGAAAGCATGGGGAGCGAACA"); - scores.clear(); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(30); scores.push_back(18); scores.push_back(33); scores.push_back(20); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(19); scores.push_back(31); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(16); scores.push_back(29); scores.push_back(33); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(19); scores.push_back(30); scores.push_back(19); scores.push_back(19); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(18); scores.push_back(18); scores.push_back(33); scores.push_back(35); scores.push_back(17); scores.push_back(30); scores.push_back(33); scores.push_back(17); scores.push_back(18); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(29); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(17); scores.push_back(27); scores.push_back(27); scores.push_back(14); scores.push_back(15); scores.push_back(30); scores.push_back(30); scores.push_back(14); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(27); scores.push_back(27); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(24); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(28); read1156.setScores(scores); - ffastqReads.push_back(read1156); - FastqRead read1157; read1157.setName("M00967_44_000000000-A3K85_1_1103_11904_2102"); - read1157.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGGATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(24); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1157.setScores(scores); - ffastqReads.push_back(read1157); - FastqRead read1158; read1158.setName("M00967_44_000000000-A3K85_1_1103_19648_2389"); - read1158.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCAGAAGTGAAAGCCCGCGGCTCAACTGCGGGACTGCTTTTGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1158.setScores(scores); - ffastqReads.push_back(read1158); - FastqRead read1159; read1159.setName("M00967_44_000000000-A3K85_1_1103_13799_2475"); - read1159.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTATTGGGTGTAAAGGGCGTGTAGGCGGGAATGCAAGTCAGATGTGAAAACTATGGGCTCAACCCATAGCCTGCATTTGAAACTGTATTTCTTGAGTGCTGGAGAGGCAATCGGAATTCCGTGTGTAGCGGTGAAATGCGTAGATATACGGAGGAACACCAGTGGCGAAGGCGGATTGCTGGACAGTAACTGACGCTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(24); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(28); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(13); read1159.setScores(scores); - ffastqReads.push_back(read1159); - FastqRead read1160; read1160.setName("M00967_44_000000000-A3K85_1_1103_20712_2483"); - read1160.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); read1160.setScores(scores); - ffastqReads.push_back(read1160); - FastqRead read1161; read1161.setName("M00967_44_000000000-A3K85_1_1103_10052_2794"); - read1161.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(35); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1161.setScores(scores); - ffastqReads.push_back(read1161); - FastqRead read1162; read1162.setName("M00967_44_000000000-A3K85_1_1103_16040_2794"); - read1162.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); read1162.setScores(scores); - ffastqReads.push_back(read1162); - FastqRead read1163; read1163.setName("M00967_44_000000000-A3K85_1_1103_14729_2802"); - read1163.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1163.setScores(scores); - ffastqReads.push_back(read1163); - FastqRead read1164; read1164.setName("M00967_44_000000000-A3K85_1_1103_17195_2846"); - read1164.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(27); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(26); scores.push_back(37); read1164.setScores(scores); - ffastqReads.push_back(read1164); - FastqRead read1165; read1165.setName("M00967_44_000000000-A3K85_1_1103_14169_3164"); - read1165.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1165.setScores(scores); - ffastqReads.push_back(read1165); - FastqRead read1166; read1166.setName("M00967_44_000000000-A3K85_1_1103_12088_3303"); - read1166.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGGATCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(31); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(13); scores.push_back(36); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); read1166.setScores(scores); - ffastqReads.push_back(read1166); - FastqRead read1167; read1167.setName("M00967_44_000000000-A3K85_1_1103_16422_3350"); - read1167.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTATTGGGCGTAAAGCGAGTGCAGGCGGTTCAATAAGTCTGATGTGAAAGCCTTCGGCTCAACCGGAGAATTGCATCAGAAACTGTTGAACTTGAGTGCAGAAGAGGAGAGTGGAACTCCATGTGTAGCGGTGGAATGCGTAGATATATGGAAGAAAACCAGTGGCGAAGGCGGCTCTCTGGTCTGCAACTGACGCTGAGGCTCGAAAGCATGGGTAGCGAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(20); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(20); scores.push_back(20); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(30); scores.push_back(38); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(31); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(25); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(31); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); read1167.setScores(scores); - ffastqReads.push_back(read1167); - FastqRead read1168; read1168.setName("M00967_44_000000000-A3K85_1_1103_10725_3494"); - read1168.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1168.setScores(scores); - ffastqReads.push_back(read1168); - FastqRead read1169; read1169.setName("M00967_44_000000000-A3K85_1_1103_22196_3592"); - read1169.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1169.setScores(scores); - ffastqReads.push_back(read1169); - FastqRead read1170; read1170.setName("M00967_44_000000000-A3K85_1_1103_16331_3660"); - read1170.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTTTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(29); scores.push_back(16); scores.push_back(14); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(29); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1170.setScores(scores); - ffastqReads.push_back(read1170); - FastqRead read1171; read1171.setName("M00967_44_000000000-A3K85_1_1103_9295_3695"); - read1171.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCAGAAGGGAAAGCCCGCGGCTCAACTGCGGGACTGCTTTTGAAACTGTATAACTAGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGAGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(15); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(39); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(13); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(12); read1171.setScores(scores); - ffastqReads.push_back(read1171); - FastqRead read1172; read1172.setName("M00967_44_000000000-A3K85_1_1103_23039_3733"); - read1172.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(32); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(33); read1172.setScores(scores); - ffastqReads.push_back(read1172); - FastqRead read1173; read1173.setName("M00967_44_000000000-A3K85_1_1103_19195_3867"); - read1173.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1173.setScores(scores); - ffastqReads.push_back(read1173); - FastqRead read1174; read1174.setName("M00967_44_000000000-A3K85_1_1103_10788_4000"); - read1174.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(27); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(28); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(12); scores.push_back(27); scores.push_back(31); scores.push_back(31); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(12); scores.push_back(24); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(28); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(29); scores.push_back(28); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(36); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(26); read1174.setScores(scores); - ffastqReads.push_back(read1174); - FastqRead read1175; read1175.setName("M00967_44_000000000-A3K85_1_1103_8992_4423"); - read1175.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTGTCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(26); read1175.setScores(scores); - ffastqReads.push_back(read1175); - FastqRead read1176; read1176.setName("M00967_44_000000000-A3K85_1_1103_17459_4472"); - read1176.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1176.setScores(scores); - ffastqReads.push_back(read1176); - FastqRead read1177; read1177.setName("M00967_44_000000000-A3K85_1_1103_17449_4602"); - read1177.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTCCTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTAAGGCTAGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGGGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(27); scores.push_back(25); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(28); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(33); scores.push_back(27); scores.push_back(25); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(27); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(27); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(27); scores.push_back(33); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1177.setScores(scores); - ffastqReads.push_back(read1177); - FastqRead read1178; read1178.setName("M00967_44_000000000-A3K85_1_1103_20830_4693"); - read1178.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTGCGCAAGTCTGAAGTGAAAGCCCGGGGCTCAACCCCGGGACTGCTTTGGAAACTGTGTAGCTAGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAAGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(30); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1178.setScores(scores); - ffastqReads.push_back(read1178); - FastqRead read1179; read1179.setName("M00967_44_000000000-A3K85_1_1103_12981_4751"); - read1179.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1179.setScores(scores); - ffastqReads.push_back(read1179); - FastqRead read1180; read1180.setName("M00967_44_000000000-A3K85_1_1103_9233_4796"); - read1180.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); read1180.setScores(scores); - ffastqReads.push_back(read1180); - FastqRead read1181; read1181.setName("M00967_44_000000000-A3K85_1_1103_16944_4809"); - read1181.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1181.setScores(scores); - ffastqReads.push_back(read1181); - FastqRead read1182; read1182.setName("M00967_44_000000000-A3K85_1_1103_16552_4854"); - read1182.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); read1182.setScores(scores); - ffastqReads.push_back(read1182); - FastqRead read1183; read1183.setName("M00967_44_000000000-A3K85_1_1103_9737_5004"); - read1183.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCATCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(28); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(26); read1183.setScores(scores); - ffastqReads.push_back(read1183); - FastqRead read1184; read1184.setName("M00967_44_000000000-A3K85_1_1103_21943_5012"); - read1184.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1184.setScores(scores); - ffastqReads.push_back(read1184); - FastqRead read1185; read1185.setName("M00967_44_000000000-A3K85_1_1103_17872_5018"); - read1185.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGATGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1185.setScores(scores); - ffastqReads.push_back(read1185); - FastqRead read1186; read1186.setName("M00967_44_000000000-A3K85_1_1103_21336_5022"); - read1186.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1186.setScores(scores); - ffastqReads.push_back(read1186); - FastqRead read1187; read1187.setName("M00967_44_000000000-A3K85_1_1103_16401_5096"); - read1187.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCATTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1187.setScores(scores); - ffastqReads.push_back(read1187); - FastqRead read1188; read1188.setName("M00967_44_000000000-A3K85_1_1103_10037_5177"); - read1188.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(25); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(14); read1188.setScores(scores); - ffastqReads.push_back(read1188); - FastqRead read1189; read1189.setName("M00967_44_000000000-A3K85_1_1103_14484_5243"); - read1189.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(33); read1189.setScores(scores); - ffastqReads.push_back(read1189); - FastqRead read1190; read1190.setName("M00967_44_000000000-A3K85_1_1103_9186_5372"); - read1190.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1190.setScores(scores); - ffastqReads.push_back(read1190); - FastqRead read1191; read1191.setName("M00967_44_000000000-A3K85_1_1103_19892_5374"); - read1191.setSeq("TACGGAGGTTCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGGAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(26); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1191.setScores(scores); - ffastqReads.push_back(read1191); - FastqRead read1192; read1192.setName("M00967_44_000000000-A3K85_1_1103_16230_5574"); - read1192.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(37); read1192.setScores(scores); - ffastqReads.push_back(read1192); - FastqRead read1193; read1193.setName("M00967_44_000000000-A3K85_1_1103_25080_5623"); - read1193.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1193.setScores(scores); - ffastqReads.push_back(read1193); - FastqRead read1194; read1194.setName("M00967_44_000000000-A3K85_1_1103_15278_5700"); - read1194.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAGCCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(33); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); read1194.setScores(scores); - ffastqReads.push_back(read1194); - FastqRead read1195; read1195.setName("M00967_44_000000000-A3K85_1_1103_10510_5756"); - read1195.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGGGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(13); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(38); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(30); scores.push_back(27); scores.push_back(27); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(25); scores.push_back(33); scores.push_back(29); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(27); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(27); scores.push_back(35); scores.push_back(37); scores.push_back(29); scores.push_back(28); scores.push_back(28); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(13); scores.push_back(27); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(27); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(25); read1195.setScores(scores); - ffastqReads.push_back(read1195); - FastqRead read1196; read1196.setName("M00967_44_000000000-A3K85_1_1103_22433_5765"); - read1196.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1196.setScores(scores); - ffastqReads.push_back(read1196); - FastqRead read1197; read1197.setName("M00967_44_000000000-A3K85_1_1103_10468_5827"); - read1197.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1197.setScores(scores); - ffastqReads.push_back(read1197); - FastqRead read1198; read1198.setName("M00967_44_000000000-A3K85_1_1103_13969_5837"); - read1198.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(37); read1198.setScores(scores); - ffastqReads.push_back(read1198); - FastqRead read1199; read1199.setName("M00967_44_000000000-A3K85_1_1103_22183_5860"); - read1199.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTTAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACCGACGCTGAGGCACCAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(30); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(19); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(27); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(28); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(13); scores.push_back(34); scores.push_back(28); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(36); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(25); read1199.setScores(scores); - ffastqReads.push_back(read1199); - FastqRead read1200; read1200.setName("M00967_44_000000000-A3K85_1_1103_8892_5909"); - read1200.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGGGCGCAGACGGCAGCGCAAGCCAGGAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTCTTGGAACTGCTCGGCTGGAGTGCAGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGTGGCGAAGGCGGCCTGCTGGACTGCGACTGACGTTGAGGCCCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1200.setScores(scores); - ffastqReads.push_back(read1200); - FastqRead read1201; read1201.setName("M00967_44_000000000-A3K85_1_1103_20600_5943"); - read1201.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(27); scores.push_back(33); scores.push_back(27); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(38); scores.push_back(34); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(28); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(37); scores.push_back(12); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(27); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); read1201.setScores(scores); - ffastqReads.push_back(read1201); - FastqRead read1202; read1202.setName("M00967_44_000000000-A3K85_1_1103_18613_5969"); - read1202.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(14); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1202.setScores(scores); - ffastqReads.push_back(read1202); - FastqRead read1203; read1203.setName("M00967_44_000000000-A3K85_1_1103_11964_5972"); - read1203.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); read1203.setScores(scores); - ffastqReads.push_back(read1203); - FastqRead read1204; read1204.setName("M00967_44_000000000-A3K85_1_1103_23719_6018"); - read1204.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTATTGGGCGTAAAGAGCGCGCAGGCGGTTAATTAAGTCTGATGTGAAAGCCCACGGCTTAACCGTGGAGGGTCATTGGAAACTGGTTGACTTGAGTGCAGAAGAGGGAAGTGGAATTCCATGTGTAGCGGTGAAATGCGTAGAGATATGGAGGAACACCAGTGGCGAAGGCGGCTTCCTGGTCTGCAACTGACACTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(29); scores.push_back(36); scores.push_back(29); scores.push_back(29); scores.push_back(16); scores.push_back(18); scores.push_back(31); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(14); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(17); scores.push_back(31); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(15); scores.push_back(27); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(28); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1204.setScores(scores); - ffastqReads.push_back(read1204); - FastqRead read1205; read1205.setName("M00967_44_000000000-A3K85_1_1103_15108_6040"); - read1205.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1205.setScores(scores); - ffastqReads.push_back(read1205); - FastqRead read1206; read1206.setName("M00967_44_000000000-A3K85_1_1103_10121_6076"); - read1206.setSeq("TACGGAGGTTGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGGATGCGGAATGCGTGGTGTAGCGGGGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(29); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(30); scores.push_back(30); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(29); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(29); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(29); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(24); scores.push_back(32); scores.push_back(29); scores.push_back(33); read1206.setScores(scores); - ffastqReads.push_back(read1206); - FastqRead read1207; read1207.setName("M00967_44_000000000-A3K85_1_1103_8420_6115"); - read1207.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGCTCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(33); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(29); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(33); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(37); read1207.setScores(scores); - ffastqReads.push_back(read1207); - FastqRead read1208; read1208.setName("M00967_44_000000000-A3K85_1_1103_6717_6130"); - read1208.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTACGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGCAAGTGCGGGGATCGAACCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(20); scores.push_back(20); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(18); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(24); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(28); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(12); read1208.setScores(scores); - ffastqReads.push_back(read1208); - FastqRead read1209; read1209.setName("M00967_44_000000000-A3K85_1_1103_21228_6156"); - read1209.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGAGCAAGTCTGAAGTGAAAGCCCGCGGCCCAACTGCGGGACTGCTTTGGAAACTGCCCGGCTAGAGTGCTGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(25); scores.push_back(14); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(25); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1209.setScores(scores); - ffastqReads.push_back(read1209); - FastqRead read1210; read1210.setName("M00967_44_000000000-A3K85_1_1103_6793_6256"); - read1210.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1210.setScores(scores); - ffastqReads.push_back(read1210); - FastqRead read1211; read1211.setName("M00967_44_000000000-A3K85_1_1103_25376_6286"); - read1211.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1211.setScores(scores); - ffastqReads.push_back(read1211); - FastqRead read1212; read1212.setName("M00967_44_000000000-A3K85_1_1103_14034_6351"); - read1212.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(20); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); read1212.setScores(scores); - ffastqReads.push_back(read1212); - FastqRead read1213; read1213.setName("M00967_44_000000000-A3K85_1_1103_19209_6395"); - read1213.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1213.setScores(scores); - ffastqReads.push_back(read1213); - FastqRead read1214; read1214.setName("M00967_44_000000000-A3K85_1_1103_24543_6404"); - read1214.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1214.setScores(scores); - ffastqReads.push_back(read1214); - FastqRead read1215; read1215.setName("M00967_44_000000000-A3K85_1_1103_7168_6417"); - read1215.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(17); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); read1215.setScores(scores); - ffastqReads.push_back(read1215); - FastqRead read1216; read1216.setName("M00967_44_000000000-A3K85_1_1103_7188_6426"); - read1216.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); read1216.setScores(scores); - ffastqReads.push_back(read1216); - FastqRead read1217; read1217.setName("M00967_44_000000000-A3K85_1_1103_9179_6566"); - read1217.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTATGTAAGTCTGAAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTTTGGAAACTGTGTAACTAGAGTACAGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACTGAAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1217.setScores(scores); - ffastqReads.push_back(read1217); - FastqRead read1218; read1218.setName("M00967_44_000000000-A3K85_1_1103_15717_6589"); - read1218.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCGGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1218.setScores(scores); - ffastqReads.push_back(read1218); - FastqRead read1219; read1219.setName("M00967_44_000000000-A3K85_1_1103_9938_6608"); - read1219.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGCGTGTAGGCGGGGACGCAAGTCAGATGTGAAAACCACGGGCTCAACCTGTGGCCTGCATTTGAAACTGTGTTTCTTGAGTACTGGAGAGGCAGACGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGTCTGCTGGACAGCAACTGACGCTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(24); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1219.setScores(scores); - ffastqReads.push_back(read1219); - FastqRead read1220; read1220.setName("M00967_44_000000000-A3K85_1_1103_16883_6661"); - read1220.setSeq("TACGTAGGAGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGAAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(29); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(27); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(13); scores.push_back(36); scores.push_back(34); scores.push_back(13); scores.push_back(27); scores.push_back(36); scores.push_back(31); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(24); scores.push_back(36); scores.push_back(38); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(29); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(12); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(12); read1220.setScores(scores); - ffastqReads.push_back(read1220); - FastqRead read1221; read1221.setName("M00967_44_000000000-A3K85_1_1103_11425_6670"); - read1221.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGACGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(17); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(27); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); read1221.setScores(scores); - ffastqReads.push_back(read1221); - FastqRead read1222; read1222.setName("M00967_44_000000000-A3K85_1_1103_10233_6672"); - read1222.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1222.setScores(scores); - ffastqReads.push_back(read1222); - FastqRead read1223; read1223.setName("M00967_44_000000000-A3K85_1_1103_24986_6678"); - read1223.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCCCGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(25); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(29); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); read1223.setScores(scores); - ffastqReads.push_back(read1223); - FastqRead read1224; read1224.setName("M00967_44_000000000-A3K85_1_1103_21822_6728"); - read1224.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); read1224.setScores(scores); - ffastqReads.push_back(read1224); - FastqRead read1225; read1225.setName("M00967_44_000000000-A3K85_1_1103_8324_6833"); - read1225.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1225.setScores(scores); - ffastqReads.push_back(read1225); - FastqRead read1226; read1226.setName("M00967_44_000000000-A3K85_1_1103_14878_6847"); - read1226.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCCGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1226.setScores(scores); - ffastqReads.push_back(read1226); - FastqRead read1227; read1227.setName("M00967_44_000000000-A3K85_1_1103_23038_6857"); - read1227.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTATTGGGCGTAAAGCGAGTGCAGGCGGTTCAATAAGTCTGATGTGAAAGCCTTCGGCTCAACCGGAGAATTGCATCAGAAACTGTTGAACTTGAGTGCAGAAGAGGAGAGTGGAACTCCATGTGTAGCGGTGGAATGCGTAGATATATGGAAGAGCACCAGTGGCGAAGGCGGCTCTCTGGTCTGCAACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(20); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(30); scores.push_back(38); scores.push_back(17); scores.push_back(18); scores.push_back(37); scores.push_back(29); scores.push_back(27); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(35); scores.push_back(27); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(27); scores.push_back(13); scores.push_back(35); scores.push_back(32); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1227.setScores(scores); - ffastqReads.push_back(read1227); - FastqRead read1228; read1228.setName("M00967_44_000000000-A3K85_1_1103_18648_6959"); - read1228.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGCAGACGGCAGTGCAAGTCTGGAGTGAAAGCCCGGGGCCCAACCCCGGAACTGCTCTGGAAACTGTGCGGCTAGAGTACTGGAGGGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(25); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1228.setScores(scores); - ffastqReads.push_back(read1228); - FastqRead read1229; read1229.setName("M00967_44_000000000-A3K85_1_1103_22675_7047"); - read1229.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCAGTCAAATTTCGGGGCTCAACCCCGTCCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(19); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(30); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1229.setScores(scores); - ffastqReads.push_back(read1229); - FastqRead read1230; read1230.setName("M00967_44_000000000-A3K85_1_1103_12738_7087"); - read1230.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); read1230.setScores(scores); - ffastqReads.push_back(read1230); - FastqRead read1231; read1231.setName("M00967_44_000000000-A3K85_1_1103_17138_7147"); - read1231.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(24); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1231.setScores(scores); - ffastqReads.push_back(read1231); - FastqRead read1232; read1232.setName("M00967_44_000000000-A3K85_1_1103_20997_7165"); - read1232.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(13); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1232.setScores(scores); - ffastqReads.push_back(read1232); - FastqRead read1233; read1233.setName("M00967_44_000000000-A3K85_1_1103_20629_7213"); - read1233.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1233.setScores(scores); - ffastqReads.push_back(read1233); - FastqRead read1234; read1234.setName("M00967_44_000000000-A3K85_1_1103_18680_7276"); - read1234.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1234.setScores(scores); - ffastqReads.push_back(read1234); - FastqRead read1235; read1235.setName("M00967_44_000000000-A3K85_1_1103_6942_7296"); - read1235.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTCACTGGGTGTAAAGGGAGCGTAGACGGCCATGCAAGCCAGGGGTGAAAGCCCGGGGCCCAACCCCGGGACTGCCCTTGGAACTGCATGGCTGGAGTGCGGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACTGCGACTGACGTTGAGGCCCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(28); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1235.setScores(scores); - ffastqReads.push_back(read1235); - FastqRead read1236; read1236.setName("M00967_44_000000000-A3K85_1_1103_21455_7343"); - read1236.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1236.setScores(scores); - ffastqReads.push_back(read1236); - FastqRead read1237; read1237.setName("M00967_44_000000000-A3K85_1_1103_18242_7492"); - read1237.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1237.setScores(scores); - ffastqReads.push_back(read1237); - FastqRead read1238; read1238.setName("M00967_44_000000000-A3K85_1_1103_22951_7512"); - read1238.setSeq("TACGGAGGATGCGAGCGTTGTCCGGAATTACTGGGTGTAAAGGGAGCGTAGGCGGGAGAGCAAGTCGACTGTGAAATCTATGGGCTTAACCCATAGCTGCGATCGAAACTGTTCATCTTGAGTGAAGTAGAGGCAGGCGGAATTCCTCGTGTAGCGGTGAAATGCGTAAATATTAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACTGAAACTGACGTTGAGGCTCGAAAGCGGGGGGGGAAAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(35); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(13); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(36); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(12); read1238.setScores(scores); - ffastqReads.push_back(read1238); - FastqRead read1239; read1239.setName("M00967_44_000000000-A3K85_1_1103_10319_7544"); - read1239.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1239.setScores(scores); - ffastqReads.push_back(read1239); - FastqRead read1240; read1240.setName("M00967_44_000000000-A3K85_1_1103_6904_7573"); - read1240.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1240.setScores(scores); - ffastqReads.push_back(read1240); - FastqRead read1241; read1241.setName("M00967_44_000000000-A3K85_1_1103_7301_7685"); - read1241.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1241.setScores(scores); - ffastqReads.push_back(read1241); - FastqRead read1242; read1242.setName("M00967_44_000000000-A3K85_1_1103_15808_7721"); - read1242.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1242.setScores(scores); - ffastqReads.push_back(read1242); - FastqRead read1243; read1243.setName("M00967_44_000000000-A3K85_1_1103_11333_7738"); - read1243.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATAGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1243.setScores(scores); - ffastqReads.push_back(read1243); - FastqRead read1244; read1244.setName("M00967_44_000000000-A3K85_1_1103_19977_7746"); - read1244.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1244.setScores(scores); - ffastqReads.push_back(read1244); - FastqRead read1245; read1245.setName("M00967_44_000000000-A3K85_1_1103_16226_7784"); - read1245.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(16); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(25); scores.push_back(32); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(28); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1245.setScores(scores); - ffastqReads.push_back(read1245); - FastqRead read1246; read1246.setName("M00967_44_000000000-A3K85_1_1103_19682_7793"); - read1246.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGATCGTTAAGTCAGTGGTCAAATTGAGGGGCTCAACCCCTTCCCGCCATTGAAACTGGCGATCTTGAGTGGAAGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATGCCGGCTTCCTACTGACGCTGAAGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1246.setScores(scores); - ffastqReads.push_back(read1246); - FastqRead read1247; read1247.setName("M00967_44_000000000-A3K85_1_1103_16758_7846"); - read1247.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTATCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); read1247.setScores(scores); - ffastqReads.push_back(read1247); - FastqRead read1248; read1248.setName("M00967_44_000000000-A3K85_1_1103_24319_7847"); - read1248.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1248.setScores(scores); - ffastqReads.push_back(read1248); - FastqRead read1249; read1249.setName("M00967_44_000000000-A3K85_1_1103_25660_7945"); - read1249.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(28); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); read1249.setScores(scores); - ffastqReads.push_back(read1249); - FastqRead read1250; read1250.setName("M00967_44_000000000-A3K85_1_1103_26739_8041"); - read1250.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(28); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(13); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1250.setScores(scores); - ffastqReads.push_back(read1250); - FastqRead read1251; read1251.setName("M00967_44_000000000-A3K85_1_1103_22137_8043"); - read1251.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1251.setScores(scores); - ffastqReads.push_back(read1251); - FastqRead read1252; read1252.setName("M00967_44_000000000-A3K85_1_1103_26625_8082"); - read1252.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTAATCAAGTCAGAAGTGAAAACCCAGGGCTCAACCTTGGGACTGCTTTTGAAACTGAGTAGCTAGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1252.setScores(scores); - ffastqReads.push_back(read1252); - FastqRead read1253; read1253.setName("M00967_44_000000000-A3K85_1_1103_12693_8090"); - read1253.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1253.setScores(scores); - ffastqReads.push_back(read1253); - FastqRead read1254; read1254.setName("M00967_44_000000000-A3K85_1_1103_7037_8136"); - read1254.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1254.setScores(scores); - ffastqReads.push_back(read1254); - FastqRead read1255; read1255.setName("M00967_44_000000000-A3K85_1_1103_18917_8147"); - read1255.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGGCGGTTTAGCAAGTCAGAAGTGAAAGCCCGGGGCTCAACTCCGGGACTGCTTTTGAAACTGTTGAACTAGATTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAAATGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(25); scores.push_back(13); read1255.setScores(scores); - ffastqReads.push_back(read1255); - FastqRead read1256; read1256.setName("M00967_44_000000000-A3K85_1_1103_18414_8219"); - read1256.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1256.setScores(scores); - ffastqReads.push_back(read1256); - FastqRead read1257; read1257.setName("M00967_44_000000000-A3K85_1_1103_10821_8368"); - read1257.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1257.setScores(scores); - ffastqReads.push_back(read1257); - FastqRead read1258; read1258.setName("M00967_44_000000000-A3K85_1_1103_18384_8446"); - read1258.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1258.setScores(scores); - ffastqReads.push_back(read1258); - FastqRead read1259; read1259.setName("M00967_44_000000000-A3K85_1_1103_15582_8461"); - read1259.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1259.setScores(scores); - ffastqReads.push_back(read1259); - FastqRead read1260; read1260.setName("M00967_44_000000000-A3K85_1_1103_9199_8564"); - read1260.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1260.setScores(scores); - ffastqReads.push_back(read1260); - FastqRead read1261; read1261.setName("M00967_44_000000000-A3K85_1_1103_25782_8729"); - read1261.setSeq("TACGGAGGGTGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(17); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(24); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(27); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(27); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); read1261.setScores(scores); - ffastqReads.push_back(read1261); - FastqRead read1262; read1262.setName("M00967_44_000000000-A3K85_1_1103_14640_8834"); - read1262.setSeq("TACGGAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGCGCGTAGCCGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(35); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(15); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(31); scores.push_back(14); scores.push_back(29); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(30); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(27); scores.push_back(32); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(31); scores.push_back(31); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(25); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); read1262.setScores(scores); - ffastqReads.push_back(read1262); - FastqRead read1263; read1263.setName("M00967_44_000000000-A3K85_1_1103_27298_8883"); - read1263.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(28); scores.push_back(33); read1263.setScores(scores); - ffastqReads.push_back(read1263); - FastqRead read1264; read1264.setName("M00967_44_000000000-A3K85_1_1103_4824_8949"); - read1264.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(37); scores.push_back(27); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(28); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(26); read1264.setScores(scores); - ffastqReads.push_back(read1264); - FastqRead read1265; read1265.setName("M00967_44_000000000-A3K85_1_1103_24749_9012"); - read1265.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read1265.setScores(scores); - ffastqReads.push_back(read1265); - FastqRead read1266; read1266.setName("M00967_44_000000000-A3K85_1_1103_25347_9123"); - read1266.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTGCGCAAGTCTGAAGTGAAAGCCCGGGGCTCAACCCCGGGACTGCTTTGGAAACTGTGTAGCTAGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAAGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(32); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1266.setScores(scores); - ffastqReads.push_back(read1266); - FastqRead read1267; read1267.setName("M00967_44_000000000-A3K85_1_1103_21446_9321"); - read1267.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1267.setScores(scores); - ffastqReads.push_back(read1267); - FastqRead read1268; read1268.setName("M00967_44_000000000-A3K85_1_1103_18608_9367"); - read1268.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read1268.setScores(scores); - ffastqReads.push_back(read1268); - FastqRead read1269; read1269.setName("M00967_44_000000000-A3K85_1_1103_13848_9407"); - read1269.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGTAGCCGGGCTGACAAGTCAGATGTGAAATCCGGGGGCTCAACCCCCGAACTGCATTTGAAACTGTTGGTCTTGAGTATCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGGGAAATGCGGAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGACAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(28); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(28); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1269.setScores(scores); - ffastqReads.push_back(read1269); - FastqRead read1270; read1270.setName("M00967_44_000000000-A3K85_1_1103_3944_9581"); - read1270.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1270.setScores(scores); - ffastqReads.push_back(read1270); - FastqRead read1271; read1271.setName("M00967_44_000000000-A3K85_1_1103_7934_9596"); - read1271.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1271.setScores(scores); - ffastqReads.push_back(read1271); - FastqRead read1272; read1272.setName("M00967_44_000000000-A3K85_1_1103_15136_9597"); - read1272.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGTAGGCGGAGCTGCAAGTCAGATGTGAAATCCCGGGGCTCAACCCCGGAACTGCATTTGAAACTGTAGCCCTTGAGTATCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGACAAATGACGCTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(28); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1272.setScores(scores); - ffastqReads.push_back(read1272); - FastqRead read1273; read1273.setName("M00967_44_000000000-A3K85_1_1103_8102_9598"); - read1273.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCATGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1273.setScores(scores); - ffastqReads.push_back(read1273); - FastqRead read1274; read1274.setName("M00967_44_000000000-A3K85_1_1103_27328_9706"); - read1274.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1274.setScores(scores); - ffastqReads.push_back(read1274); - FastqRead read1275; read1275.setName("M00967_44_000000000-A3K85_1_1103_17645_9714"); - read1275.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read1275.setScores(scores); - ffastqReads.push_back(read1275); - FastqRead read1276; read1276.setName("M00967_44_000000000-A3K85_1_1103_27341_9719"); - read1276.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(29); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(30); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(28); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(27); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(31); read1276.setScores(scores); - ffastqReads.push_back(read1276); - FastqRead read1277; read1277.setName("M00967_44_000000000-A3K85_1_1103_6782_9724"); - read1277.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(33); scores.push_back(31); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(31); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(33); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(28); scores.push_back(29); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(31); scores.push_back(28); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(37); read1277.setScores(scores); - ffastqReads.push_back(read1277); - FastqRead read1278; read1278.setName("M00967_44_000000000-A3K85_1_1103_6099_9759"); - read1278.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(17); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1278.setScores(scores); - ffastqReads.push_back(read1278); - FastqRead read1279; read1279.setName("M00967_44_000000000-A3K85_1_1103_8333_9775"); - read1279.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); read1279.setScores(scores); - ffastqReads.push_back(read1279); - FastqRead read1280; read1280.setName("M00967_44_000000000-A3K85_1_1103_8401_9780"); - read1280.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1280.setScores(scores); - ffastqReads.push_back(read1280); - FastqRead read1281; read1281.setName("M00967_44_000000000-A3K85_1_1103_23320_9784"); - read1281.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1281.setScores(scores); - ffastqReads.push_back(read1281); - FastqRead read1282; read1282.setName("M00967_44_000000000-A3K85_1_1103_25819_9846"); - read1282.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1282.setScores(scores); - ffastqReads.push_back(read1282); - FastqRead read1283; read1283.setName("M00967_44_000000000-A3K85_1_1103_15522_9957"); - read1283.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTGTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTGTAGCTGGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGATGACTGACGTTGAGGCTCGAAAGCGTGGGGGGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(25); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(30); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); read1283.setScores(scores); - ffastqReads.push_back(read1283); - FastqRead read1284; read1284.setName("M00967_44_000000000-A3K85_1_1103_5428_9992"); - read1284.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(17); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); read1284.setScores(scores); - ffastqReads.push_back(read1284); - FastqRead read1285; read1285.setName("M00967_44_000000000-A3K85_1_1103_5592_10012"); - read1285.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1285.setScores(scores); - ffastqReads.push_back(read1285); - FastqRead read1286; read1286.setName("M00967_44_000000000-A3K85_1_1103_24939_10063"); - read1286.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(28); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1286.setScores(scores); - ffastqReads.push_back(read1286); - FastqRead read1287; read1287.setName("M00967_44_000000000-A3K85_1_1103_28776_10102"); - read1287.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTAGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); read1287.setScores(scores); - ffastqReads.push_back(read1287); - FastqRead read1288; read1288.setName("M00967_44_000000000-A3K85_1_1103_23651_10126"); - read1288.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGAGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(17); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1288.setScores(scores); - ffastqReads.push_back(read1288); - FastqRead read1289; read1289.setName("M00967_44_000000000-A3K85_1_1103_6856_10138"); - read1289.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read1289.setScores(scores); - ffastqReads.push_back(read1289); - FastqRead read1290; read1290.setName("M00967_44_000000000-A3K85_1_1103_12892_10199"); - read1290.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1290.setScores(scores); - ffastqReads.push_back(read1290); - FastqRead read1291; read1291.setName("M00967_44_000000000-A3K85_1_1103_9328_10229"); - read1291.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(30); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(17); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(25); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1291.setScores(scores); - ffastqReads.push_back(read1291); - FastqRead read1292; read1292.setName("M00967_44_000000000-A3K85_1_1103_18409_10285"); - read1292.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGGGTAGCGGTGAAATGCGTAGATATTCGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGGCTGTAACTGACGTTGAGGCTCGAAGGCGGGGGGAGAAAAAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(16); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(17); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(34); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(29); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(27); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(29); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); read1292.setScores(scores); - ffastqReads.push_back(read1292); - FastqRead read1293; read1293.setName("M00967_44_000000000-A3K85_1_1103_26783_10286"); - read1293.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1293.setScores(scores); - ffastqReads.push_back(read1293); - FastqRead read1294; read1294.setName("M00967_44_000000000-A3K85_1_1103_11485_10402"); - read1294.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTATGTAAGTCTGAAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTTTGGAAACTGTGTAACTAGAGTACAGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACTGAAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1294.setScores(scores); - ffastqReads.push_back(read1294); - FastqRead read1295; read1295.setName("M00967_44_000000000-A3K85_1_1103_24812_10436"); - read1295.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGGGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAAAACCAGTGGCGAAGCGGGCTTACTGGACTGTAACTGACGTTGAGGCCCGAAAGCGTGGGGGGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(30); scores.push_back(27); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(14); scores.push_back(28); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(26); scores.push_back(15); scores.push_back(27); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(28); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); read1295.setScores(scores); - ffastqReads.push_back(read1295); - FastqRead read1296; read1296.setName("M00967_44_000000000-A3K85_1_1103_10377_10477"); - read1296.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTATGTAAGTCTGAAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTTTGGAAACTGTGTAACTAGAGTACAGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACTGAAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(18); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(35); scores.push_back(12); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1296.setScores(scores); - ffastqReads.push_back(read1296); - FastqRead read1297; read1297.setName("M00967_44_000000000-A3K85_1_1103_21285_10511"); - read1297.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1297.setScores(scores); - ffastqReads.push_back(read1297); - FastqRead read1298; read1298.setName("M00967_44_000000000-A3K85_1_1103_11360_10556"); - read1298.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1298.setScores(scores); - ffastqReads.push_back(read1298); - FastqRead read1299; read1299.setName("M00967_44_000000000-A3K85_1_1103_15421_10557"); - read1299.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTATTGGGTGTAAAGGGCGTGTAGGCGGGAATGCAAGTCAGATGTGAAAACTATGGGCTCAACCCATAGCCTGCATTTGAAACTGTATTTCTTGAGTGCTGGAGAGGCAATCGGAATTCCGTGTGTAGCGGTGAAATGCGTAGATATACGGAGGAACACCAGTGGCGAAGGCGGATTGCTGGACAGTAACTGACGCTGAGGCGCGAAAGCGTGGGGAGGAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(27); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(27); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(31); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(25); scores.push_back(31); scores.push_back(29); scores.push_back(37); scores.push_back(28); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); read1299.setScores(scores); - ffastqReads.push_back(read1299); - FastqRead read1300; read1300.setName("M00967_44_000000000-A3K85_1_1103_25286_10559"); - read1300.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); read1300.setScores(scores); - ffastqReads.push_back(read1300); - FastqRead read1301; read1301.setName("M00967_44_000000000-A3K85_1_1103_12760_10601"); - read1301.setSeq("TACGTAGGGAGCAAGCGTTGTCCGGAATTACTGGGTGTAAAGGGAGCGTAGGCGGGGATGCAAGTTGGGTGTCAAAACTACCGGCTCAACCGATAGTCGCACTCAAAACTGCAGCTCTTGAGTGAAGTAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGGTATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGGGTTTTACTGACGCTGAGGGTCGAAAGGGTGGGGGGCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(12); scores.push_back(30); scores.push_back(13); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(25); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); read1301.setScores(scores); - ffastqReads.push_back(read1301); - FastqRead read1302; read1302.setName("M00967_44_000000000-A3K85_1_1103_9066_10619"); - read1302.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1302.setScores(scores); - ffastqReads.push_back(read1302); - FastqRead read1303; read1303.setName("M00967_44_000000000-A3K85_1_1103_18120_10646"); - read1303.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(19); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); read1303.setScores(scores); - ffastqReads.push_back(read1303); - FastqRead read1304; read1304.setName("M00967_44_000000000-A3K85_1_1103_5698_10687"); - read1304.setSeq("TACGTAGGGGGCAAGCGTTGTCCGGAATGACTGGGCGTAAAGGGAGTGTAGGCGGCTTAATAAGTTAGATGTGAAATCCCGCGGCTCAACCGCGGAACTGCATCTAAAACTGTTGAGCTGGAGTGCAGGAGAGGTGAGTGGAATTCCTAGTGTAGCGGTGGAATGCGTAGATATTAGGAGGAACACCAGAGGCGAAGGCGACTCACTGGACTGTAACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1304.setScores(scores); - ffastqReads.push_back(read1304); - FastqRead read1305; read1305.setName("M00967_44_000000000-A3K85_1_1103_11293_10689"); - read1305.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAATAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1305.setScores(scores); - ffastqReads.push_back(read1305); - FastqRead read1306; read1306.setName("M00967_44_000000000-A3K85_1_1103_11518_10893"); - read1306.setSeq("TACGTAGGGGGTAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTAATCAAGTCAGAAGTGAAAACCCAGGGCTCAACCTTGGGACTGCTTTTGAAACTGAGTAGCTAGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACGGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1306.setScores(scores); - ffastqReads.push_back(read1306); - FastqRead read1307; read1307.setName("M00967_44_000000000-A3K85_1_1103_5776_10916"); - read1307.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1307.setScores(scores); - ffastqReads.push_back(read1307); - FastqRead read1308; read1308.setName("M00967_44_000000000-A3K85_1_1103_22681_10930"); - read1308.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1308.setScores(scores); - ffastqReads.push_back(read1308); - FastqRead read1309; read1309.setName("M00967_44_000000000-A3K85_1_1103_9113_10930"); - read1309.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1309.setScores(scores); - ffastqReads.push_back(read1309); - FastqRead read1310; read1310.setName("M00967_44_000000000-A3K85_1_1103_25968_11012"); - read1310.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1310.setScores(scores); - ffastqReads.push_back(read1310); - FastqRead read1311; read1311.setName("M00967_44_000000000-A3K85_1_1103_18994_11026"); - read1311.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1311.setScores(scores); - ffastqReads.push_back(read1311); - FastqRead read1312; read1312.setName("M00967_44_000000000-A3K85_1_1103_24652_11069"); - read1312.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); read1312.setScores(scores); - ffastqReads.push_back(read1312); - FastqRead read1313; read1313.setName("M00967_44_000000000-A3K85_1_1103_19812_11148"); - read1313.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCCTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1313.setScores(scores); - ffastqReads.push_back(read1313); - FastqRead read1314; read1314.setName("M00967_44_000000000-A3K85_1_1103_28989_11149"); - read1314.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(35); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1314.setScores(scores); - ffastqReads.push_back(read1314); - FastqRead read1315; read1315.setName("M00967_44_000000000-A3K85_1_1103_21260_11157"); - read1315.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGATCGTTAAGTCAGTGGTCAAATTGAGGGGCTCAACCCCTTCCCGCCATTGAAACTGGCGATCTTGAGTGGAAGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATGCCGGCTTCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); read1315.setScores(scores); - ffastqReads.push_back(read1315); - FastqRead read1316; read1316.setName("M00967_44_000000000-A3K85_1_1103_8886_11261"); - read1316.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTGTCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1316.setScores(scores); - ffastqReads.push_back(read1316); - FastqRead read1317; read1317.setName("M00967_44_000000000-A3K85_1_1103_22854_11267"); - read1317.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTAAGCAAGTCTGAAGTGAAAGCCCGGGGCTTAACCCCGGGACTGCTTTGGAAACTGTTAAGCTAGAGTGCTGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1317.setScores(scores); - ffastqReads.push_back(read1317); - FastqRead read1318; read1318.setName("M00967_44_000000000-A3K85_1_1103_5785_11267"); - read1318.setSeq("TACGTAGGGAGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGTGCGTAGGCGGCCTAGCAAGTCAGAAGTGAAATCCATGGGCTTAACCCGTGAACTGCTTTTGAAACTGTAGGGCTTGAGTGAAGTAGAGGCAGGCGGAATTCCCGGTGTAGCGGTGAAATGCGTAGAGATCGGGAGGAACACCAGTGGCGAAGGCGGCCCGCTGGGCTTTTACTGACGCTGAAGCACGAAAACGGGGGTAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(31); scores.push_back(35); scores.push_back(31); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(25); scores.push_back(34); scores.push_back(25); scores.push_back(31); scores.push_back(25); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(28); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(25); scores.push_back(13); read1318.setScores(scores); - ffastqReads.push_back(read1318); - FastqRead read1319; read1319.setName("M00967_44_000000000-A3K85_1_1103_19911_11294"); - read1319.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1319.setScores(scores); - ffastqReads.push_back(read1319); - FastqRead read1320; read1320.setName("M00967_44_000000000-A3K85_1_1103_7383_11335"); - read1320.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGCCGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(27); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(27); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); read1320.setScores(scores); - ffastqReads.push_back(read1320); - FastqRead read1321; read1321.setName("M00967_44_000000000-A3K85_1_1103_16461_11423"); - read1321.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); read1321.setScores(scores); - ffastqReads.push_back(read1321); - FastqRead read1322; read1322.setName("M00967_44_000000000-A3K85_1_1103_26385_11447"); - read1322.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1322.setScores(scores); - ffastqReads.push_back(read1322); - FastqRead read1323; read1323.setName("M00967_44_000000000-A3K85_1_1103_5679_11462"); - read1323.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1323.setScores(scores); - ffastqReads.push_back(read1323); - FastqRead read1324; read1324.setName("M00967_44_000000000-A3K85_1_1103_5779_11524"); - read1324.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGATGCAAGTCTGAAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTTTGGAAACTGTATAGCTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1324.setScores(scores); - ffastqReads.push_back(read1324); - FastqRead read1325; read1325.setName("M00967_44_000000000-A3K85_1_1103_9985_11568"); - read1325.setSeq("TACGTAGGGAGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGTGCGTAGGCGGCCTTGCAAGTCAGAAGTGAAATCCATGGGCTTAACCCGTGAACTGCTTTTGAAACTGTAGGGCTTGAGTGAAGTAGAGGCAGGCGGAATTCCCGGTGTAGCGGTGAAATGCGTAGAGATCGGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGGCTTTAACTGACGCTGAAGCACGAAAGCGTGGGTAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(24); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1325.setScores(scores); - ffastqReads.push_back(read1325); - FastqRead read1326; read1326.setName("M00967_44_000000000-A3K85_1_1103_18212_11684"); - read1326.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGCGGCAAGTCTGAAGTGAAAGGCAGGGGCTTAACCCCTGAACTGCTTTGGAAACTGCCATGCTAGAGTGCTGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(27); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(25); scores.push_back(25); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(28); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1326.setScores(scores); - ffastqReads.push_back(read1326); - FastqRead read1327; read1327.setName("M00967_44_000000000-A3K85_1_1103_23595_11768"); - read1327.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTGCGCAAGTCTGAAGTGAAAGCCCGGGGCTCAACCCCGGGACTGCTTTGGAAACTGTGTAGCTAGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAAGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1327.setScores(scores); - ffastqReads.push_back(read1327); - FastqRead read1328; read1328.setName("M00967_44_000000000-A3K85_1_1103_10123_11799"); - read1328.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGCGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGCAAAATTGCGGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGGGGTGTAGCGGGGAATTGCTTAGATATCCCGAAGAACTCCGATTGCGAAGGCAGCTCACTGGGCTGCAACTAACACTAATGCTCGAAAGGGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(19); scores.push_back(33); scores.push_back(19); scores.push_back(33); scores.push_back(18); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(17); scores.push_back(33); scores.push_back(30); scores.push_back(17); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(39); scores.push_back(35); scores.push_back(27); scores.push_back(17); scores.push_back(30); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(30); scores.push_back(15); scores.push_back(27); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(29); scores.push_back(28); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(16); scores.push_back(13); scores.push_back(29); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(25); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(13); read1328.setScores(scores); - ffastqReads.push_back(read1328); - FastqRead read1329; read1329.setName("M00967_44_000000000-A3K85_1_1103_23308_11803"); - read1329.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(28); scores.push_back(31); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(31); scores.push_back(31); scores.push_back(27); scores.push_back(31); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(28); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); read1329.setScores(scores); - ffastqReads.push_back(read1329); - FastqRead read1330; read1330.setName("M00967_44_000000000-A3K85_1_1103_6203_11808"); - read1330.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); read1330.setScores(scores); - ffastqReads.push_back(read1330); - FastqRead read1331; read1331.setName("M00967_44_000000000-A3K85_1_1103_23321_11815"); - read1331.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read1331.setScores(scores); - ffastqReads.push_back(read1331); - FastqRead read1332; read1332.setName("M00967_44_000000000-A3K85_1_1103_25414_11829"); - read1332.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1332.setScores(scores); - ffastqReads.push_back(read1332); - FastqRead read1333; read1333.setName("M00967_44_000000000-A3K85_1_1103_14174_11972"); - read1333.setSeq("TACGTAGGGAGCAAGCGTTGTCCGGAATTACTTGGTGTAAAGGGAGCGTAGGCGGGGATGCAAGTTGGGTGTCAAAACTACCGGCTCAACCGATAGTCGCACTCAAAACTGCAGCTCTTGAGTGAAGTAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGCAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(34); scores.push_back(25); scores.push_back(33); scores.push_back(27); scores.push_back(27); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(12); scores.push_back(30); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(27); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(27); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(27); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(13); scores.push_back(27); scores.push_back(28); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(27); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(27); scores.push_back(31); scores.push_back(12); scores.push_back(27); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(14); read1333.setScores(scores); - ffastqReads.push_back(read1333); - FastqRead read1334; read1334.setName("M00967_44_000000000-A3K85_1_1103_19959_12064"); - read1334.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTTTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(27); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(29); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(30); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(35); scores.push_back(15); scores.push_back(27); scores.push_back(31); scores.push_back(30); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(16); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(28); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(15); scores.push_back(28); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(30); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(34); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(13); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(31); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(12); read1334.setScores(scores); - ffastqReads.push_back(read1334); - FastqRead read1335; read1335.setName("M00967_44_000000000-A3K85_1_1103_11216_12085"); - read1335.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1335.setScores(scores); - ffastqReads.push_back(read1335); - FastqRead read1336; read1336.setName("M00967_44_000000000-A3K85_1_1103_5643_12168"); - read1336.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1336.setScores(scores); - ffastqReads.push_back(read1336); - FastqRead read1337; read1337.setName("M00967_44_000000000-A3K85_1_1103_27524_12240"); - read1337.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(24); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1337.setScores(scores); - ffastqReads.push_back(read1337); - FastqRead read1338; read1338.setName("M00967_44_000000000-A3K85_1_1103_2646_12241"); - read1338.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1338.setScores(scores); - ffastqReads.push_back(read1338); - FastqRead read1339; read1339.setName("M00967_44_000000000-A3K85_1_1103_28148_12280"); - read1339.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGGGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(18); scores.push_back(17); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(30); scores.push_back(16); scores.push_back(20); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(33); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(13); scores.push_back(27); scores.push_back(35); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(28); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(31); scores.push_back(13); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(28); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(29); scores.push_back(24); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(29); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); read1339.setScores(scores); - ffastqReads.push_back(read1339); - FastqRead read1340; read1340.setName("M00967_44_000000000-A3K85_1_1103_17326_12344"); - read1340.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1340.setScores(scores); - ffastqReads.push_back(read1340); - FastqRead read1341; read1341.setName("M00967_44_000000000-A3K85_1_1103_4277_12406"); - read1341.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGATCGTTGAGTCAGTGGTCAAACTGAGGGGCTCAACCCCTTCCCGCCATTGAAACTGGCGATCTTGAGTGGAAGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATGCCGGCTTCCTACTGACGCTGAAGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(17); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); read1341.setScores(scores); - ffastqReads.push_back(read1341); - FastqRead read1342; read1342.setName("M00967_44_000000000-A3K85_1_1103_27645_12485"); - read1342.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGTATCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(20); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1342.setScores(scores); - ffastqReads.push_back(read1342); - FastqRead read1343; read1343.setName("M00967_44_000000000-A3K85_1_1103_18470_12627"); - read1343.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1343.setScores(scores); - ffastqReads.push_back(read1343); - FastqRead read1344; read1344.setName("M00967_44_000000000-A3K85_1_1103_18626_12681"); - read1344.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1344.setScores(scores); - ffastqReads.push_back(read1344); - FastqRead read1345; read1345.setName("M00967_44_000000000-A3K85_1_1103_3599_12709"); - read1345.setSeq("TACGGCGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(18); scores.push_back(29); scores.push_back(32); scores.push_back(29); scores.push_back(29); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(25); scores.push_back(24); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(26); read1345.setScores(scores); - ffastqReads.push_back(read1345); - FastqRead read1346; read1346.setName("M00967_44_000000000-A3K85_1_1103_13249_12790"); - read1346.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1346.setScores(scores); - ffastqReads.push_back(read1346); - FastqRead read1347; read1347.setName("M00967_44_000000000-A3K85_1_1103_10030_12796"); - read1347.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAAGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1347.setScores(scores); - ffastqReads.push_back(read1347); - FastqRead read1348; read1348.setName("M00967_44_000000000-A3K85_1_1103_13899_12833"); - read1348.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(17); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); read1348.setScores(scores); - ffastqReads.push_back(read1348); - FastqRead read1349; read1349.setName("M00967_44_000000000-A3K85_1_1103_19343_12844"); - read1349.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCGACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1349.setScores(scores); - ffastqReads.push_back(read1349); - FastqRead read1350; read1350.setName("M00967_44_000000000-A3K85_1_1103_22153_12850"); - read1350.setSeq("TACGGAGGGTGCAAGCGTTAATCGGAATTACTGGGCGTAAAGCGCACGCAGGCGGTTTGTTAAGTCAGATGTGAAATCCCCGGGCTCAACCTGGGAACTGCATCTGATACTGGCAAGCTTGAGTCTCGTAGAGGGGGGTAGAATTCCAGGTGTAGCGGTGAAATGCGTAGAGATCTGGAGGAATACCGGTGGCGAAGGCGGCCCCCTGGACGAAGACTGACGCTCAGGTGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1350.setScores(scores); - ffastqReads.push_back(read1350); - FastqRead read1351; read1351.setName("M00967_44_000000000-A3K85_1_1103_22165_12865"); - read1351.setSeq("TACGGAGGGTGCAAGCGTTAATCGGAATTACTGGGCGTAAAGCGCACGCAGGCGGTTTGTTAAGTCAGATATGAAATCCCCCGGCTCAACCTGGGAACTGCATCCGATACTGGCAAGCTTGAGTCTCGTAGAGGGGGGTAGAATTCCAATTTTAGCGGTGAAATGCGTAGAGATCTGAAGGAATACCGGTGGCGAAGGCGGCCCCCTGGACGAAGACTGACGCTCAGGTGCGAAAGCGTGGGGAGCAAACG"); - scores.clear(); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(32); scores.push_back(17); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(32); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(31); scores.push_back(32); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(33); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(36); scores.push_back(16); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(16); scores.push_back(30); scores.push_back(15); scores.push_back(27); scores.push_back(37); scores.push_back(16); scores.push_back(29); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(16); scores.push_back(27); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(36); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); read1351.setScores(scores); - ffastqReads.push_back(read1351); - FastqRead read1352; read1352.setName("M00967_44_000000000-A3K85_1_1103_8493_12897"); - read1352.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1352.setScores(scores); - ffastqReads.push_back(read1352); - FastqRead read1353; read1353.setName("M00967_44_000000000-A3K85_1_1103_25193_12938"); - read1353.setSeq("TACGGAGGGAGCAAGCGTTGTTCGGAATGACTGAGCGTAAAGGGTGCGTAGGCGGTTGTACAAGTTAGAAGTGAAATACCCAGGGCTTAACTCGGGTGCTGCTTCTAAAACTGTATGACTTGAGTGCAGTAGAGGTTAGTGGAATTCCTAGTGTAGCGGTGGAATGCGTAGATATTAGGAGGAACACCAGAGGCGAAGGCGGCTAACTGGACTGCAACTGACGCTGAGGCACGAAAGGGTGGGGAGCAAAA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(24); scores.push_back(33); scores.push_back(34); scores.push_back(26); scores.push_back(28); scores.push_back(35); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); read1353.setScores(scores); - ffastqReads.push_back(read1353); - FastqRead read1354; read1354.setName("M00967_44_000000000-A3K85_1_1103_8277_12999"); - read1354.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(31); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1354.setScores(scores); - ffastqReads.push_back(read1354); - FastqRead read1355; read1355.setName("M00967_44_000000000-A3K85_1_1103_17589_13038"); - read1355.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1355.setScores(scores); - ffastqReads.push_back(read1355); - FastqRead read1356; read1356.setName("M00967_44_000000000-A3K85_1_1103_21424_13041"); - read1356.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); read1356.setScores(scores); - ffastqReads.push_back(read1356); - FastqRead read1357; read1357.setName("M00967_44_000000000-A3K85_1_1103_29129_13051"); - read1357.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(31); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); read1357.setScores(scores); - ffastqReads.push_back(read1357); - FastqRead read1358; read1358.setName("M00967_44_000000000-A3K85_1_1103_15983_13062"); - read1358.setSeq("TACGTAGGTGGCGAGCGTTGTCCGGAATTACTGGGTGTAAAGGGAGCGTAGGCGGGAGAGCAAGTCGACTGTGAAATCTATGGGCTTAACCCATAGCTGCGATCGAAACTGTTCATCTTGAGTGAAGTAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAAATATTAGGAGGAACACCAATGGCGAAGGCGGCCTGCTGGGGCTTTACTGACGCTGAGGCTCGAAAGCGGGGGTAGCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(20); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(12); scores.push_back(34); scores.push_back(25); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(31); scores.push_back(35); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(30); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(13); read1358.setScores(scores); - ffastqReads.push_back(read1358); - FastqRead read1359; read1359.setName("M00967_44_000000000-A3K85_1_1103_9628_13096"); - read1359.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGTAGCCGGGAAGGCAAGTCAGATGTGAAATCTGGAGGCTCAACCTCCAAATTGCATTTGAAACTGTTTTTCTTGAGTACTGGAGAGGCAGACGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAGGAACACCAGTGGCGAAGGCGGTCTGCTGGACAGCAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1359.setScores(scores); - ffastqReads.push_back(read1359); - FastqRead read1360; read1360.setName("M00967_44_000000000-A3K85_1_1103_23007_13111"); - read1360.setSeq("TACGTAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1360.setScores(scores); - ffastqReads.push_back(read1360); - FastqRead read1361; read1361.setName("M00967_44_000000000-A3K85_1_1103_21168_13132"); - read1361.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTCATTGGGCGTAAAGCGCGCGCAGGCGGACCGTTAAGCGGGACCTCTAATCTCAGGGCTCAACCTTGAGCCGGGTCCCGAACTGGCGTGTCTCGAGTTCGGTAGGGGAGATCGGAATTCCCGGTGTAGCGGTGGAATGCGCAGATATCGGGAAGAACACCGATGGCGAAGGCAGATCTCTGGGCCGCAACTGACGCTGAGGCGCGAAAGCTAGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1361.setScores(scores); - ffastqReads.push_back(read1361); - FastqRead read1362; read1362.setName("M00967_44_000000000-A3K85_1_1103_12621_13155"); - read1362.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1362.setScores(scores); - ffastqReads.push_back(read1362); - FastqRead read1363; read1363.setName("M00967_44_000000000-A3K85_1_1103_12671_13193"); - read1363.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1363.setScores(scores); - ffastqReads.push_back(read1363); - FastqRead read1364; read1364.setName("M00967_44_000000000-A3K85_1_1103_27001_13203"); - read1364.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGGAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(27); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(35); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(26); read1364.setScores(scores); - ffastqReads.push_back(read1364); - FastqRead read1365; read1365.setName("M00967_44_000000000-A3K85_1_1103_21002_13218"); - read1365.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGGCCAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(18); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1365.setScores(scores); - ffastqReads.push_back(read1365); - FastqRead read1366; read1366.setName("M00967_44_000000000-A3K85_1_1103_12418_13286"); - read1366.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read1366.setScores(scores); - ffastqReads.push_back(read1366); - FastqRead read1367; read1367.setName("M00967_44_000000000-A3K85_1_1103_20111_13325"); - read1367.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGAGGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAAATGGTGTCCTAGGGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGGAGCTCATGCACGAAAGCGGGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(18); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(27); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(29); scores.push_back(12); scores.push_back(13); scores.push_back(29); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(35); scores.push_back(15); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(33); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(28); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(14); read1367.setScores(scores); - ffastqReads.push_back(read1367); - FastqRead read1368; read1368.setName("M00967_44_000000000-A3K85_1_1103_18931_13356"); - read1368.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGATCGTTAAGTCAGTGGTCAAATTGAGGGGCTCAACCCCTTCCCGCCATTGAAACTGGCGATCTTGAGTGGAAGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATGCCGGCTTCCTACTGACGCTGAAGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1368.setScores(scores); - ffastqReads.push_back(read1368); - FastqRead read1369; read1369.setName("M00967_44_000000000-A3K85_1_1103_20955_13357"); - read1369.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1369.setScores(scores); - ffastqReads.push_back(read1369); - FastqRead read1370; read1370.setName("M00967_44_000000000-A3K85_1_1103_15513_13364"); - read1370.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGATCGTTAAGTCAGTGGTCAAATTGAGGGGCTCAACCCCTTCCCGCCATTGAAACTGGCGATCTTGAGTGGAAGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATGCCGGCTTCCTACTGACGCTGAAGCACGAAAGCGTGGGGAGCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1370.setScores(scores); - ffastqReads.push_back(read1370); - FastqRead read1371; read1371.setName("M00967_44_000000000-A3K85_1_1103_5691_13436"); - read1371.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1371.setScores(scores); - ffastqReads.push_back(read1371); - FastqRead read1372; read1372.setName("M00967_44_000000000-A3K85_1_1103_13224_13547"); - read1372.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGATCGTTAAGTCAGTGGTCAAATTGAGGGGCTCAACCCCTTCCCGCCATTGAAACTGGCGATCTTGAGTGGAAGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATGCCGGCTTCCTACTGACGCTGAAGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1372.setScores(scores); - ffastqReads.push_back(read1372); - FastqRead read1373; read1373.setName("M00967_44_000000000-A3K85_1_1103_23466_13547"); - read1373.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1373.setScores(scores); - ffastqReads.push_back(read1373); - FastqRead read1374; read1374.setName("M00967_44_000000000-A3K85_1_1103_14037_13671"); - read1374.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1374.setScores(scores); - ffastqReads.push_back(read1374); - FastqRead read1375; read1375.setName("M00967_44_000000000-A3K85_1_1103_4084_13679"); - read1375.setSeq("TACGTAGGGAGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGTGCGTAGGCGGCCTTGCAAGTCAGAAGTGAAATCCATGGGCTTAACCCGTGAACTGCTTTTGAAACTGTAGGGCTTGAGTGAAGTAGAGGCAGGCGGAATTCCCGGTGTAGCGGTGAAATGCGTAGAGATCGGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGGCTTTTACTGACGCTGAAGCACGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(18); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(38); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(29); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(13); read1375.setScores(scores); - ffastqReads.push_back(read1375); - FastqRead read1376; read1376.setName("M00967_44_000000000-A3K85_1_1103_13846_13704"); - read1376.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1376.setScores(scores); - ffastqReads.push_back(read1376); - FastqRead read1377; read1377.setName("M00967_44_000000000-A3K85_1_1103_19629_13785"); - read1377.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCACAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1377.setScores(scores); - ffastqReads.push_back(read1377); - FastqRead read1378; read1378.setName("M00967_44_000000000-A3K85_1_1103_4118_13794"); - read1378.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGAAGCGTAGACGGCTAAGCAAGTCTGAAGTGAAAGCCCGGGGCTTAACCCCGGGACTGCTTTGGAAACTGTTAAGCTAGAGTGCTGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(32); scores.push_back(13); read1378.setScores(scores); - ffastqReads.push_back(read1378); - FastqRead read1379; read1379.setName("M00967_44_000000000-A3K85_1_1103_12631_13824"); - read1379.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGATGCAAGTCTGAAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTTTGGAAACTGGATAGCTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCGAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(31); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(29); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(28); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(12); read1379.setScores(scores); - ffastqReads.push_back(read1379); - FastqRead read1380; read1380.setName("M00967_44_000000000-A3K85_1_1103_25822_13839"); - read1380.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGGGGCTCAACTCCGGGACTGCTTTTGAAACTGTGTTGCTAGATTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAAATGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1380.setScores(scores); - ffastqReads.push_back(read1380); - FastqRead read1381; read1381.setName("M00967_44_000000000-A3K85_1_1103_16752_13880"); - read1381.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1381.setScores(scores); - ffastqReads.push_back(read1381); - FastqRead read1382; read1382.setName("M00967_44_000000000-A3K85_1_1103_9333_13891"); - read1382.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCTGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(33); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(19); scores.push_back(19); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(15); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(28); scores.push_back(36); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1382.setScores(scores); - ffastqReads.push_back(read1382); - FastqRead read1383; read1383.setName("M00967_44_000000000-A3K85_1_1103_25479_13909"); - read1383.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1383.setScores(scores); - ffastqReads.push_back(read1383); - FastqRead read1384; read1384.setName("M00967_44_000000000-A3K85_1_1103_18882_13930"); - read1384.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1384.setScores(scores); - ffastqReads.push_back(read1384); - FastqRead read1385; read1385.setName("M00967_44_000000000-A3K85_1_1103_12963_13947"); - read1385.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(25); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(15); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); read1385.setScores(scores); - ffastqReads.push_back(read1385); - FastqRead read1386; read1386.setName("M00967_44_000000000-A3K85_1_1103_10852_13956"); - read1386.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGACTTGCAAGTCTGATGTGAAAATCCGGGGCCCAACCCCGGAACTGCATTGGAAACTGTATATCTAGAGTGTCGGAGAGGCAAGTGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACGATGACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1386.setScores(scores); - ffastqReads.push_back(read1386); - FastqRead read1387; read1387.setName("M00967_44_000000000-A3K85_1_1103_28014_13977"); - read1387.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); read1387.setScores(scores); - ffastqReads.push_back(read1387); - FastqRead read1388; read1388.setName("M00967_44_000000000-A3K85_1_1103_11398_14041"); - read1388.setSeq("TACGGAGGATGCGGGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1388.setScores(scores); - ffastqReads.push_back(read1388); - FastqRead read1389; read1389.setName("M00967_44_000000000-A3K85_1_1103_15344_14061"); - read1389.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATCGCGGGGCCCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(16); scores.push_back(30); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(38); scores.push_back(25); scores.push_back(26); scores.push_back(15); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(24); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(29); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(29); scores.push_back(35); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(33); read1389.setScores(scores); - ffastqReads.push_back(read1389); - FastqRead read1390; read1390.setName("M00967_44_000000000-A3K85_1_1103_14891_14067"); - read1390.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1390.setScores(scores); - ffastqReads.push_back(read1390); - FastqRead read1391; read1391.setName("M00967_44_000000000-A3K85_1_1103_18499_14078"); - read1391.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1391.setScores(scores); - ffastqReads.push_back(read1391); - FastqRead read1392; read1392.setName("M00967_44_000000000-A3K85_1_1103_25753_14096"); - read1392.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1392.setScores(scores); - ffastqReads.push_back(read1392); - FastqRead read1393; read1393.setName("M00967_44_000000000-A3K85_1_1103_21291_14099"); - read1393.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1393.setScores(scores); - ffastqReads.push_back(read1393); - FastqRead read1394; read1394.setName("M00967_44_000000000-A3K85_1_1103_26200_14110"); - read1394.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1394.setScores(scores); - ffastqReads.push_back(read1394); - FastqRead read1395; read1395.setName("M00967_44_000000000-A3K85_1_1103_6420_14143"); - read1395.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTATTGGGCGTAAAGCGAGTGCAGGCGGTTCAATAAGTCTGATGTGAAAGCCTTCGGCTCAACCGGAGAATTGCATCAGAAACTGTTGAACTTGAGTGCAGAAGAGGAGAGTGGAACTCCATGTGTAGCGGTGGAATGCGTAGATATATGGAAGAACACCAGTGGCGAAGGCGGCTCTCTGGTCTGCAACTGACGCTGAGGCTCGAAAGCATGGGTAGCGAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(34); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(15); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); read1395.setScores(scores); - ffastqReads.push_back(read1395); - FastqRead read1396; read1396.setName("M00967_44_000000000-A3K85_1_1103_18025_14186"); - read1396.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1396.setScores(scores); - ffastqReads.push_back(read1396); - FastqRead read1397; read1397.setName("M00967_44_000000000-A3K85_1_1103_10852_14188"); - read1397.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1397.setScores(scores); - ffastqReads.push_back(read1397); - FastqRead read1398; read1398.setName("M00967_44_000000000-A3K85_1_1103_25086_14222"); - read1398.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1398.setScores(scores); - ffastqReads.push_back(read1398); - FastqRead read1399; read1399.setName("M00967_44_000000000-A3K85_1_1103_3153_14243"); - read1399.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(16); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(36); scores.push_back(28); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1399.setScores(scores); - ffastqReads.push_back(read1399); - FastqRead read1400; read1400.setName("M00967_44_000000000-A3K85_1_1103_10267_14278"); - read1400.setSeq("TACGTAGGGAGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGTGCGTAGGCGGCCTTGCAAGTCAGAAGTGAAATCCATGGGCTTAACCCGTGAACTGCTTTTGAAACTGTAGGGCTTGAGTGAAGTAGAGGCAGGCGGAATTCCCGGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACGGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(28); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(34); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(25); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(28); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1400.setScores(scores); - ffastqReads.push_back(read1400); - FastqRead read1401; read1401.setName("M00967_44_000000000-A3K85_1_1103_14005_14307"); - read1401.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1401.setScores(scores); - ffastqReads.push_back(read1401); - FastqRead read1402; read1402.setName("M00967_44_000000000-A3K85_1_1103_16770_14355"); - read1402.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACACTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1402.setScores(scores); - ffastqReads.push_back(read1402); - FastqRead read1403; read1403.setName("M00967_44_000000000-A3K85_1_1103_5100_14523"); - read1403.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1403.setScores(scores); - ffastqReads.push_back(read1403); - FastqRead read1404; read1404.setName("M00967_44_000000000-A3K85_1_1103_21900_14531"); - read1404.setSeq("TACGTAGGTGGCAAGCGTTATCCGGAATTATTGGGCGTAAAGAGCGCGCAGGTGGTTAATTAAGTCTGATGTGAAAGCCCACGGCTTAACCGTGGAGGGTCATTGGAAACTGGTTGACTTGAGTGCAGAAGAGGGAAGTGGAATTCCATGTGTAGCGGTGAAATGCGTAGAGATATGGAGGAACACCAGTGGCGAAGGCGGCTTCCTGGTCTGCAACTGACACTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(20); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1404.setScores(scores); - ffastqReads.push_back(read1404); - FastqRead read1405; read1405.setName("M00967_44_000000000-A3K85_1_1103_25997_14542"); - read1405.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1405.setScores(scores); - ffastqReads.push_back(read1405); - FastqRead read1406; read1406.setName("M00967_44_000000000-A3K85_1_1103_9097_14585"); - read1406.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1406.setScores(scores); - ffastqReads.push_back(read1406); - FastqRead read1407; read1407.setName("M00967_44_000000000-A3K85_1_1103_27889_14599"); - read1407.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(32); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(37); read1407.setScores(scores); - ffastqReads.push_back(read1407); - FastqRead read1408; read1408.setName("M00967_44_000000000-A3K85_1_1103_9210_14632"); - read1408.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1408.setScores(scores); - ffastqReads.push_back(read1408); - FastqRead read1409; read1409.setName("M00967_44_000000000-A3K85_1_1103_23194_14675"); - read1409.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1409.setScores(scores); - ffastqReads.push_back(read1409); - FastqRead read1410; read1410.setName("M00967_44_000000000-A3K85_1_1103_4510_14714"); - read1410.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACGGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1410.setScores(scores); - ffastqReads.push_back(read1410); - FastqRead read1411; read1411.setName("M00967_44_000000000-A3K85_1_1103_20807_14776"); - read1411.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(16); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(16); scores.push_back(15); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(27); scores.push_back(36); scores.push_back(31); scores.push_back(34); scores.push_back(31); scores.push_back(14); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(28); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(30); scores.push_back(25); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1411.setScores(scores); - ffastqReads.push_back(read1411); - FastqRead read1412; read1412.setName("M00967_44_000000000-A3K85_1_1103_8080_14833"); - read1412.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1412.setScores(scores); - ffastqReads.push_back(read1412); - FastqRead read1413; read1413.setName("M00967_44_000000000-A3K85_1_1103_2755_14834"); - read1413.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1413.setScores(scores); - ffastqReads.push_back(read1413); - FastqRead read1414; read1414.setName("M00967_44_000000000-A3K85_1_1103_24658_14877"); - read1414.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1414.setScores(scores); - ffastqReads.push_back(read1414); - FastqRead read1415; read1415.setName("M00967_44_000000000-A3K85_1_1103_9502_14985"); - read1415.setSeq("TACGGAGGCTGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(29); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(25); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(29); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(28); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); read1415.setScores(scores); - ffastqReads.push_back(read1415); - FastqRead read1416; read1416.setName("M00967_44_000000000-A3K85_1_1103_26404_15045"); - read1416.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTTTGCAAGTCTGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTGGAAACTGTATGACTGGGGGGCAGGAGGGGTAAGGGGAATTCCTATTGTAGCGGGGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGGGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(30); scores.push_back(30); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(16); scores.push_back(29); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(16); scores.push_back(15); scores.push_back(29); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(28); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(37); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(28); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(14); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); read1416.setScores(scores); - ffastqReads.push_back(read1416); - FastqRead read1417; read1417.setName("M00967_44_000000000-A3K85_1_1103_29713_15047"); - read1417.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1417.setScores(scores); - ffastqReads.push_back(read1417); - FastqRead read1418; read1418.setName("M00967_44_000000000-A3K85_1_1103_13164_15106"); - read1418.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1418.setScores(scores); - ffastqReads.push_back(read1418); - FastqRead read1419; read1419.setName("M00967_44_000000000-A3K85_1_1103_16186_15152"); - read1419.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read1419.setScores(scores); - ffastqReads.push_back(read1419); - FastqRead read1420; read1420.setName("M00967_44_000000000-A3K85_1_1103_3458_15207"); - read1420.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTATCTGACACTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(26); read1420.setScores(scores); - ffastqReads.push_back(read1420); - FastqRead read1421; read1421.setName("M00967_44_000000000-A3K85_1_1103_3440_15209"); - read1421.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTATCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1421.setScores(scores); - ffastqReads.push_back(read1421); - FastqRead read1422; read1422.setName("M00967_44_000000000-A3K85_1_1103_5085_15245"); - read1422.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1422.setScores(scores); - ffastqReads.push_back(read1422); - FastqRead read1423; read1423.setName("M00967_44_000000000-A3K85_1_1103_13550_15273"); - read1423.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(33); read1423.setScores(scores); - ffastqReads.push_back(read1423); - FastqRead read1424; read1424.setName("M00967_44_000000000-A3K85_1_1103_24680_15378"); - read1424.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1424.setScores(scores); - ffastqReads.push_back(read1424); - FastqRead read1425; read1425.setName("M00967_44_000000000-A3K85_1_1103_5465_15412"); - read1425.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1425.setScores(scores); - ffastqReads.push_back(read1425); - FastqRead read1426; read1426.setName("M00967_44_000000000-A3K85_1_1103_10672_15541"); - read1426.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); read1426.setScores(scores); - ffastqReads.push_back(read1426); - FastqRead read1427; read1427.setName("M00967_44_000000000-A3K85_1_1103_20468_15561"); - read1427.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1427.setScores(scores); - ffastqReads.push_back(read1427); - FastqRead read1428; read1428.setName("M00967_44_000000000-A3K85_1_1103_28043_15697"); - read1428.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1428.setScores(scores); - ffastqReads.push_back(read1428); - FastqRead read1429; read1429.setName("M00967_44_000000000-A3K85_1_1103_14447_15725"); - read1429.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCATAGCAAGTCTGAAGTGAAAGCCCAAGGCTCAACCATGGGACTGCTTTGGAAACTGTTAAGCTAGAGTGCTGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAAGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1429.setScores(scores); - ffastqReads.push_back(read1429); - FastqRead read1430; read1430.setName("M00967_44_000000000-A3K85_1_1103_17439_15731"); - read1430.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1430.setScores(scores); - ffastqReads.push_back(read1430); - FastqRead read1431; read1431.setName("M00967_44_000000000-A3K85_1_1103_24659_15735"); - read1431.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTGTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTGTAGCTGGAGTGTCGGAGAGGCAGGCGGGATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCCGTGGCGAAGGCGGCCTGCTGGACGATGACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(12); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(26); scores.push_back(25); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1431.setScores(scores); - ffastqReads.push_back(read1431); - FastqRead read1432; read1432.setName("M00967_44_000000000-A3K85_1_1103_7472_15735"); - read1432.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1432.setScores(scores); - ffastqReads.push_back(read1432); - FastqRead read1433; read1433.setName("M00967_44_000000000-A3K85_1_1103_12919_15788"); - read1433.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(37); read1433.setScores(scores); - ffastqReads.push_back(read1433); - FastqRead read1434; read1434.setName("M00967_44_000000000-A3K85_1_1103_16902_15833"); - read1434.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1434.setScores(scores); - ffastqReads.push_back(read1434); - FastqRead read1435; read1435.setName("M00967_44_000000000-A3K85_1_1103_10202_15911"); - read1435.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1435.setScores(scores); - ffastqReads.push_back(read1435); - FastqRead read1436; read1436.setName("M00967_44_000000000-A3K85_1_1103_14008_15997"); - read1436.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTATGTAAGTCTGAAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTTTGGAAACTGTGTAACTAGAGTACAGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACTAAAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(18); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(36); scores.push_back(14); scores.push_back(26); scores.push_back(36); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1436.setScores(scores); - ffastqReads.push_back(read1436); - FastqRead read1437; read1437.setName("M00967_44_000000000-A3K85_1_1103_15658_16063"); - read1437.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGACGGTCCTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTAAGGCTAGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTTGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGAAGATGACTGACGTTGAGGCTCGAAAGGGTGGGGGGCCAAAA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(25); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(29); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(13); read1437.setScores(scores); - ffastqReads.push_back(read1437); - FastqRead read1438; read1438.setName("M00967_44_000000000-A3K85_1_1103_6338_16092"); - read1438.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGAATTACTGGGTGTAAAGGGAGCGTAGGCGGGAAGCCAAGTCAGCTGTGAAAACTACGGGCTTAACCTGTAGACTGCAGTTGAAACTGGCTTTCTTGAGTGAAGTAGAGGTTGGCGGAATTCCGAGTGTAGCGGTGAAATGCGTAGATATTCGGAGGAACACCGGTGGCGAAGGCGGCCAACTGGGCTTTAACTGACGCTGAGGCTCGAAAGGGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(20); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1438.setScores(scores); - ffastqReads.push_back(read1438); - FastqRead read1439; read1439.setName("M00967_44_000000000-A3K85_1_1103_13096_16098"); - read1439.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGTGAGTAGGCGGCATGGTAAGCCAGATGTGAAAGCCTTGGGCTTAACCCGAGGATTGCATTTGGAACTATCAAGCTGGAGTACAGGAGAGGAAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAAGAACACCAGTGGCGAAGGCGGCTTTCTGGACTGAAACTGACGCTGAGGCACGAAAGCGTGGGGAGCGAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(12); read1439.setScores(scores); - ffastqReads.push_back(read1439); - FastqRead read1440; read1440.setName("M00967_44_000000000-A3K85_1_1103_19906_16099"); - read1440.setSeq("TACGTAGGGAGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGTGCGTAGGCGGGAACGCAAGTCAGGCGTGAAATACCGGGGCTCAACTCCGGGGCTGCGCTTGAAACTGTGTTTCTTGAGTGAAGTAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGGGATGCGTAGATATTAGGAGGAACACCAGTGGCGAAAGCGGCCCGCTGGGCTTTTACTGACGCTGATGGACGAAAGCATGGGGGGCCAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(25); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(15); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(13); read1440.setScores(scores); - ffastqReads.push_back(read1440); - FastqRead read1441; read1441.setName("M00967_44_000000000-A3K85_1_1103_16176_16125"); - read1441.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1441.setScores(scores); - ffastqReads.push_back(read1441); - FastqRead read1442; read1442.setName("M00967_44_000000000-A3K85_1_1103_14624_16174"); - read1442.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCAGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(17); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(18); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(31); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(31); scores.push_back(13); scores.push_back(27); scores.push_back(38); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(29); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(27); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); read1442.setScores(scores); - ffastqReads.push_back(read1442); - FastqRead read1443; read1443.setName("M00967_44_000000000-A3K85_1_1103_15776_16234"); - read1443.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1443.setScores(scores); - ffastqReads.push_back(read1443); - FastqRead read1444; read1444.setName("M00967_44_000000000-A3K85_1_1103_29009_16285"); - read1444.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGAAGAAAGTCTGAAGTGAAAGCCCGCGGCTCAACCGCGGAATGGCTTTGGAAACTTTTTTGCTGGAGTACCGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACGGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1444.setScores(scores); - ffastqReads.push_back(read1444); - FastqRead read1445; read1445.setName("M00967_44_000000000-A3K85_1_1103_7437_16302"); - read1445.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(18); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(19); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(20); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(34); scores.push_back(28); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(37); read1445.setScores(scores); - ffastqReads.push_back(read1445); - FastqRead read1446; read1446.setName("M00967_44_000000000-A3K85_1_1103_4359_16337"); - read1446.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGCGTGTAGGCGGATTGTTAAGTCAGTTGTGAAAGCTTGCGGCTCAACCGCCAAATTGCAGTTGAAACTGGTGGTCTTGAGTACCGTAGAGGCGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATTAGGAAGAACACCGATTGCGAAGGCGGCTCGCTGGACGGCAACTGACACTGATGCTCGAAAGTGTGGGGATCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(15); scores.push_back(16); scores.push_back(31); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(27); scores.push_back(15); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(13); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(12); read1446.setScores(scores); - ffastqReads.push_back(read1446); - FastqRead read1447; read1447.setName("M00967_44_000000000-A3K85_1_1103_22494_16376"); - read1447.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); read1447.setScores(scores); - ffastqReads.push_back(read1447); - FastqRead read1448; read1448.setName("M00967_44_000000000-A3K85_1_1103_16889_16426"); - read1448.setSeq("TACGTAGGTGGCAAGCGTTATCCGGAATTATTGGGCGTAAAGAGCGCGCAGGTGGTTAATTAAGTCTGATGTGAAAGCCCACGGCTTAACCGTGGAGGGTCATTGGAAACTGGTTGACTTGAGTGCAGAAGAGGGAAGTGGAATTCCATGTGTAGCGGTGAAATGCGTAGAGATATGGAGGAACACCAGTGGCGAAGGCGGCTTCCTGGTCTGCAACTGACACTGAGGCGCGAAAGCGTGGGGATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1448.setScores(scores); - ffastqReads.push_back(read1448); - FastqRead read1449; read1449.setName("M00967_44_000000000-A3K85_1_1103_21982_16444"); - read1449.setSeq("TACGTATGGAGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGGCGGCCTGCCAAGTCTGATGTGAAATACCGGGGCTCAACCCCGGGGCTGCATTGGAAACTGGCAGGCTGGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGGGAAATGCGTAGATATTAGGAGGAACACCAGGGGCGAAGGCGGCCTGCTGGACGATGACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(35); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(26); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(30); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1449.setScores(scores); - ffastqReads.push_back(read1449); - FastqRead read1450; read1450.setName("M00967_44_000000000-A3K85_1_1103_10570_16480"); - read1450.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTATGTAAGTCTGAAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTTTGGAAACTGTGTAACTAGAGTACAGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACTGAAACTGACGTTGAGGCTCGAAAGCGTGGGGGGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(18); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(33); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(27); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(32); read1450.setScores(scores); - ffastqReads.push_back(read1450); - FastqRead read1451; read1451.setName("M00967_44_000000000-A3K85_1_1103_18948_16551"); - read1451.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1451.setScores(scores); - ffastqReads.push_back(read1451); - FastqRead read1452; read1452.setName("M00967_44_000000000-A3K85_1_1103_14363_16559"); - read1452.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); read1452.setScores(scores); - ffastqReads.push_back(read1452); - FastqRead read1453; read1453.setName("M00967_44_000000000-A3K85_1_1103_28317_16587"); - read1453.setSeq("TACGTAGGATCCGAGCATTATCCGGAGTGACTGGGTGTAAAGAGTTGCGTAGGTGGCATAGTAAGTAGCTAGTGAAATCTGGTGGCTCAACCATTCAGACTATTAGCTAAACTGCTAAGCTCGAGACCGTTAGGGGTAACTGGAATTTCTAGTGTAGGAGTGAAATCCGTAGATATTAGAAGGAACACCGATAGCGTAGGCAGGTTACTGGGACGGTTCTGACACTAAGGCACGAAAGCGTAGGGAGCAAA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1453.setScores(scores); - ffastqReads.push_back(read1453); - FastqRead read1454; read1454.setName("M00967_44_000000000-A3K85_1_1103_24651_16640"); - read1454.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGTGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1454.setScores(scores); - ffastqReads.push_back(read1454); - FastqRead read1455; read1455.setName("M00967_44_000000000-A3K85_1_1103_11996_16826"); - read1455.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGGCGGCGATGCAAGTCAGAAGTGAAAGCCCGGGGCTCAACTCCGGGACTGCTTTTGAAACTGTGTTGCTAGATTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAAATGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1455.setScores(scores); - ffastqReads.push_back(read1455); - FastqRead read1456; read1456.setName("M00967_44_000000000-A3K85_1_1103_12207_16849"); - read1456.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1456.setScores(scores); - ffastqReads.push_back(read1456); - FastqRead read1457; read1457.setName("M00967_44_000000000-A3K85_1_1103_18548_16953"); - read1457.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1457.setScores(scores); - ffastqReads.push_back(read1457); - FastqRead read1458; read1458.setName("M00967_44_000000000-A3K85_1_1103_10008_16988"); - read1458.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTCACTGGGTGTAAAGGGAGCGTAGACGGCCATGCAAGCCAGGGGTGAAAGCCCGGGGCCCAACCCCGGGACTGCCCTTGGAACTGCATGGCTGGAGTGCGGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACCGCGACTGACGTTGAGGCTCGAAAGCGTGGGGGGCGAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(28); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(27); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); read1458.setScores(scores); - ffastqReads.push_back(read1458); - FastqRead read1459; read1459.setName("M00967_44_000000000-A3K85_1_1103_5954_17004"); - read1459.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read1459.setScores(scores); - ffastqReads.push_back(read1459); - FastqRead read1460; read1460.setName("M00967_44_000000000-A3K85_1_1103_5941_17020"); - read1460.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCCCGGGCTCAACCCGTGAACTGCATTTGAAATTGTTTCCCTTGAGTGTCGGAGAGGACATCGGAATTCCTTTTGTAGCGGTGAAATGCGTAGATATAAGGAAGAATACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGAGAGCAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(29); scores.push_back(31); scores.push_back(37); scores.push_back(18); scores.push_back(20); scores.push_back(33); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(20); scores.push_back(32); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(18); scores.push_back(17); scores.push_back(17); scores.push_back(32); scores.push_back(15); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(15); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(33); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(19); scores.push_back(30); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(33); scores.push_back(30); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(35); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(29); scores.push_back(32); scores.push_back(35); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(14); scores.push_back(28); scores.push_back(15); scores.push_back(28); scores.push_back(32); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(28); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1460.setScores(scores); - ffastqReads.push_back(read1460); - FastqRead read1461; read1461.setName("M00967_44_000000000-A3K85_1_1103_17338_17042"); - read1461.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read1461.setScores(scores); - ffastqReads.push_back(read1461); - FastqRead read1462; read1462.setName("M00967_44_000000000-A3K85_1_1103_24486_17054"); - read1462.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTAAAACTGGCAGTCTTGAGTACAGAAGAGGTGGCCGGAAGTCGGGGTGTAGCGGTGAAATGATTGATTATCACGAAAAACTCCGATTGCGAAGGAAGCTCACTGCACTGCAACTGACACTGATGCTCGAAAGGGTGGGTATCAAACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(18); scores.push_back(17); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(19); scores.push_back(19); scores.push_back(37); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(19); scores.push_back(19); scores.push_back(18); scores.push_back(18); scores.push_back(33); scores.push_back(19); scores.push_back(18); scores.push_back(37); scores.push_back(19); scores.push_back(19); scores.push_back(35); scores.push_back(38); scores.push_back(19); scores.push_back(18); scores.push_back(17); scores.push_back(35); scores.push_back(33); scores.push_back(14); scores.push_back(17); scores.push_back(14); scores.push_back(17); scores.push_back(17); scores.push_back(35); scores.push_back(18); scores.push_back(18); scores.push_back(18); scores.push_back(17); scores.push_back(17); scores.push_back(35); scores.push_back(17); scores.push_back(17); scores.push_back(35); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(17); scores.push_back(14); scores.push_back(30); scores.push_back(15); scores.push_back(15); scores.push_back(29); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(16); scores.push_back(16); scores.push_back(13); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(13); read1462.setScores(scores); - ffastqReads.push_back(read1462); - FastqRead read1463; read1463.setName("M00967_44_000000000-A3K85_1_1103_28355_17076"); - read1463.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1463.setScores(scores); - ffastqReads.push_back(read1463); - FastqRead read1464; read1464.setName("M00967_44_000000000-A3K85_1_1103_9052_17102"); - read1464.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); read1464.setScores(scores); - ffastqReads.push_back(read1464); - FastqRead read1465; read1465.setName("M00967_44_000000000-A3K85_1_1103_3555_17196"); - read1465.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1465.setScores(scores); - ffastqReads.push_back(read1465); - FastqRead read1466; read1466.setName("M00967_44_000000000-A3K85_1_1103_21030_17291"); - read1466.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1466.setScores(scores); - ffastqReads.push_back(read1466); - FastqRead read1467; read1467.setName("M00967_44_000000000-A3K85_1_1103_28056_17323"); - read1467.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(31); scores.push_back(25); scores.push_back(25); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(33); read1467.setScores(scores); - ffastqReads.push_back(read1467); - FastqRead read1468; read1468.setName("M00967_44_000000000-A3K85_1_1103_24986_17366"); - read1468.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(30); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(24); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); read1468.setScores(scores); - ffastqReads.push_back(read1468); - FastqRead read1469; read1469.setName("M00967_44_000000000-A3K85_1_1103_8292_17380"); - read1469.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGCGTGTAGGCGGGGACGCAAGTCAGATGTGAAAACCACGGGCTCAACCTGTGGCCTGCATTTGAAACTGTGTTTCTTGAGTACTGGAGAGGCAGACGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGTCTGCTGGACAGCAACTGACGCTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1469.setScores(scores); - ffastqReads.push_back(read1469); - FastqRead read1470; read1470.setName("M00967_44_000000000-A3K85_1_1103_24459_17391"); - read1470.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGTGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(17); scores.push_back(16); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(31); scores.push_back(27); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1470.setScores(scores); - ffastqReads.push_back(read1470); - FastqRead read1471; read1471.setName("M00967_44_000000000-A3K85_1_1103_25354_17418"); - read1471.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1471.setScores(scores); - ffastqReads.push_back(read1471); - FastqRead read1472; read1472.setName("M00967_44_000000000-A3K85_1_1103_22657_17476"); - read1472.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); read1472.setScores(scores); - ffastqReads.push_back(read1472); - FastqRead read1473; read1473.setName("M00967_44_000000000-A3K85_1_1103_14323_17529"); - read1473.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1473.setScores(scores); - ffastqReads.push_back(read1473); - FastqRead read1474; read1474.setName("M00967_44_000000000-A3K85_1_1103_3837_17534"); - read1474.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGGGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(29); scores.push_back(29); scores.push_back(29); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1474.setScores(scores); - ffastqReads.push_back(read1474); - FastqRead read1475; read1475.setName("M00967_44_000000000-A3K85_1_1103_25070_17572"); - read1475.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1475.setScores(scores); - ffastqReads.push_back(read1475); - FastqRead read1476; read1476.setName("M00967_44_000000000-A3K85_1_1103_18018_17587"); - read1476.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTATCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read1476.setScores(scores); - ffastqReads.push_back(read1476); - FastqRead read1477; read1477.setName("M00967_44_000000000-A3K85_1_1103_25269_17592"); - read1477.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1477.setScores(scores); - ffastqReads.push_back(read1477); - FastqRead read1478; read1478.setName("M00967_44_000000000-A3K85_1_1103_13961_17626"); - read1478.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1478.setScores(scores); - ffastqReads.push_back(read1478); - FastqRead read1479; read1479.setName("M00967_44_000000000-A3K85_1_1103_25526_17629"); - read1479.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); read1479.setScores(scores); - ffastqReads.push_back(read1479); - FastqRead read1480; read1480.setName("M00967_44_000000000-A3K85_1_1103_17555_17634"); - read1480.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read1480.setScores(scores); - ffastqReads.push_back(read1480); - FastqRead read1481; read1481.setName("M00967_44_000000000-A3K85_1_1103_3927_17636"); - read1481.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAAATGGTTTTCTTGAGTGAGCGAGAAGGATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCCCGAAAGTGGGGGGATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(16); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(16); scores.push_back(14); scores.push_back(37); scores.push_back(27); scores.push_back(14); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(30); scores.push_back(29); scores.push_back(27); scores.push_back(37); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(29); scores.push_back(38); scores.push_back(15); scores.push_back(29); scores.push_back(35); scores.push_back(29); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(28); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(28); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(28); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(29); scores.push_back(14); read1481.setScores(scores); - ffastqReads.push_back(read1481); - FastqRead read1482; read1482.setName("M00967_44_000000000-A3K85_1_1103_9748_17663"); - read1482.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTTCTGGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1482.setScores(scores); - ffastqReads.push_back(read1482); - FastqRead read1483; read1483.setName("M00967_44_000000000-A3K85_1_1103_27330_17705"); - read1483.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAGG"); - scores.clear(); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read1483.setScores(scores); - ffastqReads.push_back(read1483); - FastqRead read1484; read1484.setName("M00967_44_000000000-A3K85_1_1103_15720_17744"); - read1484.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1484.setScores(scores); - ffastqReads.push_back(read1484); - FastqRead read1485; read1485.setName("M00967_44_000000000-A3K85_1_1103_7188_17759"); - read1485.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGATGCAAGTCTGAAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTTTGGAAACTGTATAGCTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(31); scores.push_back(18); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(27); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(28); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(28); scores.push_back(31); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(13); read1485.setScores(scores); - ffastqReads.push_back(read1485); - FastqRead read1486; read1486.setName("M00967_44_000000000-A3K85_1_1103_11077_17791"); - read1486.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTGCGCAAGTCTGAAGTGAAAGCCCGGGGCTCAACCCCGGGACTGCTTTGGAAACTGTGTAGCTAGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAAGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1486.setScores(scores); - ffastqReads.push_back(read1486); - FastqRead read1487; read1487.setName("M00967_44_000000000-A3K85_1_1103_8798_17809"); - read1487.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGGCTTTTACTGACGCTGAGGCTCGAAAGCGTGGGTAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1487.setScores(scores); - ffastqReads.push_back(read1487); - FastqRead read1488; read1488.setName("M00967_44_000000000-A3K85_1_1103_19257_17877"); - read1488.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1488.setScores(scores); - ffastqReads.push_back(read1488); - FastqRead read1489; read1489.setName("M00967_44_000000000-A3K85_1_1103_26521_17938"); - read1489.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read1489.setScores(scores); - ffastqReads.push_back(read1489); - FastqRead read1490; read1490.setName("M00967_44_000000000-A3K85_1_1103_5451_17941"); - read1490.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(28); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(28); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1490.setScores(scores); - ffastqReads.push_back(read1490); - FastqRead read1491; read1491.setName("M00967_44_000000000-A3K85_1_1103_27385_18070"); - read1491.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); read1491.setScores(scores); - ffastqReads.push_back(read1491); - FastqRead read1492; read1492.setName("M00967_44_000000000-A3K85_1_1103_26389_18095"); - read1492.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1492.setScores(scores); - ffastqReads.push_back(read1492); - FastqRead read1493; read1493.setName("M00967_44_000000000-A3K85_1_1103_15739_18180"); - read1493.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATGCCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read1493.setScores(scores); - ffastqReads.push_back(read1493); - FastqRead read1494; read1494.setName("M00967_44_000000000-A3K85_1_1103_6171_18249"); - read1494.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); read1494.setScores(scores); - ffastqReads.push_back(read1494); - FastqRead read1495; read1495.setName("M00967_44_000000000-A3K85_1_1103_14027_18284"); - read1495.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1495.setScores(scores); - ffastqReads.push_back(read1495); - FastqRead read1496; read1496.setName("M00967_44_000000000-A3K85_1_1103_4366_18310"); - read1496.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGGGCGCAGACGGCAGCGCAAGCCAGGAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTCTTGGAACTGCGCGGCTGGAGTGCAGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGTGGCGAAGGCGGCCTGCTGGACTGCGACTGACGTTGAGGCCCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(29); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1496.setScores(scores); - ffastqReads.push_back(read1496); - FastqRead read1497; read1497.setName("M00967_44_000000000-A3K85_1_1103_3010_18437"); - read1497.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(37); read1497.setScores(scores); - ffastqReads.push_back(read1497); - FastqRead read1498; read1498.setName("M00967_44_000000000-A3K85_1_1103_26342_18497"); - read1498.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1498.setScores(scores); - ffastqReads.push_back(read1498); - FastqRead read1499; read1499.setName("M00967_44_000000000-A3K85_1_1103_22949_18629"); - read1499.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1499.setScores(scores); - ffastqReads.push_back(read1499); - FastqRead read1500; read1500.setName("M00967_44_000000000-A3K85_1_1103_28333_18654"); - read1500.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGCACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGCTAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(20); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(15); scores.push_back(32); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(36); scores.push_back(32); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(18); scores.push_back(18); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(18); scores.push_back(33); scores.push_back(18); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(19); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(30); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(16); scores.push_back(27); scores.push_back(35); scores.push_back(28); scores.push_back(35); scores.push_back(28); scores.push_back(16); scores.push_back(27); scores.push_back(28); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(30); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(38); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(28); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(24); scores.push_back(35); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(13); read1500.setScores(scores); - ffastqReads.push_back(read1500); - FastqRead read1501; read1501.setName("M00967_44_000000000-A3K85_1_1103_21943_18693"); - read1501.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGGCTTTTACTGACGCTGAGGCTCGAAAGCGTGGGTAGCAAACGG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); read1501.setScores(scores); - ffastqReads.push_back(read1501); - FastqRead read1502; read1502.setName("M00967_44_000000000-A3K85_1_1103_12705_18743"); - read1502.setSeq("TACGTAGGTGGCGAGCGTTGTCCGGAATTACTGGGTGTAAAGGGAGCGTAGGCGGGATATTAAGTTGAATGTATAAACTACCGGCTTAACCGATAGAAGCGTTCAAAACTGATATTCTTGAGTGAAGTAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACACTGAGGCTCGAAAGCGTGGGGGGCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(29); scores.push_back(28); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(24); scores.push_back(28); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(13); read1502.setScores(scores); - ffastqReads.push_back(read1502); - FastqRead read1503; read1503.setName("M00967_44_000000000-A3K85_1_1103_19513_18746"); - read1503.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAATGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1503.setScores(scores); - ffastqReads.push_back(read1503); - FastqRead read1504; read1504.setName("M00967_44_000000000-A3K85_1_1103_5488_18772"); - read1504.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAAAAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(14); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(12); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(24); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(28); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(27); scores.push_back(33); scores.push_back(27); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(28); scores.push_back(33); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(14); read1504.setScores(scores); - ffastqReads.push_back(read1504); - FastqRead read1505; read1505.setName("M00967_44_000000000-A3K85_1_1103_7716_18803"); - read1505.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1505.setScores(scores); - ffastqReads.push_back(read1505); - FastqRead read1506; read1506.setName("M00967_44_000000000-A3K85_1_1103_5935_18822"); - read1506.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1506.setScores(scores); - ffastqReads.push_back(read1506); - FastqRead read1507; read1507.setName("M00967_44_000000000-A3K85_1_1103_23321_18830"); - read1507.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1507.setScores(scores); - ffastqReads.push_back(read1507); - FastqRead read1508; read1508.setName("M00967_44_000000000-A3K85_1_1103_15273_18842"); - read1508.setSeq("TACGTAGGGAGCAAGCGTTGTTCGGAATGACTGGGCGTAAAGGGTGCGTAGGCGGTTGTACAAGTTAGAAGTGAAATACCCAGGGCTTAACTCGGGTGCTGCTTCTAAAACTGTATGACTTGAGTGCAGTAGAGGTTAGTGGAATTCCTAGTGTAGCGGTGGAATGCGTAGATATTAGGAGGAACACCAGAGGCGAAGGCGGCTAACTGGACTGCAACTGACGCTGAGGCACGAAAGTGTGGGGAGCAAA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(27); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(28); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(31); scores.push_back(13); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(26); scores.push_back(28); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(24); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); read1508.setScores(scores); - ffastqReads.push_back(read1508); - FastqRead read1509; read1509.setName("M00967_44_000000000-A3K85_1_1103_17511_18920"); - read1509.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(28); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(29); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1509.setScores(scores); - ffastqReads.push_back(read1509); - FastqRead read1510; read1510.setName("M00967_44_000000000-A3K85_1_1103_7018_18928"); - read1510.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1510.setScores(scores); - ffastqReads.push_back(read1510); - FastqRead read1511; read1511.setName("M00967_44_000000000-A3K85_1_1103_27978_18943"); - read1511.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1511.setScores(scores); - ffastqReads.push_back(read1511); - FastqRead read1512; read1512.setName("M00967_44_000000000-A3K85_1_1103_9670_19013"); - read1512.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1512.setScores(scores); - ffastqReads.push_back(read1512); - FastqRead read1513; read1513.setName("M00967_44_000000000-A3K85_1_1103_23081_19144"); - read1513.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGGACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCCCGAAAGTGCGGGGGTCCAAACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(17); scores.push_back(19); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(19); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(29); scores.push_back(12); scores.push_back(35); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(28); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(34); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(29); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(33); scores.push_back(28); scores.push_back(35); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(29); scores.push_back(28); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(31); scores.push_back(29); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(13); read1513.setScores(scores); - ffastqReads.push_back(read1513); - FastqRead read1514; read1514.setName("M00967_44_000000000-A3K85_1_1103_24434_19183"); - read1514.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1514.setScores(scores); - ffastqReads.push_back(read1514); - FastqRead read1515; read1515.setName("M00967_44_000000000-A3K85_1_1103_17019_19190"); - read1515.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1515.setScores(scores); - ffastqReads.push_back(read1515); - FastqRead read1516; read1516.setName("M00967_44_000000000-A3K85_1_1103_10311_19219"); - read1516.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGGGCGCAGACGGCAGCGCAAGCCAGGAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTCTTGGAACTGCGCGGCTGGAGTGCAGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGTGGCGAAGGCGGCCTGCTGGACTGCGACTGACGTTGAGGCCCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1516.setScores(scores); - ffastqReads.push_back(read1516); - FastqRead read1517; read1517.setName("M00967_44_000000000-A3K85_1_1103_24155_19279"); - read1517.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1517.setScores(scores); - ffastqReads.push_back(read1517); - FastqRead read1518; read1518.setName("M00967_44_000000000-A3K85_1_1103_22758_19302"); - read1518.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(15); scores.push_back(27); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(24); scores.push_back(31); scores.push_back(28); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(29); scores.push_back(28); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(37); read1518.setScores(scores); - ffastqReads.push_back(read1518); - FastqRead read1519; read1519.setName("M00967_44_000000000-A3K85_1_1103_20150_19314"); - read1519.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1519.setScores(scores); - ffastqReads.push_back(read1519); - FastqRead read1520; read1520.setName("M00967_44_000000000-A3K85_1_1103_2960_19448"); - read1520.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTATGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(36); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(28); scores.push_back(12); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); read1520.setScores(scores); - ffastqReads.push_back(read1520); - FastqRead read1521; read1521.setName("M00967_44_000000000-A3K85_1_1103_18351_19461"); - read1521.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1521.setScores(scores); - ffastqReads.push_back(read1521); - FastqRead read1522; read1522.setName("M00967_44_000000000-A3K85_1_1103_19714_19498"); - read1522.setSeq("TACGTAGGGGGCGAGCGTTGTCCGGAATGACTGGGCGTAAAGGGAGTGTAGGCGGCTCTTTAAGTTATATGTGAAATCCCGCGGCTTAACCGTGGAAGTGCATATAAAACTGGGGAGCTGGAGTGCAGGAGAGGTGAGTGGAATTCCTAGTGTAGCGGTGGAATGCGTAGATATTAGGAAGAACACCGGTGGCGAAGGCGGCTCACTGGACTGTAACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1522.setScores(scores); - ffastqReads.push_back(read1522); - FastqRead read1523; read1523.setName("M00967_44_000000000-A3K85_1_1103_9547_19513"); - read1523.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGAAGAAAGTCTGAAGTGAAAGCCCGCGGCTTAACCGCGGAACTGCTTTGGAAACTTTTTTGCTGGAGTACCGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACGGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1523.setScores(scores); - ffastqReads.push_back(read1523); - FastqRead read1524; read1524.setName("M00967_44_000000000-A3K85_1_1103_22936_19518"); - read1524.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1524.setScores(scores); - ffastqReads.push_back(read1524); - FastqRead read1525; read1525.setName("M00967_44_000000000-A3K85_1_1103_9506_19572"); - read1525.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTGTGCAAGTCTGAAGTGAAAGCCCAGGGCTCAACCCTGGGACTGCTTTGGAAACTGTGGAGCTAGAGTGCTGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read1525.setScores(scores); - ffastqReads.push_back(read1525); - FastqRead read1526; read1526.setName("M00967_44_000000000-A3K85_1_1103_6680_19574"); - read1526.setSeq("TACGTAGGTGGCGAGCGTTGTCCGGATTTACTGGGCGTAAAGGGAGCGTAGGCGGACTTTTAAGTGAGATGTGAAATACTCGGGCTCAACTTGAGTGCTGCATTTCAAACTGGAAGTCTAGAGTGCAGGAGAGGAGAATGGAATTCCTAGTGTAGCGGTGAAATGCGTAGAGATTAGGAAGAACACCAGTGGCGAAGGCGATTCTCTGGACTGTAACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1526.setScores(scores); - ffastqReads.push_back(read1526); - FastqRead read1527; read1527.setName("M00967_44_000000000-A3K85_1_1103_19275_19601"); - read1527.setSeq("TACGTAGGTGGCAAGCGTTATCCGGAATTATTGGGCGTAAAGAGCGCGCAGGTGGTTAATTAAGTCTGATGTGAAAGCCCACGGCTTAACCGTGGAGGGTCATTGGAAACTGGTTGACTTGAGTGCAGAAGAGGGAAGTGGAATTCCATGTGTAGCGGTGAAATGCGTAGAGATATGGAGGAACACCAGTGGCGAAGGCGGCTTCCTGGTCTGCAACTGACACTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1527.setScores(scores); - ffastqReads.push_back(read1527); - FastqRead read1528; read1528.setName("M00967_44_000000000-A3K85_1_1103_22951_19624"); - read1528.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1528.setScores(scores); - ffastqReads.push_back(read1528); - FastqRead read1529; read1529.setName("M00967_44_000000000-A3K85_1_1103_8019_19624"); - read1529.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1529.setScores(scores); - ffastqReads.push_back(read1529); - FastqRead read1530; read1530.setName("M00967_44_000000000-A3K85_1_1103_23352_19628"); - read1530.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(29); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(27); scores.push_back(13); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(36); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(28); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(30); scores.push_back(12); scores.push_back(28); scores.push_back(33); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(30); scores.push_back(14); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); read1530.setScores(scores); - ffastqReads.push_back(read1530); - FastqRead read1531; read1531.setName("M00967_44_000000000-A3K85_1_1103_12999_19660"); - read1531.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(29); scores.push_back(29); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1531.setScores(scores); - ffastqReads.push_back(read1531); - FastqRead read1532; read1532.setName("M00967_44_000000000-A3K85_1_1103_3950_19678"); - read1532.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(37); read1532.setScores(scores); - ffastqReads.push_back(read1532); - FastqRead read1533; read1533.setName("M00967_44_000000000-A3K85_1_1103_15632_19680"); - read1533.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1533.setScores(scores); - ffastqReads.push_back(read1533); - FastqRead read1534; read1534.setName("M00967_44_000000000-A3K85_1_1103_27326_19724"); - read1534.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGCGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCATTTGAAACTGGCAGTCTTGAGTACAGAAGAGGAGGGCGGATTTCGTGTGGAAGCGTTGAAATGCTTAATAACCACGAAGAACTCCATTGGCGAAGGCACCTCACTGGACCGCAACGGACACTGATGCTCAAAAGTGTGGGTACCAAACG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(19); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(19); scores.push_back(19); scores.push_back(33); scores.push_back(18); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(18); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(17); scores.push_back(17); scores.push_back(30); scores.push_back(27); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(27); scores.push_back(30); scores.push_back(27); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(29); scores.push_back(27); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(13); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(13); read1534.setScores(scores); - ffastqReads.push_back(read1534); - FastqRead read1535; read1535.setName("M00967_44_000000000-A3K85_1_1103_23541_19771"); - read1535.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1535.setScores(scores); - ffastqReads.push_back(read1535); - FastqRead read1536; read1536.setName("M00967_44_000000000-A3K85_1_1103_19202_19794"); - read1536.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1536.setScores(scores); - ffastqReads.push_back(read1536); - FastqRead read1537; read1537.setName("M00967_44_000000000-A3K85_1_1103_18682_19804"); - read1537.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGGGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(27); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(27); scores.push_back(25); read1537.setScores(scores); - ffastqReads.push_back(read1537); - FastqRead read1538; read1538.setName("M00967_44_000000000-A3K85_1_1103_14671_19841"); - read1538.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1538.setScores(scores); - ffastqReads.push_back(read1538); - FastqRead read1539; read1539.setName("M00967_44_000000000-A3K85_1_1103_5340_19882"); - read1539.setSeq("TACGTAGGCGGCAAGCGTTATCCGGAATTATTGGGCGTAAAGAGCGCGCAGGTGGTTAATTAAGTCTGATGTGAAAGCCCACGGCTTAACCGTGGAGGGTCATTGGAAACTGGTTGACTTGAGTGCAGAAGAGGGAAGTGGAATTCCATGTGTAGCGGTGAAATGCGTAGAGATATGGAGGAACACCAGTGGCGAAGGCGGCTTCCTGGTCTGCAACTGACACTGAGGCGCGAAAGCGTGGGGATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(19); scores.push_back(29); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1539.setScores(scores); - ffastqReads.push_back(read1539); - FastqRead read1540; read1540.setName("M00967_44_000000000-A3K85_1_1103_11028_19930"); - read1540.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(17); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(12); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(28); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(26); scores.push_back(30); scores.push_back(30); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(14); read1540.setScores(scores); - ffastqReads.push_back(read1540); - FastqRead read1541; read1541.setName("M00967_44_000000000-A3K85_1_1103_15653_20046"); - read1541.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1541.setScores(scores); - ffastqReads.push_back(read1541); - FastqRead read1542; read1542.setName("M00967_44_000000000-A3K85_1_1103_14597_20151"); - read1542.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(27); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(28); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); read1542.setScores(scores); - ffastqReads.push_back(read1542); - FastqRead read1543; read1543.setName("M00967_44_000000000-A3K85_1_1103_10784_20157"); - read1543.setSeq("TACGTAGGAGGCAAGCGTTATCCGGAATGACTGGGCGTAAAGGGTGCGTAGGTGGTTTGACAAGTTGGTAGCGTAACTCCGAGGCTTAACCTCGGCACTACTACCAAAACTGTTGGACTCGAGTGCAGGAGGGGCAAATGGAATTCCTAGTGTAGCGGTGGAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGATTTGCTGGACTGTAACTGACACTGAGGCACGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1543.setScores(scores); - ffastqReads.push_back(read1543); - FastqRead read1544; read1544.setName("M00967_44_000000000-A3K85_1_1103_22277_20204"); - read1544.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1544.setScores(scores); - ffastqReads.push_back(read1544); - FastqRead read1545; read1545.setName("M00967_44_000000000-A3K85_1_1103_4683_20232"); - read1545.setSeq("TACGTAGGAGGCAAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTGTCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1545.setScores(scores); - ffastqReads.push_back(read1545); - FastqRead read1546; read1546.setName("M00967_44_000000000-A3K85_1_1103_7541_20239"); - read1546.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(34); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1546.setScores(scores); - ffastqReads.push_back(read1546); - FastqRead read1547; read1547.setName("M00967_44_000000000-A3K85_1_1103_18556_20305"); - read1547.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(34); scores.push_back(37); read1547.setScores(scores); - ffastqReads.push_back(read1547); - FastqRead read1548; read1548.setName("M00967_44_000000000-A3K85_1_1103_21456_20321"); - read1548.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1548.setScores(scores); - ffastqReads.push_back(read1548); - FastqRead read1549; read1549.setName("M00967_44_000000000-A3K85_1_1103_17409_20416"); - read1549.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(13); read1549.setScores(scores); - ffastqReads.push_back(read1549); - FastqRead read1550; read1550.setName("M00967_44_000000000-A3K85_1_1103_17395_20528"); - read1550.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGACCACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCCCGAAAGCGGGGGGAGCAAACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(35); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(29); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(29); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(33); scores.push_back(34); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(27); scores.push_back(37); scores.push_back(27); scores.push_back(14); scores.push_back(31); scores.push_back(27); scores.push_back(37); scores.push_back(16); scores.push_back(30); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(35); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(29); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(12); read1550.setScores(scores); - ffastqReads.push_back(read1550); - FastqRead read1551; read1551.setName("M00967_44_000000000-A3K85_1_1103_10583_20564"); - read1551.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(29); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(18); scores.push_back(18); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read1551.setScores(scores); - ffastqReads.push_back(read1551); - FastqRead read1552; read1552.setName("M00967_44_000000000-A3K85_1_1103_28474_20611"); - read1552.setSeq("TACNGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(2); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1552.setScores(scores); - ffastqReads.push_back(read1552); - FastqRead read1553; read1553.setName("M00967_44_000000000-A3K85_1_1103_4930_20613"); - read1553.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTGTCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1553.setScores(scores); - ffastqReads.push_back(read1553); - FastqRead read1554; read1554.setName("M00967_44_000000000-A3K85_1_1103_26491_20615"); - read1554.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1554.setScores(scores); - ffastqReads.push_back(read1554); - FastqRead read1555; read1555.setName("M00967_44_000000000-A3K85_1_1103_20367_20617"); - read1555.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read1555.setScores(scores); - ffastqReads.push_back(read1555); - FastqRead read1556; read1556.setName("M00967_44_000000000-A3K85_1_1103_3566_20620"); - read1556.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGGACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGACGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAAAA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(18); scores.push_back(17); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(27); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(27); scores.push_back(15); scores.push_back(28); scores.push_back(35); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(29); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(13); read1556.setScores(scores); - ffastqReads.push_back(read1556); - FastqRead read1557; read1557.setName("M00967_44_000000000-A3K85_1_1103_11051_20624"); - read1557.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); read1557.setScores(scores); - ffastqReads.push_back(read1557); - FastqRead read1558; read1558.setName("M00967_44_000000000-A3K85_1_1103_14737_20726"); - read1558.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); read1558.setScores(scores); - ffastqReads.push_back(read1558); - FastqRead read1559; read1559.setName("M00967_44_000000000-A3K85_1_1103_16867_20769"); - read1559.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(18); scores.push_back(29); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(16); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(27); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(27); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(37); read1559.setScores(scores); - ffastqReads.push_back(read1559); - FastqRead read1560; read1560.setName("M00967_44_000000000-A3K85_1_1103_13724_20774"); - read1560.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1560.setScores(scores); - ffastqReads.push_back(read1560); - FastqRead read1561; read1561.setName("M00967_44_000000000-A3K85_1_1103_16837_20816"); - read1561.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGTCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1561.setScores(scores); - ffastqReads.push_back(read1561); - FastqRead read1562; read1562.setName("M00967_44_000000000-A3K85_1_1103_7611_20874"); - read1562.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(35); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); read1562.setScores(scores); - ffastqReads.push_back(read1562); - FastqRead read1563; read1563.setName("M00967_44_000000000-A3K85_1_1103_6952_20934"); - read1563.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1563.setScores(scores); - ffastqReads.push_back(read1563); - FastqRead read1564; read1564.setName("M00967_44_000000000-A3K85_1_1103_23073_20978"); - read1564.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1564.setScores(scores); - ffastqReads.push_back(read1564); - FastqRead read1565; read1565.setName("M00967_44_000000000-A3K85_1_1103_16998_20990"); - read1565.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGGTGTACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1565.setScores(scores); - ffastqReads.push_back(read1565); - FastqRead read1566; read1566.setName("M00967_44_000000000-A3K85_1_1103_22482_21000"); - read1566.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTCCTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTAAGGCTAGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGATGACTGACGTTGAGGCCCGAAAGCGTGGGGGGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(27); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(28); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(13); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(27); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(27); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(14); scores.push_back(27); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(27); scores.push_back(13); read1566.setScores(scores); - ffastqReads.push_back(read1566); - FastqRead read1567; read1567.setName("M00967_44_000000000-A3K85_1_1103_21491_21026"); - read1567.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1567.setScores(scores); - ffastqReads.push_back(read1567); - FastqRead read1568; read1568.setName("M00967_44_000000000-A3K85_1_1103_14063_21055"); - read1568.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); read1568.setScores(scores); - ffastqReads.push_back(read1568); - FastqRead read1569; read1569.setName("M00967_44_000000000-A3K85_1_1103_6147_21060"); - read1569.setSeq("TACGTAGGGGGCAAGCGTTATCTGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(31); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1569.setScores(scores); - ffastqReads.push_back(read1569); - FastqRead read1570; read1570.setName("M00967_44_000000000-A3K85_1_1103_4848_21126"); - read1570.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(28); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1570.setScores(scores); - ffastqReads.push_back(read1570); - FastqRead read1571; read1571.setName("M00967_44_000000000-A3K85_1_1103_10532_21130"); - read1571.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1571.setScores(scores); - ffastqReads.push_back(read1571); - FastqRead read1572; read1572.setName("M00967_44_000000000-A3K85_1_1103_28149_21159"); - read1572.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCATAGCAAGTCTGAAGTGAAAGCCCAAGGCTCAACCATGGGACTGCTTTGGAAACTGTTAAGCTAGAGTGCTGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAAGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); read1572.setScores(scores); - ffastqReads.push_back(read1572); - FastqRead read1573; read1573.setName("M00967_44_000000000-A3K85_1_1103_21357_21167"); - read1573.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1573.setScores(scores); - ffastqReads.push_back(read1573); - FastqRead read1574; read1574.setName("M00967_44_000000000-A3K85_1_1103_27060_21193"); - read1574.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1574.setScores(scores); - ffastqReads.push_back(read1574); - FastqRead read1575; read1575.setName("M00967_44_000000000-A3K85_1_1103_23468_21226"); - read1575.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1575.setScores(scores); - ffastqReads.push_back(read1575); - FastqRead read1576; read1576.setName("M00967_44_000000000-A3K85_1_1103_3992_21248"); - read1576.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGATGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(29); scores.push_back(19); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(28); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); read1576.setScores(scores); - ffastqReads.push_back(read1576); - FastqRead read1577; read1577.setName("M00967_44_000000000-A3K85_1_1103_15857_21275"); - read1577.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1577.setScores(scores); - ffastqReads.push_back(read1577); - FastqRead read1578; read1578.setName("M00967_44_000000000-A3K85_1_1103_17036_21297"); - read1578.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGGCGGCGATGCAAGTCAGAAGTGAAAGCCCGGGGCTCAACTCCGGGACTGCTTTTGAAACTGTGTTGCTAGATTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAAATGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(18); scores.push_back(29); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(13); read1578.setScores(scores); - ffastqReads.push_back(read1578); - FastqRead read1579; read1579.setName("M00967_44_000000000-A3K85_1_1103_9234_21321"); - read1579.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGATGCAAGCCAGATGTGAAAGCCCGCGGCTCAACTGCGGTAGTGCATTTGGAACTGTATGGCTGGAGTGCAGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACTGTAACTGACGTTGGGGCTCGGAAGCGTGGGGGGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(28); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(30); read1579.setScores(scores); - ffastqReads.push_back(read1579); - FastqRead read1580; read1580.setName("M00967_44_000000000-A3K85_1_1103_13437_21410"); - read1580.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(18); scores.push_back(17); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(31); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(31); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(28); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(13); read1580.setScores(scores); - ffastqReads.push_back(read1580); - FastqRead read1581; read1581.setName("M00967_44_000000000-A3K85_1_1103_3832_21484"); - read1581.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGATGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(20); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1581.setScores(scores); - ffastqReads.push_back(read1581); - FastqRead read1582; read1582.setName("M00967_44_000000000-A3K85_1_1103_23901_21531"); - read1582.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(37); scores.push_back(37); read1582.setScores(scores); - ffastqReads.push_back(read1582); - FastqRead read1583; read1583.setName("M00967_44_000000000-A3K85_1_1103_19094_21552"); - read1583.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1583.setScores(scores); - ffastqReads.push_back(read1583); - FastqRead read1584; read1584.setName("M00967_44_000000000-A3K85_1_1103_12995_21576"); - read1584.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTATGTAAGTCTGAAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTTTGGAAACTGTGTAACTAGAGTACAGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACTGAAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1584.setScores(scores); - ffastqReads.push_back(read1584); - FastqRead read1585; read1585.setName("M00967_44_000000000-A3K85_1_1103_20828_21584"); - read1585.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1585.setScores(scores); - ffastqReads.push_back(read1585); - FastqRead read1586; read1586.setName("M00967_44_000000000-A3K85_1_1103_7153_21626"); - read1586.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1586.setScores(scores); - ffastqReads.push_back(read1586); - FastqRead read1587; read1587.setName("M00967_44_000000000-A3K85_1_1103_8225_21627"); - read1587.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTCCTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTAAGGCTAGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGGCGATGACTGACGTTGAGGCTCGAAAGCGTGGGGAGCCAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(31); scores.push_back(12); scores.push_back(28); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(26); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(12); read1587.setScores(scores); - ffastqReads.push_back(read1587); - FastqRead read1588; read1588.setName("M00967_44_000000000-A3K85_1_1103_19859_21678"); - read1588.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAGAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1588.setScores(scores); - ffastqReads.push_back(read1588); - FastqRead read1589; read1589.setName("M00967_44_000000000-A3K85_1_1103_20711_21784"); - read1589.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(17); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(37); read1589.setScores(scores); - ffastqReads.push_back(read1589); - FastqRead read1590; read1590.setName("M00967_44_000000000-A3K85_1_1103_24342_21805"); - read1590.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCCGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(27); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); read1590.setScores(scores); - ffastqReads.push_back(read1590); - FastqRead read1591; read1591.setName("M00967_44_000000000-A3K85_1_1103_7590_21831"); - read1591.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(25); read1591.setScores(scores); - ffastqReads.push_back(read1591); - FastqRead read1592; read1592.setName("M00967_44_000000000-A3K85_1_1103_22836_21832"); - read1592.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTGCGCAAGTCTGAAGTGAAAGCCCGGGGCTCAACCCCGGGACTGCTTTGGAAACTGTGTAGCTAGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAAGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1592.setScores(scores); - ffastqReads.push_back(read1592); - FastqRead read1593; read1593.setName("M00967_44_000000000-A3K85_1_1103_21801_21915"); - read1593.setSeq("TACGTAGGTGGCAAGCGTTATCCGGAATTATTGGGCGTAAAGGGCGCGCAGGTGGTTAATTAAGTCTGATGTGAAAGCCCACGGCTTAACCGTGGAGGGCCATTGGAAACTGGTTGACTTGAGTGCAGAAGAGGGAAGTGGAATTCCATGTGTAGCGGTGAAATGCGTAGAGATATGGAGGAACACCAGTGGCGAAGGAGGCTTCCTGGTCTGCAACTGACCCTGAGGCGCGAAAGCGTGGGGAGCAAACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(29); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(27); scores.push_back(15); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(16); scores.push_back(31); scores.push_back(14); scores.push_back(15); scores.push_back(16); scores.push_back(31); scores.push_back(17); scores.push_back(16); scores.push_back(31); scores.push_back(16); scores.push_back(30); scores.push_back(30); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(13); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(28); scores.push_back(16); scores.push_back(16); scores.push_back(28); scores.push_back(27); scores.push_back(27); scores.push_back(15); scores.push_back(27); scores.push_back(32); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(36); scores.push_back(39); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(25); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(24); scores.push_back(36); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(28); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(29); scores.push_back(24); scores.push_back(14); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(12); read1593.setScores(scores); - ffastqReads.push_back(read1593); - FastqRead read1594; read1594.setName("M00967_44_000000000-A3K85_1_1103_24936_21934"); - read1594.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1594.setScores(scores); - ffastqReads.push_back(read1594); - FastqRead read1595; read1595.setName("M00967_44_000000000-A3K85_1_1103_24915_21934"); - read1595.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1595.setScores(scores); - ffastqReads.push_back(read1595); - FastqRead read1596; read1596.setName("M00967_44_000000000-A3K85_1_1103_7785_21957"); - read1596.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTTGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1596.setScores(scores); - ffastqReads.push_back(read1596); - FastqRead read1597; read1597.setName("M00967_44_000000000-A3K85_1_1103_5446_21963"); - read1597.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read1597.setScores(scores); - ffastqReads.push_back(read1597); - FastqRead read1598; read1598.setName("M00967_44_000000000-A3K85_1_1103_7986_21969"); - read1598.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1598.setScores(scores); - ffastqReads.push_back(read1598); - FastqRead read1599; read1599.setName("M00967_44_000000000-A3K85_1_1103_23096_22127"); - read1599.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1599.setScores(scores); - ffastqReads.push_back(read1599); - FastqRead read1600; read1600.setName("M00967_44_000000000-A3K85_1_1103_21559_22133"); - read1600.setSeq("TACGTATGGTGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGCAGGCGGTACGGCAAGTCTGATGTGAAAGCCCAGGGCTCAACCCTGGTACTGCATTGGAAACTGCCGGACTAGAGTGTCGGAGGGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACGATGACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1600.setScores(scores); - ffastqReads.push_back(read1600); - FastqRead read1601; read1601.setName("M00967_44_000000000-A3K85_1_1103_9508_22198"); - read1601.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1601.setScores(scores); - ffastqReads.push_back(read1601); - FastqRead read1602; read1602.setName("M00967_44_000000000-A3K85_1_1103_7961_22268"); - read1602.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGAGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGCCACTGATGCTCGAAAGTGTGGGAATCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(29); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(17); scores.push_back(17); scores.push_back(27); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(27); scores.push_back(37); scores.push_back(17); scores.push_back(27); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(17); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(15); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(32); scores.push_back(13); scores.push_back(27); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(34); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); read1602.setScores(scores); - ffastqReads.push_back(read1602); - FastqRead read1603; read1603.setName("M00967_44_000000000-A3K85_1_1103_16224_22376"); - read1603.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1603.setScores(scores); - ffastqReads.push_back(read1603); - FastqRead read1604; read1604.setName("M00967_44_000000000-A3K85_1_1103_26966_22397"); - read1604.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(35); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); read1604.setScores(scores); - ffastqReads.push_back(read1604); - FastqRead read1605; read1605.setName("M00967_44_000000000-A3K85_1_1103_13413_22405"); - read1605.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGAAGAAAGTCTGAAGTGAAAGCCCGCGGCTCAACCGCGGAATGGCTTTGGAAACTTTTTTGCTGGAGTACCGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACGGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1605.setScores(scores); - ffastqReads.push_back(read1605); - FastqRead read1606; read1606.setName("M00967_44_000000000-A3K85_1_1103_13860_22631"); - read1606.setSeq("TACGTAGGTGGCAAGCGTTATCCGGAATTATTGGGCGTAAAGAGCGCGCAGGTGGTTAATTAAGTCTGATGTGAAAGCCCACGGCTTAACCGTGGAGGGTCATTGGAAACTGGTTGACTTGAGTGCAGAAGAGGGAAGTGGAATTCCATGTGTAGCGATGAAATGCGTAGAGATATGGAGGAACACCAGTGGCGAAGGCGGCTTCCTGGTCTGCAACTGACACTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1606.setScores(scores); - ffastqReads.push_back(read1606); - FastqRead read1607; read1607.setName("M00967_44_000000000-A3K85_1_1103_21853_22673"); - read1607.setSeq("TACGTAGGTGGCGAGCGTTGTCCGGATTTACTGGGCGTAAAGGGAGCGTAGGCGGACTTTTAAGTGAGATGTGAAATACTCGGGCTCAACTTGAGTGCTGCATTTCAAACTGGAAGTCTAGAGTGCAGGAGAGGAGAATGGAATTCCTAGTGTAGCGGTGAAATGCGTAGAGATTAGGAAGAACACCAGTGGCGAAGGCGGTTCTCTGGACTGTAACTGACGCTGAGGCTCGAAAGCGTGGGTATCGAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1607.setScores(scores); - ffastqReads.push_back(read1607); - FastqRead read1608; read1608.setName("M00967_44_000000000-A3K85_1_1103_22311_22803"); - read1608.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1608.setScores(scores); - ffastqReads.push_back(read1608); - FastqRead read1609; read1609.setName("M00967_44_000000000-A3K85_1_1103_12551_22804"); - read1609.setSeq("TACGTAGGTGGCAAGCGTTATCCGGAATTATTGGGCGTAAAGAGCGCGCAGGTGGTTAATTAAGTCTGATGTGAAAGCCCACGGCTTAACCGTGGAGGGTCATTGGAAACTGGTTGACTTGAGTGCAGAAGAGGGAAGTGGAATTCCATGTGTAGCGGTGAAATGCGTAGAGATATGGAGGAACACCAGTGGCGAAGGCGGCTTCCTGGTCTGCAACTGACACTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(20); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1609.setScores(scores); - ffastqReads.push_back(read1609); - FastqRead read1610; read1610.setName("M00967_44_000000000-A3K85_1_1103_14070_22835"); - read1610.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1610.setScores(scores); - ffastqReads.push_back(read1610); - FastqRead read1611; read1611.setName("M00967_44_000000000-A3K85_1_1103_11192_22913"); - read1611.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1611.setScores(scores); - ffastqReads.push_back(read1611); - FastqRead read1612; read1612.setName("M00967_44_000000000-A3K85_1_1103_16956_23047"); - read1612.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCCAGACAAGTCAGAAGTGAAAACCCGCGGCTCAACTGCGGGAGTGCTTTTGAAACTGTTTGGCTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1612.setScores(scores); - ffastqReads.push_back(read1612); - FastqRead read1613; read1613.setName("M00967_44_000000000-A3K85_1_1103_14155_23265"); - read1613.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGCGTGTAGGCGGGAAAGCAAGTCAGATGTGAAAACCATGGGCTCAACCTGTGGCCTGCATTTGAAACTGTTTTTCTTGAGTACTGGAGAGGCAGACGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGTCTGCTGGACAGCAACTGACGCTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(24); scores.push_back(32); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(25); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read1613.setScores(scores); - ffastqReads.push_back(read1613); - FastqRead read1614; read1614.setName("M00967_44_000000000-A3K85_1_1103_10006_23310"); - read1614.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGATCGTTAAGTCAGTGGTCAAATTGAGGGGCTCAACCCCTTCCCGCCATTGAAACTGGCGATCTTGAGTGGAAGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1614.setScores(scores); - ffastqReads.push_back(read1614); - FastqRead read1615; read1615.setName("M00967_44_000000000-A3K85_1_1103_9742_23352"); - read1615.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTCCTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTAAGGCTAGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGATGACTGACGTTGAGGCTCGGAAGCGTGGGGGGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(31); scores.push_back(28); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(29); scores.push_back(33); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); read1615.setScores(scores); - ffastqReads.push_back(read1615); - FastqRead read1616; read1616.setName("M00967_44_000000000-A3K85_1_1103_8399_23381"); - read1616.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGGGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(30); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1616.setScores(scores); - ffastqReads.push_back(read1616); - FastqRead read1617; read1617.setName("M00967_44_000000000-A3K85_1_1103_16306_23388"); - read1617.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); read1617.setScores(scores); - ffastqReads.push_back(read1617); - FastqRead read1618; read1618.setName("M00967_44_000000000-A3K85_1_1103_16808_23425"); - read1618.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1618.setScores(scores); - ffastqReads.push_back(read1618); - FastqRead read1619; read1619.setName("M00967_44_000000000-A3K85_1_1103_12949_23426"); - read1619.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1619.setScores(scores); - ffastqReads.push_back(read1619); - FastqRead read1620; read1620.setName("M00967_44_000000000-A3K85_1_1103_5666_23432"); - read1620.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(33); read1620.setScores(scores); - ffastqReads.push_back(read1620); - FastqRead read1621; read1621.setName("M00967_44_000000000-A3K85_1_1103_5685_23435"); - read1621.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATTCCGGCGCCCTACTGACGCTGAGGCACGAAAGCGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(17); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(19); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(31); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(26); scores.push_back(12); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); read1621.setScores(scores); - ffastqReads.push_back(read1621); - FastqRead read1622; read1622.setName("M00967_44_000000000-A3K85_1_1103_22918_23456"); - read1622.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(32); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(31); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1622.setScores(scores); - ffastqReads.push_back(read1622); - FastqRead read1623; read1623.setName("M00967_44_000000000-A3K85_1_1103_19074_23490"); - read1623.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1623.setScores(scores); - ffastqReads.push_back(read1623); - FastqRead read1624; read1624.setName("M00967_44_000000000-A3K85_1_1103_12043_23499"); - read1624.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1624.setScores(scores); - ffastqReads.push_back(read1624); - FastqRead read1625; read1625.setName("M00967_44_000000000-A3K85_1_1103_15796_23573"); - read1625.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1625.setScores(scores); - ffastqReads.push_back(read1625); - FastqRead read1626; read1626.setName("M00967_44_000000000-A3K85_1_1103_26642_23598"); - read1626.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACGGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(13); read1626.setScores(scores); - ffastqReads.push_back(read1626); - FastqRead read1627; read1627.setName("M00967_44_000000000-A3K85_1_1103_18406_23813"); - read1627.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); read1627.setScores(scores); - ffastqReads.push_back(read1627); - FastqRead read1628; read1628.setName("M00967_44_000000000-A3K85_1_1103_17509_23825"); - read1628.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1628.setScores(scores); - ffastqReads.push_back(read1628); - FastqRead read1629; read1629.setName("M00967_44_000000000-A3K85_1_1103_14145_23830"); - read1629.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); read1629.setScores(scores); - ffastqReads.push_back(read1629); - FastqRead read1630; read1630.setName("M00967_44_000000000-A3K85_1_1103_15131_23866"); - read1630.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGAACGAAAGCGTGGGAATCGACCAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); read1630.setScores(scores); - ffastqReads.push_back(read1630); - FastqRead read1631; read1631.setName("M00967_44_000000000-A3K85_1_1103_25338_23909"); - read1631.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCGGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(28); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(31); scores.push_back(26); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read1631.setScores(scores); - ffastqReads.push_back(read1631); - FastqRead read1632; read1632.setName("M00967_44_000000000-A3K85_1_1103_13239_23936"); - read1632.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1632.setScores(scores); - ffastqReads.push_back(read1632); - FastqRead read1633; read1633.setName("M00967_44_000000000-A3K85_1_1103_18636_23965"); - read1633.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTGCGCAAGTCTGAAGTGAAAGCCCGGGGCTCAACCCCGGGACTGCTTTGGAAACTGTGTAGCTAGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAAGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1633.setScores(scores); - ffastqReads.push_back(read1633); - FastqRead read1634; read1634.setName("M00967_44_000000000-A3K85_1_1103_9629_23985"); - read1634.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTTAAGTCAGCGGTCAAATGTAGGGGCTCAACCTCTGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(16); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(30); scores.push_back(19); scores.push_back(33); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(12); scores.push_back(29); scores.push_back(36); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1634.setScores(scores); - ffastqReads.push_back(read1634); - FastqRead read1635; read1635.setName("M00967_44_000000000-A3K85_1_1103_24174_24078"); - read1635.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1635.setScores(scores); - ffastqReads.push_back(read1635); - FastqRead read1636; read1636.setName("M00967_44_000000000-A3K85_1_1103_24682_24140"); - read1636.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1636.setScores(scores); - ffastqReads.push_back(read1636); - FastqRead read1637; read1637.setName("M00967_44_000000000-A3K85_1_1103_23311_24194"); - read1637.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(33); read1637.setScores(scores); - ffastqReads.push_back(read1637); - FastqRead read1638; read1638.setName("M00967_44_000000000-A3K85_1_1103_17382_24279"); - read1638.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1638.setScores(scores); - ffastqReads.push_back(read1638); - FastqRead read1639; read1639.setName("M00967_44_000000000-A3K85_1_1103_18439_24461"); - read1639.setSeq("TACGGAGGATACGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); read1639.setScores(scores); - ffastqReads.push_back(read1639); - FastqRead read1640; read1640.setName("M00967_44_000000000-A3K85_1_1103_12485_24494"); - read1640.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(13); read1640.setScores(scores); - ffastqReads.push_back(read1640); - FastqRead read1641; read1641.setName("M00967_44_000000000-A3K85_1_1103_19273_24515"); - read1641.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1641.setScores(scores); - ffastqReads.push_back(read1641); - FastqRead read1642; read1642.setName("M00967_44_000000000-A3K85_1_1103_20806_24688"); - read1642.setSeq("TACGGAGGTGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGCGTGTAGGCGGGGACGCAAGTCAGATGTGAAAACCACGGGCTCAACCTGTGGCCTGCATTTGAAACTGTGTTTCTTGAGTACTGGAGAGGCAGACGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGTCTGCTGGACAGCAACTGACGCTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(27); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1642.setScores(scores); - ffastqReads.push_back(read1642); - FastqRead read1643; read1643.setName("M00967_44_000000000-A3K85_1_1103_14081_24798"); - read1643.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1643.setScores(scores); - ffastqReads.push_back(read1643); - FastqRead read1644; read1644.setName("M00967_44_000000000-A3K85_1_1103_23143_24859"); - read1644.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1644.setScores(scores); - ffastqReads.push_back(read1644); - FastqRead read1645; read1645.setName("M00967_44_000000000-A3K85_1_1103_19977_24864"); - read1645.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGGTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTGCTGCTAGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCCTACTGGACCGAAACTGACGCTGAGGCTCGAAAGCGGGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(27); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(29); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1645.setScores(scores); - ffastqReads.push_back(read1645); - FastqRead read1646; read1646.setName("M00967_44_000000000-A3K85_1_1103_7976_24891"); - read1646.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGTGTAGGCGGGAAGTCAAGTCAGCGGTGAAAACGAGGGGCTCAACCCCTACCCGCCATTTAAAATGGCGTTTTTGGGTGGCTGGGAAGTCAATGGAAAGCGTGGTGTAAGCGTGAAATGCCTAGATATCACGCAGAAACACCATTGCGAAGGCCGCATTCCGGCTCCCTAATGACGCTGAAGCACGAAAGCGGGGGGATGCAAACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(33); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(14); scores.push_back(29); scores.push_back(30); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(18); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(29); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(15); scores.push_back(12); scores.push_back(13); scores.push_back(29); scores.push_back(12); scores.push_back(13); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(15); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(28); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(13); read1646.setScores(scores); - ffastqReads.push_back(read1646); - FastqRead read1647; read1647.setName("M00967_44_000000000-A3K85_1_1103_17926_24946"); - read1647.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTATTGGGCGTAAAGCGAGTGCAGGCGGTTCAATAAGTCTGATGTGAAAGCCTTCGGCTCAACCGGAGAATTGCATCAGAAACTGTTGAACTTGAGTGCAGAAGAGGAGAGTGGAACTCCATGTGTAGCGGTGGAATGCGTAGATATATGGAAGAACACCAGTGGCGAAGGCGGCTCTCTGGTCTGCAACTGACGCTGAGGCTCGAAAGCATGGGGAGCGAACA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(19); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(31); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(14); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(16); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(31); scores.push_back(16); scores.push_back(31); scores.push_back(31); scores.push_back(35); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(27); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(28); scores.push_back(28); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(16); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(15); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(27); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(12); read1647.setScores(scores); - ffastqReads.push_back(read1647); - FastqRead read1648; read1648.setName("M00967_44_000000000-A3K85_1_1103_17911_24960"); - read1648.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTATTGGGCGTAAAGCGAGTGCAGGCGGTTCAATAAGTCTGATGTGAAAGCCTTCTGCTCAACCGGGGAATTGCATCAGAAACTGTTGAACTTGAGTGCAGAAGAGGAGAGTGGGACTCCATGTGTAGCGGTGGCATGCGTAGATATATGGGAGAACACCAGTGGCGAAGGCGGCTCTCTGGGCTGCAACTGACGCTGAGGCTCTAAAGCTTGGGTAGCGAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(32); scores.push_back(14); scores.push_back(29); scores.push_back(29); scores.push_back(14); scores.push_back(16); scores.push_back(35); scores.push_back(17); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(33); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(33); scores.push_back(31); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(29); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(15); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(35); scores.push_back(16); scores.push_back(15); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(17); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(31); scores.push_back(27); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(17); scores.push_back(29); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(38); scores.push_back(16); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(34); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(29); read1648.setScores(scores); - ffastqReads.push_back(read1648); - FastqRead read1649; read1649.setName("M00967_44_000000000-A3K85_1_1103_20307_25105"); - read1649.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(29); scores.push_back(37); read1649.setScores(scores); - ffastqReads.push_back(read1649); - FastqRead read1650; read1650.setName("M00967_44_000000000-A3K85_1_1103_25119_25225"); - read1650.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTCCTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTAAGGCTAGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACAATGACTGACGTTGAGGCTCGAAAACGGTGGGGGCCAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(33); scores.push_back(28); scores.push_back(35); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(13); read1650.setScores(scores); - ffastqReads.push_back(read1650); - FastqRead read1651; read1651.setName("M00967_44_000000000-A3K85_1_1103_24271_25286"); - read1651.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTAATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATTACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1651.setScores(scores); - ffastqReads.push_back(read1651); - FastqRead read1652; read1652.setName("M00967_44_000000000-A3K85_1_1103_21592_25318"); - read1652.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1652.setScores(scores); - ffastqReads.push_back(read1652); - FastqRead read1653; read1653.setName("M00967_44_000000000-A3K85_1_1103_9716_25360"); - read1653.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read1653.setScores(scores); - ffastqReads.push_back(read1653); - FastqRead read1654; read1654.setName("M00967_44_000000000-A3K85_1_1103_21499_25434"); - read1654.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); read1654.setScores(scores); - ffastqReads.push_back(read1654); - FastqRead read1655; read1655.setName("M00967_44_000000000-A3K85_1_1103_18390_25477"); - read1655.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1655.setScores(scores); - ffastqReads.push_back(read1655); - FastqRead read1656; read1656.setName("M00967_44_000000000-A3K85_1_1103_8275_25549"); - read1656.setSeq("TACGTAGGTGGCAAGCGTTATCCGGAATTATTGGGCGTAAAGAGCGCGCAGGTGGTTAATTAAGTCTGATGTGAAAGCCCACGGCTTAACCGTGGAGGGTCATTGGAAACTGGTTGACTTGAGTGCAGAAGAGGGAAGTGGAATTCCATGTGTAGCGGTGAAATGCGTAGAGATATGGAGGAACACCAGTGGCGAAGGCGGCTTCCTGGTCTGCAACTGACACTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1656.setScores(scores); - ffastqReads.push_back(read1656); - FastqRead read1657; read1657.setName("M00967_44_000000000-A3K85_1_1103_15433_25651"); - read1657.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCCAGACAAGTCAGAAGTGAAAACCCGCGGCTCAACTGCGGGAGTGCTTTTGAAACTGTTTGGCTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1657.setScores(scores); - ffastqReads.push_back(read1657); - FastqRead read1658; read1658.setName("M00967_44_000000000-A3K85_1_1103_17781_25709"); - read1658.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGGCGGCCACGCAAGTCAGAAGTGAAAACCCGGGGCTCAACCCTGGGAGTGCTTTTGAAACTGTGCGGCTAGAGTGTCGGAGGGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACGATGACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1658.setScores(scores); - ffastqReads.push_back(read1658); - FastqRead read1659; read1659.setName("M00967_44_000000000-A3K85_1_1103_18686_25710"); - read1659.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1659.setScores(scores); - ffastqReads.push_back(read1659); - FastqRead read1660; read1660.setName("M00967_44_000000000-A3K85_1_1103_14445_25720"); - read1660.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1660.setScores(scores); - ffastqReads.push_back(read1660); - FastqRead read1661; read1661.setName("M00967_44_000000000-A3K85_1_1103_19469_25768"); - read1661.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1661.setScores(scores); - ffastqReads.push_back(read1661); - FastqRead read1662; read1662.setName("M00967_44_000000000-A3K85_1_1103_24184_25771"); - read1662.setSeq("TACGGAGGATGCGAGCGTTATCCGGAATTATTGGGTGTAAAGAGCGCGCAGGTGGTTAATTAAGTCTGATGTGAAAGCCCACGGCTTAACCGTGGAGGGTCATTGGAAACTGGTTGACTTGAGTGCAGAAGAGGGAAGTGGAATTCCATGTGTAGCGGTGAAATGCGTAGAGATATGGAGGAACACCAGTGGCGAAGGCGGCTTCCTGGTCTGCAACTGACACTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(34); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1662.setScores(scores); - ffastqReads.push_back(read1662); - FastqRead read1663; read1663.setName("M00967_44_000000000-A3K85_1_1103_17720_25860"); - read1663.setSeq("TACGGAGGGTCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(34); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(27); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(31); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1663.setScores(scores); - ffastqReads.push_back(read1663); - FastqRead read1664; read1664.setName("M00967_44_000000000-A3K85_1_1103_10932_25944"); - read1664.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTATCTGACGCTGAGGCACGAAAGCGTGGGTATCGACCAG"); - scores.clear(); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(29); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(29); scores.push_back(14); scores.push_back(30); scores.push_back(29); scores.push_back(31); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(27); scores.push_back(36); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(36); scores.push_back(32); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(27); scores.push_back(27); scores.push_back(31); scores.push_back(12); scores.push_back(29); scores.push_back(33); scores.push_back(32); scores.push_back(27); scores.push_back(34); scores.push_back(27); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(34); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(28); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); read1664.setScores(scores); - ffastqReads.push_back(read1664); - FastqRead read1665; read1665.setName("M00967_44_000000000-A3K85_1_1103_22749_25990"); - read1665.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1665.setScores(scores); - ffastqReads.push_back(read1665); - FastqRead read1666; read1666.setName("M00967_44_000000000-A3K85_1_1103_22423_26014"); - read1666.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTCCTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTAAGGCTAGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGATGACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(28); scores.push_back(13); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(26); scores.push_back(28); scores.push_back(32); scores.push_back(26); scores.push_back(29); scores.push_back(31); scores.push_back(26); scores.push_back(28); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(36); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1666.setScores(scores); - ffastqReads.push_back(read1666); - FastqRead read1667; read1667.setName("M00967_44_000000000-A3K85_1_1103_10268_26078"); - read1667.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1667.setScores(scores); - ffastqReads.push_back(read1667); - FastqRead read1668; read1668.setName("M00967_44_000000000-A3K85_1_1103_19243_26081"); - read1668.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTATTGGGCGTAAAGCGAGTGCAGGCGGTTCAATAAGTCAGATGTGAAAGGCCTCGGCTCAACCCGGGCATTGCGTCAGAACCTGTTGAATTTGAGTGGCGAAGAGGAGGGTGGAACCCCGTGTTTAGGGGGGGAATGCGTAGATATATGGAAAAACCCCAGTGGGGAAGGAGGATCCCGGGGCCGGAATTGACGCGGAGGCCCGAAAGCATGGGATGGGAAAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(34); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(17); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(33); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(15); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(16); scores.push_back(29); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(30); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(14); scores.push_back(16); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(31); scores.push_back(27); scores.push_back(12); scores.push_back(29); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(27); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(12); read1668.setScores(scores); - ffastqReads.push_back(read1668); - FastqRead read1669; read1669.setName("M00967_44_000000000-A3K85_1_1103_19861_26172"); - read1669.setSeq("TACGTAGGAGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(19); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(31); scores.push_back(18); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(27); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(18); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(28); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(29); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(13); read1669.setScores(scores); - ffastqReads.push_back(read1669); - FastqRead read1670; read1670.setName("M00967_44_000000000-A3K85_1_1103_22708_26190"); - read1670.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGAACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(29); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(27); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(15); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(31); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(26); scores.push_back(37); scores.push_back(12); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(28); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(25); read1670.setScores(scores); - ffastqReads.push_back(read1670); - FastqRead read1671; read1671.setName("M00967_44_000000000-A3K85_1_1103_19630_26195"); - read1671.setSeq("TACGTAGGTGGCAAGCGTTATCCGGAATTATTGGGCGTAAAGAGCGCGCAGGTGGTTAATTAAGTCTGATGTGAAAGCCCACGGCTTAACCGTGGAGGGTCATTGGAAACTGGTTGACTTGAGTGCAGAAGAGGGAAGTGGAATTCCATGTGTAGCGGTGAAATGCGTAGAGATATGGAGGAACACCAGTGGCGAAGGCGGCTTCCTGGTCTGCAACTGACACTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(26); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1671.setScores(scores); - ffastqReads.push_back(read1671); - FastqRead read1672; read1672.setName("M00967_44_000000000-A3K85_1_1103_13069_26233"); - read1672.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1672.setScores(scores); - ffastqReads.push_back(read1672); - FastqRead read1673; read1673.setName("M00967_44_000000000-A3K85_1_1103_17352_26365"); - read1673.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1673.setScores(scores); - ffastqReads.push_back(read1673); - FastqRead read1674; read1674.setName("M00967_44_000000000-A3K85_1_1103_14958_26517"); - read1674.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1674.setScores(scores); - ffastqReads.push_back(read1674); - FastqRead read1675; read1675.setName("M00967_44_000000000-A3K85_1_1103_16490_26749"); - read1675.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTTTTGAGTACAGTAGAGGTGGGCGGAATTCGGGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGATCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(19); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(18); scores.push_back(30); scores.push_back(37); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(18); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(19); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(19); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(18); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(17); scores.push_back(14); scores.push_back(33); scores.push_back(18); scores.push_back(33); scores.push_back(18); scores.push_back(30); scores.push_back(14); scores.push_back(27); scores.push_back(17); scores.push_back(31); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(31); scores.push_back(17); scores.push_back(31); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(31); scores.push_back(30); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(27); scores.push_back(15); scores.push_back(27); scores.push_back(13); scores.push_back(27); scores.push_back(31); scores.push_back(27); scores.push_back(31); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(13); read1675.setScores(scores); - ffastqReads.push_back(read1675); - FastqRead read1676; read1676.setName("M00967_44_000000000-A3K85_1_1103_8865_26780"); - read1676.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(18); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); read1676.setScores(scores); - ffastqReads.push_back(read1676); - FastqRead read1677; read1677.setName("M00967_44_000000000-A3K85_1_1103_19238_26808"); - read1677.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTATTGGGCGTAAAGCGAGTGCAGGCGGTTCAATAAGTCTGATGTGAAAGCCTTCGGCTCAACCGGAGAATTGCATCAGAAACTGTTGAACTTGAGTGCAGAAGAGGAGAGTGGAACTCCATGTGTAGCGGTGGAATGCGTAGATATATGGAAGAACACCAGTGGCGAAGGCGGCTCTCTGGTCTGCAACTGACGCTGAGGCTCGAAAGCATGGGTAGCGAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(19); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(31); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(18); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(27); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(35); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(12); read1677.setScores(scores); - ffastqReads.push_back(read1677); - FastqRead read1678; read1678.setName("M00967_44_000000000-A3K85_1_1103_14032_27039"); - read1678.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1678.setScores(scores); - ffastqReads.push_back(read1678); - FastqRead read1679; read1679.setName("M00967_44_000000000-A3K85_1_1103_10226_27039"); - read1679.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(37); read1679.setScores(scores); - ffastqReads.push_back(read1679); - FastqRead read1680; read1680.setName("M00967_44_000000000-A3K85_1_1103_11742_27051"); - read1680.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(37); read1680.setScores(scores); - ffastqReads.push_back(read1680); - FastqRead read1681; read1681.setName("M00967_44_000000000-A3K85_1_1103_10189_27072"); - read1681.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTATGTAAGTCTGAAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTTTGGAAACTGTGTAACTAGAGTACAGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGCAGGCGGCCTGCTGGACTGAAACTGACGTTGAGGCTCGAAAGCGGGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(28); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(13); read1681.setScores(scores); - ffastqReads.push_back(read1681); - FastqRead read1682; read1682.setName("M00967_44_000000000-A3K85_1_1103_20573_27077"); - read1682.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(29); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); read1682.setScores(scores); - ffastqReads.push_back(read1682); - FastqRead read1683; read1683.setName("M00967_44_000000000-A3K85_1_1103_22492_27088"); - read1683.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(18); scores.push_back(29); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1683.setScores(scores); - ffastqReads.push_back(read1683); - FastqRead read1684; read1684.setName("M00967_44_000000000-A3K85_1_1103_22251_27182"); - read1684.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCCTAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(29); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(13); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(33); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(27); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(31); scores.push_back(26); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(37); read1684.setScores(scores); - ffastqReads.push_back(read1684); - FastqRead read1685; read1685.setName("M00967_44_000000000-A3K85_1_1103_19703_27596"); - read1685.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1685.setScores(scores); - ffastqReads.push_back(read1685); - FastqRead read1686; read1686.setName("M00967_44_000000000-A3K85_1_1103_19779_27597"); - read1686.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1686.setScores(scores); - ffastqReads.push_back(read1686); - FastqRead read1687; read1687.setName("M00967_44_000000000-A3K85_1_1103_19779_27676"); - read1687.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGAACAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTCGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1687.setScores(scores); - ffastqReads.push_back(read1687); - FastqRead read1688; read1688.setName("M00967_44_000000000-A3K85_1_1103_17354_27891"); - read1688.setSeq("TACGTAGGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGGCGGCGATGCAAGTCAGAAGTGAAAGCCCGGGGCTCAACTCCGGGACTGCTTTTGAAACTGTGTTGCTAGATTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAAATGACGCTGAGGCTCGAAAGCGTGGGGAGCAAA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(28); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1688.setScores(scores); - ffastqReads.push_back(read1688); - FastqRead read1689; read1689.setName("M00967_44_000000000-A3K85_1_1103_11120_28150"); - read1689.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGACCAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(17); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(25); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); read1689.setScores(scores); - ffastqReads.push_back(read1689); - FastqRead read1690; read1690.setName("M00967_44_000000000-A3K85_1_1103_19515_28163"); - read1690.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGCGTGTAGGCGGGGACGCAAGTCAGATGTGAAAACCACGGGCTCAACCTGTGGCCTGCATTTGAAACTGTGTTTCTTGAGTACTGGAGAGGCAGACGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGTCTGCTGGACAGCAACTGACGCTGAGGCGCGAAAGCGTGGGGATCGAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(34); scores.push_back(14); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(27); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(29); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(29); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(25); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(24); read1690.setScores(scores); - ffastqReads.push_back(read1690); - FastqRead read1691; read1691.setName("M00967_44_000000000-A3K85_1_1103_17253_28352"); - read1691.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTACTGTCTGACGCTGAGGCACGAAAGCGTGGGTATCGAAAAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(37); scores.push_back(27); scores.push_back(27); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(24); read1691.setScores(scores); - ffastqReads.push_back(read1691); - FastqRead read1692; read1692.setName("M00967_44_000000000-A3K85_1_1103_14802_28451"); - read1692.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(17); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1692.setScores(scores); - ffastqReads.push_back(read1692); - FastqRead read1693; read1693.setName("M00967_44_000000000-A3K85_1_1103_17650_28535"); - read1693.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); read1693.setScores(scores); - ffastqReads.push_back(read1693); - FastqRead read1694; read1694.setName("M00967_44_000000000-A3K85_1_1103_17421_28782"); - read1694.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1694.setScores(scores); - ffastqReads.push_back(read1694); - FastqRead read1695; read1695.setName("M00967_44_000000000-A3K85_1_1103_13350_28920"); - read1695.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGGGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(24); read1695.setScores(scores); - ffastqReads.push_back(read1695); - FastqRead read1696; read1696.setName("M00967_44_000000000-A3K85_1_1103_16027_28987"); - read1696.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1696.setScores(scores); - ffastqReads.push_back(read1696); - FastqRead read1697; read1697.setName("M00967_44_000000000-A3K85_1_1104_17215_1655"); - read1697.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCCAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(19); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(14); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(29); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(31); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1697.setScores(scores); - ffastqReads.push_back(read1697); - FastqRead read1698; read1698.setName("M00967_44_000000000-A3K85_1_1104_18323_2001"); - read1698.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGAGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1698.setScores(scores); - ffastqReads.push_back(read1698); - FastqRead read1699; read1699.setName("M00967_44_000000000-A3K85_1_1104_11450_2198"); - read1699.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1699.setScores(scores); - ffastqReads.push_back(read1699); - FastqRead read1700; read1700.setName("M00967_44_000000000-A3K85_1_1104_18460_2322"); - read1700.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1700.setScores(scores); - ffastqReads.push_back(read1700); - FastqRead read1701; read1701.setName("M00967_44_000000000-A3K85_1_1104_20770_2332"); - read1701.setSeq("NACGTAGGTGGCAAGCGTTATCCGGATTTATTGGGTGTAAAGGGCNTGTAGGCGGGAATGCAAGTCAGATGTGAAAANNNNNNGNTNNNNNNNNNNNNNGNATTTGAAACTGTATTTNTTGAGTGCTNGAGAGGCAATCGGAATTCCGTGTGTAGCGGTGAAATGCGTAGATATACGGAGGAACACCAGTGGCGAAGGCGGATTGCTGGACAGTAACTGACGCTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(2); scores.push_back(29); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(2); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(18); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(30); scores.push_back(2); scores.push_back(30); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(30); scores.push_back(2); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(2); scores.push_back(30); scores.push_back(30); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(2); scores.push_back(30); scores.push_back(14); scores.push_back(27); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1701.setScores(scores); - ffastqReads.push_back(read1701); - FastqRead read1702; read1702.setName("M00967_44_000000000-A3K85_1_1104_17412_2463"); - read1702.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1702.setScores(scores); - ffastqReads.push_back(read1702); - FastqRead read1703; read1703.setName("M00967_44_000000000-A3K85_1_1104_11758_2531"); - read1703.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1703.setScores(scores); - ffastqReads.push_back(read1703); - FastqRead read1704; read1704.setName("M00967_44_000000000-A3K85_1_1104_11319_2540"); - read1704.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1704.setScores(scores); - ffastqReads.push_back(read1704); - FastqRead read1705; read1705.setName("M00967_44_000000000-A3K85_1_1104_20469_2587"); - read1705.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTGCGCAAGTCTGAAGTGAAAGCCCGGGGCTCAACCCCGGGACTGCTTTGGAAACTGTGTAGCTAGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGAAGCGGTGAAATGAGTGGATATTAGGAAGACCACCAGTGGCGAGGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(16); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(27); scores.push_back(14); scores.push_back(30); scores.push_back(27); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(28); scores.push_back(37); scores.push_back(16); scores.push_back(28); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(27); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(13); scores.push_back(28); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(13); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(34); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(13); read1705.setScores(scores); - ffastqReads.push_back(read1705); - FastqRead read1706; read1706.setName("M00967_44_000000000-A3K85_1_1104_11511_2665"); - read1706.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(29); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(36); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(31); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(12); read1706.setScores(scores); - ffastqReads.push_back(read1706); - FastqRead read1707; read1707.setName("M00967_44_000000000-A3K85_1_1104_21727_2815"); - read1707.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTATGTAAGTCTGAAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTTTGGAAACTGTGTAACTAGAGTACAGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACTGAAACTGACGTTGAGGCTCGAAAGGGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(13); read1707.setScores(scores); - ffastqReads.push_back(read1707); - FastqRead read1708; read1708.setName("M00967_44_000000000-A3K85_1_1104_17962_2821"); - read1708.setSeq("TACGGAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGCAGGCGGCAGCGCAAGTCTGATGTGAAAGCCCGGGGCCCAACCGCGGGACTGCATTGGAAACTGCGCAGCTGGAGTGCCGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACGGCAACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(26); scores.push_back(37); scores.push_back(29); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(13); read1708.setScores(scores); - ffastqReads.push_back(read1708); - FastqRead read1709; read1709.setName("M00967_44_000000000-A3K85_1_1104_9888_2825"); - read1709.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGGGTAGGGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACTGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(29); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(14); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(36); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(30); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(28); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(24); read1709.setScores(scores); - ffastqReads.push_back(read1709); - FastqRead read1710; read1710.setName("M00967_44_000000000-A3K85_1_1104_10305_3125"); - read1710.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(18); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1710.setScores(scores); - ffastqReads.push_back(read1710); - FastqRead read1711; read1711.setName("M00967_44_000000000-A3K85_1_1104_21864_3280"); - read1711.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGGGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(14); scores.push_back(29); scores.push_back(37); scores.push_back(29); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(19); scores.push_back(18); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(18); scores.push_back(18); scores.push_back(33); scores.push_back(17); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(17); scores.push_back(35); scores.push_back(18); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(35); scores.push_back(17); scores.push_back(29); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(15); scores.push_back(27); scores.push_back(14); scores.push_back(28); scores.push_back(13); scores.push_back(27); scores.push_back(13); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(25); scores.push_back(24); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(29); scores.push_back(12); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(13); read1711.setScores(scores); - ffastqReads.push_back(read1711); - FastqRead read1712; read1712.setName("M00967_44_000000000-A3K85_1_1104_20873_3303"); - read1712.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(37); read1712.setScores(scores); - ffastqReads.push_back(read1712); - FastqRead read1713; read1713.setName("M00967_44_000000000-A3K85_1_1104_13963_3327"); - read1713.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(16); scores.push_back(32); scores.push_back(29); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(26); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(36); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); read1713.setScores(scores); - ffastqReads.push_back(read1713); - FastqRead read1714; read1714.setName("M00967_44_000000000-A3K85_1_1104_14928_3328"); - read1714.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(29); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(12); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); read1714.setScores(scores); - ffastqReads.push_back(read1714); - FastqRead read1715; read1715.setName("M00967_44_000000000-A3K85_1_1104_21774_3379"); - read1715.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); read1715.setScores(scores); - ffastqReads.push_back(read1715); - FastqRead read1716; read1716.setName("M00967_44_000000000-A3K85_1_1104_17896_3594"); - read1716.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1716.setScores(scores); - ffastqReads.push_back(read1716); - FastqRead read1717; read1717.setName("M00967_44_000000000-A3K85_1_1104_10966_3647"); - read1717.setSeq("TACGTAGGGGGCAAGCGTTGTCCGGAATGACTGGGCGTAAAGGGAGTATAGGCGGCTTAATAAGTTAGATGTGAAATCCCGCGGCTCAACCGCGGAACTGCATCTAAAACTGTTGAGCTGGAGTGCAGGAGAGGTGAGTGGAATTCCTAGTGTAGCGGTGGAATGCGTAGATATTAGGAGGAACACCAGAGGCGAAGGCGACTCACTGGACTGTAACTGACGCCGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(28); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); read1717.setScores(scores); - ffastqReads.push_back(read1717); - FastqRead read1718; read1718.setName("M00967_44_000000000-A3K85_1_1104_20616_3695"); - read1718.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1718.setScores(scores); - ffastqReads.push_back(read1718); - FastqRead read1719; read1719.setName("M00967_44_000000000-A3K85_1_1104_13181_3833"); - read1719.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1719.setScores(scores); - ffastqReads.push_back(read1719); - FastqRead read1720; read1720.setName("M00967_44_000000000-A3K85_1_1104_17617_3838"); - read1720.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1720.setScores(scores); - ffastqReads.push_back(read1720); - FastqRead read1721; read1721.setName("M00967_44_000000000-A3K85_1_1104_10740_3995"); - read1721.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1721.setScores(scores); - ffastqReads.push_back(read1721); - FastqRead read1722; read1722.setName("M00967_44_000000000-A3K85_1_1104_23070_4007"); - read1722.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(29); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(14); scores.push_back(27); scores.push_back(31); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1722.setScores(scores); - ffastqReads.push_back(read1722); - FastqRead read1723; read1723.setName("M00967_44_000000000-A3K85_1_1104_13408_4029"); - read1723.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGATCGTTAAGTCAGTGGTCAAATTGAGGGGCTCAACCCCTTCCCGCCATTGAAACTGGCGATCTTGAGTGGAAGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATGCCGGCTTCCTACTGACGCTGAAGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1723.setScores(scores); - ffastqReads.push_back(read1723); - FastqRead read1724; read1724.setName("M00967_44_000000000-A3K85_1_1104_11059_4047"); - read1724.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1724.setScores(scores); - ffastqReads.push_back(read1724); - FastqRead read1725; read1725.setName("M00967_44_000000000-A3K85_1_1104_19788_4114"); - read1725.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(31); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1725.setScores(scores); - ffastqReads.push_back(read1725); - FastqRead read1726; read1726.setName("M00967_44_000000000-A3K85_1_1104_12750_4150"); - read1726.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1726.setScores(scores); - ffastqReads.push_back(read1726); - FastqRead read1727; read1727.setName("M00967_44_000000000-A3K85_1_1104_17052_4215"); - read1727.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGAAACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(24); read1727.setScores(scores); - ffastqReads.push_back(read1727); - FastqRead read1728; read1728.setName("M00967_44_000000000-A3K85_1_1104_19407_4216"); - read1728.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1728.setScores(scores); - ffastqReads.push_back(read1728); - FastqRead read1729; read1729.setName("M00967_44_000000000-A3K85_1_1104_16912_4229"); - read1729.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1729.setScores(scores); - ffastqReads.push_back(read1729); - FastqRead read1730; read1730.setName("M00967_44_000000000-A3K85_1_1104_16822_4236"); - read1730.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1730.setScores(scores); - ffastqReads.push_back(read1730); - FastqRead read1731; read1731.setName("M00967_44_000000000-A3K85_1_1104_18013_4286"); - read1731.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(37); read1731.setScores(scores); - ffastqReads.push_back(read1731); - FastqRead read1732; read1732.setName("M00967_44_000000000-A3K85_1_1104_20110_4317"); - read1732.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(19); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(32); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(34); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(27); scores.push_back(27); scores.push_back(16); scores.push_back(27); scores.push_back(27); scores.push_back(12); scores.push_back(27); scores.push_back(31); scores.push_back(12); scores.push_back(27); scores.push_back(25); scores.push_back(25); scores.push_back(32); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(34); scores.push_back(15); scores.push_back(32); scores.push_back(25); scores.push_back(36); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(26); scores.push_back(29); scores.push_back(12); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(28); scores.push_back(33); scores.push_back(34); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(24); read1732.setScores(scores); - ffastqReads.push_back(read1732); - FastqRead read1733; read1733.setName("M00967_44_000000000-A3K85_1_1104_17235_4407"); - read1733.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1733.setScores(scores); - ffastqReads.push_back(read1733); - FastqRead read1734; read1734.setName("M00967_44_000000000-A3K85_1_1104_19888_4463"); - read1734.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1734.setScores(scores); - ffastqReads.push_back(read1734); - FastqRead read1735; read1735.setName("M00967_44_000000000-A3K85_1_1104_23207_4515"); - read1735.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1735.setScores(scores); - ffastqReads.push_back(read1735); - FastqRead read1736; read1736.setName("M00967_44_000000000-A3K85_1_1104_20134_4520"); - read1736.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1736.setScores(scores); - ffastqReads.push_back(read1736); - FastqRead read1737; read1737.setName("M00967_44_000000000-A3K85_1_1104_9818_4548"); - read1737.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); read1737.setScores(scores); - ffastqReads.push_back(read1737); - FastqRead read1738; read1738.setName("M00967_44_000000000-A3K85_1_1104_14142_4567"); - read1738.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(27); scores.push_back(24); scores.push_back(27); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(27); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1738.setScores(scores); - ffastqReads.push_back(read1738); - FastqRead read1739; read1739.setName("M00967_44_000000000-A3K85_1_1104_9633_4798"); - read1739.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGGGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(19); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(30); scores.push_back(12); scores.push_back(28); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(29); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1739.setScores(scores); - ffastqReads.push_back(read1739); - FastqRead read1740; read1740.setName("M00967_44_000000000-A3K85_1_1104_14440_4840"); - read1740.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(37); read1740.setScores(scores); - ffastqReads.push_back(read1740); - FastqRead read1741; read1741.setName("M00967_44_000000000-A3K85_1_1104_16860_4871"); - read1741.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1741.setScores(scores); - ffastqReads.push_back(read1741); - FastqRead read1742; read1742.setName("M00967_44_000000000-A3K85_1_1104_13732_4872"); - read1742.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1742.setScores(scores); - ffastqReads.push_back(read1742); - FastqRead read1743; read1743.setName("M00967_44_000000000-A3K85_1_1104_16625_4941"); - read1743.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1743.setScores(scores); - ffastqReads.push_back(read1743); - FastqRead read1744; read1744.setName("M00967_44_000000000-A3K85_1_1104_22056_5001"); - read1744.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGGGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAACAA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(34); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(25); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(29); scores.push_back(31); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(30); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); read1744.setScores(scores); - ffastqReads.push_back(read1744); - FastqRead read1745; read1745.setName("M00967_44_000000000-A3K85_1_1104_16404_5025"); - read1745.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAATGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); read1745.setScores(scores); - ffastqReads.push_back(read1745); - FastqRead read1746; read1746.setName("M00967_44_000000000-A3K85_1_1104_15718_5093"); - read1746.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACAATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1746.setScores(scores); - ffastqReads.push_back(read1746); - FastqRead read1747; read1747.setName("M00967_44_000000000-A3K85_1_1104_13165_5151"); - read1747.setSeq("TACGTATGGAGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGAGTAGGTGGCAGAGCAAGTCCGAAGTGAAAACCCAAAGCTCAACTATGGGAATGCTTTAGAAACTGCTCAGCTAGAGTGCAGGAGAGGCAAGTGGAATTCTTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACTGTAACTGACACTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1747.setScores(scores); - ffastqReads.push_back(read1747); - FastqRead read1748; read1748.setName("M00967_44_000000000-A3K85_1_1104_12801_5175"); - read1748.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read1748.setScores(scores); - ffastqReads.push_back(read1748); - FastqRead read1749; read1749.setName("M00967_44_000000000-A3K85_1_1104_15449_5263"); - read1749.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTCACTGGGTGTAAAGGGAGCGTAGACGGCCATGCAAGCCAGGGGTGAAAGCCCGGGGCCCAACCCCGGGACTGCCCTTGGAACTGCATGGCTGGAGTGCGGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCCGGACCGCGACTGACGTTGAGGCTCGAAAGCGGGGGGGGCGAACA"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(35); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(29); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(12); read1749.setScores(scores); - ffastqReads.push_back(read1749); - FastqRead read1750; read1750.setName("M00967_44_000000000-A3K85_1_1104_8785_5272"); - read1750.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGCCGATCAAGTCAGCGGTAAAATTGCGAGGCTCAACCCCTTCGAGCCGTTGAAACTGGCTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(29); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(19); scores.push_back(36); scores.push_back(27); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(17); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(26); scores.push_back(37); read1750.setScores(scores); - ffastqReads.push_back(read1750); - FastqRead read1751; read1751.setName("M00967_44_000000000-A3K85_1_1104_18453_5285"); - read1751.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(26); scores.push_back(35); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1751.setScores(scores); - ffastqReads.push_back(read1751); - FastqRead read1752; read1752.setName("M00967_44_000000000-A3K85_1_1104_7569_5336"); - read1752.setSeq("TACGGAGGATGCGAGCGGTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(16); scores.push_back(36); scores.push_back(30); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(15); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(30); scores.push_back(14); scores.push_back(27); scores.push_back(31); scores.push_back(30); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); read1752.setScores(scores); - ffastqReads.push_back(read1752); - FastqRead read1753; read1753.setName("M00967_44_000000000-A3K85_1_1104_7761_5367"); - read1753.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); read1753.setScores(scores); - ffastqReads.push_back(read1753); - FastqRead read1754; read1754.setName("M00967_44_000000000-A3K85_1_1104_25011_5390"); - read1754.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(26); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(28); scores.push_back(33); scores.push_back(28); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); read1754.setScores(scores); - ffastqReads.push_back(read1754); - FastqRead read1755; read1755.setName("M00967_44_000000000-A3K85_1_1104_13300_5408"); - read1755.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(31); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); read1755.setScores(scores); - ffastqReads.push_back(read1755); - FastqRead read1756; read1756.setName("M00967_44_000000000-A3K85_1_1104_13880_5445"); - read1756.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); read1756.setScores(scores); - ffastqReads.push_back(read1756); - FastqRead read1757; read1757.setName("M00967_44_000000000-A3K85_1_1104_18796_5484"); - read1757.setSeq("TACGTAGGTGGCAAGCGTTATCCGGATTTATTGGGTGTAAAGGGCGTGTAGGCGGGAATGCAAGTCAGATGTGAAAACTATGGGCTCAACCCATAGCCTGCATTTGAAACTGTATTTCTTGAGTGCTGGAGAGGCAATCGGAATTCCGTGTGTAGCGGTGAAATGCGTAGATATACGGAGGAACACCGGTGGCGAAGGCGGATTGCTGGACAGTAACTGACGCTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(27); scores.push_back(27); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1757.setScores(scores); - ffastqReads.push_back(read1757); - FastqRead read1758; read1758.setName("M00967_44_000000000-A3K85_1_1104_22050_5493"); - read1758.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1758.setScores(scores); - ffastqReads.push_back(read1758); - FastqRead read1759; read1759.setName("M00967_44_000000000-A3K85_1_1104_23362_5544"); - read1759.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(25); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); read1759.setScores(scores); - ffastqReads.push_back(read1759); - FastqRead read1760; read1760.setName("M00967_44_000000000-A3K85_1_1104_19603_5551"); - read1760.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGAAGAAAGTCTGAAGTGAAAGCCCGCGGCTCAACCGCGGAATGGCTTTGGAAACTTTTTTGCTGGAGTACCGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACGGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1760.setScores(scores); - ffastqReads.push_back(read1760); - FastqRead read1761; read1761.setName("M00967_44_000000000-A3K85_1_1104_19050_5551"); - read1761.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); read1761.setScores(scores); - ffastqReads.push_back(read1761); - FastqRead read1762; read1762.setName("M00967_44_000000000-A3K85_1_1104_19631_5555"); - read1762.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1762.setScores(scores); - ffastqReads.push_back(read1762); - FastqRead read1763; read1763.setName("M00967_44_000000000-A3K85_1_1104_23172_5566"); - read1763.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); read1763.setScores(scores); - ffastqReads.push_back(read1763); - FastqRead read1764; read1764.setName("M00967_44_000000000-A3K85_1_1104_5887_5646"); - read1764.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(18); scores.push_back(32); scores.push_back(35); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1764.setScores(scores); - ffastqReads.push_back(read1764); - FastqRead read1765; read1765.setName("M00967_44_000000000-A3K85_1_1104_8474_5715"); - read1765.setSeq("TACGTAGGTGGCGAGCGTTGTCCGGATTTACTGGGCGTAAAGGGAGCGTAGGCGGACTTTTAAGTGAGATGTGAAATACTCGGGCTCAACTTGAGTGCTGCATTTCAAACTGGAAGTCTAGAGTGCAGGAGAGGAGAATGGAATTCCTAGTGTAGCGGTGAAATGCGTAGAGATTAGGAAGAACACCAGTGGCGAAGGCGATTCTCTGGACTGTAACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(34); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(29); scores.push_back(26); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1765.setScores(scores); - ffastqReads.push_back(read1765); - FastqRead read1766; read1766.setName("M00967_44_000000000-A3K85_1_1104_8460_5727"); - read1766.setSeq("TACGTAGGTGGCGAGCGTTGTCCGGATTTACTGGGCGTAAAGGGAGCGTAGGCGGACTTTTAAGTGAGATGTGAAATACTCGGGCTCAACTTGAGTGCTGCATTTCAAACTGGAAGTCTAGAGTGCAGGAGAGGAGAATGGAATTCCTAGTGTAGCGGTGAAATGCGTAGAGATTAGGAAGAACACCAGTGGCGAAGGCGATTCTCTGGACTGTAACTGACGCTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(33); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1766.setScores(scores); - ffastqReads.push_back(read1766); - FastqRead read1767; read1767.setName("M00967_44_000000000-A3K85_1_1104_21615_5772"); - read1767.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1767.setScores(scores); - ffastqReads.push_back(read1767); - FastqRead read1768; read1768.setName("M00967_44_000000000-A3K85_1_1104_12473_5784"); - read1768.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGGGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(17); scores.push_back(35); scores.push_back(35); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(27); scores.push_back(35); scores.push_back(27); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(27); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(27); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(28); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(27); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(13); read1768.setScores(scores); - ffastqReads.push_back(read1768); - FastqRead read1769; read1769.setName("M00967_44_000000000-A3K85_1_1104_17552_5825"); - read1769.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1769.setScores(scores); - ffastqReads.push_back(read1769); - FastqRead read1770; read1770.setName("M00967_44_000000000-A3K85_1_1104_5835_5830"); - read1770.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGCAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(33); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(14); scores.push_back(30); scores.push_back(16); scores.push_back(36); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(27); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(27); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(28); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(29); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(33); read1770.setScores(scores); - ffastqReads.push_back(read1770); - FastqRead read1771; read1771.setName("M00967_44_000000000-A3K85_1_1104_13105_5862"); - read1771.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(27); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(37); read1771.setScores(scores); - ffastqReads.push_back(read1771); - FastqRead read1772; read1772.setName("M00967_44_000000000-A3K85_1_1104_7496_5871"); - read1772.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(27); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1772.setScores(scores); - ffastqReads.push_back(read1772); - FastqRead read1773; read1773.setName("M00967_44_000000000-A3K85_1_1104_24650_5875"); - read1773.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1773.setScores(scores); - ffastqReads.push_back(read1773); - FastqRead read1774; read1774.setName("M00967_44_000000000-A3K85_1_1104_20461_5935"); - read1774.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1774.setScores(scores); - ffastqReads.push_back(read1774); - FastqRead read1775; read1775.setName("M00967_44_000000000-A3K85_1_1104_19460_5964"); - read1775.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read1775.setScores(scores); - ffastqReads.push_back(read1775); - FastqRead read1776; read1776.setName("M00967_44_000000000-A3K85_1_1104_11942_5969"); - read1776.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1776.setScores(scores); - ffastqReads.push_back(read1776); - FastqRead read1777; read1777.setName("M00967_44_000000000-A3K85_1_1104_20936_6017"); - read1777.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1777.setScores(scores); - ffastqReads.push_back(read1777); - FastqRead read1778; read1778.setName("M00967_44_000000000-A3K85_1_1104_14768_6118"); - read1778.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(33); read1778.setScores(scores); - ffastqReads.push_back(read1778); - FastqRead read1779; read1779.setName("M00967_44_000000000-A3K85_1_1104_22040_6241"); - read1779.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); read1779.setScores(scores); - ffastqReads.push_back(read1779); - FastqRead read1780; read1780.setName("M00967_44_000000000-A3K85_1_1104_6625_6269"); - read1780.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(27); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(25); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(28); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(37); read1780.setScores(scores); - ffastqReads.push_back(read1780); - FastqRead read1781; read1781.setName("M00967_44_000000000-A3K85_1_1104_6964_6301"); - read1781.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCCAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTTCCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(29); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(27); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); read1781.setScores(scores); - ffastqReads.push_back(read1781); - FastqRead read1782; read1782.setName("M00967_44_000000000-A3K85_1_1104_20931_6358"); - read1782.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTGTCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1782.setScores(scores); - ffastqReads.push_back(read1782); - FastqRead read1783; read1783.setName("M00967_44_000000000-A3K85_1_1104_14031_6413"); - read1783.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGATCGTTAAGTCAGTGGTCAAATTGAGGGGCTCAACCCCTTCCCGCCATTGAAACTGGCGATCTTGAGTGGAAGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1783.setScores(scores); - ffastqReads.push_back(read1783); - FastqRead read1784; read1784.setName("M00967_44_000000000-A3K85_1_1104_7635_6436"); - read1784.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1784.setScores(scores); - ffastqReads.push_back(read1784); - FastqRead read1785; read1785.setName("M00967_44_000000000-A3K85_1_1104_9223_6574"); - read1785.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(27); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(29); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); read1785.setScores(scores); - ffastqReads.push_back(read1785); - FastqRead read1786; read1786.setName("M00967_44_000000000-A3K85_1_1104_9813_6625"); - read1786.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCGACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read1786.setScores(scores); - ffastqReads.push_back(read1786); - FastqRead read1787; read1787.setName("M00967_44_000000000-A3K85_1_1104_15015_6635"); - read1787.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read1787.setScores(scores); - ffastqReads.push_back(read1787); - FastqRead read1788; read1788.setName("M00967_44_000000000-A3K85_1_1104_17276_6663"); - read1788.setSeq("TACGGAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1788.setScores(scores); - ffastqReads.push_back(read1788); - FastqRead read1789; read1789.setName("M00967_44_000000000-A3K85_1_1104_8198_6678"); - read1789.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1789.setScores(scores); - ffastqReads.push_back(read1789); - FastqRead read1790; read1790.setName("M00967_44_000000000-A3K85_1_1104_24980_6786"); - read1790.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(24); read1790.setScores(scores); - ffastqReads.push_back(read1790); - FastqRead read1791; read1791.setName("M00967_44_000000000-A3K85_1_1104_5326_6814"); - read1791.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(25); scores.push_back(38); scores.push_back(13); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(31); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(37); read1791.setScores(scores); - ffastqReads.push_back(read1791); - FastqRead read1792; read1792.setName("M00967_44_000000000-A3K85_1_1104_24258_7230"); - read1792.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1792.setScores(scores); - ffastqReads.push_back(read1792); - FastqRead read1793; read1793.setName("M00967_44_000000000-A3K85_1_1104_18168_7405"); - read1793.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1793.setScores(scores); - ffastqReads.push_back(read1793); - FastqRead read1794; read1794.setName("M00967_44_000000000-A3K85_1_1104_19352_7587"); - read1794.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1794.setScores(scores); - ffastqReads.push_back(read1794); - FastqRead read1795; read1795.setName("M00967_44_000000000-A3K85_1_1104_11279_7599"); - read1795.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1795.setScores(scores); - ffastqReads.push_back(read1795); - FastqRead read1796; read1796.setName("M00967_44_000000000-A3K85_1_1104_14629_7712"); - read1796.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(32); scores.push_back(34); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(14); scores.push_back(27); scores.push_back(15); scores.push_back(28); scores.push_back(35); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1796.setScores(scores); - ffastqReads.push_back(read1796); - FastqRead read1797; read1797.setName("M00967_44_000000000-A3K85_1_1104_20620_7769"); - read1797.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGAAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(19); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1797.setScores(scores); - ffastqReads.push_back(read1797); - FastqRead read1798; read1798.setName("M00967_44_000000000-A3K85_1_1104_11677_7778"); - read1798.setSeq("TACGGAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read1798.setScores(scores); - ffastqReads.push_back(read1798); - FastqRead read1799; read1799.setName("M00967_44_000000000-A3K85_1_1104_20607_7782"); - read1799.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGAAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); read1799.setScores(scores); - ffastqReads.push_back(read1799); - FastqRead read1800; read1800.setName("M00967_44_000000000-A3K85_1_1104_23115_7826"); - read1800.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1800.setScores(scores); - ffastqReads.push_back(read1800); - FastqRead read1801; read1801.setName("M00967_44_000000000-A3K85_1_1104_18260_7896"); - read1801.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read1801.setScores(scores); - ffastqReads.push_back(read1801); - FastqRead read1802; read1802.setName("M00967_44_000000000-A3K85_1_1104_26297_8002"); - read1802.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1802.setScores(scores); - ffastqReads.push_back(read1802); - FastqRead read1803; read1803.setName("M00967_44_000000000-A3K85_1_1104_25870_8024"); - read1803.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1803.setScores(scores); - ffastqReads.push_back(read1803); - FastqRead read1804; read1804.setName("M00967_44_000000000-A3K85_1_1104_8011_8037"); - read1804.setSeq("TACGTAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1804.setScores(scores); - ffastqReads.push_back(read1804); - FastqRead read1805; read1805.setName("M00967_44_000000000-A3K85_1_1104_16328_8069"); - read1805.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTCCTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTAAGGCTAGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGATGACTGACGTTGAGGCTCGAAAGCGTGGGGAGCCAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(28); scores.push_back(37); scores.push_back(24); scores.push_back(28); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(35); scores.push_back(24); scores.push_back(26); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(13); read1805.setScores(scores); - ffastqReads.push_back(read1805); - FastqRead read1806; read1806.setName("M00967_44_000000000-A3K85_1_1104_9404_8096"); - read1806.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1806.setScores(scores); - ffastqReads.push_back(read1806); - FastqRead read1807; read1807.setName("M00967_44_000000000-A3K85_1_1104_25127_8223"); - read1807.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1807.setScores(scores); - ffastqReads.push_back(read1807); - FastqRead read1808; read1808.setName("M00967_44_000000000-A3K85_1_1104_19167_8271"); - read1808.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(32); scores.push_back(25); scores.push_back(31); scores.push_back(26); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1808.setScores(scores); - ffastqReads.push_back(read1808); - FastqRead read1809; read1809.setName("M00967_44_000000000-A3K85_1_1104_4922_8343"); - read1809.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1809.setScores(scores); - ffastqReads.push_back(read1809); - FastqRead read1810; read1810.setName("M00967_44_000000000-A3K85_1_1104_11127_8346"); - read1810.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTATCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1810.setScores(scores); - ffastqReads.push_back(read1810); - FastqRead read1811; read1811.setName("M00967_44_000000000-A3K85_1_1104_19431_8363"); - read1811.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1811.setScores(scores); - ffastqReads.push_back(read1811); - FastqRead read1812; read1812.setName("M00967_44_000000000-A3K85_1_1104_13546_8394"); - read1812.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1812.setScores(scores); - ffastqReads.push_back(read1812); - FastqRead read1813; read1813.setName("M00967_44_000000000-A3K85_1_1104_19883_8434"); - read1813.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGCGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(29); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(34); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(13); read1813.setScores(scores); - ffastqReads.push_back(read1813); - FastqRead read1814; read1814.setName("M00967_44_000000000-A3K85_1_1104_8775_8486"); - read1814.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGTAGCCGGGCTGACAAGTCAGATGTGAAATCCGGGGGCTCAACCCCCGAACTGCATTTGAAACTGTTGGTCTTGAGTATCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGACAACTGACGGTGAGGCGCGAAAGCGTGGGGGGCCAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(29); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(32); scores.push_back(13); read1814.setScores(scores); - ffastqReads.push_back(read1814); - FastqRead read1815; read1815.setName("M00967_44_000000000-A3K85_1_1104_6827_8493"); - read1815.setSeq("TACGTATGGAGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGGCGGCCTGCCAAGTCTGATGTGAAATACCGGGGCTCAACCCCGGGGCTGCATTGGAAACTGGCAGGCTGGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGATGACTGACGCTGAGGCTCGAAAGCGTGGGGGGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(28); scores.push_back(28); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(13); read1815.setScores(scores); - ffastqReads.push_back(read1815); - FastqRead read1816; read1816.setName("M00967_44_000000000-A3K85_1_1104_14722_8494"); - read1816.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGTGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTATCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1816.setScores(scores); - ffastqReads.push_back(read1816); - FastqRead read1817; read1817.setName("M00967_44_000000000-A3K85_1_1104_26435_8512"); - read1817.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1817.setScores(scores); - ffastqReads.push_back(read1817); - FastqRead read1818; read1818.setName("M00967_44_000000000-A3K85_1_1104_25502_8521"); - read1818.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTGCGCAAGTCTGAAGTGAAAGCCCGGGGCTCAACCCCGGGACTGCTTTGGAAACTGTGTAGCTAGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAAGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGGGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1818.setScores(scores); - ffastqReads.push_back(read1818); - FastqRead read1819; read1819.setName("M00967_44_000000000-A3K85_1_1104_12540_8523"); - read1819.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1819.setScores(scores); - ffastqReads.push_back(read1819); - FastqRead read1820; read1820.setName("M00967_44_000000000-A3K85_1_1104_13433_8536"); - read1820.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTCCTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTAAGGCTAGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGATGACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(28); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); read1820.setScores(scores); - ffastqReads.push_back(read1820); - FastqRead read1821; read1821.setName("M00967_44_000000000-A3K85_1_1104_22022_8575"); - read1821.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1821.setScores(scores); - ffastqReads.push_back(read1821); - FastqRead read1822; read1822.setName("M00967_44_000000000-A3K85_1_1104_6914_8620"); - read1822.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAATGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(12); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(33); read1822.setScores(scores); - ffastqReads.push_back(read1822); - FastqRead read1823; read1823.setName("M00967_44_000000000-A3K85_1_1104_16661_8628"); - read1823.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); read1823.setScores(scores); - ffastqReads.push_back(read1823); - FastqRead read1824; read1824.setName("M00967_44_000000000-A3K85_1_1104_11076_8638"); - read1824.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); read1824.setScores(scores); - ffastqReads.push_back(read1824); - FastqRead read1825; read1825.setName("M00967_44_000000000-A3K85_1_1104_10754_8858"); - read1825.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGGGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1825.setScores(scores); - ffastqReads.push_back(read1825); - FastqRead read1826; read1826.setName("M00967_44_000000000-A3K85_1_1104_11205_8888"); - read1826.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTCCTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACCGCATTTGGAACTGTAAGGCTAGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGATGACTGACGTTTAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1826.setScores(scores); - ffastqReads.push_back(read1826); - FastqRead read1827; read1827.setName("M00967_44_000000000-A3K85_1_1104_11022_8932"); - read1827.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGCGGCAAGTCTGAAGTGAAAGGCAGGGGCTTAACCCCTGAACTGCTTTGGAAACTGCCATGCTAGAGTGCTGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1827.setScores(scores); - ffastqReads.push_back(read1827); - FastqRead read1828; read1828.setName("M00967_44_000000000-A3K85_1_1104_25679_8933"); - read1828.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1828.setScores(scores); - ffastqReads.push_back(read1828); - FastqRead read1829; read1829.setName("M00967_44_000000000-A3K85_1_1104_21726_9001"); - read1829.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGTAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1829.setScores(scores); - ffastqReads.push_back(read1829); - FastqRead read1830; read1830.setName("M00967_44_000000000-A3K85_1_1104_13045_9032"); - read1830.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(28); read1830.setScores(scores); - ffastqReads.push_back(read1830); - FastqRead read1831; read1831.setName("M00967_44_000000000-A3K85_1_1104_18581_9042"); - read1831.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1831.setScores(scores); - ffastqReads.push_back(read1831); - FastqRead read1832; read1832.setName("M00967_44_000000000-A3K85_1_1104_18059_9129"); - read1832.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCATAGCAAGTCTGAAGTGAAAGCCCAAGGCTCAACCATGGGACTGCTTTGGAAACTGTTAAGCTAGAGTGCTGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAAGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1832.setScores(scores); - ffastqReads.push_back(read1832); - FastqRead read1833; read1833.setName("M00967_44_000000000-A3K85_1_1104_22553_9134"); - read1833.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1833.setScores(scores); - ffastqReads.push_back(read1833); - FastqRead read1834; read1834.setName("M00967_44_000000000-A3K85_1_1104_16292_9140"); - read1834.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGGGGGCGAGAAGTATGCGGAATGCGTGGGGTAGCGGTGAAATGCCTAGATATCACGCAGAAATCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAAAAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(29); scores.push_back(12); scores.push_back(29); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(29); scores.push_back(28); scores.push_back(27); scores.push_back(16); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(30); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); read1834.setScores(scores); - ffastqReads.push_back(read1834); - FastqRead read1835; read1835.setName("M00967_44_000000000-A3K85_1_1104_12907_9239"); - read1835.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1835.setScores(scores); - ffastqReads.push_back(read1835); - FastqRead read1836; read1836.setName("M00967_44_000000000-A3K85_1_1104_7136_9279"); - read1836.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTGTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTAAGGCCAGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGGGAAATGCGTAGATATAAGGAGGACCCCCAGTGGGGAAGGCGGCCAGCTGGGCCATGATTGACCTTGGGGCCCAAAAGGCGGGGGGGAAAAAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(29); scores.push_back(30); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(30); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(27); scores.push_back(38); scores.push_back(16); scores.push_back(27); scores.push_back(30); scores.push_back(16); scores.push_back(30); scores.push_back(31); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(13); scores.push_back(27); scores.push_back(36); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); read1836.setScores(scores); - ffastqReads.push_back(read1836); - FastqRead read1837; read1837.setName("M00967_44_000000000-A3K85_1_1104_17424_9339"); - read1837.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); read1837.setScores(scores); - ffastqReads.push_back(read1837); - FastqRead read1838; read1838.setName("M00967_44_000000000-A3K85_1_1104_15063_9339"); - read1838.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1838.setScores(scores); - ffastqReads.push_back(read1838); - FastqRead read1839; read1839.setName("M00967_44_000000000-A3K85_1_1104_6757_9353"); - read1839.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGTAGCCGGGCTGACAAGTCAGATGTGAAATCCGGGGGCTCAACCCCCGAACTGCATTTGAAACTGTTGGTCTTGAGTATCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGACAACTGACGGGGAGGCGCGAAAGCGTGGGGGGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(31); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(29); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1839.setScores(scores); - ffastqReads.push_back(read1839); - FastqRead read1840; read1840.setName("M00967_44_000000000-A3K85_1_1104_13313_9356"); - read1840.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1840.setScores(scores); - ffastqReads.push_back(read1840); - FastqRead read1841; read1841.setName("M00967_44_000000000-A3K85_1_1104_6974_9379"); - read1841.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGAAGAAAGTCTGAAGTGAAAGCCCGCGGCTTAACCGCGGAACTGCTTTGGAAACTTTTTTGCTGGAGTACCGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACGGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(35); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1841.setScores(scores); - ffastqReads.push_back(read1841); - FastqRead read1842; read1842.setName("M00967_44_000000000-A3K85_1_1104_14433_9398"); - read1842.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(37); read1842.setScores(scores); - ffastqReads.push_back(read1842); - FastqRead read1843; read1843.setName("M00967_44_000000000-A3K85_1_1104_27828_9432"); - read1843.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(28); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); read1843.setScores(scores); - ffastqReads.push_back(read1843); - FastqRead read1844; read1844.setName("M00967_44_000000000-A3K85_1_1104_22639_9454"); - read1844.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1844.setScores(scores); - ffastqReads.push_back(read1844); - FastqRead read1845; read1845.setName("M00967_44_000000000-A3K85_1_1104_19637_9495"); - read1845.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1845.setScores(scores); - ffastqReads.push_back(read1845); - FastqRead read1846; read1846.setName("M00967_44_000000000-A3K85_1_1104_21327_9556"); - read1846.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1846.setScores(scores); - ffastqReads.push_back(read1846); - FastqRead read1847; read1847.setName("M00967_44_000000000-A3K85_1_1104_24707_9615"); - read1847.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTGTCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1847.setScores(scores); - ffastqReads.push_back(read1847); - FastqRead read1848; read1848.setName("M00967_44_000000000-A3K85_1_1104_13256_9636"); - read1848.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1848.setScores(scores); - ffastqReads.push_back(read1848); - FastqRead read1849; read1849.setName("M00967_44_000000000-A3K85_1_1104_16521_9684"); - read1849.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTATCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1849.setScores(scores); - ffastqReads.push_back(read1849); - FastqRead read1850; read1850.setName("M00967_44_000000000-A3K85_1_1104_24096_9698"); - read1850.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1850.setScores(scores); - ffastqReads.push_back(read1850); - FastqRead read1851; read1851.setName("M00967_44_000000000-A3K85_1_1104_11342_9704"); - read1851.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGAAGAAAGTCTGAAGTGAAAGCCCGCGGCTCAACCGCGGAATGGCTTTGGAAACTTTTTTGCTGGAGTACCGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACGGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(18); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1851.setScores(scores); - ffastqReads.push_back(read1851); - FastqRead read1852; read1852.setName("M00967_44_000000000-A3K85_1_1104_6351_9726"); - read1852.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(28); read1852.setScores(scores); - ffastqReads.push_back(read1852); - FastqRead read1853; read1853.setName("M00967_44_000000000-A3K85_1_1104_6361_9748"); - read1853.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTATCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1853.setScores(scores); - ffastqReads.push_back(read1853); - FastqRead read1854; read1854.setName("M00967_44_000000000-A3K85_1_1104_18909_9875"); - read1854.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read1854.setScores(scores); - ffastqReads.push_back(read1854); - FastqRead read1855; read1855.setName("M00967_44_000000000-A3K85_1_1104_28199_9877"); - read1855.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCCTAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCCCGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(34); scores.push_back(31); scores.push_back(27); scores.push_back(36); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(28); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(28); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(26); scores.push_back(37); scores.push_back(12); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(29); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(29); scores.push_back(31); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(37); read1855.setScores(scores); - ffastqReads.push_back(read1855); - FastqRead read1856; read1856.setName("M00967_44_000000000-A3K85_1_1104_4653_9895"); - read1856.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1856.setScores(scores); - ffastqReads.push_back(read1856); - FastqRead read1857; read1857.setName("M00967_44_000000000-A3K85_1_1104_14159_10000"); - read1857.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAAATCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGTCTTGAGTGGGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(16); scores.push_back(18); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1857.setScores(scores); - ffastqReads.push_back(read1857); - FastqRead read1858; read1858.setName("M00967_44_000000000-A3K85_1_1104_17165_10005"); - read1858.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1858.setScores(scores); - ffastqReads.push_back(read1858); - FastqRead read1859; read1859.setName("M00967_44_000000000-A3K85_1_1104_23360_10105"); - read1859.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1859.setScores(scores); - ffastqReads.push_back(read1859); - FastqRead read1860; read1860.setName("M00967_44_000000000-A3K85_1_1104_14248_10150"); - read1860.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1860.setScores(scores); - ffastqReads.push_back(read1860); - FastqRead read1861; read1861.setName("M00967_44_000000000-A3K85_1_1104_27137_10210"); - read1861.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1861.setScores(scores); - ffastqReads.push_back(read1861); - FastqRead read1862; read1862.setName("M00967_44_000000000-A3K85_1_1104_25593_10262"); - read1862.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1862.setScores(scores); - ffastqReads.push_back(read1862); - FastqRead read1863; read1863.setName("M00967_44_000000000-A3K85_1_1104_8760_10290"); - read1863.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(13); read1863.setScores(scores); - ffastqReads.push_back(read1863); - FastqRead read1864; read1864.setName("M00967_44_000000000-A3K85_1_1104_4312_10516"); - read1864.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTAAGCAAGTCTGAAGTGAAAGCCCGGGGCTTAACCCCGGGACTGCTTTGGAAACTGTTAAGCTAGAGTGCTGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGGAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1864.setScores(scores); - ffastqReads.push_back(read1864); - FastqRead read1865; read1865.setName("M00967_44_000000000-A3K85_1_1104_4330_10520"); - read1865.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTAAGCAAGTCTGAAGTGAAAGCCCGGGGCTTAACCCCGGGACTGCTTTGGAAACTGTTAAGCTAGAGTGCTGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(36); scores.push_back(34); scores.push_back(26); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1865.setScores(scores); - ffastqReads.push_back(read1865); - FastqRead read1866; read1866.setName("M00967_44_000000000-A3K85_1_1104_3523_10559"); - read1866.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGTAGCCGGGCTGACAAGTCAGATGTGAAATCCGGGGGCTCAACCCCCGAACTGCATTTGAAACTGTTGGTCTTGAGTATCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGACAACTGACGGTGAGGGGCGAAAGCGTGGGGAGCAAAAA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(28); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1866.setScores(scores); - ffastqReads.push_back(read1866); - FastqRead read1867; read1867.setName("M00967_44_000000000-A3K85_1_1104_22200_10638"); - read1867.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCGGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGTGCTCGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTCATGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(35); scores.push_back(14); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(14); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(31); scores.push_back(26); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1867.setScores(scores); - ffastqReads.push_back(read1867); - FastqRead read1868; read1868.setName("M00967_44_000000000-A3K85_1_1104_18565_10742"); - read1868.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(28); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); read1868.setScores(scores); - ffastqReads.push_back(read1868); - FastqRead read1869; read1869.setName("M00967_44_000000000-A3K85_1_1104_11859_10749"); - read1869.setSeq("TACGTAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTCTGCAAGTCTGAAGTGAAAGCCCGTGGCTTAACCGCGGAACGGCTTTGGAAACTGTGGAACTGGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGGGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(27); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(28); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(13); read1869.setScores(scores); - ffastqReads.push_back(read1869); - FastqRead read1870; read1870.setName("M00967_44_000000000-A3K85_1_1104_23378_10761"); - read1870.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTATTGGGCGTAAAGCGAGTGCAGGCGGTTCAATAAGTCTGATGTGAAAGCCTTCGGCTCCACCGGAGAATTGCATCAGAAACTGTTTAACTTGAGTGCAGAAGAGGAGAGTGGAACTCCATGTGTAGCGGTGGAATGCGTAGATATATGGAAGAACACCAGTGGCGAAGGCGGCCCTCTGGTCTGCAACTGACGCTGAGGCTCGAAAGCATGGGTAGCGAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(19); scores.push_back(31); scores.push_back(37); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(18); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(18); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(38); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(18); scores.push_back(18); scores.push_back(35); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(18); scores.push_back(31); scores.push_back(17); scores.push_back(31); scores.push_back(37); scores.push_back(35); scores.push_back(17); scores.push_back(29); scores.push_back(35); scores.push_back(34); scores.push_back(28); scores.push_back(28); scores.push_back(28); scores.push_back(38); scores.push_back(15); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(27); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(36); scores.push_back(13); scores.push_back(35); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(32); scores.push_back(31); scores.push_back(13); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(13); scores.push_back(34); scores.push_back(14); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(28); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); read1870.setScores(scores); - ffastqReads.push_back(read1870); - FastqRead read1871; read1871.setName("M00967_44_000000000-A3K85_1_1104_18177_10778"); - read1871.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(13); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1871.setScores(scores); - ffastqReads.push_back(read1871); - FastqRead read1872; read1872.setName("M00967_44_000000000-A3K85_1_1104_20823_10838"); - read1872.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGGAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); read1872.setScores(scores); - ffastqReads.push_back(read1872); - FastqRead read1873; read1873.setName("M00967_44_000000000-A3K85_1_1104_4174_10851"); - read1873.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); read1873.setScores(scores); - ffastqReads.push_back(read1873); - FastqRead read1874; read1874.setName("M00967_44_000000000-A3K85_1_1104_18406_10895"); - read1874.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGAGCAAGTCTGAAGTGAAAGCCCGCGGCCCAACTGCGGGACTGCTTTGGAAACTGCCCGGCTAGAGTGCTGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read1874.setScores(scores); - ffastqReads.push_back(read1874); - FastqRead read1875; read1875.setName("M00967_44_000000000-A3K85_1_1104_21868_10918"); - read1875.setSeq("TACGTAGGTGGCAAGCGTTATCCGGAATTATTGGGCGTAAAGAGCGCGCAGGTGGTTAATTAAGTCTGATGTGAAAGCCCACGGCTTAACCGTGGAGGGTCATTGGAAACTGGTTGACTTGAGTGCAGAAGAGGGAAGTGGAATTCCATGTGTAGCGGTGAAATGCGTAGAGATATGGAGGAACACCAGTGGCGAAGGCGGCTTCCTGGTCTGCAACTGACACTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read1875.setScores(scores); - ffastqReads.push_back(read1875); - FastqRead read1876; read1876.setName("M00967_44_000000000-A3K85_1_1104_19137_10930"); - read1876.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACCGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1876.setScores(scores); - ffastqReads.push_back(read1876); - FastqRead read1877; read1877.setName("M00967_44_000000000-A3K85_1_1104_17725_10951"); - read1877.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(27); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1877.setScores(scores); - ffastqReads.push_back(read1877); - FastqRead read1878; read1878.setName("M00967_44_000000000-A3K85_1_1104_6518_10983"); - read1878.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1878.setScores(scores); - ffastqReads.push_back(read1878); - FastqRead read1879; read1879.setName("M00967_44_000000000-A3K85_1_1104_28556_10998"); - read1879.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1879.setScores(scores); - ffastqReads.push_back(read1879); - FastqRead read1880; read1880.setName("M00967_44_000000000-A3K85_1_1104_19200_11047"); - read1880.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1880.setScores(scores); - ffastqReads.push_back(read1880); - FastqRead read1881; read1881.setName("M00967_44_000000000-A3K85_1_1104_6536_11056"); - read1881.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(13); read1881.setScores(scores); - ffastqReads.push_back(read1881); - FastqRead read1882; read1882.setName("M00967_44_000000000-A3K85_1_1104_6552_11067"); - read1882.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1882.setScores(scores); - ffastqReads.push_back(read1882); - FastqRead read1883; read1883.setName("M00967_44_000000000-A3K85_1_1104_11872_11093"); - read1883.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(28); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1883.setScores(scores); - ffastqReads.push_back(read1883); - FastqRead read1884; read1884.setName("M00967_44_000000000-A3K85_1_1104_25891_11170"); - read1884.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGAAGAAAGTCTGAAGTGAAAGCCCGCGGCTTAACCGCGGAACTGCTTTGGAAACTTTTTTGCTGGAGTACCGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACGGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1884.setScores(scores); - ffastqReads.push_back(read1884); - FastqRead read1885; read1885.setName("M00967_44_000000000-A3K85_1_1104_12169_11216"); - read1885.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTCCTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTAAGGCTAGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAAAACCAGTGGCGAAGGCGGCCTGCTGGACGATGACTGACGTTGAGGCTCGGAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(25); scores.push_back(25); read1885.setScores(scores); - ffastqReads.push_back(read1885); - FastqRead read1886; read1886.setName("M00967_44_000000000-A3K85_1_1104_3100_11250"); - read1886.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGTGTTTAAAGGGTGCGTAGGCGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGGTCACTGGACTGCAACTGACACTGATGATCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(18); scores.push_back(32); scores.push_back(36); scores.push_back(15); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(18); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(14); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(30); scores.push_back(18); scores.push_back(30); scores.push_back(37); scores.push_back(18); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(27); scores.push_back(32); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(25); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1886.setScores(scores); - ffastqReads.push_back(read1886); - FastqRead read1887; read1887.setName("M00967_44_000000000-A3K85_1_1104_3118_11257"); - read1887.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGTGTTTAAAGGGTGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(34); scores.push_back(18); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(25); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1887.setScores(scores); - ffastqReads.push_back(read1887); - FastqRead read1888; read1888.setName("M00967_44_000000000-A3K85_1_1104_22804_11304"); - read1888.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCATAGCAAGTCTGAAGTGAAAGCCCAAGGCTCAACCATGGGACTGCTTTGGAAACTGTTAAGCTAGAGTGCTGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAAGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read1888.setScores(scores); - ffastqReads.push_back(read1888); - FastqRead read1889; read1889.setName("M00967_44_000000000-A3K85_1_1104_11825_11322"); - read1889.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1889.setScores(scores); - ffastqReads.push_back(read1889); - FastqRead read1890; read1890.setName("M00967_44_000000000-A3K85_1_1104_9159_11363"); - read1890.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGAGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGAACGAAAGTGCGGAGATCAAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(17); scores.push_back(17); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(35); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(31); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(35); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(27); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(30); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(31); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); read1890.setScores(scores); - ffastqReads.push_back(read1890); - FastqRead read1891; read1891.setName("M00967_44_000000000-A3K85_1_1104_20121_11371"); - read1891.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGGTGGCAGGGCAAGTCAGATGTGAAAACCCGGGGCTCAACCCCGGGAGTGCATTTGAAACTGTCCAGCTGGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCATAGATATTAGGAGGAACACCAGTGGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1891.setScores(scores); - ffastqReads.push_back(read1891); - FastqRead read1892; read1892.setName("M00967_44_000000000-A3K85_1_1104_25075_11439"); - read1892.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTGCGCAAGTCTGAAGTGAAAGCCCGGGGCTCAACCCCGGAACTGCTTTGGAAACTGTGTAGCTAGAGTGCTGGAGAGGCCAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATTAGGAAGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(32); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(36); scores.push_back(33); scores.push_back(16); scores.push_back(17); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(29); scores.push_back(29); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(27); scores.push_back(33); scores.push_back(27); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(27); scores.push_back(29); scores.push_back(30); scores.push_back(16); scores.push_back(30); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(13); scores.push_back(36); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(12); scores.push_back(36); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(28); scores.push_back(30); scores.push_back(28); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(24); read1892.setScores(scores); - ffastqReads.push_back(read1892); - FastqRead read1893; read1893.setName("M00967_44_000000000-A3K85_1_1104_25065_11457"); - read1893.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCTGCGCAAGTCTGAAGTGAAAGCCCGGGGCTCAACCCCGGGACTGCTTTGGAAACTGTGTAGCTAGAGTGCTGGAGAGGCAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAAGAACACCAGTGGCGAAGGCGGCTTGCTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1893.setScores(scores); - ffastqReads.push_back(read1893); - FastqRead read1894; read1894.setName("M00967_44_000000000-A3K85_1_1104_10615_11475"); - read1894.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1894.setScores(scores); - ffastqReads.push_back(read1894); - FastqRead read1895; read1895.setName("M00967_44_000000000-A3K85_1_1104_3818_11499"); - read1895.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(27); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(25); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(24); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(15); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(35); scores.push_back(32); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(26); scores.push_back(34); scores.push_back(28); scores.push_back(35); scores.push_back(26); scores.push_back(28); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(26); scores.push_back(34); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(33); read1895.setScores(scores); - ffastqReads.push_back(read1895); - FastqRead read1896; read1896.setName("M00967_44_000000000-A3K85_1_1104_3401_11637"); - read1896.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(27); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1896.setScores(scores); - ffastqReads.push_back(read1896); - FastqRead read1897; read1897.setName("M00967_44_000000000-A3K85_1_1104_17657_11662"); - read1897.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); read1897.setScores(scores); - ffastqReads.push_back(read1897); - FastqRead read1898; read1898.setName("M00967_44_000000000-A3K85_1_1104_14580_11677"); - read1898.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1898.setScores(scores); - ffastqReads.push_back(read1898); - FastqRead read1899; read1899.setName("M00967_44_000000000-A3K85_1_1104_20760_11711"); - read1899.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read1899.setScores(scores); - ffastqReads.push_back(read1899); - FastqRead read1900; read1900.setName("M00967_44_000000000-A3K85_1_1104_18045_11748"); - read1900.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGGATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(20); scores.push_back(20); scores.push_back(31); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(25); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(30); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1900.setScores(scores); - ffastqReads.push_back(read1900); - FastqRead read1901; read1901.setName("M00967_44_000000000-A3K85_1_1104_24143_11749"); - read1901.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGGGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1901.setScores(scores); - ffastqReads.push_back(read1901); - FastqRead read1902; read1902.setName("M00967_44_000000000-A3K85_1_1104_7967_11800"); - read1902.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1902.setScores(scores); - ffastqReads.push_back(read1902); - FastqRead read1903; read1903.setName("M00967_44_000000000-A3K85_1_1104_15472_11806"); - read1903.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTCCTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTAAGGCTAGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGATGACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(27); scores.push_back(32); scores.push_back(25); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(30); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(33); scores.push_back(28); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(33); scores.push_back(30); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1903.setScores(scores); - ffastqReads.push_back(read1903); - FastqRead read1904; read1904.setName("M00967_44_000000000-A3K85_1_1104_12930_11808"); - read1904.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGTAGCCGGGTTGACAAGTCAGATGTGAAATCCTGCGGCTTAACCGCAGAACTGCATTTGAAACTGTTGATCTTGAGTACTGGAGAGGCAGACGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGTCTGCTGGACAGCAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1904.setScores(scores); - ffastqReads.push_back(read1904); - FastqRead read1905; read1905.setName("M00967_44_000000000-A3K85_1_1104_10575_11830"); - read1905.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read1905.setScores(scores); - ffastqReads.push_back(read1905); - FastqRead read1906; read1906.setName("M00967_44_000000000-A3K85_1_1104_6233_11834"); - read1906.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(28); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(28); scores.push_back(37); read1906.setScores(scores); - ffastqReads.push_back(read1906); - FastqRead read1907; read1907.setName("M00967_44_000000000-A3K85_1_1104_22380_11878"); - read1907.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAATGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(30); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(18); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(18); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(14); scores.push_back(30); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(32); scores.push_back(12); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(13); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(25); scores.push_back(13); scores.push_back(34); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(28); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(14); read1907.setScores(scores); - ffastqReads.push_back(read1907); - FastqRead read1908; read1908.setName("M00967_44_000000000-A3K85_1_1104_25591_11919"); - read1908.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGGAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(29); scores.push_back(36); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(18); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); read1908.setScores(scores); - ffastqReads.push_back(read1908); - FastqRead read1909; read1909.setName("M00967_44_000000000-A3K85_1_1104_25609_11922"); - read1909.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1909.setScores(scores); - ffastqReads.push_back(read1909); - FastqRead read1910; read1910.setName("M00967_44_000000000-A3K85_1_1104_19611_11936"); - read1910.setSeq("CACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1910.setScores(scores); - ffastqReads.push_back(read1910); - FastqRead read1911; read1911.setName("M00967_44_000000000-A3K85_1_1104_8970_11951"); - read1911.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1911.setScores(scores); - ffastqReads.push_back(read1911); - FastqRead read1912; read1912.setName("M00967_44_000000000-A3K85_1_1104_26292_12008"); - read1912.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTCCGTTAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTCGAGCCGTTGAAACTGGCAGACTTGAGTTGGCGAGAAGTACGCGGAATGCGCGGTGTAGCGGTGAAATGCATAGATATCGCGCAGAACTCCGATTGCGAAGGCAGCGTACCGGCGCCAGACTGACGCTGAGGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1912.setScores(scores); - ffastqReads.push_back(read1912); - FastqRead read1913; read1913.setName("M00967_44_000000000-A3K85_1_1104_7545_12023"); - read1913.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(18); scores.push_back(18); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1913.setScores(scores); - ffastqReads.push_back(read1913); - FastqRead read1914; read1914.setName("M00967_44_000000000-A3K85_1_1104_26807_12035"); - read1914.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(26); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1914.setScores(scores); - ffastqReads.push_back(read1914); - FastqRead read1915; read1915.setName("M00967_44_000000000-A3K85_1_1104_24990_12075"); - read1915.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1915.setScores(scores); - ffastqReads.push_back(read1915); - FastqRead read1916; read1916.setName("M00967_44_000000000-A3K85_1_1104_8263_12086"); - read1916.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGATCGTTAAGTCAGTGGTCAAATTGAGGGGCTCAACCCCTTCCCGCCATTGAAACTGGCGATCTTGAGTGGAAGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATGCCGGCTTCCTACTGACGCTGAAGCACGAAAGCGTGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1916.setScores(scores); - ffastqReads.push_back(read1916); - FastqRead read1917; read1917.setName("M00967_44_000000000-A3K85_1_1104_4134_12161"); - read1917.setSeq("TACGGAGGGGGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGTCGCAAGTCTGAAGTGAAAGCCCGTGGCTCAACCGCGGAACCGCTTTGGAAACTGCGAGGCTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACAGTGACTGACGTTGAGGCTCGAAAGCGTGGGGAGCGAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(12); read1917.setScores(scores); - ffastqReads.push_back(read1917); - FastqRead read1918; read1918.setName("M00967_44_000000000-A3K85_1_1104_27283_12162"); - read1918.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGTAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTATGTGACTGGAGTGCAGGAGAGGTGAGCAGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTCACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1918.setScores(scores); - ffastqReads.push_back(read1918); - FastqRead read1919; read1919.setName("M00967_44_000000000-A3K85_1_1104_14719_12167"); - read1919.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1919.setScores(scores); - ffastqReads.push_back(read1919); - FastqRead read1920; read1920.setName("M00967_44_000000000-A3K85_1_1104_15406_12184"); - read1920.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1920.setScores(scores); - ffastqReads.push_back(read1920); - FastqRead read1921; read1921.setName("M00967_44_000000000-A3K85_1_1104_14699_12204"); - read1921.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(34); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1921.setScores(scores); - ffastqReads.push_back(read1921); - FastqRead read1922; read1922.setName("M00967_44_000000000-A3K85_1_1104_11812_12239"); - read1922.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(13); read1922.setScores(scores); - ffastqReads.push_back(read1922); - FastqRead read1923; read1923.setName("M00967_44_000000000-A3K85_1_1104_26672_12271"); - read1923.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATGACTGGGCGTAAAGGGTGCGTAGGTGGTTTGACAAGTTGGTAGCGCAACTCCGAGGCTTAACCTCGGCACTACTACCAAAACTGTTGGACTCGAGTGCAGGAGGGGCAAATGGAATTCCTAGTGTAGCGGTGGAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGATTTGCTGGACTGTGACTGACACTGAGGCACGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1923.setScores(scores); - ffastqReads.push_back(read1923); - FastqRead read1924; read1924.setName("M00967_44_000000000-A3K85_1_1104_3680_12350"); - read1924.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTATTGGGCGTAAAGCGAGTGCAGGCGGTTCAATAAGTCTGATGTGAAAGCCTTCGGCTCAACCGGAGAATTGCATCAGAAACTGTTTAACTTGAGTGCAGAAGAGGAGAGTGGAACTCCATGTGTAGCGGTGGAATGCGTAGATATTTGGGAGAACACCCGTGGCGAAGGCGGCTCTCTGGGCTGCAACTGACGCTGAGGCTCGAAAGCCTGGGGAGGGAAC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(20); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(16); scores.push_back(18); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(19); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(19); scores.push_back(31); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(18); scores.push_back(16); scores.push_back(29); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(18); scores.push_back(33); scores.push_back(19); scores.push_back(33); scores.push_back(33); scores.push_back(18); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(18); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(31); scores.push_back(27); scores.push_back(33); scores.push_back(17); scores.push_back(31); scores.push_back(31); scores.push_back(17); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(27); scores.push_back(30); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(28); scores.push_back(16); scores.push_back(16); scores.push_back(28); scores.push_back(27); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(36); scores.push_back(32); scores.push_back(27); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); read1924.setScores(scores); - ffastqReads.push_back(read1924); - FastqRead read1925; read1925.setName("M00967_44_000000000-A3K85_1_1104_5443_12369"); - read1925.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGAAGAAAGTCTGAAGTGAAAGCCCGCGGCTCAACCGCGGAATGGCTTTGGAAACTTTTTTGCTGGAGTACCGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACGGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1925.setScores(scores); - ffastqReads.push_back(read1925); - FastqRead read1926; read1926.setName("M00967_44_000000000-A3K85_1_1104_3663_12426"); - read1926.setSeq("TACGGCGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(16); scores.push_back(29); scores.push_back(35); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(16); scores.push_back(17); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(27); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(27); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(26); read1926.setScores(scores); - ffastqReads.push_back(read1926); - FastqRead read1927; read1927.setName("M00967_44_000000000-A3K85_1_1104_28218_12477"); - read1927.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1927.setScores(scores); - ffastqReads.push_back(read1927); - FastqRead read1928; read1928.setName("M00967_44_000000000-A3K85_1_1104_3016_12486"); - read1928.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(29); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); read1928.setScores(scores); - ffastqReads.push_back(read1928); - FastqRead read1929; read1929.setName("M00967_44_000000000-A3K85_1_1104_10709_12664"); - read1929.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1929.setScores(scores); - ffastqReads.push_back(read1929); - FastqRead read1930; read1930.setName("M00967_44_000000000-A3K85_1_1104_7475_12746"); - read1930.setSeq("TACAGAGGTCTCAAGCGTTGTTCGGAATCACTGGGCGTAAAGCGTGCGTAGGCTGTTTCGTAAGTCGTGTGTGAAAGGCGCGGGCTCAACCCGCGGACGGCACATGATACTGCGAGACTAGAGTAATGGAGGGGGAACCGGAATTCTCGGTGTAGCAGTGAAATGCGTAGATATCGAGAGGAACACTCGTGGCGAAGGCGGGTTCCTGGACATTAACTGACGCTGAGGCACGAAGGCCAGGGGAGCGAAAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(28); scores.push_back(33); scores.push_back(29); scores.push_back(32); read1930.setScores(scores); - ffastqReads.push_back(read1930); - FastqRead read1931; read1931.setName("M00967_44_000000000-A3K85_1_1104_17811_12782"); - read1931.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(29); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(36); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(14); scores.push_back(30); scores.push_back(27); scores.push_back(37); scores.push_back(35); scores.push_back(27); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(30); scores.push_back(27); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(24); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); read1931.setScores(scores); - ffastqReads.push_back(read1931); - FastqRead read1932; read1932.setName("M00967_44_000000000-A3K85_1_1104_23685_12790"); - read1932.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCGAAGAAAGTCTGAAGTGAAAGCCCGCGGCTCAACCGCGGAATGGCTTTGGAAACTTTTTTGCTGGAGTACCGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACGGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(28); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1932.setScores(scores); - ffastqReads.push_back(read1932); - FastqRead read1933; read1933.setName("M00967_44_000000000-A3K85_1_1104_26965_12883"); - read1933.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1933.setScores(scores); - ffastqReads.push_back(read1933); - FastqRead read1934; read1934.setName("M00967_44_000000000-A3K85_1_1104_12833_12957"); - read1934.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1934.setScores(scores); - ffastqReads.push_back(read1934); - FastqRead read1935; read1935.setName("M00967_44_000000000-A3K85_1_1104_2573_12995"); - read1935.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACCGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGGTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATAAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGGAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(18); scores.push_back(29); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(16); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(18); scores.push_back(19); scores.push_back(33); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(27); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(30); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(29); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(28); scores.push_back(27); scores.push_back(34); scores.push_back(13); scores.push_back(14); scores.push_back(27); scores.push_back(13); scores.push_back(28); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(27); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(34); scores.push_back(24); scores.push_back(15); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(31); scores.push_back(29); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); read1935.setScores(scores); - ffastqReads.push_back(read1935); - FastqRead read1936; read1936.setName("M00967_44_000000000-A3K85_1_1104_5139_13157"); - read1936.setSeq("TACGTAGGTGGCAAGCGTTATCCGGAATTATTGGGCGTAAAGAGCGCGCAGGTGGTTAATTAAGTCTGATGTGAAAGCCCACGGCTTAACCGTGGAGGGTCATTGGAAACTGGTTGACTTGAGTGCAGAAGAGGGAAGTGGAATTCCATGTGTAGCGGTGAAATGCGTAGAGATATGGAGGAACACCAGTGGCGAAGGCGGCTTCCTGGTCTGCAACTGACACTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(29); scores.push_back(29); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(13); read1936.setScores(scores); - ffastqReads.push_back(read1936); - FastqRead read1937; read1937.setName("M00967_44_000000000-A3K85_1_1104_16358_13218"); - read1937.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); read1937.setScores(scores); - ffastqReads.push_back(read1937); - FastqRead read1938; read1938.setName("M00967_44_000000000-A3K85_1_1104_2533_13244"); - read1938.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTATGTAAGTCTGAAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTTTGGAAACTGTGTAACTAGAGTACAGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACTGAAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(29); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1938.setScores(scores); - ffastqReads.push_back(read1938); - FastqRead read1939; read1939.setName("M00967_44_000000000-A3K85_1_1104_8491_13331"); - read1939.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGCAGCGCAAGTCTGGAGTGAAATGCCGGGGCCCAACCCCGGAACTGCTTTGGAAACTGTGCAGCTCGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(27); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1939.setScores(scores); - ffastqReads.push_back(read1939); - FastqRead read1940; read1940.setName("M00967_44_000000000-A3K85_1_1104_16846_13370"); - read1940.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCATGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1940.setScores(scores); - ffastqReads.push_back(read1940); - FastqRead read1941; read1941.setName("M00967_44_000000000-A3K85_1_1104_9917_13371"); - read1941.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGAAGTGAAAGGCGGGGGCTCAACCCCCGGACTGCTTTGGAAACTGTATGACTGGAGTGCAGGAGAGGTAAGTGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1941.setScores(scores); - ffastqReads.push_back(read1941); - FastqRead read1942; read1942.setName("M00967_44_000000000-A3K85_1_1104_21146_13421"); - read1942.setSeq("TACGTATGGTGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGCAGGCGGCGCGTTAAGCCTGGTGTGAAAGCCCGCGGCCCAACCGCGGGACTGCATTGGGAACTGGCGCGCTGGAGTGCCGGAGGGGTAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTACTGGACGGTGACTGACGCTGAGGATCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(29); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(24); scores.push_back(35); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(28); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(28); scores.push_back(35); scores.push_back(12); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(28); scores.push_back(29); scores.push_back(29); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); read1942.setScores(scores); - ffastqReads.push_back(read1942); - FastqRead read1943; read1943.setName("M00967_44_000000000-A3K85_1_1104_7472_13455"); - read1943.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTATCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); read1943.setScores(scores); - ffastqReads.push_back(read1943); - FastqRead read1944; read1944.setName("M00967_44_000000000-A3K85_1_1104_16819_13504"); - read1944.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1944.setScores(scores); - ffastqReads.push_back(read1944); - FastqRead read1945; read1945.setName("M00967_44_000000000-A3K85_1_1104_26606_13580"); - read1945.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1945.setScores(scores); - ffastqReads.push_back(read1945); - FastqRead read1946; read1946.setName("M00967_44_000000000-A3K85_1_1104_22540_13596"); - read1946.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGAATTACTGGGTGTAAAGGGAGCGTAGGCGGGAAGCCAAGTCAGCTGTGAAAACTACGGGCTTAACCTGTAGACTGCAGTTGAAACTGGCTTTCTTGAGTGAAGTAGAGGTTGGCGGAATTCCGAGTGTAGCGGTGAAATGCGTAGATATTCGGAGGAACACCGGTGGCGAAGGCGGCCAACTGGGCTTTAACTGACGCTGAGGCTCGAAAGTGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); read1946.setScores(scores); - ffastqReads.push_back(read1946); - FastqRead read1947; read1947.setName("M00967_44_000000000-A3K85_1_1104_12931_13651"); - read1947.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTGTGCAAGTCTGAAGTGAAAGCCCGCGGCTCAACTGCGGAACGGCTTTGGAAACTGTGTAACTGGAGTGCTGGAGAGGTAAGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGAGATCAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1947.setScores(scores); - ffastqReads.push_back(read1947); - FastqRead read1948; read1948.setName("M00967_44_000000000-A3K85_1_1104_14298_13656"); - read1948.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); read1948.setScores(scores); - ffastqReads.push_back(read1948); - FastqRead read1949; read1949.setName("M00967_44_000000000-A3K85_1_1104_14282_13667"); - read1949.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1949.setScores(scores); - ffastqReads.push_back(read1949); - FastqRead read1950; read1950.setName("M00967_44_000000000-A3K85_1_1104_27976_13687"); - read1950.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGCAGCCGGAGAGACAAGTCAGATGTGAAATCCACGGGCTCAACCCGTGAACTGCATTTGAAACTGTTTCCCTTGAGTGTCGGAGAGGTCATCGGAATTCCTTGTGTAGCGGTGAAATGCGTAGATATAAGGAAGAACACCAGTGGCGAAGGCGGATGACTGGACGATAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(28); scores.push_back(25); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1950.setScores(scores); - ffastqReads.push_back(read1950); - FastqRead read1951; read1951.setName("M00967_44_000000000-A3K85_1_1104_19232_13777"); - read1951.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(25); read1951.setScores(scores); - ffastqReads.push_back(read1951); - FastqRead read1952; read1952.setName("M00967_44_000000000-A3K85_1_1104_17747_13789"); - read1952.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1952.setScores(scores); - ffastqReads.push_back(read1952); - FastqRead read1953; read1953.setName("M00967_44_000000000-A3K85_1_1104_26553_13825"); - read1953.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1953.setScores(scores); - ffastqReads.push_back(read1953); - FastqRead read1954; read1954.setName("M00967_44_000000000-A3K85_1_1104_26212_13904"); - read1954.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(27); scores.push_back(30); scores.push_back(37); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); read1954.setScores(scores); - ffastqReads.push_back(read1954); - FastqRead read1955; read1955.setName("M00967_44_000000000-A3K85_1_1104_9328_13911"); - read1955.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1955.setScores(scores); - ffastqReads.push_back(read1955); - FastqRead read1956; read1956.setName("M00967_44_000000000-A3K85_1_1104_3300_13940"); - read1956.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGTAGCCGGGTTGACAAGTCAGATGTGAAATCCTGCGGCTTAACCGCAGAACTGCATTTGAAACTGTTGATCTTGAGTACTGGAGAGGCAGACGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGTCTGCTGGACAGCAACTGACGGTGAGGCGCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(18); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(25); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(13); read1956.setScores(scores); - ffastqReads.push_back(read1956); - FastqRead read1957; read1957.setName("M00967_44_000000000-A3K85_1_1104_7871_13952"); - read1957.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGCGTGTAGCCGGGCTGACAAGTCAGATGTGAAATCCGGGGGCTCAACCCCCGAACTGCATTTGAAACTGTTGGTCTTGAGTATCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGCGGCGAAGGCGGCTTACTGGACAGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(28); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(13); read1957.setScores(scores); - ffastqReads.push_back(read1957); - FastqRead read1958; read1958.setName("M00967_44_000000000-A3K85_1_1104_10321_14031"); - read1958.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1958.setScores(scores); - ffastqReads.push_back(read1958); - FastqRead read1959; read1959.setName("M00967_44_000000000-A3K85_1_1104_15706_14032"); - read1959.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1959.setScores(scores); - ffastqReads.push_back(read1959); - FastqRead read1960; read1960.setName("M00967_44_000000000-A3K85_1_1104_27074_14041"); - read1960.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1960.setScores(scores); - ffastqReads.push_back(read1960); - FastqRead read1961; read1961.setName("M00967_44_000000000-A3K85_1_1104_22266_14100"); - read1961.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1961.setScores(scores); - ffastqReads.push_back(read1961); - FastqRead read1962; read1962.setName("M00967_44_000000000-A3K85_1_1104_24767_14100"); - read1962.setSeq("TACGTAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1962.setScores(scores); - ffastqReads.push_back(read1962); - FastqRead read1963; read1963.setName("M00967_44_000000000-A3K85_1_1104_25839_14222"); - read1963.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCAACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1963.setScores(scores); - ffastqReads.push_back(read1963); - FastqRead read1964; read1964.setName("M00967_44_000000000-A3K85_1_1104_19639_14254"); - read1964.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1964.setScores(scores); - ffastqReads.push_back(read1964); - FastqRead read1965; read1965.setName("M00967_44_000000000-A3K85_1_1104_26260_14274"); - read1965.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1965.setScores(scores); - ffastqReads.push_back(read1965); - FastqRead read1966; read1966.setName("M00967_44_000000000-A3K85_1_1104_11150_14302"); - read1966.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1966.setScores(scores); - ffastqReads.push_back(read1966); - FastqRead read1967; read1967.setName("M00967_44_000000000-A3K85_1_1104_24281_14456"); - read1967.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1967.setScores(scores); - ffastqReads.push_back(read1967); - FastqRead read1968; read1968.setName("M00967_44_000000000-A3K85_1_1104_27607_14496"); - read1968.setSeq("TACGTAGGGAGCAAGCGTTGTCCGGATTTACTGGGTGTAAAGGGTGCGTAGGCGGCCTTTCAAGTCAGAAGTGAAATCCATGGGCTTAACCCGTGACCTGCTTTTGAAACTGTAGGGCTTGAGTGAAGTAGAGGCAGGCGGATTTGCCGGGTTGGGGGGGAAATCCGTAGAAATCCGGAGGAACACCAGTGGGGAGGGAGGCCTCCGGGGCCTTAATTGCGGCTGAGGCCCGAAATGCGGGGGTGGAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(27); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(17); scores.push_back(31); scores.push_back(17); scores.push_back(29); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(13); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); read1968.setScores(scores); - ffastqReads.push_back(read1968); - FastqRead read1969; read1969.setName("M00967_44_000000000-A3K85_1_1104_4012_14514"); - read1969.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGCCTGCCAAGTCAGCGGTAAAATTGCGGGGCTCAACCCCGTACAGCCGTTGAAACTGCCGGGCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGTGCGGGGATCAAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1969.setScores(scores); - ffastqReads.push_back(read1969); - FastqRead read1970; read1970.setName("M00967_44_000000000-A3K85_1_1104_20546_14532"); - read1970.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read1970.setScores(scores); - ffastqReads.push_back(read1970); - FastqRead read1971; read1971.setName("M00967_44_000000000-A3K85_1_1104_21479_14540"); - read1971.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); read1971.setScores(scores); - ffastqReads.push_back(read1971); - FastqRead read1972; read1972.setName("M00967_44_000000000-A3K85_1_1104_7548_14543"); - read1972.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1972.setScores(scores); - ffastqReads.push_back(read1972); - FastqRead read1973; read1973.setName("M00967_44_000000000-A3K85_1_1104_20123_14567"); - read1973.setSeq("TACGGAGGATCCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGAGCGTAGGTGGATTGTTAAGTCAGTTGTGAAAGTTTGCGGCTCAACCGTAAAATTGCAGTTGAAACTGGCAGTCTTGAGTACAGTAGAGGTGGGCGGAATTCGTGGTGTAGCGGTGAAATGCTTAGATATCACGAAGAACTCCGATTGCGAAGGCAGCTCACTGGACTGCAACTGACACTGATGCTCGAAAGTGTGGGTATCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(25); read1973.setScores(scores); - ffastqReads.push_back(read1973); - FastqRead read1974; read1974.setName("M00967_44_000000000-A3K85_1_1104_5880_14621"); - read1974.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); read1974.setScores(scores); - ffastqReads.push_back(read1974); - FastqRead read1975; read1975.setName("M00967_44_000000000-A3K85_1_1104_18049_14622"); - read1975.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTTTTAAGTCAGCGGTAAAAATTCGGGGCTCAACCCCGTCCGGCCGTTGAAACTGGGGGCCTTGAGTGGGCGAGAAGAAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACCCCGATTGCGAAGGCAGCCTTCCGGCGCCCTACTGACGCTGAGGCACGAAAGTGCGGGGATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(37); read1975.setScores(scores); - ffastqReads.push_back(read1975); - FastqRead read1976; read1976.setName("M00967_44_000000000-A3K85_1_1104_5899_14629"); - read1976.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1976.setScores(scores); - ffastqReads.push_back(read1976); - FastqRead read1977; read1977.setName("M00967_44_000000000-A3K85_1_1104_28185_14651"); - read1977.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTATCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); read1977.setScores(scores); - ffastqReads.push_back(read1977); - FastqRead read1978; read1978.setName("M00967_44_000000000-A3K85_1_1104_25242_14657"); - read1978.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGCGCCGTTGAAACTGGTTTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1978.setScores(scores); - ffastqReads.push_back(read1978); - FastqRead read1979; read1979.setName("M00967_44_000000000-A3K85_1_1104_27029_14729"); - read1979.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTCCTGCAAGCCAGATGTGAAAGCCCGGGGCTCAACCCCGGGACTGCATTTGGAACTGTAAGGCTAGAGTGTCGGAGAGGCAGGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCCTGCTGGACGATGACTGACGTTGAGGCTCGAAAGCGTGGGGGGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(27); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(27); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(15); scores.push_back(27); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(30); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(24); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(32); scores.push_back(37); scores.push_back(13); read1979.setScores(scores); - ffastqReads.push_back(read1979); - FastqRead read1980; read1980.setName("M00967_44_000000000-A3K85_1_1104_13740_14801"); - read1980.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGCTGTTAAGTCAGCGGTCAAATGTCGGGGCTCAACCCCGGCCTGCCGTTGAAACTGGCGGCCTCGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCGACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(26); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(25); scores.push_back(14); scores.push_back(32); scores.push_back(26); scores.push_back(37); read1980.setScores(scores); - ffastqReads.push_back(read1980); - FastqRead read1981; read1981.setName("M00967_44_000000000-A3K85_1_1104_17772_14830"); - read1981.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(37); read1981.setScores(scores); - ffastqReads.push_back(read1981); - FastqRead read1982; read1982.setName("M00967_44_000000000-A3K85_1_1104_24476_14858"); - read1982.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGCCAAGTCAGCGGTAAAAAAGCGGTGCTCAACGCCGTCGAGCCGTTGAAACTGGCGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCTACTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(27); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); read1982.setScores(scores); - ffastqReads.push_back(read1982); - FastqRead read1983; read1983.setName("M00967_44_000000000-A3K85_1_1104_14869_14861"); - read1983.setSeq("TACGTAGGGGGCAAGCGTTATCCGGAATTACTGGGTGTAAAGGGAGCGTAGACGGTGATGCAAGTCTGGAGTGAAAGGCGGGGGCCCAACCCCCGGACTGCTCTGGAAACTGTGTAACTTGAGTGCAGGAGAGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCAGTGGCGAAGGCGGCTTACTGGACTGTAACTGACGTTGAGGCTCGAAAGCGGGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(15); scores.push_back(16); scores.push_back(35); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(31); scores.push_back(20); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(31); scores.push_back(18); scores.push_back(19); scores.push_back(37); scores.push_back(36); scores.push_back(18); scores.push_back(37); scores.push_back(18); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(27); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(15); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(29); scores.push_back(28); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(28); scores.push_back(35); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(25); scores.push_back(13); scores.push_back(13); read1983.setScores(scores); - ffastqReads.push_back(read1983); - FastqRead read1984; read1984.setName("M00967_44_000000000-A3K85_1_1104_22534_14956"); - read1984.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGTTTGTCAAGTCAGCGGTAAAAATTCCGGGCTCAACCCGGTCCCGCCGTTGAAACTGGCGAACTCGAGAGGGAGAGAAGTAGGCGGAATGCGCAGTGTAGCGGTGAAATGCATAGATATTGCGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCTCCTGTCTGACGCTGAGGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1984.setScores(scores); - ffastqReads.push_back(read1984); - FastqRead read1985; read1985.setName("M00967_44_000000000-A3K85_1_1104_12713_15087"); - read1985.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); read1985.setScores(scores); - ffastqReads.push_back(read1985); - FastqRead read1986; read1986.setName("M00967_44_000000000-A3K85_1_1104_17909_15122"); - read1986.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1986.setScores(scores); - ffastqReads.push_back(read1986); - FastqRead read1987; read1987.setName("M00967_44_000000000-A3K85_1_1104_18431_15143"); - read1987.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGAATTACTGGGTGTAAAGGGAGCGTAGGCGGGAAGCCAAGTCAGCTGTGAAAACTACGGGCTTAACCTGTAGACTGCAGTTGAAACTGGCTTTCTTGAGTGAAGTAGAGGTTGGCGGAATTCCGAGTGTAGCGGTGAAATGCGTAGATATTCGGAGGAACACCGGTGGCGAAGGCGGCCAACTGGGCTTTAACTGACGCTGAGGCTCGAAAGTGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1987.setScores(scores); - ffastqReads.push_back(read1987); - FastqRead read1988; read1988.setName("M00967_44_000000000-A3K85_1_1104_10740_15149"); - read1988.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1988.setScores(scores); - ffastqReads.push_back(read1988); - FastqRead read1989; read1989.setName("M00967_44_000000000-A3K85_1_1104_21420_15173"); - read1989.setSeq("TACGTAGGTGGCAAGCGTTGTCCGGATTTATTGGGCGTAAAGCGAGTGCAGGCGGTTCAATAAGTCTGATGTGAAAGCCTTCGGCTCAACCGGAGAATTGCATCAGAAACTGTTGAAATTGAGTGCAGAAGAGGAGAGTGGAACTCCATGTGTAGCGGTGGAATGCGTAGATATATGGAAGAACACCAGTGGCGAAGGCGGCTCTCTGGTCTGCAACTGACGCTGAGGCTCGAAAGCATGGGTAGCGAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(18); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(30); scores.push_back(38); scores.push_back(18); scores.push_back(35); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(25); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(26); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); read1989.setScores(scores); - ffastqReads.push_back(read1989); - FastqRead read1990; read1990.setName("M00967_44_000000000-A3K85_1_1104_19161_15180"); - read1990.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1990.setScores(scores); - ffastqReads.push_back(read1990); - FastqRead read1991; read1991.setName("M00967_44_000000000-A3K85_1_1104_26250_15197"); - read1991.setSeq("TACGTAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGGATGTCAAGTCAGCGGTAAAATTGTGGAGCTCAACTCCATCGAGCCGTTGAAACTGACGTTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGGAGCGGGGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGGAGGATACCGGCGCCCTACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(29); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(30); scores.push_back(33); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(27); scores.push_back(15); scores.push_back(28); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(29); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(24); read1991.setScores(scores); - ffastqReads.push_back(read1991); - FastqRead read1992; read1992.setName("M00967_44_000000000-A3K85_1_1104_8064_15199"); - read1992.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGGATGCCAAGTCAGCGGTCAAATTTCGGGGCTCAACCCCGACCTGCCGTTGAAACTGGTGTCCTAGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); read1992.setScores(scores); - ffastqReads.push_back(read1992); - FastqRead read1993; read1993.setName("M00967_44_000000000-A3K85_1_1104_3441_15248"); - read1993.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTTATGTAAGTCTGAAGTGAAAGCCCGGGGCCCAACCCCGGGACTGCTTTGGAAACTGTGTAACTAGAGTACAGGAGGGGCAGGCGGAATTCCTGGTGTAGCGGTGAAATGCGTAGATATCAGGAGGAACACCGGCGGCGAAGGCGGCCTGCTGGACTGAAACTGACGTTGAGGCTCGAAAGCGTGGGGGGCAAACA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(19); scores.push_back(18); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(28); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); read1993.setScores(scores); - ffastqReads.push_back(read1993); - FastqRead read1994; read1994.setName("M00967_44_000000000-A3K85_1_1104_15936_15317"); - read1994.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGTAGGCGGACAGTTAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCCCGCCGTTGAAACTGATTGTCTTGAGTGGGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCCCAACTGACGCTGAAGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1994.setScores(scores); - ffastqReads.push_back(read1994); - FastqRead read1995; read1995.setName("M00967_44_000000000-A3K85_1_1104_24379_15369"); - read1995.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGACTCTCAAGTCAGCGGTCAAATCGCGGGGCTCAACCCCGTTCCGCCGTTGAAACTGGGAGCCTTGAGTGCGCGAGAAGTAGGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCCTACCGGCGCGCAACTGACGCTCATGCACGAAAGCGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1995.setScores(scores); - ffastqReads.push_back(read1995); - FastqRead read1996; read1996.setName("M00967_44_000000000-A3K85_1_1104_9205_15423"); - read1996.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(37); read1996.setScores(scores); - ffastqReads.push_back(read1996); - FastqRead read1997; read1997.setName("M00967_44_000000000-A3K85_1_1104_4689_15461"); - read1997.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTATTGGGTTTAAAGGGTGCGCAGGCGGAAGATCAAGTCAGCGGTAAAATTGAGAGGCTCAACCTCTTCGAGCCGTTGAAACTGGTTTTCTTGAGTGAGCGAGAAGTATGCGGAATGCGTGGTGTAGCGGTGAAATGCATAGATATCACGCAGAACTCCGATTGCGAAGGCAGCATACCGGCGCTCAACTGACGCTCATGCACGAAAGTGTGGGTATCGAACAG"); - scores.clear(); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(33); read1997.setScores(scores); - ffastqReads.push_back(read1997); - FastqRead read1998; read1998.setName("M00967_44_000000000-A3K85_1_1104_25054_15469"); - read1998.setSeq("TACGTAGGGGGCAAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGAACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(26); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1998.setScores(scores); - ffastqReads.push_back(read1998); - FastqRead read1999; read1999.setName("M00967_44_000000000-A3K85_1_1104_11182_15477"); - read1999.setSeq("TACGGAGGATGCGAGCGTTATCCGGATTTACTGGGTGTAAAGGGAGCGTAGACGGTGCGCCAAGTCTGGAGTGAAATGCCGCAGCTTAACTGCGGAACTGCTTTGGAAACTGGCGGACTAGAGTGCGGGAGGGGTAAGCGGAATTCCTAGTGTAGCGGTGAAATGCGTAGATATTAGGAGGAACACCGGTGGCGAAGGCGGCTTACTGGACCGTAACTGACGTTGAGGCTCGAAAGCGTGGGGAGCAAACA"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1999.setScores(scores); - ffastqReads.push_back(read1999); + + //read info from stable file + string testfile = m->getTestFilePath() + "F8D0_S345_L001_R1_001.fastq"; + + ifstream in; + m->openInputFile(testfile, in); + + int count = 0; bool ignore = false; string format = "illumina1.8+"; + while (!in.eof()) { + if (m->control_pressed) { break; } + + if (count < 2000) { + FastqRead read(in, ignore, format); m->gobble(in); + if (!ignore) { ffastqReads.push_back(read); count++; } + }else { break; } + + } + in.close(); } - -/*************************************************************************/ - +/***********************************************************************/ void TestFastqDataSet::fillReverseFastq() { - vector scores; rfastqReads.clear(); - FastqRead read1; read1.setName("M00967_44_000000000-A3K85_1_1101_16426_1716"); - read1.setSeq("CCTGTTCGATACACACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATAGGAGTTATGCGTGATATCTATGCATTTCACCGCTACACAACGCATTCCGCCTAATTATTGCGAAATAAAGGCTCCCAGTTTCAAAGGCGGAACGGGGTTGAGGCCCGGGATTTTACCGCTGAATTGAGAGTACGACTGGGGACTCTTTAAAGTCAATAAATCTGGATAAAGGTGGCATACTCAGT"); - scores.clear(); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(16); scores.push_back(31); scores.push_back(18); scores.push_back(29); scores.push_back(16); scores.push_back(31); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(15); scores.push_back(32); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(17); scores.push_back(31); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(33); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(35); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(30); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(17); scores.push_back(17); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(16); scores.push_back(30); scores.push_back(27); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(30); scores.push_back(16); scores.push_back(30); scores.push_back(14); scores.push_back(29); scores.push_back(27); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(13); scores.push_back(16); scores.push_back(27); scores.push_back(29); scores.push_back(34); scores.push_back(15); scores.push_back(27); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(35); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(27); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(24); read1.setScores(scores); - rfastqReads.push_back(read1); - FastqRead read2; read2.setName("M00967_44_000000000-A3K85_1_1101_13261_1978"); - read2.setSeq("CTTGTTTGCTCCCCACGCTTTCGAGACTCAACGTCAGTTTCAGTCCAGCAGGCCGCCTTAGGCGCCGGTGTTCCTCATGATATCTACGCATTTAACCGCTACACCAGGAATTTCGCCTGCACCTCCTGTACTCTAGTTACACAGTTTCCAAAGCAGTTCCGGGGTTGGGACCCGGGGTTTCACTTCAGACTTACATAAACGTCTAAGCTTCCTTTACACACAGTAAATCCGGATAAAGATTGGCACCTAAG"); - scores.clear(); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(35); scores.push_back(16); scores.push_back(33); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(15); scores.push_back(34); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(32); scores.push_back(29); scores.push_back(14); scores.push_back(29); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(29); scores.push_back(17); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(14); scores.push_back(29); scores.push_back(29); scores.push_back(14); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(33); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(16); scores.push_back(15); scores.push_back(31); scores.push_back(30); scores.push_back(14); scores.push_back(27); scores.push_back(30); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(16); scores.push_back(30); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(24); read2.setScores(scores); - rfastqReads.push_back(read2); - FastqRead read3; read3.setName("M00967_44_000000000-A3K85_1_1101_13914_2140"); - read3.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTTCAGACTTGGAGCACCGTCTACGATCCCTTTACATCTAGTAAATCCGGATAACGATTGTCCCCTACG"); - scores.clear(); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(16); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(29); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(29); scores.push_back(29); scores.push_back(36); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(27); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(16); scores.push_back(31); scores.push_back(15); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(30); scores.push_back(27); scores.push_back(30); scores.push_back(27); scores.push_back(31); scores.push_back(29); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(34); scores.push_back(31); scores.push_back(27); scores.push_back(31); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(27); scores.push_back(15); scores.push_back(28); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(28); scores.push_back(27); scores.push_back(27); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(25); scores.push_back(34); scores.push_back(39); scores.push_back(14); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(24); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(36); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(32); read3.setScores(scores); - rfastqReads.push_back(read3); - FastqRead read4; read4.setName("M00967_44_000000000-A3K85_1_1101_14317_2429"); - read4.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGCCAACTCAAGTCTGCCAGTTTCAACGGCTCGACGGGGTTGAGCACCGCAATTTTACCGATGAATTAACGGGACGCCTAAGGACCCTTTTAAACTAATAAATTCGGATAAAGGTCGCATTCTTCGT"); - scores.clear(); scores.push_back(18); scores.push_back(18); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(19); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(27); scores.push_back(38); scores.push_back(15); scores.push_back(27); scores.push_back(33); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(29); scores.push_back(30); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(27); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(27); scores.push_back(35); scores.push_back(15); scores.push_back(27); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(27); scores.push_back(34); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(25); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); read4.setScores(scores); - rfastqReads.push_back(read4); - FastqRead read5; read5.setName("M00967_44_000000000-A3K85_1_1101_16984_2484"); - read5.setSeq("CCTGTTTGCTCCCCACACTTTCGAGCCTCAGCGTCAGTAAAAGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTACTTCACTCAAGAGCTGCAGTTTTGAGTGCGACTATCGGTTGAGCCGGTAGTTTTGACAACCAACTTGCATCCCCGCCTACGCTCCCTTTACACCCAGTAATTCCGGACAACGCTTGCTCCCTACGT"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(20); scores.push_back(20); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(25); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(24); read5.setScores(scores); - rfastqReads.push_back(read5); - FastqRead read6; read6.setName("M00967_44_000000000-A3K85_1_1101_19404_2607"); - read6.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCAGCACTCTAGCCGGGCAGTTTCCAAAGCAGTCCCGCAGTTGGGCCGCGGGCTTTCACTTCAGACTTGCTCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read6.setScores(scores); - rfastqReads.push_back(read6); - FastqRead read7; read7.setName("M00967_44_000000000-A3K85_1_1101_20204_2681"); - read7.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(28); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(31); scores.push_back(28); scores.push_back(26); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(28); scores.push_back(28); scores.push_back(31); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(29); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); read7.setScores(scores); - rfastqReads.push_back(read7); - FastqRead read8; read8.setName("M00967_44_000000000-A3K85_1_1101_9845_2818"); - read8.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGNNNNNNNNNNNNNNNNNNCNNCNNNNNNNNNNANNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNANNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(30); scores.push_back(2); scores.push_back(2); scores.push_back(30); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(14); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(13); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); read8.setScores(scores); - rfastqReads.push_back(read8); - FastqRead read9; read9.setName("M00967_44_000000000-A3K85_1_1101_19657_2857"); - read9.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(29); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(13); read9.setScores(scores); - rfastqReads.push_back(read9); - FastqRead read10; read10.setName("M00967_44_000000000-A3K85_1_1101_12105_3062"); - read10.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATTGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGTGCACTCGAGGCCGCCAGTTTCAAAGGCAGGGCGGGGTTGAGGCCCGAGATTTTAACGGTGGATTTAAAGGGCGGTTACGGACCCTTTAAAACCAATAAATTTGGATAAAGGTCGGATCCTCTGG"); - scores.clear(); scores.push_back(29); scores.push_back(29); scores.push_back(29); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(20); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(19); scores.push_back(19); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(20); scores.push_back(32); scores.push_back(32); scores.push_back(17); scores.push_back(15); scores.push_back(32); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(19); scores.push_back(19); scores.push_back(29); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(30); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(30); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(35); scores.push_back(17); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(27); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(14); read10.setScores(scores); - rfastqReads.push_back(read10); - FastqRead read11; read11.setName("M00967_44_000000000-A3K85_1_1101_18891_3237"); - read11.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCCTCCTCCGT"); - scores.clear(); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); read11.setScores(scores); - rfastqReads.push_back(read11); - FastqRead read12; read12.setName("M00967_44_000000000-A3K85_1_1101_14107_3251"); - read12.setSeq("CCTGTTCGATGCCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCAAGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGGTTTAAAAGGGCGCGTTAGGGCCGTTTAAAACCAATAAATCTGGATAACGCTCGCATCCTAAGG"); - scores.clear(); scores.push_back(29); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(20); scores.push_back(29); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(27); scores.push_back(34); scores.push_back(36); scores.push_back(32); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(27); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(29); scores.push_back(13); scores.push_back(37); scores.push_back(15); scores.push_back(29); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(26); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(34); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); read12.setScores(scores); - rfastqReads.push_back(read12); - FastqRead read13; read13.setName("M00967_44_000000000-A3K85_1_1101_17862_3303"); - read13.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTTACTTGGCATCCCGCCTACCCACCCCTTTAACCCAAAAAATCCGGATAAACGTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(24); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(13); read13.setScores(scores); - rfastqReads.push_back(read13); - FastqRead read14; read14.setName("M00967_44_000000000-A3K85_1_1101_16892_3727"); - read14.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(34); scores.push_back(12); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(28); scores.push_back(28); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(35); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); read14.setScores(scores); - rfastqReads.push_back(read14); - FastqRead read15; read15.setName("M00967_44_000000000-A3K85_1_1101_19976_3934"); - read15.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCCAGCCCGGCAGTTTCAAAAGCAGTCCCAGGGTTGAGCCCTGGGCTTTCACTTCTGACTTGTCTGGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(15); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); read15.setScores(scores); - rfastqReads.push_back(read15); - FastqRead read16; read16.setName("M00967_44_000000000-A3K85_1_1101_8238_3938"); - read16.setSeq("CCCGTTTGCTCCCTACGCTTTCGAGCCTTAGTGTCAGAACCGTCCCAGTAACCTGCCTACGCTATCGGTGTTCCTTCTAATATCTACGGATTTCACTCCTACACTAGAAATTCCAGTTACCCCTAACGGTCTCGAGCTTAGCAGTTTAGCTAATAGTCTGAATGNTNNAGNNNNCANNNTTCNNNNNNTANNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNN"); - scores.clear(); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(29); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(31); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(27); scores.push_back(30); scores.push_back(30); scores.push_back(14); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(2); scores.push_back(30); scores.push_back(2); scores.push_back(2); scores.push_back(13); scores.push_back(27); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(29); scores.push_back(29); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(13); scores.push_back(27); scores.push_back(13); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(13); scores.push_back(25); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); read16.setScores(scores); - rfastqReads.push_back(read16); - FastqRead read17; read17.setName("M00967_44_000000000-A3K85_1_1101_15081_3972"); - read17.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTTTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGAACGCTGAATTAAAAGGCCGGCTAGGGACCCTTTAAAACCAATAAATTCGGATAACAGTTGCAACCTTCGT"); - scores.clear(); scores.push_back(18); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(18); scores.push_back(36); scores.push_back(37); scores.push_back(17); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(14); scores.push_back(27); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(31); scores.push_back(38); scores.push_back(27); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(30); scores.push_back(16); scores.push_back(32); scores.push_back(13); scores.push_back(29); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(38); scores.push_back(15); scores.push_back(29); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(27); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(26); scores.push_back(38); scores.push_back(39); scores.push_back(27); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); read17.setScores(scores); - rfastqReads.push_back(read17); - FastqRead read18; read18.setName("M00967_44_000000000-A3K85_1_1101_22821_4157"); - read18.setSeq("CCTGTTTGCTACCCACGCTTTCGAGCCTCAGCGTCAGTTAAAGCCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATTTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTACTCCACTCAAGAAAAACAGTTTTGAACGCTTGTACAGGTTGAGCCCGTACCTTAAACATTCAACTTGCTTTCCCGCCTACGCTCCCTTTACACCCAGTAATTCCGGACAACGCTTGCCACCTACGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); read18.setScores(scores); - rfastqReads.push_back(read18); - FastqRead read19; read19.setName("M00967_44_000000000-A3K85_1_1101_17852_4185"); - read19.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); read19.setScores(scores); - rfastqReads.push_back(read19); - FastqRead read20; read20.setName("M00967_44_000000000-A3K85_1_1101_18480_4201"); - read20.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGGGCACCCTTTAAACCCAATCAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(34); scores.push_back(34); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(30); scores.push_back(29); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(13); read20.setScores(scores); - rfastqReads.push_back(read20); - FastqRead read21; read21.setName("M00967_44_000000000-A3K85_1_1101_23838_4345"); - read21.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGCTACTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(13); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(32); scores.push_back(25); scores.push_back(34); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(26); scores.push_back(28); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); read21.setScores(scores); - rfastqReads.push_back(read21); - FastqRead read22; read22.setName("M00967_44_000000000-A3K85_1_1101_18767_4363"); - read22.setSeq("CCTGTTTGCTCCCCACGCTTTCGTGCCTCAGCGTCAGTCGCGCCCCAGTATCCTGCCTTCGCAATCGGAGTTCCTCCTAATATCTATGCATTTCACCGCTACACCAGGCATTCCGTCTACCTCTCACGCACTCGAGGCCGCCAGTTTCAACAGCAGGCCGCAGGTGAGCCCCGCCATTTTACACTCGGCCCATACTCCCCCACCAGCCCCCCTTTAAACCCACAAAAACGGGAAAACGCCCCCTCATCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(29); scores.push_back(16); scores.push_back(35); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(17); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(30); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(15); scores.push_back(27); scores.push_back(30); scores.push_back(35); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(27); scores.push_back(33); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(32); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(27); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); read22.setScores(scores); - rfastqReads.push_back(read22); - FastqRead read23; read23.setName("M00967_44_000000000-A3K85_1_1101_23688_4365"); - read23.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGGTGAGCCCCGCAATTTTACCGCCGACTTTGCAATCCCCCTGCGCACCCCTTAAAACCCAAAAATCCCGATAAAGCCCCCCTACTACC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(14); read23.setScores(scores); - rfastqReads.push_back(read23); - FastqRead read24; read24.setName("M00967_44_000000000-A3K85_1_1101_11722_4402"); - read24.setSeq("CCTGTTTGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGGGCCGGTAGGCTGCTTTCGCAATTGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACAAGGAATTCCGCCTTCTTCTTGTGCACTCAAGGCTCCCAGTTTCAAAGGCGGAACGGGGGTGAGGCCGGAGGGTTGAACGTTGAATTGAGAGTACGGCTGGGGGACCTTTTAAGCCAATAAATTAGGATAAAGGTTGGATACTTAGG"); - scores.clear(); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(34); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(35); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(29); scores.push_back(33); scores.push_back(27); scores.push_back(36); scores.push_back(29); scores.push_back(29); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(27); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(30); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(29); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(27); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(27); scores.push_back(13); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(30); scores.push_back(33); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); read24.setScores(scores); - rfastqReads.push_back(read24); - FastqRead read25; read25.setName("M00967_44_000000000-A3K85_1_1101_17907_4466"); - read25.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGATAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGGCCCGGGTGTACCCCGGATTTTTTTCGCCTCCTTGGCAAAACGCCCCCGCCCCCCCTAAACCCCACAAAACCGCATAACACTCTCCACCCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(17); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(18); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); read25.setScores(scores); - rfastqReads.push_back(read25); - FastqRead read26; read26.setName("M00967_44_000000000-A3K85_1_1101_24292_4560"); - read26.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGACCGCCTAAGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(13); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(28); scores.push_back(33); scores.push_back(28); scores.push_back(28); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); read26.setScores(scores); - rfastqReads.push_back(read26); - FastqRead read27; read27.setName("M00967_44_000000000-A3K85_1_1101_10051_4697"); - read27.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCTAGCCTTACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGCAGGACCGTCTCCGCTCCCTTTACACCCAGTAAATCCGGCTAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(12); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(28); scores.push_back(28); scores.push_back(32); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); read27.setScores(scores); - rfastqReads.push_back(read27); - FastqRead read28; read28.setName("M00967_44_000000000-A3K85_1_1101_23618_4708"); - read28.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAAGCCGCCTTTGCCACTGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCACTTGCCTCTCCGACACTCTAGATATACAGTTTCCAATGCAGTTCCGGGGTTGGGCCCCGGATTTTCACATCAGACTTGCAAGTCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(13); read28.setScores(scores); - rfastqReads.push_back(read28); - FastqRead read29; read29.setName("M00967_44_000000000-A3K85_1_1101_16905_4868"); - read29.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(18); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(12); scores.push_back(27); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(28); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(14); scores.push_back(33); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(13); read29.setScores(scores); - rfastqReads.push_back(read29); - FastqRead read30; read30.setName("M00967_44_000000000-A3K85_1_1101_8858_5007"); - read30.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATCTCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGCCTTGCATCACCGTCTACGCTCCCTTTCCCCCCAGTAATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(20); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(19); scores.push_back(37); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(35); scores.push_back(16); scores.push_back(35); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(29); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(28); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); read30.setScores(scores); - rfastqReads.push_back(read30); - FastqRead read31; read31.setName("M00967_44_000000000-A3K85_1_1101_8790_5160"); - read31.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCCCGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGTCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTACACCCACTAAATCCGGATAACGCTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(35); scores.push_back(29); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(29); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(30); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(35); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(27); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(12); read31.setScores(scores); - rfastqReads.push_back(read31); - FastqRead read32; read32.setName("M00967_44_000000000-A3K85_1_1101_24227_5213"); - read32.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(31); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(27); scores.push_back(13); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(31); scores.push_back(29); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(28); scores.push_back(29); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(29); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(24); read32.setScores(scores); - rfastqReads.push_back(read32); - FastqRead read33; read33.setName("M00967_44_000000000-A3K85_1_1101_20401_5218"); - read33.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(40); scores.push_back(40); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read33.setScores(scores); - rfastqReads.push_back(read33); - FastqRead read34; read34.setName("M00967_44_000000000-A3K85_1_1101_20650_5286"); - read34.setSeq("CCTGTTCGCTCCCCACGCTTTCGTGCCTCAGCGTCAGTCTGCCGCCGGTACGCTGCCTTCGCCATCGGAGTTCTGCCCGATATCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGCCCACTCCAGTCTGCCAGTTCCCACGGCTCGCCGGGGGTTAGCCCCGCACATTTACCGCCGACCTTACAGGCCGCCTACGCCCCCCTTTACACCCACTAATCCGGGTAAACGCCCCCCCCCCCCA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(20); scores.push_back(20); scores.push_back(20); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(16); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(30); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(19); scores.push_back(33); scores.push_back(18); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(31); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(12); scores.push_back(29); scores.push_back(27); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(13); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(27); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(26); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); read34.setScores(scores); - rfastqReads.push_back(read34); - FastqRead read35; read35.setName("M00967_44_000000000-A3K85_1_1101_24147_5290"); - read35.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGAAATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAAAAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(29); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); read35.setScores(scores); - rfastqReads.push_back(read35); - FastqRead read36; read36.setName("M00967_44_000000000-A3K85_1_1101_21922_5302"); - read36.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCATTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(19); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(27); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(28); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read36.setScores(scores); - rfastqReads.push_back(read36); - FastqRead read37; read37.setName("M00967_44_000000000-A3K85_1_1101_16472_5337"); - read37.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGCCAACTCAAGTCTGCCAGTTTCAACGGCTCGAAGGGGTTGAGGCCCGCAATTTTACCGCTGAATTAAAGGGACGGCTAAGGAACCTTTAAAACCAATAAATACGGATAAAGCTTGCAACATCCGT"); - scores.clear(); scores.push_back(29); scores.push_back(29); scores.push_back(29); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(17); scores.push_back(32); scores.push_back(33); scores.push_back(19); scores.push_back(17); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(18); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(19); scores.push_back(29); scores.push_back(29); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(19); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(31); scores.push_back(27); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(29); scores.push_back(35); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(27); scores.push_back(31); scores.push_back(13); scores.push_back(34); scores.push_back(15); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(26); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); read37.setScores(scores); - rfastqReads.push_back(read37); - FastqRead read38; read38.setName("M00967_44_000000000-A3K85_1_1101_10378_5559"); - read38.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(13); read38.setScores(scores); - rfastqReads.push_back(read38); - FastqRead read39; read39.setName("M00967_44_000000000-A3K85_1_1101_22557_5955"); - read39.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGCCCTACAGTTTCCAAAGCAGTCCAGGGGTTGGGCCCCCGCCTTTCACTTCAGGCTTGCTCAGCCGTCTACGCTCCCTTTACACCCAGTGATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(28); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(17); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(28); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); read39.setScores(scores); - rfastqReads.push_back(read39); - FastqRead read40; read40.setName("M00967_44_000000000-A3K85_1_1101_17938_6085"); - read40.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(28); scores.push_back(35); scores.push_back(36); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); read40.setScores(scores); - rfastqReads.push_back(read40); - FastqRead read41; read41.setName("M00967_44_000000000-A3K85_1_1101_17246_6091"); - read41.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(25); scores.push_back(26); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read41.setScores(scores); - rfastqReads.push_back(read41); - FastqRead read42; read42.setName("M00967_44_000000000-A3K85_1_1101_10742_6111"); - read42.setSeq("CCTGTTTGATACCCACACTTTCGAGCCTCAGTGTCAGTTGCCGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGTCAAACGCCCGATCCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(15); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(17); scores.push_back(32); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(29); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(27); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(27); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(29); scores.push_back(27); scores.push_back(15); scores.push_back(29); scores.push_back(27); scores.push_back(15); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(27); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(13); scores.push_back(14); scores.push_back(28); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(12); read42.setScores(scores); - rfastqReads.push_back(read42); - FastqRead read43; read43.setName("M00967_44_000000000-A3K85_1_1101_24587_6131"); - read43.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTAACGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCCTCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); read43.setScores(scores); - rfastqReads.push_back(read43); - FastqRead read44; read44.setName("M00967_44_000000000-A3K85_1_1101_10973_6275"); - read44.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCCTTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCCGGCCGCCTACGCACCCTTTCAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(19); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(26); scores.push_back(28); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(13); read44.setScores(scores); - rfastqReads.push_back(read44); - FastqRead read45; read45.setName("M00967_44_000000000-A3K85_1_1101_13172_6283"); - read45.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTAACGCTGACTTGATTTTTCGCCTGCGCAACCTTTAAACCCAATAAATCAGGATAAAGATTGCATACTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(20); scores.push_back(35); scores.push_back(30); scores.push_back(29); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(20); scores.push_back(33); scores.push_back(18); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(20); scores.push_back(18); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(20); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(29); scores.push_back(27); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(24); read45.setScores(scores); - rfastqReads.push_back(read45); - FastqRead read46; read46.setName("M00967_44_000000000-A3K85_1_1101_10990_6283"); - read46.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCCCACTCGAGCCCGCCCGTTTCAACGGCTGTACGGGGTTGAGCCCCGCCATTTTACCGCTGACTTGGCATGCCGCCTACGCCCCCTTTAAACCCAATAAATCAGGATAACGCCCCCAACCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(19); scores.push_back(37); scores.push_back(19); scores.push_back(19); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(29); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(13); read46.setScores(scores); - rfastqReads.push_back(read46); - FastqRead read47; read47.setName("M00967_44_000000000-A3K85_1_1101_18756_6332"); - read47.setSeq("CCTGTTCGATACCAACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGTTATCTATGCATTTCACCGCTCCACCCCGCATTCCGCATCCTTCTCGCTCCCTCAAGAAAACCAGTTTCAACGGCTCGAAGGGGTTGGGCCTCTCCATTTTACCCCTGCCTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACCCCCCCACCCTCCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(18); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(15); scores.push_back(36); scores.push_back(18); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(32); scores.push_back(17); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(14); scores.push_back(30); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(29); scores.push_back(27); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(30); scores.push_back(15); scores.push_back(15); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(29); scores.push_back(34); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(28); scores.push_back(27); scores.push_back(15); scores.push_back(35); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(28); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); read47.setScores(scores); - rfastqReads.push_back(read47); - FastqRead read48; read48.setName("M00967_44_000000000-A3K85_1_1101_23297_6573"); - read48.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(34); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(29); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(13); read48.setScores(scores); - rfastqReads.push_back(read48); - FastqRead read49; read49.setName("M00967_44_000000000-A3K85_1_1101_17839_6735"); - read49.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGCGCCCCCACATTTGACTGCTGACTTAACAGCCCGCCTACGCCCCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(13); read49.setScores(scores); - rfastqReads.push_back(read49); - FastqRead read50; read50.setName("M00967_44_000000000-A3K85_1_1101_22930_6755"); - read50.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCCGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCCCTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(30); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(28); scores.push_back(15); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(13); read50.setScores(scores); - rfastqReads.push_back(read50); - FastqRead read51; read51.setName("M00967_44_000000000-A3K85_1_1101_10511_6811"); - read51.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGCAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAACAAATCCGGATAACGCTCCCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); read51.setScores(scores); - rfastqReads.push_back(read51); - FastqRead read52; read52.setName("M00967_44_000000000-A3K85_1_1101_21910_6926"); - read52.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTTAACCCAATAAATCCGGATAACGCTCGCCTCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(27); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(29); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); read52.setScores(scores); - rfastqReads.push_back(read52); - FastqRead read53; read53.setName("M00967_44_000000000-A3K85_1_1101_6027_7033"); - read53.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCCCCCCAATTTTACCGCTGACTTGCCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCCTCCACCGA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(19); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(25); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(26); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(28); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(29); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(12); read53.setScores(scores); - rfastqReads.push_back(read53); - FastqRead read54; read54.setName("M00967_44_000000000-A3K85_1_1101_21920_7059"); - read54.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(13); read54.setScores(scores); - rfastqReads.push_back(read54); - FastqRead read55; read55.setName("M00967_44_000000000-A3K85_1_1101_21937_7124"); - read55.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGCCAACTCAAGTCTGCCAGTTTCAACGGCTCGACGGGGTTGAGCCCCGCAACTTTACCGCTGACTTAACCGACCGCCTACGCACCCCTTTAACCCAATAACTCCGGATAACGCCCGCATCCCCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(18); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(31); scores.push_back(14); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(29); scores.push_back(31); scores.push_back(32); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(27); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(33); scores.push_back(26); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(28); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(32); scores.push_back(27); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); read55.setScores(scores); - rfastqReads.push_back(read55); - FastqRead read56; read56.setName("M00967_44_000000000-A3K85_1_1101_14128_7160"); - read56.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCCCTCAATTTTACCGCTGACTTGATCTTTCGCCTGCGCACCCTTTAAAACCAATAAATCCGGATAAAGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(19); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(31); scores.push_back(38); scores.push_back(17); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(27); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(14); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(35); scores.push_back(32); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(26); read56.setScores(scores); - rfastqReads.push_back(read56); - FastqRead read57; read57.setName("M00967_44_000000000-A3K85_1_1101_4815_7242"); - read57.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCAGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(19); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(28); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(27); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(13); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); read57.setScores(scores); - rfastqReads.push_back(read57); - FastqRead read58; read58.setName("M00967_44_000000000-A3K85_1_1101_12541_7269"); - read58.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCACGAAAACCAGTTTCAATGGCTCCAAGAGGTTGGGCCTCTCAATTTTCCCGCTGCCTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAAACCGGGAAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(35); scores.push_back(16); scores.push_back(32); scores.push_back(18); scores.push_back(29); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(18); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(17); scores.push_back(16); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(15); scores.push_back(31); scores.push_back(17); scores.push_back(33); scores.push_back(31); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(27); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(17); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(30); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(12); scores.push_back(27); scores.push_back(36); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(27); scores.push_back(29); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(28); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(12); scores.push_back(24); read58.setScores(scores); - rfastqReads.push_back(read58); - FastqRead read59; read59.setName("M00967_44_000000000-A3K85_1_1101_9919_7301"); - read59.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(25); scores.push_back(34); scores.push_back(12); scores.push_back(30); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(27); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(28); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(28); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(24); read59.setScores(scores); - rfastqReads.push_back(read59); - FastqRead read60; read60.setName("M00967_44_000000000-A3K85_1_1101_5214_7309"); - read60.setSeq("CCTGTTCGCTACCCACGCTTTCGTGCCTGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCCGGGTTGAACCCCGGCAATTGACCGCCGAATTAACAGACCGCCTCCGCACCCTTTAAACCCCATCAATCCGGGTAACCCTCGCCTCCCCCGA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(33); scores.push_back(18); scores.push_back(37); scores.push_back(17); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(17); scores.push_back(20); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(31); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(36); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); read60.setScores(scores); - rfastqReads.push_back(read60); - FastqRead read61; read61.setName("M00967_44_000000000-A3K85_1_1101_10336_7408"); - read61.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read61.setScores(scores); - rfastqReads.push_back(read61); - FastqRead read62; read62.setName("M00967_44_000000000-A3K85_1_1101_4870_7443"); - read62.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTACATCCGGATAACGCTTGCCCCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(20); scores.push_back(31); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(30); scores.push_back(24); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); read62.setScores(scores); - rfastqReads.push_back(read62); - FastqRead read63; read63.setName("M00967_44_000000000-A3K85_1_1101_15991_7498"); - read63.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTTCGCCTGCGCACCCTTTAAACCCAATAAATACGGATAAAGCTGGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(30); scores.push_back(29); scores.push_back(33); scores.push_back(19); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(31); scores.push_back(29); scores.push_back(35); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(27); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(13); read63.setScores(scores); - rfastqReads.push_back(read63); - FastqRead read64; read64.setName("M00967_44_000000000-A3K85_1_1101_10419_7547"); - read64.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(28); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); read64.setScores(scores); - rfastqReads.push_back(read64); - FastqRead read65; read65.setName("M00967_44_000000000-A3K85_1_1101_22469_7553"); - read65.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGCGTCAGTTACTGTCCAGCAATCCGCCTTCGCCACTGGTGTTCCTCCGTATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); read65.setScores(scores); - rfastqReads.push_back(read65); - FastqRead read66; read66.setName("M00967_44_000000000-A3K85_1_1101_10312_7727"); - read66.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCCCCCTTTCAACCCAATACATCCGGATAAAGCTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(18); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(27); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(25); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(29); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(29); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(24); read66.setScores(scores); - rfastqReads.push_back(read66); - FastqRead read67; read67.setName("M00967_44_000000000-A3K85_1_1101_11399_7830"); - read67.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGCGCCCCGCCATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTCAACCCAATAAATCCGGCTAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(30); scores.push_back(30); scores.push_back(31); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read67.setScores(scores); - rfastqReads.push_back(read67); - FastqRead read68; read68.setName("M00967_44_000000000-A3K85_1_1101_17905_7831"); - read68.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read68.setScores(scores); - rfastqReads.push_back(read68); - FastqRead read69; read69.setName("M00967_44_000000000-A3K85_1_1101_20714_8004"); - read69.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read69.setScores(scores); - rfastqReads.push_back(read69); - FastqRead read70; read70.setName("M00967_44_000000000-A3K85_1_1101_26645_8005"); - read70.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTACACCCAATAAATCCGGATAACGCCCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(18); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(15); scores.push_back(27); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(14); scores.push_back(28); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); read70.setScores(scores); - rfastqReads.push_back(read70); - FastqRead read71; read71.setName("M00967_44_000000000-A3K85_1_1101_26632_8017"); - read71.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCCCAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCC"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(18); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(18); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(36); scores.push_back(31); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(27); scores.push_back(35); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(34); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(24); read71.setScores(scores); - rfastqReads.push_back(read71); - FastqRead read72; read72.setName("M00967_44_000000000-A3K85_1_1101_22157_8061"); - read72.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTCATCGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCCCTCCGACACTCTAGTCCGGCAGTTTCCAATGCAGTACCAGGGTTGAGCCCTGGGCTTTCACATCAGACTTGCCGTACCGCCTGCGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCACCATACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(27); scores.push_back(35); scores.push_back(15); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(38); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(13); read72.setScores(scores); - rfastqReads.push_back(read72); - FastqRead read73; read73.setName("M00967_44_000000000-A3K85_1_1101_13719_8076"); - read73.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGTGTCAGTTGCAGACCAGGAAGCCGCCTTCGCCACTGGTGTTCCTCCATATCTCTACGCATTTCACCGCTACACATGGAATTCCACTTCCCTCTTCTGCACTCAAGTCAACCAGTTTCCAATGACCCTCCACGGTTAAGCCGTGGGCTTTCACATCAGACTTAATTAACCACCTGCGCGCTCTTTACGCCCAATAATTCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(18); scores.push_back(18); scores.push_back(33); scores.push_back(18); scores.push_back(33); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(31); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(29); scores.push_back(35); scores.push_back(15); scores.push_back(38); scores.push_back(35); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(31); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(31); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(25); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(28); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(13); read73.setScores(scores); - rfastqReads.push_back(read73); - FastqRead read74; read74.setName("M00967_44_000000000-A3K85_1_1101_15650_8190"); - read74.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGGGGGGGTGGGCCCCGCAAATTTACAGCGGACTTGGGATCACGCCGGGGGAGCCTTTAAAACCAAAAAATTAGGGTAAAAATTGCTACTC"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); read74.setScores(scores); - rfastqReads.push_back(read74); - FastqRead read75; read75.setName("M00967_44_000000000-A3K85_1_1101_12248_8236"); - read75.setSeq("CCCGTTTGCTCCCTACGCTTTCGTGCCTTAGTGTCAGAACCGTCCCAGTAACCTGCCTACGCTATCGGTGTTCCTTCTAATATCTACGGATTTCACTCCTACACTAGAAATTCCAGTTACCCCTAACGGTCTCGAGCTTAGCAGTTTAGCTAATAGTCTGAATGGTTGAGCCACCAGATTTCACTAGCTACTTACTATGCCACCTACGCAACTCTTTACACCCAGTCACTCCGGATAATGCTCGGATCCTA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(12); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); read75.setScores(scores); - rfastqReads.push_back(read75); - FastqRead read76; read76.setName("M00967_44_000000000-A3K85_1_1101_18646_8324"); - read76.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGTGTCAGTTGCAGACCAGGAAGCCGCCTTCGCCACTGGTGTTCCTCCATATCTCTACGCATTTCACCGCTACACATGGAATTCCACTTCCCTCTTCTGCACTCAAGTCAACCAGTTTCCAATGACCCTCCACGGTTAAGCCGTGGGCTTTCACATCAGACTTAATTAACCACCTGCGCGCTCTTTACGCCCAATAATTCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read76.setScores(scores); - rfastqReads.push_back(read76); - FastqRead read77; read77.setName("M00967_44_000000000-A3K85_1_1101_10827_8327"); - read77.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGCCATTTGACCGCTGCCTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCCCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(28); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); read77.setScores(scores); - rfastqReads.push_back(read77); - FastqRead read78; read78.setName("M00967_44_000000000-A3K85_1_1101_13846_8328"); - read78.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGGGGGGTTGAGCCCCGAAATTTTACCGCTGAATTGGCATCCCGCCCGGGGAACCTTTTAAACCCATAAATACGGAGAACAGTATCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(34); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(31); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(24); read78.setScores(scores); - rfastqReads.push_back(read78); - FastqRead read79; read79.setName("M00967_44_000000000-A3K85_1_1101_19501_8358"); - read79.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCTAGCCTTACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGCAGGACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); read79.setScores(scores); - rfastqReads.push_back(read79); - FastqRead read80; read80.setName("M00967_44_000000000-A3K85_1_1101_4368_8424"); - read80.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGGTGTACCCCCCAAATTTACCGCTTGCCTTATCTTTCCCCCGCGCACCCCTTAAACCCCATAAAACCCGGAAAACCCCCCCTCCCCCC"); - scores.clear(); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(16); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(16); scores.push_back(34); scores.push_back(15); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(27); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(28); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); read80.setScores(scores); - rfastqReads.push_back(read80); - FastqRead read81; read81.setName("M00967_44_000000000-A3K85_1_1101_12165_8481"); - read81.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTTCGCCTGCGCAACCTTTAAACCCAATAAATCCGGATAAAGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(13); scores.push_back(26); read81.setScores(scores); - rfastqReads.push_back(read81); - FastqRead read82; read82.setName("M00967_44_000000000-A3K85_1_1101_19660_8492"); - read82.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCCCTCAATTTTACCGCTGACTTGATCTTCCCCCTGCGCACCCTTTCAACCCAATAAATCCGGATAACGCCCGCCTCCCCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(14); scores.push_back(25); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(36); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(12); read82.setScores(scores); - rfastqReads.push_back(read82); - FastqRead read83; read83.setName("M00967_44_000000000-A3K85_1_1101_12259_8527"); - read83.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(29); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(14); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(25); read83.setScores(scores); - rfastqReads.push_back(read83); - FastqRead read84; read84.setName("M00967_44_000000000-A3K85_1_1101_21543_8616"); - read84.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTGTCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGATACTCAAGACCAACAGTTTCAAATGCAGTTCGGGGGTTGAGCCCCCGGATTTCACATCTGACTTGTCAGCCCGGCTACACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read84.setScores(scores); - rfastqReads.push_back(read84); - FastqRead read85; read85.setName("M00967_44_000000000-A3K85_1_1101_14268_8617"); - read85.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAAACCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(29); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(15); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(26); read85.setScores(scores); - rfastqReads.push_back(read85); - FastqRead read86; read86.setName("M00967_44_000000000-A3K85_1_1101_7231_8621"); - read86.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGCCCTACAGTTTCCAAAGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACTTCAGACTTGCATCGCCGCCTACGCTCCCTTTACACCCAGTCAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(20); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(35); scores.push_back(31); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(36); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); read86.setScores(scores); - rfastqReads.push_back(read86); - FastqRead read87; read87.setName("M00967_44_000000000-A3K85_1_1101_19754_8653"); - read87.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCTTCAGCGTCAGTAGGAAGCCGGCATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCTTCCACTCAAGATCGCCAGTTTCAATGGCGGGAAAGGGGTGAGCCCCCCACATTTACCACTTACTTAACGATCCGCCCACGCCCCCCTTTAACCCAATAAAACCGGGTAACGCCCCCCTCCTCCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(13); read87.setScores(scores); - rfastqReads.push_back(read87); - FastqRead read88; read88.setName("M00967_44_000000000-A3K85_1_1101_13364_8671"); - read88.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(31); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(28); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(28); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); read88.setScores(scores); - rfastqReads.push_back(read88); - FastqRead read89; read89.setName("M00967_44_000000000-A3K85_1_1101_11138_8749"); - read89.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); read89.setScores(scores); - rfastqReads.push_back(read89); - FastqRead read90; read90.setName("M00967_44_000000000-A3K85_1_1101_21574_8754"); - read90.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCCCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(35); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); read90.setScores(scores); - rfastqReads.push_back(read90); - FastqRead read91; read91.setName("M00967_44_000000000-A3K85_1_1101_15243_8862"); - read91.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGGAACCTTTAAAACCAATAAATCCGGATAAAGGTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(19); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(27); scores.push_back(37); scores.push_back(27); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(28); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(24); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(26); read91.setScores(scores); - rfastqReads.push_back(read91); - FastqRead read92; read92.setName("M00967_44_000000000-A3K85_1_1101_6881_8899"); - read92.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTCCACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); read92.setScores(scores); - rfastqReads.push_back(read92); - FastqRead read93; read93.setName("M00967_44_000000000-A3K85_1_1101_5965_8984"); - read93.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCTTGCCCCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(28); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); read93.setScores(scores); - rfastqReads.push_back(read93); - FastqRead read94; read94.setName("M00967_44_000000000-A3K85_1_1101_12421_8991"); - read94.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCCGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); read94.setScores(scores); - rfastqReads.push_back(read94); - FastqRead read95; read95.setName("M00967_44_000000000-A3K85_1_1101_16416_9000"); - read95.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(19); scores.push_back(32); scores.push_back(19); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(19); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(20); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(18); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(24); scores.push_back(36); scores.push_back(36); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); read95.setScores(scores); - rfastqReads.push_back(read95); - FastqRead read96; read96.setName("M00967_44_000000000-A3K85_1_1101_5471_9031"); - read96.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAAAGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(31); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(32); scores.push_back(35); scores.push_back(15); scores.push_back(27); scores.push_back(33); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(25); scores.push_back(15); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(25); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(14); scores.push_back(35); scores.push_back(31); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read96.setScores(scores); - rfastqReads.push_back(read96); - FastqRead read97; read97.setName("M00967_44_000000000-A3K85_1_1101_20723_9042"); - read97.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(27); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(34); scores.push_back(32); scores.push_back(30); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(13); read97.setScores(scores); - rfastqReads.push_back(read97); - FastqRead read98; read98.setName("M00967_44_000000000-A3K85_1_1101_13579_9062"); - read98.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); read98.setScores(scores); - rfastqReads.push_back(read98); - FastqRead read99; read99.setName("M00967_44_000000000-A3K85_1_1101_8534_9075"); - read99.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(27); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(28); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(24); read99.setScores(scores); - rfastqReads.push_back(read99); - FastqRead read100; read100.setName("M00967_44_000000000-A3K85_1_1101_24265_9168"); - read100.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(13); read100.setScores(scores); - rfastqReads.push_back(read100); - FastqRead read101; read101.setName("M00967_44_000000000-A3K85_1_1101_24708_9299"); - read101.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGTGTCAGTTGCAGACCAGGAAGCCGCCTTCGCCACTGGTGTTCCTCCATATCTCTACGCATTTCACCGCTACACATGGAATTCCACTTCCCTCTTCTGCACTCAAGTCAACCAGTTTCCAATGACCCTCCACGGTTAAGCCGTGGGCTTTCACATCAGACTTAATTAACCACCTGCGCGCTCTTTACGCCCAATAATTCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(24); scores.push_back(30); scores.push_back(33); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read101.setScores(scores); - rfastqReads.push_back(read101); - FastqRead read102; read102.setName("M00967_44_000000000-A3K85_1_1101_12689_9330"); - read102.setSeq("CCTGTTCGCTACCCATGCTTTCGAGCCTCAGCGTCAGTTGCAGACCAGAGAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(29); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(13); read102.setScores(scores); - rfastqReads.push_back(read102); - FastqRead read103; read103.setName("M00967_44_000000000-A3K85_1_1101_27735_9353"); - read103.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(13); read103.setScores(scores); - rfastqReads.push_back(read103); - FastqRead read104; read104.setName("M00967_44_000000000-A3K85_1_1101_19351_9374"); - read104.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGAAGAGGTTGTGCCTCCCACATTTTACTCTGCCTTAAACGTCCGCCCCCGCACCCCTTAAAAACAATAAAAACCTAAAAAACCCGCCCCCCCCC"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(24); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); read104.setScores(scores); - rfastqReads.push_back(read104); - FastqRead read105; read105.setName("M00967_44_000000000-A3K85_1_1101_13561_9427"); - read105.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGGTGGGCCCCTCAAATTTAACACTTAATTTAACATTCCACTTCCGATCCTTTTAAACCCATAAATACCGAATAAGCTCGCGATCTTC"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(18); scores.push_back(18); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(15); scores.push_back(26); read105.setScores(scores); - rfastqReads.push_back(read105); - FastqRead read106; read106.setName("M00967_44_000000000-A3K85_1_1101_8736_9452"); - read106.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCGACGGCAGGTCGGGGTTGAGCCCCGAAATTTGACCGCTGACTTGGCATCCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(28); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(26); read106.setScores(scores); - rfastqReads.push_back(read106); - FastqRead read107; read107.setName("M00967_44_000000000-A3K85_1_1101_20139_9693"); - read107.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACCTTTGACCGCTGACTTAACAGCCCGCCTACGCCCCCTTTAAACCCAATAAATCCGGATAACGCTCGCACCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(28); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(28); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(30); read107.setScores(scores); - rfastqReads.push_back(read107); - FastqRead read108; read108.setName("M00967_44_000000000-A3K85_1_1101_14330_9726"); - read108.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGGGGGGTTGGGCCCCGGAAATTTACAGGTTAATTGGGATTCCGGCTGGGGACCCTTTTAAACCAATAAATATGGATAAAGGTCGCATCCTTCGT"); - scores.clear(); scores.push_back(29); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(13); read108.setScores(scores); - rfastqReads.push_back(read108); - FastqRead read109; read109.setName("M00967_44_000000000-A3K85_1_1101_10994_9747"); - read109.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGCCGGGGTTGGGCCCCCCAACTTTCCCGCCTACTTTGCACCCCGCCCGCGCACCCCTTCACCCCCACCAAACCCGAAAACCCCCGCACCCCACC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(19); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(28); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(13); read109.setScores(scores); - rfastqReads.push_back(read109); - FastqRead read110; read110.setName("M00967_44_000000000-A3K85_1_1101_3255_9762"); - read110.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAACCGTTCCGCGGTTAAGCCACCGGCTTTCACTTCAGACTTGCAGAACCGTCGACGCTCCCTTTACACCCAGTAAATCCGGCTCACACCCGCCCCCTAC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(18); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(29); scores.push_back(37); scores.push_back(36); scores.push_back(17); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(36); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(30); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(30); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(14); scores.push_back(30); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(31); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); read110.setScores(scores); - rfastqReads.push_back(read110); - FastqRead read111; read111.setName("M00967_44_000000000-A3K85_1_1101_21004_9829"); - read111.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); read111.setScores(scores); - rfastqReads.push_back(read111); - FastqRead read112; read112.setName("M00967_44_000000000-A3K85_1_1101_27704_9939"); - read112.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCTTCAGCGTCAGTAGGAAGCCGGCATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCTTCCACTCAAGATCGCCAGTTTCAATGGCGGGAAGGGGGTGGGCCCCCCCATTTGACCCCTGACTTTACGAGCCGCCGCACCACCCCTTTAACCCCATAAAACCGGATAAAGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(29); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); read112.setScores(scores); - rfastqReads.push_back(read112); - FastqRead read113; read113.setName("M00967_44_000000000-A3K85_1_1101_21801_9940"); - read113.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(33); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(16); scores.push_back(29); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(14); scores.push_back(38); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(28); scores.push_back(28); scores.push_back(24); scores.push_back(13); scores.push_back(29); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); read113.setScores(scores); - rfastqReads.push_back(read113); - FastqRead read114; read114.setName("M00967_44_000000000-A3K85_1_1101_14593_9947"); - read114.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCAGCACTCTAGCATGGCAGTTTCCAAAGCAGTTCAGGGGTTAAGCCCCTGCCTTTCACTTCAGACTTGCCGCGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(29); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(20); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(26); scores.push_back(14); scores.push_back(31); scores.push_back(25); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(15); scores.push_back(32); scores.push_back(24); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(36); scores.push_back(28); scores.push_back(31); scores.push_back(36); scores.push_back(32); scores.push_back(35); read114.setScores(scores); - rfastqReads.push_back(read114); - FastqRead read115; read115.setName("M00967_44_000000000-A3K85_1_1101_21550_10040"); - read115.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTTACAGTCCAGTGAGTCGCCTTCGCCTCTGGTGTTCCTCCTAATATCTACGCATTCCACCGCTACACTAGGAATTCCACTCACCTCTCCTGCACTCCAGCTTACCAGTTTTAGATGCAGTTCCGCGGTTAAGCCGCGGGATTTCACATCTAACTTGATGAGCCGCCTACACTCCCTTTACGCCCAGTCATTCCGGACAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(12); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(13); read115.setScores(scores); - rfastqReads.push_back(read115); - FastqRead read116; read116.setName("M00967_44_000000000-A3K85_1_1101_21278_10112"); - read116.setSeq("CCTGTTTGCTCCCCACGCTTTCGGGCCTCAACGTCAGTCGCAGTCCAGCAGGCCGCCTTCGCCACCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCTGCACTCCAGCCGCGCAGTTCCAAGAGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACTCCTGGCTTGCGCTGCCGTCTGCGCCCCCTTTACACCCACTAAATCCGGATACAGCCTGCCCCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); read116.setScores(scores); - rfastqReads.push_back(read116); - FastqRead read117; read117.setName("M00967_44_000000000-A3K85_1_1101_19330_10126"); - read117.setSeq("CCTGTTTGATACCCACACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); read117.setScores(scores); - rfastqReads.push_back(read117); - FastqRead read118; read118.setName("M00967_44_000000000-A3K85_1_1101_9255_10164"); - read118.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCGCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTCCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCCCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(29); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(14); scores.push_back(27); scores.push_back(35); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(26); scores.push_back(31); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(28); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(24); read118.setScores(scores); - rfastqReads.push_back(read118); - FastqRead read119; read119.setName("M00967_44_000000000-A3K85_1_1101_4387_10169"); - read119.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(32); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(25); read119.setScores(scores); - rfastqReads.push_back(read119); - FastqRead read120; read120.setName("M00967_44_000000000-A3K85_1_1101_6605_10173"); - read120.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACCCCAGTTTCAAAGGCTCGACGGCGTTGAGCCCCGCTTTTTTCCCGCCGAATTGGCAACCCCCCCACCGACCCCTTTAACCCAATAAAATCGGTAAAACCCCGCCTCCCCCGG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(16); scores.push_back(33); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); read120.setScores(scores); - rfastqReads.push_back(read120); - FastqRead read121; read121.setName("M00967_44_000000000-A3K85_1_1101_6954_10206"); - read121.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGAGGAACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(33); scores.push_back(18); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(29); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(28); scores.push_back(29); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(24); read121.setScores(scores); - rfastqReads.push_back(read121); - FastqRead read122; read122.setName("M00967_44_000000000-A3K85_1_1101_7527_10303"); - read122.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(25); read122.setScores(scores); - rfastqReads.push_back(read122); - FastqRead read123; read123.setName("M00967_44_000000000-A3K85_1_1101_24337_10344"); - read123.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(13); read123.setScores(scores); - rfastqReads.push_back(read123); - FastqRead read124; read124.setName("M00967_44_000000000-A3K85_1_1101_22387_10347"); - read124.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTAGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCC"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(40); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(13); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(29); scores.push_back(12); scores.push_back(35); scores.push_back(32); scores.push_back(12); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); read124.setScores(scores); - rfastqReads.push_back(read124); - FastqRead read125; read125.setName("M00967_44_000000000-A3K85_1_1101_18889_10362"); - read125.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); read125.setScores(scores); - rfastqReads.push_back(read125); - FastqRead read126; read126.setName("M00967_44_000000000-A3K85_1_1101_18780_10395"); - read126.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGGGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(29); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(36); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(12); read126.setScores(scores); - rfastqReads.push_back(read126); - FastqRead read127; read127.setName("M00967_44_000000000-A3K85_1_1101_16939_10517"); - read127.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGCCAACTCAAGTCTGCCAGTTTCAACGGCTCGACGGGGTTGAGCCCCGCAATTTTACCGCTGCCTTAACGGACCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(31); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(28); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read127.setScores(scores); - rfastqReads.push_back(read127); - FastqRead read128; read128.setName("M00967_44_000000000-A3K85_1_1101_26512_10524"); - read128.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(25); read128.setScores(scores); - rfastqReads.push_back(read128); - FastqRead read129; read129.setName("M00967_44_000000000-A3K85_1_1101_26835_10541"); - read129.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(27); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(13); read129.setScores(scores); - rfastqReads.push_back(read129); - FastqRead read130; read130.setName("M00967_44_000000000-A3K85_1_1101_25040_10597"); - read130.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(17); scores.push_back(19); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(18); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(16); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(31); scores.push_back(16); scores.push_back(38); scores.push_back(35); scores.push_back(33); scores.push_back(16); scores.push_back(14); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(27); scores.push_back(29); scores.push_back(15); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(28); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(25); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(13); read130.setScores(scores); - rfastqReads.push_back(read130); - FastqRead read131; read131.setName("M00967_44_000000000-A3K85_1_1101_22851_10787"); - read131.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(28); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(29); scores.push_back(35); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read131.setScores(scores); - rfastqReads.push_back(read131); - FastqRead read132; read132.setName("M00967_44_000000000-A3K85_1_1101_16735_10948"); - read132.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCGGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCCCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCCGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTACATCCGGATAACGCTTGACCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(16); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(29); scores.push_back(14); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(15); scores.push_back(29); scores.push_back(14); scores.push_back(30); scores.push_back(33); scores.push_back(16); scores.push_back(27); scores.push_back(33); scores.push_back(27); scores.push_back(33); scores.push_back(27); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(30); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(16); scores.push_back(15); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(12); scores.push_back(34); scores.push_back(32); scores.push_back(15); scores.push_back(29); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); read132.setScores(scores); - rfastqReads.push_back(read132); - FastqRead read133; read133.setName("M00967_44_000000000-A3K85_1_1101_22481_10976"); - read133.setSeq("CCTGTTCGCTACCCATGCTTTCGAGCCTCAGCGTCAGTTGCAGACCAGAGAGCCGCCTTCGCCACTGGTGTTCTTCCAAATATCTACGCATTCCACCGCTACACATGGAGTTCCACTCTCCTCTTCTGCACTCAAGTTCAACAGTTTCTGATGCAATTCTCCGGTTGAGCCGAAGGCTTTCACATCAGACTTATTGAACCGCCTGCACTCGCTTTACGCCCAATAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); read133.setScores(scores); - rfastqReads.push_back(read133); - FastqRead read134; read134.setName("M00967_44_000000000-A3K85_1_1101_18225_10999"); - read134.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGACAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGGCCGGGGTGGGGCCGGGGGTTTTTTTGCTGACTTGTCAAACCGCCTCCCGCCCCCTTACACCCCAAAAAAAACGATAACACCCCCCCCCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); read134.setScores(scores); - rfastqReads.push_back(read134); - FastqRead read135; read135.setName("M00967_44_000000000-A3K85_1_1101_13511_11032"); - read135.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTAGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGGCGGGGTTGGGGCCCGACAATTGACCGCTGAATTTACAGGACGCCTTAGCACCCTTTTAAACCAATTAATTCGGGATACGGTCGCATACTCCCG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(19); scores.push_back(33); scores.push_back(17); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(18); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(20); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(31); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(27); scores.push_back(30); scores.push_back(16); scores.push_back(27); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(13); read135.setScores(scores); - rfastqReads.push_back(read135); - FastqRead read136; read136.setName("M00967_44_000000000-A3K85_1_1101_27264_11056"); - read136.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGAAGAGGTTGAGCCCCTCAATTTTTCAGCTCACTTAACTTTCCGCCCCCGCCCCCTTTCAACCCAAAAAATCCCGAAAAACCACCCCTCCCCCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); read136.setScores(scores); - rfastqReads.push_back(read136); - FastqRead read137; read137.setName("M00967_44_000000000-A3K85_1_1101_17213_11062"); - read137.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(25); read137.setScores(scores); - rfastqReads.push_back(read137); - FastqRead read138; read138.setName("M00967_44_000000000-A3K85_1_1101_18943_11082"); - read138.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCAGCACTCTAGCTCCACAGTTTCCAAAGCAGTCCCAGGGTTGAGCCCTGGGCTTTCACTTCAGACTTGCACAGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); read138.setScores(scores); - rfastqReads.push_back(read138); - FastqRead read139; read139.setName("M00967_44_000000000-A3K85_1_1101_17868_11113"); - read139.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(13); read139.setScores(scores); - rfastqReads.push_back(read139); - FastqRead read140; read140.setName("M00967_44_000000000-A3K85_1_1101_21158_11161"); - read140.setSeq("CCTGTTTGCTCCCCACGCTTTCGCACCTGAGCGTCAGTCTTCGTCCAGGGGGCCGCCTTCGCCACCGGTATTCCTCCAGATCTCTACGCATTTCACCGCTACACCTGGAATTCTACCCCCCTCTACGAGACTCAAGCTTGCCAGTATCAGATGCAGTTCCCAGGTTGAGCCCGGGGATTTCACATCTGACTTAACAAACCGCCTGCGTGCGCTTTACGCCCAGTAATTCCGATTAACGCTTGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); read140.setScores(scores); - rfastqReads.push_back(read140); - FastqRead read141; read141.setName("M00967_44_000000000-A3K85_1_1101_14735_11235"); - read141.setSeq("CATGTTCGATACCAGCACTTTCGTGCCTCAGCGTCAGTAGGGTGTCGGAAGGCTGCCTTCGCAATCGGGGTTCTGAGTGATATCTATGCATTTGACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCATTCAAGGCCGCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGATGACTTAAAAGCACGCCTACGCACCCTTTAAATCCAATAAATCAGGATAAAGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(29); scores.push_back(29); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(32); scores.push_back(15); scores.push_back(32); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(14); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(17); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(17); scores.push_back(35); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(30); scores.push_back(29); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(27); scores.push_back(14); scores.push_back(30); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(17); scores.push_back(31); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(34); scores.push_back(27); scores.push_back(15); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(28); scores.push_back(32); scores.push_back(31); scores.push_back(27); scores.push_back(12); scores.push_back(27); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(12); read141.setScores(scores); - rfastqReads.push_back(read141); - FastqRead read142; read142.setName("M00967_44_000000000-A3K85_1_1101_16074_11244"); - read142.setSeq("CCTGTTTGATACCAACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTTACCGCTACACCACGAATTCCGCCCAACTCTACTGTATTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGAATTAACAATCTACCTATGATCACTTTAAACCCAATAAATCCGGATAAAGCTAGGATCATCCG"); - scores.clear(); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(33); scores.push_back(18); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(32); scores.push_back(34); scores.push_back(16); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(16); scores.push_back(35); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(31); scores.push_back(36); scores.push_back(31); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(31); scores.push_back(33); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(14); scores.push_back(29); scores.push_back(29); scores.push_back(27); scores.push_back(14); scores.push_back(30); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(33); scores.push_back(27); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(31); scores.push_back(38); scores.push_back(31); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(29); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(15); scores.push_back(27); scores.push_back(35); scores.push_back(39); scores.push_back(15); scores.push_back(28); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(28); scores.push_back(38); scores.push_back(15); scores.push_back(35); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(12); read142.setScores(scores); - rfastqReads.push_back(read142); - FastqRead read143; read143.setName("M00967_44_000000000-A3K85_1_1101_7593_11252"); - read143.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(25); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(12); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(24); read143.setScores(scores); - rfastqReads.push_back(read143); - FastqRead read144; read144.setName("M00967_44_000000000-A3K85_1_1101_12857_11252"); - read144.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTAATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(16); scores.push_back(34); scores.push_back(16); scores.push_back(36); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(27); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(27); scores.push_back(31); scores.push_back(31); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(34); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(26); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); read144.setScores(scores); - rfastqReads.push_back(read144); - FastqRead read145; read145.setName("M00967_44_000000000-A3K85_1_1101_15147_11308"); - read145.setSeq("CCTGTTTGCTCCCCAAGCTTTCGCGAATCAGGGTCAGTTACTGTCCAGCAATACGCCTTCGCCACTGGTGTTCCTCCGTATATCTACGCATTTCACCGCTACACACGGAATTCCGATTGCCTCTCCAGCACTCAAGAAATACAGTTTCAAATGCAGGCTATGGGTTGAGCCCATAGTTTTCACATCTGACTTGAATTCCCGCCTACACGCCCTTTACACCCAATAAATCCGGATAACGCTTGCAACATACG"); - scores.clear(); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(16); scores.push_back(18); scores.push_back(34); scores.push_back(31); scores.push_back(33); scores.push_back(16); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(16); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(15); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(17); scores.push_back(17); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(16); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(16); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(17); scores.push_back(33); scores.push_back(35); scores.push_back(16); scores.push_back(30); scores.push_back(29); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(31); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(30); scores.push_back(29); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(27); scores.push_back(37); scores.push_back(15); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(31); scores.push_back(31); scores.push_back(34); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(34); scores.push_back(13); scores.push_back(29); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(38); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(27); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(36); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(24); read145.setScores(scores); - rfastqReads.push_back(read145); - FastqRead read146; read146.setName("M00967_44_000000000-A3K85_1_1101_18698_11342"); - read146.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGTGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTATGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCCAGCTGGACAGTTTCAAATGCACTCCCGGGGTTGAGCCCCGGGTTTTCACATCTGACTTGCCCTGCCACCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); read146.setScores(scores); - rfastqReads.push_back(read146); - FastqRead read147; read147.setName("M00967_44_000000000-A3K85_1_1101_16136_11420"); - read147.setSeq("CCTATTTGATCCCCGCACTTGCGTGCCACAGCGGCAGTAGGGCGCCTGAATGCCGCCCTCGCCATCGTGGTTTGGCGTGATATGTAGGTATTTTGCGGTTATAAAAGGGATTTGGGATAGTTATTATCAATTAGAGAGTGGCAGTTTGAATGGCTGTAAGGGGTTGTGCACCGGAATTTGACAGATGACTAGGAAGGGTGGGGGTGGAAGATTTACAGGTATTAGTGATTGGTAAGGAGGGCATCAGGAGA"); - scores.clear(); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(18); scores.push_back(31); scores.push_back(18); scores.push_back(18); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(15); scores.push_back(30); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(15); scores.push_back(16); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(16); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(15); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(29); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(29); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(15); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(13); scores.push_back(16); scores.push_back(16); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(27); scores.push_back(28); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); read147.setScores(scores); - rfastqReads.push_back(read147); - FastqRead read148; read148.setName("M00967_44_000000000-A3K85_1_1101_13333_11429"); - read148.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCTAGCCTTACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGAAGGACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAAAGCTTGGCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(30); scores.push_back(14); scores.push_back(29); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(18); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(34); scores.push_back(31); scores.push_back(33); scores.push_back(31); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(29); scores.push_back(28); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(27); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(13); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(25); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(34); scores.push_back(35); scores.push_back(25); scores.push_back(32); scores.push_back(30); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(37); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(28); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(25); read148.setScores(scores); - rfastqReads.push_back(read148); - FastqRead read149; read149.setName("M00967_44_000000000-A3K85_1_1101_10743_11432"); - read149.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(29); scores.push_back(16); scores.push_back(18); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(29); scores.push_back(31); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); read149.setScores(scores); - rfastqReads.push_back(read149); - FastqRead read150; read150.setName("M00967_44_000000000-A3K85_1_1101_28944_11444"); - read150.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(25); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(34); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(29); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(29); scores.push_back(24); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(24); read150.setScores(scores); - rfastqReads.push_back(read150); - FastqRead read151; read151.setName("M00967_44_000000000-A3K85_1_1101_20676_11509"); - read151.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCACGGTCCAGTAAGCCGCCTTCGCCGCTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCCGCACTCCAGCCGGGCAGTTTCCAGAGCGGTCCCGGGGTTGGGCCCCGGCCTTTCACTCCAGACTTGCCCCGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(28); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); read151.setScores(scores); - rfastqReads.push_back(read151); - FastqRead read152; read152.setName("M00967_44_000000000-A3K85_1_1101_17571_11522"); - read152.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACACAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); read152.setScores(scores); - rfastqReads.push_back(read152); - FastqRead read153; read153.setName("M00967_44_000000000-A3K85_1_1101_14976_11522"); - read153.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTACTTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(13); read153.setScores(scores); - rfastqReads.push_back(read153); - FastqRead read154; read154.setName("M00967_44_000000000-A3K85_1_1101_17702_11563"); - read154.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(13); read154.setScores(scores); - rfastqReads.push_back(read154); - FastqRead read155; read155.setName("M00967_44_000000000-A3K85_1_1101_9426_11659"); - read155.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGTTGGGCCCCGCAAATTTACCCCTGCATTGGGATCCCCCCCCCGCCCCCCTCTAACCCACAAAAACCCGATAACCCCCCCACCCCCCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(34); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); read155.setScores(scores); - rfastqReads.push_back(read155); - FastqRead read156; read156.setName("M00967_44_000000000-A3K85_1_1101_20183_11662"); - read156.setSeq("CCTGTTCGCTACCCATGCTTTCGAGCCTCAGCGTCAGTTGCAGACCAGACAGCCGCCTTCGCCACTGGTGTTCTTCCATATATCTACGCATTCCACCGCTACACATGGAGTTCCACTGTCCTCTTCTGCACTCAAGTCGCCCGGTTTCCGATGCACTTCTTCGGTTAAGCCGAAGGCTTTCACATCAGACCTAAGCAACCGCCTGCGCTCGCTTTACGCCCAATAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(13); read156.setScores(scores); - rfastqReads.push_back(read156); - FastqRead read157; read157.setName("M00967_44_000000000-A3K85_1_1101_6200_11675"); - read157.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGCCTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGCTAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(32); scores.push_back(28); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); read157.setScores(scores); - rfastqReads.push_back(read157); - FastqRead read158; read158.setName("M00967_44_000000000-A3K85_1_1101_23383_11740"); - read158.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); read158.setScores(scores); - rfastqReads.push_back(read158); - FastqRead read159; read159.setName("M00967_44_000000000-A3K85_1_1101_6853_11772"); - read159.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGATAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGCCCCGGTTTGGCCCCGGCATTTTTCCGCTGTCTTTGCCAAACCCCCACCGCCCCCTTTAACCCAATAAAACCCGCAACAACTCCCCCCCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); read159.setScores(scores); - rfastqReads.push_back(read159); - FastqRead read160; read160.setName("M00967_44_000000000-A3K85_1_1101_22387_11869"); - read160.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(24); read160.setScores(scores); - rfastqReads.push_back(read160); - FastqRead read161; read161.setName("M00967_44_000000000-A3K85_1_1101_19628_11889"); - read161.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCCCCCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTACACCCAATAAATCCGGATAACGCCCGCATCCCCCGA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(28); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); read161.setScores(scores); - rfastqReads.push_back(read161); - FastqRead read162; read162.setName("M00967_44_000000000-A3K85_1_1101_27999_11894"); - read162.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAAAGGGTGAGCCTCTCAATTTTACCGCTGACTTGAACTTCCGCCTGCGCACCCTTTAAACCCACTAAAACCCGATAAACCTCCCATCCTCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(31); scores.push_back(29); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(28); scores.push_back(32); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); read162.setScores(scores); - rfastqReads.push_back(read162); - FastqRead read163; read163.setName("M00967_44_000000000-A3K85_1_1101_13005_11931"); - read163.setSeq("CCTGTTCGATACCCACACTTTCGTGCCTGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCCCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTTAACCCAATAAATCCGGATAACGCCCGCCTCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(27); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(31); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(26); scores.push_back(34); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(25); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(34); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); read163.setScores(scores); - rfastqReads.push_back(read163); - FastqRead read164; read164.setName("M00967_44_000000000-A3K85_1_1101_6379_11957"); - read164.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACTGCGTTTAGCACCGCATTTTTACCGCTGACTTTGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCCCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(36); scores.push_back(13); scores.push_back(36); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(12); read164.setScores(scores); - rfastqReads.push_back(read164); - FastqRead read165; read165.setName("M00967_44_000000000-A3K85_1_1101_7746_12226"); - read165.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(28); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(28); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); read165.setScores(scores); - rfastqReads.push_back(read165); - FastqRead read166; read166.setName("M00967_44_000000000-A3K85_1_1101_8486_12249"); - read166.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATATTCCGCCTCCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCCCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(38); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(25); scores.push_back(32); scores.push_back(38); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(28); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); read166.setScores(scores); - rfastqReads.push_back(read166); - FastqRead read167; read167.setName("M00967_44_000000000-A3K85_1_1101_12335_12280"); - read167.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGCAGCGGGTGGGCCCCCCAATTTTTACCCTCCCTTAACCGTCCGCCCCCCCCCCCCTTAAACCCCATAAAACCCGGTAAACCCCGCCTCCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(28); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(31); scores.push_back(29); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); read167.setScores(scores); - rfastqReads.push_back(read167); - FastqRead read168; read168.setName("M00967_44_000000000-A3K85_1_1101_6614_12305"); - read168.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(13); read168.setScores(scores); - rfastqReads.push_back(read168); - FastqRead read169; read169.setName("M00967_44_000000000-A3K85_1_1101_9990_12312"); - read169.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGGCATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(28); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(26); read169.setScores(scores); - rfastqReads.push_back(read169); - FastqRead read170; read170.setName("M00967_44_000000000-A3K85_1_1101_8387_12354"); - read170.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTTCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(28); scores.push_back(24); scores.push_back(28); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); read170.setScores(scores); - rfastqReads.push_back(read170); - FastqRead read171; read171.setName("M00967_44_000000000-A3K85_1_1101_6344_12374"); - read171.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTTACCGCTGACTTAACAGCCCGCCCACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read171.setScores(scores); - rfastqReads.push_back(read171); - FastqRead read172; read172.setName("M00967_44_000000000-A3K85_1_1101_16026_12423"); - read172.setSeq("CCTGTTTGCTCCCCACACTTTCGTGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(16); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(26); scores.push_back(36); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(12); read172.setScores(scores); - rfastqReads.push_back(read172); - FastqRead read173; read173.setName("M00967_44_000000000-A3K85_1_1101_25548_12592"); - read173.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTGTCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGATACTCAAGACCAACAGTTTCAAATGCAGTTCGGGGGTTGAGCCCCCGGATTTCACATCTGACTTGTCAGCCCGGCTACACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(24); read173.setScores(scores); - rfastqReads.push_back(read173); - FastqRead read174; read174.setName("M00967_44_000000000-A3K85_1_1101_20296_12613"); - read174.setSeq("CCTGTTTGCTCCCCACACTTTCGAGCCTCAGCGTCAGTTAAAGCCCAGTTGGCCGCCTTCGCCACCGGTGTTCCTCCGAATATCTACGCATTTCACCGCTACACTCGGAATTCCGCCAACCTCTACTTCACTCAAGAAAGCCAGTTTCAACTGCAGTCTACAGGTTAAGCCCGTAGTTTTCACAGCTGACTTGGCTTCCCGCCTACCCTCCCTTTCCACCCAGTAATTCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(34); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(13); read174.setScores(scores); - rfastqReads.push_back(read174); - FastqRead read175; read175.setName("M00967_44_000000000-A3K85_1_1101_21558_12633"); - read175.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(26); scores.push_back(25); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); read175.setScores(scores); - rfastqReads.push_back(read175); - FastqRead read176; read176.setName("M00967_44_000000000-A3K85_1_1101_11361_12648"); - read176.setSeq("CCCGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(25); read176.setScores(scores); - rfastqReads.push_back(read176); - FastqRead read177; read177.setName("M00967_44_000000000-A3K85_1_1101_18054_12652"); - read177.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); read177.setScores(scores); - rfastqReads.push_back(read177); - FastqRead read178; read178.setName("M00967_44_000000000-A3K85_1_1101_25239_12770"); - read178.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGTTGGGCCCCCCAAATTGACCGCTGACTTGGCATCCCCCCTGCGCACCCCTTAAAACCAAAAAAACAGGGTCAGGCTAGCCACCCCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(27); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(32); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); read178.setScores(scores); - rfastqReads.push_back(read178); - FastqRead read179; read179.setName("M00967_44_000000000-A3K85_1_1101_24418_12852"); - read179.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCCACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCCATAAATCCGGAAAACCCCCCCCTCCCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(13); scores.push_back(36); scores.push_back(12); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(29); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(12); read179.setScores(scores); - rfastqReads.push_back(read179); - FastqRead read180; read180.setName("M00967_44_000000000-A3K85_1_1101_29053_12897"); - read180.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCTTCAGCGTCAGTAGGAAGCCGGCATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCTTCCACTCAAGATCGCCAGTTTCAATGGCGGGGAGGGGGTGGGGCCCCCCCTTTTGCCACATGCTTTAAGAACCGCCGACGCCCCCCTTCAAACCAAAAAATACGGAGACAACCTCCCAACACCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(13); read180.setScores(scores); - rfastqReads.push_back(read180); - FastqRead read181; read181.setName("M00967_44_000000000-A3K85_1_1101_13344_12926"); - read181.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGACAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGTTGAGCCCCGAAATTTGACCGCTGACTTGGCCTCCCGCCTGCGCACCCTTTTAACCCAAAAAATCCCGATAAAGCTCGCCTCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(12); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(24); read181.setScores(scores); - rfastqReads.push_back(read181); - FastqRead read182; read182.setName("M00967_44_000000000-A3K85_1_1101_5805_12965"); - read182.setSeq("CCTGCTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(28); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(12); read182.setScores(scores); - rfastqReads.push_back(read182); - FastqRead read183; read183.setName("M00967_44_000000000-A3K85_1_1101_24501_12971"); - read183.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(25); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(25); read183.setScores(scores); - rfastqReads.push_back(read183); - FastqRead read184; read184.setName("M00967_44_000000000-A3K85_1_1101_22908_13029"); - read184.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTTGGAAGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCTTCCACTCAAGACCATCAGTTTCAATGGCGGGAAAAGGTTGTGCCCCCCCAATTTTCCCCTGCCTTTACTGTCCGCCCAAGCCCCCCTTAAACCCAATAAAAACGGATAAAACACGCACCCACCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(19); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(20); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(27); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); read184.setScores(scores); - rfastqReads.push_back(read184); - FastqRead read185; read185.setName("M00967_44_000000000-A3K85_1_1101_9019_13064"); - read185.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(34); scores.push_back(28); scores.push_back(31); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(34); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(29); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(34); scores.push_back(13); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read185.setScores(scores); - rfastqReads.push_back(read185); - FastqRead read186; read186.setName("M00967_44_000000000-A3K85_1_1101_10678_13072"); - read186.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGTAAACGCTGGCCCCCCACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(25); scores.push_back(13); scores.push_back(31); scores.push_back(30); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); read186.setScores(scores); - rfastqReads.push_back(read186); - FastqRead read187; read187.setName("M00967_44_000000000-A3K85_1_1101_20324_13084"); - read187.setSeq("CCTGTTTGATCCCCGCACTTTCGCGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(25); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(12); scores.push_back(35); scores.push_back(28); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(32); scores.push_back(12); read187.setScores(scores); - rfastqReads.push_back(read187); - FastqRead read188; read188.setName("M00967_44_000000000-A3K85_1_1101_28390_13134"); - read188.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTAAACCCAGTAATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(29); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(13); read188.setScores(scores); - rfastqReads.push_back(read188); - FastqRead read189; read189.setName("M00967_44_000000000-A3K85_1_1101_17688_13139"); - read189.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(26); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(13); read189.setScores(scores); - rfastqReads.push_back(read189); - FastqRead read190; read190.setName("M00967_44_000000000-A3K85_1_1101_27846_13162"); - read190.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(35); scores.push_back(28); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read190.setScores(scores); - rfastqReads.push_back(read190); - FastqRead read191; read191.setName("M00967_44_000000000-A3K85_1_1101_7557_13169"); - read191.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCTAGCCTTACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGCAGGACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCCTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(30); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(36); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(36); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(24); read191.setScores(scores); - rfastqReads.push_back(read191); - FastqRead read192; read192.setName("M00967_44_000000000-A3K85_1_1101_16324_13252"); - read192.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(29); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); read192.setScores(scores); - rfastqReads.push_back(read192); - FastqRead read193; read193.setName("M00967_44_000000000-A3K85_1_1101_15104_13261"); - read193.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read193.setScores(scores); - rfastqReads.push_back(read193); - FastqRead read194; read194.setName("M00967_44_000000000-A3K85_1_1101_15954_13322"); - read194.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAGCCGTTCCGCGGTTAAGCCACGGGCTTTCACTTCAGACTTGCAGAACCGTCTACGCTCCCTTTACACCCAGTAAATACGGATAACGCTCGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(13); read194.setScores(scores); - rfastqReads.push_back(read194); - FastqRead read195; read195.setName("M00967_44_000000000-A3K85_1_1101_25760_13415"); - read195.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCTTCAGCGTCAGTAGGAAGCCGGCATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCTTCCACTCAAGATCGCCAGTTTCAATGGCGGGAAGGGGGTGAGCCCCCCCATTTGTCCCCTTACTTAAAGATCCGCCCACGCACCCCTTTAAACCAAAAAAAACCGATAACGCTCCCCTCCACCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(13); read195.setScores(scores); - rfastqReads.push_back(read195); - FastqRead read196; read196.setName("M00967_44_000000000-A3K85_1_1101_25887_13447"); - read196.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(25); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(13); read196.setScores(scores); - rfastqReads.push_back(read196); - FastqRead read197; read197.setName("M00967_44_000000000-A3K85_1_1101_27540_13512"); - read197.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read197.setScores(scores); - rfastqReads.push_back(read197); - FastqRead read198; read198.setName("M00967_44_000000000-A3K85_1_1101_5431_13518"); - read198.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTAACGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(12); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(28); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(25); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(26); scores.push_back(28); scores.push_back(24); scores.push_back(32); scores.push_back(29); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); read198.setScores(scores); - rfastqReads.push_back(read198); - FastqRead read199; read199.setName("M00967_44_000000000-A3K85_1_1101_13397_13589"); - read199.setSeq("CCTGTTCGATACCCACGCTTTCGAGCCTCAACGTCAGTCGCGGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCCGCACTCCAGCCATGCAGTTCCAAGGGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACCCCTGGCTTGCTTGGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(13); read199.setScores(scores); - rfastqReads.push_back(read199); - FastqRead read200; read200.setName("M00967_44_000000000-A3K85_1_1101_6168_13598"); - read200.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGAATTGATCTTCCGCCTTCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(14); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); read200.setScores(scores); - rfastqReads.push_back(read200); - FastqRead read201; read201.setName("M00967_44_000000000-A3K85_1_1101_21281_13646"); - read201.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAAACCAATAAATCCGGATAACGCTCGCATCCTCC"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(29); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(33); read201.setScores(scores); - rfastqReads.push_back(read201); - FastqRead read202; read202.setName("M00967_44_000000000-A3K85_1_1101_25468_13668"); - read202.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(13); read202.setScores(scores); - rfastqReads.push_back(read202); - FastqRead read203; read203.setName("M00967_44_000000000-A3K85_1_1101_6168_13708"); - read203.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCATCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read203.setScores(scores); - rfastqReads.push_back(read203); - FastqRead read204; read204.setName("M00967_44_000000000-A3K85_1_1101_9620_13721"); - read204.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCCGCACTCCAGCTTTACAGTTTCCAGAGCAGTCCCAGGGTTGAGCCCCGGGCTTTCACTCCGGACTTGCACTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(28); scores.push_back(32); scores.push_back(28); scores.push_back(28); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(35); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(13); read204.setScores(scores); - rfastqReads.push_back(read204); - FastqRead read205; read205.setName("M00967_44_000000000-A3K85_1_1101_25732_13726"); - read205.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCCAGCTACACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGCACAGCCGTCTACGCCCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(15); scores.push_back(25); scores.push_back(28); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(28); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(13); scores.push_back(24); scores.push_back(13); read205.setScores(scores); - rfastqReads.push_back(read205); - FastqRead read206; read206.setName("M00967_44_000000000-A3K85_1_1101_12443_13774"); - read206.setSeq("CCTGTTTGCTACCCACGCTTTCGTGCTTCAGCGTCAGTTAAAGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCCGATCTCTACGCATTTCACCGCTACACCGGGAATTCCGCCTGCCTCTACTTCACTCAAGCCCTACAGTTTCAAAAGCAGTTCACGGGTTAAGCCCATGGATTTCACTTCTGACTTGCAAGGCCGCCTACGCACCCTTTACACCCAGTAAATCCGGACAACGCTTGCTCCCTACG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read206.setScores(scores); - rfastqReads.push_back(read206); - FastqRead read207; read207.setName("M00967_44_000000000-A3K85_1_1101_3245_13775"); - read207.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCAGCACTCTAGCTTAACAGTTTCCAAAGCAGTCCCATGGTTGAGCCTTGGGCTTTCACTTCAGACTTGCTATGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); read207.setScores(scores); - rfastqReads.push_back(read207); - FastqRead read208; read208.setName("M00967_44_000000000-A3K85_1_1101_26752_13849"); - read208.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAAACCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(13); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(13); read208.setScores(scores); - rfastqReads.push_back(read208); - FastqRead read209; read209.setName("M00967_44_000000000-A3K85_1_1101_23338_13856"); - read209.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCATTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGCCTACGCCCCCTTTACCCCCAGTAAATCCGGATAACGCCTGCCCCCCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(18); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(33); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); read209.setScores(scores); - rfastqReads.push_back(read209); - FastqRead read210; read210.setName("M00967_44_000000000-A3K85_1_1101_6877_13878"); - read210.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTCCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(18); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(29); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read210.setScores(scores); - rfastqReads.push_back(read210); - FastqRead read211; read211.setName("M00967_44_000000000-A3K85_1_1101_17415_13881"); - read211.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read211.setScores(scores); - rfastqReads.push_back(read211); - FastqRead read212; read212.setName("M00967_44_000000000-A3K85_1_1101_12676_13910"); - read212.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(27); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(30); scores.push_back(24); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(24); read212.setScores(scores); - rfastqReads.push_back(read212); - FastqRead read213; read213.setName("M00967_44_000000000-A3K85_1_1101_4369_13960"); - read213.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTAAGTCACCGTCCAGTAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTACCCCTCCGGCACTCCAGCGCGCCAGTTCCCAATGCAGTCCCGCGGTTGGGCCGCGGGCTTTCACACCAGGCTTAACGCGCCGCCTGCGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCACCATACG"); - scores.clear(); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(30); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(14); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(30); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(29); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(30); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(28); scores.push_back(28); scores.push_back(12); scores.push_back(28); scores.push_back(33); scores.push_back(36); scores.push_back(26); scores.push_back(31); scores.push_back(26); scores.push_back(28); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(26); read213.setScores(scores); - rfastqReads.push_back(read213); - FastqRead read214; read214.setName("M00967_44_000000000-A3K85_1_1101_4387_13964"); - read214.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTCACCGTCCAGTAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTACCCCTCCGGCACTCCAGCGCGCCAGTTCCCAATGCAGTCCCGCGGTTGGGCCGCGGGCTTTCACACCAGGCTTAACGCGCCGCCTGCGCTCCCTTTACGCCCAGTAAATCCGGATAACGCTTGCCCCATACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(28); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(29); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(25); read214.setScores(scores); - rfastqReads.push_back(read214); - FastqRead read215; read215.setName("M00967_44_000000000-A3K85_1_1101_15349_14079"); - read215.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTTAAAGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTACTTCACTCAAGAACGGCAGTTTAGAACGCAGCCACCGGTTGAGCCGATGGATTTAACATTCTACTTGCCATCCCGCCTACGCTCCCTTTACACCCAGTAATTCCGGACAACGCTTGCTCCCTACGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); read215.setScores(scores); - rfastqReads.push_back(read215); - FastqRead read216; read216.setName("M00967_44_000000000-A3K85_1_1101_12064_14092"); - read216.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGCCAACTCAAGTCTGCCAGTTTCAACGGCTCGACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTAACGGACCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); read216.setScores(scores); - rfastqReads.push_back(read216); - FastqRead read217; read217.setName("M00967_44_000000000-A3K85_1_1101_25584_14106"); - read217.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGCCTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(31); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(15); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(32); scores.push_back(29); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(32); read217.setScores(scores); - rfastqReads.push_back(read217); - FastqRead read218; read218.setName("M00967_44_000000000-A3K85_1_1101_13797_14123"); - read218.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); read218.setScores(scores); - rfastqReads.push_back(read218); - FastqRead read219; read219.setName("M00967_44_000000000-A3K85_1_1101_18719_14234"); - read219.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCCTTAAACCCCATAAATCCCGATAAAGCCCGCATCCCCCGA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(24); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(29); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); read219.setScores(scores); - rfastqReads.push_back(read219); - FastqRead read220; read220.setName("M00967_44_000000000-A3K85_1_1101_23141_14276"); - read220.setSeq("CCTGTTTGCTCCCCACGCTCTCGAGCCTCAACGTCAGTCACGGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCCGTACTCCAGCGGCGCAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTCAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(28); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(33); scores.push_back(13); scores.push_back(37); scores.push_back(13); read220.setScores(scores); - rfastqReads.push_back(read220); - FastqRead read221; read221.setName("M00967_44_000000000-A3K85_1_1101_3207_14327"); - read221.setSeq("CCTGTTTGATCCCCGCACTTTCGTGACTCAGCGTCAGAAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTATCGACCACTCGAGCCCGGCAGGTTCAACGGCTGTAAGGGGTTGAGCACCGCACTTTTACCGCTGACTTGGGCGGGCGCCTAAGGCTCATTTCAACCCACGAAATCCGGGTACAGCCAGCCCCCTCCGA"); - scores.clear(); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(18); scores.push_back(31); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(15); scores.push_back(16); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(17); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(32); scores.push_back(16); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(17); scores.push_back(38); scores.push_back(35); scores.push_back(16); scores.push_back(15); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(29); scores.push_back(37); scores.push_back(35); scores.push_back(17); scores.push_back(16); scores.push_back(36); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(30); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(38); scores.push_back(16); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); read221.setScores(scores); - rfastqReads.push_back(read221); - FastqRead read222; read222.setName("M00967_44_000000000-A3K85_1_1101_19536_14328"); - read222.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGGTGAGCCCCCACATTTGACCGCTGACTTTACAGCCCGCCTCCGCCCCCCTTAAACCCAATAAATTCGGGTAACCCCCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); read222.setScores(scores); - rfastqReads.push_back(read222); - FastqRead read223; read223.setName("M00967_44_000000000-A3K85_1_1101_28233_14330"); - read223.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCAGCACTCTAGCTTAACAGTTTCCAAAGCAGTCCCATGGTTGAGCCTTGGGCTTTCACTTCAGACTTGCTATGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); read223.setScores(scores); - rfastqReads.push_back(read223); - FastqRead read224; read224.setName("M00967_44_000000000-A3K85_1_1101_4822_14340"); - read224.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read224.setScores(scores); - rfastqReads.push_back(read224); - FastqRead read225; read225.setName("M00967_44_000000000-A3K85_1_1101_9124_14409"); - read225.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(28); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); read225.setScores(scores); - rfastqReads.push_back(read225); - FastqRead read226; read226.setName("M00967_44_000000000-A3K85_1_1101_8204_14433"); - read226.setSeq("CCTGCTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGCCTCGACGGCTTTGCGCACCGCAATTTTACCGCTGACATGGCCTCCCGCCTACGCACCCTTTAAACCCATCAACCTCGGAGAACCCCCGCCTCCCCCG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(16); scores.push_back(33); scores.push_back(17); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(29); scores.push_back(37); scores.push_back(35); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(33); scores.push_back(29); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(16); scores.push_back(37); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(29); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(27); scores.push_back(28); scores.push_back(35); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(30); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); read226.setScores(scores); - rfastqReads.push_back(read226); - FastqRead read227; read227.setName("M00967_44_000000000-A3K85_1_1101_10476_14472"); - read227.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGACGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(26); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(38); scores.push_back(24); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read227.setScores(scores); - rfastqReads.push_back(read227); - FastqRead read228; read228.setName("M00967_44_000000000-A3K85_1_1101_21646_14523"); - read228.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGCGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCCCCTGCGCACCCTTTAAACCCCATAAATTCCGATAACGCCCGCATCCCCCC"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(27); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(27); scores.push_back(15); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(25); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(12); read228.setScores(scores); - rfastqReads.push_back(read228); - FastqRead read229; read229.setName("M00967_44_000000000-A3K85_1_1101_26579_14596"); - read229.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(25); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(28); scores.push_back(28); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(13); read229.setScores(scores); - rfastqReads.push_back(read229); - FastqRead read230; read230.setName("M00967_44_000000000-A3K85_1_1101_24139_14675"); - read230.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCCCCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(14); scores.push_back(25); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(28); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(31); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read230.setScores(scores); - rfastqReads.push_back(read230); - FastqRead read231; read231.setName("M00967_44_000000000-A3K85_1_1101_10711_14688"); - read231.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(28); scores.push_back(32); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); read231.setScores(scores); - rfastqReads.push_back(read231); - FastqRead read232; read232.setName("M00967_44_000000000-A3K85_1_1101_10629_14705"); - read232.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCCTCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(32); read232.setScores(scores); - rfastqReads.push_back(read232); - FastqRead read233; read233.setName("M00967_44_000000000-A3K85_1_1101_8911_14708"); - read233.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTCCGCTCCCTTTACACCCAGTACATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(18); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(15); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(27); scores.push_back(27); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(28); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); read233.setScores(scores); - rfastqReads.push_back(read233); - FastqRead read234; read234.setName("M00967_44_000000000-A3K85_1_1101_16505_14721"); - read234.setSeq("CCTGTTTGCTACCCACGCTTTCGTGCTTCAGCGTCAGTTAAAGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCCGATCTCTACGCATTTCACCGCTACACCGGGAATTCCGCCTGCCTCTACTTCACTCCAGCCCTACAGTTTCAAAAGCAGTTCACGGGTTAAGCCCCTGGATTTCACTTCTGACTTGCAAGGCCGCCTACGCACCCTTTACACCCAGTAAATCCGGACAACGCTTGCTCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(28); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(25); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(36); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(38); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(13); read234.setScores(scores); - rfastqReads.push_back(read234); - FastqRead read235; read235.setName("M00967_44_000000000-A3K85_1_1101_24070_14783"); - read235.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACCATCAGTTTCAACGGCGGGGAGGGGTTGAGCCCCCCCATTTTACCGCTGACTTTACTGTCCGCCTCCCCCCCCTTTTAAACCACTAAAACCCGCTAAAACTCGCACCCTCCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(28); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(32); read235.setScores(scores); - rfastqReads.push_back(read235); - FastqRead read236; read236.setName("M00967_44_000000000-A3K85_1_1101_16563_14931"); - read236.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGCTAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(18); scores.push_back(29); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(17); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(30); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(13); read236.setScores(scores); - rfastqReads.push_back(read236); - FastqRead read237; read237.setName("M00967_44_000000000-A3K85_1_1101_3100_14955"); - read237.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCCACCAATTTTAACGCTGACTTGATCTTCCGCCTGCGCACCCCTTAAACCCCATAAATCCGGATAACGCTCGCATCCCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(19); scores.push_back(31); scores.push_back(19); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(28); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(12); scores.push_back(34); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(38); scores.push_back(25); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); read237.setScores(scores); - rfastqReads.push_back(read237); - FastqRead read238; read238.setName("M00967_44_000000000-A3K85_1_1101_12234_14999"); - read238.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGCCAACTCAAGTCTGCCAGTTTCAACGGCTCGACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTAACGGCACGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(25); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(34); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(13); read238.setScores(scores); - rfastqReads.push_back(read238); - FastqRead read239; read239.setName("M00967_44_000000000-A3K85_1_1101_11356_15017"); - read239.setSeq("CCTGTTCGATACCCACACTTTCGTGCATCAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGACCACCAGTTTCAACGGCTCGCCGGGGTTGAGCCCCTCAATTTTACCGCTGACTTGATATTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(20); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(20); scores.push_back(33); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(29); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read239.setScores(scores); - rfastqReads.push_back(read239); - FastqRead read240; read240.setName("M00967_44_000000000-A3K85_1_1101_7483_15103"); - read240.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGCTAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(24); scores.push_back(28); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); read240.setScores(scores); - rfastqReads.push_back(read240); - FastqRead read241; read241.setName("M00967_44_000000000-A3K85_1_1101_27097_15145"); - read241.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTAC"); - scores.clear(); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(17); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(35); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(36); scores.push_back(28); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read241.setScores(scores); - rfastqReads.push_back(read241); - FastqRead read242; read242.setName("M00967_44_000000000-A3K85_1_1101_21667_15192"); - read242.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCTTCAGCGTCAGTAGGAAGCCGGCATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCTTCCACTCAAGATCGCCAGTTTCAATGGCGGGAAGGGGGTGGGCCCCCCAATTTGACCACTGACTTAACCATCCGCCCCCGCCCCCCTTTAACCCAAAAAATCCCGAAAACACTCCCCTCCCCCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(25); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(12); read242.setScores(scores); - rfastqReads.push_back(read242); - FastqRead read243; read243.setName("M00967_44_000000000-A3K85_1_1101_24458_15240"); - read243.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGATACTCAAGACCAACAGTTTCAAATGCAGTTCGGGGGTTGAGCCCCCGGATTTCACATCTGACTTGTCAGCCCGGCTACACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read243.setScores(scores); - rfastqReads.push_back(read243); - FastqRead read244; read244.setName("M00967_44_000000000-A3K85_1_1101_17004_15262"); - read244.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCCAAATTTGCCCGCTGACTTAAAAACCCGCCCACGACCCCCTTTAAACCAAAAAATCCGGGTAAAGCCCGCCATCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); read244.setScores(scores); - rfastqReads.push_back(read244); - FastqRead read245; read245.setName("M00967_44_000000000-A3K85_1_1101_5744_15298"); - read245.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAATGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(27); scores.push_back(35); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(13); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(13); scores.push_back(29); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(13); read245.setScores(scores); - rfastqReads.push_back(read245); - FastqRead read246; read246.setName("M00967_44_000000000-A3K85_1_1101_24114_15311"); - read246.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(25); scores.push_back(13); scores.push_back(13); read246.setScores(scores); - rfastqReads.push_back(read246); - FastqRead read247; read247.setName("M00967_44_000000000-A3K85_1_1101_15656_15378"); - read247.setSeq("CCTGTTCGCTACCCATGCTTTCGAGCCTCAGCGTCAGTTGCAGACCAGAGAGCCGCCTTCGCCACTGGTGTTCTTCCATATATCTACGCATTCCACCGCTACACATGGAGTTCCACTCTCCTCTTCTGCACTCAAGTTCAACAGTTTCTGATGCAATTCTCCGGTTGAGCCGAAGGCTTTCACATCAGACTTATTGAACCGCCTGCACTCGCTTTACGCCCAATAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(34); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(25); read247.setScores(scores); - rfastqReads.push_back(read247); - FastqRead read248; read248.setName("M00967_44_000000000-A3K85_1_1101_27325_15400"); - read248.setSeq("CCTGTTTGCTCCCCCGCTTTCGCCCCTCAACGGCAATTATCCGCCCAGCCTCCCCCCTCGCCCATGGGGGTTCTCCCTATTTCTACCCATTTCACCCCCTCCCCAGGGATTCCGGCTACCTCTCCGGCCCCCCAGGGAAACAGTTTCAAATTCAGTTTACGGGTTGAGCCCGTGGAGTTCACATCTGACTTGTCTCTCCGGCTGCACCCCCTTTTACACCAGTAAATCCGGGAAACGCTCGCCACCCACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(16); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(15); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(29); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(30); scores.push_back(16); scores.push_back(31); scores.push_back(15); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(29); scores.push_back(13); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(34); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(24); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); read248.setScores(scores); - rfastqReads.push_back(read248); - FastqRead read249; read249.setName("M00967_44_000000000-A3K85_1_1101_2934_15422"); - read249.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCTAGCCTTACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGCAGGACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAAAGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(14); scores.push_back(31); scores.push_back(14); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(28); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(24); read249.setScores(scores); - rfastqReads.push_back(read249); - FastqRead read250; read250.setName("M00967_44_000000000-A3K85_1_1101_28863_15441"); - read250.setSeq("CCTGTTTGCTCCCCACGCTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGCCAACTCAAGTCTGCCAGTTTCAACGGCTCGACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTAACGGACCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCC"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(30); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(29); scores.push_back(33); scores.push_back(29); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); read250.setScores(scores); - rfastqReads.push_back(read250); - FastqRead read251; read251.setName("M00967_44_000000000-A3K85_1_1101_26816_15494"); - read251.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTGCCTCTCCGACACTCTAGTCCGACAGTTTCCAATGCAGTCCCGGGGTTGAGCCCCGGGTTTTCACATCAGACTTGCCATACCGTCTCCGCCCCCTTTACACCCAGTAAATCCGGATAACCCTTGCCCCCTAC"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(39); scores.push_back(18); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(30); scores.push_back(39); scores.push_back(34); scores.push_back(18); scores.push_back(20); scores.push_back(37); scores.push_back(18); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(20); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(14); scores.push_back(31); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(30); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(12); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(33); scores.push_back(13); scores.push_back(13); read251.setScores(scores); - rfastqReads.push_back(read251); - FastqRead read252; read252.setName("M00967_44_000000000-A3K85_1_1101_5528_15529"); - read252.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAAGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(12); scores.push_back(25); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(29); scores.push_back(32); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(32); read252.setScores(scores); - rfastqReads.push_back(read252); - FastqRead read253; read253.setName("M00967_44_000000000-A3K85_1_1101_26005_15566"); - read253.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(24); read253.setScores(scores); - rfastqReads.push_back(read253); - FastqRead read254; read254.setName("M00967_44_000000000-A3K85_1_1101_19227_15570"); - read254.setSeq("CCTGTTTGCTCCCCACACTTTCGTGCCTCAGCGTCAGTTGCAGTCCAGTTAGCCGCCTTCGCCTCTGGTGTTCCTCCTAATATCTACGCATTCCACCGCTACACTAGGAATTCCACTAACCTCTACTGCACTCAAGTCATACAGTTTTAGAAGCAGCACCCGAGTTAAGCCCTGGGTATTTCACTTCTAACTTGTACAACCGCCTACGCACCCTTTACGCCCAGTCATTCCGAACAACGCTTGCTCCCTA"); - scores.clear(); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); read254.setScores(scores); - rfastqReads.push_back(read254); - FastqRead read255; read255.setName("M00967_44_000000000-A3K85_1_1101_10355_15659"); - read255.setSeq("CCTGTTTGCTCCCCACACTTTCGAGCCTCAGCGTCAGTAAAAGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTACTTCACTCAAGAGCTGCAGTTTTGAGTGCGACTATCGGTTGAGCCGGTAGTTTTGACACCCAACTTGCATCCCCGCCTACGCTCCCTTTACACCCAGTAATTCCGGACAACGCTTGCTCCCTACGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); read255.setScores(scores); - rfastqReads.push_back(read255); - FastqRead read256; read256.setName("M00967_44_000000000-A3K85_1_1101_23696_15665"); - read256.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCCTTAAACCCAATAAAACCGGATAACGCCCCCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(33); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(13); read256.setScores(scores); - rfastqReads.push_back(read256); - FastqRead read257; read257.setName("M00967_44_000000000-A3K85_1_1101_25630_15681"); - read257.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCATTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCAATCTAGTTCAACAGTTTCAAAAGCAGTCCCGGAGTTGAGCCCCGGGCTTTCACTTCTGACTTGCTGCACCGCCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(13); read257.setScores(scores); - rfastqReads.push_back(read257); - FastqRead read258; read258.setName("M00967_44_000000000-A3K85_1_1101_26797_15691"); - read258.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(28); scores.push_back(31); scores.push_back(28); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(29); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(25); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(31); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); read258.setScores(scores); - rfastqReads.push_back(read258); - FastqRead read259; read259.setName("M00967_44_000000000-A3K85_1_1101_7537_15694"); - read259.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTTCAGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCTGTACTCTAGTTACACAGTTTCCAAAGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACTTCAGACTTACATAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read259.setScores(scores); - rfastqReads.push_back(read259); - FastqRead read260; read260.setName("M00967_44_000000000-A3K85_1_1101_25553_15703"); - read260.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGGTGAGCCCCCCAATTTGACCGCTGACTTGGCATCCCCCCCGCGCCCCCCTTTAAACCAATAAATCCGGGTAAACCTCCCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(15); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(34); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(13); read260.setScores(scores); - rfastqReads.push_back(read260); - FastqRead read261; read261.setName("M00967_44_000000000-A3K85_1_1101_7091_15711"); - read261.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(28); scores.push_back(36); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(26); scores.push_back(29); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(13); read261.setScores(scores); - rfastqReads.push_back(read261); - FastqRead read262; read262.setName("M00967_44_000000000-A3K85_1_1101_6733_15824"); - read262.setSeq("CCTGTTTGCTCCCCACACTTTCGTGCCTCAGCGTCAGTTGCAGTCCAGTTAGCCGCCTTCGCCTCTGGTGTTCCTCCTAATATCTACGCATTCCACCGCTACACTAGGAATTCCACTAACCTCTACTGCACTCAAGTCATACAGTTTTAGAAGCAGCACCCGAGTTAAGCCCTGGGTATTTCACTTCTAACTTGTACAACCGCCTACGCACCCTTTACGCCCAGTCATTCCGAACAACGCTTGCTCCCTA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(28); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(26); scores.push_back(34); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); read262.setScores(scores); - rfastqReads.push_back(read262); - FastqRead read263; read263.setName("M00967_44_000000000-A3K85_1_1101_6503_15828"); - read263.setSeq("CCTGTTCGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCGCGGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCCGCACTCCAGCCATGCAGTTCCAAGGGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACCCCTGGCTTGCTTGGCCGTCTACGCTCCCTTTACACCCAGTGAATCCGGATAACGCCCGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(13); read263.setScores(scores); - rfastqReads.push_back(read263); - FastqRead read264; read264.setName("M00967_44_000000000-A3K85_1_1101_8781_15872"); - read264.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(31); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read264.setScores(scores); - rfastqReads.push_back(read264); - FastqRead read265; read265.setName("M00967_44_000000000-A3K85_1_1101_7235_15876"); - read265.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACCTTTGACCGCTGACTTAACAGCCCGCCTTCGCCCCCTTTAAAACCAATAAATCCGGCACACCCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(25); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(13); read265.setScores(scores); - rfastqReads.push_back(read265); - FastqRead read266; read266.setName("M00967_44_000000000-A3K85_1_1101_15109_15953"); - read266.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTTACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(12); read266.setScores(scores); - rfastqReads.push_back(read266); - FastqRead read267; read267.setName("M00967_44_000000000-A3K85_1_1101_6956_15961"); - read267.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); read267.setScores(scores); - rfastqReads.push_back(read267); - FastqRead read268; read268.setName("M00967_44_000000000-A3K85_1_1101_11845_15966"); - read268.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGTCCGCCTACGCACCCTTTAAAACCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(25); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(28); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(29); scores.push_back(13); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); read268.setScores(scores); - rfastqReads.push_back(read268); - FastqRead read269; read269.setName("M00967_44_000000000-A3K85_1_1101_12012_15973"); - read269.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(13); scores.push_back(13); read269.setScores(scores); - rfastqReads.push_back(read269); - FastqRead read270; read270.setName("M00967_44_000000000-A3K85_1_1101_15236_15983"); - read270.setSeq("CCTGTTCGATACCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(35); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(25); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(13); read270.setScores(scores); - rfastqReads.push_back(read270); - FastqRead read271; read271.setName("M00967_44_000000000-A3K85_1_1101_8423_15998"); - read271.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(35); scores.push_back(26); scores.push_back(37); scores.push_back(36); scores.push_back(24); read271.setScores(scores); - rfastqReads.push_back(read271); - FastqRead read272; read272.setName("M00967_44_000000000-A3K85_1_1101_16605_16023"); - read272.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); read272.setScores(scores); - rfastqReads.push_back(read272); - FastqRead read273; read273.setName("M00967_44_000000000-A3K85_1_1101_14127_16046"); - read273.setSeq("CCTGTTCGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(29); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read273.setScores(scores); - rfastqReads.push_back(read273); - FastqRead read274; read274.setName("M00967_44_000000000-A3K85_1_1101_25204_16074"); - read274.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(28); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(29); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(32); read274.setScores(scores); - rfastqReads.push_back(read274); - FastqRead read275; read275.setName("M00967_44_000000000-A3K85_1_1101_3254_16111"); - read275.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(19); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(28); scores.push_back(31); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(28); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(25); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); read275.setScores(scores); - rfastqReads.push_back(read275); - FastqRead read276; read276.setName("M00967_44_000000000-A3K85_1_1101_10460_16118"); - read276.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(28); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); read276.setScores(scores); - rfastqReads.push_back(read276); - FastqRead read277; read277.setName("M00967_44_000000000-A3K85_1_1101_9962_16123"); - read277.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACTGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(13); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); read277.setScores(scores); - rfastqReads.push_back(read277); - FastqRead read278; read278.setName("M00967_44_000000000-A3K85_1_1101_18435_16146"); - read278.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(24); read278.setScores(scores); - rfastqReads.push_back(read278); - FastqRead read279; read279.setName("M00967_44_000000000-A3K85_1_1101_25806_16160"); - read279.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(33); scores.push_back(17); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(13); read279.setScores(scores); - rfastqReads.push_back(read279); - FastqRead read280; read280.setName("M00967_44_000000000-A3K85_1_1101_20623_16187"); - read280.setSeq("CCTGTTCGCTACCCATGCTTTCGAGCCTCAGCGTCAGTTGCAGACCAGAGAGCCGCCTTCGCCACTGGTGTTCTTCCATATATCTACGCATTCCACCGCTACACATGGAGTTCCACTCTCCTCTTCTGCACTCAAGTTCAACAGTTTCTGATGCAATTCTCCGGTTGAGCCGAAGGCTTTCACATCAGACTTATTGAACCGCCTGCACTCGCTTTACGCCCAATAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(25); scores.push_back(28); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read280.setScores(scores); - rfastqReads.push_back(read280); - FastqRead read281; read281.setName("M00967_44_000000000-A3K85_1_1101_28780_16228"); - read281.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACGCCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCCACTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(18); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(29); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(26); read281.setScores(scores); - rfastqReads.push_back(read281); - FastqRead read282; read282.setName("M00967_44_000000000-A3K85_1_1101_6585_16234"); - read282.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCCCCATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(13); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(13); read282.setScores(scores); - rfastqReads.push_back(read282); - FastqRead read283; read283.setName("M00967_44_000000000-A3K85_1_1101_11179_16299"); - read283.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGCACGGGGTTGAGCCCCGCGATTTCACCGCTGACTTGAGAGTCCGCCGTCGCACCCTTTAAACCCAATAAATCCGGTAAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(17); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(15); scores.push_back(14); scores.push_back(28); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(24); read283.setScores(scores); - rfastqReads.push_back(read283); - FastqRead read284; read284.setName("M00967_44_000000000-A3K85_1_1101_12787_16334"); - read284.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(28); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(32); read284.setScores(scores); - rfastqReads.push_back(read284); - FastqRead read285; read285.setName("M00967_44_000000000-A3K85_1_1101_22868_16341"); - read285.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTCCGCACCCTTTAAACCCAATAAATCCGGATAAACCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(30); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(25); scores.push_back(28); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(13); read285.setScores(scores); - rfastqReads.push_back(read285); - FastqRead read286; read286.setName("M00967_44_000000000-A3K85_1_1101_23951_16342"); - read286.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTAATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATTACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACCCTTGCCATCTAC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); read286.setScores(scores); - rfastqReads.push_back(read286); - FastqRead read287; read287.setName("M00967_44_000000000-A3K85_1_1101_22386_16363"); - read287.setSeq("CCTGTTTGATCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCAGCACTCCAGCCATACAGTTTCCAAAGCAGTTCCCAGGTTAAGCCCGGGTATTTCACTTCCGACTTGTATTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(13); read287.setScores(scores); - rfastqReads.push_back(read287); - FastqRead read288; read288.setName("M00967_44_000000000-A3K85_1_1101_16040_16384"); - read288.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(29); scores.push_back(32); scores.push_back(29); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(12); read288.setScores(scores); - rfastqReads.push_back(read288); - FastqRead read289; read289.setName("M00967_44_000000000-A3K85_1_1101_15326_16393"); - read289.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGGTGAGCCCCGACATTTGACCGCTTACTTAACAGCCCGCCTCCGCACCCTTTAAACCCAATAAATCCGGCAAAAGCCCGCATCCCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(38); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(36); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(12); read289.setScores(scores); - rfastqReads.push_back(read289); - FastqRead read290; read290.setName("M00967_44_000000000-A3K85_1_1101_5293_16469"); - read290.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read290.setScores(scores); - rfastqReads.push_back(read290); - FastqRead read291; read291.setName("M00967_44_000000000-A3K85_1_1101_8861_16491"); - read291.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCTCCGGTGTTCTTCCCAATATCTACGCATTCCACCGCTACACTGGAAATTCCGCTTACCTCTCCTGCACTCCAGCCTCCCAGTTTTATGTGCAATTCCACAGTTGAGCCGTGGGCTTTCACACATAACTTAAAAGGCCGCCTACACTCCCTTTACGCCCAGTCATTCCGGACAACGCTCGCCCCATACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(26); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); read291.setScores(scores); - rfastqReads.push_back(read291); - FastqRead read292; read292.setName("M00967_44_000000000-A3K85_1_1101_29591_16523"); - read292.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTGAGCCGCCTTCGCCACTGGTGTTCCCACTCCTCTCTCCTCCTTTCCCCTCTCCCCTCTTCCTTCTTCTCCCCTCTCCTTCCCTCCCTTCCCCTCCTTTCCCTCTCCTTCCTTTGGTTGGGCCCCCGCCTTTCCCTCCCCACTTCCCTCCCCTTCTCCGCTCCCTTTACCCCCAGTCATTCCTGATCCCCCTTGCCCCCTAC"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(18); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(17); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(27); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(30); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(26); scores.push_back(31); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); read292.setScores(scores); - rfastqReads.push_back(read292); - FastqRead read293; read293.setName("M00967_44_000000000-A3K85_1_1101_19910_16577"); - read293.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGTGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTATGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCCAGCTGGACAGTTTCAAATGCACTCCCGGGGTTGAGCCCCGGGTTTTCACATCTGACTTGCCCTGCCACCTACGCTCCCTTTACACCCAGCAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(31); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(29); scores.push_back(17); scores.push_back(35); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(27); scores.push_back(31); scores.push_back(12); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); read293.setScores(scores); - rfastqReads.push_back(read293); - FastqRead read294; read294.setName("M00967_44_000000000-A3K85_1_1101_26044_16626"); - read294.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTTCAGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCTGTACTCTAGTTACACAGTTTCCAAAGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACTTCAGACTTACATAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(13); read294.setScores(scores); - rfastqReads.push_back(read294); - FastqRead read295; read295.setName("M00967_44_000000000-A3K85_1_1101_19479_16638"); - read295.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAGCCGTTCCGCGGTTAAGCCACGGGCTTTCACTTCAGACTTGCCGAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTCGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(35); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(25); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(28); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read295.setScores(scores); - rfastqReads.push_back(read295); - FastqRead read296; read296.setName("M00967_44_000000000-A3K85_1_1101_19788_16652"); - read296.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACCGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCGGTACTCCAGCAAAAAAGTTTCCAAAGCAGTTCCGCGGTTAAGCCGCGGGCTTTCACTTCAGACTTTCTTCGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(13); read296.setScores(scores); - rfastqReads.push_back(read296); - FastqRead read297; read297.setName("M00967_44_000000000-A3K85_1_1101_24163_16713"); - read297.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGGCATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTCAACCCAATAAATCCGGAAAAAGCTCCCATCCTCCGA"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(12); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(12); read297.setScores(scores); - rfastqReads.push_back(read297); - FastqRead read298; read298.setName("M00967_44_000000000-A3K85_1_1101_11027_16755"); - read298.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCCCAATTTTACCGCTGACTTGATCTTTCGCCTGGGCACCCTTTAAACCCAATAAATACGGTTAACGCCCCCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(32); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(13); read298.setScores(scores); - rfastqReads.push_back(read298); - FastqRead read299; read299.setName("M00967_44_000000000-A3K85_1_1101_27243_16776"); - read299.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTAC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(17); scores.push_back(17); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(27); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(27); scores.push_back(16); scores.push_back(29); scores.push_back(27); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(27); scores.push_back(32); scores.push_back(30); scores.push_back(27); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(28); scores.push_back(27); scores.push_back(36); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(37); scores.push_back(24); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(30); scores.push_back(29); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(24); read299.setScores(scores); - rfastqReads.push_back(read299); - FastqRead read300; read300.setName("M00967_44_000000000-A3K85_1_1101_26588_16849"); - read300.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCAGCACTCTAGCTTAACAGTTTCCACAGCAGTCCCGGGGTTAAGCCCCGGGCTTTCCCTTCAGACTTGCTTAGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(25); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(26); scores.push_back(29); scores.push_back(13); scores.push_back(32); scores.push_back(13); read300.setScores(scores); - rfastqReads.push_back(read300); - FastqRead read301; read301.setName("M00967_44_000000000-A3K85_1_1101_22040_16880"); - read301.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTTAAAGCCCGCCTACGCACCCTTTAAACCCCATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(35); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(28); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(34); scores.push_back(30); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(13); read301.setScores(scores); - rfastqReads.push_back(read301); - FastqRead read302; read302.setName("M00967_44_000000000-A3K85_1_1101_21021_16925"); - read302.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(28); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(28); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(12); read302.setScores(scores); - rfastqReads.push_back(read302); - FastqRead read303; read303.setName("M00967_44_000000000-A3K85_1_1101_13651_17005"); - read303.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCACTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTCCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(35); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(28); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(12); read303.setScores(scores); - rfastqReads.push_back(read303); - FastqRead read304; read304.setName("M00967_44_000000000-A3K85_1_1101_18490_17089"); - read304.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCATTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); read304.setScores(scores); - rfastqReads.push_back(read304); - FastqRead read305; read305.setName("M00967_44_000000000-A3K85_1_1101_8765_17131"); - read305.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGCTATACAGTTTCCAAAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTTCAGACTTGCATCGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(29); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); read305.setScores(scores); - rfastqReads.push_back(read305); - FastqRead read306; read306.setName("M00967_44_000000000-A3K85_1_1101_12271_17157"); - read306.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCCCTCAATTTTACCGCTGACTTGATCTTCCGCCTTCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(31); scores.push_back(27); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(29); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); read306.setScores(scores); - rfastqReads.push_back(read306); - FastqRead read307; read307.setName("M00967_44_000000000-A3K85_1_1101_17533_17243"); - read307.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(28); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); read307.setScores(scores); - rfastqReads.push_back(read307); - FastqRead read308; read308.setName("M00967_44_000000000-A3K85_1_1101_14162_17311"); - read308.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(28); scores.push_back(35); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(13); read308.setScores(scores); - rfastqReads.push_back(read308); - FastqRead read309; read309.setName("M00967_44_000000000-A3K85_1_1101_11784_17334"); - read309.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read309.setScores(scores); - rfastqReads.push_back(read309); - FastqRead read310; read310.setName("M00967_44_000000000-A3K85_1_1101_13297_17341"); - read310.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGGGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGGTAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(38); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); read310.setScores(scores); - rfastqReads.push_back(read310); - FastqRead read311; read311.setName("M00967_44_000000000-A3K85_1_1101_12366_17394"); - read311.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCAGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGCCCGCCAGTTTCAACGGCTCGCCGGGGTTGGGCCCCCCTCTTTTCCCTCCGGGCTGGCACCCCCCCCTACCACCCCTTTACACCCAGAAATTCCGATAAACGCCCGCCCCCCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(27); scores.push_back(29); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(15); scores.push_back(28); scores.push_back(27); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); read311.setScores(scores); - rfastqReads.push_back(read311); - FastqRead read312; read312.setName("M00967_44_000000000-A3K85_1_1101_17266_17526"); - read312.setSeq("CCTGTTCGATACCCACGCTTTCGAGCCTCAGTGTCAGTTAAAGTCCAGCAGGCCGCCTTCGCCACCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCTGCACTCCAGCCAGACAGTTCCAAAGGCAATCCGCGGGGTTACGCCCCGGGTTTTCACTTCTGGCTTGCCTTGCCACCTACCCCCCCTTTCCCCCCAGTAAATCCGGAACACGCTTGCCCCCTAA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(39); scores.push_back(20); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(20); scores.push_back(20); scores.push_back(20); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(20); scores.push_back(36); scores.push_back(18); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(30); scores.push_back(34); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(31); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(13); read312.setScores(scores); - rfastqReads.push_back(read312); - FastqRead read313; read313.setName("M00967_44_000000000-A3K85_1_1101_16833_17613"); - read313.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCCCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(28); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(29); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(25); scores.push_back(12); read313.setScores(scores); - rfastqReads.push_back(read313); - FastqRead read314; read314.setName("M00967_44_000000000-A3K85_1_1101_8059_17679"); - read314.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCTAGCCTTACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGCAGGACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); read314.setScores(scores); - rfastqReads.push_back(read314); - FastqRead read315; read315.setName("M00967_44_000000000-A3K85_1_1101_26403_17681"); - read315.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(40); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(13); read315.setScores(scores); - rfastqReads.push_back(read315); - FastqRead read316; read316.setName("M00967_44_000000000-A3K85_1_1101_28448_17772"); - read316.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTTACAGTCCAGTGAGTCGCCTTCGCCTCTGGTGTTCCTCCTAATATCTACGCATTCCACCGCTACACTAGGAATTCCACTCACCTCTCCTGCACTCCAGCTTACCAGTTTTAGATGCAGTTCCGCGGTTAAGCCGCGGGATTTCACATCTAACTTGATGAGCCGCCTACACTCCCTTTACGCCCAGTCATTCCGGACAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(13); read316.setScores(scores); - rfastqReads.push_back(read316); - FastqRead read317; read317.setName("M00967_44_000000000-A3K85_1_1101_4195_17781"); - read317.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTCAGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCCCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(28); scores.push_back(28); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(13); read317.setScores(scores); - rfastqReads.push_back(read317); - FastqRead read318; read318.setName("M00967_44_000000000-A3K85_1_1101_8809_17795"); - read318.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(24); read318.setScores(scores); - rfastqReads.push_back(read318); - FastqRead read319; read319.setName("M00967_44_000000000-A3K85_1_1101_22742_17801"); - read319.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTCAACCCAATAAATCCGGGTAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(25); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(25); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(26); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(31); scores.push_back(26); scores.push_back(32); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read319.setScores(scores); - rfastqReads.push_back(read319); - FastqRead read320; read320.setName("M00967_44_000000000-A3K85_1_1101_17508_17806"); - read320.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(40); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(13); read320.setScores(scores); - rfastqReads.push_back(read320); - FastqRead read321; read321.setName("M00967_44_000000000-A3K85_1_1101_26688_17811"); - read321.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTAACGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCCCCTCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(38); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(27); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(34); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(25); scores.push_back(36); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(25); read321.setScores(scores); - rfastqReads.push_back(read321); - FastqRead read322; read322.setName("M00967_44_000000000-A3K85_1_1101_20272_17884"); - read322.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGGTGAGCCTCTCAAATTTACCGCTGACCTGATCTTCCGCCCGCGCACCCTTTAAAACCCAAAAAACCGGGAAACCCCCGCACCCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(12); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); read322.setScores(scores); - rfastqReads.push_back(read322); - FastqRead read323; read323.setName("M00967_44_000000000-A3K85_1_1101_25367_17904"); - read323.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCCTTAAAACCAATAAATCCGGATAACGCTCCCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); read323.setScores(scores); - rfastqReads.push_back(read323); - FastqRead read324; read324.setName("M00967_44_000000000-A3K85_1_1101_16116_17943"); - read324.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(30); scores.push_back(26); scores.push_back(13); read324.setScores(scores); - rfastqReads.push_back(read324); - FastqRead read325; read325.setName("M00967_44_000000000-A3K85_1_1101_12289_17946"); - read325.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAAAGGTTGAGCCTCTCAATTTTACCGCTGCCTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(20); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read325.setScores(scores); - rfastqReads.push_back(read325); - FastqRead read326; read326.setName("M00967_44_000000000-A3K85_1_1101_19443_17988"); - read326.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGGTGGGCCCCGCAAATTGACCGCTGAATTGGCATCCCGCCCGCGCGCCCTTTAAACCCAATAAAAACGGGTAACGCCCGCATCCTCCGA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); read326.setScores(scores); - rfastqReads.push_back(read326); - FastqRead read327; read327.setName("M00967_44_000000000-A3K85_1_1101_5294_17989"); - read327.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCTTCAGCGTCAGTAGGAAGCCGGCATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCTTCCACTCAAGATCGCCAGTTTCAATGGCGGGGAGGGGTTGAGCCCCCCCAATTGACCACTTACTTTAAGCGACGCCTCAGCAACCCTTACACCCACAAAAAACGGATAAAGACCCCCACCCCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); read327.setScores(scores); - rfastqReads.push_back(read327); - FastqRead read328; read328.setName("M00967_44_000000000-A3K85_1_1101_11671_18011"); - read328.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); read328.setScores(scores); - rfastqReads.push_back(read328); - FastqRead read329; read329.setName("M00967_44_000000000-A3K85_1_1101_20386_18021"); - read329.setSeq("CCTGTTCGCTACCCATGCTTTCGAGCCTCAGCGTCAGTTGCAGACCAGAGAGCCGCCTTCGCCACTGGTGTTCTTCCATATATCTACGCATTCCACCGCTACACATGGAGTTCCACTCTCCTCTTCTGCACTCAAGTTCAACAGTTTCTGATGCAATTCTCCGGTTGAGCCGAAGGCTTTCACATCAGACTTATTGAACCGCCTGCACTCGCTTTACGCCCAATAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); read329.setScores(scores); - rfastqReads.push_back(read329); - FastqRead read330; read330.setName("M00967_44_000000000-A3K85_1_1101_19437_18037"); - read330.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAGGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read330.setScores(scores); - rfastqReads.push_back(read330); - FastqRead read331; read331.setName("M00967_44_000000000-A3K85_1_1101_5272_18084"); - read331.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTCCACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCCCCACTGCCTTAACACTCCACCTACGCTCCCTTTAACCCCAATAAATCCGGATAACGCTCGGACCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(20); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(19); scores.push_back(30); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(18); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(14); scores.push_back(27); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(25); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(13); read331.setScores(scores); - rfastqReads.push_back(read331); - FastqRead read332; read332.setName("M00967_44_000000000-A3K85_1_1101_21786_18090"); - read332.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCATTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(28); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read332.setScores(scores); - rfastqReads.push_back(read332); - FastqRead read333; read333.setName("M00967_44_000000000-A3K85_1_1101_29391_18162"); - read333.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGACGGGGTTGAGCCCCCGAATTTGACCGCTGACTTGGGAGCCCGCCCGCGCACCCCTTAAACCCAATAAATCCGGGGAACGCCCCCCTCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(32); read333.setScores(scores); - rfastqReads.push_back(read333); - FastqRead read334; read334.setName("M00967_44_000000000-A3K85_1_1101_10276_18194"); - read334.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCCTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(29); scores.push_back(35); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(28); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(32); read334.setScores(scores); - rfastqReads.push_back(read334); - FastqRead read335; read335.setName("M00967_44_000000000-A3K85_1_1101_26760_18265"); - read335.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(26); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(28); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); read335.setScores(scores); - rfastqReads.push_back(read335); - FastqRead read336; read336.setName("M00967_44_000000000-A3K85_1_1101_21125_18338"); - read336.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGCTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCCCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(31); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(13); read336.setScores(scores); - rfastqReads.push_back(read336); - FastqRead read337; read337.setName("M00967_44_000000000-A3K85_1_1101_10126_18434"); - read337.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAACCCCAATAAATCCGGATAAAGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(20); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(20); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(31); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); read337.setScores(scores); - rfastqReads.push_back(read337); - FastqRead read338; read338.setName("M00967_44_000000000-A3K85_1_1101_18850_18435"); - read338.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(30); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(36); scores.push_back(30); scores.push_back(24); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(24); read338.setScores(scores); - rfastqReads.push_back(read338); - FastqRead read339; read339.setName("M00967_44_000000000-A3K85_1_1101_14610_18482"); - read339.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(40); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(25); scores.push_back(32); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(13); read339.setScores(scores); - rfastqReads.push_back(read339); - FastqRead read340; read340.setName("M00967_44_000000000-A3K85_1_1101_23298_18590"); - read340.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGCCAACTCAAGTCTGCCAGTTTCAACGGCTCGACGGGGGTGAGCCCCCCAATTTTACCGCTGGCTTAACCGACCGCCTACGCACCCCTTAAACCCCATAAATCCCGGTAAAGCCCGCATCCCCCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(16); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(33); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(32); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(24); scores.push_back(25); scores.push_back(31); scores.push_back(29); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(12); read340.setScores(scores); - rfastqReads.push_back(read340); - FastqRead read341; read341.setName("M00967_44_000000000-A3K85_1_1101_3907_18616"); - read341.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAAAGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCCCCCTTTCAAACCCACAAATCCGGCTAACGATCGCCTCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(17); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(17); scores.push_back(19); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(20); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(29); scores.push_back(36); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); read341.setScores(scores); - rfastqReads.push_back(read341); - FastqRead read342; read342.setName("M00967_44_000000000-A3K85_1_1101_5769_18685"); - read342.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(27); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(13); read342.setScores(scores); - rfastqReads.push_back(read342); - FastqRead read343; read343.setName("M00967_44_000000000-A3K85_1_1101_2760_18731"); - read343.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTTGCGCACTCAAGGCTCCCAGTTTCAAAGGCGGAACGGGGTTGAGCCCCGCGAATTGCCCGCCGGATTGAGAGGCCGCCTGCGAACCCTTTAACCCCCATTAATCCGGGATAAGACCGCATCCTCCGG"); - scores.clear(); scores.push_back(18); scores.push_back(29); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(17); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(33); scores.push_back(30); scores.push_back(19); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(27); scores.push_back(32); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(27); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(35); scores.push_back(15); scores.push_back(28); scores.push_back(15); scores.push_back(28); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(12); scores.push_back(36); scores.push_back(30); scores.push_back(24); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(30); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(29); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(12); read343.setScores(scores); - rfastqReads.push_back(read343); - FastqRead read344; read344.setName("M00967_44_000000000-A3K85_1_1101_4187_18740"); - read344.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCCACATTTGACCGCTGACTTAACAGACCGCCTACGCCCCCTTTAAACCCAATAAATCCGGATAACGCTCCCCTCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(20); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(31); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(13); read344.setScores(scores); - rfastqReads.push_back(read344); - FastqRead read345; read345.setName("M00967_44_000000000-A3K85_1_1101_19123_18746"); - read345.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read345.setScores(scores); - rfastqReads.push_back(read345); - FastqRead read346; read346.setName("M00967_44_000000000-A3K85_1_1101_4170_18746"); - read346.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGGCAATTGACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTTAACCCAATAAATCCGGATAACGCCCGCCTCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(25); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(28); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(24); scores.push_back(28); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(13); read346.setScores(scores); - rfastqReads.push_back(read346); - FastqRead read347; read347.setName("M00967_44_000000000-A3K85_1_1101_2510_18750"); - read347.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAAAAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCGGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(34); scores.push_back(16); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(28); scores.push_back(31); scores.push_back(33); scores.push_back(26); scores.push_back(36); scores.push_back(30); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(28); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); read347.setScores(scores); - rfastqReads.push_back(read347); - FastqRead read348; read348.setName("M00967_44_000000000-A3K85_1_1101_11126_18756"); - read348.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCCCAATTTTACCGCTGACTTGATCTTCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(39); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); read348.setScores(scores); - rfastqReads.push_back(read348); - FastqRead read349; read349.setName("M00967_44_000000000-A3K85_1_1101_5112_18767"); - read349.setSeq("CCTGTTTGCTCCCCACACTTTCGTGCCTCAGCGTCAGTTGCAGTCCAGTTAGCCGCCTTCGCCTCTGGTGTTCCTCCTAATATCTACGCATTCCACCGCTACACTAGGAATTCCACTAACCTCTACTGCACTCAAGTCATACAGTTTTAGAAGCAGCACCCGAGTTAAGCCCTGGGTATTTCACTTCTAACTTGTACAACCGCCTACGCACCCTTTACGCCCAGTCATTCCGAACAACGCTTGCTCCCTA"); - scores.clear(); scores.push_back(32); scores.push_back(16); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(13); scores.push_back(27); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(13); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(36); scores.push_back(24); scores.push_back(26); scores.push_back(26); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(33); read349.setScores(scores); - rfastqReads.push_back(read349); - FastqRead read350; read350.setName("M00967_44_000000000-A3K85_1_1101_26182_18789"); - read350.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTCGAGCCCCGACCTTTGCCCGCTGACTTAACAGCCCGCCTACGCACCCCTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(31); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(29); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(25); scores.push_back(28); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(25); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(29); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(13); read350.setScores(scores); - rfastqReads.push_back(read350); - FastqRead read351; read351.setName("M00967_44_000000000-A3K85_1_1101_26008_18807"); - read351.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCGGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCCCCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(20); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(16); scores.push_back(29); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(18); scores.push_back(37); scores.push_back(35); scores.push_back(19); scores.push_back(19); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(18); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(35); scores.push_back(17); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(35); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(28); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(16); scores.push_back(28); scores.push_back(35); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(27); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(25); scores.push_back(34); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(35); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(14); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(25); read351.setScores(scores); - rfastqReads.push_back(read351); - FastqRead read352; read352.setName("M00967_44_000000000-A3K85_1_1101_10915_18815"); - read352.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCAGCACTCTAGCCGGGCAGTTTCCAAAGCAGTCCCGCAGTTGGGCCGCGGGCTTTCACTTCAGACTTGCTCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTAC"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); read352.setScores(scores); - rfastqReads.push_back(read352); - FastqRead read353; read353.setName("M00967_44_000000000-A3K85_1_1101_14957_18837"); - read353.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCTATCTACTCAGTTTCAAAAGCAGTCCCAAGGTTGAGCCCTGGGCTTTCACTTCTGACTTGACCAGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(27); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read353.setScores(scores); - rfastqReads.push_back(read353); - FastqRead read354; read354.setName("M00967_44_000000000-A3K85_1_1101_8347_18936"); - read354.setSeq("CCTGTTTGATCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCAACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCCGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(27); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(25); scores.push_back(25); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(32); scores.push_back(26); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(26); read354.setScores(scores); - rfastqReads.push_back(read354); - FastqRead read355; read355.setName("M00967_44_000000000-A3K85_1_1101_18719_19023"); - read355.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(28); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read355.setScores(scores); - rfastqReads.push_back(read355); - FastqRead read356; read356.setName("M00967_44_000000000-A3K85_1_1101_7178_19094"); - read356.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTCCACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCCAAGTGGTTGGGCCTCTCCATTTTACCCCTTACTTGGTCCTCCGCCTCTGCGCCCCTTAAACCCAATAAATACGGCTAACTCCCGCCTCCTCCC"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(20); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(20); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(34); scores.push_back(35); scores.push_back(20); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(18); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(36); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(19); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(38); scores.push_back(17); scores.push_back(15); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(13); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(13); read356.setScores(scores); - rfastqReads.push_back(read356); - FastqRead read357; read357.setName("M00967_44_000000000-A3K85_1_1101_28419_19118"); - read357.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(32); read357.setScores(scores); - rfastqReads.push_back(read357); - FastqRead read358; read358.setName("M00967_44_000000000-A3K85_1_1101_5010_19129"); - read358.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCACTTCACCGCTACACTAGGAATTCCGCTTGCCTATCCAGCACTCCAGTCAGGCAGTTTCCAAAGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACTTCAGACTTGTCTCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); read358.setScores(scores); - rfastqReads.push_back(read358); - FastqRead read359; read359.setName("M00967_44_000000000-A3K85_1_1101_8397_19133"); - read359.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(13); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(28); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(13); read359.setScores(scores); - rfastqReads.push_back(read359); - FastqRead read360; read360.setName("M00967_44_000000000-A3K85_1_1101_24623_19139"); - read360.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTTACCGTCCAGCAAGCCGCCTCCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTGCCTCTCCGGCACTCCAGCATGGCAGTTTCAAATGCAGTCCCGGGGTTGGGCCCCGGGTTTTCACATCTGACTTGCCACGCCGCCTGCGCTCCCTTTACACCCAGTAAATCCGGATAACGCCCGCCCCCCACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); read360.setScores(scores); - rfastqReads.push_back(read360); - FastqRead read361; read361.setName("M00967_44_000000000-A3K85_1_1101_13034_19159"); - read361.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(26); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(35); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); read361.setScores(scores); - rfastqReads.push_back(read361); - FastqRead read362; read362.setName("M00967_44_000000000-A3K85_1_1101_13398_19215"); - read362.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGGTAACGCTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(25); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); read362.setScores(scores); - rfastqReads.push_back(read362); - FastqRead read363; read363.setName("M00967_44_000000000-A3K85_1_1101_15838_19237"); - read363.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); read363.setScores(scores); - rfastqReads.push_back(read363); - FastqRead read364; read364.setName("M00967_44_000000000-A3K85_1_1101_4091_19241"); - read364.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGTATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACAAGTTTCAACGGCTCGCAGAGGTTGGGCCTCTCAATTTTACAGCTTACTTGATCTTCAGCCTGCGCACCCTTTAAACTCAATAAATTCTGATAACGCTCGCATCCTGCGT"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(30); scores.push_back(39); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(30); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(29); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(36); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(27); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(32); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); read364.setScores(scores); - rfastqReads.push_back(read364); - FastqRead read365; read365.setName("M00967_44_000000000-A3K85_1_1101_23158_19247"); - read365.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGTAGAGGTGGAGCCCCCCCATTTTTCCGCTGCCCTTACTGTGCGCCCACGCCCCCCTTCAACCAAAAAAAATCCAGTAAACAGCGCCTCCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); read365.setScores(scores); - rfastqReads.push_back(read365); - FastqRead read366; read366.setName("M00967_44_000000000-A3K85_1_1101_16618_19255"); - read366.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(28); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(13); read366.setScores(scores); - rfastqReads.push_back(read366); - FastqRead read367; read367.setName("M00967_44_000000000-A3K85_1_1101_16081_19270"); - read367.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGAAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCCCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(13); read367.setScores(scores); - rfastqReads.push_back(read367); - FastqRead read368; read368.setName("M00967_44_000000000-A3K85_1_1101_10512_19272"); - read368.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(27); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read368.setScores(scores); - rfastqReads.push_back(read368); - FastqRead read369; read369.setName("M00967_44_000000000-A3K85_1_1101_23939_19272"); - read369.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTAACGTCAGTTTCAGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCCGGAATTCCGCCTGCCCCTCCTGTACTCTAGTTACACAGTTTCCAAAGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACTTCAGACTTACATAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(28); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(25); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(13); read369.setScores(scores); - rfastqReads.push_back(read369); - FastqRead read370; read370.setName("M00967_44_000000000-A3K85_1_1101_24582_19293"); - read370.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(28); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(26); scores.push_back(33); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(13); read370.setScores(scores); - rfastqReads.push_back(read370); - FastqRead read371; read371.setName("M00967_44_000000000-A3K85_1_1101_14238_19302"); - read371.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGCGTCAGTTACTGTCCAGCAATCCGCCTTCGCCACTGGTGTTCCTCCGTATATCTACGCATTTCACCGCTACACACGGAATTCCGATTGCCTCTCCAGCACTCAAGAAATACAGTTTCAAATGCAGGCTATGGGTTGAGCCCATAGTTTTCACATCTGACTTGCATTCCCGCCTACACGCCCTTTACACCCAATAAATCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); read371.setScores(scores); - rfastqReads.push_back(read371); - FastqRead read372; read372.setName("M00967_44_000000000-A3K85_1_1101_19144_19309"); - read372.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAACCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(28); scores.push_back(26); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(12); read372.setScores(scores); - rfastqReads.push_back(read372); - FastqRead read373; read373.setName("M00967_44_000000000-A3K85_1_1101_8435_19315"); - read373.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGTGTCAGTTGCAGACCAGGAAGCCGCCTTCGCCACTGGTGTTCCTCCATATCTCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(13); read373.setScores(scores); - rfastqReads.push_back(read373); - FastqRead read374; read374.setName("M00967_44_000000000-A3K85_1_1101_4073_19319"); - read374.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(26); read374.setScores(scores); - rfastqReads.push_back(read374); - FastqRead read375; read375.setName("M00967_44_000000000-A3K85_1_1101_20170_19329"); - read375.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCCCAATTTTACCGCTGACTTGATCTTCCCCCTGCGCCCCCTTTAACACCAATAAAACCGGATAACGCTCGCACCCTCCGA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(28); scores.push_back(33); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(12); read375.setScores(scores); - rfastqReads.push_back(read375); - FastqRead read376; read376.setName("M00967_44_000000000-A3K85_1_1101_10382_19337"); - read376.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(40); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(15); scores.push_back(37); read376.setScores(scores); - rfastqReads.push_back(read376); - FastqRead read377; read377.setName("M00967_44_000000000-A3K85_1_1101_29060_19370"); - read377.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCAAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACCCCCAGTAAATCCGGATAACGCATGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(20); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(19); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(30); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(36); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(36); scores.push_back(33); scores.push_back(26); scores.push_back(30); scores.push_back(30); scores.push_back(26); read377.setScores(scores); - rfastqReads.push_back(read377); - FastqRead read378; read378.setName("M00967_44_000000000-A3K85_1_1101_4545_19395"); - read378.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCCCAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(18); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(31); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(13); read378.setScores(scores); - rfastqReads.push_back(read378); - FastqRead read379; read379.setName("M00967_44_000000000-A3K85_1_1101_20007_19543"); - read379.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCAATCTAGCAACACAGTTTCAAAAGCAGTCCCGGAGTTGAGCCCCGGGCTTTCACTTCTGACTTGCATCGCCGCCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read379.setScores(scores); - rfastqReads.push_back(read379); - FastqRead read380; read380.setName("M00967_44_000000000-A3K85_1_1101_20485_19546"); - read380.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read380.setScores(scores); - rfastqReads.push_back(read380); - FastqRead read381; read381.setName("M00967_44_000000000-A3K85_1_1101_10149_19565"); - read381.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACCGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTAAAACCCAATAAATCCGGATAACGCCCGCATCCTAC"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(17); scores.push_back(30); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(35); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(30); scores.push_back(34); scores.push_back(16); scores.push_back(27); scores.push_back(29); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); read381.setScores(scores); - rfastqReads.push_back(read381); - FastqRead read382; read382.setName("M00967_44_000000000-A3K85_1_1101_12602_19638"); - read382.setSeq("CCTGTTTGCTCCCCACACTTTCGAGCCTCAGCGTCAGTTAAAGCCCAGTTGGCCGCCTTCGCCACCGGTGTTCCTCCGAATATCTACGCATTTCACCGCTACACTCGGAATTCCGCCAACCTCTACTTCACTCAAGAAAGCCAGTTTCAACTGCAGTCTACAGGTTAAGCCCGTAGTTTTCACAGCTGACTTGGCTTCCCGCCTACGCTCCCTTTACACCCAGTAATTCCGGACAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(29); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); read382.setScores(scores); - rfastqReads.push_back(read382); - FastqRead read383; read383.setName("M00967_44_000000000-A3K85_1_1101_10513_19662"); - read383.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(28); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); read383.setScores(scores); - rfastqReads.push_back(read383); - FastqRead read384; read384.setName("M00967_44_000000000-A3K85_1_1101_16943_19676"); - read384.setSeq("CCTGTTTGCTCCCCACACTTTCGAGCCTCAGCGTCAGTAAAAGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTACTTCACTCAAGAGCTGCAGTTTTGAGTGCGACTATCGGTTGAGCCGGTAGTTTTGACACCCAACTTGCATCCCCGCCTACGCTCCCTTTACACCCAGTAATTCCGGACAACGCTTGCTCCCTACGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read384.setScores(scores); - rfastqReads.push_back(read384); - FastqRead read385; read385.setName("M00967_44_000000000-A3K85_1_1101_20318_19842"); - read385.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); read385.setScores(scores); - rfastqReads.push_back(read385); - FastqRead read386; read386.setName("M00967_44_000000000-A3K85_1_1101_12029_19867"); - read386.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGACAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGGCCGGGGTGGGCCCCCGATTTTTTCCCCTGGCTTTGCAAAACCCCCCCGGCCCCCCTAAAACCAATAAATTCCGCTAAAGACCCCCCCCCCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); read386.setScores(scores); - rfastqReads.push_back(read386); - FastqRead read387; read387.setName("M00967_44_000000000-A3K85_1_1101_3379_19867"); - read387.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGATAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCCACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGTCCACGGTTTCACCCCATGATTTTTACCCTTGATTTGCAAACCCCCCCACCACCCCTCTAACCCACCTAAATCCGGACACCACCCCCCACCCCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(20); scores.push_back(18); scores.push_back(18); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(18); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(19); scores.push_back(31); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(16); scores.push_back(35); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(27); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(34); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(15); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(26); read387.setScores(scores); - rfastqReads.push_back(read387); - FastqRead read388; read388.setName("M00967_44_000000000-A3K85_1_1101_3360_19875"); - read388.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGATAGGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCACTCGAGTTCGCCAGTTTCAACGGCGGGCCCGGGTTGAGGCCCGGACTTTTTCCCCCTCACTTACAACACGCCCAACCCCCCCTTTAAACCCATAAAACCCGACAACACACACATCCCCCCA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(20); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(20); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(16); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(28); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); read388.setScores(scores); - rfastqReads.push_back(read388); - FastqRead read389; read389.setName("M00967_44_000000000-A3K85_1_1101_12754_19895"); - read389.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGGTGAGCCCCGAAAATTGACCGCTGACTTGGCATCCCGCCCGCGCACCCCTTAAAACCAATAAAAACGGGTAAAGCCCGCGTCCCCCC"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(36); scores.push_back(13); scores.push_back(25); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(29); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(12); read389.setScores(scores); - rfastqReads.push_back(read389); - FastqRead read390; read390.setName("M00967_44_000000000-A3K85_1_1101_17371_19921"); - read390.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGACCCGCGGGTTTTCACTTCAGACTTGCACAACCGCCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCCTCCCCCCCACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(35); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(34); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); read390.setScores(scores); - rfastqReads.push_back(read390); - FastqRead read391; read391.setName("M00967_44_000000000-A3K85_1_1101_10924_19935"); - read391.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCCTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(30); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); read391.setScores(scores); - rfastqReads.push_back(read391); - FastqRead read392; read392.setName("M00967_44_000000000-A3K85_1_1101_26720_19997"); - read392.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(31); scores.push_back(12); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(25); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); read392.setScores(scores); - rfastqReads.push_back(read392); - FastqRead read393; read393.setName("M00967_44_000000000-A3K85_1_1101_17333_20024"); - read393.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGTGTCAGTTGCAGACCAGGAAGCCGCCTTCGCCACTGGTGTTCCTCCATATCTCTACGCATTTCACCGCTACACATGGAATTCCACTTCCCTCTTCTGCACTCAAGTCAACCAGTTTCCAATGACCCTCCACGGTTAAGCCGTGGGCTTTCCCATCAGACTTAATTAACCACCTGCCCGCTCTTTACGCCCAATACTTCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(34); scores.push_back(18); scores.push_back(38); scores.push_back(18); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(18); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(31); scores.push_back(29); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(13); read393.setScores(scores); - rfastqReads.push_back(read393); - FastqRead read394; read394.setName("M00967_44_000000000-A3K85_1_1101_21232_20033"); - read394.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTAACGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCACCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(12); scores.push_back(34); scores.push_back(25); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(31); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(34); scores.push_back(24); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(13); read394.setScores(scores); - rfastqReads.push_back(read394); - FastqRead read395; read395.setName("M00967_44_000000000-A3K85_1_1101_23435_20056"); - read395.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGTCTGCCTCTCCAGTACTCAAGAAACACAGTTTCAAATGCAGGCCACAGGTTGAGCCCGTGGTTTTCACATCTGACTTGCGTCCCCGCCTACACGCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCACCTAC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read395.setScores(scores); - rfastqReads.push_back(read395); - FastqRead read396; read396.setName("M00967_44_000000000-A3K85_1_1101_25470_20064"); - read396.setSeq("CCTGTTTGCTCCCCACACTTTCGTGCCTCAGCGTCAGTTGCAGTCCAGTTAGCCGCCTTCGCCTCTGGTGTTCCTCCTAATATCTACGCATTCCACCGCTACACTAGGAATTCCACTAACCTCTACTGCACTCAAGTCATACAGTTTTAGAAGCAGCACCCGAGTTAAGCCCTGGGTATTTCACTTCTAACTTGTACAACCGCCTACGCACCCTTTACGCCCAGTCATTCCGAACAACGCTTGCTCCCTC"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); read396.setScores(scores); - rfastqReads.push_back(read396); - FastqRead read397; read397.setName("M00967_44_000000000-A3K85_1_1101_9672_20121"); - read397.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCCATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(12); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(29); scores.push_back(35); scores.push_back(28); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(26); read397.setScores(scores); - rfastqReads.push_back(read397); - FastqRead read398; read398.setName("M00967_44_000000000-A3K85_1_1101_14425_20152"); - read398.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(29); scores.push_back(28); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(13); scores.push_back(36); scores.push_back(30); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(29); scores.push_back(13); scores.push_back(35); scores.push_back(12); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(13); read398.setScores(scores); - rfastqReads.push_back(read398); - FastqRead read399; read399.setName("M00967_44_000000000-A3K85_1_1101_26483_20169"); - read399.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGCCTTGGCGCACCGTCTACGCCCCCTTTACACCCAGTAAATCCGGATAACGCCTGCCACCCACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(13); scores.push_back(27); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(28); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); read399.setScores(scores); - rfastqReads.push_back(read399); - FastqRead read400; read400.setName("M00967_44_000000000-A3K85_1_1101_11677_20209"); - read400.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACCAGGAATTCCACTTGCCTCTCCCACACTCTAGTCCGACAGTTTCCAATGCAGTCCCGGGGTTGAGCCCCGGGTTTTCACATCAGACTTGCCATACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(27); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(34); scores.push_back(30); scores.push_back(29); scores.push_back(31); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(13); read400.setScores(scores); - rfastqReads.push_back(read400); - FastqRead read401; read401.setName("M00967_44_000000000-A3K85_1_1101_17973_20278"); - read401.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTCAGGCAGTTTCCAAAGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACTTCAGACTTGTCTCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read401.setScores(scores); - rfastqReads.push_back(read401); - FastqRead read402; read402.setName("M00967_44_000000000-A3K85_1_1101_24757_20466"); - read402.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(13); read402.setScores(scores); - rfastqReads.push_back(read402); - FastqRead read403; read403.setName("M00967_44_000000000-A3K85_1_1101_7647_20478"); - read403.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGGTGTGCCCCCCAATTTGACCCCCGACTTGGCATCCCGCCTCCGCACCCCTTTAACCCAACAAATACCGGTAACCCCCGCCTCCACCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(13); read403.setScores(scores); - rfastqReads.push_back(read403); - FastqRead read404; read404.setName("M00967_44_000000000-A3K85_1_1101_8720_20525"); - read404.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGCCAACTCAAGTCTGCCAGTTTCAACGGCTCGACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTAACCGACCGCCTACGCCCCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCCCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(13); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); read404.setScores(scores); - rfastqReads.push_back(read404); - FastqRead read405; read405.setName("M00967_44_000000000-A3K85_1_1101_18342_20529"); - read405.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCCATAAATCCGGATAAAGCCCGCATCCTCCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(24); scores.push_back(29); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(29); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(13); read405.setScores(scores); - rfastqReads.push_back(read405); - FastqRead read406; read406.setName("M00967_44_000000000-A3K85_1_1101_22228_20638"); - read406.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGCCAACTCAAGTCTGCCAGTTTCAACGGCTCGACGGGGTTGAGCCCCGCCATTTTACCGCTGACTTAACGGACCGCCTACGCACCCTTTAAACCCAATAAATCCGGGTAACGCCCGCATCCTCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(28); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(33); read406.setScores(scores); - rfastqReads.push_back(read406); - FastqRead read407; read407.setName("M00967_44_000000000-A3K85_1_1101_27132_20658"); - read407.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTAAGCCCCCTTTAAACCCAATAAATCCGGATAACGCTCGCACCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(25); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(29); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(35); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(13); read407.setScores(scores); - rfastqReads.push_back(read407); - FastqRead read408; read408.setName("M00967_44_000000000-A3K85_1_1101_22945_20720"); - read408.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCACCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGGTGAGCCTCTCAATTTTACCGCTGACTTGGTCTTCCGCCTGCGCCCCCCTTAAACCCAATAAATCCGGAATACGCTCGCATCCTCCC"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(30); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(30); scores.push_back(30); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(28); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(25); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(13); read408.setScores(scores); - rfastqReads.push_back(read408); - FastqRead read409; read409.setName("M00967_44_000000000-A3K85_1_1101_26908_20783"); - read409.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCCCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(39); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read409.setScores(scores); - rfastqReads.push_back(read409); - FastqRead read410; read410.setName("M00967_44_000000000-A3K85_1_1101_23347_20806"); - read410.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCCTCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); read410.setScores(scores); - rfastqReads.push_back(read410); - FastqRead read411; read411.setName("M00967_44_000000000-A3K85_1_1101_25225_20825"); - read411.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCGGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCCACCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(12); scores.push_back(25); scores.push_back(35); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(29); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(26); read411.setScores(scores); - rfastqReads.push_back(read411); - FastqRead read412; read412.setName("M00967_44_000000000-A3K85_1_1101_19794_20840"); - read412.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(12); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(26); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read412.setScores(scores); - rfastqReads.push_back(read412); - FastqRead read413; read413.setName("M00967_44_000000000-A3K85_1_1101_6876_20848"); - read413.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read413.setScores(scores); - rfastqReads.push_back(read413); - FastqRead read414; read414.setName("M00967_44_000000000-A3K85_1_1101_4099_20862"); - read414.setSeq("CCTGTCCGATACCCACACTTTCTTGCCTCAGGGTAAGATGAGCGCCGGTATGCTGCCTTCGCAATCGGCGTTCTGCGTGATATCTATGCATTTCGCCGCTACACCACGCATTCAGCCTACTTCTCGCTCAGTCAAGAAAACCAGTTTCAACGGCCCGTAGGGGTTGGACCTCCCAAGTTTACCGATGACTTTAAACGCCGCCTTCGCATCCTTTACACAGAATAAATCCGCTTAACGCACGGATCCTCCTT"); - scores.clear(); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(30); scores.push_back(32); scores.push_back(16); scores.push_back(34); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(15); scores.push_back(32); scores.push_back(15); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(17); scores.push_back(17); scores.push_back(35); scores.push_back(16); scores.push_back(15); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(16); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(17); scores.push_back(29); scores.push_back(17); scores.push_back(33); scores.push_back(29); scores.push_back(35); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(27); scores.push_back(30); scores.push_back(35); scores.push_back(17); scores.push_back(29); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(28); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(29); scores.push_back(27); scores.push_back(13); scores.push_back(28); scores.push_back(15); scores.push_back(28); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(27); scores.push_back(13); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(14); read414.setScores(scores); - rfastqReads.push_back(read414); - FastqRead read415; read415.setName("M00967_44_000000000-A3K85_1_1101_6848_20865"); - read415.setSeq("CCTGTTTGATCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCCGTTCCGCGGTTAAGCCACGGGCTTTCACTTCAGACTTGCAGAACCGTCTACGATCCCTTTACACCCAGTAAATCCGGATAACGCTCGCCCCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(20); scores.push_back(32); scores.push_back(20); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(31); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(34); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(32); scores.push_back(30); scores.push_back(24); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); read415.setScores(scores); - rfastqReads.push_back(read415); - FastqRead read416; read416.setName("M00967_44_000000000-A3K85_1_1101_6893_20866"); - read416.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACAACCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(13); read416.setScores(scores); - rfastqReads.push_back(read416); - FastqRead read417; read417.setName("M00967_44_000000000-A3K85_1_1101_4083_20883"); - read417.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGGGCGCGGGGATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGGGGTTGAGACTCTCAATTTTACCGCTGACTTGACCTTCCGCCTGCGCACCCTTTAAACCCACTACATCTGGATAATGCTCGCATGCTCCGT"); - scores.clear(); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(16); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(15); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(15); scores.push_back(36); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(29); scores.push_back(17); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(17); scores.push_back(29); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(31); scores.push_back(34); scores.push_back(27); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(27); scores.push_back(27); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(26); read417.setScores(scores); - rfastqReads.push_back(read417); - FastqRead read418; read418.setName("M00967_44_000000000-A3K85_1_1101_3392_20903"); - read418.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(16); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(32); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(29); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(38); scores.push_back(32); scores.push_back(31); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(15); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(34); scores.push_back(33); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(29); scores.push_back(37); scores.push_back(15); scores.push_back(28); scores.push_back(35); scores.push_back(15); scores.push_back(27); scores.push_back(35); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(28); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(31); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(14); scores.push_back(28); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(36); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); read418.setScores(scores); - rfastqReads.push_back(read418); - FastqRead read419; read419.setName("M00967_44_000000000-A3K85_1_1101_6875_21019"); - read419.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTTTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCAGCACTCTAGCTTAACAGTTTCCAAAGCAGTCCCGGGGTTAAGCCCCGGGCTTTCACTTCAGACTTGCTTAGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(13); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(13); read419.setScores(scores); - rfastqReads.push_back(read419); - FastqRead read420; read420.setName("M00967_44_000000000-A3K85_1_1101_23496_21067"); - read420.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(28); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); read420.setScores(scores); - rfastqReads.push_back(read420); - FastqRead read421; read421.setName("M00967_44_000000000-A3K85_1_1101_26855_21079"); - read421.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAGCCGTTCCGCGGTTAAGCCACGGGCTTTCACTTCAGACTTGCAGAACCGTCTACGCTCCCTTTACACCCAGTACATCCGGATAACGCTCGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(28); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(13); read421.setScores(scores); - rfastqReads.push_back(read421); - FastqRead read422; read422.setName("M00967_44_000000000-A3K85_1_1101_3487_21125"); - read422.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGCGTCAGTTACTGTCCAGCCATCCGCCTTCGCCACTGGTGTTCCTCCGTATATCTACGCATTTCACCGCTACACACGGAATTCCGATTGCCTCTCCAGCCCTCAAGAAATACAGTTTCAAATGCAGGCTATGGGTTGAGCCCATAGTTTTCACATCTGACTTGCATTCCCGCCTACACGCCCTTTACACCCAATAAATCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(16); scores.push_back(31); scores.push_back(37); scores.push_back(16); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(31); scores.push_back(36); scores.push_back(31); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(27); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(27); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(30); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(31); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(31); scores.push_back(33); scores.push_back(14); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(32); read422.setScores(scores); - rfastqReads.push_back(read422); - FastqRead read423; read423.setName("M00967_44_000000000-A3K85_1_1101_21622_21171"); - read423.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCCTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(26); scores.push_back(13); scores.push_back(36); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(32); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(13); read423.setScores(scores); - rfastqReads.push_back(read423); - FastqRead read424; read424.setName("M00967_44_000000000-A3K85_1_1101_11233_21240"); - read424.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(28); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); read424.setScores(scores); - rfastqReads.push_back(read424); - FastqRead read425; read425.setName("M00967_44_000000000-A3K85_1_1101_4076_21257"); - read425.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGAAAGGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGAACGCCAGTTTCAACGGCGGGAACGCGGTGAGCACCGCGTTTTTACCGCTGACCTGGCAGCCCGCCTACGCCCCCTTTCAACCCAATAAATCCTTATAAAGACCGCCTCATCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(20); scores.push_back(35); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(17); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(19); scores.push_back(19); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(29); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(28); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); read425.setScores(scores); - rfastqReads.push_back(read425); - FastqRead read426; read426.setName("M00967_44_000000000-A3K85_1_1101_27459_21314"); - read426.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAACGGACCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); read426.setScores(scores); - rfastqReads.push_back(read426); - FastqRead read427; read427.setName("M00967_44_000000000-A3K85_1_1101_14703_21367"); - read427.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(26); read427.setScores(scores); - rfastqReads.push_back(read427); - FastqRead read428; read428.setName("M00967_44_000000000-A3K85_1_1101_21189_21392"); - read428.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTTCAGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCTGTACTCTAGTTACACAGTTTCCAAAGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACTTCAGACTTACATAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(13); read428.setScores(scores); - rfastqReads.push_back(read428); - FastqRead read429; read429.setName("M00967_44_000000000-A3K85_1_1101_20918_21539"); - read429.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(30); read429.setScores(scores); - rfastqReads.push_back(read429); - FastqRead read430; read430.setName("M00967_44_000000000-A3K85_1_1101_16238_21584"); - read430.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGATAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGGCCGGGGTGGGCCCGGGAATTTTTTCCCTGCCCTGGCCAAAAACCCCACCCCCCCCTACAACCAAAAAAACACGACAAACCTCCCCCCCCTCA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(28); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(13); read430.setScores(scores); - rfastqReads.push_back(read430); - FastqRead read431; read431.setName("M00967_44_000000000-A3K85_1_1101_7115_21626"); - read431.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGCCTTGCATCACCGTCTACGCCCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(29); scores.push_back(37); scores.push_back(35); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(27); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(26); read431.setScores(scores); - rfastqReads.push_back(read431); - FastqRead read432; read432.setName("M00967_44_000000000-A3K85_1_1101_24430_21666"); - read432.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGTTGAGCCCCGCAATATTACCGCTGACTTGGGCTCCCGCCCGCGCGCCCCTTAAACCCAATAAATACGGGTAACGCCCGCACCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(13); read432.setScores(scores); - rfastqReads.push_back(read432); - FastqRead read433; read433.setName("M00967_44_000000000-A3K85_1_1101_11336_21709"); - read433.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCAGCACTCTAGCTCCACAGTTTCCAAAGCAGTCCCAGGGTTGAGCCCTGGGCTTTCACTTCAGACTTGCACAGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(25); read433.setScores(scores); - rfastqReads.push_back(read433); - FastqRead read434; read434.setName("M00967_44_000000000-A3K85_1_1101_4254_21777"); - read434.setSeq("CCTGTTCGCTACCCACGCTTTCGTGCCTGAGCGTCAGTTGCGCTCCGGAAAGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACCTCTTGTCCACTCTAGGCCCCCAGTTTCAACGGCAGTTCGCGGGTTAAGCCCACAACTTTACCGTCGAACTTACAGCACCCCCTGCGCCCCCTTTAAGCCCAATAAACCCGGATAAAGCCTCCCACCTCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(15); scores.push_back(35); scores.push_back(16); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(29); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(17); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(15); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(27); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(31); scores.push_back(15); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(15); scores.push_back(30); scores.push_back(27); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(13); scores.push_back(27); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(24); read434.setScores(scores); - rfastqReads.push_back(read434); - FastqRead read435; read435.setName("M00967_44_000000000-A3K85_1_1101_16791_21818"); - read435.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGCCTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(35); read435.setScores(scores); - rfastqReads.push_back(read435); - FastqRead read436; read436.setName("M00967_44_000000000-A3K85_1_1101_9642_21818"); - read436.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); read436.setScores(scores); - rfastqReads.push_back(read436); - FastqRead read437; read437.setName("M00967_44_000000000-A3K85_1_1101_20197_21828"); - read437.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTTAAAGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTACTTCACTCAAGACAAGAAGTTTTGAACGCAGCTACCAGTTAAGCCGGTAGATTTAACATTCAACTTTCTCGCCCGCCTACGCTCCCTTTACACCCAGTAATTCCGGACAACGCTCGCTCCCTACGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(29); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read437.setScores(scores); - rfastqReads.push_back(read437); - FastqRead read438; read438.setName("M00967_44_000000000-A3K85_1_1101_12609_21843"); - read438.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(29); scores.push_back(31); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read438.setScores(scores); - rfastqReads.push_back(read438); - FastqRead read439; read439.setName("M00967_44_000000000-A3K85_1_1101_15072_21900"); - read439.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(13); read439.setScores(scores); - rfastqReads.push_back(read439); - FastqRead read440; read440.setName("M00967_44_000000000-A3K85_1_1101_16646_21944"); - read440.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(13); read440.setScores(scores); - rfastqReads.push_back(read440); - FastqRead read441; read441.setName("M00967_44_000000000-A3K85_1_1101_25288_22008"); - read441.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); read441.setScores(scores); - rfastqReads.push_back(read441); - FastqRead read442; read442.setName("M00967_44_000000000-A3K85_1_1101_6682_22039"); - read442.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTACTTTCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCAGCACTCTAGCCGGGCAGTTTCCAAAGCAGTCCCGCAGTTGGGCCGCGGGCTTTCCCTTCAGACTTGCTCTGCCGTCCACGCTCCCTTTACACCCAGTAAATACGGATAACGCTTGCCCCCTAC"); - scores.clear(); scores.push_back(29); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(31); scores.push_back(18); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(17); scores.push_back(32); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(29); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(28); scores.push_back(27); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(28); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); read442.setScores(scores); - rfastqReads.push_back(read442); - FastqRead read443; read443.setName("M00967_44_000000000-A3K85_1_1101_21986_22111"); - read443.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(12); scores.push_back(28); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); read443.setScores(scores); - rfastqReads.push_back(read443); - FastqRead read444; read444.setName("M00967_44_000000000-A3K85_1_1101_18056_22134"); - read444.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGAAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAGCCGTTCCGCGGTTAAGCCACGAGCTTTCACGTTAGCCTTGCAGAACCGTCAACCATCCCTTTACACCCATTAAATCAGGATAACCCTCGACCCCCCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(27); scores.push_back(13); scores.push_back(29); scores.push_back(27); scores.push_back(34); scores.push_back(13); scores.push_back(29); scores.push_back(27); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); read444.setScores(scores); - rfastqReads.push_back(read444); - FastqRead read445; read445.setName("M00967_44_000000000-A3K85_1_1101_7468_22202"); - read445.setSeq("CCTGTTTGCTCCCCACACTTTCGAGCCTCAGCGTCAGTAAAAGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTACTTCACTCAAGAGCTGCAGTTTTGAGTGCGACTATCGGTTGAGCCGGTAGTTTTGACACCCAACTTGCATCCCCGCCTACGCTCCCTTTACACCCAGTAATTCCGGACAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(30); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(30); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(24); scores.push_back(35); scores.push_back(28); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); read445.setScores(scores); - rfastqReads.push_back(read445); - FastqRead read446; read446.setName("M00967_44_000000000-A3K85_1_1101_11667_22289"); - read446.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGTGTCAGTTGCAGACCAGGAAGCCGCCTTCGCCACTGGTGTTCCTCCATATCTCTACGCATTTCACCGCTACACATGGAATTCCACTTCCCTCTTCTGCACTCAAGTCAACCAGTTTCCAATGACCCTCCACGGTTAAGCCGTGGGCTTTCACATCAGACTTAATTAACCACCTGCGCGCTCTTTACGCCCAATAATTCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(25); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); read446.setScores(scores); - rfastqReads.push_back(read446); - FastqRead read447; read447.setName("M00967_44_000000000-A3K85_1_1101_24319_22301"); - read447.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGCCATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGCTAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(36); scores.push_back(35); scores.push_back(28); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read447.setScores(scores); - rfastqReads.push_back(read447); - FastqRead read448; read448.setName("M00967_44_000000000-A3K85_1_1101_9711_22306"); - read448.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTCCGCACCCTTTAAACCCAATAAATCCGGGTAACGCTCGCCTCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(13); read448.setScores(scores); - rfastqReads.push_back(read448); - FastqRead read449; read449.setName("M00967_44_000000000-A3K85_1_1101_17288_22307"); - read449.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCTTCAGCGTCAGTAGGAAGCCGGCATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCTTCCACTCAAGATCGCCAGTTTCAATGGCGGGGAGGGGTGGAGCCCCCCCAATTTACCACCGCCTTAAAGATCCCCCCACGCACCCCTTTAAACCCAAAAAAACCGGACACACCCCCCCCCCCCC"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(38); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(28); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); read449.setScores(scores); - rfastqReads.push_back(read449); - FastqRead read450; read450.setName("M00967_44_000000000-A3K85_1_1101_6536_22322"); - read450.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTTGGGGGTGTGCCCCGACATTTGACCGCCGCCTTGGCCTCCCCCCTGAGCCCCCCTTTAAACCCAAAAAACCCGATAAACCTCCCCTCCTCCG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(14); scores.push_back(30); scores.push_back(32); scores.push_back(14); scores.push_back(38); scores.push_back(33); scores.push_back(17); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(28); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(32); read450.setScores(scores); - rfastqReads.push_back(read450); - FastqRead read451; read451.setName("M00967_44_000000000-A3K85_1_1101_21363_22339"); - read451.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTGTCGTCCAGTAATCCGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGATTACCTCTCCGATACTCAAGAAAAACAGTTTCAAATGCAGTTCCGCGGTTGAGCCGCGGGATTTCACATCTGACTTGTCTTCCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read451.setScores(scores); - rfastqReads.push_back(read451); - FastqRead read452; read452.setName("M00967_44_000000000-A3K85_1_1101_26774_22378"); - read452.setSeq("CCTGTTTGCTCCCCACGCTTTCGTACCTCAGTGTCAGTTTCAGTCCAGAAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTTCCTCTCCTGCACTCAAGCATCCCAGTTCGCAGGGCGAACAATGGTTGAGCCATTGCCTTAAACCCTGCGCTTAGGTTGCCACCTACGTACTCTTTACGCCCAATAATTCCGGATAACGCTTGCCCCCTACGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read452.setScores(scores); - rfastqReads.push_back(read452); - FastqRead read453; read453.setName("M00967_44_000000000-A3K85_1_1101_9624_22393"); - read453.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read453.setScores(scores); - rfastqReads.push_back(read453); - FastqRead read454; read454.setName("M00967_44_000000000-A3K85_1_1101_16702_22428"); - read454.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTAACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(13); read454.setScores(scores); - rfastqReads.push_back(read454); - FastqRead read455; read455.setName("M00967_44_000000000-A3K85_1_1101_22846_22476"); - read455.setSeq("CCTGTTTGCTACCCACGCTTTCGTGCCTCAGCGTCAGTTAGAGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCCGATCTCTACGCATTTCACCGCTACACCGGGAATTCCGCCTACCTCTACTCCACTCAAGCTCTGCAGTTTCAAAAGCAGTTCATGGGTTAAGCCCATGGATTTCACTTCTGACTTGCAAAGCCGCCTACGCACCCTTTACACCCAGTAAATCCGGACAACGCTTGCTCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); read455.setScores(scores); - rfastqReads.push_back(read455); - FastqRead read456; read456.setName("M00967_44_000000000-A3K85_1_1101_4865_22519"); - read456.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(29); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(13); read456.setScores(scores); - rfastqReads.push_back(read456); - FastqRead read457; read457.setName("M00967_44_000000000-A3K85_1_1101_22826_22575"); - read457.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(27); scores.push_back(38); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); read457.setScores(scores); - rfastqReads.push_back(read457); - FastqRead read458; read458.setName("M00967_44_000000000-A3K85_1_1101_9799_22582"); - read458.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTTCAGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCTGTACTCTAGTTACACAGTTTCCAAAGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACTTCAGACTTACATAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(25); read458.setScores(scores); - rfastqReads.push_back(read458); - FastqRead read459; read459.setName("M00967_44_000000000-A3K85_1_1101_26977_22609"); - read459.setSeq("CCTGTTCGATCCCCGCACTTGCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGGTATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGGCCGCATCCTCCGT"); - scores.clear(); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(24); scores.push_back(30); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(27); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(31); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(33); scores.push_back(31); scores.push_back(28); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(12); read459.setScores(scores); - rfastqReads.push_back(read459); - FastqRead read460; read460.setName("M00967_44_000000000-A3K85_1_1101_8292_22634"); - read460.setSeq("CCCGTTTGCTCCCCTAGCTTTCGTCTCTGAGTGTCAGTAATGGCCCAGTAAAGTGCCTTCGCTGTTGGTGTTCTTTCCAATATCTACGCATTTCACCGCTCCACTGGAAATTCCCTTTACCTCTACCATACTCAAGATAAGTAGTTTCCTTTGCGGACTTCAGGTTAAGCCTGAAAATTTAACAAAAGACTTACTTATCCACCTGCAGACGCTTTACGCCCAATAATTCCGGATAACACTTGCATCCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(36); read460.setScores(scores); - rfastqReads.push_back(read460); - FastqRead read461; read461.setName("M00967_44_000000000-A3K85_1_1101_18065_22676"); - read461.setSeq("CCTGTTCGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCACTGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGCCTCGCAGTTTCCAAAGCGGTTCCGCGGTTGAGCCACGGGCTTTCACTTCAGACTTGCGACGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read461.setScores(scores); - rfastqReads.push_back(read461); - FastqRead read462; read462.setName("M00967_44_000000000-A3K85_1_1101_8616_22725"); - read462.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAAACCAATAAATCCGGATAACGCTCGCATACTCCGT"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(38); scores.push_back(25); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(24); read462.setScores(scores); - rfastqReads.push_back(read462); - FastqRead read463; read463.setName("M00967_44_000000000-A3K85_1_1101_18079_22767"); - read463.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTGAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCTGCTCACCTCTCCTGCACTCCAGTCACATAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTACATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(13); read463.setScores(scores); - rfastqReads.push_back(read463); - FastqRead read464; read464.setName("M00967_44_000000000-A3K85_1_1101_26559_22769"); - read464.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCCCCCTTTAAACCCAATAAATCCGGATAAAGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(27); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(31); scores.push_back(27); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(26); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(35); read464.setScores(scores); - rfastqReads.push_back(read464); - FastqRead read465; read465.setName("M00967_44_000000000-A3K85_1_1101_17572_22818"); - read465.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCCGCATTTTACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(31); scores.push_back(34); scores.push_back(30); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); read465.setScores(scores); - rfastqReads.push_back(read465); - FastqRead read466; read466.setName("M00967_44_000000000-A3K85_1_1101_6116_22819"); - read466.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTAAGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTAAG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(18); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(20); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); read466.setScores(scores); - rfastqReads.push_back(read466); - FastqRead read467; read467.setName("M00967_44_000000000-A3K85_1_1101_25549_22917"); - read467.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCCCAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCACTAAATCCGGATAACGCTCGGATCCTCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(20); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(17); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(27); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(16); scores.push_back(27); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(38); scores.push_back(14); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(33); scores.push_back(26); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(29); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); read467.setScores(scores); - rfastqReads.push_back(read467); - FastqRead read468; read468.setName("M00967_44_000000000-A3K85_1_1101_7259_22951"); - read468.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGCTATACAGTTTCCAAAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTTCAGACTTGCTCTGCCACCTACTCTCCCTTTACACCCAGTAAATCCGGATAACGCCTGCTCCATACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); read468.setScores(scores); - rfastqReads.push_back(read468); - FastqRead read469; read469.setName("M00967_44_000000000-A3K85_1_1101_7361_22954"); - read469.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGGTTCTCCGCCTGCGCACCCTTTAAACCCAATCAATCCGGATAACACCCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(20); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(27); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(27); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(13); read469.setScores(scores); - rfastqReads.push_back(read469); - FastqRead read470; read470.setName("M00967_44_000000000-A3K85_1_1101_10891_22975"); - read470.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGGAAAAGGTGGGCCCCTCAAATTTACCCCCGACTTAACTGTCCGCCTACGCGCCCCTTAAAACCAAAAAATACCGATAAAGCTCGCATCCCCAG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); read470.setScores(scores); - rfastqReads.push_back(read470); - FastqRead read471; read471.setName("M00967_44_000000000-A3K85_1_1101_25992_23047"); - read471.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCCACGCACCCCTTAAACCCAATAAATCCGGATAACGCTCGCAACCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(25); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(34); scores.push_back(29); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(14); scores.push_back(25); scores.push_back(36); scores.push_back(32); read471.setScores(scores); - rfastqReads.push_back(read471); - FastqRead read472; read472.setName("M00967_44_000000000-A3K85_1_1101_9491_23061"); - read472.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTGCCTCTCCGACACTCTAGTCCGACAGTTTCCAATGCAGTCCCGGGGTTGAGCCCCGGGTTTTCACATCAGACTTGCCATACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(30); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); read472.setScores(scores); - rfastqReads.push_back(read472); - FastqRead read473; read473.setName("M00967_44_000000000-A3K85_1_1101_23837_23142"); - read473.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCCCAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(13); read473.setScores(scores); - rfastqReads.push_back(read473); - FastqRead read474; read474.setName("M00967_44_000000000-A3K85_1_1101_25372_23145"); - read474.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCCCTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(13); read474.setScores(scores); - rfastqReads.push_back(read474); - FastqRead read475; read475.setName("M00967_44_000000000-A3K85_1_1101_6336_23184"); - read475.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTGAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTCACCTCTCCTGCACTCCAGTCACATAGATTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTACATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(20); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(20); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(30); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(36); scores.push_back(19); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(27); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(25); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(15); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(24); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(13); read475.setScores(scores); - rfastqReads.push_back(read475); - FastqRead read476; read476.setName("M00967_44_000000000-A3K85_1_1101_16115_23214"); - read476.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read476.setScores(scores); - rfastqReads.push_back(read476); - FastqRead read477; read477.setName("M00967_44_000000000-A3K85_1_1101_22296_23219"); - read477.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); read477.setScores(scores); - rfastqReads.push_back(read477); - FastqRead read478; read478.setName("M00967_44_000000000-A3K85_1_1101_12263_23228"); - read478.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAAAGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(39); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(28); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(13); read478.setScores(scores); - rfastqReads.push_back(read478); - FastqRead read479; read479.setName("M00967_44_000000000-A3K85_1_1101_21980_23287"); - read479.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGAAGAGGGTGAGCCCCCCAATTTTACCGCTGACTTAACCGTCCGCCTACGCCCCCCTTAAACCCAACAAAAACCGATAAACCCCGCCTCCTCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); read479.setScores(scores); - rfastqReads.push_back(read479); - FastqRead read480; read480.setName("M00967_44_000000000-A3K85_1_1101_12849_23367"); - read480.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(29); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(29); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(25); read480.setScores(scores); - rfastqReads.push_back(read480); - FastqRead read481; read481.setName("M00967_44_000000000-A3K85_1_1101_21289_23407"); - read481.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCCTTAAAACCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(34); scores.push_back(25); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(24); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(15); scores.push_back(33); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(13); read481.setScores(scores); - rfastqReads.push_back(read481); - FastqRead read482; read482.setName("M00967_44_000000000-A3K85_1_1101_26776_23418"); - read482.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAAAGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(35); scores.push_back(35); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(24); read482.setScores(scores); - rfastqReads.push_back(read482); - FastqRead read483; read483.setName("M00967_44_000000000-A3K85_1_1101_26779_23456"); - read483.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAAATTTGCCCTCTGACTTGGCATCCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(28); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(36); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(26); scores.push_back(29); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); read483.setScores(scores); - rfastqReads.push_back(read483); - FastqRead read484; read484.setName("M00967_44_000000000-A3K85_1_1101_17214_23512"); - read484.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(26); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); read484.setScores(scores); - rfastqReads.push_back(read484); - FastqRead read485; read485.setName("M00967_44_000000000-A3K85_1_1101_9314_23515"); - read485.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(33); scores.push_back(29); scores.push_back(12); scores.push_back(25); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(25); read485.setScores(scores); - rfastqReads.push_back(read485); - FastqRead read486; read486.setName("M00967_44_000000000-A3K85_1_1101_9463_23593"); - read486.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCGCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGCATTTTTACCGCTGACTTAAAAGCCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(16); scores.push_back(14); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(33); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(29); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(12); read486.setScores(scores); - rfastqReads.push_back(read486); - FastqRead read487; read487.setName("M00967_44_000000000-A3K85_1_1101_20398_23666"); - read487.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCCCCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(13); read487.setScores(scores); - rfastqReads.push_back(read487); - FastqRead read488; read488.setName("M00967_44_000000000-A3K85_1_1101_11486_23707"); - read488.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(35); scores.push_back(24); read488.setScores(scores); - rfastqReads.push_back(read488); - FastqRead read489; read489.setName("M00967_44_000000000-A3K85_1_1101_21757_23772"); - read489.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCCATAAATCCGGATAACGCCCGCCTCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(12); scores.push_back(26); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(13); scores.push_back(37); scores.push_back(13); read489.setScores(scores); - rfastqReads.push_back(read489); - FastqRead read490; read490.setName("M00967_44_000000000-A3K85_1_1101_25077_23774"); - read490.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATACGGATAACGCTCGCATCCTCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(28); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(25); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); read490.setScores(scores); - rfastqReads.push_back(read490); - FastqRead read491; read491.setName("M00967_44_000000000-A3K85_1_1101_20541_23813"); - read491.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCCTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(28); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); read491.setScores(scores); - rfastqReads.push_back(read491); - FastqRead read492; read492.setName("M00967_44_000000000-A3K85_1_1101_10282_23861"); - read492.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCGGGCCGCCTACGCACCCTTTAAACCCAATAAAACCGGATAAAGCTCGCATCCCCCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(26); scores.push_back(26); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(28); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); read492.setScores(scores); - rfastqReads.push_back(read492); - FastqRead read493; read493.setName("M00967_44_000000000-A3K85_1_1101_11185_23899"); - read493.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCTTCAGCGTCAGTAGGAAGCCGGCATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCTTCCACTCAAGATCGCCAGTTTCAATGGCGGGAAAGGGGTGGGCCCCCCCAATTGATCACTGACTTAACGATCCGCCCACGCACCCTTTAAACACACAAAAACCCGAAAAAACACCCAACCACCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); read493.setScores(scores); - rfastqReads.push_back(read493); - FastqRead read494; read494.setName("M00967_44_000000000-A3K85_1_1101_8803_23916"); - read494.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read494.setScores(scores); - rfastqReads.push_back(read494); - FastqRead read495; read495.setName("M00967_44_000000000-A3K85_1_1101_26359_23948"); - read495.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); read495.setScores(scores); - rfastqReads.push_back(read495); - FastqRead read496; read496.setName("M00967_44_000000000-A3K85_1_1101_21189_24129"); - read496.setSeq("CATGTTTAATGCCCGTATATTCGTGACTCTTAACCATTCGGGCGCCGGTGTCCTGACTTCCATACTGGGGTACTGTGTGACACCGACCAATTTCAACGCTACGCTAGGGATTCCAATTGGCTCAAAGGCCTACCAGCATGGCAATTGCAAATGCAGTCCCGGAGGTGGGAACCGGGGTTTCACCAACGACTTCCAACTCCGCCTGCGCTCCCTCGACACCCGGTGCAGCCGGATAACGCTTACGCCCTCCA"); - scores.clear(); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(18); scores.push_back(18); scores.push_back(18); scores.push_back(18); scores.push_back(18); scores.push_back(18); scores.push_back(16); scores.push_back(33); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(18); scores.push_back(18); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(18); scores.push_back(18); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(17); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(16); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(16); scores.push_back(17); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(15); scores.push_back(16); scores.push_back(17); scores.push_back(16); scores.push_back(29); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(16); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(17); scores.push_back(15); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(15); scores.push_back(30); scores.push_back(30); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(27); scores.push_back(16); scores.push_back(30); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); read496.setScores(scores); - rfastqReads.push_back(read496); - FastqRead read497; read497.setName("M00967_44_000000000-A3K85_1_1101_17792_24133"); - read497.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCCCATCCTCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(28); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(13); read497.setScores(scores); - rfastqReads.push_back(read497); - FastqRead read498; read498.setName("M00967_44_000000000-A3K85_1_1101_12653_24163"); - read498.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(13); read498.setScores(scores); - rfastqReads.push_back(read498); - FastqRead read499; read499.setName("M00967_44_000000000-A3K85_1_1101_5807_24212"); - read499.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGACCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATTCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(28); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(29); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(29); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); read499.setScores(scores); - rfastqReads.push_back(read499); - FastqRead read500; read500.setName("M00967_44_000000000-A3K85_1_1101_22000_24235"); - read500.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(29); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read500.setScores(scores); - rfastqReads.push_back(read500); - FastqRead read501; read501.setName("M00967_44_000000000-A3K85_1_1101_15538_24267"); - read501.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(29); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); read501.setScores(scores); - rfastqReads.push_back(read501); - FastqRead read502; read502.setName("M00967_44_000000000-A3K85_1_1101_22787_24309"); - read502.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCCTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(36); scores.push_back(13); scores.push_back(13); read502.setScores(scores); - rfastqReads.push_back(read502); - FastqRead read503; read503.setName("M00967_44_000000000-A3K85_1_1101_18941_24333"); - read503.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(28); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); read503.setScores(scores); - rfastqReads.push_back(read503); - FastqRead read504; read504.setName("M00967_44_000000000-A3K85_1_1101_25726_24382"); - read504.setSeq("CCTGTTTGCTACCCACGCTTTCGAACCTCAGCGTCAGTTACAGACCAGAGAGCCGCTTTCGCCACTGGTGTTCTTCCATATATCTACGCATTTCACCGCTACACATGGAGTTCCACTCTCCTCTTCTGCACTCAAGTCTCCCAGTTTCCAATGCACTACTCCGGTTAAGCCGAAGGCTTTCACATCAGACTTAAAAGACCGCCTGCGTTCCCTTTACGCCCAATAAATCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(34); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read504.setScores(scores); - rfastqReads.push_back(read504); - FastqRead read505; read505.setName("M00967_44_000000000-A3K85_1_1101_20330_24435"); - read505.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); read505.setScores(scores); - rfastqReads.push_back(read505); - FastqRead read506; read506.setName("M00967_44_000000000-A3K85_1_1101_15568_24551"); - read506.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGCCTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(32); scores.push_back(25); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(13); read506.setScores(scores); - rfastqReads.push_back(read506); - FastqRead read507; read507.setName("M00967_44_000000000-A3K85_1_1101_21342_24637"); - read507.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTGTCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGATACTCAAGACCAACAGTTTCAAATGCAGGTCCGGGGTTGAGCCCCGGAATTTCACATCTGACTTGTCAGCCCGGCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCTCCATACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read507.setScores(scores); - rfastqReads.push_back(read507); - FastqRead read508; read508.setName("M00967_44_000000000-A3K85_1_1101_9308_24701"); - read508.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTAACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(18); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(18); scores.push_back(17); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(25); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(13); read508.setScores(scores); - rfastqReads.push_back(read508); - FastqRead read509; read509.setName("M00967_44_000000000-A3K85_1_1101_18612_24717"); - read509.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGCTTTGCCCGCTGACTTGAGAGGCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGGTAACGCTCGCATCCCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(19); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(12); scores.push_back(30); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(30); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(28); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(31); scores.push_back(28); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(12); read509.setScores(scores); - rfastqReads.push_back(read509); - FastqRead read510; read510.setName("M00967_44_000000000-A3K85_1_1101_10385_24730"); - read510.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCAGCACTCTAGCTTAACAGTTTCCAAAGCAGTCCCATGGTTGAGCCTTGGGCTTTCACTTCAGACTTGCTATGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read510.setScores(scores); - rfastqReads.push_back(read510); - FastqRead read511; read511.setName("M00967_44_000000000-A3K85_1_1101_21604_24874"); - read511.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(13); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read511.setScores(scores); - rfastqReads.push_back(read511); - FastqRead read512; read512.setName("M00967_44_000000000-A3K85_1_1101_21717_24894"); - read512.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTTGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCCACATTTGACCGCTGACTTAACAGCCCGCCTCCGCACCCTTTTAAACCAATAAATCCGGATAACGCTCCCATCCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(30); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(29); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); read512.setScores(scores); - rfastqReads.push_back(read512); - FastqRead read513; read513.setName("M00967_44_000000000-A3K85_1_1101_7477_24912"); - read513.setSeq("CCTGTTCGATCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCACTTGCCTCTCCGACACTCTAGATATACAGTTTCCAATGCAGTTCCGGGGTTGGGCCCCGGATTTTCACATCAGACTTGCAAGTCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(26); scores.push_back(29); scores.push_back(13); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(28); scores.push_back(13); scores.push_back(26); scores.push_back(13); read513.setScores(scores); - rfastqReads.push_back(read513); - FastqRead read514; read514.setName("M00967_44_000000000-A3K85_1_1101_11885_24913"); - read514.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGCTGGAGTTGAGCTCCCCAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACCCCCGCAACCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(14); scores.push_back(27); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(35); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); read514.setScores(scores); - rfastqReads.push_back(read514); - FastqRead read515; read515.setName("M00967_44_000000000-A3K85_1_1101_8995_25063"); - read515.setSeq("CCTGTTCGATACCCACGCTTTCGAGCATCAACGTCAGTCGCCGGCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCGTGATATCTACGCATTTCACCGCTACACCAGGCATTCCGCTTACCCCTCCGGCGCTCCAGCCGGCCAGTTTCCAATGCAGTCCGAGGGTTGGGCCCCCGCCTTTAACATACGTCTTGCCGAGCCGTCTACGGCCCCTTTACACCCAGTAAATCCGGATAACGCTCGCTCGCTACG"); - scores.clear(); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(16); scores.push_back(31); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(17); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(14); scores.push_back(30); scores.push_back(30); scores.push_back(15); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(27); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(16); scores.push_back(34); scores.push_back(14); scores.push_back(33); scores.push_back(31); scores.push_back(14); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(17); scores.push_back(35); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(34); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(27); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(34); scores.push_back(13); scores.push_back(28); scores.push_back(30); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); read515.setScores(scores); - rfastqReads.push_back(read515); - FastqRead read516; read516.setName("M00967_44_000000000-A3K85_1_1101_21889_25065"); - read516.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGAGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(38); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(13); read516.setScores(scores); - rfastqReads.push_back(read516); - FastqRead read517; read517.setName("M00967_44_000000000-A3K85_1_1101_11795_25120"); - read517.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(16); scores.push_back(33); scores.push_back(15); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(29); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(33); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(24); scores.push_back(29); scores.push_back(28); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(12); read517.setScores(scores); - rfastqReads.push_back(read517); - FastqRead read518; read518.setName("M00967_44_000000000-A3K85_1_1101_22305_25145"); - read518.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(25); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(33); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(28); scores.push_back(29); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(13); read518.setScores(scores); - rfastqReads.push_back(read518); - FastqRead read519; read519.setName("M00967_44_000000000-A3K85_1_1101_12668_25148"); - read519.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(25); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(13); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(24); read519.setScores(scores); - rfastqReads.push_back(read519); - FastqRead read520; read520.setName("M00967_44_000000000-A3K85_1_1101_25138_25158"); - read520.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGCCTTGGCAGGCCGCCTACGCCCCCTTTAAACCCCATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(15); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(28); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(28); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(30); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(28); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(13); read520.setScores(scores); - rfastqReads.push_back(read520); - FastqRead read521; read521.setName("M00967_44_000000000-A3K85_1_1101_7504_25257"); - read521.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCCCTCAATTTTACCGCTGACTTTAACTTCCCCCTGCGGACCCTTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); read521.setScores(scores); - rfastqReads.push_back(read521); - FastqRead read522; read522.setName("M00967_44_000000000-A3K85_1_1101_18205_25260"); - read522.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGAACGCTGCCTTTACAGCCCGCCCTCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(28); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(29); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); read522.setScores(scores); - rfastqReads.push_back(read522); - FastqRead read523; read523.setName("M00967_44_000000000-A3K85_1_1101_9218_25286"); - read523.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(32); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(30); scores.push_back(13); read523.setScores(scores); - rfastqReads.push_back(read523); - FastqRead read524; read524.setName("M00967_44_000000000-A3K85_1_1101_11547_25305"); - read524.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCCCTCCATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(32); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(26); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(28); scores.push_back(28); scores.push_back(28); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); read524.setScores(scores); - rfastqReads.push_back(read524); - FastqRead read525; read525.setName("M00967_44_000000000-A3K85_1_1101_8524_25310"); - read525.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(13); read525.setScores(scores); - rfastqReads.push_back(read525); - FastqRead read526; read526.setName("M00967_44_000000000-A3K85_1_1101_18249_25337"); - read526.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCTTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(34); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(28); scores.push_back(35); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(26); read526.setScores(scores); - rfastqReads.push_back(read526); - FastqRead read527; read527.setName("M00967_44_000000000-A3K85_1_1101_20774_25379"); - read527.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCCCATCCTCCG"); - scores.clear(); scores.push_back(18); scores.push_back(29); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(13); read527.setScores(scores); - rfastqReads.push_back(read527); - FastqRead read528; read528.setName("M00967_44_000000000-A3K85_1_1101_18472_25401"); - read528.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(28); scores.push_back(26); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(25); read528.setScores(scores); - rfastqReads.push_back(read528); - FastqRead read529; read529.setName("M00967_44_000000000-A3K85_1_1101_19848_25477"); - read529.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(13); read529.setScores(scores); - rfastqReads.push_back(read529); - FastqRead read530; read530.setName("M00967_44_000000000-A3K85_1_1101_15867_25556"); - read530.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(31); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read530.setScores(scores); - rfastqReads.push_back(read530); - FastqRead read531; read531.setName("M00967_44_000000000-A3K85_1_1101_21874_25569"); - read531.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read531.setScores(scores); - rfastqReads.push_back(read531); - FastqRead read532; read532.setName("M00967_44_000000000-A3K85_1_1101_9102_25591"); - read532.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAAAGGTTGGGCCTCTCAATTTTAACGCTGACTTGGTCTTCCGCCTGGGCACCCTTTAAACCCAATAAATCCGGGTAACGCACGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(38); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(13); read532.setScores(scores); - rfastqReads.push_back(read532); - FastqRead read533; read533.setName("M00967_44_000000000-A3K85_1_1101_22207_25609"); - read533.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAGCCGTTCCGCGGTTAAGCCACGGGCTTTCACTTCAGACTTGCAGAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCCCGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read533.setScores(scores); - rfastqReads.push_back(read533); - FastqRead read534; read534.setName("M00967_44_000000000-A3K85_1_1101_15927_25631"); - read534.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read534.setScores(scores); - rfastqReads.push_back(read534); - FastqRead read535; read535.setName("M00967_44_000000000-A3K85_1_1101_23163_25633"); - read535.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGTGTCAGTTGCAGACCAGGAAGCCGCCTTCGCCACTGGTGTTCCTCCATATCTCTACGCATTTCACCGCTACACATGGAATTCCACTTCCCTCTTCTGCACTCAAGTCAACCAGTTTCCAATGACCCTCCACGGTTAAGCCGTGGGCTTTCACATCAGACTTAATTAACCACCTGCGCGCTCTTTACGCCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); read535.setScores(scores); - rfastqReads.push_back(read535); - FastqRead read536; read536.setName("M00967_44_000000000-A3K85_1_1101_10093_25778"); - read536.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCCACCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(31); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(13); read536.setScores(scores); - rfastqReads.push_back(read536); - FastqRead read537; read537.setName("M00967_44_000000000-A3K85_1_1101_23299_25955"); - read537.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(27); scores.push_back(28); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read537.setScores(scores); - rfastqReads.push_back(read537); - FastqRead read538; read538.setName("M00967_44_000000000-A3K85_1_1101_19016_25958"); - read538.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(26); scores.push_back(29); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(28); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(28); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); read538.setScores(scores); - rfastqReads.push_back(read538); - FastqRead read539; read539.setName("M00967_44_000000000-A3K85_1_1101_22265_25979"); - read539.setSeq("CCTATTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGCCGCCGGAAGTCTGCCTTCGCAATCGTGGTTCTGCGTGATATCTATGCATTTCACCGCTTTACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTCAAAGCCCGCCTACGCACCCTTTAAACCCAATACATCCGGATAACGCTCGCATACTCAGA"); - scores.clear(); scores.push_back(29); scores.push_back(29); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(18); scores.push_back(31); scores.push_back(33); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(16); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(33); scores.push_back(34); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(14); scores.push_back(30); scores.push_back(29); scores.push_back(31); scores.push_back(30); scores.push_back(27); scores.push_back(36); scores.push_back(30); scores.push_back(27); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(31); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(13); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(31); scores.push_back(28); scores.push_back(28); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(27); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); read539.setScores(scores); - rfastqReads.push_back(read539); - FastqRead read540; read540.setName("M00967_44_000000000-A3K85_1_1101_7972_25997"); - read540.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCAAATAAATCCGGGTAACGACAGCATTCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(28); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(28); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(26); read540.setScores(scores); - rfastqReads.push_back(read540); - FastqRead read541; read541.setName("M00967_44_000000000-A3K85_1_1101_14853_26038"); - read541.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(26); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(24); read541.setScores(scores); - rfastqReads.push_back(read541); - FastqRead read542; read542.setName("M00967_44_000000000-A3K85_1_1101_12867_26080"); - read542.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGGTGGGCCCCGCAATTTGTCCGCTGCCTTGGCGTCCCGCCTGCGCACCATCTCACACCAATAAATCCGGGTAAAGCACGCCCCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(30); scores.push_back(33); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(28); scores.push_back(37); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); read542.setScores(scores); - rfastqReads.push_back(read542); - FastqRead read543; read543.setName("M00967_44_000000000-A3K85_1_1101_17605_26085"); - read543.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTACCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read543.setScores(scores); - rfastqReads.push_back(read543); - FastqRead read544; read544.setName("M00967_44_000000000-A3K85_1_1101_8923_26225"); - read544.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGGTGAGCCCCGGCATTTGGCCGCTGACTTAACAGACCGCCTATGCACCCTTTTAACCCAATAAAACCGGATCAAGCTCGCATCCTCAGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(27); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(28); scores.push_back(35); scores.push_back(31); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); read544.setScores(scores); - rfastqReads.push_back(read544); - FastqRead read545; read545.setName("M00967_44_000000000-A3K85_1_1101_22500_26237"); - read545.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCCCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAAAGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(27); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); read545.setScores(scores); - rfastqReads.push_back(read545); - FastqRead read546; read546.setName("M00967_44_000000000-A3K85_1_1101_16708_26253"); - read546.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTACATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(36); scores.push_back(28); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(25); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); read546.setScores(scores); - rfastqReads.push_back(read546); - FastqRead read547; read547.setName("M00967_44_000000000-A3K85_1_1101_19255_26278"); - read547.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAGCCGTTCCGCGGTTAAGCCACGGGCTTTCACTTCAGACTTGCAGAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTCGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(32); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read547.setScores(scores); - rfastqReads.push_back(read547); - FastqRead read548; read548.setName("M00967_44_000000000-A3K85_1_1101_8682_26329"); - read548.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGACAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGGCAGGGGGGAGCCCCGCATTTTTTTCGCTGCATTGACAAACAGCCCCAGCCCCCTTCAAACCCCAAAAACCAGAGATACCAGCCCCTCATCAG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(19); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); read548.setScores(scores); - rfastqReads.push_back(read548); - FastqRead read549; read549.setName("M00967_44_000000000-A3K85_1_1101_17570_26347"); - read549.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATTACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); read549.setScores(scores); - rfastqReads.push_back(read549); - FastqRead read550; read550.setName("M00967_44_000000000-A3K85_1_1101_17589_26350"); - read550.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATTACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCCCGCCCTTTACACCCAGTACATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); read550.setScores(scores); - rfastqReads.push_back(read550); - FastqRead read551; read551.setName("M00967_44_000000000-A3K85_1_1101_20406_26374"); - read551.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATCTCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGCCAACTCAAGTCTGCCAGTTTCAACGGCTCGACGGGGTTGAGCCCCGCAATTTTCCCGCCGACTTTACGGACCGCCCAACGCCCCCTTTAACCCAATAAAACCGGATAACGCTTCCCCCCTTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(31); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(29); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(15); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); read551.setScores(scores); - rfastqReads.push_back(read551); - FastqRead read552; read552.setName("M00967_44_000000000-A3K85_1_1101_22581_26381"); - read552.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGTGTCAGTTGCAGACCAGGAAGCCGCCTTCGCCACTGGTGTTCCTCCATATCTCTACGCATTTCACCGCTACACATGGAATTCCACTTCCCTCTTCTGCACTCAAGTCAACCAGTTTCCAATGACCCTCCACGGTTAAGCCGTGGGCTTTCACATCAGACTTAATTAACCACCTGCGCGCTCTTTACGCCCAATAATTCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(13); read552.setScores(scores); - rfastqReads.push_back(read552); - FastqRead read553; read553.setName("M00967_44_000000000-A3K85_1_1101_13879_26453"); - read553.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACCGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACCAAGAATTCCACTTGCCTCTCCTGCACTCCAGCTGAGCAGTTTCTAATGCATTCCCCTAGTTGAGCTTTGGGCTTTCACTTCGGACTTGCTCTGCCACCTTCTCTCCCTTTACACCCCGTAAATCCGGATAACGCTTGCTCCATACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(20); scores.push_back(20); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(31); scores.push_back(37); scores.push_back(17); scores.push_back(27); scores.push_back(17); scores.push_back(27); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(31); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(29); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(27); scores.push_back(16); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(28); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(25); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read553.setScores(scores); - rfastqReads.push_back(read553); - FastqRead read554; read554.setName("M00967_44_000000000-A3K85_1_1101_10295_26460"); - read554.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGTTGGGCCCCCAAATTTGCCCGCTGCCTTGGCAGCCCCCCTGCGCACCCTTTTAAACCCCTAAATCCCGATAAAGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(18); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(35); scores.push_back(16); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); read554.setScores(scores); - rfastqReads.push_back(read554); - FastqRead read555; read555.setName("M00967_44_000000000-A3K85_1_1101_22686_26490"); - read555.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(16); scores.push_back(29); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(28); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(13); read555.setScores(scores); - rfastqReads.push_back(read555); - FastqRead read556; read556.setName("M00967_44_000000000-A3K85_1_1101_9342_26543"); - read556.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGCGCCTCTCCATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(35); scores.push_back(28); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(38); scores.push_back(25); scores.push_back(38); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(34); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(25); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(13); read556.setScores(scores); - rfastqReads.push_back(read556); - FastqRead read557; read557.setName("M00967_44_000000000-A3K85_1_1101_16675_26558"); - read557.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTTCAGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCTGTACTCTAGTTACACAGTTTCCAAAGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACTTCAGACTTACATAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(17); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(28); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(13); read557.setScores(scores); - rfastqReads.push_back(read557); - FastqRead read558; read558.setName("M00967_44_000000000-A3K85_1_1101_8837_26620"); - read558.setSeq("CCTGTTTGATCCCCAAGCTTTCGTCCCTCAACGTCAGTCGTCGTTTAGTAAGCTGCCTTCGCAATTGGTGTTCCTTATAATCTCTACGCATTTCACCGCTACACTATATATTCCACTTACCTCCTCTAAACTCTAGCCTGACAGTATCAATGGCCGTGCCGGCGTTAAGCCCCGGGCTTTCACCTCTGACTTACCGATCCGCCTACGCACCCTTTCAACCCAATGATTCCGGCTAACGCTTGCATCCCCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(35); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(15); scores.push_back(29); scores.push_back(29); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(17); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(16); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(31); scores.push_back(16); scores.push_back(31); scores.push_back(15); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(27); scores.push_back(29); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); read558.setScores(scores); - rfastqReads.push_back(read558); - FastqRead read559; read559.setName("M00967_44_000000000-A3K85_1_1101_22910_26690"); - read559.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTTCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATACAGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(13); read559.setScores(scores); - rfastqReads.push_back(read559); - FastqRead read560; read560.setName("M00967_44_000000000-A3K85_1_1101_13859_26741"); - read560.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTAACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCCCTCAATTTTACCGCTGCCTTGATTTTCCGCCTGCGCACCCTTTAAACCCAATACATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(18); scores.push_back(33); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(29); scores.push_back(37); scores.push_back(19); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(17); scores.push_back(17); scores.push_back(34); scores.push_back(14); scores.push_back(30); scores.push_back(27); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(30); scores.push_back(29); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(13); scores.push_back(37); scores.push_back(29); scores.push_back(28); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(36); scores.push_back(13); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(13); read560.setScores(scores); - rfastqReads.push_back(read560); - FastqRead read561; read561.setName("M00967_44_000000000-A3K85_1_1101_10265_26758"); - read561.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTATCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGGAAGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGACGCCTACGCACCCTTTAAACCCAATACATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(19); scores.push_back(33); scores.push_back(19); scores.push_back(36); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(18); scores.push_back(36); scores.push_back(19); scores.push_back(19); scores.push_back(19); scores.push_back(37); scores.push_back(30); scores.push_back(17); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(31); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(17); scores.push_back(17); scores.push_back(27); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(27); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(29); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(24); scores.push_back(26); scores.push_back(30); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(35); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(29); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read561.setScores(scores); - rfastqReads.push_back(read561); - FastqRead read562; read562.setName("M00967_44_000000000-A3K85_1_1101_10257_26775"); - read562.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGAACGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACAGCTGACTTGGGAGGCCGACTACGGACCCTTACAAACCAATAAATCAGGATAAGGCTAGCATCCTCCGA"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(30); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(27); scores.push_back(18); scores.push_back(36); scores.push_back(19); scores.push_back(19); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(30); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(27); scores.push_back(28); scores.push_back(16); scores.push_back(29); scores.push_back(27); scores.push_back(37); scores.push_back(13); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(36); scores.push_back(27); scores.push_back(35); scores.push_back(27); scores.push_back(13); scores.push_back(14); scores.push_back(27); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(28); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(31); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(12); read562.setScores(scores); - rfastqReads.push_back(read562); - FastqRead read563; read563.setName("M00967_44_000000000-A3K85_1_1101_22404_26859"); - read563.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGGGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTAAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGAACCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(31); scores.push_back(35); scores.push_back(36); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(37); scores.push_back(17); scores.push_back(31); scores.push_back(17); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(15); scores.push_back(29); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(17); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(16); scores.push_back(29); scores.push_back(31); scores.push_back(17); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(25); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(34); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(12); read563.setScores(scores); - rfastqReads.push_back(read563); - FastqRead read564; read564.setName("M00967_44_000000000-A3K85_1_1101_11257_26889"); - read564.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGGTGGGCCCCCCAAATTTAACCCCGACTCTGGATCCCCCCCGCGCCCCCCTTAAACCCAATAAAAACGGGAAAAGCCAGCATCCTCCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(13); read564.setScores(scores); - rfastqReads.push_back(read564); - FastqRead read565; read565.setName("M00967_44_000000000-A3K85_1_1101_17949_26920"); - read565.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(18); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(13); read565.setScores(scores); - rfastqReads.push_back(read565); - FastqRead read566; read566.setName("M00967_44_000000000-A3K85_1_1101_14506_26923"); - read566.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTAATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATTACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACCCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(20); scores.push_back(34); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(18); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(34); scores.push_back(14); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(30); scores.push_back(13); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(13); read566.setScores(scores); - rfastqReads.push_back(read566); - FastqRead read567; read567.setName("M00967_44_000000000-A3K85_1_1101_11808_26943"); - read567.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATCACGCCCGCATCATCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(19); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(13); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(28); scores.push_back(12); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(30); read567.setScores(scores); - rfastqReads.push_back(read567); - FastqRead read568; read568.setName("M00967_44_000000000-A3K85_1_1101_9292_26962"); - read568.setSeq("CCTGTTTGATCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCCCCCTTTACCCCCAGTAATTCCGGTTAACGCCTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(29); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); read568.setScores(scores); - rfastqReads.push_back(read568); - FastqRead read569; read569.setName("M00967_44_000000000-A3K85_1_1101_22847_27011"); - read569.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGCCAACTCAAGTCTGCCAGTTTCAACGGCTCGACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTAACGGACAGCCTACGACCCCTTTAAAACCAATAAATCCGGATCACGCCCGCCTCTCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(19); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(36); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(24); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(32); scores.push_back(29); scores.push_back(28); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); read569.setScores(scores); - rfastqReads.push_back(read569); - FastqRead read570; read570.setName("M00967_44_000000000-A3K85_1_1101_12808_27149"); - read570.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(14); scores.push_back(27); scores.push_back(36); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(13); scores.push_back(26); scores.push_back(30); scores.push_back(24); scores.push_back(30); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(13); read570.setScores(scores); - rfastqReads.push_back(read570); - FastqRead read571; read571.setName("M00967_44_000000000-A3K85_1_1101_21606_27182"); - read571.setSeq("CCTGTTTGCTCCCCACGATTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGCCTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTCC"); - scores.clear(); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(16); scores.push_back(15); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(31); scores.push_back(30); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(30); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(30); scores.push_back(15); scores.push_back(15); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); read571.setScores(scores); - rfastqReads.push_back(read571); - FastqRead read572; read572.setName("M00967_44_000000000-A3K85_1_1101_21515_27198"); - read572.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGTTGAGCCCCGAAAATTGACCGCTGAATTGGCATCCCGCCCGCGCCCCCTTTAAACCCAATAAATCCGGAGAAAGACCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(30); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(36); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(29); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(13); read572.setScores(scores); - rfastqReads.push_back(read572); - FastqRead read573; read573.setName("M00967_44_000000000-A3K85_1_1101_11124_27325"); - read573.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACCTTTGACCGCTGACTTAAAAGCCCGCCTACGCACCCCTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(31); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(30); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(29); scores.push_back(30); scores.push_back(27); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); read573.setScores(scores); - rfastqReads.push_back(read573); - FastqRead read574; read574.setName("M00967_44_000000000-A3K85_1_1101_12290_27349"); - read574.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGCCATTTGACCGCTGACTTAACAGCCCGCCTAAGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(29); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(30); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(13); read574.setScores(scores); - rfastqReads.push_back(read574); - FastqRead read575; read575.setName("M00967_44_000000000-A3K85_1_1101_13601_27512"); - read575.setSeq("CCTGTTCGATACCCATGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGGGATCCCGCCTACGCACCCTTTCAACCCAATTAATCCGGGTAAAGCTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(18); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(19); scores.push_back(31); scores.push_back(19); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(30); scores.push_back(19); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(19); scores.push_back(33); scores.push_back(18); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(34); scores.push_back(31); scores.push_back(14); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(13); scores.push_back(27); scores.push_back(32); scores.push_back(27); scores.push_back(35); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(26); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(13); scores.push_back(28); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); read575.setScores(scores); - rfastqReads.push_back(read575); - FastqRead read576; read576.setName("M00967_44_000000000-A3K85_1_1101_11009_27586"); - read576.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGACAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGGACGGGGGGTGGCCGGCGGTTTTTCCGCCTCCCGCAGAAACCAGCCACGCCACCCCTTAAACCAAAAAAAACGGAAAAACCCCCCATACCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(19); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(25); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(26); read576.setScores(scores); - rfastqReads.push_back(read576); - FastqRead read577; read577.setName("M00967_44_000000000-A3K85_1_1101_19039_27906"); - read577.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCTTGCCCCCTAC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(35); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); read577.setScores(scores); - rfastqReads.push_back(read577); - FastqRead read578; read578.setName("M00967_44_000000000-A3K85_1_1101_21462_27924"); - read578.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAGCCGTTCCGCGGTTAAGCCACGGGCTTTCACTTCAGACTTGCAGAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(14); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(24); read578.setScores(scores); - rfastqReads.push_back(read578); - FastqRead read579; read579.setName("M00967_44_000000000-A3K85_1_1101_15578_27984"); - read579.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTGTCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGATGACCTCTCCGATACTCAAGGGAAACAGTTTCAAATGCAGTTCGCAGGTTGAGCCTGCGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(38); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(13); read579.setScores(scores); - rfastqReads.push_back(read579); - FastqRead read580; read580.setName("M00967_44_000000000-A3K85_1_1101_19320_28114"); - read580.setSeq("CCTGTTTGATACCCACACTTTCGTGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCTACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCACTAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(27); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(12); read580.setScores(scores); - rfastqReads.push_back(read580); - FastqRead read581; read581.setName("M00967_44_000000000-A3K85_1_1101_11162_28308"); - read581.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGCGTCAGTTGCTGTCCAGCAGACCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGTCTGCCTCTCCAGTACTCAAGAAACACAGTTTCAAATGCAGGCCACAGGTTGAGCCCGTGGTTTTCACATCTGACTTGCGTCCCCGCCTACACGCCCTTTACACCCAGTCAATCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(14); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(27); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(16); scores.push_back(33); scores.push_back(15); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(13); scores.push_back(27); scores.push_back(35); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(27); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(15); scores.push_back(27); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(31); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(30); scores.push_back(36); scores.push_back(31); scores.push_back(31); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(12); read581.setScores(scores); - rfastqReads.push_back(read581); - FastqRead read582; read582.setName("M00967_44_000000000-A3K85_1_1101_19555_28367"); - read582.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(25); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(28); scores.push_back(24); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(24); read582.setScores(scores); - rfastqReads.push_back(read582); - FastqRead read583; read583.setName("M00967_44_000000000-A3K85_1_1101_19486_28401"); - read583.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTACACCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCCCTCCGGCACTCGAGCGGGGCAGTTCCCAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCAGGCTTGCCCTGCCGCCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCCTGCCCCATA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(27); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(29); scores.push_back(29); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(25); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(33); read583.setScores(scores); - rfastqReads.push_back(read583); - FastqRead read584; read584.setName("M00967_44_000000000-A3K85_1_1102_15835_1461"); - read584.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCCATCGGAGTTCTTCGGGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCNCTACTGTACNCAAGACTGCCAGTTTCAACNNCAATTTTACNNNNNNNNNNNNNANTTTCACAACTGCCTTAACAATCCACCTACGCTCCCTCTAAACCCAATAAATACGGATAACGCTCGGATCATCCG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(20); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(20); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(20); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(20); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(18); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(20); scores.push_back(30); scores.push_back(16); scores.push_back(33); scores.push_back(29); scores.push_back(36); scores.push_back(17); scores.push_back(20); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(19); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(18); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(27); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(2); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(14); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(17); scores.push_back(2); scores.push_back(30); scores.push_back(27); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(30); scores.push_back(2); scores.push_back(2); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(27); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(27); scores.push_back(2); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(34); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(13); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(34); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(14); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(13); read584.setScores(scores); - rfastqReads.push_back(read584); - FastqRead read585; read585.setName("M00967_44_000000000-A3K85_1_1102_17341_1618"); - read585.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAAAGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(27); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read585.setScores(scores); - rfastqReads.push_back(read585); - FastqRead read586; read586.setName("M00967_44_000000000-A3K85_1_1102_15830_1662"); - read586.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(20); scores.push_back(19); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(28); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(13); read586.setScores(scores); - rfastqReads.push_back(read586); - FastqRead read587; read587.setName("M00967_44_000000000-A3K85_1_1102_17208_1982"); - read587.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCTCAGTTTCAACGGCTGCACGGGGTTGAGCCCCGCGATTTTACCGCTGCCTTGTGAGTCCGCCGCCGCACCCTTTAAACCCAATAAATCAGGATAACGCTCGCATCTTCCGT"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(16); scores.push_back(18); scores.push_back(32); scores.push_back(29); scores.push_back(16); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(34); scores.push_back(16); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(38); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(29); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(31); scores.push_back(36); scores.push_back(15); scores.push_back(31); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(29); scores.push_back(38); scores.push_back(29); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(29); scores.push_back(29); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(29); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(30); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(34); scores.push_back(39); scores.push_back(17); scores.push_back(15); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(27); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(35); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(12); scores.push_back(24); read587.setScores(scores); - rfastqReads.push_back(read587); - FastqRead read588; read588.setName("M00967_44_000000000-A3K85_1_1102_14995_2251"); - read588.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGAATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTTGGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCCTTAAACCCACTAACTCCGGGTAAAGCTCGCATCCACCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); read588.setScores(scores); - rfastqReads.push_back(read588); - FastqRead read589; read589.setName("M00967_44_000000000-A3K85_1_1102_11948_2260"); - read589.setSeq("CCTGTTTGCTACCCACGCTTTCGAGCCTCAGCGTCAGTTAAAGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATTTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTACTTCACTCAAGATGAACAGTTTCGATCGCAGCTATGGGTTAAGCCCATAGATTTCACAGTCGACTTGCTCTCCCGCCTACGCTCCCTTTACACCCAGTAATTCCGGACAACGCTCGCCACCTACGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(20); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(17); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(18); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(27); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(15); scores.push_back(34); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(15); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); read589.setScores(scores); - rfastqReads.push_back(read589); - FastqRead read590; read590.setName("M00967_44_000000000-A3K85_1_1102_14989_2272"); - read590.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGAATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(30); scores.push_back(35); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(26); scores.push_back(32); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(28); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(35); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); read590.setScores(scores); - rfastqReads.push_back(read590); - FastqRead read591; read591.setName("M00967_44_000000000-A3K85_1_1102_19817_2416"); - read591.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACACTCCCTTTACACCCCGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(24); read591.setScores(scores); - rfastqReads.push_back(read591); - FastqRead read592; read592.setName("M00967_44_000000000-A3K85_1_1102_15019_2584"); - read592.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(18); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(29); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(25); scores.push_back(25); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(13); read592.setScores(scores); - rfastqReads.push_back(read592); - FastqRead read593; read593.setName("M00967_44_000000000-A3K85_1_1102_15796_2608"); - read593.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); read593.setScores(scores); - rfastqReads.push_back(read593); - FastqRead read594; read594.setName("M00967_44_000000000-A3K85_1_1102_12309_2625"); - read594.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTTCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAAAGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(33); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(38); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(35); scores.push_back(28); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(26); scores.push_back(35); scores.push_back(34); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(13); read594.setScores(scores); - rfastqReads.push_back(read594); - FastqRead read595; read595.setName("M00967_44_000000000-A3K85_1_1102_13413_2661"); - read595.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(32); read595.setScores(scores); - rfastqReads.push_back(read595); - FastqRead read596; read596.setName("M00967_44_000000000-A3K85_1_1102_16937_2684"); - read596.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(18); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(32); read596.setScores(scores); - rfastqReads.push_back(read596); - FastqRead read597; read597.setName("M00967_44_000000000-A3K85_1_1102_17924_2788"); - read597.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAACGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTTCCTCTCCCATACTCTAGCCTTACAGTTTCAAATGCAGGCCCGGGGTTGAGCCCCGGGCTTTCACATCTGACTTGTAGGACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(17); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(27); scores.push_back(28); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(15); scores.push_back(29); scores.push_back(27); scores.push_back(13); scores.push_back(12); scores.push_back(27); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(25); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(13); read597.setScores(scores); - rfastqReads.push_back(read597); - FastqRead read598; read598.setName("M00967_44_000000000-A3K85_1_1102_13140_2853"); - read598.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCAAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(15); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(27); scores.push_back(27); scores.push_back(14); scores.push_back(35); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(14); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(31); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); read598.setScores(scores); - rfastqReads.push_back(read598); - FastqRead read599; read599.setName("M00967_44_000000000-A3K85_1_1102_19576_3038"); - read599.setSeq("CATGTTTGCTCCCCACGCTTTCGCGCCTCAGCGTCAGTTACTGTCCAGCAATCCGCCTTCGCCACTGGTGTTCCTCCGTATATCTACGCATTTCACCGCTACACACGGAATTCCGATTGCCTCTCCAGCACTCAAGAAATACAGTTTCAAATGCAGGCTATGGGTTGAGCCCATAGTTTTCACATCTGACTTGCATTCCCGCCTACACGCCCTTTACACCCAATAAATCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(18); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(32); scores.push_back(17); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(20); scores.push_back(33); scores.push_back(16); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(27); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(32); read599.setScores(scores); - rfastqReads.push_back(read599); - FastqRead read600; read600.setName("M00967_44_000000000-A3K85_1_1102_20423_3046"); - read600.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCGCAGCGTCAGTTAAAGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTACTTCACTCAAGAGTTGCAGTTTTGGTTGCAATTACCGGTTGAGCCGATAGTTTAAACATCCAACTTGCATCCCCGCCTACGCTCCCTTTACACCCAGTAATTCCGGACAACGCCTGCTCCCTACGG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(20); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(19); scores.push_back(36); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(36); scores.push_back(17); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(26); scores.push_back(34); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(27); scores.push_back(28); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(13); read600.setScores(scores); - rfastqReads.push_back(read600); - FastqRead read601; read601.setName("M00967_44_000000000-A3K85_1_1102_10386_3065"); - read601.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGTTGGGGCCCGTCACTTGACCGCGCACTTGGCAACCCGCCCGCGCGCCCCTTAAAACCAATAAATCCGGATCACGCCCCCACCCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(20); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(29); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(31); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(28); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); read601.setScores(scores); - rfastqReads.push_back(read601); - FastqRead read602; read602.setName("M00967_44_000000000-A3K85_1_1102_12737_3153"); - read602.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(24); read602.setScores(scores); - rfastqReads.push_back(read602); - FastqRead read603; read603.setName("M00967_44_000000000-A3K85_1_1102_12269_3159"); - read603.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(16); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(31); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(27); scores.push_back(14); scores.push_back(30); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(29); scores.push_back(27); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(36); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(16); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(27); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(27); scores.push_back(27); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(36); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(35); scores.push_back(28); scores.push_back(26); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); read603.setScores(scores); - rfastqReads.push_back(read603); - FastqRead read604; read604.setName("M00967_44_000000000-A3K85_1_1102_18606_3208"); - read604.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGGCTACGCCCCCCTTAAACCCAATAAATTCGGGTAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(29); scores.push_back(24); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(31); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(36); scores.push_back(28); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(13); read604.setScores(scores); - rfastqReads.push_back(read604); - FastqRead read605; read605.setName("M00967_44_000000000-A3K85_1_1102_15277_3213"); - read605.setSeq("CCTGTTTGCTACCCACGCTTTCGTGCCTCAGCGTCAGTTACAGTCCAGTAAGTCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCGAGCACAGCAGTATCAGAAGCAGCCCCGGGGTTAAGCCCCGATATTTCACTTCTGACTAACTGCGCCGCCTACGCACCCTTTACGCCCAGTAATTCCGGACAACGCTTGCTCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read605.setScores(scores); - rfastqReads.push_back(read605); - FastqRead read606; read606.setName("M00967_44_000000000-A3K85_1_1102_18014_3238"); - read606.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(27); scores.push_back(27); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(29); scores.push_back(33); scores.push_back(29); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(29); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(24); read606.setScores(scores); - rfastqReads.push_back(read606); - FastqRead read607; read607.setName("M00967_44_000000000-A3K85_1_1102_12179_3242"); - read607.setSeq("CCTGTTTGCTCCCCACGCTTTCGTGCCTCAGTGTCAGTTACAGTCCAGCAAATCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTCCACCGCTACACTAGGAATTCCATTTGCCCCTCCTGCACTCAAGTCCAACAGTTTTGGTAGTAGTGCCGAGGTTGAGCCCCGGAGTTACGCTACCAACTTGTCAAACCACCTACGCACCCTTTACGCCCAGTCATTCCGGATAACGCTTGCCTCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(20); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(15); scores.push_back(14); scores.push_back(27); scores.push_back(29); scores.push_back(37); scores.push_back(17); scores.push_back(29); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(27); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(32); read607.setScores(scores); - rfastqReads.push_back(read607); - FastqRead read608; read608.setName("M00967_44_000000000-A3K85_1_1102_10712_3282"); - read608.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATACGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(33); scores.push_back(28); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(34); scores.push_back(32); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read608.setScores(scores); - rfastqReads.push_back(read608); - FastqRead read609; read609.setName("M00967_44_000000000-A3K85_1_1102_14844_3406"); - read609.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(29); scores.push_back(29); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read609.setScores(scores); - rfastqReads.push_back(read609); - FastqRead read610; read610.setName("M00967_44_000000000-A3K85_1_1102_12068_3452"); - read610.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(18); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(18); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(27); scores.push_back(16); scores.push_back(29); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(27); scores.push_back(14); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(13); read610.setScores(scores); - rfastqReads.push_back(read610); - FastqRead read611; read611.setName("M00967_44_000000000-A3K85_1_1102_13989_3505"); - read611.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGTCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGGGGCCCGCGATTTTCCCGCTGACTTGGCAGGCCGCCTTCGCACCCTTTAAACCCAATAAATTCGGGTTAAGCCCGCGACCTCCG"); - scores.clear(); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(16); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(14); scores.push_back(13); scores.push_back(29); scores.push_back(15); scores.push_back(27); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(25); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(27); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(34); scores.push_back(24); scores.push_back(15); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(24); read611.setScores(scores); - rfastqReads.push_back(read611); - FastqRead read612; read612.setName("M00967_44_000000000-A3K85_1_1102_16208_3522"); - read612.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTCACCGTCCAGTAATCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCGACACTCTAGACCGGCAGTTTCCAATGCAGTACCAGGGTTGAGCCCTGGGCTTTCACATCTGACTTGCCTTACCGGCTGCGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCACCATACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(18); scores.push_back(20); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(14); scores.push_back(12); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(36); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); read612.setScores(scores); - rfastqReads.push_back(read612); - FastqRead read613; read613.setName("M00967_44_000000000-A3K85_1_1102_22090_3602"); - read613.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(13); read613.setScores(scores); - rfastqReads.push_back(read613); - FastqRead read614; read614.setName("M00967_44_000000000-A3K85_1_1102_12641_3607"); - read614.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGGTTTTACCGCTGACTTGAGAGTCCGCCTGGGCACCCCTTAAACCCAATAAATCCGGATAAAGCTCGCATCCCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(29); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(28); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(28); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); read614.setScores(scores); - rfastqReads.push_back(read614); - FastqRead read615; read615.setName("M00967_44_000000000-A3K85_1_1102_20798_3675"); - read615.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(17); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(35); read615.setScores(scores); - rfastqReads.push_back(read615); - FastqRead read616; read616.setName("M00967_44_000000000-A3K85_1_1102_18863_3783"); - read616.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(28); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(28); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(29); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); read616.setScores(scores); - rfastqReads.push_back(read616); - FastqRead read617; read617.setName("M00967_44_000000000-A3K85_1_1102_19748_4121"); - read617.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); read617.setScores(scores); - rfastqReads.push_back(read617); - FastqRead read618; read618.setName("M00967_44_000000000-A3K85_1_1102_21130_4210"); - read618.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCACTAAATCCGGATAACGCTCGGATCATCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(17); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(20); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(16); scores.push_back(18); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); read618.setScores(scores); - rfastqReads.push_back(read618); - FastqRead read619; read619.setName("M00967_44_000000000-A3K85_1_1102_15766_4244"); - read619.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCCCTCAATTTTAACGCTGACTTGATCTTCCGCCTGCGACCCCTTTAAACCCAATAAAACCGGATAAAGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(27); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); read619.setScores(scores); - rfastqReads.push_back(read619); - FastqRead read620; read620.setName("M00967_44_000000000-A3K85_1_1102_8055_4329"); - read620.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAGACGTTCCGCGGTTAAGCCACGGGCTTTCACTTCAGACTTGCAGAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTCGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(20); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(13); read620.setScores(scores); - rfastqReads.push_back(read620); - FastqRead read621; read621.setName("M00967_44_000000000-A3K85_1_1102_15291_4423"); - read621.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGAATTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(33); scores.push_back(28); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(29); scores.push_back(28); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read621.setScores(scores); - rfastqReads.push_back(read621); - FastqRead read622; read622.setName("M00967_44_000000000-A3K85_1_1102_18037_4545"); - read622.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTTACAGTCCAGAGAATCGCCTTCGCCACTGGTGTTCTTCCTAATCTCTACGCATTTCACCGCTACACTAGGAATTCCATTCTCCTCTCCTGCACTCTAGACTTCCAGTTTGAAATGCAGCACTCAAGTTGAGCCCGAGTATTTCACATCTCACTTAAAAGTCCGCCTACGCTCCCTTTACGCCCAGTAAATCCGGACAACGCTCGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(31); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(13); read622.setScores(scores); - rfastqReads.push_back(read622); - FastqRead read623; read623.setName("M00967_44_000000000-A3K85_1_1102_21052_4578"); - read623.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGAACCCCTTAAACCCAATAAATCCGGATAACGCTCGCATCCCCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(13); read623.setScores(scores); - rfastqReads.push_back(read623); - FastqRead read624; read624.setName("M00967_44_000000000-A3K85_1_1102_12406_4593"); - read624.setSeq("CCGGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACAGTTGACCGCTGACTTAAAAGCCCGGCTACTCACCCCTTAAACCCAAAAAATCCGGATAACGCTCCTCTCCTCCGG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(16); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(29); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(17); scores.push_back(31); scores.push_back(31); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(15); scores.push_back(29); scores.push_back(36); scores.push_back(16); scores.push_back(33); scores.push_back(14); scores.push_back(15); scores.push_back(30); scores.push_back(15); scores.push_back(15); scores.push_back(29); scores.push_back(17); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(27); scores.push_back(34); scores.push_back(31); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(25); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); read624.setScores(scores); - rfastqReads.push_back(read624); - FastqRead read625; read625.setName("M00967_44_000000000-A3K85_1_1102_23086_4898"); - read625.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTTACAGTCCAGAGAATCGCCTTCGCCACTGGTGTTCTTCCTAATCTCTACGCATTTCACCGCTACACTAGGAATTCCATTCTCCTCTCCTGCACTCTAGACTTCCAGTTTGAAATGCAGCACTCAAGTTGAGCCCGAGTATTTCACATCTCACTTAAAAGTCCGCCTACGCTCCCTTTACGCCCAGTAAATCCGGACAACGCTCGCCACCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(13); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(29); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(13); read625.setScores(scores); - rfastqReads.push_back(read625); - FastqRead read626; read626.setName("M00967_44_000000000-A3K85_1_1102_17056_4962"); - read626.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCCGGGTTGAGCCCCCCAATTTTACCGCTTCACTGGCATCCCGCCCCCCCACCCTTTCAATCCAAAAAAACCCGATAACACCCCCCTCCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(33); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(28); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(12); read626.setScores(scores); - rfastqReads.push_back(read626); - FastqRead read627; read627.setName("M00967_44_000000000-A3K85_1_1102_11016_4996"); - read627.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCCCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(28); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(13); read627.setScores(scores); - rfastqReads.push_back(read627); - FastqRead read628; read628.setName("M00967_44_000000000-A3K85_1_1102_20868_5029"); - read628.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAGCCGTTCTGCGGTTAAGCCACGGGCTTTCACTTCAGACTTGCAGAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read628.setScores(scores); - rfastqReads.push_back(read628); - FastqRead read629; read629.setName("M00967_44_000000000-A3K85_1_1102_13273_5076"); - read629.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCCCTCCAGTACTCTAGCCGCACAGTTTCCAGAGCAGTTCCGGGGTTGGGCCCCGGGCTTTCACTCCAGACTTGCACTGCCGTCTGCGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(31); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(37); scores.push_back(13); read629.setScores(scores); - rfastqReads.push_back(read629); - FastqRead read630; read630.setName("M00967_44_000000000-A3K85_1_1102_11788_5082"); - read630.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(27); scores.push_back(28); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(29); scores.push_back(32); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(35); read630.setScores(scores); - rfastqReads.push_back(read630); - FastqRead read631; read631.setName("M00967_44_000000000-A3K85_1_1102_9158_5092"); - read631.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTCACCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCCCTCCGGCACTCCAGCAGGGCAGTTCCCAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCAGGCTTGCCCCGCCGCCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCATACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(32); scores.push_back(32); scores.push_back(28); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read631.setScores(scores); - rfastqReads.push_back(read631); - FastqRead read632; read632.setName("M00967_44_000000000-A3K85_1_1102_12218_5161"); - read632.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCCATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(28); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(24); read632.setScores(scores); - rfastqReads.push_back(read632); - FastqRead read633; read633.setName("M00967_44_000000000-A3K85_1_1102_22596_5397"); - read633.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read633.setScores(scores); - rfastqReads.push_back(read633); - FastqRead read634; read634.setName("M00967_44_000000000-A3K85_1_1102_10741_5416"); - read634.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCCCCCCATTTTCCCGCTGACTTTACCCTCCGCCTGCGCACCCCTTAAACCCAATAAATCCGGATAAAGCTCCCATCCCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(27); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(12); read634.setScores(scores); - rfastqReads.push_back(read634); - FastqRead read635; read635.setName("M00967_44_000000000-A3K85_1_1102_10062_5454"); - read635.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACCCTAGGAATTCCGCTTACCTCTCCAGCACTCTAGCCGGGCAGTTTCCAAAGCAGTCCCGCAGTTGGGCCGCGGGCTTTCACTTCAGACTTGCTCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(18); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(35); scores.push_back(15); scores.push_back(35); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); read635.setScores(scores); - rfastqReads.push_back(read635); - FastqRead read636; read636.setName("M00967_44_000000000-A3K85_1_1102_22132_5527"); - read636.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGCTATACAGTTTCCAAAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTTCAGACTTGCACAGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(13); read636.setScores(scores); - rfastqReads.push_back(read636); - FastqRead read637; read637.setName("M00967_44_000000000-A3K85_1_1102_17733_5590"); - read637.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCTGCACTCCAGTCACACAGTTTCAAAAGCAGTCCCGGAGTTGAGCCCCGGGCTTTCACTTCTGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(13); read637.setScores(scores); - rfastqReads.push_back(read637); - FastqRead read638; read638.setName("M00967_44_000000000-A3K85_1_1102_16539_5621"); - read638.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACCGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCGGTACTCCAGCAAAAAAGTTTCCAAAGCCATTCCGCGGTTGAGCCGCGGGCTTTCACTTCAGACTTTCTTCGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); read638.setScores(scores); - rfastqReads.push_back(read638); - FastqRead read639; read639.setName("M00967_44_000000000-A3K85_1_1102_15276_5626"); - read639.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCTTCAGCGTCAGTAGGAAGCCGGCATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCTTCCACTCAAGATCGCCAGTTTCAATGGCGGGAAGGGGGTTTGCCCCCCAATTTGACCCCTGACTTAACGACCCGCCTACGCCCCCCTTAAAACCCACAAAACCGGATAAACCTCCCCTCCTCCC"); - scores.clear(); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(13); read639.setScores(scores); - rfastqReads.push_back(read639); - FastqRead read640; read640.setName("M00967_44_000000000-A3K85_1_1102_13711_5675"); - read640.setSeq("CCTGTTTGCTCCCCACACTTTCGTGCCTCAGCGTCAGTTGCAGTCCAGTTAGCCGCCTTCGCCACTGGTGTTCCTCCATATCTCTACGCATTTCACCGCTACACATGGAATTCCACTTCCCTCTTCTGCACTCAAGTCAACCAGTTTCCAATGACCCTCCACGGTTAAGCCGTGGGCTTTCACATCAGACTTAATTAACCACCTGCGCGCTCTTTACGCCCAATAATTCCGGATAACGCTTGCCACCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read640.setScores(scores); - rfastqReads.push_back(read640); - FastqRead read641; read641.setName("M00967_44_000000000-A3K85_1_1102_22231_5761"); - read641.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCCCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(29); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(32); scores.push_back(28); scores.push_back(13); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(28); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(33); read641.setScores(scores); - rfastqReads.push_back(read641); - FastqRead read642; read642.setName("M00967_44_000000000-A3K85_1_1102_10893_5845"); - read642.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAAAGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(25); scores.push_back(32); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(13); read642.setScores(scores); - rfastqReads.push_back(read642); - FastqRead read643; read643.setName("M00967_44_000000000-A3K85_1_1102_25295_5872"); - read643.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGAGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCTCTGACTTGAGAGTCCGCCCGCGCACCCTTTAAACCCCATACAACCGGGTAACGCCTGCCTTCTCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(20); scores.push_back(35); scores.push_back(33); scores.push_back(18); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(31); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(27); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(30); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); read643.setScores(scores); - rfastqReads.push_back(read643); - FastqRead read644; read644.setName("M00967_44_000000000-A3K85_1_1102_18117_5878"); - read644.setSeq("CCTGTTTGCTACCCACGCTTTCGAGCCTCAGCGTCAGTTACAGACCAGAAAGCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAGTTCCACTTACCTCTTCTGCACTCAAGTCTCCCAGTTTCCAATGCACTACTCCGGTTAAGCCCAAGCCTTTCACATCAGACTTAAAAGACCGCCTGCGATCCCTTTACGCCCAATAAATCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(30); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(36); scores.push_back(12); scores.push_back(29); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(13); scores.push_back(27); scores.push_back(13); scores.push_back(27); scores.push_back(14); scores.push_back(15); scores.push_back(35); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(32); scores.push_back(26); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(28); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(26); scores.push_back(32); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(25); read644.setScores(scores); - rfastqReads.push_back(read644); - FastqRead read645; read645.setName("M00967_44_000000000-A3K85_1_1102_7293_5909"); - read645.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCATTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGCTCACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(20); scores.push_back(18); scores.push_back(17); scores.push_back(32); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(20); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(29); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(36); scores.push_back(35); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(26); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(13); read645.setScores(scores); - rfastqReads.push_back(read645); - FastqRead read646; read646.setName("M00967_44_000000000-A3K85_1_1102_7277_5920"); - read646.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCATTTTTACCGCTGACTTGGCCTCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(31); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(15); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(35); scores.push_back(29); scores.push_back(17); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(30); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(30); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(28); scores.push_back(35); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(34); scores.push_back(31); scores.push_back(31); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(27); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(29); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(12); read646.setScores(scores); - rfastqReads.push_back(read646); - FastqRead read647; read647.setName("M00967_44_000000000-A3K85_1_1102_13142_5936"); - read647.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(28); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read647.setScores(scores); - rfastqReads.push_back(read647); - FastqRead read648; read648.setName("M00967_44_000000000-A3K85_1_1102_24962_5989"); - read648.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(13); read648.setScores(scores); - rfastqReads.push_back(read648); - FastqRead read649; read649.setName("M00967_44_000000000-A3K85_1_1102_24950_6004"); - read649.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTACCCCTCCCGCACTCCAGTTAGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCTCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(15); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(15); scores.push_back(13); scores.push_back(27); scores.push_back(12); scores.push_back(27); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(14); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(37); scores.push_back(12); read649.setScores(scores); - rfastqReads.push_back(read649); - FastqRead read650; read650.setName("M00967_44_000000000-A3K85_1_1102_6692_6022"); - read650.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTTAGCCTCTCAATTTTACCGCTGACTTGATCTTCCCCCTGCGCCCCCTTTAAACCCCATACCACCGGATAACGCTTCCACCCCAC"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(18); scores.push_back(36); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(17); scores.push_back(32); scores.push_back(16); scores.push_back(17); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(17); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(27); scores.push_back(36); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(17); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(29); scores.push_back(17); scores.push_back(16); scores.push_back(17); scores.push_back(27); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(15); scores.push_back(30); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(13); scores.push_back(28); scores.push_back(28); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(13); scores.push_back(27); scores.push_back(12); scores.push_back(27); scores.push_back(36); scores.push_back(27); scores.push_back(31); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(27); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(24); read650.setScores(scores); - rfastqReads.push_back(read650); - FastqRead read651; read651.setName("M00967_44_000000000-A3K85_1_1102_22660_6031"); - read651.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); read651.setScores(scores); - rfastqReads.push_back(read651); - FastqRead read652; read652.setName("M00967_44_000000000-A3K85_1_1102_6365_6101"); - read652.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTTGCCGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCGGCACTCCAGCCCGCCAGTTTCCAATGCATGCCCGGGGTTGAGCCCCGGGGTTTCACATCAGACTTGGCGCGCCGCCTGCGCTCCCTTTCCGCCCAGTAAATCCGGATAACGCTTGCACCCTAC"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(26); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(33); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); read652.setScores(scores); - rfastqReads.push_back(read652); - FastqRead read653; read653.setName("M00967_44_000000000-A3K85_1_1102_8646_6129"); - read653.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTTAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTCAACACAATAAATCCGGATAACGCTCCCATCAGCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(13); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(31); read653.setScores(scores); - rfastqReads.push_back(read653); - FastqRead read654; read654.setName("M00967_44_000000000-A3K85_1_1102_8651_6146"); - read654.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTCCCGCTGACTTGATCTTCCGCCTGCGCACCCTTTCAACCCCATAAATCCGGCTAACGCTCGCCTCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(20); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(27); scores.push_back(12); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(28); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(32); read654.setScores(scores); - rfastqReads.push_back(read654); - FastqRead read655; read655.setName("M00967_44_000000000-A3K85_1_1102_22820_6151"); - read655.setSeq("CCTGTTCGATACCCACACTTTCGTGCCTCAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTACGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAACTCCAGTTTCAACGGCTCGAAAAGGTTGGGCCCCGCCATTTTCACCCTTAACTTGTCTTCCCCCCGCCCCCCCCTTTACCCCCATACATCCCGGTTACCCCCCCCCCCTCCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(16); scores.push_back(16); scores.push_back(35); scores.push_back(29); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(14); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(16); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(27); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(15); scores.push_back(16); scores.push_back(28); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); read655.setScores(scores); - rfastqReads.push_back(read655); - FastqRead read656; read656.setName("M00967_44_000000000-A3K85_1_1102_11862_6197"); - read656.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(40); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(29); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(15); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); read656.setScores(scores); - rfastqReads.push_back(read656); - FastqRead read657; read657.setName("M00967_44_000000000-A3K85_1_1102_19376_6262"); - read657.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCCGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACCCCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(36); scores.push_back(37); scores.push_back(25); read657.setScores(scores); - rfastqReads.push_back(read657); - FastqRead read658; read658.setName("M00967_44_000000000-A3K85_1_1102_24376_6276"); - read658.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTCAGCCCCGACATTTGACCGCTGACTTAAAAGCCCGCCTACGCACCCCTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(24); read658.setScores(scores); - rfastqReads.push_back(read658); - FastqRead read659; read659.setName("M00967_44_000000000-A3K85_1_1102_9681_6290"); - read659.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCTAGCCTTACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGCAGGACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(26); scores.push_back(36); scores.push_back(13); scores.push_back(13); read659.setScores(scores); - rfastqReads.push_back(read659); - FastqRead read660; read660.setName("M00967_44_000000000-A3K85_1_1102_5855_6301"); - read660.setSeq("CCTGATTGCTACCCACGCTTTCGAGCCTCAGCGTCAGTAAAAGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTACTTCACTCAAGAAGAACAGTTTTGAACGCAGCTATGGGTTGAGCCCATAGATTTCACATTCAACTTATCCTCACGCCTACGCTCCCTTTACACCCAGTAATTCCGGACAACGCTTGCTCCCTACGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(18); scores.push_back(33); scores.push_back(20); scores.push_back(20); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(17); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(31); scores.push_back(17); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(18); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(19); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); read660.setScores(scores); - rfastqReads.push_back(read660); - FastqRead read661; read661.setName("M00967_44_000000000-A3K85_1_1102_8183_6353"); - read661.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTGTGGGTTGTGCCCCCAAATTTTACCGCCGCCTTGGCATCCCCCCTGCGCGCCCCTTAAACCCAATCAATCCGGGTAACGCGCGCTCCCTCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(15); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(25); scores.push_back(13); read661.setScores(scores); - rfastqReads.push_back(read661); - FastqRead read662; read662.setName("M00967_44_000000000-A3K85_1_1102_17008_6430"); - read662.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGTGGGGTGGCGCCCCCCAAGTTTACCCCTGACATGGCAACCCGCCTCAGCACCCCGTAAAACCAACAAAACATGTTAGAGCTGGCCTCCCCCC"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(14); scores.push_back(16); scores.push_back(37); scores.push_back(17); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(14); scores.push_back(33); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(37); scores.push_back(29); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(35); scores.push_back(15); scores.push_back(35); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); read662.setScores(scores); - rfastqReads.push_back(read662); - FastqRead read663; read663.setName("M00967_44_000000000-A3K85_1_1102_17025_6437"); - read663.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGTTGAGCCCCCAAATTTGACCCCTGACTTGGCCTCCCGCCCGCGCACCCCTTAAACCCAATAAATCCGGGTAACCCACCCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(36); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(25); scores.push_back(13); read663.setScores(scores); - rfastqReads.push_back(read663); - FastqRead read664; read664.setName("M00967_44_000000000-A3K85_1_1102_25830_6492"); - read664.setSeq("CCTGTTTGCTCCCCACGCTTTCGTGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCAGCACTCTAGCCGGGCAGTTTCCAAAGCAGTCCCGCAGTTGGGCCGCGGGCTTTCACTTCAGACTTGCTCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read664.setScores(scores); - rfastqReads.push_back(read664); - FastqRead read665; read665.setName("M00967_44_000000000-A3K85_1_1102_22911_6498"); - read665.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read665.setScores(scores); - rfastqReads.push_back(read665); - FastqRead read666; read666.setName("M00967_44_000000000-A3K85_1_1102_10852_6503"); - read666.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGTATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); read666.setScores(scores); - rfastqReads.push_back(read666); - FastqRead read667; read667.setName("M00967_44_000000000-A3K85_1_1102_7495_6588"); - read667.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCCGTTACGGGCCAGTAAGCCGCCTTCGCCACCGGTGCTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCAATCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACAACCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(33); scores.push_back(31); scores.push_back(16); scores.push_back(33); scores.push_back(18); scores.push_back(16); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(16); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(17); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(31); scores.push_back(14); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(14); scores.push_back(33); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(27); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(27); scores.push_back(16); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(27); scores.push_back(12); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(29); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(36); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(32); read667.setScores(scores); - rfastqReads.push_back(read667); - FastqRead read668; read668.setName("M00967_44_000000000-A3K85_1_1102_9313_6652"); - read668.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); read668.setScores(scores); - rfastqReads.push_back(read668); - FastqRead read669; read669.setName("M00967_44_000000000-A3K85_1_1102_12469_6758"); - read669.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(28); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(28); scores.push_back(28); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(13); read669.setScores(scores); - rfastqReads.push_back(read669); - FastqRead read670; read670.setName("M00967_44_000000000-A3K85_1_1102_14602_6765"); - read670.setSeq("CCTGTTCGATACCCACACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTTACCGCTGACTTAACAGCCCGCCCACGCACCCTTTAAACCCAATAAATCCGGCAAACGCCCGCATCCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(36); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(12); read670.setScores(scores); - rfastqReads.push_back(read670); - FastqRead read671; read671.setName("M00967_44_000000000-A3K85_1_1102_8840_6789"); - read671.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACCAGGCATTCCGCTTACCTCTCCTGCACTCGAGCTGCCCAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCCGCCTTGCGCTGCCGTCTACGCTCCCTTTACACCCCGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(20); scores.push_back(18); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(20); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(30); scores.push_back(31); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(18); scores.push_back(14); scores.push_back(15); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(30); scores.push_back(27); scores.push_back(37); scores.push_back(17); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(27); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(15); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(13); read671.setScores(scores); - rfastqReads.push_back(read671); - FastqRead read672; read672.setName("M00967_44_000000000-A3K85_1_1102_10376_6801"); - read672.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(13); read672.setScores(scores); - rfastqReads.push_back(read672); - FastqRead read673; read673.setName("M00967_44_000000000-A3K85_1_1102_20079_6815"); - read673.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(28); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); read673.setScores(scores); - rfastqReads.push_back(read673); - FastqRead read674; read674.setName("M00967_44_000000000-A3K85_1_1102_5451_6867"); - read674.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCATTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); read674.setScores(scores); - rfastqReads.push_back(read674); - FastqRead read675; read675.setName("M00967_44_000000000-A3K85_1_1102_6027_6940"); - read675.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTAC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(28); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(27); scores.push_back(36); scores.push_back(13); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(12); scores.push_back(34); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(28); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(26); scores.push_back(13); scores.push_back(32); read675.setScores(scores); - rfastqReads.push_back(read675); - FastqRead read676; read676.setName("M00967_44_000000000-A3K85_1_1102_10802_7033"); - read676.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(20); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(35); scores.push_back(32); scores.push_back(28); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); read676.setScores(scores); - rfastqReads.push_back(read676); - FastqRead read677; read677.setName("M00967_44_000000000-A3K85_1_1102_21042_7108"); - read677.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAACACCAGTTTCAACGGCTCGAAGGGGTTGAGCCTCTCAATTTTACCGCTGACTTGCACTTCCGCCTTCGCCCCCTTTTAACCCCATAAATCCGGCTAACACCCCCATCCCCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(16); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(34); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(24); read677.setScores(scores); - rfastqReads.push_back(read677); - FastqRead read678; read678.setName("M00967_44_000000000-A3K85_1_1102_12327_7139"); - read678.setSeq("CCTGTATGCGCCCCACGCTGTCGAGCCTCAGCGTCCGTCGTCGTCCAGCACGCCGCCTTCGCCACCGGTGTCCCTCCTAATATCTACGCATGTCACCGCTACACCAGGAATTCCGCCTTCCCCTCCTACACTCCAGCCCGCCAGTTTCCAGTGCAGTTCCGGGTGTGGGCCCCGGTCTTTCACACCTGTTTTTCCTTCCCGCCTGCGCCCCCATTCCGCCCAGCGAAGCCGGATTACGCCCGCCCCCCCC"); - scores.clear(); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(29); scores.push_back(32); scores.push_back(18); scores.push_back(18); scores.push_back(18); scores.push_back(18); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(16); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(29); scores.push_back(35); scores.push_back(29); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(27); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(26); scores.push_back(28); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); read678.setScores(scores); - rfastqReads.push_back(read678); - FastqRead read679; read679.setName("M00967_44_000000000-A3K85_1_1102_5813_7156"); - read679.setSeq("CCTGTTTTATCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCCCTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(29); scores.push_back(29); scores.push_back(16); scores.push_back(33); scores.push_back(34); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(29); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(32); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(31); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); read679.setScores(scores); - rfastqReads.push_back(read679); - FastqRead read680; read680.setName("M00967_44_000000000-A3K85_1_1102_13620_7266"); - read680.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); read680.setScores(scores); - rfastqReads.push_back(read680); - FastqRead read681; read681.setName("M00967_44_000000000-A3K85_1_1102_23915_7313"); - read681.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACCTTTGACCGCTGACTTAACCGCCCGCCCACGCACCCTTTAAAACCAATAAATCCGGATAACCCCCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(31); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(34); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(24); scores.push_back(31); scores.push_back(29); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(13); read681.setScores(scores); - rfastqReads.push_back(read681); - FastqRead read682; read682.setName("M00967_44_000000000-A3K85_1_1102_21602_7326"); - read682.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCCCCCTTTAAACCCAATAAAACCGGATAACGCCCGCATCCTCCGG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(28); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(12); read682.setScores(scores); - rfastqReads.push_back(read682); - FastqRead read683; read683.setName("M00967_44_000000000-A3K85_1_1102_23457_7422"); - read683.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCCATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGGTAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(27); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(25); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(28); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); read683.setScores(scores); - rfastqReads.push_back(read683); - FastqRead read684; read684.setName("M00967_44_000000000-A3K85_1_1102_6984_7487"); - read684.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAAAGCTCGCCTCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(36); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(28); scores.push_back(34); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(13); read684.setScores(scores); - rfastqReads.push_back(read684); - FastqRead read685; read685.setName("M00967_44_000000000-A3K85_1_1102_15177_7497"); - read685.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read685.setScores(scores); - rfastqReads.push_back(read685); - FastqRead read686; read686.setName("M00967_44_000000000-A3K85_1_1102_11679_7510"); - read686.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(24); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); read686.setScores(scores); - rfastqReads.push_back(read686); - FastqRead read687; read687.setName("M00967_44_000000000-A3K85_1_1102_10886_7525"); - read687.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(13); scores.push_back(28); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(12); read687.setScores(scores); - rfastqReads.push_back(read687); - FastqRead read688; read688.setName("M00967_44_000000000-A3K85_1_1102_7773_7574"); - read688.setSeq("CCTGTTTGCTCCCCACACTTTCGTGCCTCAGCGTCAGTTGCAGTCCAGTTAGCCGCCTTCGCCTCTGGTGTTCCTCCTAATATCTACGCATTCCACCGCTACACTAGGAATTCCACTAACCTCTACTGCACTCAAGTCATACAGTTTTAGAAGCAGCACCCGAGTTAAGCCCTGGGTATTTCACTTCTAACTTGTACAACCGCCTACGCACCCTTTACGCCCAGTCATTCCGAACAACGCTTGCTCCCTA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(31); scores.push_back(25); scores.push_back(36); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read688.setScores(scores); - rfastqReads.push_back(read688); - FastqRead read689; read689.setName("M00967_44_000000000-A3K85_1_1102_9371_7687"); - read689.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTTCTGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCAGTACTCCAGCTTTACAGTTTCCAAAGCAGTTCCGCGGTTGAGCCACGGGCTTTCACTTCAGACTTGTACAGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAAAGCTTGCCCCCTAC"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(20); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(32); read689.setScores(scores); - rfastqReads.push_back(read689); - FastqRead read690; read690.setName("M00967_44_000000000-A3K85_1_1102_7101_7694"); - read690.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCATTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCGATCTAGCAACACAGTTTCAAAAGCAGTCCCGGAGTTGAGCCCCGGGCTTTCACTTCTGACTTGCATCGCCGCCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(18); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(24); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(13); read690.setScores(scores); - rfastqReads.push_back(read690); - FastqRead read691; read691.setName("M00967_44_000000000-A3K85_1_1102_23933_7825"); - read691.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCCCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); read691.setScores(scores); - rfastqReads.push_back(read691); - FastqRead read692; read692.setName("M00967_44_000000000-A3K85_1_1102_18183_7841"); - read692.setSeq("CCTGTTCGCTCCCCACACTTTCGTGCCTCAGCGTCAGTTGCAGTCCAGTTAGCCGCCTTCGCCTCTGGTGTTCCTCCTAATATCTACGCATTCCACCGCTACACTAGGAATTCCACTAACCTCTACTGCACTCAAGTCATACAGTTTTAGAAGCAGCACCCGAGTTAAGCCCTGGGTATTTCACTTCTAACTTGTACAACCGCCTACGCACCCTTTACGCCCAGTCATTCCGAACAACGCTTGCCCCCTA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(20); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(28); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read692.setScores(scores); - rfastqReads.push_back(read692); - FastqRead read693; read693.setName("M00967_44_000000000-A3K85_1_1102_17269_7866"); - read693.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(28); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(24); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read693.setScores(scores); - rfastqReads.push_back(read693); - FastqRead read694; read694.setName("M00967_44_000000000-A3K85_1_1102_20777_7872"); - read694.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGGTGAGCCTCTCAATTTTACCGCTTACTTGATATTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAAAGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(27); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(34); scores.push_back(36); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(29); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); read694.setScores(scores); - rfastqReads.push_back(read694); - FastqRead read695; read695.setName("M00967_44_000000000-A3K85_1_1102_17540_7921"); - read695.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read695.setScores(scores); - rfastqReads.push_back(read695); - FastqRead read696; read696.setName("M00967_44_000000000-A3K85_1_1102_25724_7951"); - read696.setSeq("CCTGTTTGCTACCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCCGCACTCTAGCTTAACAGTTTCCAAAGCAGTACCATGATTGAGCCTATGGCTTTCACATTCGGCTTGCAGCACCGTCTACGCTCCCTTTAAACCCAGTAAATCCGGATAACGCTTGCTCCCTACG"); - scores.clear(); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(18); scores.push_back(18); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(17); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(31); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(31); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(14); scores.push_back(29); scores.push_back(33); scores.push_back(34); scores.push_back(30); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(29); scores.push_back(31); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(30); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(12); read696.setScores(scores); - rfastqReads.push_back(read696); - FastqRead read697; read697.setName("M00967_44_000000000-A3K85_1_1102_25693_8060"); - read697.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCCTCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(29); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(13); read697.setScores(scores); - rfastqReads.push_back(read697); - FastqRead read698; read698.setName("M00967_44_000000000-A3K85_1_1102_11843_8065"); - read698.setSeq("CCTGTTGGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(19); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); read698.setScores(scores); - rfastqReads.push_back(read698); - FastqRead read699; read699.setName("M00967_44_000000000-A3K85_1_1102_20746_8081"); - read699.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(13); read699.setScores(scores); - rfastqReads.push_back(read699); - FastqRead read700; read700.setName("M00967_44_000000000-A3K85_1_1102_17852_8103"); - read700.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCCCCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(12); read700.setScores(scores); - rfastqReads.push_back(read700); - FastqRead read701; read701.setName("M00967_44_000000000-A3K85_1_1102_10638_8143"); - read701.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGCCGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCCCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(34); scores.push_back(13); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(31); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(13); read701.setScores(scores); - rfastqReads.push_back(read701); - FastqRead read702; read702.setName("M00967_44_000000000-A3K85_1_1102_12191_8252"); - read702.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGCGCCCCCACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCCTTAAACCCAATAAATCCGGAAAAAGCTCGCACCCCCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(12); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(28); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(28); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(34); scores.push_back(12); read702.setScores(scores); - rfastqReads.push_back(read702); - FastqRead read703; read703.setName("M00967_44_000000000-A3K85_1_1102_21864_8263"); - read703.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCCTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTCTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCCCATCCTCCGT"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(18); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(26); read703.setScores(scores); - rfastqReads.push_back(read703); - FastqRead read704; read704.setName("M00967_44_000000000-A3K85_1_1102_25794_8267"); - read704.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); read704.setScores(scores); - rfastqReads.push_back(read704); - FastqRead read705; read705.setName("M00967_44_000000000-A3K85_1_1102_17029_8276"); - read705.setSeq("CCTGTTTGCTCCCCACACTTTCGTGCCTCAGCGTCAGTTGCAGTCCAGTTAGCCGCCTTCGCCTCTGGTGTTCCTCCTAATATCTACGCATTCCACCGCTACACTAGGAATTCCACTAACCTCTACTGCACTCAAGTCATACAGTTTTAGAAGCAGCACCCGAGTTAAGCCCTGGGTATTTCACTTCTAACTTGTACAACCGCCTACGCACCCTTTACGCCCAGTCATTCCGAACAACGCTCGCATCCTC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); read705.setScores(scores); - rfastqReads.push_back(read705); - FastqRead read706; read706.setName("M00967_44_000000000-A3K85_1_1102_24343_8332"); - read706.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTTCAGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCTGTACTCTAGTTCCACAGTTTCCAAAGCAGTCCCGGGGTTGGGCCCCGGGCTTTAACTTCAGACTTACATAACCGTCTACCCTCCCTTTACACCCAGTAAATCCGGATAACCCTTGCCCCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(16); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(28); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(34); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(36); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(12); read706.setScores(scores); - rfastqReads.push_back(read706); - FastqRead read707; read707.setName("M00967_44_000000000-A3K85_1_1102_15259_8369"); - read707.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCGACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(20); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(27); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(28); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(35); read707.setScores(scores); - rfastqReads.push_back(read707); - FastqRead read708; read708.setName("M00967_44_000000000-A3K85_1_1102_20625_8391"); - read708.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCATTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(34); scores.push_back(33); scores.push_back(31); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(25); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); read708.setScores(scores); - rfastqReads.push_back(read708); - FastqRead read709; read709.setName("M00967_44_000000000-A3K85_1_1102_6857_8392"); - read709.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(37); scores.push_back(13); read709.setScores(scores); - rfastqReads.push_back(read709); - FastqRead read710; read710.setName("M00967_44_000000000-A3K85_1_1102_19527_8470"); - read710.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); read710.setScores(scores); - rfastqReads.push_back(read710); - FastqRead read711; read711.setName("M00967_44_000000000-A3K85_1_1102_22065_8478"); - read711.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(30); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(29); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(35); read711.setScores(scores); - rfastqReads.push_back(read711); - FastqRead read712; read712.setName("M00967_44_000000000-A3K85_1_1102_4377_8479"); - read712.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTACCAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGATCGGATCATCCG"); - scores.clear(); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(18); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(16); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(29); scores.push_back(36); scores.push_back(15); scores.push_back(38); scores.push_back(17); scores.push_back(31); scores.push_back(35); scores.push_back(17); scores.push_back(17); scores.push_back(35); scores.push_back(31); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(29); scores.push_back(36); scores.push_back(31); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(16); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(27); scores.push_back(29); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(13); scores.push_back(25); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(12); read712.setScores(scores); - rfastqReads.push_back(read712); - FastqRead read713; read713.setName("M00967_44_000000000-A3K85_1_1102_7046_8528"); - read713.setSeq("CCTGTTCGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCGCACGCCGGTATGCTGCCTTCGCAACCGGAGTTCCGCGTGATATCTATGCATTTCACCGCTACACCAGGCATTCCGCCTACTTCTCCCCCACTCCAGGCCGCCAGTTTCAACGGCAGGCCCGGGGTGGGCCCCCACCCTTGCCCGCCGACCTAGCCGCGCCGCTAAGCCCCCCTTTACCCCCATAAAACCCGGAAACGCCCTGCCCCCTCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(31); scores.push_back(37); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(15); scores.push_back(29); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(30); scores.push_back(27); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(15); scores.push_back(13); scores.push_back(29); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(14); scores.push_back(27); scores.push_back(13); scores.push_back(27); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); read713.setScores(scores); - rfastqReads.push_back(read713); - FastqRead read714; read714.setName("M00967_44_000000000-A3K85_1_1102_18908_8597"); - read714.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(28); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(32); scores.push_back(13); read714.setScores(scores); - rfastqReads.push_back(read714); - FastqRead read715; read715.setName("M00967_44_000000000-A3K85_1_1102_26417_8599"); - read715.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(25); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(28); scores.push_back(31); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read715.setScores(scores); - rfastqReads.push_back(read715); - FastqRead read716; read716.setName("M00967_44_000000000-A3K85_1_1102_20939_8613"); - read716.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(26); scores.push_back(13); scores.push_back(28); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(27); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(26); read716.setScores(scores); - rfastqReads.push_back(read716); - FastqRead read717; read717.setName("M00967_44_000000000-A3K85_1_1102_19113_8714"); - read717.setSeq("CCCGTTTGCTCCCTACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(12); scores.push_back(30); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(13); read717.setScores(scores); - rfastqReads.push_back(read717); - FastqRead read718; read718.setName("M00967_44_000000000-A3K85_1_1102_6254_8779"); - read718.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCCGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTCCGCTCCCTTTCCACCCCGTAAATCCGGCTAACGCCTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(20); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(16); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(19); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(18); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(24); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(13); read718.setScores(scores); - rfastqReads.push_back(read718); - FastqRead read719; read719.setName("M00967_44_000000000-A3K85_1_1102_17348_8932"); - read719.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTGAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCTGCTCACCTCTCCTGCACTCCAGTCACATAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTACATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCTCGCCCCCTAC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(34); scores.push_back(31); scores.push_back(25); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(24); read719.setScores(scores); - rfastqReads.push_back(read719); - FastqRead read720; read720.setName("M00967_44_000000000-A3K85_1_1102_19645_8958"); - read720.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(35); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); read720.setScores(scores); - rfastqReads.push_back(read720); - FastqRead read721; read721.setName("M00967_44_000000000-A3K85_1_1102_13366_8999"); - read721.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCCCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(26); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(29); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(28); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(34); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); read721.setScores(scores); - rfastqReads.push_back(read721); - FastqRead read722; read722.setName("M00967_44_000000000-A3K85_1_1102_22033_9031"); - read722.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACCCCCTACTTGCGCTGCCGGCCACCCTCCCCTTCCACCCCGTAAATCCGGATAACCCCTGCCCCCCTC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(14); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(13); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(36); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); read722.setScores(scores); - rfastqReads.push_back(read722); - FastqRead read723; read723.setName("M00967_44_000000000-A3K85_1_1102_20668_9045"); - read723.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read723.setScores(scores); - rfastqReads.push_back(read723); - FastqRead read724; read724.setName("M00967_44_000000000-A3K85_1_1102_10984_9115"); - read724.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCCTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); read724.setScores(scores); - rfastqReads.push_back(read724); - FastqRead read725; read725.setName("M00967_44_000000000-A3K85_1_1102_14833_9169"); - read725.setSeq("CCTGTTTTCTACCCACGTTTTGGAGCCCGGGGGTCCGTAAAAGCCCAGCTGCCCGCCCTCTCCACCGGCATTCCTCGTAAAATCCACGCATTCCACCGCCACCCCAGGAATTCCTCCTACTACTAATGCACTCTACCAGAACACTTTTGAATCCAGCTGTGTGTTGAGCCCATAGATTTAACAGTTTACTAAGACTCCCGTCTACGCTCCCTTTACACCCACTATCTCCGTATACCCCCGGCTCCTCACC"); - scores.clear(); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(31); scores.push_back(18); scores.push_back(16); scores.push_back(18); scores.push_back(16); scores.push_back(18); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(17); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(16); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(33); scores.push_back(29); scores.push_back(34); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(17); scores.push_back(17); scores.push_back(29); scores.push_back(16); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(15); scores.push_back(16); scores.push_back(29); scores.push_back(35); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(28); scores.push_back(35); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(27); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(15); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); read725.setScores(scores); - rfastqReads.push_back(read725); - FastqRead read726; read726.setName("M00967_44_000000000-A3K85_1_1102_7268_9245"); - read726.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTGTCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGATACTCAAGACCAACAGTTTCAAATGCAGTTCGGGGGTTGAGCCCCCGGATTTCACATCTGACTTGTCAGCCCGGCTACACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(28); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(32); scores.push_back(29); scores.push_back(28); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(13); read726.setScores(scores); - rfastqReads.push_back(read726); - FastqRead read727; read727.setName("M00967_44_000000000-A3K85_1_1102_25304_9280"); - read727.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCCCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATACCGCTCGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(13); scores.push_back(12); scores.push_back(27); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(28); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(28); scores.push_back(31); scores.push_back(26); scores.push_back(12); scores.push_back(37); scores.push_back(12); read727.setScores(scores); - rfastqReads.push_back(read727); - FastqRead read728; read728.setName("M00967_44_000000000-A3K85_1_1102_19256_9368"); - read728.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(32); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); read728.setScores(scores); - rfastqReads.push_back(read728); - FastqRead read729; read729.setName("M00967_44_000000000-A3K85_1_1102_7643_9381"); - read729.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCCGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTAAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(18); scores.push_back(18); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(17); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(19); scores.push_back(29); scores.push_back(29); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(36); scores.push_back(27); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(25); read729.setScores(scores); - rfastqReads.push_back(read729); - FastqRead read730; read730.setName("M00967_44_000000000-A3K85_1_1102_20682_9443"); - read730.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCCACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCAACCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(28); scores.push_back(26); scores.push_back(25); scores.push_back(31); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(32); scores.push_back(13); read730.setScores(scores); - rfastqReads.push_back(read730); - FastqRead read731; read731.setName("M00967_44_000000000-A3K85_1_1102_19543_9447"); - read731.setSeq("CCTGTTCGATACCCACGCTTTCGAACCTCAGCGTCAGTTACAGACCAGAGAGCCGCTTTCGCCACTGGTGTTCTTCCATATATCTACGCATTTCACCGCTACACATGGAGTTCCACTCTCCTCTTCTGCACTCAAGTCTCCCAGTTTCCAATGCACTACTCCGGTTAAGCCGAAGGCTTTCACATCAGACTTAAAAGACCGCCTGCGTTCCCTTTACGCCCAATAAATCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read731.setScores(scores); - rfastqReads.push_back(read731); - FastqRead read732; read732.setName("M00967_44_000000000-A3K85_1_1102_18694_9494"); - read732.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(26); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); read732.setScores(scores); - rfastqReads.push_back(read732); - FastqRead read733; read733.setName("M00967_44_000000000-A3K85_1_1102_18420_9540"); - read733.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTACTTCACTCAAGACAAGAAGTTTTGAACGCAGCTACCAGTTAAGCCGGTAGATTTAACATTCAACTTTCTCGCCCGCCTACGCTCCCTTTACACCCAGTAATTCCGGACAACGCTCGGATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); read733.setScores(scores); - rfastqReads.push_back(read733); - FastqRead read734; read734.setName("M00967_44_000000000-A3K85_1_1102_4744_9626"); - read734.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTTCAGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCTGTACTCTAGTTACACAGTTTCCAAAGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACTTCAGACTTACATAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read734.setScores(scores); - rfastqReads.push_back(read734); - FastqRead read735; read735.setName("M00967_44_000000000-A3K85_1_1102_9458_9627"); - read735.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCCCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(25); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(26); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); read735.setScores(scores); - rfastqReads.push_back(read735); - FastqRead read736; read736.setName("M00967_44_000000000-A3K85_1_1102_5989_9637"); - read736.setSeq("CCTGTTCGATACCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGCTATACAGTTTCCAAAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTTCAGACTTGCATCGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTAC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); read736.setScores(scores); - rfastqReads.push_back(read736); - FastqRead read737; read737.setName("M00967_44_000000000-A3K85_1_1102_15746_9659"); - read737.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGCGTCAGTTGCTGTCCAGCAGACCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGTCTGCCTCTCCAGTACTCAAGAAACACAGTTTCAAATGCAGGCCACAGGTTGAGCCCGTGGTTTTCACATCTGACTTGCGTCCCCGCCTACACGCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(15); scores.push_back(24); scores.push_back(13); read737.setScores(scores); - rfastqReads.push_back(read737); - FastqRead read738; read738.setName("M00967_44_000000000-A3K85_1_1102_14621_9663"); - read738.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTGAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTCACCTCTCCTGCACTCCAGTCACATAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTACATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read738.setScores(scores); - rfastqReads.push_back(read738); - FastqRead read739; read739.setName("M00967_44_000000000-A3K85_1_1102_27457_9673"); - read739.setSeq("CCTGTTTGCTACCCACGCTTTCGTGCTTCAGCGTCAGTTAAAGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCCGATCTCTACGCATTTCACCGCTACACCGGGAATTCCGCCTGCCTCTACTTCACTCAAGCCCTACAGTTTCAAAAGCAGTTCACGGGTTAAGCCCATGGATTTCACTTCTGACTTGCAAGGCCGCCTACGCACCCTTTACACCCAGTAAATCCGGACAACGCTTGCTCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read739.setScores(scores); - rfastqReads.push_back(read739); - FastqRead read740; read740.setName("M00967_44_000000000-A3K85_1_1102_24895_9705"); - read740.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAAAGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGAATTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(19); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(18); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(28); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(25); scores.push_back(33); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(27); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(28); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(13); read740.setScores(scores); - rfastqReads.push_back(read740); - FastqRead read741; read741.setName("M00967_44_000000000-A3K85_1_1102_13149_9739"); - read741.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTCCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTCCACAGTTTCCAATGCCGTTCCCCGGTTAAGCCACGGGCTTTCACTTCTAACTTGCAGAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTCGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(27); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(17); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(16); scores.push_back(27); scores.push_back(27); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(16); scores.push_back(27); scores.push_back(29); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(12); read741.setScores(scores); - rfastqReads.push_back(read741); - FastqRead read742; read742.setName("M00967_44_000000000-A3K85_1_1102_15403_9761"); - read742.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGTGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTATGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCCAGCTGGACAGTTTCAAATGCACTCCCGGGGCTGAGCCCCGGGTTTTCACATCTGACTTGCCCTGCCACCTACGCTCCCTTTACCCCCAGTAAATCGGGTTAAGGCTTGCCCCTTACG"); - scores.clear(); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(29); scores.push_back(29); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(36); scores.push_back(34); scores.push_back(32); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(35); scores.push_back(16); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(17); scores.push_back(35); scores.push_back(17); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(16); scores.push_back(14); scores.push_back(38); scores.push_back(17); scores.push_back(31); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(27); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(36); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(26); scores.push_back(29); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(12); read742.setScores(scores); - rfastqReads.push_back(read742); - FastqRead read743; read743.setName("M00967_44_000000000-A3K85_1_1102_17584_9801"); - read743.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCATTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read743.setScores(scores); - rfastqReads.push_back(read743); - FastqRead read744; read744.setName("M00967_44_000000000-A3K85_1_1102_27984_9822"); - read744.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTTTGCTGCCTTCGCCATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCACTTTTCCCGATGGCTTGGCTAGCCCCCCAAGGCCCCTTTAAACCCCATCAATCCGGAACAAGCCCGCATCCCTCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(29); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(29); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(29); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); read744.setScores(scores); - rfastqReads.push_back(read744); - FastqRead read745; read745.setName("M00967_44_000000000-A3K85_1_1102_26268_9892"); - read745.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTTTCGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTGCCTCTCCGATACTCTAGTTCTACAGTTTCCAATGCACTCCCACAGTTGAGCCGTGGGCTTTCACATCAGACTTGTACAACCGTCTACGCTCCCTTTACACCCAGTCATTCCGGATAACGCTTGCACCATACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(27); scores.push_back(27); scores.push_back(31); scores.push_back(30); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(25); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(13); read745.setScores(scores); - rfastqReads.push_back(read745); - FastqRead read746; read746.setName("M00967_44_000000000-A3K85_1_1102_9375_9903"); - read746.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCCCGGATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(40); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); read746.setScores(scores); - rfastqReads.push_back(read746); - FastqRead read747; read747.setName("M00967_44_000000000-A3K85_1_1102_19323_9925"); - read747.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCAGCACTCTAGCCGGGCAGTTTCCAAAGCAGTCCCGCAGTTGGGCCGCGGGCTTTCACTTCAGACTTGCTCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read747.setScores(scores); - rfastqReads.push_back(read747); - FastqRead read748; read748.setName("M00967_44_000000000-A3K85_1_1102_26447_9991"); - read748.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(24); scores.push_back(31); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(29); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(13); read748.setScores(scores); - rfastqReads.push_back(read748); - FastqRead read749; read749.setName("M00967_44_000000000-A3K85_1_1102_24734_9991"); - read749.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(13); read749.setScores(scores); - rfastqReads.push_back(read749); - FastqRead read750; read750.setName("M00967_44_000000000-A3K85_1_1102_11474_10097"); - read750.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCAGCACTCTAGCTCCACAGTTTCCAAAGCAGTCCCAGGGTTGAGCCCTGGGCTTTCACTTCAGACTTGCACAGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(35); scores.push_back(15); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read750.setScores(scores); - rfastqReads.push_back(read750); - FastqRead read751; read751.setName("M00967_44_000000000-A3K85_1_1102_3404_10151"); - read751.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACTAGGCATTCCGCCTACCTCTCCCGCACTCTAGCTTCACAGTTTCCAAAGCAGTCCCATGGTTGAGCCTTCGGCTTTAACTTCAGACTTGCAATGCCGTCTACGCTCCCTTTACACCACGTAAATCCGGATAAGCCTTGCCCCCCCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(18); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(20); scores.push_back(20); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(30); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(17); scores.push_back(15); scores.push_back(33); scores.push_back(30); scores.push_back(17); scores.push_back(30); scores.push_back(33); scores.push_back(17); scores.push_back(30); scores.push_back(33); scores.push_back(14); scores.push_back(27); scores.push_back(31); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(30); scores.push_back(30); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(29); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(27); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(12); scores.push_back(27); scores.push_back(31); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(30); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(34); scores.push_back(26); scores.push_back(36); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(35); scores.push_back(34); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); read751.setScores(scores); - rfastqReads.push_back(read751); - FastqRead read752; read752.setName("M00967_44_000000000-A3K85_1_1102_27873_10257"); - read752.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); read752.setScores(scores); - rfastqReads.push_back(read752); - FastqRead read753; read753.setName("M00967_44_000000000-A3K85_1_1102_10760_10258"); - read753.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTAACGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); read753.setScores(scores); - rfastqReads.push_back(read753); - FastqRead read754; read754.setName("M00967_44_000000000-A3K85_1_1102_14134_10326"); - read754.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(29); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); read754.setScores(scores); - rfastqReads.push_back(read754); - FastqRead read755; read755.setName("M00967_44_000000000-A3K85_1_1102_17936_10334"); - read755.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCATCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(28); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(29); scores.push_back(34); scores.push_back(13); scores.push_back(37); scores.push_back(13); read755.setScores(scores); - rfastqReads.push_back(read755); - FastqRead read756; read756.setName("M00967_44_000000000-A3K85_1_1102_18521_10367"); - read756.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(26); scores.push_back(30); scores.push_back(37); scores.push_back(32); read756.setScores(scores); - rfastqReads.push_back(read756); - FastqRead read757; read757.setName("M00967_44_000000000-A3K85_1_1102_3314_10392"); - read757.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGATAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACAATGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGACGGGGGTGCGCCCGGCGAGTTTTGCTCTGCCTTGCCAGACAGCCTGCGCACCCTTTTAACCCAATAAATATGCATAACACACGCACCCCCCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(29); scores.push_back(16); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(16); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(36); scores.push_back(27); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(30); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); read757.setScores(scores); - rfastqReads.push_back(read757); - FastqRead read758; read758.setName("M00967_44_000000000-A3K85_1_1102_16497_10489"); - read758.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(40); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); read758.setScores(scores); - rfastqReads.push_back(read758); - FastqRead read759; read759.setName("M00967_44_000000000-A3K85_1_1102_18361_10509"); - read759.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(25); scores.push_back(25); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(28); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(26); read759.setScores(scores); - rfastqReads.push_back(read759); - FastqRead read760; read760.setName("M00967_44_000000000-A3K85_1_1102_22232_10552"); - read760.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(13); read760.setScores(scores); - rfastqReads.push_back(read760); - FastqRead read761; read761.setName("M00967_44_000000000-A3K85_1_1102_18980_10587"); - read761.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGTTGAGCCCCGAAATTTGACCGCTGACTTGGCATCCCGCCGGCGCGCCCTTTAAAAACAATAAATCCGGGTAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); read761.setScores(scores); - rfastqReads.push_back(read761); - FastqRead read762; read762.setName("M00967_44_000000000-A3K85_1_1102_27674_10618"); - read762.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(13); read762.setScores(scores); - rfastqReads.push_back(read762); - FastqRead read763; read763.setName("M00967_44_000000000-A3K85_1_1102_5578_10651"); - read763.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGTGTCAGTTGCAGACCAGGAAGCCGCCTTCGCCACTGGTGTTCCTCCATATATCTACGCATTTCACCGCTACACACGGAATTCCGCCTGCCTCTCCATCACTCAAGAACTACAGTTTCAAATGCAGGCCATGGGTTGAGCCCATGGGTTTCACATCTGACTTGCAGTCCCGCCTACACGCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(25); read763.setScores(scores); - rfastqReads.push_back(read763); - FastqRead read764; read764.setName("M00967_44_000000000-A3K85_1_1102_14339_10656"); - read764.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGGTAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(28); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(28); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(35); scores.push_back(25); read764.setScores(scores); - rfastqReads.push_back(read764); - FastqRead read765; read765.setName("M00967_44_000000000-A3K85_1_1102_3035_10716"); - read765.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTAACGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGGTAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(19); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(19); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(24); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); read765.setScores(scores); - rfastqReads.push_back(read765); - FastqRead read766; read766.setName("M00967_44_000000000-A3K85_1_1102_9527_10736"); - read766.setSeq("TCTGCGCGAAACAAACGCTTTGGCGCATGCGCGACCGTTGCGCGCCGGTAGGACGCGTTCGCATTCGTAGTGCTGCGTGACATGCACGCATGTCGCACTTCAACTCCGCATTCCGCGTGCGGTTCGCGCATTTACGGCTCACAGCATCAACGCCGGCACGTTCTCGCGCCCCCCCGGCTGCCCCTTGCATGCGGGGTCGGGGCGCGGGCACCTCCAACTGCACGATGGCGTACTCAGCAGCCAGCCTAAG"); - scores.clear(); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(15); scores.push_back(29); scores.push_back(15); scores.push_back(32); scores.push_back(15); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(16); scores.push_back(15); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(29); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(17); scores.push_back(27); scores.push_back(15); scores.push_back(14); scores.push_back(30); scores.push_back(15); scores.push_back(16); scores.push_back(30); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(16); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(16); scores.push_back(16); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); read766.setScores(scores); - rfastqReads.push_back(read766); - FastqRead read767; read767.setName("M00967_44_000000000-A3K85_1_1102_27194_10763"); - read767.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACGGCTCGAAGAGGTTGAGCCCCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCCTTAAACCCCATAAATCCGGATAAAGCCCGCATCCCCCG"); - scores.clear(); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(33); scores.push_back(26); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(26); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(12); read767.setScores(scores); - rfastqReads.push_back(read767); - FastqRead read768; read768.setName("M00967_44_000000000-A3K85_1_1102_18980_10780"); - read768.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(26); scores.push_back(28); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(28); scores.push_back(35); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); read768.setScores(scores); - rfastqReads.push_back(read768); - FastqRead read769; read769.setName("M00967_44_000000000-A3K85_1_1102_9675_10795"); - read769.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(28); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(25); read769.setScores(scores); - rfastqReads.push_back(read769); - FastqRead read770; read770.setName("M00967_44_000000000-A3K85_1_1102_7354_10796"); - read770.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read770.setScores(scores); - rfastqReads.push_back(read770); - FastqRead read771; read771.setName("M00967_44_000000000-A3K85_1_1102_28754_10878"); - read771.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(28); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(13); read771.setScores(scores); - rfastqReads.push_back(read771); - FastqRead read772; read772.setName("M00967_44_000000000-A3K85_1_1102_20648_10881"); - read772.setSeq("CCTGTTTGCTACCCACGCTTTCGTGCCTCAGCGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCGAGCACAGCAGTATCAGAAGCAGCCCCGGGGTTAAGCCCCGATATTTCACTTCTGACTAACTGCGCCGCCTACGCACCCTTTAAGCCCAGTAATTCCGGACAACGCTTGCTCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(14); scores.push_back(31); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(25); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(27); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(24); read772.setScores(scores); - rfastqReads.push_back(read772); - FastqRead read773; read773.setName("M00967_44_000000000-A3K85_1_1102_18164_10943"); - read773.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAAAGCTCGCATCCTCCGG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(12); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(28); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); read773.setScores(scores); - rfastqReads.push_back(read773); - FastqRead read774; read774.setName("M00967_44_000000000-A3K85_1_1102_13528_10956"); - read774.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(31); scores.push_back(25); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(28); scores.push_back(32); scores.push_back(35); scores.push_back(26); scores.push_back(26); scores.push_back(28); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); read774.setScores(scores); - rfastqReads.push_back(read774); - FastqRead read775; read775.setName("M00967_44_000000000-A3K85_1_1102_7988_10976"); - read775.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(25); read775.setScores(scores); - rfastqReads.push_back(read775); - FastqRead read776; read776.setName("M00967_44_000000000-A3K85_1_1102_21910_11076"); - read776.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(13); read776.setScores(scores); - rfastqReads.push_back(read776); - FastqRead read777; read777.setName("M00967_44_000000000-A3K85_1_1102_22267_11082"); - read777.setSeq("CCTGTTTGCTCCCCACACTTTCGTGCCTCAGCGTCAGTTGCAGTCCAGTTAGCCGCCTTCGCCTCTGGTGTTCCTCCTAATATCTACGCATTCCACCGCTACACTAGGAATTCCACTAACCTCTACTGCACTCAAGTCATACAGTTTTAGAAGCAGCACCCGAGTTAAGCCCTGGGTATTTCACTTCTAACTTGTACAACCGCCTACGCACCCTTTACGCCCAGTCATTCCGAACAACGCTTGCTCCCTA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read777.setScores(scores); - rfastqReads.push_back(read777); - FastqRead read778; read778.setName("M00967_44_000000000-A3K85_1_1102_3732_11179"); - read778.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACCCTAGGAATTCCGCCTGCCTCTCCGACACTCTAGCCTTACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGCAGGACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(15); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(27); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(35); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); read778.setScores(scores); - rfastqReads.push_back(read778); - FastqRead read779; read779.setName("M00967_44_000000000-A3K85_1_1102_23128_11191"); - read779.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(32); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(14); scores.push_back(25); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); read779.setScores(scores); - rfastqReads.push_back(read779); - FastqRead read780; read780.setName("M00967_44_000000000-A3K85_1_1102_17762_11301"); - read780.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTCCGCAATCGGGGTTCTGCATGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(31); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(28); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(25); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(12); read780.setScores(scores); - rfastqReads.push_back(read780); - FastqRead read781; read781.setName("M00967_44_000000000-A3K85_1_1102_23257_11367"); - read781.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATACTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCCATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(25); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(34); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(30); scores.push_back(13); read781.setScores(scores); - rfastqReads.push_back(read781); - FastqRead read782; read782.setName("M00967_44_000000000-A3K85_1_1102_18932_11393"); - read782.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); read782.setScores(scores); - rfastqReads.push_back(read782); - FastqRead read783; read783.setName("M00967_44_000000000-A3K85_1_1102_28272_11398"); - read783.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCATTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(25); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(13); scores.push_back(32); scores.push_back(26); scores.push_back(12); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(13); read783.setScores(scores); - rfastqReads.push_back(read783); - FastqRead read784; read784.setName("M00967_44_000000000-A3K85_1_1102_4509_11442"); - read784.setSeq("CCTGTTTGCTCCCCACACTTTCGTGCCTCAGCGTCAGTTGCAGTCCAGTTAGCCGCCTTCGCCTCTGGTGTTCCTCCTAATATCTACGCATTCCACCGCTACACTAGGAATTCCACTAACCTCTACTGCACTCAAGTCATACAGTTTTAGAAGCAGCACCCGAGTTAAGCCCTGGGTATTTCACTTCTAACTTGTACAACCGCCTACGCACCCTTTACGACCAGTCATTCCGAACAACGCTTGCTCCCTA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(35); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(31); scores.push_back(34); scores.push_back(30); scores.push_back(13); scores.push_back(25); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(24); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); read784.setScores(scores); - rfastqReads.push_back(read784); - FastqRead read785; read785.setName("M00967_44_000000000-A3K85_1_1102_10304_11460"); - read785.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(29); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(28); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); read785.setScores(scores); - rfastqReads.push_back(read785); - FastqRead read786; read786.setName("M00967_44_000000000-A3K85_1_1102_20509_11465"); - read786.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTTACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCCTCCCCCGA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(12); read786.setScores(scores); - rfastqReads.push_back(read786); - FastqRead read787; read787.setName("M00967_44_000000000-A3K85_1_1102_26039_11489"); - read787.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(28); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(12); read787.setScores(scores); - rfastqReads.push_back(read787); - FastqRead read788; read788.setName("M00967_44_000000000-A3K85_1_1102_7342_11561"); - read788.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(12); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(28); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); read788.setScores(scores); - rfastqReads.push_back(read788); - FastqRead read789; read789.setName("M00967_44_000000000-A3K85_1_1102_20742_11581"); - read789.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCCTTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(31); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); read789.setScores(scores); - rfastqReads.push_back(read789); - FastqRead read790; read790.setName("M00967_44_000000000-A3K85_1_1102_19188_11683"); - read790.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(28); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(25); read790.setScores(scores); - rfastqReads.push_back(read790); - FastqRead read791; read791.setName("M00967_44_000000000-A3K85_1_1102_11109_11761"); - read791.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); read791.setScores(scores); - rfastqReads.push_back(read791); - FastqRead read792; read792.setName("M00967_44_000000000-A3K85_1_1102_25070_11786"); - read792.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCCCAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACCCCCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(28); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(25); scores.push_back(25); scores.push_back(38); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(28); scores.push_back(32); scores.push_back(30); scores.push_back(28); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(13); read792.setScores(scores); - rfastqReads.push_back(read792); - FastqRead read793; read793.setName("M00967_44_000000000-A3K85_1_1102_4602_11807"); - read793.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCATTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read793.setScores(scores); - rfastqReads.push_back(read793); - FastqRead read794; read794.setName("M00967_44_000000000-A3K85_1_1102_19082_11813"); - read794.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACACCTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(14); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(25); scores.push_back(14); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); read794.setScores(scores); - rfastqReads.push_back(read794); - FastqRead read795; read795.setName("M00967_44_000000000-A3K85_1_1102_21891_11869"); - read795.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read795.setScores(scores); - rfastqReads.push_back(read795); - FastqRead read796; read796.setName("M00967_44_000000000-A3K85_1_1102_8531_11870"); - read796.setSeq("CCTGTTTGATCCCCACGCTTTCGCGCCTCACCGTCAGTTGCTGTCCAGCAGACCGCCTTCGCCACTGGTGTTCCTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGTCTGCCTCTCCAGTACTCAAGAAAAACAGTTTCAAATGCAATTTGGAGGTTGAGCCTCCAGATTTCACATCTGACTTGCCTTCCCGGCTACACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); read796.setScores(scores); - rfastqReads.push_back(read796); - FastqRead read797; read797.setName("M00967_44_000000000-A3K85_1_1102_28700_11964"); - read797.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGGTGCGCCTCTCAATTTTAACGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(31); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); read797.setScores(scores); - rfastqReads.push_back(read797); - FastqRead read798; read798.setName("M00967_44_000000000-A3K85_1_1102_10402_12045"); - read798.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGGACACCAGTTTCAACGGCCGGACGGGGTTGAGCCCCCAAATTTTACCGCTGAATTGAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAAAGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(20); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(35); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(30); scores.push_back(34); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(28); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(26); read798.setScores(scores); - rfastqReads.push_back(read798); - FastqRead read799; read799.setName("M00967_44_000000000-A3K85_1_1102_22668_12078"); - read799.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGCGTCAGTTACTGTCCAGCAATCCGCCTTCGCCACCGGTGTTCCTCCGTATATCTACGCATTTCACCGCTACACCCGGAATTCCGATTGCCTCTCCAGCACTCAAGAAATACAGTTTCAAATGCAGGCTATGGGTTGACCCCATAGTTTTAACATCTGACTTGCATCCCCGCCTACACCCCCTTAACACCCATTAAATCGGGAAAACCCCTCCCCCCTCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(16); scores.push_back(37); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(38); scores.push_back(15); scores.push_back(29); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(30); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(29); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(16); scores.push_back(27); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(15); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(35); scores.push_back(39); scores.push_back(34); scores.push_back(13); scores.push_back(15); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(13); scores.push_back(27); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(31); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); read799.setScores(scores); - rfastqReads.push_back(read799); - FastqRead read800; read800.setName("M00967_44_000000000-A3K85_1_1102_28276_12186"); - read800.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTGAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTCACCTCTCCTGCACTCCAGTCACCTAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGCCTTACATCACCGTCTCCGCTCCCTTTACCCCCAGTAATTCCGGATAACGCTTGCCCCCTAC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(27); scores.push_back(32); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(15); scores.push_back(30); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); read800.setScores(scores); - rfastqReads.push_back(read800); - FastqRead read801; read801.setName("M00967_44_000000000-A3K85_1_1102_27651_12192"); - read801.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGGTGAGCCCCGCAATTTTACCGCTGACTTGGCATCCCGCCTGCGCACCCCTTTAACCCAATAAAACCGGGTAAAGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(13); read801.setScores(scores); - rfastqReads.push_back(read801); - FastqRead read802; read802.setName("M00967_44_000000000-A3K85_1_1102_23824_12195"); - read802.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAGCCGTTCCGCGGTTAAGCCACGGGCTTTCACTTCAGACTTGCAGAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(13); read802.setScores(scores); - rfastqReads.push_back(read802); - FastqRead read803; read803.setName("M00967_44_000000000-A3K85_1_1102_22152_12255"); - read803.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGATAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGGCCGGGGTGGGGCCCGGCTTTTTTTCGCTGCCTTTACAAACCGCCCCCGCACCCCTTCATACCACTCAATCCAGATAACGCACACACCCCCCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(34); read803.setScores(scores); - rfastqReads.push_back(read803); - FastqRead read804; read804.setName("M00967_44_000000000-A3K85_1_1102_12591_12295"); - read804.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); read804.setScores(scores); - rfastqReads.push_back(read804); - FastqRead read805; read805.setName("M00967_44_000000000-A3K85_1_1102_22830_12296"); - read805.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGCTAACGCGCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(25); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(35); read805.setScores(scores); - rfastqReads.push_back(read805); - FastqRead read806; read806.setName("M00967_44_000000000-A3K85_1_1102_19760_12313"); - read806.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(13); read806.setScores(scores); - rfastqReads.push_back(read806); - FastqRead read807; read807.setName("M00967_44_000000000-A3K85_1_1102_11332_12337"); - read807.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGAAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read807.setScores(scores); - rfastqReads.push_back(read807); - FastqRead read808; read808.setName("M00967_44_000000000-A3K85_1_1102_21714_12340"); - read808.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); read808.setScores(scores); - rfastqReads.push_back(read808); - FastqRead read809; read809.setName("M00967_44_000000000-A3K85_1_1102_4985_12360"); - read809.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGGCGGGGGTGGGCCCCGACATTTGTCCGCTTACTTAACAGCCCTCCTACGCCCCCTTTTAACCCAATAAATCCGCTTAACGTTCGCATCCCCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(15); scores.push_back(36); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(35); scores.push_back(17); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(31); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(29); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(27); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(39); scores.push_back(15); scores.push_back(27); scores.push_back(14); scores.push_back(37); scores.push_back(27); scores.push_back(14); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(27); scores.push_back(31); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(26); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); read809.setScores(scores); - rfastqReads.push_back(read809); - FastqRead read810; read810.setName("M00967_44_000000000-A3K85_1_1102_4337_12433"); - read810.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGCCAACTCAAGTCTGCCAGTTTCAACGGCTCGACGGGGTTGAGACCCGCAATTTTACCGCTGACTTAACGGACCGCCTCCGCCCCCTTTAAACCCACTAACTCCGGGTAACGCTCGCCTCCCCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(17); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(29); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(13); read810.setScores(scores); - rfastqReads.push_back(read810); - FastqRead read811; read811.setName("M00967_44_000000000-A3K85_1_1102_10168_12485"); - read811.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAGCCGTTCCGCGGTTAAGCCACGGGCTTTCACTTCAGACTTGCAGAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTCGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(29); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(13); read811.setScores(scores); - rfastqReads.push_back(read811); - FastqRead read812; read812.setName("M00967_44_000000000-A3K85_1_1102_2789_12538"); - read812.setSeq("CCTGTTAGATCCCCGCACTTTTGTGCCTCAGCGTCAGTAGGGCGCCGGACGGCTGCCTTCGCAATCGGGGTTCTGCGTGATCTCCCTGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCAACTCAAGGCCCACAGTTTCAACGGCCGGACGGGGTTGAGCCACGAATTTTCACCGCTGAATTACAAGCCCGCCTTCGCAGCCTTTCAAACCAATAACTCCGGCAACCGGTGCCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(16); scores.push_back(18); scores.push_back(18); scores.push_back(33); scores.push_back(31); scores.push_back(18); scores.push_back(16); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(30); scores.push_back(15); scores.push_back(15); scores.push_back(16); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(33); scores.push_back(15); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(17); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(14); scores.push_back(36); scores.push_back(29); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(15); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(16); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(14); scores.push_back(30); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(27); scores.push_back(36); scores.push_back(27); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(29); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(13); scores.push_back(28); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(15); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(29); scores.push_back(28); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(24); read812.setScores(scores); - rfastqReads.push_back(read812); - FastqRead read813; read813.setName("M00967_44_000000000-A3K85_1_1102_10294_12597"); - read813.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGCCAACTCAAGTCTGCCAGTTTCAACGGCTCGACGGGGTTGAGCCCCGCAATTTTACCGCTTACTTAACGGACCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(28); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(25); read813.setScores(scores); - rfastqReads.push_back(read813); - FastqRead read814; read814.setName("M00967_44_000000000-A3K85_1_1102_5819_12607"); - read814.setSeq("CCTGTTTGCTCCCCACGCTTTCGGGCCTCAACGTCAGTCGCAGTCCAGCAGGCCGCCTTCGCCACCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCTGCACTCCAGCCGCGCAGTTCCAAGAGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACTCCTGGCTTGCGCTGCCGGCTGCGCCCCCTTTACACCCCGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(13); read814.setScores(scores); - rfastqReads.push_back(read814); - FastqRead read815; read815.setName("M00967_44_000000000-A3K85_1_1102_7829_12633"); - read815.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCCACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCCAATTTTTACCGCTGACTTAAAAGCCCGCCTTCGCACCCTTTAAACCCAATAAATCCGGATAAAGCTCGCATCCCCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(17); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(27); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(35); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(29); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); read815.setScores(scores); - rfastqReads.push_back(read815); - FastqRead read816; read816.setName("M00967_44_000000000-A3K85_1_1102_18246_12643"); - read816.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCCCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAAAGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(35); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(28); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(13); read816.setScores(scores); - rfastqReads.push_back(read816); - FastqRead read817; read817.setName("M00967_44_000000000-A3K85_1_1102_22647_12655"); - read817.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read817.setScores(scores); - rfastqReads.push_back(read817); - FastqRead read818; read818.setName("M00967_44_000000000-A3K85_1_1102_7783_12688"); - read818.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGCCAACTCAAGTCTGCCAGTTTCAACGGCTCGACGGGGTTGAGCCCCGCCATTTTACCGCTGACTTAACGGACCGCCTACGCCCCCTTTAAACCCAATAAATCCGGATAACGCTCCCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(24); scores.push_back(29); scores.push_back(28); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(28); scores.push_back(31); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(29); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); read818.setScores(scores); - rfastqReads.push_back(read818); - FastqRead read819; read819.setName("M00967_44_000000000-A3K85_1_1102_10234_12715"); - read819.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCCCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(27); scores.push_back(27); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(38); scores.push_back(25); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(31); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); read819.setScores(scores); - rfastqReads.push_back(read819); - FastqRead read820; read820.setName("M00967_44_000000000-A3K85_1_1102_28486_12725"); - read820.setSeq("ACTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAATCGGGCGCCGGTATGCTGACTTCGCAATCGGGGTTCCGCGCGCTATCTATGCCTTTCACCGCTACACCACGCATTCCACATACTTCTTGCCCACTCGAGCCCGGCAGCTTCAATGGCTGTCCGGGGTTGAGCCCCGCAATCTTCCCGCTGACCTGGCAGGCCGCCCACTGCCCTTTTCATCCCAAGACATCGGGCTCACGCTCGCACCCTCC"); - scores.clear(); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(18); scores.push_back(18); scores.push_back(16); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(17); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(29); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(31); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(38); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(29); scores.push_back(16); scores.push_back(14); scores.push_back(29); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(17); scores.push_back(17); scores.push_back(30); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(27); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(14); scores.push_back(29); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(29); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(15); scores.push_back(28); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(36); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(31); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(30); scores.push_back(13); scores.push_back(34); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(32); read820.setScores(scores); - rfastqReads.push_back(read820); - FastqRead read821; read821.setName("M00967_44_000000000-A3K85_1_1102_19918_12759"); - read821.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTAATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATTACCTCTCCCACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCCCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(27); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(14); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(28); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); read821.setScores(scores); - rfastqReads.push_back(read821); - FastqRead read822; read822.setName("M00967_44_000000000-A3K85_1_1102_22796_12761"); - read822.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCCCTCCAGTACTCTAGCCGCACAGTTTCCAGAGCAGTTCCGGGGTTGGGCCCCGGGCTTTCACTCCAGACTTGCACTGCCGTCTGCGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(13); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); read822.setScores(scores); - rfastqReads.push_back(read822); - FastqRead read823; read823.setName("M00967_44_000000000-A3K85_1_1102_9947_12767"); - read823.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(13); read823.setScores(scores); - rfastqReads.push_back(read823); - FastqRead read824; read824.setName("M00967_44_000000000-A3K85_1_1102_7373_12798"); - read824.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCACCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(25); scores.push_back(26); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(29); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(24); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(13); read824.setScores(scores); - rfastqReads.push_back(read824); - FastqRead read825; read825.setName("M00967_44_000000000-A3K85_1_1102_7527_12804"); - read825.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGCGTCAGTTACTGTCCAGCAATCCGCCTTCGCCACTGGTGTTCCTCCGTATATCTACGCATTTCACCGCTACACACGGAATTCCGATTGCCTCTCCAGCACTCAAGAAGTACAGTTTCAAATGCAGGCTATGGGTTGAGCCCATAGTTTTCACATCTGACTTGCACTCCCGCCTACACGCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); read825.setScores(scores); - rfastqReads.push_back(read825); - FastqRead read826; read826.setName("M00967_44_000000000-A3K85_1_1102_8853_12872"); - read826.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGCCTTGCACAACCGTCTACGCCCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(20); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(27); scores.push_back(37); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(29); scores.push_back(24); scores.push_back(13); scores.push_back(13); read826.setScores(scores); - rfastqReads.push_back(read826); - FastqRead read827; read827.setName("M00967_44_000000000-A3K85_1_1102_23994_12951"); - read827.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(17); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); read827.setScores(scores); - rfastqReads.push_back(read827); - FastqRead read828; read828.setName("M00967_44_000000000-A3K85_1_1102_17155_13072"); - read828.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGCACGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGGTGGGCCCCCCAATTTTCACGCTTGCTTGAACTTTCGCCTTCGCAACCCTTTAACCCAATAAATCCGGGTTACCCTCCCGACCCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(20); scores.push_back(19); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(18); scores.push_back(32); scores.push_back(17); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(14); scores.push_back(30); scores.push_back(27); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(28); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); read828.setScores(scores); - rfastqReads.push_back(read828); - FastqRead read829; read829.setName("M00967_44_000000000-A3K85_1_1102_29263_13137"); - read829.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(18); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(18); scores.push_back(33); scores.push_back(20); scores.push_back(20); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(30); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(35); scores.push_back(31); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(34); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(28); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read829.setScores(scores); - rfastqReads.push_back(read829); - FastqRead read830; read830.setName("M00967_44_000000000-A3K85_1_1102_17440_13173"); - read830.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGAAGAGGGTGGGCCCCCCCATTTTATCGCCATCTTTACTTTCCCCCTACGCACCCCTTTAAACCAATAAATCCCGAAAAACATCGCCTCCCCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(25); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); read830.setScores(scores); - rfastqReads.push_back(read830); - FastqRead read831; read831.setName("M00967_44_000000000-A3K85_1_1102_23074_13203"); - read831.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGATCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(15); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(13); read831.setScores(scores); - rfastqReads.push_back(read831); - FastqRead read832; read832.setName("M00967_44_000000000-A3K85_1_1102_25216_13217"); - read832.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGGTGAGCCCCCACAATTTACCGCTGACTTGGCATCCCCCCCGCGCCCCCCTTTAACCCAAAAAATCCCGGGAACGCCCGCCTCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); read832.setScores(scores); - rfastqReads.push_back(read832); - FastqRead read833; read833.setName("M00967_44_000000000-A3K85_1_1102_14731_13237"); - read833.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGACAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATCTCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGACAGTTTCAACGGCGGGACCCGGGTTAGCCCCGGATTTTTTTCTCTTAACTTGCTAAACCCACACCGCCCCCTTTACACCACATCATTCCGAACAATGACTCCTCCCCA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(34); scores.push_back(15); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(13); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(13); scores.push_back(27); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(36); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); read833.setScores(scores); - rfastqReads.push_back(read833); - FastqRead read834; read834.setName("M00967_44_000000000-A3K85_1_1102_8450_13354"); - read834.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCACAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGCCCCCCTGCGCACCCCTTCAAACCCATAAATACGGGTAACCCCCCCCTCCCCCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(12); read834.setScores(scores); - rfastqReads.push_back(read834); - FastqRead read835; read835.setName("M00967_44_000000000-A3K85_1_1102_4713_13363"); - read835.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); read835.setScores(scores); - rfastqReads.push_back(read835); - FastqRead read836; read836.setName("M00967_44_000000000-A3K85_1_1102_12240_13465"); - read836.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(13); read836.setScores(scores); - rfastqReads.push_back(read836); - FastqRead read837; read837.setName("M00967_44_000000000-A3K85_1_1102_29304_13515"); - read837.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGGGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCCAAGAACCCTTTAAACCCAATAAATCCGGGTAACGCTTGCCCCCTACGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(30); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(19); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(36); scores.push_back(35); scores.push_back(26); scores.push_back(29); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(28); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(26); read837.setScores(scores); - rfastqReads.push_back(read837); - FastqRead read838; read838.setName("M00967_44_000000000-A3K85_1_1102_18822_13540"); - read838.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGCCGTACAGTTCCCAAAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTTCAGGCTTGCTCAGCCGTCTACGCTCCCTTTACACCCAGTGATTCCGGATAACGCCTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(35); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(31); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(31); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(13); read838.setScores(scores); - rfastqReads.push_back(read838); - FastqRead read839; read839.setName("M00967_44_000000000-A3K85_1_1102_16321_13542"); - read839.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGCGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(25); scores.push_back(30); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); read839.setScores(scores); - rfastqReads.push_back(read839); - FastqRead read840; read840.setName("M00967_44_000000000-A3K85_1_1102_16575_13610"); - read840.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(28); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(25); read840.setScores(scores); - rfastqReads.push_back(read840); - FastqRead read841; read841.setName("M00967_44_000000000-A3K85_1_1102_20301_13616"); - read841.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(36); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); read841.setScores(scores); - rfastqReads.push_back(read841); - FastqRead read842; read842.setName("M00967_44_000000000-A3K85_1_1102_21446_13693"); - read842.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTGAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTCACCTCTCCTGCACTCCAGTCACATAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTACATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCTTGCCCCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); read842.setScores(scores); - rfastqReads.push_back(read842); - FastqRead read843; read843.setName("M00967_44_000000000-A3K85_1_1102_26513_13699"); - read843.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTAC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); read843.setScores(scores); - rfastqReads.push_back(read843); - FastqRead read844; read844.setName("M00967_44_000000000-A3K85_1_1102_27495_13700"); - read844.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTTACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); read844.setScores(scores); - rfastqReads.push_back(read844); - FastqRead read845; read845.setName("M00967_44_000000000-A3K85_1_1102_19173_13708"); - read845.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); read845.setScores(scores); - rfastqReads.push_back(read845); - FastqRead read846; read846.setName("M00967_44_000000000-A3K85_1_1102_5288_13737"); - read846.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTCAATCCGGCTAACGCTTGCCCCCTAC"); - scores.clear(); scores.push_back(18); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(30); scores.push_back(30); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(27); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(29); scores.push_back(24); scores.push_back(32); scores.push_back(13); read846.setScores(scores); - rfastqReads.push_back(read846); - FastqRead read847; read847.setName("M00967_44_000000000-A3K85_1_1102_13642_13755"); - read847.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(24); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(13); read847.setScores(scores); - rfastqReads.push_back(read847); - FastqRead read848; read848.setName("M00967_44_000000000-A3K85_1_1102_6165_13769"); - read848.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(13); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); read848.setScores(scores); - rfastqReads.push_back(read848); - FastqRead read849; read849.setName("M00967_44_000000000-A3K85_1_1102_28634_13773"); - read849.setSeq("CCTGTTTGCTCCCCACACTTTCGTGCCTCAGCGTCAGTTGCAGTCCAGTTAGCCGCCTTCGCCTCTGGTGTTCCTCCTAATATCTACGCATTCCACCGCTACACTAGGAATTCCACTAACCTCTACTGCACTCAAGTCATACAGTTTTAGAAGCAGCACCCGAGTTAAGCCCTGGGTATTTCACTTCTAACTTGCACAACCGCCTACGCACCCTTTACGCCCAGTCATTCCGAACAACGCTTGCTCCCTA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(14); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(25); scores.push_back(30); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(26); read849.setScores(scores); - rfastqReads.push_back(read849); - FastqRead read850; read850.setName("M00967_44_000000000-A3K85_1_1102_21299_13774"); - read850.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCCCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCCCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(13); read850.setScores(scores); - rfastqReads.push_back(read850); - FastqRead read851; read851.setName("M00967_44_000000000-A3K85_1_1102_10489_13896"); - read851.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCACTGACTTGATCTTCCGCCTGCGCCCCCTTTAAACCCAATAAATCCCGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(36); scores.push_back(34); scores.push_back(27); scores.push_back(34); scores.push_back(25); scores.push_back(36); scores.push_back(13); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); read851.setScores(scores); - rfastqReads.push_back(read851); - FastqRead read852; read852.setName("M00967_44_000000000-A3K85_1_1102_9531_13954"); - read852.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGTGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTATGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCCAGCTGGACAGTTTCAAATGCACTCCCGGGGTTGAGCCCCGGGTTTTCACATCTGACTTGCCCTGCCACCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read852.setScores(scores); - rfastqReads.push_back(read852); - FastqRead read853; read853.setName("M00967_44_000000000-A3K85_1_1102_11369_13997"); - read853.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAACCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(13); read853.setScores(scores); - rfastqReads.push_back(read853); - FastqRead read854; read854.setName("M00967_44_000000000-A3K85_1_1102_2805_14003"); - read854.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAGTCAGTTTCAACGGCGGGGAGAGGGTGGGCCCCCCAATTTTAACGCTGACTTTACTGTCCGCCCAACCCCCCCTTAAACCCAATAAAACCGGATAAAACCCGCCTCCTCCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); read854.setScores(scores); - rfastqReads.push_back(read854); - FastqRead read855; read855.setName("M00967_44_000000000-A3K85_1_1102_12793_14108"); - read855.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(36); scores.push_back(29); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(30); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(29); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(30); scores.push_back(29); scores.push_back(12); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(28); scores.push_back(35); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(13); read855.setScores(scores); - rfastqReads.push_back(read855); - FastqRead read856; read856.setName("M00967_44_000000000-A3K85_1_1102_19900_14215"); - read856.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAAAGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(13); read856.setScores(scores); - rfastqReads.push_back(read856); - FastqRead read857; read857.setName("M00967_44_000000000-A3K85_1_1102_9112_14233"); - read857.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGATAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGGCCCGGTGGCGCTCGCGGTTTTTTTCACCGACTTCTCACGCCCCCCTCGCACCCATCTACCCCACAAACTACTTACGACACACCCCGCATCCC"); - scores.clear(); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(14); scores.push_back(33); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(29); scores.push_back(16); scores.push_back(27); scores.push_back(29); scores.push_back(16); scores.push_back(28); scores.push_back(35); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(12); read857.setScores(scores); - rfastqReads.push_back(read857); - FastqRead read858; read858.setName("M00967_44_000000000-A3K85_1_1102_22339_14240"); - read858.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read858.setScores(scores); - rfastqReads.push_back(read858); - FastqRead read859; read859.setName("M00967_44_000000000-A3K85_1_1102_19817_14247"); - read859.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGTTGAGCCCCGCAAATTTTCCGCTGACTTGGCATCCCGCCCGCGCACCCCTTAAACCCAATAAAACCGGATAAACCCACCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(36); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(13); read859.setScores(scores); - rfastqReads.push_back(read859); - FastqRead read860; read860.setName("M00967_44_000000000-A3K85_1_1102_6298_14256"); - read860.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGTGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTCAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); read860.setScores(scores); - rfastqReads.push_back(read860); - FastqRead read861; read861.setName("M00967_44_000000000-A3K85_1_1102_20988_14263"); - read861.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCCCCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(29); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(12); scores.push_back(35); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(26); read861.setScores(scores); - rfastqReads.push_back(read861); - FastqRead read862; read862.setName("M00967_44_000000000-A3K85_1_1102_28089_14363"); - read862.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACCGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGGCCACGCACCCTTTAAACCCCATAAATCCGGGTAACGCTCGCATCCTCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(20); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(13); scores.push_back(27); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(34); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); read862.setScores(scores); - rfastqReads.push_back(read862); - FastqRead read863; read863.setName("M00967_44_000000000-A3K85_1_1102_27264_14368"); - read863.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); read863.setScores(scores); - rfastqReads.push_back(read863); - FastqRead read864; read864.setName("M00967_44_000000000-A3K85_1_1102_20479_14459"); - read864.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCTCCTCCTCCG"); - scores.clear(); scores.push_back(18); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(27); scores.push_back(12); scores.push_back(27); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(25); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(34); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(29); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(24); read864.setScores(scores); - rfastqReads.push_back(read864); - FastqRead read865; read865.setName("M00967_44_000000000-A3K85_1_1102_18839_14597"); - read865.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read865.setScores(scores); - rfastqReads.push_back(read865); - FastqRead read866; read866.setName("M00967_44_000000000-A3K85_1_1102_21603_14620"); - read866.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(13); read866.setScores(scores); - rfastqReads.push_back(read866); - FastqRead read867; read867.setName("M00967_44_000000000-A3K85_1_1102_7186_14674"); - read867.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGTTGAGCCCCGAAAATTTACCGCTGACTTGGCATCCCGCCTGCGCACCCTTTAAAACCAATAAATCCGGGTAACGCCCCCATCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(14); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(26); read867.setScores(scores); - rfastqReads.push_back(read867); - FastqRead read868; read868.setName("M00967_44_000000000-A3K85_1_1102_21350_14715"); - read868.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCTAGCTACACAGTTTCCAAAGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACTTCAGACTTGCGCAGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(13); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(13); read868.setScores(scores); - rfastqReads.push_back(read868); - FastqRead read869; read869.setName("M00967_44_000000000-A3K85_1_1102_20472_14719"); - read869.setSeq("CCTGTTCGATCCCCACGCTTTCGCGCCTCACCGTCAGTTGCTGTCCAGCAGACCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGTCTGCCTCTCCAGTACTCAAGATCAACAGTTTCAAATGCAGTTCTGCGGTTAAGCCGCCGGATTTCACATCTGACTTGTCAACCCGGCTACACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); read869.setScores(scores); - rfastqReads.push_back(read869); - FastqRead read870; read870.setName("M00967_44_000000000-A3K85_1_1102_8355_14747"); - read870.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(30); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(28); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(13); read870.setScores(scores); - rfastqReads.push_back(read870); - FastqRead read871; read871.setName("M00967_44_000000000-A3K85_1_1102_8372_14747"); - read871.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCCCCCAGTTTCAACGGCGGAACCGGGGTTAGCCCCGCGGATTGACCCCTTACTTGATAGAACGCCTGCGCACCCCTTAAACCCAAAAAATCCGGGAAACCCTCCCATCCCACCA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(27); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(27); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); read871.setScores(scores); - rfastqReads.push_back(read871); - FastqRead read872; read872.setName("M00967_44_000000000-A3K85_1_1102_25161_14836"); - read872.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAACCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(26); scores.push_back(26); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(29); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(28); scores.push_back(29); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(12); read872.setScores(scores); - rfastqReads.push_back(read872); - FastqRead read873; read873.setName("M00967_44_000000000-A3K85_1_1102_26656_14852"); - read873.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACCAGAAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCCTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(16); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(27); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(32); scores.push_back(16); scores.push_back(38); scores.push_back(15); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(16); scores.push_back(28); scores.push_back(29); scores.push_back(27); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(12); scores.push_back(32); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(13); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(37); scores.push_back(12); read873.setScores(scores); - rfastqReads.push_back(read873); - FastqRead read874; read874.setName("M00967_44_000000000-A3K85_1_1102_19768_14866"); - read874.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(13); read874.setScores(scores); - rfastqReads.push_back(read874); - FastqRead read875; read875.setName("M00967_44_000000000-A3K85_1_1102_8420_14902"); - read875.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); read875.setScores(scores); - rfastqReads.push_back(read875); - FastqRead read876; read876.setName("M00967_44_000000000-A3K85_1_1102_2209_14915"); - read876.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCCAAGGCAGGGCCGGGTTGGGACCCCGAAATTTACCGCCGGATTTGCAACACCCCCTCGCCCCCCTTAAAACCAATAAAATCGGGTGAACCCTGGCCCCTCCGT"); - scores.clear(); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(19); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(20); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(19); scores.push_back(30); scores.push_back(19); scores.push_back(37); scores.push_back(19); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(31); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(27); scores.push_back(35); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(28); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); read876.setScores(scores); - rfastqReads.push_back(read876); - FastqRead read877; read877.setName("M00967_44_000000000-A3K85_1_1102_24707_14936"); - read877.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGCTATACAGTTTCCAAAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTTCAGACTTGCATCGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTAC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(27); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(36); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); read877.setScores(scores); - rfastqReads.push_back(read877); - FastqRead read878; read878.setName("M00967_44_000000000-A3K85_1_1102_29647_14957"); - read878.setSeq("CCTGTTAGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGAAGTTCTGAGTGGTATCTATGCATTTCACAGCTAAACCAAGCATTCAGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCCGGGGTAATCCCCTCAATTTGCACTCGCTCCTATCGCCCCGCCTACGTACACTCTACACCCAAACAACTCCGCTAACGCCCACACCCTCCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(18); scores.push_back(16); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(16); scores.push_back(32); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(35); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(16); scores.push_back(29); scores.push_back(15); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(17); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(17); scores.push_back(17); scores.push_back(29); scores.push_back(29); scores.push_back(17); scores.push_back(33); scores.push_back(14); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(16); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(27); scores.push_back(37); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(17); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(35); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(31); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(29); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(27); scores.push_back(16); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(28); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); read878.setScores(scores); - rfastqReads.push_back(read878); - FastqRead read879; read879.setName("M00967_44_000000000-A3K85_1_1102_18604_15010"); - read879.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGACAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTTGCCAGTTTCAACGGCGGGGCCGGGGTGGGCCCCGCAGTTTTTACCCCTACTTTGCCAAACCCCCACCCCCCCCTTTAAACCAAAAAAAACAGACAAAAAACCCACCCCCCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(29); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(12); read879.setScores(scores); - rfastqReads.push_back(read879); - FastqRead read880; read880.setName("M00967_44_000000000-A3K85_1_1102_3259_15070"); - read880.setSeq("CCTGTTCGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCGCGGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCCGCACTCCAGCCATGCAGTTCCAAGGGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACCCCTGGCTTGCATGGCCGTCTACGCTCCCTTTACACCCAGTGAATCCGGATAACGCCCGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(13); read880.setScores(scores); - rfastqReads.push_back(read880); - FastqRead read881; read881.setName("M00967_44_000000000-A3K85_1_1102_13311_15099"); - read881.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCACTTGCCTCTCCGACACTCTAGATATACAGTTTCCAATGCAGTTCCGGGGTTGGGCCCCGGATTTTCACATCAGACTTGCAAGTCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAAAGCTTGCCCCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(35); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(28); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); read881.setScores(scores); - rfastqReads.push_back(read881); - FastqRead read882; read882.setName("M00967_44_000000000-A3K85_1_1102_29210_15181"); - read882.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAGCCGTTCCGCGGTTAAGCCACGGGCTTTCACTTCAGACTTGCAGAACCGTCTACGCTCCCCTTACACCCAGTAAATCCGGCTCACGCTCGCCCCCCACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(18); scores.push_back(18); scores.push_back(37); scores.push_back(36); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); read882.setScores(scores); - rfastqReads.push_back(read882); - FastqRead read883; read883.setName("M00967_44_000000000-A3K85_1_1102_19133_15201"); - read883.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGCGTCAGTTACTGTCCAGCAATCCGCCTTCGCCACTGGTGTTCCTCCGTATATCTACGCATTTCACCGCTACACACGGAATTCCGATTGCCTCTCCCGCACTCAAGAAGTACAGTTTCAAATGCAGGCTATGGGTTGAGCCCATAGTTTTCACATCTGACTTGCACTCCCGCCTACACGCCCTTTACACCCAGTAAATCCGGATAACGCTTCCCACCTAC"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(27); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(14); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); read883.setScores(scores); - rfastqReads.push_back(read883); - FastqRead read884; read884.setName("M00967_44_000000000-A3K85_1_1102_20657_15222"); - read884.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read884.setScores(scores); - rfastqReads.push_back(read884); - FastqRead read885; read885.setName("M00967_44_000000000-A3K85_1_1102_13292_15250"); - read885.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCCTTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGGCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCAGA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(18); scores.push_back(29); scores.push_back(32); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(35); scores.push_back(36); scores.push_back(16); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(35); scores.push_back(17); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(36); scores.push_back(30); scores.push_back(29); scores.push_back(14); scores.push_back(33); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(27); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(15); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(30); scores.push_back(14); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(13); scores.push_back(34); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(31); scores.push_back(28); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(26); scores.push_back(31); scores.push_back(27); scores.push_back(12); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); read885.setScores(scores); - rfastqReads.push_back(read885); - FastqRead read886; read886.setName("M00967_44_000000000-A3K85_1_1102_12198_15252"); - read886.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGAAGGAGGTGGACCACTCAAACTTACCCCCTACCTATCCGTCCGCCCAACCCCCCCTTTAACACAACAAATACCAGTAACACCCCCAACCCCCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(20); scores.push_back(17); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(35); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); read886.setScores(scores); - rfastqReads.push_back(read886); - FastqRead read887; read887.setName("M00967_44_000000000-A3K85_1_1102_19635_15344"); - read887.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); read887.setScores(scores); - rfastqReads.push_back(read887); - FastqRead read888; read888.setName("M00967_44_000000000-A3K85_1_1102_19313_15367"); - read888.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTTACCGTCCAGCAAGCCGCCTCCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTGCCTCTCCGGCACTCCAGCATGGCAGTTTCAAATGCAGTCCCGGGGTTGGGCCCCGGGTTTTCACATCTGACTTGCCACGCCGCCTGCGCTCCCTTTACCCCCAGTAAATCCGGATAACGCCCGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(30); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); read888.setScores(scores); - rfastqReads.push_back(read888); - FastqRead read889; read889.setName("M00967_44_000000000-A3K85_1_1102_19822_15453"); - read889.setSeq("CCTGTTTGCTACCCACGCTTTCGTGCTTCAGCGTCAGTTAAAGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCCGATCTCTACGCATTTCACCGCTACACCGGGAATTCCGCCTGCCTCTACTTCACTCAAGCCCTACAGTTTCAAAAGCAGTTCACGGGTTAAGCCCATGGATTTCACTTCTGACTTGCAAGGCCGCCTACGCACCCTTTACACCCAGTAAATCCGGACAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read889.setScores(scores); - rfastqReads.push_back(read889); - FastqRead read890; read890.setName("M00967_44_000000000-A3K85_1_1102_27169_15505"); - read890.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(16); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(36); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(26); scores.push_back(34); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(28); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); read890.setScores(scores); - rfastqReads.push_back(read890); - FastqRead read891; read891.setName("M00967_44_000000000-A3K85_1_1102_21855_15534"); - read891.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read891.setScores(scores); - rfastqReads.push_back(read891); - FastqRead read892; read892.setName("M00967_44_000000000-A3K85_1_1102_6891_15634"); - read892.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGTTGAGCCCCCAAAATTTACCGCCGACCTGGCATCCCCCCTGCGCACCCCTTAAACCCCATAAAACCCGGTTACGCCCCCACCCCTCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); read892.setScores(scores); - rfastqReads.push_back(read892); - FastqRead read893; read893.setName("M00967_44_000000000-A3K85_1_1102_6633_15660"); - read893.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATCAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(25); scores.push_back(24); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(34); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); read893.setScores(scores); - rfastqReads.push_back(read893); - FastqRead read894; read894.setName("M00967_44_000000000-A3K85_1_1102_28366_15663"); - read894.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGTGTCAGTTGCAGACCAGGAAGCCGCCTTCGCCACTGGTGTTCCTCCATATCTCTACGCATTTCACCGCTACACATGGAATTCCACTTCCCTCTTCTGCACTCAAGTCAACCAGTTTCCAATGACCCTCCACGGTTAAGCCGTGGGCTTTCACATCAGACTTAATTAACCACCTGCGCGCTCTTTACGCCCAATAATTCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read894.setScores(scores); - rfastqReads.push_back(read894); - FastqRead read895; read895.setName("M00967_44_000000000-A3K85_1_1102_28349_15663"); - read895.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGTGTCAGTTGCAGACCAGGAAGCCGCCTTCGCCACTGGTGTTCCTCCATATCTCTACGCATTTCACCGCTACACATGGAATTCCACTTCCCCCTTCTGCACTCAAGTCAACCAGTTTCCAATGACCCTCCACGGTTAAGCCGTGGGCTTTCACATCAGACTTAATTAACCACCTGCGCGCTCTTTACGCCCAATAATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(13); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(26); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(26); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(30); read895.setScores(scores); - rfastqReads.push_back(read895); - FastqRead read896; read896.setName("M00967_44_000000000-A3K85_1_1102_16877_15696"); - read896.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGGTGGGCCCCCCAAATTTTACGCCTCATTGGCATACCCCCCGCGCACCCCTTCAAACCACTAAATCCGGCTCAAGCCCCCCTCCCCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(24); read896.setScores(scores); - rfastqReads.push_back(read896); - FastqRead read897; read897.setName("M00967_44_000000000-A3K85_1_1102_7809_15711"); - read897.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGCAATTTGACCGCTGACTTAGCAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(27); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(29); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read897.setScores(scores); - rfastqReads.push_back(read897); - FastqRead read898; read898.setName("M00967_44_000000000-A3K85_1_1102_21863_15765"); - read898.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCCCGGATCCTCC"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(18); scores.push_back(20); scores.push_back(33); scores.push_back(38); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(26); read898.setScores(scores); - rfastqReads.push_back(read898); - FastqRead read899; read899.setName("M00967_44_000000000-A3K85_1_1102_14205_15790"); - read899.setSeq("CCTGTTTGCTACCCACGCTTTCGAACCTCAGCGTCAGTTACAGACCAGAGAGCCGCTTTCGCCACTGGTGTTCTTCCATATATCTACGCATTTCACCGCTACACATGGAGTTCCACTCTCCTCTTCTGCACTCAAGTCTCCCAGTTTCCAATGCACTACTCCGGTTAAGCCGAAGGCTTTCACATCAGACTTAAAAGACCGCCTGCGTTCCCTTTACGCCCAATAAATCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(13); read899.setScores(scores); - rfastqReads.push_back(read899); - FastqRead read900; read900.setName("M00967_44_000000000-A3K85_1_1102_25773_15893"); - read900.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGACGGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGACGGGGTTGAGCCCCGGATTTTTTCCGCTGCCTTAAATAACCGCCTCCGCCCCCCTTAAACCCCATAAATCCGGTTAACAACCGCCTCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(27); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); read900.setScores(scores); - rfastqReads.push_back(read900); - FastqRead read901; read901.setName("M00967_44_000000000-A3K85_1_1102_24965_15923"); - read901.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); read901.setScores(scores); - rfastqReads.push_back(read901); - FastqRead read902; read902.setName("M00967_44_000000000-A3K85_1_1102_20834_15961"); - read902.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTTACAGTCCAGAGAATCGCCTTCGCCACTGGTGTTCTTCCTAATCTCTACGCATTTCACCGCTACACTAGGAATTCCATTCTCCTCTCCTGCACTCTAGACTTCCAGTTTGAAATGCAGCACTCAAGTTGAGCCCGAGTATTTCACATCTCACTTAAAAGTCCGCCTACGCTCCCTTTACGCCCAGTAAATCCGGACAACGCTCGCCACCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(25); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(24); read902.setScores(scores); - rfastqReads.push_back(read902); - FastqRead read903; read903.setName("M00967_44_000000000-A3K85_1_1102_19985_15992"); - read903.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); read903.setScores(scores); - rfastqReads.push_back(read903); - FastqRead read904; read904.setName("M00967_44_000000000-A3K85_1_1102_11369_16089"); - read904.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGTTGGGCCCCCAAAATTGACCGCTGACTTGGCATCCCGCCGGCGCACCCCTCACACCCAAAACATCCGGGTAAAACCCCCATCTCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(29); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(13); read904.setScores(scores); - rfastqReads.push_back(read904); - FastqRead read905; read905.setName("M00967_44_000000000-A3K85_1_1102_22679_16128"); - read905.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); read905.setScores(scores); - rfastqReads.push_back(read905); - FastqRead read906; read906.setName("M00967_44_000000000-A3K85_1_1102_18981_16151"); - read906.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(13); read906.setScores(scores); - rfastqReads.push_back(read906); - FastqRead read907; read907.setName("M00967_44_000000000-A3K85_1_1102_16043_16162"); - read907.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGGGGGGCCCCCACATTTGACCGCTGACTTTGCCTACCCCCCGCGCCACCCTTTAAACCCATACATCCCGATAAACCCCTCATTCCCAC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(31); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); read907.setScores(scores); - rfastqReads.push_back(read907); - FastqRead read908; read908.setName("M00967_44_000000000-A3K85_1_1102_18799_16229"); - read908.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(25); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(31); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(13); read908.setScores(scores); - rfastqReads.push_back(read908); - FastqRead read909; read909.setName("M00967_44_000000000-A3K85_1_1102_17039_16259"); - read909.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTTAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCCCATCCTCCGA"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(20); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(28); scores.push_back(31); scores.push_back(29); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(28); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); read909.setScores(scores); - rfastqReads.push_back(read909); - FastqRead read910; read910.setName("M00967_44_000000000-A3K85_1_1102_7389_16283"); - read910.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGCAGAGGGTGTGCCCCTCAAATTTTCCGCTGAACTAAATTTCCGCCCACCCCCCCCTTTAAAACAATAAATCCCCACAAAGCTCCCCTCACCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); read910.setScores(scores); - rfastqReads.push_back(read910); - FastqRead read911; read911.setName("M00967_44_000000000-A3K85_1_1102_7375_16297"); - read911.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGCAGAGGCAGATCCGCCCCATTTTTCCAGCGACCTAATTGTGCTCCTCAGCACCCCTTTAACCCAATAAAAACGGATAACAACCGCATCCTCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(32); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(16); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(29); scores.push_back(27); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(27); scores.push_back(35); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); read911.setScores(scores); - rfastqReads.push_back(read911); - FastqRead read912; read912.setName("M00967_44_000000000-A3K85_1_1102_26496_16334"); - read912.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(18); scores.push_back(33); scores.push_back(19); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(13); read912.setScores(scores); - rfastqReads.push_back(read912); - FastqRead read913; read913.setName("M00967_44_000000000-A3K85_1_1102_11507_16364"); - read913.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGGCCCCGGTTGAGCCGGGAATTTTCTCACCTGACTTAACAACCCCCCCCCCCCCCCCTTAACCCCAACAAACCCGCATAACCCCCGCCCCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(31); read913.setScores(scores); - rfastqReads.push_back(read913); - FastqRead read914; read914.setName("M00967_44_000000000-A3K85_1_1102_23904_16480"); - read914.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCGGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGCCATTTGACCGCTGCCTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAAAGACCGCATCCTCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(13); scores.push_back(34); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(29); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(12); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(13); read914.setScores(scores); - rfastqReads.push_back(read914); - FastqRead read915; read915.setName("M00967_44_000000000-A3K85_1_1102_14880_16547"); - read915.setSeq("CCTGTTTGCTACCCACGCTTTCGTGCTTCAGCGTCAGTTAAAGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCCGATCTCTACGCATTTCACCGCTACACCGGGAATTCCGCCTGCCTCTACTTCACTCAAGCCCTACAGTTTCAAAAGCAGTTCACGGGTTAAGCCCATGGATTTCACTTCTGACTTGCAAGGCCGCCTACGCACCCTTTACACCCAGTAAATCCGGACAACGCTTGCTCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); read915.setScores(scores); - rfastqReads.push_back(read915); - FastqRead read916; read916.setName("M00967_44_000000000-A3K85_1_1102_9262_16559"); - read916.setSeq("CCTGTTCGATACCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read916.setScores(scores); - rfastqReads.push_back(read916); - FastqRead read917; read917.setName("M00967_44_000000000-A3K85_1_1102_11075_16577"); - read917.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGTGTCAGTTGCAGACCAGGAAGCCGCCTTCGCCACTGGTGTTCCTCCATATCTCTACGCATTTCACCGCTACACATGGAATTCCACTTCCCTCTTCTGCACTCAAGTCAACCAGTTTCCAATGACCCTCCCCGGTTAAGCCGTGGGCTTTCACATCAGACTTAATTAACCACCTGCCCGCTCTTTACGCCCAATAATTCCGGATAACCCTTGCCACCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(27); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(24); read917.setScores(scores); - rfastqReads.push_back(read917); - FastqRead read918; read918.setName("M00967_44_000000000-A3K85_1_1102_22601_16617"); - read918.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); read918.setScores(scores); - rfastqReads.push_back(read918); - FastqRead read919; read919.setName("M00967_44_000000000-A3K85_1_1102_10672_16660"); - read919.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGTTGAGCCCCGAAAATTTACCGCTGACTTGGCATCCCGCCTGCGCCCCCCTTTAAACCCATCAATCCGGATAACGCTCGCCTCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(13); read919.setScores(scores); - rfastqReads.push_back(read919); - FastqRead read920; read920.setName("M00967_44_000000000-A3K85_1_1102_25954_16670"); - read920.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGCGCGCCGGTAAGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCCGGGGTTGGCCCCCAGCCTTTACCGCCGACTTAAACGCCCCCCCAACGCCCCCTTTAACCCAAAAAAAACGGCAAAACCCCTCCCCCCACC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(32); scores.push_back(17); scores.push_back(15); scores.push_back(32); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); read920.setScores(scores); - rfastqReads.push_back(read920); - FastqRead read921; read921.setName("M00967_44_000000000-A3K85_1_1102_7434_16732"); - read921.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGTTGAGCCCCCAAATTTGACCCCTGACTTGGCATCCCGCCTGCGCACCCCTTAAACCCAATAAATCCGGGTAACGCCTCCCACCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(29); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(34); scores.push_back(27); scores.push_back(32); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(26); scores.push_back(36); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(12); read921.setScores(scores); - rfastqReads.push_back(read921); - FastqRead read922; read922.setName("M00967_44_000000000-A3K85_1_1102_25966_16739"); - read922.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGGAGAGGGTGCGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCCCATACTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(27); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(35); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(24); read922.setScores(scores); - rfastqReads.push_back(read922); - FastqRead read923; read923.setName("M00967_44_000000000-A3K85_1_1102_10993_16770"); - read923.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGACAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGGCACGGTTGCGGCCCGCGATTTTTCCCCCTACTTTGCCAAAAACCTTCCCACCCCTTTTAACCCCAAAAAACCTCAAAAGCCCCCCCACCTCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(29); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(34); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(25); read923.setScores(scores); - rfastqReads.push_back(read923); - FastqRead read924; read924.setName("M00967_44_000000000-A3K85_1_1102_18477_16801"); - read924.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGCGTCAGTTACTGTCCAGCAATCCGCCTTCGCCACTGGTGTTCCTCCGTATATCTACGCATTTCACCGCTACACACGGAATTCCGATTGCCTCTCCAGCACTCAAGAAATACAGTTTCAAATGCAGGCTATGGGTTGAGCCCATAGTTTTCACATCTGACTTGCATTCCCGCCTACACGCCCTTTACACCCAATAAATCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(27); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(13); read924.setScores(scores); - rfastqReads.push_back(read924); - FastqRead read925; read925.setName("M00967_44_000000000-A3K85_1_1102_16374_16834"); - read925.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read925.setScores(scores); - rfastqReads.push_back(read925); - FastqRead read926; read926.setName("M00967_44_000000000-A3K85_1_1102_3847_16863"); - read926.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACATTCCAGTGAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCCACCTCTCCTGCACTCCAGTCACATAGTTTCCAGAGAAGTCCGGGGGTTGGGCCCCCGCCTTTCCCTCCAGACTTACATCACCGTCTACGGTCCCTTTACACCCAGTCATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(30); scores.push_back(29); scores.push_back(31); scores.push_back(18); scores.push_back(16); scores.push_back(31); scores.push_back(18); scores.push_back(31); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(32); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(17); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(15); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(29); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(31); scores.push_back(17); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(31); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(30); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(35); scores.push_back(27); scores.push_back(27); scores.push_back(30); scores.push_back(14); scores.push_back(15); scores.push_back(30); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(31); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); read926.setScores(scores); - rfastqReads.push_back(read926); - FastqRead read927; read927.setName("M00967_44_000000000-A3K85_1_1102_4873_16910"); - read927.setSeq("CCTGTTTGATCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGCATTCCGCTTACCTCTCCCGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCCTGCCCCCTACG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(18); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(28); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(32); scores.push_back(30); scores.push_back(31); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(28); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); read927.setScores(scores); - rfastqReads.push_back(read927); - FastqRead read928; read928.setName("M00967_44_000000000-A3K85_1_1102_5858_16910"); - read928.setSeq("CCTGTTTGCTCCCCACGCTTTCGGGCCTCAACGTCAGTCGCAGTCCAGCAGGCCGCCTTCGCCACCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCTGCACTCCAGCCGCGCAGTTCCAAGAGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACTCCTGGCTTGCGCTGCCGTCTGCGCCCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(13); read928.setScores(scores); - rfastqReads.push_back(read928); - FastqRead read929; read929.setName("M00967_44_000000000-A3K85_1_1102_6208_17039"); - read929.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGTGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTATGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCCAGCTGGACAGTTTCAAATGCACTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGACTTGCCCTGCCACCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(20); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(18); scores.push_back(37); scores.push_back(18); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(30); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(26); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(13); read929.setScores(scores); - rfastqReads.push_back(read929); - FastqRead read930; read930.setName("M00967_44_000000000-A3K85_1_1102_24668_17079"); - read930.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTTCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCAGCACTCTAGCCGGGCAGTTTCCAAAGCAGTCCCGCAGTTGGGCCGCGGGCTTTCACTTCAGACTTGCTCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read930.setScores(scores); - rfastqReads.push_back(read930); - FastqRead read931; read931.setName("M00967_44_000000000-A3K85_1_1102_15585_17084"); - read931.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCATTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(29); scores.push_back(28); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); read931.setScores(scores); - rfastqReads.push_back(read931); - FastqRead read932; read932.setName("M00967_44_000000000-A3K85_1_1102_9672_17086"); - read932.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTACCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(25); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(29); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(25); read932.setScores(scores); - rfastqReads.push_back(read932); - FastqRead read933; read933.setName("M00967_44_000000000-A3K85_1_1102_18472_17092"); - read933.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAAAACCAGTTTCAACGGCTCGAAGGGGTTGAGCCCCCCAATTTTACCGCTGACTTGAAATTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(18); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(27); scores.push_back(26); scores.push_back(31); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(32); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(35); read933.setScores(scores); - rfastqReads.push_back(read933); - FastqRead read934; read934.setName("M00967_44_000000000-A3K85_1_1102_3835_17118"); - read934.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGCCAACTCAAGTCTGCCAGTTTCAACGGCTCGACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTAACGGACCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); read934.setScores(scores); - rfastqReads.push_back(read934); - FastqRead read935; read935.setName("M00967_44_000000000-A3K85_1_1102_25555_17242"); - read935.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAAGTTGAGCCTCTCAATTTTACCGCTGGCTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATCAATCCGGATAACGCTCGCCTCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(31); scores.push_back(27); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(14); scores.push_back(25); scores.push_back(27); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(25); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(32); read935.setScores(scores); - rfastqReads.push_back(read935); - FastqRead read936; read936.setName("M00967_44_000000000-A3K85_1_1102_14017_17269"); - read936.setSeq("CCTGAAAGAATCACACGCTTTCATGCCTGAGCTTCAGTCGTAGTTTGTTCCGCTGCCTTCGCAATCGCAGTTCTGCCTGATATCTTTGTATTTCACCGCTACACCATGTATTCCGCTTGCTTCTTGTACACTCTCGACCCACAGCATCAGCAGCTGCACCGCAGCAAAGCCCAGAGCATCACACACAAAGTCATCGCACGGCCCGCGTCCCCCTCAACCCTCACACATACACACAAGCATCGCATCACCC"); - scores.clear(); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(36); scores.push_back(18); scores.push_back(16); scores.push_back(32); scores.push_back(15); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(35); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(35); scores.push_back(17); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(31); scores.push_back(35); scores.push_back(31); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(31); scores.push_back(29); scores.push_back(15); scores.push_back(14); scores.push_back(16); scores.push_back(33); scores.push_back(29); scores.push_back(17); scores.push_back(29); scores.push_back(37); scores.push_back(17); scores.push_back(29); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(31); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(30); scores.push_back(15); scores.push_back(30); scores.push_back(16); scores.push_back(15); scores.push_back(30); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(15); scores.push_back(15); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(12); read936.setScores(scores); - rfastqReads.push_back(read936); - FastqRead read937; read937.setName("M00967_44_000000000-A3K85_1_1102_3681_17285"); - read937.setSeq("CCTGTTCGATCCACGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCACTCTGGGTTCTGCGTGGTATCTATGCATTTCACCGCTACACCCCGCATTCCGCCTTTTTCTCGCCCACCTAAGGCCCCACGTTTCAACGGCCGCCCGGGGTTGGACCCCGACTTTTTACCGCTGCCTTAAAAGCCCGCCTCCGCCCCCTTTAAACCCAATAACTCCGGATAACGCTCCCCTCCCCCG"); - scores.clear(); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(35); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(15); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(15); scores.push_back(16); scores.push_back(31); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(29); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(31); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(17); scores.push_back(15); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(14); scores.push_back(16); scores.push_back(30); scores.push_back(16); scores.push_back(15); scores.push_back(30); scores.push_back(16); scores.push_back(14); scores.push_back(30); scores.push_back(29); scores.push_back(27); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(13); scores.push_back(27); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); read937.setScores(scores); - rfastqReads.push_back(read937); - FastqRead read938; read938.setName("M00967_44_000000000-A3K85_1_1102_22878_17371"); - read938.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); read938.setScores(scores); - rfastqReads.push_back(read938); - FastqRead read939; read939.setName("M00967_44_000000000-A3K85_1_1102_4487_17392"); - read939.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(29); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); read939.setScores(scores); - rfastqReads.push_back(read939); - FastqRead read940; read940.setName("M00967_44_000000000-A3K85_1_1102_19830_17397"); - read940.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(28); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); read940.setScores(scores); - rfastqReads.push_back(read940); - FastqRead read941; read941.setName("M00967_44_000000000-A3K85_1_1102_9893_17520"); - read941.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(28); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); read941.setScores(scores); - rfastqReads.push_back(read941); - FastqRead read942; read942.setName("M00967_44_000000000-A3K85_1_1102_16915_17547"); - read942.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGGTAACGCTCCCCTCCCCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(25); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(25); scores.push_back(29); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(13); read942.setScores(scores); - rfastqReads.push_back(read942); - FastqRead read943; read943.setName("M00967_44_000000000-A3K85_1_1102_29077_17547"); - read943.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); read943.setScores(scores); - rfastqReads.push_back(read943); - FastqRead read944; read944.setName("M00967_44_000000000-A3K85_1_1102_26081_17551"); - read944.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCCACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(28); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); read944.setScores(scores); - rfastqReads.push_back(read944); - FastqRead read945; read945.setName("M00967_44_000000000-A3K85_1_1102_17835_17586"); - read945.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGGGCGGGGGTGGGGCCCGCCCCTTCCCCGCTCACTTCAGGGGGCGCCCGCGGACCCCTCCAACCCAACAAACCCGGAGAACGCACGCCTCCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); read945.setScores(scores); - rfastqReads.push_back(read945); - FastqRead read946; read946.setName("M00967_44_000000000-A3K85_1_1102_19515_17750"); - read946.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCCCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(25); scores.push_back(34); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(31); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read946.setScores(scores); - rfastqReads.push_back(read946); - FastqRead read947; read947.setName("M00967_44_000000000-A3K85_1_1102_25712_17791"); - read947.setSeq("CCTGTTCGATCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAGCCGTTCCGCGGTTAAGCCACGGGCTTTCACTTCAGACTTGCAGAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTCGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(13); scores.push_back(15); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(29); scores.push_back(29); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(13); read947.setScores(scores); - rfastqReads.push_back(read947); - FastqRead read948; read948.setName("M00967_44_000000000-A3K85_1_1102_21715_17857"); - read948.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGGTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(32); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(30); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(35); read948.setScores(scores); - rfastqReads.push_back(read948); - FastqRead read949; read949.setName("M00967_44_000000000-A3K85_1_1102_11676_17880"); - read949.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(25); read949.setScores(scores); - rfastqReads.push_back(read949); - FastqRead read950; read950.setName("M00967_44_000000000-A3K85_1_1102_20324_17896"); - read950.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCATCGCATTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(28); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read950.setScores(scores); - rfastqReads.push_back(read950); - FastqRead read951; read951.setName("M00967_44_000000000-A3K85_1_1102_2950_17933"); - read951.setSeq("CCTGTTCGATACCCACACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACCGCCCGCCTAAGCCCCCTTTAAACCCAATAAATCCGGATAACGCTCCCATCCCCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(16); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(16); scores.push_back(32); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(36); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); read951.setScores(scores); - rfastqReads.push_back(read951); - FastqRead read952; read952.setName("M00967_44_000000000-A3K85_1_1102_2931_17933"); - read952.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(19); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(28); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(36); scores.push_back(35); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); read952.setScores(scores); - rfastqReads.push_back(read952); - FastqRead read953; read953.setName("M00967_44_000000000-A3K85_1_1102_21075_18003"); - read953.setSeq("CCTGTTTGCTCCCCACACTTTCGTGCCTCAGCGTCAGTTGCAGTCCAGTTAGCCGCCTTCGCCTCTGGTGTTCCTCCTAATATCTACGCATTCCACCGCTACACTAGGAATTCCACTAACCTCTACTGCACTCAAGTCATACAGTTTTAGAAGCAGCACCCGAGTTAAGCCCTGGGTATTTCACTTCTAACTTGTACAACCGCCTACGCACCCTTTACGCCCAGTCATTCCGAACAACGCTTGCTCCCTA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read953.setScores(scores); - rfastqReads.push_back(read953); - FastqRead read954; read954.setName("M00967_44_000000000-A3K85_1_1102_6223_18022"); - read954.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCTAGCTACACAGTTTCCAAAGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACTTCAGACTTGCGCAGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(12); read954.setScores(scores); - rfastqReads.push_back(read954); - FastqRead read955; read955.setName("M00967_44_000000000-A3K85_1_1102_25433_18075"); - read955.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGATAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTTCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGTCCCCGGGTTGGGCCCCGGGTTTTCACGTCTGACTTGCATAACCGCCTCACCCCCCTTTCACCCCCTCAAATCCGGATACCGCCCCCCCCCTCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(38); scores.push_back(34); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(15); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(14); scores.push_back(16); scores.push_back(14); scores.push_back(27); scores.push_back(29); scores.push_back(32); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(29); scores.push_back(31); scores.push_back(24); scores.push_back(24); scores.push_back(12); read955.setScores(scores); - rfastqReads.push_back(read955); - FastqRead read956; read956.setName("M00967_44_000000000-A3K85_1_1102_27248_18103"); - read956.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(29); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); read956.setScores(scores); - rfastqReads.push_back(read956); - FastqRead read957; read957.setName("M00967_44_000000000-A3K85_1_1102_11734_18128"); - read957.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGTTGAGCCCCGAAATTTGACCGCTGACCTGGCATCCCGCCTGCGCACCCCTTAAACCCAATAAATCCCGATAACGCTCGCATCCTCCC"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(17); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(13); read957.setScores(scores); - rfastqReads.push_back(read957); - FastqRead read958; read958.setName("M00967_44_000000000-A3K85_1_1102_19017_18139"); - read958.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCCCTCCAGTACTCTAGCCGCACAGTTTCCAGAGCAGTTCCGGGGTTGGGCCCCGGGCTTTCACTCCAGACTTGCACTGCCGTCTGCGCTCCCTTTACACCCAGTAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); read958.setScores(scores); - rfastqReads.push_back(read958); - FastqRead read959; read959.setName("M00967_44_000000000-A3K85_1_1102_26800_18141"); - read959.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(13); read959.setScores(scores); - rfastqReads.push_back(read959); - FastqRead read960; read960.setName("M00967_44_000000000-A3K85_1_1102_24835_18161"); - read960.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCCACGCACCCCTTCAACCCAATAAATCCGGATAACGCCCCCATCCTCCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(25); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(24); scores.push_back(28); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(26); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(13); read960.setScores(scores); - rfastqReads.push_back(read960); - FastqRead read961; read961.setName("M00967_44_000000000-A3K85_1_1102_24787_18170"); - read961.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read961.setScores(scores); - rfastqReads.push_back(read961); - FastqRead read962; read962.setName("M00967_44_000000000-A3K85_1_1102_24447_18176"); - read962.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCAGCACTCTAGCTCCACAGTTTCCAAAGCAGTCCCAGGGTTGAGCCCTGGGCTTTCACTTCAGACTTGCACAGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(13); read962.setScores(scores); - rfastqReads.push_back(read962); - FastqRead read963; read963.setName("M00967_44_000000000-A3K85_1_1102_22054_18259"); - read963.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(12); read963.setScores(scores); - rfastqReads.push_back(read963); - FastqRead read964; read964.setName("M00967_44_000000000-A3K85_1_1102_24133_18275"); - read964.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read964.setScores(scores); - rfastqReads.push_back(read964); - FastqRead read965; read965.setName("M00967_44_000000000-A3K85_1_1102_9758_18442"); - read965.setSeq("CCTGTTTGCTACCCACGCTTTCGTGCCTCAGCGTCAGTTAGAGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCCGATCTCTACGCATTTCACCGCTACACCGGGAATTCCGCCTACCTCTACTCCACTCAAGCTCTGCAGTTTCAAAAGCAGTTCATGGGTTAAGCCCATGGATTTCACTTCTGACTTGCAAAGCCGCCTACGCACCCTTTACACCCAGTAAATCCGGACAACGCTTGCTCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(18); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(24); read965.setScores(scores); - rfastqReads.push_back(read965); - FastqRead read966; read966.setName("M00967_44_000000000-A3K85_1_1102_4793_18443"); - read966.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(18); scores.push_back(30); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(32); read966.setScores(scores); - rfastqReads.push_back(read966); - FastqRead read967; read967.setName("M00967_44_000000000-A3K85_1_1102_23648_18465"); - read967.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGCGTCAGTTGCTGTCCAGCAGACCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACCCTAGGAATTCCGTCTGCCTCTCCAGTACTCAAGAAACACAGTTTCAAATGCAGGCCACAGGTTGAGCCCGTGGTTTTCCCATCTGACTTGCGTGCCCCCCTACACGCCCTTTACACCCAGCAAATCCGGTTAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(35); scores.push_back(17); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(17); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(29); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(29); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(16); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(16); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(17); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(27); scores.push_back(26); scores.push_back(12); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(28); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(12); read967.setScores(scores); - rfastqReads.push_back(read967); - FastqRead read968; read968.setName("M00967_44_000000000-A3K85_1_1102_27817_18466"); - read968.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGCGTCAGTTACTGTCCAGCAATCCGCCTTCGCCACTGGTGTTCCTCCGTATATCTACGCATTTCACCGCTACACACGGAATTCCGATTGCCTCTCCAGCACTCAAGAAATACAGTTTCAAATGCAGGCTATGGGTTGAGCCCATAGTTTTCACATCTGACTTGCATTCCCGCCTACACGCCCTTTACACCCAATAAATCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read968.setScores(scores); - rfastqReads.push_back(read968); - FastqRead read969; read969.setName("M00967_44_000000000-A3K85_1_1102_14412_18629"); - read969.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTCATCGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCCCTCCGACACTCTAGCCGCACAGTTTCAAAAGCACTCCCAGGGTTGAGCCCCGGGTTTTCACTTCTGACTTGCATGGCCGCCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(36); scores.push_back(30); scores.push_back(13); read969.setScores(scores); - rfastqReads.push_back(read969); - FastqRead read970; read970.setName("M00967_44_000000000-A3K85_1_1102_23956_18630"); - read970.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read970.setScores(scores); - rfastqReads.push_back(read970); - FastqRead read971; read971.setName("M00967_44_000000000-A3K85_1_1102_17766_18634"); - read971.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGTTCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(14); scores.push_back(15); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(12); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read971.setScores(scores); - rfastqReads.push_back(read971); - FastqRead read972; read972.setName("M00967_44_000000000-A3K85_1_1102_19199_18689"); - read972.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGTGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read972.setScores(scores); - rfastqReads.push_back(read972); - FastqRead read973; read973.setName("M00967_44_000000000-A3K85_1_1102_5933_18693"); - read973.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCAGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCCTTTCACCGCTACACCACGCATTCCGCATACTTCTCTTCCACTCAAGATCGCCAGTTTCAATGGCGGGAAGGGGGTGGGACCCCCCATTCGTACACTTAATTCACAACCAGCCCCAACACCCTTCTAAACCAACAAATAAAGAAAACACAAACAACCTCCGA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(18); scores.push_back(16); scores.push_back(29); scores.push_back(18); scores.push_back(29); scores.push_back(29); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(36); scores.push_back(30); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(31); scores.push_back(16); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(29); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(16); scores.push_back(17); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); read973.setScores(scores); - rfastqReads.push_back(read973); - FastqRead read974; read974.setName("M00967_44_000000000-A3K85_1_1102_16063_18696"); - read974.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCCTCCTCCGA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(25); scores.push_back(12); read974.setScores(scores); - rfastqReads.push_back(read974); - FastqRead read975; read975.setName("M00967_44_000000000-A3K85_1_1102_10569_18728"); - read975.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCCACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCCTTAAAACCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(29); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); read975.setScores(scores); - rfastqReads.push_back(read975); - FastqRead read976; read976.setName("M00967_44_000000000-A3K85_1_1102_3883_18758"); - read976.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTTAACCCAATAAATCCGGTTCACGCTCGCCTCCTCCGA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(35); scores.push_back(32); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(27); scores.push_back(38); scores.push_back(33); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(39); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(12); scores.push_back(29); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(12); read976.setScores(scores); - rfastqReads.push_back(read976); - FastqRead read977; read977.setName("M00967_44_000000000-A3K85_1_1102_22275_18771"); - read977.setSeq("CCTGTTCGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCGCGGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCCGCACTCCAGCCATGCAGTTCCAAGGGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACCCCTGGCTTGCATGGCCGTCTACGCTCCCTTTACACCCAGTGAATCCGGATAACGCCCGCCCCCTCCG"); - scores.clear(); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(15); scores.push_back(38); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(28); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); read977.setScores(scores); - rfastqReads.push_back(read977); - FastqRead read978; read978.setName("M00967_44_000000000-A3K85_1_1102_22265_18787"); - read978.setSeq("CCTGTTCGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCGCGGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCCGCACTCCAGCCATGCAGTTCCAAGGGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACCCCTGGCTTGCATGGCCGTCTACGCTCCCTTTACACCCAGTGAATCCGGATAACGCTCGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(12); scores.push_back(28); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(13); read978.setScores(scores); - rfastqReads.push_back(read978); - FastqRead read979; read979.setName("M00967_44_000000000-A3K85_1_1102_10355_18792"); - read979.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCTAGCCTTACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGCAGGACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(25); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(13); read979.setScores(scores); - rfastqReads.push_back(read979); - FastqRead read980; read980.setName("M00967_44_000000000-A3K85_1_1102_5229_18807"); - read980.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCCCAATTTTAACGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAAACCGGGAAACGCCCGCATCCCCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(18); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(20); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); read980.setScores(scores); - rfastqReads.push_back(read980); - FastqRead read981; read981.setName("M00967_44_000000000-A3K85_1_1102_15805_18840"); - read981.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(24); read981.setScores(scores); - rfastqReads.push_back(read981); - FastqRead read982; read982.setName("M00967_44_000000000-A3K85_1_1102_13840_18879"); - read982.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(27); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(14); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(13); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(14); read982.setScores(scores); - rfastqReads.push_back(read982); - FastqRead read983; read983.setName("M00967_44_000000000-A3K85_1_1102_16324_18880"); - read983.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCCGCGCACCCTTTAAACCCCATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(33); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read983.setScores(scores); - rfastqReads.push_back(read983); - FastqRead read984; read984.setName("M00967_44_000000000-A3K85_1_1102_9946_18912"); - read984.setSeq("CCTGTTCGCTACCCATGCTTTCGAGCCTCAGCGTCAGTTGCAGACCAGAGAGCCGCCTTCGCCACTGGTGTTCTTCCATATATCTACGCATTCCACCGCTACACATGGAGTTCCACTCTCCTCTTCTGCACTCAAGTTCAACAGTTTCTGATGCAATTCTCCGGTTGAGCCGAAGGCTTTAACATCAGACTTATTGAACCGCCTGCACTCGCTTTACGCCCAATAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(17); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(31); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(27); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(26); scores.push_back(24); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(13); read984.setScores(scores); - rfastqReads.push_back(read984); - FastqRead read985; read985.setName("M00967_44_000000000-A3K85_1_1102_11977_18919"); - read985.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTCCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(29); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read985.setScores(scores); - rfastqReads.push_back(read985); - FastqRead read986; read986.setName("M00967_44_000000000-A3K85_1_1102_9422_18920"); - read986.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCCCGGATCCTCC"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(28); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(15); scores.push_back(35); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(26); read986.setScores(scores); - rfastqReads.push_back(read986); - FastqRead read987; read987.setName("M00967_44_000000000-A3K85_1_1102_16791_18947"); - read987.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(28); scores.push_back(36); scores.push_back(36); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(31); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(29); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); read987.setScores(scores); - rfastqReads.push_back(read987); - FastqRead read988; read988.setName("M00967_44_000000000-A3K85_1_1102_27084_19000"); - read988.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCCCACTCTAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(35); scores.push_back(20); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(16); scores.push_back(15); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(28); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(28); scores.push_back(12); scores.push_back(25); scores.push_back(29); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(13); read988.setScores(scores); - rfastqReads.push_back(read988); - FastqRead read989; read989.setName("M00967_44_000000000-A3K85_1_1102_9210_19049"); - read989.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTAC"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(13); read989.setScores(scores); - rfastqReads.push_back(read989); - FastqRead read990; read990.setName("M00967_44_000000000-A3K85_1_1102_6417_19143"); - read990.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACCAGGCATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCACAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(15); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(28); scores.push_back(12); scores.push_back(25); scores.push_back(12); read990.setScores(scores); - rfastqReads.push_back(read990); - FastqRead read991; read991.setName("M00967_44_000000000-A3K85_1_1102_15663_19295"); - read991.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGTTGTGCCCCCAAATTTGACCGCCGACTTGGCCGCCCGCCCGCGCACCCCTTAAACCCAAAAAATCCGGATAACCCACGCATCCCCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(15); scores.push_back(12); scores.push_back(26); scores.push_back(29); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(15); scores.push_back(33); scores.push_back(26); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(24); read991.setScores(scores); - rfastqReads.push_back(read991); - FastqRead read992; read992.setName("M00967_44_000000000-A3K85_1_1102_13914_19476"); - read992.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCTTCAGCGTCAGTAGGAAGCCGGCATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCTTCCACTCAAGATCGCCAGTTTCAATGGCGGGAAGGGGTTGGGCCCCCCAATTTGACCACTGACTTAACGGACCGCCTCCGGCCCCTTTAAACCCCATAAAACCGCAAAACAACCGCAACCTCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(13); read992.setScores(scores); - rfastqReads.push_back(read992); - FastqRead read993; read993.setName("M00967_44_000000000-A3K85_1_1102_6043_19507"); - read993.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGTCCGGATCCTCC"); - scores.clear(); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(31); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(29); scores.push_back(17); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(38); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); read993.setScores(scores); - rfastqReads.push_back(read993); - FastqRead read994; read994.setName("M00967_44_000000000-A3K85_1_1102_8436_19521"); - read994.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); read994.setScores(scores); - rfastqReads.push_back(read994); - FastqRead read995; read995.setName("M00967_44_000000000-A3K85_1_1102_21194_19609"); - read995.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCCGCACTCCAGCTTCACAGTTTCCAAAGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACTTCGGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(13); read995.setScores(scores); - rfastqReads.push_back(read995); - FastqRead read996; read996.setName("M00967_44_000000000-A3K85_1_1102_24547_19628"); - read996.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read996.setScores(scores); - rfastqReads.push_back(read996); - FastqRead read997; read997.setName("M00967_44_000000000-A3K85_1_1102_20928_19647"); - read997.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGGTGAGCCCCCCAATTTGACCGCTGACCTGGCATCCCGCCCGCGCACCCCTTAAACCCAATAAAACCGGGAAACGCCCCCCTCCTCCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(25); scores.push_back(36); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(13); scores.push_back(13); read997.setScores(scores); - rfastqReads.push_back(read997); - FastqRead read998; read998.setName("M00967_44_000000000-A3K85_1_1102_3267_19763"); - read998.setSeq("CCTGTTCGATACCCACACTTTCGAGCATCAGCGTCAGTTGACGACCGGAAAGCCGCCTTCGCAACCGGAGTTCTTCGATATATCTACGCATTCCACCGCTACACATGGAATTCCACTTACCTCTTCTGCACTCAAGTACACCAGTTTCAGATGCAATAATCCGGTTGAGCCGCCAACTTTACCATCAAATTTATTGACCCGCCTCCACTCCCTTTACGCCCAATAAATCCGGACAACCCTTGCCACCCACG"); - scores.clear(); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(14); scores.push_back(36); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(29); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(14); scores.push_back(30); scores.push_back(17); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(27); scores.push_back(27); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(27); scores.push_back(16); scores.push_back(30); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(15); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(31); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(36); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); read998.setScores(scores); - rfastqReads.push_back(read998); - FastqRead read999; read999.setName("M00967_44_000000000-A3K85_1_1102_3266_19785"); - read999.setSeq("CCTGTTCGCTACCCATGCTTTCGAGCCTCAGCGTCAGTTGCAGACCAGAGAGCCGCCTTCGCCACTGGTGTTCTTCCATATATCTACGCATTCCACCGCTACACATGGAGTTCCACTCTCCTCTTCTGCACTCAAGTTCAACAGTTTCTGATGCAATTCTCCGGTTGAGCCGAAGGCTTTCACATCAGACTTATTGAACCGCCTGCACTCGCTTTACGCCCAATAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(17); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(27); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(36); scores.push_back(30); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(13); read999.setScores(scores); - rfastqReads.push_back(read999); - FastqRead read1000; read1000.setName("M00967_44_000000000-A3K85_1_1102_16073_19847"); - read1000.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGACTTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); read1000.setScores(scores); - rfastqReads.push_back(read1000); - FastqRead read1001; read1001.setName("M00967_44_000000000-A3K85_1_1102_11268_19864"); - read1001.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGGAGAGGTTGAGGCCCCCAAATTTTCAGCCGACTTTACCGTCCGCCTAAGCGCCCCTTCAATCCACTAAAACCGGATAACAAACCCCACCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); read1001.setScores(scores); - rfastqReads.push_back(read1001); - FastqRead read1002; read1002.setName("M00967_44_000000000-A3K85_1_1102_28020_19877"); - read1002.setSeq("CCTGTTCGCTACCTACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTTTGCTGCCTTAGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGGTGGCCCCCCACAATTTCCCCCCGCATTCGCAGCCCGCCTGCGCACCCTTCTAACCCAACAAAACCGGGTCACACCTCCCGCCTCCCG"); - scores.clear(); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(16); scores.push_back(31); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(16); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(29); scores.push_back(38); scores.push_back(16); scores.push_back(17); scores.push_back(31); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(29); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(14); scores.push_back(29); scores.push_back(31); scores.push_back(31); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(17); scores.push_back(29); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(13); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(14); scores.push_back(34); scores.push_back(36); scores.push_back(27); scores.push_back(38); scores.push_back(28); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(12); read1002.setScores(scores); - rfastqReads.push_back(read1002); - FastqRead read1003; read1003.setName("M00967_44_000000000-A3K85_1_1102_22198_19923"); - read1003.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(29); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(13); read1003.setScores(scores); - rfastqReads.push_back(read1003); - FastqRead read1004; read1004.setName("M00967_44_000000000-A3K85_1_1102_19372_19984"); - read1004.setSeq("CCTGTTCGCTACCCATGCTTTCGAGCCTCAGCGTCAGTTGCAGACCAGAGAGCCGCCTTCGCCACTGGTGTTCTTCCATATATCTACGCATTCCACCGCTACACATGGAGTTCCACTCTCCTCTTCTGCACTCAAGTTCAACAGTTTCTGATGCAATTCTCCGGTTGAGCCGAAGGCTTTCACATCAGACTTATTGAACCGCCTGCACTCGCTTTACGCCCAATAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(25); scores.push_back(32); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(24); read1004.setScores(scores); - rfastqReads.push_back(read1004); - FastqRead read1005; read1005.setName("M00967_44_000000000-A3K85_1_1102_26397_20010"); - read1005.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCGACGCACCCTTTAAACCCAATAAATCCGGATAAAGCCCGCCACCTCCGG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(28); scores.push_back(28); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(28); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(12); read1005.setScores(scores); - rfastqReads.push_back(read1005); - FastqRead read1006; read1006.setName("M00967_44_000000000-A3K85_1_1102_21846_20050"); - read1006.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCCCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(27); scores.push_back(13); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(13); read1006.setScores(scores); - rfastqReads.push_back(read1006); - FastqRead read1007; read1007.setName("M00967_44_000000000-A3K85_1_1102_12005_20077"); - read1007.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(39); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(24); read1007.setScores(scores); - rfastqReads.push_back(read1007); - FastqRead read1008; read1008.setName("M00967_44_000000000-A3K85_1_1102_19622_20085"); - read1008.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(28); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(26); scores.push_back(24); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(29); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(29); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(35); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); read1008.setScores(scores); - rfastqReads.push_back(read1008); - FastqRead read1009; read1009.setName("M00967_44_000000000-A3K85_1_1102_3447_20101"); - read1009.setSeq("CATGTTTGCTCCCGACGCTTTCGAGCCTCAACGTCAGTTAAAGTCCAGTAAGCCGCCTTCGCCAATGGTGTTACTCCTAATATCTAAGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCATTCTAGTCATACAGTTTCAAAAGCAGTCCCGCAGTTGACCCGCGGGCTTTCACTTCTGACTTGCATCAACGTCTACGCTCCCGTTACACCCACAAAATCCGGATAACGCCTGCCACCTACG"); - scores.clear(); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(35); scores.push_back(35); scores.push_back(29); scores.push_back(35); scores.push_back(18); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(15); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(17); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(31); scores.push_back(37); scores.push_back(34); scores.push_back(16); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(16); scores.push_back(34); scores.push_back(16); scores.push_back(31); scores.push_back(37); scores.push_back(29); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(17); scores.push_back(35); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(27); scores.push_back(37); scores.push_back(15); scores.push_back(16); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(16); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(13); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(15); scores.push_back(27); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(12); read1009.setScores(scores); - rfastqReads.push_back(read1009); - FastqRead read1010; read1010.setName("M00967_44_000000000-A3K85_1_1102_9551_20106"); - read1010.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGTGTCAGTTGCAGACCAGGAAGCCGCCTTCGCCACTGGTGTTCCTCCATATCTCTACGCATTTCACCGCTACACATGGAATTCCACTTCCCTCTTCTGCACTCAAGTCAACCAGTTTCCAATGACCCTCCACGGTTAAGCCGTGGGCTTTCACATCAGACTTAATTAACCACCTGCGCGCTCTTTACGCCCAATAATTCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1010.setScores(scores); - rfastqReads.push_back(read1010); - FastqRead read1011; read1011.setName("M00967_44_000000000-A3K85_1_1102_14497_20110"); - read1011.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(13); scores.push_back(27); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); read1011.setScores(scores); - rfastqReads.push_back(read1011); - FastqRead read1012; read1012.setName("M00967_44_000000000-A3K85_1_1102_4075_20122"); - read1012.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTGTCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTCGGAATTCCGCCTGCCTCTCCGATACTCAAGCCCAACAGTTTCAAATGCAGTTCGGGGGTTGAGCCCCCGGATTTCACATCTGCCTTGTCAGCCCGGCTACACGCCCTTTACACCCAGTAAATCCGGACAAAGCTTGCCACCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(15); scores.push_back(14); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(28); scores.push_back(15); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(27); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(25); read1012.setScores(scores); - rfastqReads.push_back(read1012); - FastqRead read1013; read1013.setName("M00967_44_000000000-A3K85_1_1102_6032_20234"); - read1013.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCCGGGGTGAGCCCCCACACTTTACCGCTGACTTAACAACCCGCCTCCGCACCCCTTAAACCCAAAAAATCCGGATAAAACCCGCATCCCCCC"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(17); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(31); scores.push_back(29); scores.push_back(29); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(29); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(35); scores.push_back(31); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(12); read1013.setScores(scores); - rfastqReads.push_back(read1013); - FastqRead read1014; read1014.setName("M00967_44_000000000-A3K85_1_1102_27026_20298"); - read1014.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1014.setScores(scores); - rfastqReads.push_back(read1014); - FastqRead read1015; read1015.setName("M00967_44_000000000-A3K85_1_1102_5988_20325"); - read1015.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTAACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGTTGAGCCCCCACATTTTACCCCTCACTTGGACACCCCCCATCGCCCCCCTTATACCCAAAAAATACGGATAACGCTCCCCTCCCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(19); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(17); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(19); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(31); scores.push_back(19); scores.push_back(19); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(19); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(27); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); read1015.setScores(scores); - rfastqReads.push_back(read1015); - FastqRead read1016; read1016.setName("M00967_44_000000000-A3K85_1_1102_22449_20349"); - read1016.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(28); scores.push_back(26); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(29); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); read1016.setScores(scores); - rfastqReads.push_back(read1016); - FastqRead read1017; read1017.setName("M00967_44_000000000-A3K85_1_1102_3060_20455"); - read1017.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGNNNGTNGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTTTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCCTTTAACCCCATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(15); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(32); scores.push_back(32); scores.push_back(2); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(29); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(17); scores.push_back(31); scores.push_back(17); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(32); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(27); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(28); scores.push_back(28); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(29); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(12); read1017.setScores(scores); - rfastqReads.push_back(read1017); - FastqRead read1018; read1018.setName("M00967_44_000000000-A3K85_1_1102_3172_20517"); - read1018.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCCCCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAAATGACTTATCAATCCACCTAAGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATACTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(35); scores.push_back(17); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(20); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(30); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(31); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(18); scores.push_back(36); scores.push_back(27); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(14); scores.push_back(15); scores.push_back(27); scores.push_back(12); scores.push_back(27); scores.push_back(16); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(27); scores.push_back(38); scores.push_back(13); scores.push_back(28); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(15); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1018.setScores(scores); - rfastqReads.push_back(read1018); - FastqRead read1019; read1019.setName("M00967_44_000000000-A3K85_1_1102_9791_20536"); - read1019.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(28); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); read1019.setScores(scores); - rfastqReads.push_back(read1019); - FastqRead read1020; read1020.setName("M00967_44_000000000-A3K85_1_1102_16986_20592"); - read1020.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); read1020.setScores(scores); - rfastqReads.push_back(read1020); - FastqRead read1021; read1021.setName("M00967_44_000000000-A3K85_1_1102_6870_20620"); - read1021.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAATAAATCCGGCTAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(31); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(29); scores.push_back(12); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1021.setScores(scores); - rfastqReads.push_back(read1021); - FastqRead read1022; read1022.setName("M00967_44_000000000-A3K85_1_1102_24420_20639"); - read1022.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATACCGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(29); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(35); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(26); read1022.setScores(scores); - rfastqReads.push_back(read1022); - FastqRead read1023; read1023.setName("M00967_44_000000000-A3K85_1_1102_23758_20700"); - read1023.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCCCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(26); read1023.setScores(scores); - rfastqReads.push_back(read1023); - FastqRead read1024; read1024.setName("M00967_44_000000000-A3K85_1_1102_4777_20795"); - read1024.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGTGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTATGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCCAGCTGGACAGTTTCAAATGCACTCCCGGGGTTGAGCCCCGGGTTTTCCAATCTGAATTGCCCTGCCACCTACGCTCCCTTTACACCCAGTAAATCCGGATCACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(19); scores.push_back(20); scores.push_back(33); scores.push_back(20); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(19); scores.push_back(17); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(20); scores.push_back(20); scores.push_back(35); scores.push_back(20); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(20); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(20); scores.push_back(20); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(18); scores.push_back(37); scores.push_back(36); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(18); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(30); scores.push_back(30); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(37); scores.push_back(14); scores.push_back(38); scores.push_back(14); scores.push_back(13); scores.push_back(27); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); read1024.setScores(scores); - rfastqReads.push_back(read1024); - FastqRead read1025; read1025.setName("M00967_44_000000000-A3K85_1_1102_12289_20824"); - read1025.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTTACAGTCCAGTGAGTCGCCTTCGCCTCTGGTGTTCCTCCTAATATCTACGCATTCCACCGCTACACTAGGAATTCCACTCACCTCTCCTGCACTCCAGCTCAACAGTTTTAGATGCAGTTCCGCGGTTGAGCCGCGGGATTTCACATCTAACTTATTAAGCCGCCTACACTCCCTTTACGCCCAGTCATTCCGGACAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(13); read1025.setScores(scores); - rfastqReads.push_back(read1025); - FastqRead read1026; read1026.setName("M00967_44_000000000-A3K85_1_1102_21306_20842"); - read1026.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGAAGCCGGCATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTCACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAAAGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(25); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(34); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); read1026.setScores(scores); - rfastqReads.push_back(read1026); - FastqRead read1027; read1027.setName("M00967_44_000000000-A3K85_1_1102_14196_20858"); - read1027.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); read1027.setScores(scores); - rfastqReads.push_back(read1027); - FastqRead read1028; read1028.setName("M00967_44_000000000-A3K85_1_1102_18567_20868"); - read1028.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGGTAACGCCCGCATCCCTCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(32); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(24); scores.push_back(13); scores.push_back(36); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(28); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(12); read1028.setScores(scores); - rfastqReads.push_back(read1028); - FastqRead read1029; read1029.setName("M00967_44_000000000-A3K85_1_1102_27885_20889"); - read1029.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(12); scores.push_back(36); scores.push_back(32); scores.push_back(25); read1029.setScores(scores); - rfastqReads.push_back(read1029); - FastqRead read1030; read1030.setName("M00967_44_000000000-A3K85_1_1102_25374_20968"); - read1030.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCCAATTTACCCCTGACTTGATCTTCCGCCTGCGCACCCTTTTAACCCAATAAATCCGGATAACGCTCGCACCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(34); scores.push_back(25); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(29); scores.push_back(12); scores.push_back(24); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(31); scores.push_back(34); scores.push_back(25); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(13); read1030.setScores(scores); - rfastqReads.push_back(read1030); - FastqRead read1031; read1031.setName("M00967_44_000000000-A3K85_1_1102_24500_21100"); - read1031.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATTCGGATAAAGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); read1031.setScores(scores); - rfastqReads.push_back(read1031); - FastqRead read1032; read1032.setName("M00967_44_000000000-A3K85_1_1102_27048_21114"); - read1032.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGATAACGCCTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(20); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(27); scores.push_back(29); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(27); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(26); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(29); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(13); read1032.setScores(scores); - rfastqReads.push_back(read1032); - FastqRead read1033; read1033.setName("M00967_44_000000000-A3K85_1_1102_28192_21177"); - read1033.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACCGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCGGTACTCCAGCAAAAAAGTTTCCAAAGCCATTCCGCGGTTGAGCCGCGGGCTTTCACTTCAGACTTTCTTCGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1033.setScores(scores); - rfastqReads.push_back(read1033); - FastqRead read1034; read1034.setName("M00967_44_000000000-A3K85_1_1102_25103_21179"); - read1034.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGCCATTTTACCGCTGACTTCACAGCCCGCCTACGCACCCTTTAAACCCAATAACACCGGATAACGCTCGCACCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(30); read1034.setScores(scores); - rfastqReads.push_back(read1034); - FastqRead read1035; read1035.setName("M00967_44_000000000-A3K85_1_1102_8157_21204"); - read1035.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGCGTCAGTTACTGTCCAGCAATCCGCCTTCGCCACTGGTGTTCCTCCGTATATCTACGCATTTCACCGCTACACACGGAATTCCGATTGTCTCTCCAGCACTCAAGAAATACAGTTTCAAATGCAGGCTATGGGTTGAGCCCATAGTTTTCACATCTGACTTGCATTCCCGCCTACACGCCCTTTACACCCAATAAATCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(20); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(24); read1035.setScores(scores); - rfastqReads.push_back(read1035); - FastqRead read1036; read1036.setName("M00967_44_000000000-A3K85_1_1102_18285_21209"); - read1036.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(34); scores.push_back(28); scores.push_back(25); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); read1036.setScores(scores); - rfastqReads.push_back(read1036); - FastqRead read1037; read1037.setName("M00967_44_000000000-A3K85_1_1102_22860_21228"); - read1037.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGCACGGGGTGGGGCCCCCCGATTTTACTCCAGACTTACCGCGCCGCCCACCCCCCCTTTAACCCCAAAAAATCGGGATAACGCCTGCCCCCTCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(18); scores.push_back(36); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(19); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(29); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(24); read1037.setScores(scores); - rfastqReads.push_back(read1037); - FastqRead read1038; read1038.setName("M00967_44_000000000-A3K85_1_1102_7194_21269"); - read1038.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTGTCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGATACTCAAGACCAACAGTTTCAAATGCAGTTCGGGGGTTGAGCCCCCGGATTTCACATCTGACTTGTCAGCCCGGCTACACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(28); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(24); read1038.setScores(scores); - rfastqReads.push_back(read1038); - FastqRead read1039; read1039.setName("M00967_44_000000000-A3K85_1_1102_14312_21295"); - read1039.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAAGGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(30); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(32); read1039.setScores(scores); - rfastqReads.push_back(read1039); - FastqRead read1040; read1040.setName("M00967_44_000000000-A3K85_1_1102_25809_21308"); - read1040.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGTTGAGCCCCCCAATTTTACCCCTGACTTGGCATCCCGCCCGCGCCCCCTTTTAAACCAATAAATCCGGAGAAAGCCCGCCTCCCCCC"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(12); read1040.setScores(scores); - rfastqReads.push_back(read1040); - FastqRead read1041; read1041.setName("M00967_44_000000000-A3K85_1_1102_26260_21334"); - read1041.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(27); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); read1041.setScores(scores); - rfastqReads.push_back(read1041); - FastqRead read1042; read1042.setName("M00967_44_000000000-A3K85_1_1102_18976_21369"); - read1042.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCTAGCCTTACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGCAGGACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1042.setScores(scores); - rfastqReads.push_back(read1042); - FastqRead read1043; read1043.setName("M00967_44_000000000-A3K85_1_1102_15318_21462"); - read1043.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGTTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATACATCCGGATAACGCTCGCATCCCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(12); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(31); scores.push_back(33); scores.push_back(26); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(12); read1043.setScores(scores); - rfastqReads.push_back(read1043); - FastqRead read1044; read1044.setName("M00967_44_000000000-A3K85_1_1102_18981_21505"); - read1044.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGGGCCTCTCAATTTTACCGCTGACCTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAAACCCGATAACGCTCGCCTCCCCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(24); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(13); read1044.setScores(scores); - rfastqReads.push_back(read1044); - FastqRead read1045; read1045.setName("M00967_44_000000000-A3K85_1_1102_23542_21547"); - read1045.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGACGCACCGTCTTCGTTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(35); scores.push_back(15); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(30); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(13); read1045.setScores(scores); - rfastqReads.push_back(read1045); - FastqRead read1046; read1046.setName("M00967_44_000000000-A3K85_1_1102_11081_21571"); - read1046.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(28); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(28); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); read1046.setScores(scores); - rfastqReads.push_back(read1046); - FastqRead read1047; read1047.setName("M00967_44_000000000-A3K85_1_1102_22433_21571"); - read1047.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCTACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(20); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1047.setScores(scores); - rfastqReads.push_back(read1047); - FastqRead read1048; read1048.setName("M00967_44_000000000-A3K85_1_1102_18708_21614"); - read1048.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCCTTAAACCCAATAAATCCGGATAAAACTCCCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(14); scores.push_back(25); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(28); scores.push_back(33); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(14); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1048.setScores(scores); - rfastqReads.push_back(read1048); - FastqRead read1049; read1049.setName("M00967_44_000000000-A3K85_1_1102_18021_21653"); - read1049.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(35); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1049.setScores(scores); - rfastqReads.push_back(read1049); - FastqRead read1050; read1050.setName("M00967_44_000000000-A3K85_1_1102_17869_21708"); - read1050.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(29); scores.push_back(13); scores.push_back(32); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1050.setScores(scores); - rfastqReads.push_back(read1050); - FastqRead read1051; read1051.setName("M00967_44_000000000-A3K85_1_1102_8662_21781"); - read1051.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACCGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCGGTACTCCAGCAAAAAAGTTTCCAAAGCAGTTCCGCGGTTAAGCCGCGGGCTTTCACTTCAGACTTTCTTCGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1051.setScores(scores); - rfastqReads.push_back(read1051); - FastqRead read1052; read1052.setName("M00967_44_000000000-A3K85_1_1102_4992_21837"); - read1052.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCAGCACTCTAGCTTAACAGTTTCCAAAGCAGTCCCGGGGTTAAGCCCCGGGCTTTCACTTCAGACTTGCTTAGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(29); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(25); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(13); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(13); read1052.setScores(scores); - rfastqReads.push_back(read1052); - FastqRead read1053; read1053.setName("M00967_44_000000000-A3K85_1_1102_24752_21840"); - read1053.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCCTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(29); scores.push_back(12); scores.push_back(29); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(26); read1053.setScores(scores); - rfastqReads.push_back(read1053); - FastqRead read1054; read1054.setName("M00967_44_000000000-A3K85_1_1102_5013_21854"); - read1054.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCCGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAAACCAATAAATCCGGATAACCCTCGCATCCCCCGT"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(24); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(35); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(29); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(26); scores.push_back(24); read1054.setScores(scores); - rfastqReads.push_back(read1054); - FastqRead read1055; read1055.setName("M00967_44_000000000-A3K85_1_1102_20106_21873"); - read1055.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTTACTTGATCTTCCCCCTGCGCACCCCTTTAAACCAATAAAACCGGATAACGCTCCCATCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(28); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(27); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); read1055.setScores(scores); - rfastqReads.push_back(read1055); - FastqRead read1056; read1056.setName("M00967_44_000000000-A3K85_1_1102_7412_21891"); - read1056.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCCCCCAAATTTACCGCTTACTTGATCTTCCGCCTGCGCACCCTTTTAACCCAATAAATCCGGCAAACGCTCACATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(20); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(31); scores.push_back(27); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(13); read1056.setScores(scores); - rfastqReads.push_back(read1056); - FastqRead read1057; read1057.setName("M00967_44_000000000-A3K85_1_1102_5554_21966"); - read1057.setSeq("CCTGTTCGATACCCACGCTTTCGTGAATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTCCACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACCTTTGACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAAAAAATCCGGACAACGCCCGCCTCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(32); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(15); scores.push_back(32); scores.push_back(17); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(31); scores.push_back(30); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(36); scores.push_back(29); scores.push_back(30); scores.push_back(14); scores.push_back(29); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(30); scores.push_back(16); scores.push_back(38); scores.push_back(15); scores.push_back(30); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(37); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(30); scores.push_back(28); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(12); read1057.setScores(scores); - rfastqReads.push_back(read1057); - FastqRead read1058; read1058.setName("M00967_44_000000000-A3K85_1_1102_26501_21973"); - read1058.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCCCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(13); scores.push_back(28); scores.push_back(36); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); read1058.setScores(scores); - rfastqReads.push_back(read1058); - FastqRead read1059; read1059.setName("M00967_44_000000000-A3K85_1_1102_3929_22073"); - read1059.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGATGACGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGGCATTTGACCGCTTAGTTTACAGCCCGCCTGAGCACCCTTTACAACCCATAAATTCGGATACAACTCGGATTCTCCGT"); - scores.clear(); scores.push_back(29); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(15); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(17); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(29); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(37); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(17); scores.push_back(31); scores.push_back(36); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(13); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(28); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); read1059.setScores(scores); - rfastqReads.push_back(read1059); - FastqRead read1060; read1060.setName("M00967_44_000000000-A3K85_1_1102_26240_22075"); - read1060.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAAACCAATAAATCCGGGTAACGCTCCCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(28); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); read1060.setScores(scores); - rfastqReads.push_back(read1060); - FastqRead read1061; read1061.setName("M00967_44_000000000-A3K85_1_1102_9243_22093"); - read1061.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCTTCAGCGTCAGTAGGAAGCCGGCATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCTTCCACTCAAGATCGCCAGTTTCAATGGCGGTGACGGGGTTGGGCCCCCCCATTTCACTACAGACTTACGGACCGGACTCACACCCCTTTAAACCACCAAAATCCGGTTAACACTGCCACCCCCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); read1061.setScores(scores); - rfastqReads.push_back(read1061); - FastqRead read1062; read1062.setName("M00967_44_000000000-A3K85_1_1102_8344_22128"); - read1062.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGCCCCCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(20); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(19); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(25); read1062.setScores(scores); - rfastqReads.push_back(read1062); - FastqRead read1063; read1063.setName("M00967_44_000000000-A3K85_1_1102_8333_22144"); - read1063.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(24); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(29); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); read1063.setScores(scores); - rfastqReads.push_back(read1063); - FastqRead read1064; read1064.setName("M00967_44_000000000-A3K85_1_1102_18941_22172"); - read1064.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAAACCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(29); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1064.setScores(scores); - rfastqReads.push_back(read1064); - FastqRead read1065; read1065.setName("M00967_44_000000000-A3K85_1_1102_25780_22224"); - read1065.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCCTTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); read1065.setScores(scores); - rfastqReads.push_back(read1065); - FastqRead read1066; read1066.setName("M00967_44_000000000-A3K85_1_1102_5765_22247"); - read1066.setSeq("CCTGTTAGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(12); scores.push_back(29); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(30); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(28); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1066.setScores(scores); - rfastqReads.push_back(read1066); - FastqRead read1067; read1067.setName("M00967_44_000000000-A3K85_1_1102_17751_22352"); - read1067.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); read1067.setScores(scores); - rfastqReads.push_back(read1067); - FastqRead read1068; read1068.setName("M00967_44_000000000-A3K85_1_1102_20673_22359"); - read1068.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCC"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(18); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(38); scores.push_back(33); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(37); read1068.setScores(scores); - rfastqReads.push_back(read1068); - FastqRead read1069; read1069.setName("M00967_44_000000000-A3K85_1_1102_15403_22447"); - read1069.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGTTGCGCCCCCAAATTTTACCGCTTACCTGGCCACCCCCCTGCGCACCCCTTAAACACAAAAAATCCGGGTAACGCCCGCCCCCCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(34); scores.push_back(31); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); read1069.setScores(scores); - rfastqReads.push_back(read1069); - FastqRead read1070; read1070.setName("M00967_44_000000000-A3K85_1_1102_21249_22495"); - read1070.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCCACG"); - scores.clear(); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(27); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); read1070.setScores(scores); - rfastqReads.push_back(read1070); - FastqRead read1071; read1071.setName("M00967_44_000000000-A3K85_1_1102_4593_22583"); - read1071.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCCTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(27); scores.push_back(27); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(25); scores.push_back(36); scores.push_back(12); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); read1071.setScores(scores); - rfastqReads.push_back(read1071); - FastqRead read1072; read1072.setName("M00967_44_000000000-A3K85_1_1102_14601_22624"); - read1072.setSeq("CCTGTTTGCTACCCACGCTTTCGAACCTCAGCGTCAGTTACAGACCAGAGAGCCGCTTTCGCCACTGGTGTTCTTCCATATATCTACGCATTTCACCGCTACACATGGAGTTCCACTCTCCTCTTCTGCACTCAAGTCTCCCAGTTTCCAATGCACTACTCCGGTTAAGCCGAAGGCTTTCACATCAGACTTAAAAGACCGCCTGCGTTCCCTTTACGCCCAATAAATCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1072.setScores(scores); - rfastqReads.push_back(read1072); - FastqRead read1073; read1073.setName("M00967_44_000000000-A3K85_1_1102_12426_22650"); - read1073.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGCCTTGATCTTCCGCCGGCGCACCCTTTCAACCCAATAAATCCGGATAACGCTCCCATCCTCCGT"); - scores.clear(); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(21); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(30); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(28); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(31); scores.push_back(32); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(28); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1073.setScores(scores); - rfastqReads.push_back(read1073); - FastqRead read1074; read1074.setName("M00967_44_000000000-A3K85_1_1102_15465_22754"); - read1074.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAACAGGTTGAGCCTCCCAATTTTACCGCTGGCTTGATCCTCCGCCTGCGCACCCTTTAAAACCAATAAATCCGGATAACGCCCGCATCCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(19); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(20); scores.push_back(32); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(15); scores.push_back(30); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); read1074.setScores(scores); - rfastqReads.push_back(read1074); - FastqRead read1075; read1075.setName("M00967_44_000000000-A3K85_1_1102_14002_22779"); - read1075.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCCCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(29); scores.push_back(13); read1075.setScores(scores); - rfastqReads.push_back(read1075); - FastqRead read1076; read1076.setName("M00967_44_000000000-A3K85_1_1102_20272_22873"); - read1076.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCCCCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(27); scores.push_back(38); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1076.setScores(scores); - rfastqReads.push_back(read1076); - FastqRead read1077; read1077.setName("M00967_44_000000000-A3K85_1_1102_26910_22888"); - read1077.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTCATCGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCCCTCCGACACTCTAGTCCGGCAGTTTCCAATGCAGTACCAGGGTTGAGCCCTGGGCTTTCACATCAGACTTGCCGTACCGCCTGCGCTCCCTTTACACCCGGTAAATCCGGATAACGCTTGCACCATACG"); - scores.clear(); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1077.setScores(scores); - rfastqReads.push_back(read1077); - FastqRead read1078; read1078.setName("M00967_44_000000000-A3K85_1_1102_4834_22982"); - read1078.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACCGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACCTACCTCTCCTGCACTCCCGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGCCTACGACCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(18); scores.push_back(16); scores.push_back(16); scores.push_back(35); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(17); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(16); scores.push_back(31); scores.push_back(15); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(17); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(27); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(15); scores.push_back(30); scores.push_back(37); scores.push_back(15); scores.push_back(28); scores.push_back(16); scores.push_back(27); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(12); scores.push_back(30); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(12); read1078.setScores(scores); - rfastqReads.push_back(read1078); - FastqRead read1079; read1079.setName("M00967_44_000000000-A3K85_1_1102_4636_23047"); - read1079.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCCCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCCGTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTCACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCACTAAATCCCGAAAAAGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(20); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(17); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(20); scores.push_back(20); scores.push_back(18); scores.push_back(18); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(30); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(19); scores.push_back(31); scores.push_back(36); scores.push_back(35); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(19); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(27); scores.push_back(27); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(28); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(29); scores.push_back(28); scores.push_back(33); scores.push_back(30); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(13); read1079.setScores(scores); - rfastqReads.push_back(read1079); - FastqRead read1080; read1080.setName("M00967_44_000000000-A3K85_1_1102_4625_23064"); - read1080.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(27); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(26); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(29); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(25); read1080.setScores(scores); - rfastqReads.push_back(read1080); - FastqRead read1081; read1081.setName("M00967_44_000000000-A3K85_1_1102_15265_23185"); - read1081.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(24); read1081.setScores(scores); - rfastqReads.push_back(read1081); - FastqRead read1082; read1082.setName("M00967_44_000000000-A3K85_1_1102_13886_23203"); - read1082.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGCGGTTGGGCCCCCGCCTTTCACACCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(30); scores.push_back(16); scores.push_back(30); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(29); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(32); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(12); read1082.setScores(scores); - rfastqReads.push_back(read1082); - FastqRead read1083; read1083.setName("M00967_44_000000000-A3K85_1_1102_20092_23221"); - read1083.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(35); read1083.setScores(scores); - rfastqReads.push_back(read1083); - FastqRead read1084; read1084.setName("M00967_44_000000000-A3K85_1_1102_11032_23275"); - read1084.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCAGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); read1084.setScores(scores); - rfastqReads.push_back(read1084); - FastqRead read1085; read1085.setName("M00967_44_000000000-A3K85_1_1102_7507_23467"); - read1085.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(29); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1085.setScores(scores); - rfastqReads.push_back(read1085); - FastqRead read1086; read1086.setName("M00967_44_000000000-A3K85_1_1102_20659_23537"); - read1086.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(25); read1086.setScores(scores); - rfastqReads.push_back(read1086); - FastqRead read1087; read1087.setName("M00967_44_000000000-A3K85_1_1102_9913_23746"); - read1087.setSeq("CCTGTTCGATCCCCACGCCTTCGTGCCTCAGCGTCAGTAGGAAGCCGGCATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCTTTCACTCAAGATCGCCAGTTTCACTGGCGGGACTGGGGTTGGCCCCACAAACTCACCCCTTACCTAAAGATCTGCCGTTGGCCCCCTCTCATCCCCTACATCACGATACCACCCTCCTCCTCCC"); - scores.clear(); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(29); scores.push_back(14); scores.push_back(16); scores.push_back(14); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(29); scores.push_back(15); scores.push_back(33); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(17); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(16); scores.push_back(31); scores.push_back(37); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(16); scores.push_back(31); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(16); scores.push_back(28); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(12); read1087.setScores(scores); - rfastqReads.push_back(read1087); - FastqRead read1088; read1088.setName("M00967_44_000000000-A3K85_1_1102_26321_23799"); - read1088.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGCCCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAAAGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(24); scores.push_back(30); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(28); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(28); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(35); read1088.setScores(scores); - rfastqReads.push_back(read1088); - FastqRead read1089; read1089.setName("M00967_44_000000000-A3K85_1_1102_24496_23889"); - read1089.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGCCTCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACCGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCCGATAACGCTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(12); read1089.setScores(scores); - rfastqReads.push_back(read1089); - FastqRead read1090; read1090.setName("M00967_44_000000000-A3K85_1_1102_16567_23895"); - read1090.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCCCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCCTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1090.setScores(scores); - rfastqReads.push_back(read1090); - FastqRead read1091; read1091.setName("M00967_44_000000000-A3K85_1_1102_24512_23900"); - read1091.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTCCCGCTGAATTAAAAGCCCGCCTACGCACCCTTTAAACCCCATAAATCCGGATAAAGCTCCCAACCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(29); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(35); scores.push_back(33); scores.push_back(31); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(29); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(32); read1091.setScores(scores); - rfastqReads.push_back(read1091); - FastqRead read1092; read1092.setName("M00967_44_000000000-A3K85_1_1102_16086_23959"); - read1092.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(25); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1092.setScores(scores); - rfastqReads.push_back(read1092); - FastqRead read1093; read1093.setName("M00967_44_000000000-A3K85_1_1102_8482_24022"); - read1093.setSeq("CCTGTTCGATACCCCCGCGTTCGTGGCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCCACACCACGCATTCCGCATACGTCTCGCCCACTCGAGGCCGCCAGTTTCAAAGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGCCTTAACACCCCGCCTCGCCCCCCTTTAACCCCAACAAAACCCGACAACGCCCCCATCCACCG"); - scores.clear(); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(15); scores.push_back(32); scores.push_back(15); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(15); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(16); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(17); scores.push_back(16); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(31); scores.push_back(30); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(16); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(27); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(17); scores.push_back(29); scores.push_back(17); scores.push_back(33); scores.push_back(16); scores.push_back(29); scores.push_back(17); scores.push_back(35); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(34); scores.push_back(36); scores.push_back(16); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(13); scores.push_back(34); scores.push_back(32); scores.push_back(25); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(28); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(12); read1093.setScores(scores); - rfastqReads.push_back(read1093); - FastqRead read1094; read1094.setName("M00967_44_000000000-A3K85_1_1102_11858_24136"); - read1094.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAAAGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); read1094.setScores(scores); - rfastqReads.push_back(read1094); - FastqRead read1095; read1095.setName("M00967_44_000000000-A3K85_1_1102_13824_24154"); - read1095.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGCGTCAGTTGCTGTCCAGCAGACCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGTCTGCCTCTCCAGTACTCAAGAAACACAGTTTCAAATGCAGGCCACAGGTTGAGCCCGTGGTTTTCACATCTGACTTGCGTCCCCGCCTACACGCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1095.setScores(scores); - rfastqReads.push_back(read1095); - FastqRead read1096; read1096.setName("M00967_44_000000000-A3K85_1_1102_5948_24254"); - read1096.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGATACTCAAGACCAACAGTTTCAAATGCAGTTCGGGGGTTGAGCCCCCGGATTTCACATCTGACTTGTCAGCCCGGCTACACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(18); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); read1096.setScores(scores); - rfastqReads.push_back(read1096); - FastqRead read1097; read1097.setName("M00967_44_000000000-A3K85_1_1102_21019_24358"); - read1097.setSeq("CCTGTTCGCTACCCATGCTTTCGAGCCTCAGCGTCAGTTGCAGACCAGAGAGCCGCCTTCGCCACTGGTGTTCTTCCATATATCTACGCATTCCACCGCTACACATGGAGTTCCACTCTCCTCTTCTGCACTCAAGTTCAACAGTTTCTGATGCAATTCTCCGGTTGAGCCGAAGGCTTTCACATCAGACTTATTGAACCGCCTGCACTCGCTTTACGCCCAATAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(13); read1097.setScores(scores); - rfastqReads.push_back(read1097); - FastqRead read1098; read1098.setName("M00967_44_000000000-A3K85_1_1102_13309_24380"); - read1098.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGCTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(18); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(13); read1098.setScores(scores); - rfastqReads.push_back(read1098); - FastqRead read1099; read1099.setName("M00967_44_000000000-A3K85_1_1102_12374_24394"); - read1099.setSeq("CCTGTTTGATACCCACACTTTCGTGCATCAGCGTCAGTTGCACGCCGGTATGCCGCCTTCGCAATCGGTGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTTGCTCACTCAAGAAACCCAGTTTCAACGGCACTAAGAGGGTTAGCCCCCCGATTTTCACACCAGACTTAAATTACCGCCGGCGCCCCCTTTAACCCCAATAAATCCGGATAACCCCCACCACCCAC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(18); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(16); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(27); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(28); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(28); scores.push_back(31); scores.push_back(36); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); read1099.setScores(scores); - rfastqReads.push_back(read1099); - FastqRead read1100; read1100.setName("M00967_44_000000000-A3K85_1_1102_19925_24400"); - read1100.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(26); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(27); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(25); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1100.setScores(scores); - rfastqReads.push_back(read1100); - FastqRead read1101; read1101.setName("M00967_44_000000000-A3K85_1_1102_13018_24459"); - read1101.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGGTGAGGCCCCGAGATTTACCGCCTGACTTGTATCCCCCCCCGCCCCCCCTTTAAACCCATTAAACCGGGACAAGCACCGCCCCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(18); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(27); scores.push_back(27); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(31); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); read1101.setScores(scores); - rfastqReads.push_back(read1101); - FastqRead read1102; read1102.setName("M00967_44_000000000-A3K85_1_1102_7114_24544"); - read1102.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGGCATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTTAACCCAATAAATCCGGATAAACCCCGCATCCCCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(30); scores.push_back(28); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); read1102.setScores(scores); - rfastqReads.push_back(read1102); - FastqRead read1103; read1103.setName("M00967_44_000000000-A3K85_1_1102_21851_24671"); - read1103.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTAC"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(13); read1103.setScores(scores); - rfastqReads.push_back(read1103); - FastqRead read1104; read1104.setName("M00967_44_000000000-A3K85_1_1102_13166_24678"); - read1104.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1104.setScores(scores); - rfastqReads.push_back(read1104); - FastqRead read1105; read1105.setName("M00967_44_000000000-A3K85_1_1102_21841_24687"); - read1105.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1105.setScores(scores); - rfastqReads.push_back(read1105); - FastqRead read1106; read1106.setName("M00967_44_000000000-A3K85_1_1102_16084_24695"); - read1106.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGTGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTATGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCCAGCTGGACAGTTTCAAATGCACTCCCGGGGTTGAGCCCCGGGTTTTCACATCTGACTTGCCCTGCCACCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1106.setScores(scores); - rfastqReads.push_back(read1106); - FastqRead read1107; read1107.setName("M00967_44_000000000-A3K85_1_1102_11033_24747"); - read1107.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(30); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(13); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(28); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(13); read1107.setScores(scores); - rfastqReads.push_back(read1107); - FastqRead read1108; read1108.setName("M00967_44_000000000-A3K85_1_1102_24617_24814"); - read1108.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCCCTCCAGTACTCTAGCCGCACAGTTTCCAGAGCAGTTCCGGGGTTGGGCCCCGGGCTTTCACTCCAGACTTGCGCTGCCGTCTGCGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(17); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1108.setScores(scores); - rfastqReads.push_back(read1108); - FastqRead read1109; read1109.setName("M00967_44_000000000-A3K85_1_1102_13003_24849"); - read1109.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAAAGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(25); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1109.setScores(scores); - rfastqReads.push_back(read1109); - FastqRead read1110; read1110.setName("M00967_44_000000000-A3K85_1_1102_13255_25038"); - read1110.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGGCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(26); scores.push_back(31); scores.push_back(29); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1110.setScores(scores); - rfastqReads.push_back(read1110); - FastqRead read1111; read1111.setName("M00967_44_000000000-A3K85_1_1102_18813_25054"); - read1111.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAACTCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(26); scores.push_back(28); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(13); read1111.setScores(scores); - rfastqReads.push_back(read1111); - FastqRead read1112; read1112.setName("M00967_44_000000000-A3K85_1_1102_20120_25062"); - read1112.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGCTATACAGTTTCCAAAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTTCAGACTTGCATCGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1112.setScores(scores); - rfastqReads.push_back(read1112); - FastqRead read1113; read1113.setName("M00967_44_000000000-A3K85_1_1102_9354_25093"); - read1113.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGCGTCAGTTGCTGTCCAGCAGACCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGTCTGCCTCTCCAGTACTCAAGAAACACAGTTTCAAATGCAGGCCACAGGTTGAGCCCGTGGTTTTCACATCTGACTTGCGTCCCGCCTACACGCCCTTTACACCCAATAAATCCGGATAACGCTTGCCACCTACGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(13); read1113.setScores(scores); - rfastqReads.push_back(read1113); - FastqRead read1114; read1114.setName("M00967_44_000000000-A3K85_1_1102_13839_25113"); - read1114.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(25); scores.push_back(32); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); read1114.setScores(scores); - rfastqReads.push_back(read1114); - FastqRead read1115; read1115.setName("M00967_44_000000000-A3K85_1_1102_14390_25130"); - read1115.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(26); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(15); scores.push_back(33); scores.push_back(25); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(26); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); read1115.setScores(scores); - rfastqReads.push_back(read1115); - FastqRead read1116; read1116.setName("M00967_44_000000000-A3K85_1_1102_16408_25165"); - read1116.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTCAACCCAATAAATCCGGAGAACGCCCGCATCCTCCC"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(28); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); read1116.setScores(scores); - rfastqReads.push_back(read1116); - FastqRead read1117; read1117.setName("M00967_44_000000000-A3K85_1_1102_15601_25205"); - read1117.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); read1117.setScores(scores); - rfastqReads.push_back(read1117); - FastqRead read1118; read1118.setName("M00967_44_000000000-A3K85_1_1102_22706_25296"); - read1118.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1118.setScores(scores); - rfastqReads.push_back(read1118); - FastqRead read1119; read1119.setName("M00967_44_000000000-A3K85_1_1102_9358_25344"); - read1119.setSeq("CCTGTTTGATCCCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(34); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); read1119.setScores(scores); - rfastqReads.push_back(read1119); - FastqRead read1120; read1120.setName("M00967_44_000000000-A3K85_1_1102_7439_25389"); - read1120.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCCGCACTCCAGCTTCACAGTTTCCAAAGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACTTCGGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(30); scores.push_back(36); scores.push_back(16); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(35); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(30); scores.push_back(32); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(31); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(30); read1120.setScores(scores); - rfastqReads.push_back(read1120); - FastqRead read1121; read1121.setName("M00967_44_000000000-A3K85_1_1102_15712_25398"); - read1121.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGGCATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACCCCCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(28); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(28); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(13); read1121.setScores(scores); - rfastqReads.push_back(read1121); - FastqRead read1122; read1122.setName("M00967_44_000000000-A3K85_1_1102_12245_25505"); - read1122.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); read1122.setScores(scores); - rfastqReads.push_back(read1122); - FastqRead read1123; read1123.setName("M00967_44_000000000-A3K85_1_1102_18414_25571"); - read1123.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1123.setScores(scores); - rfastqReads.push_back(read1123); - FastqRead read1124; read1124.setName("M00967_44_000000000-A3K85_1_1102_10179_25668"); - read1124.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1124.setScores(scores); - rfastqReads.push_back(read1124); - FastqRead read1125; read1125.setName("M00967_44_000000000-A3K85_1_1102_14185_25718"); - read1125.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1125.setScores(scores); - rfastqReads.push_back(read1125); - FastqRead read1126; read1126.setName("M00967_44_000000000-A3K85_1_1102_19639_25825"); - read1126.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTTAAAGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTACTTCACTCAAGAACGGCAGTTTAGAACGCAGCCACCGGTTGAGCCGATGGATTTAACATTCTACTTGCCATCCCGCCTACGCTCCCTTTACACCCAGTAATTCCGGACAACGCTTGCTCCCTACGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(24); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(26); read1126.setScores(scores); - rfastqReads.push_back(read1126); - FastqRead read1127; read1127.setName("M00967_44_000000000-A3K85_1_1102_12486_25898"); - read1127.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTAAGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(37); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(24); read1127.setScores(scores); - rfastqReads.push_back(read1127); - FastqRead read1128; read1128.setName("M00967_44_000000000-A3K85_1_1102_20627_25927"); - read1128.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(34); scores.push_back(28); scores.push_back(25); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1128.setScores(scores); - rfastqReads.push_back(read1128); - FastqRead read1129; read1129.setName("M00967_44_000000000-A3K85_1_1102_16125_25967"); - read1129.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATACTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(36); scores.push_back(28); scores.push_back(34); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(28); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(13); read1129.setScores(scores); - rfastqReads.push_back(read1129); - FastqRead read1130; read1130.setName("M00967_44_000000000-A3K85_1_1102_21858_25971"); - read1130.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(18); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(35); scores.push_back(15); scores.push_back(27); scores.push_back(35); scores.push_back(35); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(29); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1130.setScores(scores); - rfastqReads.push_back(read1130); - FastqRead read1131; read1131.setName("M00967_44_000000000-A3K85_1_1102_7611_26146"); - read1131.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGACTACGCACCCCTTAAACCCCATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(36); scores.push_back(17); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(27); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(13); scores.push_back(27); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(31); scores.push_back(34); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(13); read1131.setScores(scores); - rfastqReads.push_back(read1131); - FastqRead read1132; read1132.setName("M00967_44_000000000-A3K85_1_1102_11609_26197"); - read1132.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTAAGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(27); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(30); scores.push_back(31); scores.push_back(26); scores.push_back(30); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); read1132.setScores(scores); - rfastqReads.push_back(read1132); - FastqRead read1133; read1133.setName("M00967_44_000000000-A3K85_1_1102_23578_26267"); - read1133.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1133.setScores(scores); - rfastqReads.push_back(read1133); - FastqRead read1134; read1134.setName("M00967_44_000000000-A3K85_1_1102_21062_26588"); - read1134.setSeq("CCTGTTCGATACCCACACTTTCATGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCCCCATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAAACCAATAAATCCGGCTAAAGCTCGCATCCGCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(35); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(15); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(36); scores.push_back(34); scores.push_back(27); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(29); scores.push_back(31); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); read1134.setScores(scores); - rfastqReads.push_back(read1134); - FastqRead read1135; read1135.setName("M00967_44_000000000-A3K85_1_1102_20584_26628"); - read1135.setSeq("ACTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGAATACTTCTCGCCCACTCGAGACCCGAAGTTTCAACGGCTGGCCGGGGTTGAGCCCCGCAATTTTCACGCTGACTTAGAAGGGCGCCTACGCACCCTTTAAATCCAATAAATCCGGATAACGCTAGCATCCTCCG"); - scores.clear(); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(34); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(31); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(16); scores.push_back(29); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(15); scores.push_back(17); scores.push_back(17); scores.push_back(29); scores.push_back(33); scores.push_back(29); scores.push_back(17); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(16); scores.push_back(27); scores.push_back(31); scores.push_back(34); scores.push_back(31); scores.push_back(14); scores.push_back(27); scores.push_back(15); scores.push_back(30); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(27); scores.push_back(30); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); read1135.setScores(scores); - rfastqReads.push_back(read1135); - FastqRead read1136; read1136.setName("M00967_44_000000000-A3K85_1_1102_14504_26916"); - read1136.setSeq("CCTGTTCGATCCCCGCGCTTTCGTGCCTCAGCGTCAGTAGCGCTCCGGAAAGCCGCCTTCGCAATCGGGGTTCTTCGTGATATCTATGCATTTCACCGCTACACCACGAATTCCGCCTTCTTCTCGCCCACTCAAGCTCCACAGTTTCCACGGCCGTTCCGGGTTGAGCCCCGCATTTTTACCGCCAACTTTACACTCCGCCTACGCACCCCTTAAAACCAAGAAATCCGGATAACGCTCGCCCCCTCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(32); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(16); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(30); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(30); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(29); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(34); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); read1136.setScores(scores); - rfastqReads.push_back(read1136); - FastqRead read1137; read1137.setName("M00967_44_000000000-A3K85_1_1102_13130_27044"); - read1137.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCTTCAGCGTCAGTAGGAAGCCGGCATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCTTCCACTCAAGATCGCCAGTTTCAATGGCGGGAAGGGGTTGTGCCCCTCAAATTTACCCCTGCCTTAACGAATCCCCTACGCACCCTTTTAAACCAATAAATCCCGCTAAAGACCCCACCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(34); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); read1137.setScores(scores); - rfastqReads.push_back(read1137); - FastqRead read1138; read1138.setName("M00967_44_000000000-A3K85_1_1102_11409_27262"); - read1138.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGCAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCCCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(26); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(13); scores.push_back(31); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(31); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(26); read1138.setScores(scores); - rfastqReads.push_back(read1138); - FastqRead read1139; read1139.setName("M00967_44_000000000-A3K85_1_1102_21640_27300"); - read1139.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGTTGAGCCCCCCAATTTTGACGCTGAATTGGCAGCCCGCCTGCGGCCCCTTTCAAACCAATAAAAACGGAAAAAACACGCCCCCTCCG"); - scores.clear(); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(31); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(30); scores.push_back(29); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(17); scores.push_back(17); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(29); scores.push_back(29); scores.push_back(16); scores.push_back(30); scores.push_back(27); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(29); scores.push_back(38); scores.push_back(27); scores.push_back(29); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(27); scores.push_back(34); scores.push_back(31); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); read1139.setScores(scores); - rfastqReads.push_back(read1139); - FastqRead read1140; read1140.setName("M00967_44_000000000-A3K85_1_1102_10152_27371"); - read1140.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACATCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(30); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1140.setScores(scores); - rfastqReads.push_back(read1140); - FastqRead read1141; read1141.setName("M00967_44_000000000-A3K85_1_1102_9655_27555"); - read1141.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGTTGAGCCCCCCAATTTTCCCCCCGACTTTGAATCCCCCCCGCGCACCCTTTAAAACCAAATAATCCGGGAAAAGCTCCCATCCTCCC"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); read1141.setScores(scores); - rfastqReads.push_back(read1141); - FastqRead read1142; read1142.setName("M00967_44_000000000-A3K85_1_1102_11932_27788"); - read1142.setSeq("CCTGTTTGCTCCCCACGCTTTCGTGCCTCAGTGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCCAGCTGGACAGTTTCAAATGCAGTACCGGGGTTGAGCCCCGGGCTTTCACATCTGACTTGCCCTGCCACCTACGCACCCTTTACACCCAGTAAATCCGGATAACGCTTGCCTCCTACGT"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(20); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(20); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(20); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(17); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(27); scores.push_back(31); scores.push_back(34); scores.push_back(14); scores.push_back(27); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(13); read1142.setScores(scores); - rfastqReads.push_back(read1142); - FastqRead read1143; read1143.setName("M00967_44_000000000-A3K85_1_1102_10822_27885"); - read1143.setSeq("CCTGTTTGCTCCCCACGCTTTCGGGCCTCAACGTCAGTCGCAGTCCAGCAGGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCTGCACTCCAGCCGCGCAGTTCCAAGAGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACTCCTGGCTTGCGCTGCCGTCTGCGCCCCCTTTACACCCAGTAAATCCGGATAACGCCTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(15); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(27); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(13); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); read1143.setScores(scores); - rfastqReads.push_back(read1143); - FastqRead read1144; read1144.setName("M00967_44_000000000-A3K85_1_1102_12475_28097"); - read1144.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGCAGAGGGTGGGGCTTCTCACTTTCTCCGCTACTTTACAGACGACCCACGCCCACATTTAAACCCAATAAATCCGGTATAACTCCCCCACCCCCA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(20); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(19); scores.push_back(31); scores.push_back(29); scores.push_back(36); scores.push_back(16); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(17); scores.push_back(31); scores.push_back(17); scores.push_back(32); scores.push_back(31); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(17); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); read1144.setScores(scores); - rfastqReads.push_back(read1144); - FastqRead read1145; read1145.setName("M00967_44_000000000-A3K85_1_1102_15269_28120"); - read1145.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGACGAGGGTGAGCCCCCCAATTTTACCGCTGACTTTAACTTCCGCCTGCGCACCCCTTAAACCCAAAAAAACCGGGATACGCTCGCATTCACCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(20); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(17); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(25); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); read1145.setScores(scores); - rfastqReads.push_back(read1145); - FastqRead read1146; read1146.setName("M00967_44_000000000-A3K85_1_1102_15327_28246"); - read1146.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGAAGAGGTGGAGCCCCTCCAATTTACCCCTTCCTCTACTGTCCGCCTCCGCAACCTTTACACCCAACAAATACCGATAAAACCCGCCTCCCCCG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(27); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); read1146.setScores(scores); - rfastqReads.push_back(read1146); - FastqRead read1147; read1147.setName("M00967_44_000000000-A3K85_1_1102_13612_28569"); - read1147.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGAATTAACAGCCCGCCTCCGCACCCTTTAAAACCAATCAATCCGGATAACGCTCGCCTCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(18); scores.push_back(29); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(19); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(34); scores.push_back(25); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(33); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(29); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(13); read1147.setScores(scores); - rfastqReads.push_back(read1147); - FastqRead read1148; read1148.setName("M00967_44_000000000-A3K85_1_1102_19080_28660"); - read1148.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGCCAACTCAAGTCTGCCAGTTTCAACGGCTCGACCGGGTTGAGCCCCGCAATTTTACCGCTGACTTAACGGACCGCCTACGCCCCCTTTAAACCCAATAAATCCGGATAACGCCCTCAACCTCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(27); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(30); scores.push_back(24); scores.push_back(36); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(28); scores.push_back(13); scores.push_back(12); scores.push_back(29); scores.push_back(26); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(13); read1148.setScores(scores); - rfastqReads.push_back(read1148); - FastqRead read1149; read1149.setName("M00967_44_000000000-A3K85_1_1102_15217_28768"); - read1149.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGACAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGGCAAGGGGTGGCCCCGGATTTTTACCGCTAAACTGTCAAAACACCCACGCAACCCCTCAAACCCACACATACAGCGCAAGCCCGCATCCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(36); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); read1149.setScores(scores); - rfastqReads.push_back(read1149); - FastqRead read1150; read1150.setName("M00967_44_000000000-A3K85_1_1102_16028_28783"); - read1150.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCATCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCAAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(14); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(26); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(26); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); read1150.setScores(scores); - rfastqReads.push_back(read1150); - FastqRead read1151; read1151.setName("M00967_44_000000000-A3K85_1_1103_16176_1457"); - read1151.setSeq("ACTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGNNNNNNNNNNNNNNNNNNCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCNANNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNCTNCNNCCTGCGCACCCTTTAAACCACATAAATCCGGATAACCCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(18); scores.push_back(29); scores.push_back(29); scores.push_back(29); scores.push_back(32); scores.push_back(20); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(30); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(29); scores.push_back(2); scores.push_back(29); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(13); scores.push_back(13); scores.push_back(2); scores.push_back(26); scores.push_back(2); scores.push_back(2); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(25); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1151.setScores(scores); - rfastqReads.push_back(read1151); - FastqRead read1152; read1152.setName("M00967_44_000000000-A3K85_1_1103_15035_1543"); - read1152.setSeq("CCTGTTTGCTACCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTGAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCTGCTCACCTCTCCTGCACTCCAGTCACATAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTACATCACCGTCTACGCTCCCTTTACCCCCAGTAATTCCGGCTAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1152.setScores(scores); - rfastqReads.push_back(read1152); - FastqRead read1153; read1153.setName("M00967_44_000000000-A3K85_1_1103_15030_1563"); - read1153.setSeq("CCTGTTTGCTACCCACGCTTTCGAGCCTCAGTGTCAGTTACAGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAAGAATTCCACTTGCCTCTCCTGCACTCTAGCTGAGCAGTTTCTAAAGCATTCCCATAGTTGAGCTTTGGGTTTTCACTTCGGACTTGCTCTGCCACCTACTCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCTCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(20); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(20); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(17); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(27); scores.push_back(29); scores.push_back(16); scores.push_back(27); scores.push_back(27); scores.push_back(13); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1153.setScores(scores); - rfastqReads.push_back(read1153); - FastqRead read1154; read1154.setName("M00967_44_000000000-A3K85_1_1103_14269_1635"); - read1154.setSeq("GCTTATCGATTTGCAAGCTTTCGTTCCCCTGTTTCATTCGGCCGCCGATATCCTGTTTTCGCAATTGGAGTTCTGGGTGTGATCTATTCATGTTACCGCTACACGATGCATTCCGCATACTTCTCTCCCACTCAAGAACGCCAGCTCTCACGGCTCGTTGGTGTTGAGCTCCGCTTTTTTACCCATTACTTGCTTCCCTGTCTACGACCTCTTTAAACCCATAGAATCCGGATACCGTCCGCCCCTACCGT"); - scores.clear(); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(18); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(18); scores.push_back(18); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(18); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(16); scores.push_back(35); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(30); scores.push_back(29); scores.push_back(14); scores.push_back(33); scores.push_back(17); scores.push_back(31); scores.push_back(17); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(31); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(29); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(15); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(27); scores.push_back(30); scores.push_back(16); scores.push_back(33); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(30); scores.push_back(14); scores.push_back(16); scores.push_back(33); scores.push_back(29); scores.push_back(16); scores.push_back(17); scores.push_back(27); scores.push_back(17); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(31); scores.push_back(34); scores.push_back(15); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(34); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(27); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(12); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); read1154.setScores(scores); - rfastqReads.push_back(read1154); - FastqRead read1155; read1155.setName("M00967_44_000000000-A3K85_1_1103_15104_1907"); - read1155.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGGACGGGGTTGAGCCCCACAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(20); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(13); read1155.setScores(scores); - rfastqReads.push_back(read1155); - FastqRead read1156; read1156.setName("M00967_44_000000000-A3K85_1_1103_13556_2049"); - read1156.setSeq("CCTGTTCGCTACCCATGCTTTCGAGCCTCAGCGTCAGTTGCAGACCAGAGAGCCGCCTTCGCCACTGGTGTTCTTCCATATATCTACGCATTCCACCGCTACACATGGAGTTCCACTCTCCTCTTCTGCACTCAAGTTCAACAGTTTCTGATGCAATTCTCCGGTTGAGCCGAAGGCTTTCACATCAGACTTATTGAACCGCCTGCACTCGCTTTACGCCCAATAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(25); read1156.setScores(scores); - rfastqReads.push_back(read1156); - FastqRead read1157; read1157.setName("M00967_44_000000000-A3K85_1_1103_11904_2102"); - read1157.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGNNNNNNNNNNNNNNNNNNCNNCNNNNNNNNNNANNNNNNNNNNNNNNNNNNTNNNNNNNNNNNCNANNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNTTNNCNNCNNNNNNNNCANTCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(30); scores.push_back(2); scores.push_back(2); scores.push_back(30); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(30); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(14); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(30); scores.push_back(2); scores.push_back(30); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(26); scores.push_back(26); scores.push_back(2); scores.push_back(2); scores.push_back(13); scores.push_back(2); scores.push_back(2); scores.push_back(25); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(25); scores.push_back(26); scores.push_back(2); scores.push_back(26); scores.push_back(26); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); read1157.setScores(scores); - rfastqReads.push_back(read1157); - FastqRead read1158; read1158.setName("M00967_44_000000000-A3K85_1_1103_19648_2389"); - read1158.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCCAGTCATACAGTTTCAAAAGCAGTCCCGCAGTTGAGCCGCGGGCTTTCACTTCTGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(30); scores.push_back(13); read1158.setScores(scores); - rfastqReads.push_back(read1158); - FastqRead read1159; read1159.setName("M00967_44_000000000-A3K85_1_1103_13799_2475"); - read1159.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGCGTCAGTTACTGTCCAGCAATCCGCCTTCGCCACTGGTGTTCCTCCGTATATCTACGCATTTCACCGCTACACACGGAATTCCGATTGCCTCTCCAGCACTCAAGAAATACAGTTTCAAATGCAGGCTATGGGTTGAGCCCATAGTTTTCACATCTGACTTGCATTCCCGCCTACACGCCCTTTACACCCAATAAATCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1159.setScores(scores); - rfastqReads.push_back(read1159); - FastqRead read1160; read1160.setName("M00967_44_000000000-A3K85_1_1103_20712_2483"); - read1160.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGNNTNGANNCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(19); scores.push_back(19); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(2); scores.push_back(2); scores.push_back(27); scores.push_back(2); scores.push_back(27); scores.push_back(27); scores.push_back(2); scores.push_back(2); scores.push_back(27); scores.push_back(27); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(25); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(35); scores.push_back(24); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(26); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(15); scores.push_back(33); scores.push_back(13); read1160.setScores(scores); - rfastqReads.push_back(read1160); - FastqRead read1161; read1161.setName("M00967_44_000000000-A3K85_1_1103_10052_2794"); - read1161.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGNNNNNNNNNCGANTTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(2); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); read1161.setScores(scores); - rfastqReads.push_back(read1161); - FastqRead read1162; read1162.setName("M00967_44_000000000-A3K85_1_1103_16040_2794"); - read1162.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(29); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(27); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); read1162.setScores(scores); - rfastqReads.push_back(read1162); - FastqRead read1163; read1163.setName("M00967_44_000000000-A3K85_1_1103_14729_2802"); - read1163.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(25); scores.push_back(37); scores.push_back(30); scores.push_back(13); read1163.setScores(scores); - rfastqReads.push_back(read1163); - FastqRead read1164; read1164.setName("M00967_44_000000000-A3K85_1_1103_17195_2846"); - read1164.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGGTGGGGCCCGCAAATTTACCGCTGGCTTGGCATCCCGCCCGCGCCCCCTTTAAACCCCATAAAACACGACAACGCCCGCCCCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); read1164.setScores(scores); - rfastqReads.push_back(read1164); - FastqRead read1165; read1165.setName("M00967_44_000000000-A3K85_1_1103_14169_3164"); - read1165.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCCTAATTTTACCGCTGACTTGGTTTTCCGCCTGGGCCCCCTTTAAACCCAATAAATCCGGGTAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(18); scores.push_back(29); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(20); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(19); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); read1165.setScores(scores); - rfastqReads.push_back(read1165); - FastqRead read1166; read1166.setName("M00967_44_000000000-A3K85_1_1103_12088_3303"); - read1166.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(30); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(17); scores.push_back(16); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); read1166.setScores(scores); - rfastqReads.push_back(read1166); - FastqRead read1167; read1167.setName("M00967_44_000000000-A3K85_1_1103_16422_3350"); - read1167.setSeq("CCTGTTCGCTACCCATGCTTTCGAGCCTCAGCGTCAGTTGCAGACCAGAGAGCCGCCTTCGCCACTGGTGTTCTTCCATATATCTACGCATTCCACCGCTACACATGGAGTTCCACTCTCCTCTTCTGCACTCAAGTTCAACAGTTTCTGATGCAATTCTCCGGTTGAGCCGAAGGCTTTCACATCAGACTTATTGAACCGCCTGCACTCGCTTTACGCCCAATAAATCCGGACACCGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(24); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(30); scores.push_back(29); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(28); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(32); read1167.setScores(scores); - rfastqReads.push_back(read1167); - FastqRead read1168; read1168.setName("M00967_44_000000000-A3K85_1_1103_10725_3494"); - read1168.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(13); scores.push_back(29); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(29); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); read1168.setScores(scores); - rfastqReads.push_back(read1168); - FastqRead read1169; read1169.setName("M00967_44_000000000-A3K85_1_1103_22196_3592"); - read1169.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1169.setScores(scores); - rfastqReads.push_back(read1169); - FastqRead read1170; read1170.setName("M00967_44_000000000-A3K85_1_1103_16331_3660"); - read1170.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCCAGCCACACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTAAACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(31); scores.push_back(37); scores.push_back(17); scores.push_back(14); scores.push_back(15); scores.push_back(17); scores.push_back(15); scores.push_back(30); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1170.setScores(scores); - rfastqReads.push_back(read1170); - FastqRead read1171; read1171.setName("M00967_44_000000000-A3K85_1_1103_9295_3695"); - read1171.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCTAGTTATACAGTTTCAAAAGCAGTCCCGCAGTTGAGCCGCGGGCTTTCACTTCTGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(18); scores.push_back(20); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(18); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(20); scores.push_back(35); scores.push_back(20); scores.push_back(37); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(20); scores.push_back(17); scores.push_back(30); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(37); scores.push_back(19); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(18); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(26); scores.push_back(35); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(36); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); read1171.setScores(scores); - rfastqReads.push_back(read1171); - FastqRead read1172; read1172.setName("M00967_44_000000000-A3K85_1_1103_23039_3733"); - read1172.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCTGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACACCCGCATCCTCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(25); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(24); scores.push_back(28); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(28); scores.push_back(30); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(29); scores.push_back(31); scores.push_back(31); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); read1172.setScores(scores); - rfastqReads.push_back(read1172); - FastqRead read1173; read1173.setName("M00967_44_000000000-A3K85_1_1103_19195_3867"); - read1173.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(12); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(28); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(13); read1173.setScores(scores); - rfastqReads.push_back(read1173); - FastqRead read1174; read1174.setName("M00967_44_000000000-A3K85_1_1103_10788_4000"); - read1174.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTAACGCTGACTTGGCAGGCCGCCTACGCACCCTTTTAAACCAATAAATCCGGGTTAAGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(13); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); read1174.setScores(scores); - rfastqReads.push_back(read1174); - FastqRead read1175; read1175.setName("M00967_44_000000000-A3K85_1_1103_8992_4423"); - read1175.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGACAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGGCCGGGTGGTGCCCGGGATTTTTTACCCTTGCTTTACAAACCGCCCACCCCCCCCCTTAAACCCACAAAAACCCGCAACACCCCCCCCCCCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(31); read1175.setScores(scores); - rfastqReads.push_back(read1175); - FastqRead read1176; read1176.setName("M00967_44_000000000-A3K85_1_1103_17459_4472"); - read1176.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGGTGAGCCCCCCAATTTGACCGCTGGCTTGGCATCCCGGCCGCGCACCCCTTCAACCCAATAAATCCGGATACAGGCCGCCATCCTCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(29); scores.push_back(35); scores.push_back(19); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(20); scores.push_back(37); scores.push_back(32); scores.push_back(18); scores.push_back(18); scores.push_back(17); scores.push_back(17); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(17); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(13); read1176.setScores(scores); - rfastqReads.push_back(read1176); - FastqRead read1177; read1177.setName("M00967_44_000000000-A3K85_1_1103_17449_4602"); - read1177.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCTAGCCTTACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGCAGGACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(25); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1177.setScores(scores); - rfastqReads.push_back(read1177); - FastqRead read1178; read1178.setName("M00967_44_000000000-A3K85_1_1103_20830_4693"); - read1178.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCTAGCTACACAGTTTCCAAAGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACTTCAGACTTGCGCAGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1178.setScores(scores); - rfastqReads.push_back(read1178); - FastqRead read1179; read1179.setName("M00967_44_000000000-A3K85_1_1103_12981_4751"); - read1179.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTCAACCCAATAAATCCGGGTAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(28); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); read1179.setScores(scores); - rfastqReads.push_back(read1179); - FastqRead read1180; read1180.setName("M00967_44_000000000-A3K85_1_1103_9233_4796"); - read1180.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(29); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(34); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); read1180.setScores(scores); - rfastqReads.push_back(read1180); - FastqRead read1181; read1181.setName("M00967_44_000000000-A3K85_1_1103_16944_4809"); - read1181.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(33); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1181.setScores(scores); - rfastqReads.push_back(read1181); - FastqRead read1182; read1182.setName("M00967_44_000000000-A3K85_1_1103_16552_4854"); - read1182.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(24); read1182.setScores(scores); - rfastqReads.push_back(read1182); - FastqRead read1183; read1183.setName("M00967_44_000000000-A3K85_1_1103_9737_5004"); - read1183.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGATGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGCCATTTTACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); read1183.setScores(scores); - rfastqReads.push_back(read1183); - FastqRead read1184; read1184.setName("M00967_44_000000000-A3K85_1_1103_21943_5012"); - read1184.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(13); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(34); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(24); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1184.setScores(scores); - rfastqReads.push_back(read1184); - FastqRead read1185; read1185.setName("M00967_44_000000000-A3K85_1_1103_17872_5018"); - read1185.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGTGGAGGCCCCCAAATTGAACGCTGACTTTGCATCCCGCCTGCGCACCCTTTAAAACCAATAAATCCCGATAAAGCCCGCCTCCCCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(30); scores.push_back(12); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(13); read1185.setScores(scores); - rfastqReads.push_back(read1185); - FastqRead read1186; read1186.setName("M00967_44_000000000-A3K85_1_1103_21336_5022"); - read1186.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTACATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(13); read1186.setScores(scores); - rfastqReads.push_back(read1186); - FastqRead read1187; read1187.setName("M00967_44_000000000-A3K85_1_1103_16401_5096"); - read1187.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAATGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1187.setScores(scores); - rfastqReads.push_back(read1187); - FastqRead read1188; read1188.setName("M00967_44_000000000-A3K85_1_1103_10037_5177"); - read1188.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCCACATTTGACCGCTTACTTAACAGCCCGCCTACGCACCCCTTAAACCCAATAAATCCCGATCAAGCTCCCAACCTCCCA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(17); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(14); scores.push_back(27); scores.push_back(30); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(30); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); read1188.setScores(scores); - rfastqReads.push_back(read1188); - FastqRead read1189; read1189.setName("M00967_44_000000000-A3K85_1_1103_14484_5243"); - read1189.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); read1189.setScores(scores); - rfastqReads.push_back(read1189); - FastqRead read1190; read1190.setName("M00967_44_000000000-A3K85_1_1103_9186_5372"); - read1190.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(31); scores.push_back(28); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(28); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(24); read1190.setScores(scores); - rfastqReads.push_back(read1190); - FastqRead read1191; read1191.setName("M00967_44_000000000-A3K85_1_1103_19892_5374"); - read1191.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(29); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1191.setScores(scores); - rfastqReads.push_back(read1191); - FastqRead read1192; read1192.setName("M00967_44_000000000-A3K85_1_1103_16230_5574"); - read1192.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCCCAATTTTACCGCTGAATTGATTTTTCGCCTGCGCCCCCTTTAAAACCAATAAATCCGGATAACCCCCGCAACCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(25); scores.push_back(38); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(39); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(25); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(31); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); read1192.setScores(scores); - rfastqReads.push_back(read1192); - FastqRead read1193; read1193.setName("M00967_44_000000000-A3K85_1_1103_25080_5623"); - read1193.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCCGGGTTGAGCCCCGACATTTTACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCCGCTAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(20); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(35); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(25); read1193.setScores(scores); - rfastqReads.push_back(read1193); - FastqRead read1194; read1194.setName("M00967_44_000000000-A3K85_1_1103_15278_5700"); - read1194.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGCTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(18); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(28); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); read1194.setScores(scores); - rfastqReads.push_back(read1194); - FastqRead read1195; read1195.setName("M00967_44_000000000-A3K85_1_1103_10510_5756"); - read1195.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(27); scores.push_back(34); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(31); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1195.setScores(scores); - rfastqReads.push_back(read1195); - FastqRead read1196; read1196.setName("M00967_44_000000000-A3K85_1_1103_22433_5765"); - read1196.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCCCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(25); scores.push_back(36); scores.push_back(30); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(24); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(30); scores.push_back(25); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(14); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(28); scores.push_back(29); scores.push_back(28); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1196.setScores(scores); - rfastqReads.push_back(read1196); - FastqRead read1197; read1197.setName("M00967_44_000000000-A3K85_1_1103_10468_5827"); - read1197.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGGAGAGGGTGGGCCCCTCCAATTTTCCGCTTCCTTTACTTTCCGCCCTCCCACCCCTTAAAACCCATAAAACAGCATAAAGCCCCCCTCATCCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(13); read1197.setScores(scores); - rfastqReads.push_back(read1197); - FastqRead read1198; read1198.setName("M00967_44_000000000-A3K85_1_1103_13969_5837"); - read1198.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(28); scores.push_back(31); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); read1198.setScores(scores); - rfastqReads.push_back(read1198); - FastqRead read1199; read1199.setName("M00967_44_000000000-A3K85_1_1103_22183_5860"); - read1199.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGGTGCGCCCCGACATTTGCCCGCTGACTTTACCGCCCGCCTACCCACCCTTAAAACCCCATAAATCCCGGTAAACCCCCCATCCCCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(19); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(36); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(13); read1199.setScores(scores); - rfastqReads.push_back(read1199); - FastqRead read1200; read1200.setName("M00967_44_000000000-A3K85_1_1103_8892_5909"); - read1200.setSeq("CCTGTTTGCTCCCCACGCTTTCGGGCCTCAACGTCAGTCGCAGTCCAGCAGGCCGCCTTCGCCACCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCTGCACTCCAGCCGAGCAGTTCCAAGAGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACTCCTGGCTTGCGCTGCCGTCTGCGCCCCCTTTACACCCAGTACATCCGGATAACGCCTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(13); read1200.setScores(scores); - rfastqReads.push_back(read1200); - FastqRead read1201; read1201.setName("M00967_44_000000000-A3K85_1_1103_20600_5943"); - read1201.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAACCCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(24); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(28); scores.push_back(29); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(26); scores.push_back(28); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(24); read1201.setScores(scores); - rfastqReads.push_back(read1201); - FastqRead read1202; read1202.setName("M00967_44_000000000-A3K85_1_1103_18613_5969"); - read1202.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCCCGCATTCCGCGTACTTCTCGCCCACTCAAGTCTGCCAGTTTCAACGGCTCGACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTAACGGACCGCCTACGCACCCCTTAAACCCAACAAATCCGGATAACGCTCGCCTCCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(27); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(25); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(29); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(12); read1202.setScores(scores); - rfastqReads.push_back(read1202); - FastqRead read1203; read1203.setName("M00967_44_000000000-A3K85_1_1103_11964_5972"); - read1203.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTCCACCCAGTAATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(20); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(25); scores.push_back(31); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(13); read1203.setScores(scores); - rfastqReads.push_back(read1203); - FastqRead read1204; read1204.setName("M00967_44_000000000-A3K85_1_1103_23719_6018"); - read1204.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGTGTCAGTTGCAGACCAGGAAGCCGCCTTCGCCACTGGTGTTCCTCCATATCTCTACGCATTTCACCGCTACACATGGAATTCCACTTCCCTCTTCTGCACTCAAGTCAACCAGTTTCCAATGACCCTCCACGGTTAAGCCGTGGGCTTTCACATCAGACTTAATTAACCACCTGCGCGCTCTTTACGCCCAATAATTCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(18); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1204.setScores(scores); - rfastqReads.push_back(read1204); - FastqRead read1205; read1205.setName("M00967_44_000000000-A3K85_1_1103_15108_6040"); - read1205.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCCCCTACGCCCCCTTTAAACCCAATAAATCCGGAAAACCCCCGCATCCCCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(36); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); read1205.setScores(scores); - rfastqReads.push_back(read1205); - FastqRead read1206; read1206.setName("M00967_44_000000000-A3K85_1_1103_10121_6076"); - read1206.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCCATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCCGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCCTCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(25); read1206.setScores(scores); - rfastqReads.push_back(read1206); - FastqRead read1207; read1207.setName("M00967_44_000000000-A3K85_1_1103_8420_6115"); - read1207.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCCGCGTCCGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAAAGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(18); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(33); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(36); scores.push_back(31); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(30); scores.push_back(32); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(29); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(24); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(31); scores.push_back(27); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(32); read1207.setScores(scores); - rfastqReads.push_back(read1207); - FastqRead read1208; read1208.setName("M00967_44_000000000-A3K85_1_1103_6717_6130"); - read1208.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGACCCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(18); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(39); scores.push_back(20); scores.push_back(20); scores.push_back(18); scores.push_back(17); scores.push_back(33); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(29); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(32); read1208.setScores(scores); - rfastqReads.push_back(read1208); - FastqRead read1209; read1209.setName("M00967_44_000000000-A3K85_1_1103_21228_6156"); - read1209.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCAGCACTCTAGCCGGGCAGTTTCCAAAGCAGTCCCGCAGTTGGGCCGCGGGCTTTCACTTCAGACTTGCTCTGCCGTCTACGCTCCCTTTACCCCCAGTAAATCCGGATAACGCTTGCCCCCTAC"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(37); read1209.setScores(scores); - rfastqReads.push_back(read1209); - FastqRead read1210; read1210.setName("M00967_44_000000000-A3K85_1_1103_6793_6256"); - read1210.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCCCTTTTACGGTTGAGCCGCAAACTTTCCCAACTGCCTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(31); scores.push_back(38); scores.push_back(35); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(19); scores.push_back(18); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(17); scores.push_back(33); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(17); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(14); scores.push_back(30); scores.push_back(15); scores.push_back(30); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(35); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1210.setScores(scores); - rfastqReads.push_back(read1210); - FastqRead read1211; read1211.setName("M00967_44_000000000-A3K85_1_1103_25376_6286"); - read1211.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1211.setScores(scores); - rfastqReads.push_back(read1211); - FastqRead read1212; read1212.setName("M00967_44_000000000-A3K85_1_1103_14034_6351"); - read1212.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1212.setScores(scores); - rfastqReads.push_back(read1212); - FastqRead read1213; read1213.setName("M00967_44_000000000-A3K85_1_1103_19209_6395"); - read1213.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(28); scores.push_back(33); scores.push_back(28); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1213.setScores(scores); - rfastqReads.push_back(read1213); - FastqRead read1214; read1214.setName("M00967_44_000000000-A3K85_1_1103_24543_6404"); - read1214.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAGCCGTTCCGCGGTTAAGCCACGGGCTTTCACTTCAGACTTGCAGAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTCGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(28); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(32); read1214.setScores(scores); - rfastqReads.push_back(read1214); - FastqRead read1215; read1215.setName("M00967_44_000000000-A3K85_1_1103_7168_6417"); - read1215.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGTTGGGCCCCCAAATTTTACCGCTGACCTGGGCGTCCCCCCGCGCGCCCCTTAAAACCAAAAAAACCGGTGACAGCCTGCCTCCCCCTT"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(19); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(30); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(28); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(27); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(13); read1215.setScores(scores); - rfastqReads.push_back(read1215); - FastqRead read1216; read1216.setName("M00967_44_000000000-A3K85_1_1103_7188_6426"); - read1216.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCCCCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGTTTCGCCCCCCAATATTCACCTTTCCTCGGCAGCCCGCCCGCGGCACCTCTAAAACCAACAACTCCGGGTATCGCCCCCCTCCACCG"); - scores.clear(); scores.push_back(18); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(18); scores.push_back(32); scores.push_back(20); scores.push_back(32); scores.push_back(33); scores.push_back(19); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(15); scores.push_back(36); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(20); scores.push_back(20); scores.push_back(33); scores.push_back(33); scores.push_back(18); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(14); scores.push_back(36); scores.push_back(33); scores.push_back(19); scores.push_back(19); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(19); scores.push_back(19); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(37); scores.push_back(28); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(28); scores.push_back(28); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); read1216.setScores(scores); - rfastqReads.push_back(read1216); - FastqRead read1217; read1217.setName("M00967_44_000000000-A3K85_1_1103_9179_6566"); - read1217.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTTCAGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCTGTACTCTAGTTACACAGTTTCCAAAGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACTTCAGACTTACATAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(29); scores.push_back(30); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(13); scores.push_back(32); scores.push_back(13); read1217.setScores(scores); - rfastqReads.push_back(read1217); - FastqRead read1218; read1218.setName("M00967_44_000000000-A3K85_1_1103_15717_6589"); - read1218.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCCGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(28); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(27); read1218.setScores(scores); - rfastqReads.push_back(read1218); - FastqRead read1219; read1219.setName("M00967_44_000000000-A3K85_1_1103_9938_6608"); - read1219.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGCGTCAGTTGCTGTCCAGCAGACCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGTCTGCCTCTCCAGTACTCAAGAAACACAGTTTCAAATGCAGGCCACAGGTTGAGCCCGTGGTTTTCACATCTGACTTGCGTCCCCGCCTACACGCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1219.setScores(scores); - rfastqReads.push_back(read1219); - FastqRead read1220; read1220.setName("M00967_44_000000000-A3K85_1_1103_16883_6661"); - read1220.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTTCTCCTAATATCTACGCATTTCACCGCTACACCAGGAATTCCGCTTGCCTCTCCCGCACTCCAGTTCCACAGTTTCCACAGCCGTTCCGCGGTTAAGCCACGGGCTTTCACTTCAGACTTGCAGAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCCCGCCCCCTAC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(20); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(19); scores.push_back(19); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(18); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(30); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(34); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); read1220.setScores(scores); - rfastqReads.push_back(read1220); - FastqRead read1221; read1221.setName("M00967_44_000000000-A3K85_1_1103_11425_6670"); - read1221.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGTCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAAAGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); read1221.setScores(scores); - rfastqReads.push_back(read1221); - FastqRead read1222; read1222.setName("M00967_44_000000000-A3K85_1_1103_10233_6672"); - read1222.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCCCCCTTTAAACCCAATAAATCCGGATAAAGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(28); scores.push_back(35); scores.push_back(34); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(13); read1222.setScores(scores); - rfastqReads.push_back(read1222); - FastqRead read1223; read1223.setName("M00967_44_000000000-A3K85_1_1103_24986_6678"); - read1223.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGCGCCCCTCAATTTTACCGCTGAATTGATCTTCCGACTGCGCACCCTTTTAACCCAATAAATCCCGATAAAGCTCGCGTCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(27); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(27); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(24); read1223.setScores(scores); - rfastqReads.push_back(read1223); - FastqRead read1224; read1224.setName("M00967_44_000000000-A3K85_1_1103_21822_6728"); - read1224.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(30); scores.push_back(37); scores.push_back(13); read1224.setScores(scores); - rfastqReads.push_back(read1224); - FastqRead read1225; read1225.setName("M00967_44_000000000-A3K85_1_1103_8324_6833"); - read1225.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGCCAACTCAAGTCTGCCAGTTTCAACGGCTCGACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTCACGGACCGCCTACGCCCCCTTTAAACCCAATAAATCCGGATCACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); read1225.setScores(scores); - rfastqReads.push_back(read1225); - FastqRead read1226; read1226.setName("M00967_44_000000000-A3K85_1_1103_14878_6847"); - read1226.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCGGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(13); read1226.setScores(scores); - rfastqReads.push_back(read1226); - FastqRead read1227; read1227.setName("M00967_44_000000000-A3K85_1_1103_23038_6857"); - read1227.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTTGCAGACCAGAGAGCCGCCTTCGCCACTGGTGCTCTTCCATATATCTACGCATTCCACCGCTACACATGGAGTTCCACTCTCCTCTTCTGCACTCAAGTTCAACAGTTTCTGATGCAATTCTCCGGTTGAGCCGAAGGCTTTCACATCAGACTTATTGAACCGCCTGCACTCGCTTTACGCCCAATCAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(25); read1227.setScores(scores); - rfastqReads.push_back(read1227); - FastqRead read1228; read1228.setName("M00967_44_000000000-A3K85_1_1103_18648_6959"); - read1228.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCCCTCCAGTACTCTAGCCGCACAGTTTCCAGAGCAGTTCCGGGGTTGGGCCCCGGGCTTTCACTCCAGACTTGCACTGCCGTCTGCGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1228.setScores(scores); - rfastqReads.push_back(read1228); - FastqRead read1229; read1229.setName("M00967_44_000000000-A3K85_1_1103_22675_7047"); - read1229.setSeq("CCTGTTCGATACCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGACGGGGTTGAGCCCCCCCATTTTCCTGCTGACTTGGCATCCCGCCTGCGCACCCTTTTAACCCAATAAAACCGGATAAAGCCCGCATTCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(17); scores.push_back(35); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(28); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(12); read1229.setScores(scores); - rfastqReads.push_back(read1229); - FastqRead read1230; read1230.setName("M00967_44_000000000-A3K85_1_1103_12738_7087"); - read1230.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGGTGGGCCCCCACATTTGACCCCTGACTTGGCATCCCGCCTGCGCCCCCCTTAAACCCAATAAATCCGGGTAACGCCCGCCTCCCCCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); read1230.setScores(scores); - rfastqReads.push_back(read1230); - FastqRead read1231; read1231.setName("M00967_44_000000000-A3K85_1_1103_17138_7147"); - read1231.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCCACGCACCCTTTAAACCCAATAAATCCGGTTAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(12); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(28); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(13); scores.push_back(13); read1231.setScores(scores); - rfastqReads.push_back(read1231); - FastqRead read1232; read1232.setName("M00967_44_000000000-A3K85_1_1103_20997_7165"); - read1232.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGCCAACTCAAGTCTGCCAGTTTCAACGGCTCGACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTAACGGACCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(25); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1232.setScores(scores); - rfastqReads.push_back(read1232); - FastqRead read1233; read1233.setName("M00967_44_000000000-A3K85_1_1103_20629_7213"); - read1233.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1233.setScores(scores); - rfastqReads.push_back(read1233); - FastqRead read1234; read1234.setName("M00967_44_000000000-A3K85_1_1103_18680_7276"); - read1234.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGGTCTTCCGCCTGCGCACCCTTTCAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(12); scores.push_back(27); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(13); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(28); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); read1234.setScores(scores); - rfastqReads.push_back(read1234); - FastqRead read1235; read1235.setName("M00967_44_000000000-A3K85_1_1103_6942_7296"); - read1235.setSeq("CCTGTTTGCTCCCCACGCTTTCGGGCCTCAACGTCAGTCGCAGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCCGCACTCCAGCCATGCAGTTCCAAGGGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACCCCTGGCTTGCATGGCCGTCTACGCTCCCTTTACACCCAGTGAATCCGGATAACGCTCGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(30); read1235.setScores(scores); - rfastqReads.push_back(read1235); - FastqRead read1236; read1236.setName("M00967_44_000000000-A3K85_1_1103_21455_7343"); - read1236.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(18); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(13); scores.push_back(33); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1236.setScores(scores); - rfastqReads.push_back(read1236); - FastqRead read1237; read1237.setName("M00967_44_000000000-A3K85_1_1103_18242_7492"); - read1237.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(29); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); read1237.setScores(scores); - rfastqReads.push_back(read1237); - FastqRead read1238; read1238.setName("M00967_44_000000000-A3K85_1_1103_22951_7512"); - read1238.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTTCAGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTAATATTTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTACTTCACTCAAGATGAACAGTTTCGATCGCAGCTATGGGTTAAGCCCATAGATTTCACAGTCGACTTGCTCTCCCGCCTACGCTCCCTTTACACCCAGTAATTCCGGACAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(17); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(16); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(34); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(32); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(31); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); read1238.setScores(scores); - rfastqReads.push_back(read1238); - FastqRead read1239; read1239.setName("M00967_44_000000000-A3K85_1_1103_10319_7544"); - read1239.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAGCCGTTCCGCGGTTAAGCCACGGGCTTTCACTTCAGACTTGCAGAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTCGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(18); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(13); read1239.setScores(scores); - rfastqReads.push_back(read1239); - FastqRead read1240; read1240.setName("M00967_44_000000000-A3K85_1_1103_6904_7573"); - read1240.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATCAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(28); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(29); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(35); read1240.setScores(scores); - rfastqReads.push_back(read1240); - FastqRead read1241; read1241.setName("M00967_44_000000000-A3K85_1_1103_7301_7685"); - read1241.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGAATTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGGTAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(27); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(31); scores.push_back(26); scores.push_back(29); scores.push_back(12); scores.push_back(28); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(24); read1241.setScores(scores); - rfastqReads.push_back(read1241); - FastqRead read1242; read1242.setName("M00967_44_000000000-A3K85_1_1103_15808_7721"); - read1242.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(13); read1242.setScores(scores); - rfastqReads.push_back(read1242); - FastqRead read1243; read1243.setName("M00967_44_000000000-A3K85_1_1103_11333_7738"); - read1243.setSeq("CCTGTTCTATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); read1243.setScores(scores); - rfastqReads.push_back(read1243); - FastqRead read1244; read1244.setName("M00967_44_000000000-A3K85_1_1103_19977_7746"); - read1244.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(13); read1244.setScores(scores); - rfastqReads.push_back(read1244); - FastqRead read1245; read1245.setName("M00967_44_000000000-A3K85_1_1103_16226_7784"); - read1245.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCCGGGGTGAGCCCCCGCATTTTACCGCTGGCTTAACAGCCCGCCTACGCCCCCCTTAAACCCAATAAAACCGGGTAACGCCCGCACCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); read1245.setScores(scores); - rfastqReads.push_back(read1245); - FastqRead read1246; read1246.setName("M00967_44_000000000-A3K85_1_1103_19682_7793"); - read1246.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCTTCAGCGTCAGTAGGAAGCCGGCATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCTTCCACTCAAGATCGCCAGTTTCAATGGCGGGAAGGGGGTGGGCCCCCCCATTTGCCCACTTACTTAACGATCCGCCTACGCACCCCTTTAACCCCATAAATCCGGATAAAGCTCGCCTCCTCCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(13); read1246.setScores(scores); - rfastqReads.push_back(read1246); - FastqRead read1247; read1247.setName("M00967_44_000000000-A3K85_1_1103_16758_7846"); - read1247.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGATAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGGCCGGGTTGGGCCCGGGATTTTTTCCGCTGACTTGACAAACCGCCCACGCACCCCTTCAAACCAATAAAACCCGACAACGCCCCCCTCCTCCC"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(15); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); read1247.setScores(scores); - rfastqReads.push_back(read1247); - FastqRead read1248; read1248.setName("M00967_44_000000000-A3K85_1_1103_24319_7847"); - read1248.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCCTTAAACCCAATAAATCCGGATAACCCCCGCATCCCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(29); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); read1248.setScores(scores); - rfastqReads.push_back(read1248); - FastqRead read1249; read1249.setName("M00967_44_000000000-A3K85_1_1103_25660_7945"); - read1249.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCCGGCCGGGGTTGCGCCCCGACATTTGACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(25); scores.push_back(28); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(30); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(29); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(28); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); read1249.setScores(scores); - rfastqReads.push_back(read1249); - FastqRead read1250; read1250.setName("M00967_44_000000000-A3K85_1_1103_26739_8041"); - read1250.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); read1250.setScores(scores); - rfastqReads.push_back(read1250); - FastqRead read1251; read1251.setName("M00967_44_000000000-A3K85_1_1103_22137_8043"); - read1251.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGCCAACTCAAGTCTGCCAGTTTCAACGGCTCGACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTAACGGACCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(13); read1251.setScores(scores); - rfastqReads.push_back(read1251); - FastqRead read1252; read1252.setName("M00967_44_000000000-A3K85_1_1103_26625_8082"); - read1252.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCTAGCTACTCAGTTTCAAAAGCAGTCCCAAGGTTGAGCCCTGGGTTTTCACTTCTGACTTGATTAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(13); read1252.setScores(scores); - rfastqReads.push_back(read1252); - FastqRead read1253; read1253.setName("M00967_44_000000000-A3K85_1_1103_12693_8090"); - read1253.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGCAAACCCCCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(12); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(31); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(29); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(32); read1253.setScores(scores); - rfastqReads.push_back(read1253); - FastqRead read1254; read1254.setName("M00967_44_000000000-A3K85_1_1103_7037_8136"); - read1254.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(30); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(26); scores.push_back(25); scores.push_back(35); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(24); read1254.setScores(scores); - rfastqReads.push_back(read1254); - FastqRead read1255; read1255.setName("M00967_44_000000000-A3K85_1_1103_18917_8147"); - read1255.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCATTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCAATCTAGTTCAACAGTTTCAAAAGCAGTCCCGGAGTTGAGCCCCGGGCTTTCACTTCTGACTTGCTAAACCGCCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1255.setScores(scores); - rfastqReads.push_back(read1255); - FastqRead read1256; read1256.setName("M00967_44_000000000-A3K85_1_1103_18414_8219"); - read1256.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(29); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(32); read1256.setScores(scores); - rfastqReads.push_back(read1256); - FastqRead read1257; read1257.setName("M00967_44_000000000-A3K85_1_1103_10821_8368"); - read1257.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCC"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(12); scores.push_back(26); scores.push_back(30); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(28); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(24); read1257.setScores(scores); - rfastqReads.push_back(read1257); - FastqRead read1258; read1258.setName("M00967_44_000000000-A3K85_1_1103_18384_8446"); - read1258.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGGTGAGCCCCGAAATTTTACCGCCGACTTGGCCTCCCGCCCGCGCACCCCTTAAACCCAATAAAACCGGGTAAAGCTCCCCTCCTCCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(13); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(31); scores.push_back(13); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); read1258.setScores(scores); - rfastqReads.push_back(read1258); - FastqRead read1259; read1259.setName("M00967_44_000000000-A3K85_1_1103_15582_8461"); - read1259.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(29); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1259.setScores(scores); - rfastqReads.push_back(read1259); - FastqRead read1260; read1260.setName("M00967_44_000000000-A3K85_1_1103_9199_8564"); - read1260.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1260.setScores(scores); - rfastqReads.push_back(read1260); - FastqRead read1261; read1261.setName("M00967_44_000000000-A3K85_1_1103_25782_8729"); - read1261.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCAGCCTACGCACCCTTTAAACCCAATAAATCCGGATAAAGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(29); scores.push_back(14); scores.push_back(29); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(27); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(27); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(12); read1261.setScores(scores); - rfastqReads.push_back(read1261); - FastqRead read1262; read1262.setName("M00967_44_000000000-A3K85_1_1103_14640_8834"); - read1262.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTGCCGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTACCCCTCCCGCACTCTAGATCCCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCCGCGGCATTTCACTCCAGACTTGTCGCACCGGCTACGCGCCCTTTACACCCAGTAAATCCGGACAACGCCTGCCCCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(18); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(35); scores.push_back(20); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(15); scores.push_back(13); scores.push_back(15); scores.push_back(27); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(12); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(13); read1262.setScores(scores); - rfastqReads.push_back(read1262); - FastqRead read1263; read1263.setName("M00967_44_000000000-A3K85_1_1103_27298_8883"); - read1263.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCCCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(17); scores.push_back(32); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(19); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); read1263.setScores(scores); - rfastqReads.push_back(read1263); - FastqRead read1264; read1264.setName("M00967_44_000000000-A3K85_1_1103_4824_8949"); - read1264.setSeq("CCTGTTCGCTACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCCTTAAACCCAATCAATCCGGATAACGCTCGCATCCTCCGG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(29); scores.push_back(14); scores.push_back(30); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(31); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(31); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(12); read1264.setScores(scores); - rfastqReads.push_back(read1264); - FastqRead read1265; read1265.setName("M00967_44_000000000-A3K85_1_1103_24749_9012"); - read1265.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCCCTCAATTTTAACGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATACGGATAAAGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(18); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(30); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(13); read1265.setScores(scores); - rfastqReads.push_back(read1265); - FastqRead read1266; read1266.setName("M00967_44_000000000-A3K85_1_1103_25347_9123"); - read1266.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCTAGCTACACAGTTTCCAAAGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACTTCAGACTTGCGCAGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1266.setScores(scores); - rfastqReads.push_back(read1266); - FastqRead read1267; read1267.setName("M00967_44_000000000-A3K85_1_1103_21446_9321"); - read1267.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGGTGAGCCCCCAAAATTGAACGCTGGATTGGCATCCCGCCTGCCCCCCCCTTAAACCCAATAAAACCGGATAACGCCCCCCACCCCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(12); read1267.setScores(scores); - rfastqReads.push_back(read1267); - FastqRead read1268; read1268.setName("M00967_44_000000000-A3K85_1_1103_18608_9367"); - read1268.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); read1268.setScores(scores); - rfastqReads.push_back(read1268); - FastqRead read1269; read1269.setName("M00967_44_000000000-A3K85_1_1103_13848_9407"); - read1269.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTGTCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGATACTCAAGACCAACAGTTTCAAATGCAGTTCGGGGGTTGAGCCCCCGGATTTCACATCTGACTTGTCAGCCCGGCTACACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(26); read1269.setScores(scores); - rfastqReads.push_back(read1269); - FastqRead read1270; read1270.setName("M00967_44_000000000-A3K85_1_1103_3944_9581"); - read1270.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGCCAACTCAAGTCTGCCAGTTTCAACGGCTCGACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTAACGGACCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(29); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(25); read1270.setScores(scores); - rfastqReads.push_back(read1270); - FastqRead read1271; read1271.setName("M00967_44_000000000-A3K85_1_1103_7934_9596"); - read1271.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); read1271.setScores(scores); - rfastqReads.push_back(read1271); - FastqRead read1272; read1272.setName("M00967_44_000000000-A3K85_1_1103_15136_9597"); - read1272.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGCGTCAGTTGTCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGATACTCAAGGGCTACAGTTTCAAATGCAGTTCCGGGGTTGAGCCCCGGGATTTCACATCTGACTTGCAGCTCCGCCTACACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1272.setScores(scores); - rfastqReads.push_back(read1272); - FastqRead read1273; read1273.setName("M00967_44_000000000-A3K85_1_1103_8102_9598"); - read1273.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCCCAATTTTACCGCTGACTTGAACTTCCGCATGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(27); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(25); scores.push_back(38); scores.push_back(25); scores.push_back(34); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(14); scores.push_back(33); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(25); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(13); read1273.setScores(scores); - rfastqReads.push_back(read1273); - FastqRead read1274; read1274.setName("M00967_44_000000000-A3K85_1_1103_27328_9706"); - read1274.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(18); scores.push_back(29); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(14); scores.push_back(31); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(28); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); read1274.setScores(scores); - rfastqReads.push_back(read1274); - FastqRead read1275; read1275.setName("M00967_44_000000000-A3K85_1_1103_17645_9714"); - read1275.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1275.setScores(scores); - rfastqReads.push_back(read1275); - FastqRead read1276; read1276.setName("M00967_44_000000000-A3K85_1_1103_27341_9719"); - read1276.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTCCACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTCCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(27); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(30); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(12); read1276.setScores(scores); - rfastqReads.push_back(read1276); - FastqRead read1277; read1277.setName("M00967_44_000000000-A3K85_1_1103_6782_9724"); - read1277.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCCGGGTTTAGCCCCCACATTTGACCGCCGACTTAACAGCCCGCCTACGCGCCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCCCCGT"); - scores.clear(); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(18); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(12); read1277.setScores(scores); - rfastqReads.push_back(read1277); - FastqRead read1278; read1278.setName("M00967_44_000000000-A3K85_1_1103_6099_9759"); - read1278.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(28); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); read1278.setScores(scores); - rfastqReads.push_back(read1278); - FastqRead read1279; read1279.setName("M00967_44_000000000-A3K85_1_1103_8333_9775"); - read1279.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCCACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(13); read1279.setScores(scores); - rfastqReads.push_back(read1279); - FastqRead read1280; read1280.setName("M00967_44_000000000-A3K85_1_1103_8401_9780"); - read1280.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGAAGAGGGTGAGCCCCCCAATTTTACCCCTGACTTAACTGTCCGCCTACGCACCCCTTAAACCCAATAAAAACGGATAACGCTCCCAACCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(40); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(25); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(12); read1280.setScores(scores); - rfastqReads.push_back(read1280); - FastqRead read1281; read1281.setName("M00967_44_000000000-A3K85_1_1103_23320_9784"); - read1281.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCCCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACCCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(28); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(28); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); read1281.setScores(scores); - rfastqReads.push_back(read1281); - FastqRead read1282; read1282.setName("M00967_44_000000000-A3K85_1_1103_25819_9846"); - read1282.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(25); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); read1282.setScores(scores); - rfastqReads.push_back(read1282); - FastqRead read1283; read1283.setName("M00967_44_000000000-A3K85_1_1103_15522_9957"); - read1283.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCCAGCTACACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGCACAGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGCTAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(13); scores.push_back(24); scores.push_back(13); read1283.setScores(scores); - rfastqReads.push_back(read1283); - FastqRead read1284; read1284.setName("M00967_44_000000000-A3K85_1_1103_5428_9992"); - read1284.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCCCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); read1284.setScores(scores); - rfastqReads.push_back(read1284); - FastqRead read1285; read1285.setName("M00967_44_000000000-A3K85_1_1103_5592_10012"); - read1285.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); read1285.setScores(scores); - rfastqReads.push_back(read1285); - FastqRead read1286; read1286.setName("M00967_44_000000000-A3K85_1_1103_24939_10063"); - read1286.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGTTGGGCCCCCCAATTTTCACGCTTCCTCTGCAACCCCCCCGCGGCCCCCTTTAACACAAAAAATACGGGTAAACCTCCCCTCCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(36); scores.push_back(12); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(28); scores.push_back(29); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(29); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(12); read1286.setScores(scores); - rfastqReads.push_back(read1286); - FastqRead read1287; read1287.setName("M00967_44_000000000-A3K85_1_1103_28776_10102"); - read1287.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTNATANCTANNCATTTCACCGCTACACNACGCATTCCGNNNACTNCTCGCCAACNCAAGTCTGCCAGTTTCNACNNCTNGACGGGNNNNNNNNNNNNNNNTTTACCGCTGGCTTAACGGACCGCCTACGCACCCTTTTAACCTAATAAATCCGGATAACGCTCGCATCCCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(2); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(2); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(2); scores.push_back(2); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(2); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(2); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(2); scores.push_back(27); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(2); scores.push_back(27); scores.push_back(27); scores.push_back(2); scores.push_back(2); scores.push_back(26); scores.push_back(13); scores.push_back(2); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(26); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(25); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); read1287.setScores(scores); - rfastqReads.push_back(read1287); - FastqRead read1288; read1288.setName("M00967_44_000000000-A3K85_1_1103_23651_10126"); - read1288.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCTCAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1288.setScores(scores); - rfastqReads.push_back(read1288); - FastqRead read1289; read1289.setName("M00967_44_000000000-A3K85_1_1103_6856_10138"); - read1289.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCCCCTCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(12); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(28); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(24); scores.push_back(25); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(35); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); read1289.setScores(scores); - rfastqReads.push_back(read1289); - FastqRead read1290; read1290.setName("M00967_44_000000000-A3K85_1_1103_12892_10199"); - read1290.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCCCAATTTTACCGCTGACTTGATCTTCCGCCCTCGCACCCTTTAAACCCAATTAATCCGGATAACGCCCCCATCCTCCGG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); read1290.setScores(scores); - rfastqReads.push_back(read1290); - FastqRead read1291; read1291.setName("M00967_44_000000000-A3K85_1_1103_9328_10229"); - read1291.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCTAAGAGGTTGAGCCCCCCAACTTTACCGCCGACTTGAACTTCCGCCCGCCCTCCCCTTTAACCCCAGTAATTCGGGTTACGCCCTCCTCCTCCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(35); scores.push_back(18); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(16); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(14); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(27); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); read1291.setScores(scores); - rfastqReads.push_back(read1291); - FastqRead read1292; read1292.setName("M00967_44_000000000-A3K85_1_1103_18409_10285"); - read1292.setSeq("CCTGTTTGATCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGGGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGCCTTGCATCACCGTCTACGCTCCCTTTACCCCCAGTAATTCCGGATACCGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(29); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(30); scores.push_back(32); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(30); scores.push_back(24); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(12); read1292.setScores(scores); - rfastqReads.push_back(read1292); - FastqRead read1293; read1293.setName("M00967_44_000000000-A3K85_1_1103_26783_10286"); - read1293.setSeq("CCTGTTTTCTCCCAATACTCTCGAGCATCAACGTCAGTTACCGTCCTGTAAGCCGCCTTTGCGACCGGTGTCCCTCCTAATATCTACGCATTTCCCCGCCTCACCAGGATTTCCACTTACCATTCCTGCACTCCACTCATACAGTTTACAAAACAGCCCCGGGTCTTCCCCCCCGCATTTCCATTTCGACATGCATCCCCGCCTATGCACCCCCTACCCCCTGTATACCCGCCCTTCCCTTGCCCCCTCC"); - scores.clear(); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(16); scores.push_back(18); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(18); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(17); scores.push_back(32); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(27); scores.push_back(15); scores.push_back(16); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(34); scores.push_back(16); scores.push_back(17); scores.push_back(16); scores.push_back(31); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(31); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(16); scores.push_back(15); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(16); scores.push_back(29); scores.push_back(15); scores.push_back(27); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(14); scores.push_back(28); scores.push_back(25); scores.push_back(15); scores.push_back(14); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(24); read1293.setScores(scores); - rfastqReads.push_back(read1293); - FastqRead read1294; read1294.setName("M00967_44_000000000-A3K85_1_1103_11485_10402"); - read1294.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTTCAGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCTGTACTCTAGTTACACAGTTTCCAAAGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACTTCAGACTTACATAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(13); read1294.setScores(scores); - rfastqReads.push_back(read1294); - FastqRead read1295; read1295.setName("M00967_44_000000000-A3K85_1_1103_24812_10436"); - read1295.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACCCTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTACCATCACCGCCTACGCTCCCTTTCCCCCCCGTAAATCCGGCTAACGCTTGCCCCCTAC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(17); scores.push_back(19); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(33); scores.push_back(17); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(20); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(20); scores.push_back(32); scores.push_back(18); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(18); scores.push_back(37); scores.push_back(34); scores.push_back(20); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(20); scores.push_back(20); scores.push_back(19); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(19); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(32); scores.push_back(18); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(34); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(17); scores.push_back(31); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(30); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(30); scores.push_back(37); scores.push_back(16); scores.push_back(30); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(13); read1295.setScores(scores); - rfastqReads.push_back(read1295); - FastqRead read1296; read1296.setName("M00967_44_000000000-A3K85_1_1103_10377_10477"); - read1296.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTTCAGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCTGTACTCTAGTTACACAGTTTCCAAAGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACTTCAGACTTACATAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(25); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(13); read1296.setScores(scores); - rfastqReads.push_back(read1296); - FastqRead read1297; read1297.setName("M00967_44_000000000-A3K85_1_1103_21285_10511"); - read1297.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATACATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(32); scores.push_back(27); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(24); scores.push_back(34); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(25); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(29); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(26); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(25); read1297.setScores(scores); - rfastqReads.push_back(read1297); - FastqRead read1298; read1298.setName("M00967_44_000000000-A3K85_1_1103_11360_10556"); - read1298.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTAACGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(29); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(28); scores.push_back(28); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1298.setScores(scores); - rfastqReads.push_back(read1298); - FastqRead read1299; read1299.setName("M00967_44_000000000-A3K85_1_1103_15421_10557"); - read1299.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGCGTCAGTTACTGTCCAGCAATCCGCCTTCGCCACTGGTGTTCCTCCGTATATCTACGCATTTCACCGCTACACACGGAATTCCGATTGCCTCTCCAGCACTCAAGAAATACAGTTTCAAATGCAGGCTATGGGTTGAGCCCATAGTTTTAACATCTGACTTGCATTCCCGCCTACACGCCCTTTACACCCAATAAATCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(28); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(28); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1299.setScores(scores); - rfastqReads.push_back(read1299); - FastqRead read1300; read1300.setName("M00967_44_000000000-A3K85_1_1103_25286_10559"); - read1300.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAGCCGTTCCGCGGTTAAGCCACGGGCTTTCACTTCAGACTTGCAGAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTCGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(31); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(28); scores.push_back(13); scores.push_back(32); scores.push_back(13); read1300.setScores(scores); - rfastqReads.push_back(read1300); - FastqRead read1301; read1301.setName("M00967_44_000000000-A3K85_1_1103_12760_10601"); - read1301.setSeq("CCTGTTTGCTCCCCACACTTTCGAGCCTCAGCGTCAGTAAAAGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTACTTCACTCAAGAGCTGCAGTTTTGAGTGCGACTATCGGTTGAGCCGGTAGTTTTGACACCCAACTTGCATCCCCGCCTACGCTCCCTTTACACCCAGTAATTCCGGACAACGCTTGCTCCCTACGT"); - scores.clear(); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); read1301.setScores(scores); - rfastqReads.push_back(read1301); - FastqRead read1302; read1302.setName("M00967_44_000000000-A3K85_1_1103_9066_10619"); - read1302.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1302.setScores(scores); - rfastqReads.push_back(read1302); - FastqRead read1303; read1303.setName("M00967_44_000000000-A3K85_1_1103_18120_10646"); - read1303.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGCAATTTGACCGCTGACTTCACAGGCCGCCGACGCCCCCCTTAAAACCAATAAATCCGGATAACGCTCGCATCCTCCGG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(25); scores.push_back(12); read1303.setScores(scores); - rfastqReads.push_back(read1303); - FastqRead read1304; read1304.setName("M00967_44_000000000-A3K85_1_1103_5698_10687"); - read1304.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTTACAGTCCAGTGAGTCGCCTTCGCCTCTGGTGTTCCTCCTAATATCTACGCATTCCACCGCTACACTAGGAATTCCACTCACCTCTCCTGCACTCCAGCTCAACAGTTTTAGATGCAGTTCCGCGGTTGAGCCGCGGGATTTCACATCTAACTTATTAAGCCGCCTACACTCCCTTTACGCCCAGTCATTCCGGACAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1304.setScores(scores); - rfastqReads.push_back(read1304); - FastqRead read1305; read1305.setName("M00967_44_000000000-A3K85_1_1103_11293_10689"); - read1305.setSeq("CCTATTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCGCCCCTTAAACCCAATAAAACCGGATAACGCCACCAACCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(36); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(19); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(31); scores.push_back(35); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(27); scores.push_back(29); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); read1305.setScores(scores); - rfastqReads.push_back(read1305); - FastqRead read1306; read1306.setName("M00967_44_000000000-A3K85_1_1103_11518_10893"); - read1306.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACCGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCTAGCTACTCAGTTTCAAAAGCAGTCCCAAGGTTGAGCCCTGGGTTTTCACTTCTGACTTGATTAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTACCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); read1306.setScores(scores); - rfastqReads.push_back(read1306); - FastqRead read1307; read1307.setName("M00967_44_000000000-A3K85_1_1103_5776_10916"); - read1307.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(29); scores.push_back(31); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(28); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(28); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(32); read1307.setScores(scores); - rfastqReads.push_back(read1307); - FastqRead read1308; read1308.setName("M00967_44_000000000-A3K85_1_1103_22681_10930"); - read1308.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCCTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(20); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(20); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(29); scores.push_back(35); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(15); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); read1308.setScores(scores); - rfastqReads.push_back(read1308); - FastqRead read1309; read1309.setName("M00967_44_000000000-A3K85_1_1103_9113_10930"); - read1309.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(29); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(33); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); read1309.setScores(scores); - rfastqReads.push_back(read1309); - FastqRead read1310; read1310.setName("M00967_44_000000000-A3K85_1_1103_25968_11012"); - read1310.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGAAGAGGGTGAGCCCCTCCATTTTACCGCTGACTTTACCGTCCGCCCACGCACCCTTTAAACCCAATAAATCCCGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(36); scores.push_back(33); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); read1310.setScores(scores); - rfastqReads.push_back(read1310); - FastqRead read1311; read1311.setName("M00967_44_000000000-A3K85_1_1103_18994_11026"); - read1311.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCATCCGT"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(16); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(25); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(25); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(29); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(29); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1311.setScores(scores); - rfastqReads.push_back(read1311); - FastqRead read1312; read1312.setName("M00967_44_000000000-A3K85_1_1103_24652_11069"); - read1312.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGTTGGGCCCCGCAAATTGACCGCTGACTTGGCCTCCCGCCTGCGCCCCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(30); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(29); scores.push_back(31); scores.push_back(31); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); read1312.setScores(scores); - rfastqReads.push_back(read1312); - FastqRead read1313; read1313.setName("M00967_44_000000000-A3K85_1_1103_19812_11148"); - read1313.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAGGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGCGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGGTAACGCTCGCATCCTCCGG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(28); scores.push_back(28); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(12); read1313.setScores(scores); - rfastqReads.push_back(read1313); - FastqRead read1314; read1314.setName("M00967_44_000000000-A3K85_1_1103_28989_11149"); - read1314.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGGGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(30); read1314.setScores(scores); - rfastqReads.push_back(read1314); - FastqRead read1315; read1315.setName("M00967_44_000000000-A3K85_1_1103_21260_11157"); - read1315.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGAAGCCGGCATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCTTCCACTCAAGATCGCCAGTTTCAATGGCGGGAAGGGGTTGTGCCCCCCCATTTTTCCCCTTCCTTAACGAACCGCCCACGCACCCCTTTAAACCCACAAATCCCGATAACGCCCGCCTCCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(28); scores.push_back(13); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); read1315.setScores(scores); - rfastqReads.push_back(read1315); - FastqRead read1316; read1316.setName("M00967_44_000000000-A3K85_1_1103_8886_11261"); - read1316.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGACAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGGCCCGGTGTCGCCCCCGACTTTTTCCGCTGCCTTTTCCAAACCCCCCCGCGCCCCCTCACACCCCTAAAACCGGCTAAAACTCCCACACCCCC"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); read1316.setScores(scores); - rfastqReads.push_back(read1316); - FastqRead read1317; read1317.setName("M00967_44_000000000-A3K85_1_1103_22854_11267"); - read1317.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCAGCACTCTAGCTTAACAGTTTCCAAAGCAGTCCCGGGGTTAAGCCCCGGGCTTTCACTTCAGACTTGCTTAGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCCTGCCCCCTACG"); - scores.clear(); scores.push_back(29); scores.push_back(29); scores.push_back(29); scores.push_back(32); scores.push_back(29); scores.push_back(35); scores.push_back(18); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(27); scores.push_back(27); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(31); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(12); read1317.setScores(scores); - rfastqReads.push_back(read1317); - FastqRead read1318; read1318.setName("M00967_44_000000000-A3K85_1_1103_5785_11267"); - read1318.setSeq("CCTGTTTGCTACCCACGCTTTCGTGCTTCAGCGTCAGTTAAAGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCCGATCTCTACGCATTTCACCGCTACACCGGGAATTCCGCCTGCCTCTACTTCACTCAAGCCCTACAGTTTCAAAAGCAGTTCACGGGTTAAGCCCATGGATTTCACTTCTGACTTGCTAGGCCGCCTACGCACCCTTTACACCCAGTAAATCCGGACAACGCTTGCTCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(28); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1318.setScores(scores); - rfastqReads.push_back(read1318); - FastqRead read1319; read1319.setName("M00967_44_000000000-A3K85_1_1103_19911_11294"); - read1319.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(28); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(12); read1319.setScores(scores); - rfastqReads.push_back(read1319); - FastqRead read1320; read1320.setName("M00967_44_000000000-A3K85_1_1103_7383_11335"); - read1320.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCCTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCCCAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(20); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(12); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(36); scores.push_back(28); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(13); read1320.setScores(scores); - rfastqReads.push_back(read1320); - FastqRead read1321; read1321.setName("M00967_44_000000000-A3K85_1_1103_16461_11423"); - read1321.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(31); scores.push_back(33); scores.push_back(31); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(29); scores.push_back(26); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(28); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1321.setScores(scores); - rfastqReads.push_back(read1321); - FastqRead read1322; read1322.setName("M00967_44_000000000-A3K85_1_1103_26385_11447"); - read1322.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(24); scores.push_back(12); scores.push_back(30); scores.push_back(35); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(29); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(24); read1322.setScores(scores); - rfastqReads.push_back(read1322); - FastqRead read1323; read1323.setName("M00967_44_000000000-A3K85_1_1103_5679_11462"); - read1323.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(13); scores.push_back(12); read1323.setScores(scores); - rfastqReads.push_back(read1323); - FastqRead read1324; read1324.setName("M00967_44_000000000-A3K85_1_1103_5779_11524"); - read1324.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGCTATACAGTTTCCAAAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTTCAGACTTGCATCGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); read1324.setScores(scores); - rfastqReads.push_back(read1324); - FastqRead read1325; read1325.setName("M00967_44_000000000-A3K85_1_1103_9985_11568"); - read1325.setSeq("CCTGTTTGCTACCCACGCTTTCGTGCTTCAGCGTCAGTTAAAGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCCGATCTCTACGCATTTCACCGCTACACCGGGAATTCCGCCTGCCTCTACTTCACTCAAGCCCTACAGTTTCAAAAGCAGTTCACGGGTTAAGCCCATGGATTTCACTTCTGACTTGCAAGGCCGCCTACGCACCCTTTACACCCAGTAAATCCGGACAACGCTTGCTCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(25); read1325.setScores(scores); - rfastqReads.push_back(read1325); - FastqRead read1326; read1326.setName("M00967_44_000000000-A3K85_1_1103_18212_11684"); - read1326.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCCGCACTCTAGCATGGCAGTTTCCAAAGCAGTTCAGGGGTTAAGCCCCTGCCTTTCACTTCAGACTTGCCGCGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCACCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(17); scores.push_back(17); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(15); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(15); scores.push_back(30); scores.push_back(29); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(17); scores.push_back(16); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(31); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(12); read1326.setScores(scores); - rfastqReads.push_back(read1326); - FastqRead read1327; read1327.setName("M00967_44_000000000-A3K85_1_1103_23595_11768"); - read1327.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCTAGCTACACAGTTTCCAAAGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACTTCAGACTTGCGCAGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(24); read1327.setScores(scores); - rfastqReads.push_back(read1327); - FastqRead read1328; read1328.setName("M00967_44_000000000-A3K85_1_1103_10123_11799"); - read1328.setSeq("CCTGTTTGATACCCACGCTTTCGAGCATCAGCGTCAGTCGCAGGCCGGTAAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTCGTCCACTCAAGACCGCCAGTTTCAACGGCAATTTTACGGTTGAGCCCCAAACTTTCCCAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCATAAAATCCGGAAAAAGCCCCAATCCCCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(27); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(15); scores.push_back(29); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(12); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(38); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(30); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); read1328.setScores(scores); - rfastqReads.push_back(read1328); - FastqRead read1329; read1329.setName("M00967_44_000000000-A3K85_1_1103_23308_11803"); - read1329.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(16); scores.push_back(36); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(16); scores.push_back(15); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(17); scores.push_back(32); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(32); scores.push_back(31); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(29); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(26); read1329.setScores(scores); - rfastqReads.push_back(read1329); - FastqRead read1330; read1330.setName("M00967_44_000000000-A3K85_1_1103_6203_11808"); - read1330.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(34); scores.push_back(12); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(25); read1330.setScores(scores); - rfastqReads.push_back(read1330); - FastqRead read1331; read1331.setName("M00967_44_000000000-A3K85_1_1103_23321_11815"); - read1331.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(24); read1331.setScores(scores); - rfastqReads.push_back(read1331); - FastqRead read1332; read1332.setName("M00967_44_000000000-A3K85_1_1103_25414_11829"); - read1332.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1332.setScores(scores); - rfastqReads.push_back(read1332); - FastqRead read1333; read1333.setName("M00967_44_000000000-A3K85_1_1103_14174_11972"); - read1333.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTACTTCACTCAAGAGCTGCAGTTTTGAGTGCGACTATCGGTTGAGCCGGTAGTTTTGACACCCAACTTGCATCCCCGCCTACGCTCCCTTTACACCAAGTAATTCCGGACAACGCTTGCTCCCTACGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(26); read1333.setScores(scores); - rfastqReads.push_back(read1333); - FastqRead read1334; read1334.setName("M00967_44_000000000-A3K85_1_1103_19959_12064"); - read1334.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(24); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(13); read1334.setScores(scores); - rfastqReads.push_back(read1334); - FastqRead read1335; read1335.setName("M00967_44_000000000-A3K85_1_1103_11216_12085"); - read1335.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(29); scores.push_back(13); scores.push_back(36); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(29); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); read1335.setScores(scores); - rfastqReads.push_back(read1335); - FastqRead read1336; read1336.setName("M00967_44_000000000-A3K85_1_1103_5643_12168"); - read1336.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGGAGAGGTTTGGCCCCCCCAATTTTCCGCTTACTTAACTGGCCGCCTCCGCCCCCCTTCAAACCAATAAATCACGATCACCCCCCCACCCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(28); scores.push_back(28); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); read1336.setScores(scores); - rfastqReads.push_back(read1336); - FastqRead read1337; read1337.setName("M00967_44_000000000-A3K85_1_1103_27524_12240"); - read1337.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(16); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1337.setScores(scores); - rfastqReads.push_back(read1337); - FastqRead read1338; read1338.setName("M00967_44_000000000-A3K85_1_1103_2646_12241"); - read1338.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCCTTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACCCCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(20); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(14); scores.push_back(18); scores.push_back(17); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(17); scores.push_back(37); scores.push_back(35); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(29); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(13); read1338.setScores(scores); - rfastqReads.push_back(read1338); - FastqRead read1339; read1339.setName("M00967_44_000000000-A3K85_1_1103_28148_12280"); - read1339.setSeq("CCTGTTTGATCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGCATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCCGACTTGCATCACCGTCTCCGCCCCCTTTACACCCAGTAATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(31); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(30); scores.push_back(16); scores.push_back(16); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(29); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(26); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); read1339.setScores(scores); - rfastqReads.push_back(read1339); - FastqRead read1340; read1340.setName("M00967_44_000000000-A3K85_1_1103_17326_12344"); - read1340.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTAACGCTGACTTTATCTTCCGCCCTCGCCCCCTTTAAACCCAATAAATCCGGATAACGCTCGCCTCCCCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(29); scores.push_back(28); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(28); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(26); read1340.setScores(scores); - rfastqReads.push_back(read1340); - FastqRead read1341; read1341.setName("M00967_44_000000000-A3K85_1_1103_4277_12406"); - read1341.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCTTCAGCGTCAGTAGGAAGCCGGCATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCTTCCACTCAAGATCGCCAGTTTCAATGGCGGGAAAGGGTTGAGCCCCCCCGTTTGACCCCTGACTACAAGAACCGCCTCCGCACCCTTTCAAACCCATAAATCCGGATAACGCCCGACATCCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(34); scores.push_back(36); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); read1341.setScores(scores); - rfastqReads.push_back(read1341); - FastqRead read1342; read1342.setName("M00967_44_000000000-A3K85_1_1103_27645_12485"); - read1342.setSeq("CCTGTTTGATACCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGCACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCCCCGA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(30); scores.push_back(13); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(28); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(26); scores.push_back(24); read1342.setScores(scores); - rfastqReads.push_back(read1342); - FastqRead read1343; read1343.setName("M00967_44_000000000-A3K85_1_1103_18470_12627"); - read1343.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1343.setScores(scores); - rfastqReads.push_back(read1343); - FastqRead read1344; read1344.setName("M00967_44_000000000-A3K85_1_1103_18626_12681"); - read1344.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(28); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); read1344.setScores(scores); - rfastqReads.push_back(read1344); - FastqRead read1345; read1345.setName("M00967_44_000000000-A3K85_1_1103_3599_12709"); - read1345.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCTAAAAGGTTGAGCCCCCCAATTTTACCGCTTACTTGATCTTCCGCCTGCGCCCCCCTTAAACCCAATAAAACCGGAAAAAGCTCGCATCCCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(20); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(32); scores.push_back(15); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); read1345.setScores(scores); - rfastqReads.push_back(read1345); - FastqRead read1346; read1346.setName("M00967_44_000000000-A3K85_1_1103_13249_12790"); - read1346.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(13); read1346.setScores(scores); - rfastqReads.push_back(read1346); - FastqRead read1347; read1347.setName("M00967_44_000000000-A3K85_1_1103_10030_12796"); - read1347.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(24); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); read1347.setScores(scores); - rfastqReads.push_back(read1347); - FastqRead read1348; read1348.setName("M00967_44_000000000-A3K85_1_1103_13899_12833"); - read1348.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCATGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(13); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); read1348.setScores(scores); - rfastqReads.push_back(read1348); - FastqRead read1349; read1349.setName("M00967_44_000000000-A3K85_1_1103_19343_12844"); - read1349.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGGCGGGCCCCCGAATTTTACCGCTGACTTGGCATCCCGCCTGCGCCCCCCTTAAACCCAATAAAACCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(13); read1349.setScores(scores); - rfastqReads.push_back(read1349); - FastqRead read1350; read1350.setName("M00967_44_000000000-A3K85_1_1103_22153_12850"); - read1350.setSeq("CCTGTTTGCTCCCCACGCTTTCGCACCTGAGCGTCAGTCTTCGTCCAGGGGGCCGCCTTCGCCACCGGTATTCCTCCAGATCTCTACGCATTTCACCGCTACACCTGGAATTCTACCCCCCTCTACGAGACTCAAGCTTGCCAGTATCAGATGCAGTTCCCAGGTTGAGCCCGGGGATTTCACATCTGACTTAACAAACCGCCTGCGTGCGCTTTACGCCCAGTAATTCCGATTAACGCTTGCACCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(25); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1350.setScores(scores); - rfastqReads.push_back(read1350); - FastqRead read1351; read1351.setName("M00967_44_000000000-A3K85_1_1103_22165_12865"); - read1351.setSeq("CCTGTTTGCTCCCCACGCTTTCGCACCTGAGCGTCAGTCTTCGTCCAGGGGGCCGCCTTCGCCACCGGTATTCCTCCAGCTCTCTCCGCATTTCACCGCTCCACCCGGAATTCTACCCCCCTCTACGAGACTCCAGCTTCCCAGCATCAGATGCAGTTCCCCGCTCCAGCCCGGGGATTTCACACCTCACTTAACAAACCCCCTGCGTGCGCTTCACGCTCAGTAGTTCCGATTCACTCATGCTCCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(16); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(36); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(29); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(15); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(27); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(13); scores.push_back(38); scores.push_back(15); scores.push_back(28); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); read1351.setScores(scores); - rfastqReads.push_back(read1351); - FastqRead read1352; read1352.setName("M00967_44_000000000-A3K85_1_1103_8493_12897"); - read1352.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(12); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); read1352.setScores(scores); - rfastqReads.push_back(read1352); - FastqRead read1353; read1353.setName("M00967_44_000000000-A3K85_1_1103_25193_12938"); - read1353.setSeq("CCTGTTTGCTCCCCACACTTTCGTGCCTCAGCGTCAGTTGCAGTCCAGTTAGCCGCCTTCGCCTCTGGTGTTCCTCCTAATATCTACGCATTCCACCGCTACACTAGGAATTCCACTAACCTCTACTGCACTCAAGTCATACAGTTTTAGAAGCAGCACCCGAGTTAAGCCCTGGGTATTTCACTTCTAACTTGTACAACCGCCTACGCACCCTTTACGCTCAGTCATTCCGAACAACGCCTGCTCCCTC"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(18); scores.push_back(33); scores.push_back(18); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(17); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(27); scores.push_back(16); scores.push_back(29); scores.push_back(27); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(13); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(35); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(39); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(26); scores.push_back(24); scores.push_back(36); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(25); read1353.setScores(scores); - rfastqReads.push_back(read1353); - FastqRead read1354; read1354.setName("M00967_44_000000000-A3K85_1_1103_8277_12999"); - read1354.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1354.setScores(scores); - rfastqReads.push_back(read1354); - FastqRead read1355; read1355.setName("M00967_44_000000000-A3K85_1_1103_17589_13038"); - read1355.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(29); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(28); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(24); read1355.setScores(scores); - rfastqReads.push_back(read1355); - FastqRead read1356; read1356.setName("M00967_44_000000000-A3K85_1_1103_21424_13041"); - read1356.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(25); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1356.setScores(scores); - rfastqReads.push_back(read1356); - FastqRead read1357; read1357.setName("M00967_44_000000000-A3K85_1_1103_29129_13051"); - read1357.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(28); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(13); scores.push_back(29); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); read1357.setScores(scores); - rfastqReads.push_back(read1357); - FastqRead read1358; read1358.setName("M00967_44_000000000-A3K85_1_1103_15983_13062"); - read1358.setSeq("CCTGTTTGCTACCCACGCTTTCGAGCCTCAGCGTCAGTTAAAGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATTTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTACTTCACTCAAGATGAACAGTTTCGATCGCAGCTATGGGTTAAGCCCATAGATTTCACAGTCGACTTGCTCTCCCGCCTACGCTCCCTTTACACCCAGTAATTCCGGACAACGCTCGCCACCTACGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(13); read1358.setScores(scores); - rfastqReads.push_back(read1358); - FastqRead read1359; read1359.setName("M00967_44_000000000-A3K85_1_1103_9628_13096"); - read1359.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTGCTGTCCAGCAGACCGCCTTCGCCACTGGTGTTCCTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGTCTGCCTCTCCAGTACTCAAGAAAAACAGTTTCAAATGCAATTTGGAGGTTGAGCCTCCAGATTTCACATCTGACTTGCCTTCCCGGCTACACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(28); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1359.setScores(scores); - rfastqReads.push_back(read1359); - FastqRead read1360; read1360.setName("M00967_44_000000000-A3K85_1_1103_23007_13111"); - read1360.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTACGA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(25); scores.push_back(35); scores.push_back(13); read1360.setScores(scores); - rfastqReads.push_back(read1360); - FastqRead read1361; read1361.setName("M00967_44_000000000-A3K85_1_1103_21168_13132"); - read1361.setSeq("CCTGTTTGCTCCCCTAGCTTTCGCGCCTCAGCGTCAGTTGCGGCCCAGAGATCTGCCTTCGCCATCGGTGTTCTTCCCGATATCTGCGCATTCCACCGCTACACCGGGAATTCCGATCTCCCCTACCGAACTCGAGACACGCCAGTTCGGGACCCGGCTCAAGGTTGAGCCCTGAGATTAGAGGTCCCGCTTAACGGTCCGCCTGCGCGCGCTTTACGCCCAATGAATCCGGATAACGCTCGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(28); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(37); scores.push_back(13); read1361.setScores(scores); - rfastqReads.push_back(read1361); - FastqRead read1362; read1362.setName("M00967_44_000000000-A3K85_1_1103_12621_13155"); - read1362.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1362.setScores(scores); - rfastqReads.push_back(read1362); - FastqRead read1363; read1363.setName("M00967_44_000000000-A3K85_1_1103_12671_13193"); - read1363.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCATCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(27); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1363.setScores(scores); - rfastqReads.push_back(read1363); - FastqRead read1364; read1364.setName("M00967_44_000000000-A3K85_1_1103_27001_13203"); - read1364.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAAAGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(31); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(31); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(29); scores.push_back(28); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(26); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(26); scores.push_back(30); scores.push_back(31); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(32); scores.push_back(12); read1364.setScores(scores); - rfastqReads.push_back(read1364); - FastqRead read1365; read1365.setName("M00967_44_000000000-A3K85_1_1103_21002_13218"); - read1365.setSeq("CCTGTTCGATACCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(26); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(24); read1365.setScores(scores); - rfastqReads.push_back(read1365); - FastqRead read1366; read1366.setName("M00967_44_000000000-A3K85_1_1103_12418_13286"); - read1366.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(28); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); read1366.setScores(scores); - rfastqReads.push_back(read1366); - FastqRead read1367; read1367.setName("M00967_44_000000000-A3K85_1_1103_20111_13325"); - read1367.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGCCAGGGGTGGGGCCCCTAACTTTAACTCCGGACTGGCCTTCCCGCCGCGGCCCCCTTTAACCCCATTAAATCCGGTAAACGCCCGCTCCCTCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(30); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(27); scores.push_back(25); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(24); scores.push_back(29); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); read1367.setScores(scores); - rfastqReads.push_back(read1367); - FastqRead read1368; read1368.setName("M00967_44_000000000-A3K85_1_1103_18931_13356"); - read1368.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCTTCAGCGTCAGTAGGAAGCCGGCATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCTTCCACTCAAGATCGCCAGTTTCAATGGCGGGAAGGGGTTGAGCCCCCCAATTTTACCCCTGACTTAACAACCCGCCGCCGCACCCTTTAAACCCAATAAAACCGGAAAACGCCCGCATCCTCCC"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(24); scores.push_back(26); scores.push_back(36); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(29); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(13); read1368.setScores(scores); - rfastqReads.push_back(read1368); - FastqRead read1369; read1369.setName("M00967_44_000000000-A3K85_1_1103_20955_13357"); - read1369.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(40); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(12); scores.push_back(29); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(15); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(13); read1369.setScores(scores); - rfastqReads.push_back(read1369); - FastqRead read1370; read1370.setName("M00967_44_000000000-A3K85_1_1103_15513_13364"); - read1370.setSeq("CCTGTTTGCTCCCCACGCTTTCGTGCTTCAGCGTCAGTAGGAAGCCGGCATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCTTCCACTCAAGATCGCCAGTTTCAATGGCGGGGAAGGGTTGGGCCCCCCAAATTGTCCCCTGACTTAACGATCCGCCTACGCACCCCTTAAACCCAATAAATCCGGATAACGCCCCCCTCTCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(13); read1370.setScores(scores); - rfastqReads.push_back(read1370); - FastqRead read1371; read1371.setName("M00967_44_000000000-A3K85_1_1103_5691_13436"); - read1371.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(30); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(24); read1371.setScores(scores); - rfastqReads.push_back(read1371); - FastqRead read1372; read1372.setName("M00967_44_000000000-A3K85_1_1103_13224_13547"); - read1372.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCTTCAGCGTCAGTAGGAAGCCGGCATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCTTCCACTCAAGATCGCCAGTTTCAATGGCGGGAAGGGGGTGGGCCCCCCAATTTGACCCCTGACTTAACGATCCGCCCACGCCCCCCTTTAAACCCAAAAATCCCGCTAACACCCCCCTCCCCCCA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(36); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(24); scores.push_back(28); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); read1372.setScores(scores); - rfastqReads.push_back(read1372); - FastqRead read1373; read1373.setName("M00967_44_000000000-A3K85_1_1103_23466_13547"); - read1373.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(29); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(24); scores.push_back(28); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(35); read1373.setScores(scores); - rfastqReads.push_back(read1373); - FastqRead read1374; read1374.setName("M00967_44_000000000-A3K85_1_1103_14037_13671"); - read1374.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTACTTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1374.setScores(scores); - rfastqReads.push_back(read1374); - FastqRead read1375; read1375.setName("M00967_44_000000000-A3K85_1_1103_4084_13679"); - read1375.setSeq("CCTGTTTGCTACCCACGCTTTCGTGCTTCAGCGTCAGTTAAAGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCCGATCTCTACGCATTTCACCGCTACACCGGGAATTCCGCCTGCCTCTACTTCACTCAAGCCCTACAGTTTCAAAAGCAGTTCACGGGTTAAGCCCATGGATTTCACTTCTGACTTGCAAGGCCGCCTACGCACCCTTTACACCCAGTAAATCCGGACAACGCTTGCTCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(20); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(20); scores.push_back(38); scores.push_back(32); scores.push_back(17); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(18); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(31); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(27); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(32); scores.push_back(13); read1375.setScores(scores); - rfastqReads.push_back(read1375); - FastqRead read1376; read1376.setName("M00967_44_000000000-A3K85_1_1103_13846_13704"); - read1376.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(29); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(25); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); read1376.setScores(scores); - rfastqReads.push_back(read1376); - FastqRead read1377; read1377.setName("M00967_44_000000000-A3K85_1_1103_19629_13785"); - read1377.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTGTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTAGGGGGGGAGCCCCCCAATTTGCCCGCCGACTCTGCCTCCCCCCCGCGGCCCCCCTTAACCCCCACAAAACCGGTAAACCCCCCCTCCTCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1377.setScores(scores); - rfastqReads.push_back(read1377); - FastqRead read1378; read1378.setName("M00967_44_000000000-A3K85_1_1103_4118_13794"); - read1378.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCAGCACTCTAGCTTAACAGTTTCCAAAGCAGTCCCGGGGTTAAGCCCCGGGCTTTCACTTCAGACTTGCTTAGCCGTCTACGCTTCCTTTACACCACGTAAATCCGGATACCGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(19); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(18); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(13); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); read1378.setScores(scores); - rfastqReads.push_back(read1378); - FastqRead read1379; read1379.setName("M00967_44_000000000-A3K85_1_1103_12631_13824"); - read1379.setSeq("CCTGTTCGATACCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCCGCACTCCAGCTCTACAGTTTCCAAAGCAGTCCGGGGGTTAGGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGTCTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(18); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(27); scores.push_back(16); scores.push_back(30); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(29); scores.push_back(27); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(29); scores.push_back(13); scores.push_back(26); scores.push_back(24); read1379.setScores(scores); - rfastqReads.push_back(read1379); - FastqRead read1380; read1380.setName("M00967_44_000000000-A3K85_1_1103_25822_13839"); - read1380.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCATTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCAATCTAGCAACACAGTTTCAAAAGCAGTCCCGGAGTTGAGCCCCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1380.setScores(scores); - rfastqReads.push_back(read1380); - FastqRead read1381; read1381.setName("M00967_44_000000000-A3K85_1_1103_16752_13880"); - read1381.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1381.setScores(scores); - rfastqReads.push_back(read1381); - FastqRead read1382; read1382.setName("M00967_44_000000000-A3K85_1_1103_9333_13891"); - read1382.setSeq("CCTGTTCGATACCCACACTTTCGTGCCTCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGACATTTTACCGCTGACTTAACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGGTAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(18); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(28); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(24); read1382.setScores(scores); - rfastqReads.push_back(read1382); - FastqRead read1383; read1383.setName("M00967_44_000000000-A3K85_1_1103_25479_13909"); - read1383.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(29); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); read1383.setScores(scores); - rfastqReads.push_back(read1383); - FastqRead read1384; read1384.setName("M00967_44_000000000-A3K85_1_1103_18882_13930"); - read1384.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGCGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAATTACGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(15); scores.push_back(36); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(26); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(30); scores.push_back(12); scores.push_back(34); scores.push_back(35); scores.push_back(14); scores.push_back(34); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(30); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(30); read1384.setScores(scores); - rfastqReads.push_back(read1384); - FastqRead read1385; read1385.setName("M00967_44_000000000-A3K85_1_1103_12963_13947"); - read1385.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAGCCGTTCCGCGGTTAAGCCACGGGCTTTCCCTTCAGACTTGCAGAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACCCCCGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(29); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(35); scores.push_back(39); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(24); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1385.setScores(scores); - rfastqReads.push_back(read1385); - FastqRead read1386; read1386.setName("M00967_44_000000000-A3K85_1_1103_10852_13956"); - read1386.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCACTTGCCTCTCCGACACTCTAGATATACAGTTTCCAATGCAGTTCCGGGGTTGGGCCCCGGATTTTCACATCAGACTTGCAAGTCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); read1386.setScores(scores); - rfastqReads.push_back(read1386); - FastqRead read1387; read1387.setName("M00967_44_000000000-A3K85_1_1103_28014_13977"); - read1387.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(36); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(33); scores.push_back(34); scores.push_back(12); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1387.setScores(scores); - rfastqReads.push_back(read1387); - FastqRead read1388; read1388.setName("M00967_44_000000000-A3K85_1_1103_11398_14041"); - read1388.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(13); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(31); scores.push_back(29); scores.push_back(12); scores.push_back(28); scores.push_back(24); scores.push_back(28); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1388.setScores(scores); - rfastqReads.push_back(read1388); - FastqRead read1389; read1389.setName("M00967_44_000000000-A3K85_1_1103_15344_14061"); - read1389.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGCTTTTACCGCTGACTTGGCATCCCGCCTGCGCACCCCTTAAACCCAATAAATCCGGATAACGCCCGCCTCCCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(14); scores.push_back(28); scores.push_back(14); scores.push_back(13); scores.push_back(27); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); read1389.setScores(scores); - rfastqReads.push_back(read1389); - FastqRead read1390; read1390.setName("M00967_44_000000000-A3K85_1_1103_14891_14067"); - read1390.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCCGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(36); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(25); scores.push_back(28); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); read1390.setScores(scores); - rfastqReads.push_back(read1390); - FastqRead read1391; read1391.setName("M00967_44_000000000-A3K85_1_1103_18499_14078"); - read1391.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); read1391.setScores(scores); - rfastqReads.push_back(read1391); - FastqRead read1392; read1392.setName("M00967_44_000000000-A3K85_1_1103_25753_14096"); - read1392.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(35); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); read1392.setScores(scores); - rfastqReads.push_back(read1392); - FastqRead read1393; read1393.setName("M00967_44_000000000-A3K85_1_1103_21291_14099"); - read1393.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(29); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(28); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1393.setScores(scores); - rfastqReads.push_back(read1393); - FastqRead read1394; read1394.setName("M00967_44_000000000-A3K85_1_1103_26200_14110"); - read1394.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGCCTTAACAGCCCGCCCACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(24); scores.push_back(31); scores.push_back(26); scores.push_back(14); scores.push_back(27); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(27); scores.push_back(33); scores.push_back(33); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(36); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(27); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(33); scores.push_back(24); scores.push_back(13); read1394.setScores(scores); - rfastqReads.push_back(read1394); - FastqRead read1395; read1395.setName("M00967_44_000000000-A3K85_1_1103_6420_14143"); - read1395.setSeq("CCTGTTCGCTACCCATGCTTTCGAGCCTCAGCGTCAGTTGCAGACCAGAGAGCCGCCTTCGCCACTGGTGTTCTTCCATATATCTACGCATTCCACCGCTACACATGGAGTTCCACTCTCCTCTTCTGCACTCAAGTTCAACAGTTTCTGATGCAATTCTCCGGTTGAGCCGAAGGCTTTCACATCAGACTTATTGAACCGCCTGCACTCGCTTTACGCCCAATAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1395.setScores(scores); - rfastqReads.push_back(read1395); - FastqRead read1396; read1396.setName("M00967_44_000000000-A3K85_1_1103_18025_14186"); - read1396.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); read1396.setScores(scores); - rfastqReads.push_back(read1396); - FastqRead read1397; read1397.setName("M00967_44_000000000-A3K85_1_1103_10852_14188"); - read1397.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCCACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(24); read1397.setScores(scores); - rfastqReads.push_back(read1397); - FastqRead read1398; read1398.setName("M00967_44_000000000-A3K85_1_1103_25086_14222"); - read1398.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCGA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); read1398.setScores(scores); - rfastqReads.push_back(read1398); - FastqRead read1399; read1399.setName("M00967_44_000000000-A3K85_1_1103_3153_14243"); - read1399.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(19); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(31); scores.push_back(30); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(35); read1399.setScores(scores); - rfastqReads.push_back(read1399); - FastqRead read1400; read1400.setName("M00967_44_000000000-A3K85_1_1103_10267_14278"); - read1400.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACCGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACCGGGAATTCCGCCTGCCTCTACTTCACTCAAGCCCTACAGTTTCAAAAGCAGTTCACGGGTTAAGCCCATGGATTTCACTTCTGACTTGCAAGGCCGCCTACGCACCCTTTACACCCAGTAAATCCGGACAACGCTTGCTCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1400.setScores(scores); - rfastqReads.push_back(read1400); - FastqRead read1401; read1401.setName("M00967_44_000000000-A3K85_1_1103_14005_14307"); - read1401.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCCGGGTTGGGCCCCCCAATTTGACCGCTGACTCGGCATCCCGCCTGCGCACCCCTTTACACCAAAAAAACCGGAGAACACCCCCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(34); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); read1401.setScores(scores); - rfastqReads.push_back(read1401); - FastqRead read1402; read1402.setName("M00967_44_000000000-A3K85_1_1103_16770_14355"); - read1402.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGTGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); read1402.setScores(scores); - rfastqReads.push_back(read1402); - FastqRead read1403; read1403.setName("M00967_44_000000000-A3K85_1_1103_5100_14523"); - read1403.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAAAGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(27); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(33); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); read1403.setScores(scores); - rfastqReads.push_back(read1403); - FastqRead read1404; read1404.setName("M00967_44_000000000-A3K85_1_1103_21900_14531"); - read1404.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGTGTCAGTTGCAGACCAGGAAGCCGCCTTCGCCACTGGTGTTCCTCCATATCTCTACGCATTTCACCGCTACACATGGAATTCCACTTCCCTCTTCTGCACTCAAGTCAACCAGTTTCCAATGACCCTCCACGGTTAAGCCGTGGGCTTTCACATCAGACTTAATTAACCACCTGCGCGCTCTTTACGCCCAATAATTCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(25); read1404.setScores(scores); - rfastqReads.push_back(read1404); - FastqRead read1405; read1405.setName("M00967_44_000000000-A3K85_1_1103_25997_14542"); - read1405.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1405.setScores(scores); - rfastqReads.push_back(read1405); - FastqRead read1406; read1406.setName("M00967_44_000000000-A3K85_1_1103_9097_14585"); - read1406.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1406.setScores(scores); - rfastqReads.push_back(read1406); - FastqRead read1407; read1407.setName("M00967_44_000000000-A3K85_1_1103_27889_14599"); - read1407.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCTTAGAGGTTGAGCCTCTCAATTTTACCTCCGGCTTTATCTTCCCCCCTCGCACCCTTTTAAACCAATAAAATCCGGTAACGCCCTCACCCCCCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(32); scores.push_back(39); scores.push_back(34); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(27); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(15); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(34); scores.push_back(25); scores.push_back(14); scores.push_back(15); scores.push_back(27); scores.push_back(25); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(12); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); read1407.setScores(scores); - rfastqReads.push_back(read1407); - FastqRead read1408; read1408.setName("M00967_44_000000000-A3K85_1_1103_9210_14632"); - read1408.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1408.setScores(scores); - rfastqReads.push_back(read1408); - FastqRead read1409; read1409.setName("M00967_44_000000000-A3K85_1_1103_23194_14675"); - read1409.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(13); read1409.setScores(scores); - rfastqReads.push_back(read1409); - FastqRead read1410; read1410.setName("M00967_44_000000000-A3K85_1_1103_4510_14714"); - read1410.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCCGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAAAGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(29); scores.push_back(29); scores.push_back(35); scores.push_back(30); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1410.setScores(scores); - rfastqReads.push_back(read1410); - FastqRead read1411; read1411.setName("M00967_44_000000000-A3K85_1_1103_20807_14776"); - read1411.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(35); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(31); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(28); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); read1411.setScores(scores); - rfastqReads.push_back(read1411); - FastqRead read1412; read1412.setName("M00967_44_000000000-A3K85_1_1103_8080_14833"); - read1412.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGGAGAGGGTGAGGCCCCCAAATTTTACCCTTACATAACTGTCTCCCTACGCACCCCTTTAACCCAATAAATCCAGATCACCACCGCCTCCTCCC"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(13); read1412.setScores(scores); - rfastqReads.push_back(read1412); - FastqRead read1413; read1413.setName("M00967_44_000000000-A3K85_1_1103_2755_14834"); - read1413.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCACTAAATCCGGCTAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(18); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(33); scores.push_back(30); scores.push_back(31); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(30); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(13); read1413.setScores(scores); - rfastqReads.push_back(read1413); - FastqRead read1414; read1414.setName("M00967_44_000000000-A3K85_1_1103_24658_14877"); - read1414.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); read1414.setScores(scores); - rfastqReads.push_back(read1414); - FastqRead read1415; read1415.setName("M00967_44_000000000-A3K85_1_1103_9502_14985"); - read1415.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCCTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(20); scores.push_back(18); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(17); scores.push_back(37); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(16); scores.push_back(18); scores.push_back(37); scores.push_back(31); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(19); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); read1415.setScores(scores); - rfastqReads.push_back(read1415); - FastqRead read1416; read1416.setName("M00967_44_000000000-A3K85_1_1103_26404_15045"); - read1416.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTTAAAGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCGACACTAGGAATTCCGCCTACCTCTACTTCACTCAAGACAAGAAGTTTTCAACGCAGCTACCAGTTAGGCCGCCAGACTTACAATTCAACTTTCTCGCCCCCCCACGCCCCCTTTACACCCAGTACATCCGGATAACACTTCCCCCCTACGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(15); scores.push_back(36); scores.push_back(32); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(16); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(32); scores.push_back(15); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(29); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(33); scores.push_back(31); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(33); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(27); scores.push_back(37); scores.push_back(27); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(14); scores.push_back(15); scores.push_back(27); scores.push_back(14); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(28); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); read1416.setScores(scores); - rfastqReads.push_back(read1416); - FastqRead read1417; read1417.setName("M00967_44_000000000-A3K85_1_1103_29713_15047"); - read1417.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACCCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(19); scores.push_back(35); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(28); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(28); scores.push_back(32); scores.push_back(35); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(34); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1417.setScores(scores); - rfastqReads.push_back(read1417); - FastqRead read1418; read1418.setName("M00967_44_000000000-A3K85_1_1103_13164_15106"); - read1418.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); read1418.setScores(scores); - rfastqReads.push_back(read1418); - FastqRead read1419; read1419.setName("M00967_44_000000000-A3K85_1_1103_16186_15152"); - read1419.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1419.setScores(scores); - rfastqReads.push_back(read1419); - FastqRead read1420; read1420.setName("M00967_44_000000000-A3K85_1_1103_3458_15207"); - read1420.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGATAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGGACCGGGTTGGCCCGGGAATTTTTCCCCTCAGCTGACAAAACCCCCACCGCCCCCTCTAACACACACAAACAACGCAAACAACCCACCCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(20); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(12); read1420.setScores(scores); - rfastqReads.push_back(read1420); - FastqRead read1421; read1421.setName("M00967_44_000000000-A3K85_1_1103_3440_15209"); - read1421.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGATAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGGCCGGGGTGGGGCCCGGAATTTTTTCGCCTGCTTGTCAAACACCCCACGACCCCCCTTAACCCAAAAAAAAAGGATAAGACACGCCACCCCCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); read1421.setScores(scores); - rfastqReads.push_back(read1421); - FastqRead read1422; read1422.setName("M00967_44_000000000-A3K85_1_1103_5085_15245"); - read1422.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); read1422.setScores(scores); - rfastqReads.push_back(read1422); - FastqRead read1423; read1423.setName("M00967_44_000000000-A3K85_1_1103_13550_15273"); - read1423.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1423.setScores(scores); - rfastqReads.push_back(read1423); - FastqRead read1424; read1424.setName("M00967_44_000000000-A3K85_1_1103_24680_15378"); - read1424.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); read1424.setScores(scores); - rfastqReads.push_back(read1424); - FastqRead read1425; read1425.setName("M00967_44_000000000-A3K85_1_1103_5465_15412"); - read1425.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCCTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(30); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(28); scores.push_back(28); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(30); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(28); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(13); read1425.setScores(scores); - rfastqReads.push_back(read1425); - FastqRead read1426; read1426.setName("M00967_44_000000000-A3K85_1_1103_10672_15541"); - read1426.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); read1426.setScores(scores); - rfastqReads.push_back(read1426); - FastqRead read1427; read1427.setName("M00967_44_000000000-A3K85_1_1103_20468_15561"); - read1427.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(31); scores.push_back(24); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(12); read1427.setScores(scores); - rfastqReads.push_back(read1427); - FastqRead read1428; read1428.setName("M00967_44_000000000-A3K85_1_1103_28043_15697"); - read1428.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(13); read1428.setScores(scores); - rfastqReads.push_back(read1428); - FastqRead read1429; read1429.setName("M00967_44_000000000-A3K85_1_1103_14447_15725"); - read1429.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCAGCACTCTAGCTTAACAGTTTCCAAAGCAGTCCCATGGTTGAGCCTTGGGCTTTCACTTCAGACTTGCTATGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(24); read1429.setScores(scores); - rfastqReads.push_back(read1429); - FastqRead read1430; read1430.setName("M00967_44_000000000-A3K85_1_1103_17439_15731"); - read1430.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1430.setScores(scores); - rfastqReads.push_back(read1430); - FastqRead read1431; read1431.setName("M00967_44_000000000-A3K85_1_1103_24659_15735"); - read1431.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCCAGCTACACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGCACAGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1431.setScores(scores); - rfastqReads.push_back(read1431); - FastqRead read1432; read1432.setName("M00967_44_000000000-A3K85_1_1103_7472_15735"); - read1432.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCCTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1432.setScores(scores); - rfastqReads.push_back(read1432); - FastqRead read1433; read1433.setName("M00967_44_000000000-A3K85_1_1103_12919_15788"); - read1433.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAAGGGTTGGGCCTCCCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTTAACCCAATAAAACCGGGTAACGATCGCCTCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1433.setScores(scores); - rfastqReads.push_back(read1433); - FastqRead read1434; read1434.setName("M00967_44_000000000-A3K85_1_1103_16902_15833"); - read1434.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); read1434.setScores(scores); - rfastqReads.push_back(read1434); - FastqRead read1435; read1435.setName("M00967_44_000000000-A3K85_1_1103_10202_15911"); - read1435.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGTTTGAGCCCCGCAATTTTACCGCTGACTTGGCCGGCCGCCTAAGAACCCTTTCACCCCCATCAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(30); scores.push_back(27); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(12); read1435.setScores(scores); - rfastqReads.push_back(read1435); - FastqRead read1436; read1436.setName("M00967_44_000000000-A3K85_1_1103_14008_15997"); - read1436.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTTTAGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCTGTACTCTAGTTACACAGTTTCCAAAGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACTTCAGACTTACATAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(28); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(37); scores.push_back(12); read1436.setScores(scores); - rfastqReads.push_back(read1436); - FastqRead read1437; read1437.setName("M00967_44_000000000-A3K85_1_1103_15658_16063"); - read1437.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCTAGCCTTACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGCAGGACCGTCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(25); read1437.setScores(scores); - rfastqReads.push_back(read1437); - FastqRead read1438; read1438.setName("M00967_44_000000000-A3K85_1_1103_6338_16092"); - read1438.setSeq("CCTGTTTGATCCCCACACTTTCGAGCCTCAGCGTCAGTTAAAGCCCAGTTGGCCGCCTTCGCCACCGGTGTTCCTCCGAATATCTACGCATTTCACCGCTACACTCGGAATTCCGCCAACCTCTACTTCACTCAAGAAAGCCAGTTTCAACTGCAGTCTACAGGTTAAGCCCGTAGTTTTCACAGCTGACTTGGCTTCCCGCCTACGCTCCCTTTACACCCAGTACTTCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(20); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(24); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(33); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(13); read1438.setScores(scores); - rfastqReads.push_back(read1438); - FastqRead read1439; read1439.setName("M00967_44_000000000-A3K85_1_1103_13096_16098"); - read1439.setSeq("CCTGTTCGCTCCCCACGCTTTCGTGCCTCAGCGTCAGTTTCAGTCCAGAAAGCCGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTTCCTCTCCTGTACTCCAGCTTGATAGTTCCAAATGCAATCCTCGGGTTAAGCCCAAGGCTTTCACATCTGGCTTACCATGCCGCCTACTCACCCTTTACACCCAGTAATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(13); read1439.setScores(scores); - rfastqReads.push_back(read1439); - FastqRead read1440; read1440.setName("M00967_44_000000000-A3K85_1_1103_19906_16099"); - read1440.setSeq("CCTGTTTGCTCCCCATGCTTTCGTGCATCAGCGTCAGTTAAAGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTCCACCGCTACACTAGGAATTCCGCCTGCCTCTACTTCACTCAAGAAACACAGTTTCAAGCGCAGCCCCGGAGTTGAGCCCCGGTATTTCACGCCTGACTTGCGTTCCCGCCTACGCACCCTTTACACCCAGTAAATCCGGACAACGCTTGCTCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(26); read1440.setScores(scores); - rfastqReads.push_back(read1440); - FastqRead read1441; read1441.setName("M00967_44_000000000-A3K85_1_1103_16176_16125"); - read1441.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); read1441.setScores(scores); - rfastqReads.push_back(read1441); - FastqRead read1442; read1442.setName("M00967_44_000000000-A3K85_1_1103_14624_16174"); - read1442.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCTACAGCGTTGAGCACCGCTTTTTTACCACTGACTTTGCATCATGCCTACGCCCCCTTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(19); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(35); scores.push_back(15); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(24); read1442.setScores(scores); - rfastqReads.push_back(read1442); - FastqRead read1443; read1443.setName("M00967_44_000000000-A3K85_1_1103_15776_16234"); - read1443.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(37); scores.push_back(13); read1443.setScores(scores); - rfastqReads.push_back(read1443); - FastqRead read1444; read1444.setName("M00967_44_000000000-A3K85_1_1103_29009_16285"); - read1444.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACCGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCGGTACTCCAGCAAAAAAGTTTCCAAAGCCATTCCGCGGTTGAGCCGCGGGCTTTCACTTCAGACTTTCTTCGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(27); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1444.setScores(scores); - rfastqReads.push_back(read1444); - FastqRead read1445; read1445.setName("M00967_44_000000000-A3K85_1_1103_7437_16302"); - read1445.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACATGATCTTCCGCCTGGGGACCCTTTAAACCCAATAAAACCGGGTAACGCTACAAATCTCCCG"); - scores.clear(); scores.push_back(18); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(18); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(19); scores.push_back(37); scores.push_back(29); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(18); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(15); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(28); scores.push_back(27); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(13); read1445.setScores(scores); - rfastqReads.push_back(read1445); - FastqRead read1446; read1446.setName("M00967_44_000000000-A3K85_1_1103_4359_16337"); - read1446.setSeq("CCTGTTTGATCCCCACACTTTCGCGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCCAAATTTCACAACTGACTTGACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTAGCCTCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(16); scores.push_back(17); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(15); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(27); scores.push_back(28); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(30); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(26); read1446.setScores(scores); - rfastqReads.push_back(read1446); - FastqRead read1447; read1447.setName("M00967_44_000000000-A3K85_1_1103_22494_16376"); - read1447.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGTTGGGCCCCCAAATTTACCCCCGTACTATGCCTCCCGCCTGCGGCACCTTTAAACCACAACAAAACGGAAAACGCCCCCCTTCTCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(16); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(29); scores.push_back(27); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); read1447.setScores(scores); - rfastqReads.push_back(read1447); - FastqRead read1448; read1448.setName("M00967_44_000000000-A3K85_1_1103_16889_16426"); - read1448.setSeq("CCTGTTTGATCCCCACGCTTTCGCGCCTCAGTGTCAGTTGCAGACCAGGAAGCCGCCTTCGCCACTGGTGTTCCTCCATATCTCTACGCATTTCACCGCTACACATGGAATTCCACTTCCCTCTTCTGCACTCAAGTCAACCAGTTTCCAATGACCCTCCACGGTTAAGCCGTGGGCTTTCACATCAGACTTAATTAACCACCTGCGCGCTCTTTACGCCCAATAATTCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1448.setScores(scores); - rfastqReads.push_back(read1448); - FastqRead read1449; read1449.setName("M00967_44_000000000-A3K85_1_1103_21982_16444"); - read1449.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCCAGCCTGCCAGTTTCCAATGCAGCCCCGGGGTTGAGCCCCGGTATTTCACATCAGACTTGGCAGGCCGCCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCTCCATACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(28); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(13); read1449.setScores(scores); - rfastqReads.push_back(read1449); - FastqRead read1450; read1450.setName("M00967_44_000000000-A3K85_1_1103_10570_16480"); - read1450.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTTCAGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCTGTACTCTAGTTACACAGTTTCCAAAGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACTTCAGACTTACATAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(13); read1450.setScores(scores); - rfastqReads.push_back(read1450); - FastqRead read1451; read1451.setName("M00967_44_000000000-A3K85_1_1103_18948_16551"); - read1451.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(28); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1451.setScores(scores); - rfastqReads.push_back(read1451); - FastqRead read1452; read1452.setName("M00967_44_000000000-A3K85_1_1103_14363_16559"); - read1452.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); read1452.setScores(scores); - rfastqReads.push_back(read1452); - FastqRead read1453; read1453.setName("M00967_44_000000000-A3K85_1_1103_28317_16587"); - read1453.setSeq("CCCGTTTGCTCCCTACGCTTTCGTGCCTTAGTGTCAGAACCGTCCCAGTAACCTGCCTACGCTATCGGTGTTCCTTCTAATATCTACGGATTTCACTCCTACACTAGAAATTCCAGTTACCCCTAACGGTCTCGAGCTTAGCAGTTTAGCTAATAGTCTGAATGGTTGAGCCACCAGATTTCACTAGCTACTTACTATGCCACCTACGCAACTCTTTACACCCAGTCACTCCGGATAATGCTCGGATCCTA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1453.setScores(scores); - rfastqReads.push_back(read1453); - FastqRead read1454; read1454.setName("M00967_44_000000000-A3K85_1_1103_24651_16640"); - read1454.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAACTCCGGATAACGCTTGCCCCCTAC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(32); read1454.setScores(scores); - rfastqReads.push_back(read1454); - FastqRead read1455; read1455.setName("M00967_44_000000000-A3K85_1_1103_11996_16826"); - read1455.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCATTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCAATCTAGCAACACAGTTTCAAAAGCAGTCCCGGAGTTGAGCCCCGGGCTTTCACTTCTGACTTGCATCGCCGCCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1455.setScores(scores); - rfastqReads.push_back(read1455); - FastqRead read1456; read1456.setName("M00967_44_000000000-A3K85_1_1103_12207_16849"); - read1456.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCCCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(20); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(20); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1456.setScores(scores); - rfastqReads.push_back(read1456); - FastqRead read1457; read1457.setName("M00967_44_000000000-A3K85_1_1103_18548_16953"); - read1457.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(13); read1457.setScores(scores); - rfastqReads.push_back(read1457); - FastqRead read1458; read1458.setName("M00967_44_000000000-A3K85_1_1103_10008_16988"); - read1458.setSeq("CCTGTTCGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCGCGGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCCGCACTCCAGCCATGCAGTTCCAAGGGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACCCCTGGCTTGCATGGCCGTCTACGCTCCCTTTACACCCAGTGAATCCGGATAACGCTCGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(31); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1458.setScores(scores); - rfastqReads.push_back(read1458); - FastqRead read1459; read1459.setName("M00967_44_000000000-A3K85_1_1103_5954_17004"); - read1459.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1459.setScores(scores); - rfastqReads.push_back(read1459); - FastqRead read1460; read1460.setName("M00967_44_000000000-A3K85_1_1103_5941_17020"); - read1460.setSeq("CCTGTTTGATCCCCACGCTTTCGTGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGCATTCCGATGACTTCTCCCCCACTCAAGGGACACAGTTTCAAATGCAGTTCACGGGTTGACCCCGTGGATTTCCCATCTGCCTTGTATCTCCCGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(34); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(17); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(17); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(16); scores.push_back(14); scores.push_back(15); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(16); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(31); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(27); scores.push_back(13); scores.push_back(27); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(12); read1460.setScores(scores); - rfastqReads.push_back(read1460); - FastqRead read1461; read1461.setName("M00967_44_000000000-A3K85_1_1103_17338_17042"); - read1461.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1461.setScores(scores); - rfastqReads.push_back(read1461); - FastqRead read1462; read1462.setName("M00967_44_000000000-A3K85_1_1103_24486_17054"); - read1462.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTAACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACCCTCAGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(20); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(35); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(30); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(13); read1462.setScores(scores); - rfastqReads.push_back(read1462); - FastqRead read1463; read1463.setName("M00967_44_000000000-A3K85_1_1103_28355_17076"); - read1463.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(25); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(34); scores.push_back(25); scores.push_back(25); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(13); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1463.setScores(scores); - rfastqReads.push_back(read1463); - FastqRead read1464; read1464.setName("M00967_44_000000000-A3K85_1_1103_9052_17102"); - read1464.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCCACATTTGACCGCTGACTTAACAACCCGCCTACGCCCCCTTTAAACCCAATAAATCCGGATAACGCACGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(27); scores.push_back(32); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(28); scores.push_back(33); scores.push_back(12); scores.push_back(29); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(29); scores.push_back(28); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); read1464.setScores(scores); - rfastqReads.push_back(read1464); - FastqRead read1465; read1465.setName("M00967_44_000000000-A3K85_1_1103_3555_17196"); - read1465.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(18); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(24); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1465.setScores(scores); - rfastqReads.push_back(read1465); - FastqRead read1466; read1466.setName("M00967_44_000000000-A3K85_1_1103_21030_17291"); - read1466.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); read1466.setScores(scores); - rfastqReads.push_back(read1466); - FastqRead read1467; read1467.setName("M00967_44_000000000-A3K85_1_1103_28056_17323"); - read1467.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); read1467.setScores(scores); - rfastqReads.push_back(read1467); - FastqRead read1468; read1468.setName("M00967_44_000000000-A3K85_1_1103_24986_17366"); - read1468.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCCACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(26); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(28); scores.push_back(24); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(12); read1468.setScores(scores); - rfastqReads.push_back(read1468); - FastqRead read1469; read1469.setName("M00967_44_000000000-A3K85_1_1103_8292_17380"); - read1469.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGCGTCAGTTGCTGTCCAGCAGACCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGTCTGCCTCTCCAGTACTCAAGAAACACAGTTTCAAATGCAGGCCACAGGTTGAGCCCGTGGTTTTCACATCTGACTTGCGTCCCCGCCTACACGCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); read1469.setScores(scores); - rfastqReads.push_back(read1469); - FastqRead read1470; read1470.setName("M00967_44_000000000-A3K85_1_1103_24459_17391"); - read1470.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCACCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGATCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(24); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(30); read1470.setScores(scores); - rfastqReads.push_back(read1470); - FastqRead read1471; read1471.setName("M00967_44_000000000-A3K85_1_1103_25354_17418"); - read1471.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(28); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1471.setScores(scores); - rfastqReads.push_back(read1471); - FastqRead read1472; read1472.setName("M00967_44_000000000-A3K85_1_1103_22657_17476"); - read1472.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCAGAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTCGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(28); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(27); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(26); scores.push_back(30); scores.push_back(32); scores.push_back(28); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(28); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); read1472.setScores(scores); - rfastqReads.push_back(read1472); - FastqRead read1473; read1473.setName("M00967_44_000000000-A3K85_1_1103_14323_17529"); - read1473.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGAAGAGGGTGGGGCTCCCAATTTTTACCCCTACCTTACCGGTCGCCCCCGCCCCCCTTCAAACCCATAAAAACCGATAACGCCCGCATCCTCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(13); read1473.setScores(scores); - rfastqReads.push_back(read1473); - FastqRead read1474; read1474.setName("M00967_44_000000000-A3K85_1_1103_3837_17534"); - read1474.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAGCCGTTCCGCGGTTAAGCCACGGGCTTTCCCTTCAGACTTGCAGAACCGCCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCCCGCCCCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(35); scores.push_back(19); scores.push_back(33); scores.push_back(19); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(18); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(29); scores.push_back(18); scores.push_back(30); scores.push_back(18); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(18); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(38); scores.push_back(17); scores.push_back(18); scores.push_back(17); scores.push_back(17); scores.push_back(34); scores.push_back(33); scores.push_back(18); scores.push_back(33); scores.push_back(17); scores.push_back(31); scores.push_back(15); scores.push_back(31); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(29); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(12); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(34); scores.push_back(29); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(28); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(13); read1474.setScores(scores); - rfastqReads.push_back(read1474); - FastqRead read1475; read1475.setName("M00967_44_000000000-A3K85_1_1103_25070_17572"); - read1475.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAAATTTACCGCTGACTTGTTCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(27); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(36); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1475.setScores(scores); - rfastqReads.push_back(read1475); - FastqRead read1476; read1476.setName("M00967_44_000000000-A3K85_1_1103_18018_17587"); - read1476.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGATAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGACCGGGTTGGGCCCCGCAATTTTTCCGCTGACTTTACAAACCGCCCACGCCCCCCTTAAACCCACAAAATACGGATCACGCCCCCACCCCCCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(12); read1476.setScores(scores); - rfastqReads.push_back(read1476); - FastqRead read1477; read1477.setName("M00967_44_000000000-A3K85_1_1103_25269_17592"); - read1477.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1477.setScores(scores); - rfastqReads.push_back(read1477); - FastqRead read1478; read1478.setName("M00967_44_000000000-A3K85_1_1103_13961_17626"); - read1478.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); read1478.setScores(scores); - rfastqReads.push_back(read1478); - FastqRead read1479; read1479.setName("M00967_44_000000000-A3K85_1_1103_25526_17629"); - read1479.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAGCCGTTCCGCGGTTAAGCCACGGGCTTTCACTTCAGACTTGCAGAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTCGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(13); read1479.setScores(scores); - rfastqReads.push_back(read1479); - FastqRead read1480; read1480.setName("M00967_44_000000000-A3K85_1_1103_17555_17634"); - read1480.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTCAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(30); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(32); read1480.setScores(scores); - rfastqReads.push_back(read1480); - FastqRead read1481; read1481.setName("M00967_44_000000000-A3K85_1_1103_3927_17636"); - read1481.setSeq("CCTGTTTGATACCCACACTTTCGTGCATGAGCGTCAGTTGCGCTCCGGTATGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGTAGGGGGTTGAGCCATCAACTTTACCTCTGGCCTTGTCTTCCCCCCGAGCACCCCTTTAAACCAAGTAAATCCGGATAACGCCGCCCCCCCCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(18); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(25); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); read1481.setScores(scores); - rfastqReads.push_back(read1481); - FastqRead read1482; read1482.setName("M00967_44_000000000-A3K85_1_1103_9748_17663"); - read1482.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACCAGAAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1482.setScores(scores); - rfastqReads.push_back(read1482); - FastqRead read1483; read1483.setName("M00967_44_000000000-A3K85_1_1103_27330_17705"); - read1483.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGTA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(31); scores.push_back(28); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1483.setScores(scores); - rfastqReads.push_back(read1483); - FastqRead read1484; read1484.setName("M00967_44_000000000-A3K85_1_1103_15720_17744"); - read1484.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(13); read1484.setScores(scores); - rfastqReads.push_back(read1484); - FastqRead read1485; read1485.setName("M00967_44_000000000-A3K85_1_1103_7188_17759"); - read1485.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGCTATACAGTTTCCAAAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTTCAGACTTGCATCGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1485.setScores(scores); - rfastqReads.push_back(read1485); - FastqRead read1486; read1486.setName("M00967_44_000000000-A3K85_1_1103_11077_17791"); - read1486.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCTAGCTACACAGTTTCCAAAGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACTTCAGACTTGCGCAGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1486.setScores(scores); - rfastqReads.push_back(read1486); - FastqRead read1487; read1487.setName("M00967_44_000000000-A3K85_1_1103_8798_17809"); - read1487.setSeq("CCTGTTTGCTACCCACGCTTTCGAGCCTCAGCGTCAGTAAAAGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(27); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(12); read1487.setScores(scores); - rfastqReads.push_back(read1487); - FastqRead read1488; read1488.setName("M00967_44_000000000-A3K85_1_1103_19257_17877"); - read1488.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAGCCGTTCCGCGGTTAAGCCACGGGCTTTCACTTCAGACTTGCAGAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTCGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1488.setScores(scores); - rfastqReads.push_back(read1488); - FastqRead read1489; read1489.setName("M00967_44_000000000-A3K85_1_1103_26521_17938"); - read1489.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTTACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGGTAAAGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(13); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(29); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); read1489.setScores(scores); - rfastqReads.push_back(read1489); - FastqRead read1490; read1490.setName("M00967_44_000000000-A3K85_1_1103_5451_17941"); - read1490.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCTCAGTTAACCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACCCCTGCCCCCTACG"); - scores.clear(); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(31); scores.push_back(16); scores.push_back(16); scores.push_back(18); scores.push_back(33); scores.push_back(16); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(32); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(17); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(16); scores.push_back(37); scores.push_back(29); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(30); scores.push_back(27); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(30); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(28); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(35); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(12); read1490.setScores(scores); - rfastqReads.push_back(read1490); - FastqRead read1491; read1491.setName("M00967_44_000000000-A3K85_1_1103_27385_18070"); - read1491.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGGACGGGGTTGAGCCCCGAAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); read1491.setScores(scores); - rfastqReads.push_back(read1491); - FastqRead read1492; read1492.setName("M00967_44_000000000-A3K85_1_1103_26389_18095"); - read1492.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCCCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTTAACCCAATAAATCCGGCTAACGCTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); read1492.setScores(scores); - rfastqReads.push_back(read1492); - FastqRead read1493; read1493.setName("M00967_44_000000000-A3K85_1_1103_15739_18180"); - read1493.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGCATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCCCATCCTCCCA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(25); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(15); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(29); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); read1493.setScores(scores); - rfastqReads.push_back(read1493); - FastqRead read1494; read1494.setName("M00967_44_000000000-A3K85_1_1103_6171_18249"); - read1494.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAAAGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(29); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(29); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(26); read1494.setScores(scores); - rfastqReads.push_back(read1494); - FastqRead read1495; read1495.setName("M00967_44_000000000-A3K85_1_1103_14027_18284"); - read1495.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1495.setScores(scores); - rfastqReads.push_back(read1495); - FastqRead read1496; read1496.setName("M00967_44_000000000-A3K85_1_1103_4366_18310"); - read1496.setSeq("CCTGTTTGCTCCCCACGCTTTCGGGCCTCAACGTCAGTCGCAGTCCAGCAGGCCGCCTTCGCCACCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCTGCACTCCAGCCGCGCAGTTCCAAGAGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACTCCTGGCTTGCGCTGCCGTCTGCGCCCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(36); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(28); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1496.setScores(scores); - rfastqReads.push_back(read1496); - FastqRead read1497; read1497.setName("M00967_44_000000000-A3K85_1_1103_3010_18437"); - read1497.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGAAAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(18); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(20); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(29); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(29); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1497.setScores(scores); - rfastqReads.push_back(read1497); - FastqRead read1498; read1498.setName("M00967_44_000000000-A3K85_1_1103_26342_18497"); - read1498.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(12); read1498.setScores(scores); - rfastqReads.push_back(read1498); - FastqRead read1499; read1499.setName("M00967_44_000000000-A3K85_1_1103_22949_18629"); - read1499.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGCCAACTCAAGTCTGCCAGTTTCAACGGCTCGACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTAACGGACCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(25); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(28); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(28); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(13); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1499.setScores(scores); - rfastqReads.push_back(read1499); - FastqRead read1500; read1500.setName("M00967_44_000000000-A3K85_1_1103_28333_18654"); - read1500.setSeq("CCTGTTTGATCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCAACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAACCAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATTTGCCTTGTCTCCCCGGCTGCACGCCCTTTACCCCCAGTAAATCCGGACACCGCTTGCCACCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(32); scores.push_back(14); scores.push_back(29); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(26); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(29); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); read1500.setScores(scores); - rfastqReads.push_back(read1500); - FastqRead read1501; read1501.setName("M00967_44_000000000-A3K85_1_1103_21943_18693"); - read1501.setSeq("CCCGTTTGCTACCCACGCTTTCGAGCCTCAGCGTCAGTAAAAGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCCATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(24); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1501.setScores(scores); - rfastqReads.push_back(read1501); - FastqRead read1502; read1502.setName("M00967_44_000000000-A3K85_1_1103_12705_18743"); - read1502.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGTGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTACTTCACTCAAGAATATCAGTTTTGAACGCTTCTATCGGTTAAGCCGGTAGTTTATACATTCAACTTAATATCCCGCCTACGCTCCCTTTACACCCAGTAATTCCGGACAACGCTCGCCACCTACGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(35); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(30); scores.push_back(13); read1502.setScores(scores); - rfastqReads.push_back(read1502); - FastqRead read1503; read1503.setName("M00967_44_000000000-A3K85_1_1103_19513_18746"); - read1503.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCATTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1503.setScores(scores); - rfastqReads.push_back(read1503); - FastqRead read1504; read1504.setName("M00967_44_000000000-A3K85_1_1103_5488_18772"); - read1504.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAACCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCACACTCGAGGCCGCCAGTTTCCACGGCAGGCCCGGGTTTGGCCCCCACATTTGCCCACTGGATTCACCGTCCCCCCTCGCCCCCCTTAAACCCAATAAAACCCGGTAAAGCCCGCCCCCCCCC"); - scores.clear(); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(33); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(14); scores.push_back(16); scores.push_back(29); scores.push_back(36); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(19); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(27); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(27); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); read1504.setScores(scores); - rfastqReads.push_back(read1504); - FastqRead read1505; read1505.setName("M00967_44_000000000-A3K85_1_1103_7716_18803"); - read1505.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(25); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(13); read1505.setScores(scores); - rfastqReads.push_back(read1505); - FastqRead read1506; read1506.setName("M00967_44_000000000-A3K85_1_1103_5935_18822"); - read1506.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGAAGAGGGTGAGCCCCCCCATTTTACCGCTGCCTTAAAAGACCGCCTACGCACCCCTTCAACACAAAAAAACCGGATAAAGCTCGCAACCCACC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(30); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); read1506.setScores(scores); - rfastqReads.push_back(read1506); - FastqRead read1507; read1507.setName("M00967_44_000000000-A3K85_1_1103_23321_18830"); - read1507.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1507.setScores(scores); - rfastqReads.push_back(read1507); - FastqRead read1508; read1508.setName("M00967_44_000000000-A3K85_1_1103_15273_18842"); - read1508.setSeq("CCTGTTTGCTCCCCACACTTTCGTGCCTCAGCGTCAGTTGCAGTCCAGTTAGCCGCCTTCGCCTCTGGTGTTCCTCCTAATATCTACGCATTCCACCGCTACACTAGGAATTCCACTAACCTCTACTGCACTCAAGTCATACAGTTTTAGAAGCAGCACCCGAGTTAAGCCCTGGGTATTTCACTTCTAACTTGTACAACCGCCTACGCACCCTTTACGCCCAGTCATTCCGAACAACGCTTGCTCCCTA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1508.setScores(scores); - rfastqReads.push_back(read1508); - FastqRead read1509; read1509.setName("M00967_44_000000000-A3K85_1_1103_17511_18920"); - read1509.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCCCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(13); read1509.setScores(scores); - rfastqReads.push_back(read1509); - FastqRead read1510; read1510.setName("M00967_44_000000000-A3K85_1_1103_7018_18928"); - read1510.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGCCAACTCAAGTCTGCCAGTTTCAACGGCTCGACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTAACGGACCGCCTACGCACCCCTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(29); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(28); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(28); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(35); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1510.setScores(scores); - rfastqReads.push_back(read1510); - FastqRead read1511; read1511.setName("M00967_44_000000000-A3K85_1_1103_27978_18943"); - read1511.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(28); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(12); scores.push_back(28); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(24); read1511.setScores(scores); - rfastqReads.push_back(read1511); - FastqRead read1512; read1512.setName("M00967_44_000000000-A3K85_1_1103_9670_19013"); - read1512.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); read1512.setScores(scores); - rfastqReads.push_back(read1512); - FastqRead read1513; read1513.setName("M00967_44_000000000-A3K85_1_1103_23081_19144"); - read1513.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCAGTTCGGGGGTGAGCCCCCCGATTTTCCCGCTGACTTGGCAGGCCGCCTACGCCCCCCTTTAACCCCATTAATCCCGGTCACGCCCGCATCCCCCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(16); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(31); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); read1513.setScores(scores); - rfastqReads.push_back(read1513); - FastqRead read1514; read1514.setName("M00967_44_000000000-A3K85_1_1103_24434_19183"); - read1514.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(29); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(13); read1514.setScores(scores); - rfastqReads.push_back(read1514); - FastqRead read1515; read1515.setName("M00967_44_000000000-A3K85_1_1103_17019_19190"); - read1515.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTCAACCCAATAAATACGGATAACGCTCGCAACCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(29); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(13); read1515.setScores(scores); - rfastqReads.push_back(read1515); - FastqRead read1516; read1516.setName("M00967_44_000000000-A3K85_1_1103_10311_19219"); - read1516.setSeq("CCTGTTTGCTCCCCACGCTTTCGGGCCTCAACGTCAGTCGCAGTCCAGCAGGCCGCCTTCGCCACCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCTGCACTCCAGCCGCGCAGTTCCAAGAGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACTCCTGGCTTGCGCTGCCGTCTGCGCCCCCTTTACACCCAGTCAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(35); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(13); read1516.setScores(scores); - rfastqReads.push_back(read1516); - FastqRead read1517; read1517.setName("M00967_44_000000000-A3K85_1_1103_24155_19279"); - read1517.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAAACCAATAAAACCGGATAAAGCCCCCCTCCTCCCG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1517.setScores(scores); - rfastqReads.push_back(read1517); - FastqRead read1518; read1518.setName("M00967_44_000000000-A3K85_1_1103_22758_19302"); - read1518.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCCATAAATCCGGAAAACGCCCGCATCCTCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(27); scores.push_back(31); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(14); read1518.setScores(scores); - rfastqReads.push_back(read1518); - FastqRead read1519; read1519.setName("M00967_44_000000000-A3K85_1_1103_20150_19314"); - read1519.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTCCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(29); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(24); read1519.setScores(scores); - rfastqReads.push_back(read1519); - FastqRead read1520; read1520.setName("M00967_44_000000000-A3K85_1_1103_2960_19448"); - read1520.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTACTTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(31); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(32); read1520.setScores(scores); - rfastqReads.push_back(read1520); - FastqRead read1521; read1521.setName("M00967_44_000000000-A3K85_1_1103_18351_19461"); - read1521.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(13); read1521.setScores(scores); - rfastqReads.push_back(read1521); - FastqRead read1522; read1522.setName("M00967_44_000000000-A3K85_1_1103_19714_19498"); - read1522.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTTACAGTCCAGTGAGCCGCCTTCGCCCCCGGTGTTCTTCCTAATATCTACGCATTCCCCCGCTACACTAGGAATTCCACTCACCTCTCCTGAACTCCACCTCCCAAGATTTATATGCACTTCCACGGTTAAGCCGCGGCATTTCACATATAACTTCAAGATCCTCCTTAACTCCCGCTACGCACAATCATTCCAAACAACGCCCACCCACTACA"); - scores.clear(); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(16); scores.push_back(16); scores.push_back(35); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(34); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(17); scores.push_back(31); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(17); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(29); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(17); scores.push_back(16); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(16); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(17); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(31); scores.push_back(38); scores.push_back(16); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(34); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(16); scores.push_back(15); scores.push_back(30); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(29); scores.push_back(15); scores.push_back(29); scores.push_back(13); scores.push_back(15); scores.push_back(29); scores.push_back(16); scores.push_back(27); scores.push_back(28); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(29); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(14); scores.push_back(27); scores.push_back(35); scores.push_back(28); scores.push_back(38); scores.push_back(13); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); read1522.setScores(scores); - rfastqReads.push_back(read1522); - FastqRead read1523; read1523.setName("M00967_44_000000000-A3K85_1_1103_9547_19513"); - read1523.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACCGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCGGTACTCCAGCAAAAAAGTTTCCAAAGCAGTTCCGCGGTTAAGCCGCGGGCTTTCACTTCAGACTTTCTTCGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(36); scores.push_back(34); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); read1523.setScores(scores); - rfastqReads.push_back(read1523); - FastqRead read1524; read1524.setName("M00967_44_000000000-A3K85_1_1103_22936_19518"); - read1524.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(13); scores.push_back(15); scores.push_back(27); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); read1524.setScores(scores); - rfastqReads.push_back(read1524); - FastqRead read1525; read1525.setName("M00967_44_000000000-A3K85_1_1103_9506_19572"); - read1525.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCAGCACTCTAGCTCCACAGTTTCCAAAGCAGTCCCAGGGTTGAGCCCTGGGCTTTCACTTCAGACTTGCACAGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(26); read1525.setScores(scores); - rfastqReads.push_back(read1525); - FastqRead read1526; read1526.setName("M00967_44_000000000-A3K85_1_1103_6680_19574"); - read1526.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTTACAGTCCAGAGAATCGCCTTCGCCACTGGTGTTCTTCCTAATCTCTACGCATTTCACCGCTACACTAGGAATTCCATTCTCCTCTCCTGCACTCTAGACTTCCAGTTTGAAATGCAGCACTCAAGTTGAGCCCGAGTATTTCACATCTCACTTAAAAGTCCGCCTACGCTCCCTTTACGCCCAGTAAATCCGGACAACGCTCGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(29); scores.push_back(20); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(28); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(12); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(13); read1526.setScores(scores); - rfastqReads.push_back(read1526); - FastqRead read1527; read1527.setName("M00967_44_000000000-A3K85_1_1103_19275_19601"); - read1527.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGTGTCAGTTGCAGACCAGGAAGCCGCCTTCGCCACTGGTGTTCCTCCATATCTCTACGCATTTCACCGCTACACATGGAATTCCACTTCCCTCTTCTGCACTCAAGTCAACCAGTTTCCAATGACCCTCCACGGTTAAGCCGTGGGCTTTCACATCAGACTTAATTAACCACCTGCGCGCTCTTTACGCCCAATAATTCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(27); scores.push_back(36); scores.push_back(38); scores.push_back(13); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1527.setScores(scores); - rfastqReads.push_back(read1527); - FastqRead read1528; read1528.setName("M00967_44_000000000-A3K85_1_1103_22951_19624"); - read1528.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGGTAACGCTCGCAACCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(25); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(13); read1528.setScores(scores); - rfastqReads.push_back(read1528); - FastqRead read1529; read1529.setName("M00967_44_000000000-A3K85_1_1103_8019_19624"); - read1529.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(27); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(28); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1529.setScores(scores); - rfastqReads.push_back(read1529); - FastqRead read1530; read1530.setName("M00967_44_000000000-A3K85_1_1103_23352_19628"); - read1530.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCCGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGACCCGGGGTGGGGCCCGCGGTTTTCCCGCTGACTTTGGCGGCCGCCCGCGCACCCCTTTAACCCCATAAATCCGGATAAAGCCCGCCTCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(35); scores.push_back(29); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(27); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(24); read1530.setScores(scores); - rfastqReads.push_back(read1530); - FastqRead read1531; read1531.setName("M00967_44_000000000-A3K85_1_1103_12999_19660"); - read1531.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGGCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(28); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(26); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1531.setScores(scores); - rfastqReads.push_back(read1531); - FastqRead read1532; read1532.setName("M00967_44_000000000-A3K85_1_1103_3950_19678"); - read1532.setSeq("CCTGTTCGATACCCACACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(31); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(28); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(26); read1532.setScores(scores); - rfastqReads.push_back(read1532); - FastqRead read1533; read1533.setName("M00967_44_000000000-A3K85_1_1103_15632_19680"); - read1533.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(32); scores.push_back(32); scores.push_back(13); read1533.setScores(scores); - rfastqReads.push_back(read1533); - FastqRead read1534; read1534.setName("M00967_44_000000000-A3K85_1_1103_27326_19724"); - read1534.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGCGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGGGTTCTTCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCCACCTCTCCTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCCGTACCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(27); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(27); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(16); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(27); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); read1534.setScores(scores); - rfastqReads.push_back(read1534); - FastqRead read1535; read1535.setName("M00967_44_000000000-A3K85_1_1103_23541_19771"); - read1535.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(27); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(35); read1535.setScores(scores); - rfastqReads.push_back(read1535); - FastqRead read1536; read1536.setName("M00967_44_000000000-A3K85_1_1103_19202_19794"); - read1536.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(24); scores.push_back(36); scores.push_back(29); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(13); read1536.setScores(scores); - rfastqReads.push_back(read1536); - FastqRead read1537; read1537.setName("M00967_44_000000000-A3K85_1_1103_18682_19804"); - read1537.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGCTCTTCCGCCGTCGCAACCTTTAAACCCAATAAATCCGGGACACTCTCGCATCCCCCGA"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(18); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(25); scores.push_back(26); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); read1537.setScores(scores); - rfastqReads.push_back(read1537); - FastqRead read1538; read1538.setName("M00967_44_000000000-A3K85_1_1103_14671_19841"); - read1538.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCCACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCAACCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(33); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(36); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(25); scores.push_back(13); scores.push_back(13); read1538.setScores(scores); - rfastqReads.push_back(read1538); - FastqRead read1539; read1539.setName("M00967_44_000000000-A3K85_1_1103_5340_19882"); - read1539.setSeq("CCTGTTTGATCCCCACGCTTTCGCGCCTCAGTGTCAGTTGCAGACCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCATATCTCTACGCATTTCACCGCTACACATGGAATTCCACTTCCCTCTTCTGCACTCAAGTCAACCAGTTTCCAATGACCCTCCACGGTTAAGCCGTGGGCTTTCACATCAGACTTAATTAACCACCTCCGCGCTCTTTACGCCCAATAATTCCGGATAACGCTTCCCACCTACG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(29); scores.push_back(35); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(20); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(17); scores.push_back(16); scores.push_back(20); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(19); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(15); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(27); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(27); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(28); scores.push_back(30); scores.push_back(13); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(26); read1539.setScores(scores); - rfastqReads.push_back(read1539); - FastqRead read1540; read1540.setName("M00967_44_000000000-A3K85_1_1103_11028_19930"); - read1540.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(16); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(16); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(28); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(12); read1540.setScores(scores); - rfastqReads.push_back(read1540); - FastqRead read1541; read1541.setName("M00967_44_000000000-A3K85_1_1103_15653_20046"); - read1541.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(13); read1541.setScores(scores); - rfastqReads.push_back(read1541); - FastqRead read1542; read1542.setName("M00967_44_000000000-A3K85_1_1103_14597_20151"); - read1542.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGCGCCCCGAATTTTTCCCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(19); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(31); scores.push_back(29); scores.push_back(28); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(29); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(13); read1542.setScores(scores); - rfastqReads.push_back(read1542); - FastqRead read1543; read1543.setName("M00967_44_000000000-A3K85_1_1103_10784_20157"); - read1543.setSeq("CCTGTTTGCTCCCCACGCTTTCGTGCCTCAGTGTCAGTTACAGTCCAGCAAATCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTCCACCGCTACACTAGGAATTCCATTTGCCCCTCCTGCACTCGAGTCCAACAGTTTTGGTAGTAGTGCCGAGGTTAAGCCTCGGAGTTACGCTACCAACTTGTCAAACCACCTACGCACCCTTTACGCCCAGTCATTCCGGATAACGCTTGCCTCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1543.setScores(scores); - rfastqReads.push_back(read1543); - FastqRead read1544; read1544.setName("M00967_44_000000000-A3K85_1_1103_22277_20204"); - read1544.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(39); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(27); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(28); scores.push_back(28); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); read1544.setScores(scores); - rfastqReads.push_back(read1544); - FastqRead read1545; read1545.setName("M00967_44_000000000-A3K85_1_1103_4683_20232"); - read1545.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGACAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGGCCCGGTGGCGCCCGGGCTTTTTTCCGCGCACTTGACAAAAAGCCAACGCCCCCCTTAAAACCAACAAATACGGCAAAAGACTGCACCCTACC"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(20); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(19); scores.push_back(19); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); read1545.setScores(scores); - rfastqReads.push_back(read1545); - FastqRead read1546; read1546.setName("M00967_44_000000000-A3K85_1_1103_7541_20239"); - read1546.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(25); read1546.setScores(scores); - rfastqReads.push_back(read1546); - FastqRead read1547; read1547.setName("M00967_44_000000000-A3K85_1_1103_18556_20305"); - read1547.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCCCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(13); read1547.setScores(scores); - rfastqReads.push_back(read1547); - FastqRead read1548; read1548.setName("M00967_44_000000000-A3K85_1_1103_21456_20321"); - read1548.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGCTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCCCAACCGCCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCTCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(27); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(13); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(13); read1548.setScores(scores); - rfastqReads.push_back(read1548); - FastqRead read1549; read1549.setName("M00967_44_000000000-A3K85_1_1103_17409_20416"); - read1549.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); read1549.setScores(scores); - rfastqReads.push_back(read1549); - FastqRead read1550; read1550.setName("M00967_44_000000000-A3K85_1_1103_17395_20528"); - read1550.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACCCCCAGTAAATCCGGATAACCCCTGCCCCCTCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(16); scores.push_back(33); scores.push_back(17); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(29); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(30); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(30); scores.push_back(13); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(25); read1550.setScores(scores); - rfastqReads.push_back(read1550); - FastqRead read1551; read1551.setName("M00967_44_000000000-A3K85_1_1103_10583_20564"); - read1551.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGGCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGGCAATCAGTTTCAACGGCGGGGAAGGGTTGAGCCCCCTCATTTTTCCCCTGCCTTTTAGGGCCGCCTACGCCCCCCTTAAACCCCATAAAAACGGGTAACGCCCCCAGCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(19); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(20); scores.push_back(32); scores.push_back(17); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(29); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(27); scores.push_back(16); scores.push_back(27); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(13); scores.push_back(27); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(13); read1551.setScores(scores); - rfastqReads.push_back(read1551); - FastqRead read1552; read1552.setName("M00967_44_000000000-A3K85_1_1103_28474_20611"); - read1552.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(31); scores.push_back(27); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(35); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(13); read1552.setScores(scores); - rfastqReads.push_back(read1552); - FastqRead read1553; read1553.setName("M00967_44_000000000-A3K85_1_1103_4930_20613"); - read1553.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGACAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAAAGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(18); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(25); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(30); scores.push_back(35); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(33); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1553.setScores(scores); - rfastqReads.push_back(read1553); - FastqRead read1554; read1554.setName("M00967_44_000000000-A3K85_1_1103_26491_20615"); - read1554.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAGCCGTTCCGCGGTTAAGCCACGGGCTTTCACTTCAGACTTGCAGAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTCGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(15); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(28); scores.push_back(36); scores.push_back(13); scores.push_back(13); read1554.setScores(scores); - rfastqReads.push_back(read1554); - FastqRead read1555; read1555.setName("M00967_44_000000000-A3K85_1_1103_20367_20617"); - read1555.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(26); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1555.setScores(scores); - rfastqReads.push_back(read1555); - FastqRead read1556; read1556.setName("M00967_44_000000000-A3K85_1_1103_3566_20620"); - read1556.setSeq("CCTGTTTGATACCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCAACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACCAGGAATTCCGCTTGCCTCTCCAGCACTCCAGAACCACAGTTTCCAAAGCCCTTCCGCGGTTAAGCCACGGGCTTTCCCTTTAGACTTGCAGAACCGTCTACGATCCCTTTACACCCAGTAAATCCGGATAACGCCCGCACCCTCCG"); - scores.clear(); scores.push_back(29); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(18); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(32); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(17); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(29); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(29); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(30); scores.push_back(15); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(27); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(27); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(29); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(34); scores.push_back(31); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(29); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); read1556.setScores(scores); - rfastqReads.push_back(read1556); - FastqRead read1557; read1557.setName("M00967_44_000000000-A3K85_1_1103_11051_20624"); - read1557.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCCCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(25); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(25); scores.push_back(34); scores.push_back(33); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); read1557.setScores(scores); - rfastqReads.push_back(read1557); - FastqRead read1558; read1558.setName("M00967_44_000000000-A3K85_1_1103_14737_20726"); - read1558.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1558.setScores(scores); - rfastqReads.push_back(read1558); - FastqRead read1559; read1559.setName("M00967_44_000000000-A3K85_1_1103_16867_20769"); - read1559.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(34); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(27); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); read1559.setScores(scores); - rfastqReads.push_back(read1559); - FastqRead read1560; read1560.setName("M00967_44_000000000-A3K85_1_1103_13724_20774"); - read1560.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGAAAACGCCCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(31); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1560.setScores(scores); - rfastqReads.push_back(read1560); - FastqRead read1561; read1561.setName("M00967_44_000000000-A3K85_1_1103_16837_20816"); - read1561.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGACAACTCAAGTCTGCCAGTTTCAACGGCTCGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(13); read1561.setScores(scores); - rfastqReads.push_back(read1561); - FastqRead read1562; read1562.setName("M00967_44_000000000-A3K85_1_1103_7611_20874"); - read1562.setSeq("CCTGTTCGATACCCAGACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCTAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCCCAATTTTACCGCTGACTTTATCTTCCGCCCGCGCACCCTTTAAACCCCATAAATCCGGATAAAGATCGCATCCTCCG"); - scores.clear(); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(35); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(18); scores.push_back(18); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(17); scores.push_back(35); scores.push_back(17); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(16); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(29); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(17); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(27); scores.push_back(25); scores.push_back(34); scores.push_back(32); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(29); scores.push_back(30); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(26); scores.push_back(12); read1562.setScores(scores); - rfastqReads.push_back(read1562); - FastqRead read1563; read1563.setName("M00967_44_000000000-A3K85_1_1103_6952_20934"); - read1563.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCACTAAATCCGGATAACGCTCGCCTCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(29); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(16); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(17); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(31); scores.push_back(29); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(36); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(31); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); read1563.setScores(scores); - rfastqReads.push_back(read1563); - FastqRead read1564; read1564.setName("M00967_44_000000000-A3K85_1_1103_23073_20978"); - read1564.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(34); scores.push_back(26); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); read1564.setScores(scores); - rfastqReads.push_back(read1564); - FastqRead read1565; read1565.setName("M00967_44_000000000-A3K85_1_1103_16998_20990"); - read1565.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTACACCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACCCTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCCCTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(17); scores.push_back(33); scores.push_back(18); scores.push_back(30); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(27); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(31); scores.push_back(35); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(36); read1565.setScores(scores); - rfastqReads.push_back(read1565); - FastqRead read1566; read1566.setName("M00967_44_000000000-A3K85_1_1103_22482_21000"); - read1566.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCTAGCCTTACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGCAGGACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(25); read1566.setScores(scores); - rfastqReads.push_back(read1566); - FastqRead read1567; read1567.setName("M00967_44_000000000-A3K85_1_1103_21491_21026"); - read1567.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1567.setScores(scores); - rfastqReads.push_back(read1567); - FastqRead read1568; read1568.setName("M00967_44_000000000-A3K85_1_1103_14063_21055"); - read1568.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTGAGCGTCAGTAGCGCGCCGGTAAGCCGCCTTCGCAATCGGGGTTCTTCGTGATATCTACGCATTTCACCGCTACACCACGAGTTCCGCTCACTTCTTCCCCACTCGAGCCCGGCAGTTTCAACGGCACTACGGCGTTGAACCCCGCAATTTTACCGCCAAATTGGCGGGACGGCCTCGCCCCCCTTAAACCCAATAAAACCGGTCAACGCCCCCCCCCCCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(16); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(35); scores.push_back(16); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(31); scores.push_back(31); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(29); scores.push_back(34); scores.push_back(15); scores.push_back(14); scores.push_back(33); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(30); scores.push_back(33); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(29); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(28); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(32); scores.push_back(38); scores.push_back(14); scores.push_back(13); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); read1568.setScores(scores); - rfastqReads.push_back(read1568); - FastqRead read1569; read1569.setName("M00967_44_000000000-A3K85_1_1103_6147_21060"); - read1569.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCAGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(24); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); read1569.setScores(scores); - rfastqReads.push_back(read1569); - FastqRead read1570; read1570.setName("M00967_44_000000000-A3K85_1_1103_4848_21126"); - read1570.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAAACCAATAAAACCGGATAACGCTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(28); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(29); scores.push_back(28); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(26); read1570.setScores(scores); - rfastqReads.push_back(read1570); - FastqRead read1571; read1571.setName("M00967_44_000000000-A3K85_1_1103_10532_21130"); - read1571.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCCCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(31); scores.push_back(29); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(12); read1571.setScores(scores); - rfastqReads.push_back(read1571); - FastqRead read1572; read1572.setName("M00967_44_000000000-A3K85_1_1103_28149_21159"); - read1572.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCAGCACTCTAGCTTAACAGTTTCCAAAGCAGTCCCATGGTTGAGCCTTGGGCTTTCACTTCAGACTTGCTATGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1572.setScores(scores); - rfastqReads.push_back(read1572); - FastqRead read1573; read1573.setName("M00967_44_000000000-A3K85_1_1103_21357_21167"); - read1573.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAAAGGTTGAGGCTCTCAATTTTACCTCTGACTTGATCTTCCGCCTGCGCACCCTTTTAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(28); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(34); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1573.setScores(scores); - rfastqReads.push_back(read1573); - FastqRead read1574; read1574.setName("M00967_44_000000000-A3K85_1_1103_27060_21193"); - read1574.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(13); read1574.setScores(scores); - rfastqReads.push_back(read1574); - FastqRead read1575; read1575.setName("M00967_44_000000000-A3K85_1_1103_23468_21226"); - read1575.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGCGCCCCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(31); scores.push_back(27); scores.push_back(27); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(29); scores.push_back(33); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); read1575.setScores(scores); - rfastqReads.push_back(read1575); - FastqRead read1576; read1576.setName("M00967_44_000000000-A3K85_1_1103_3992_21248"); - read1576.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGGCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCACTAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(18); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(15); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(29); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(27); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(27); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(27); scores.push_back(28); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(27); scores.push_back(31); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(28); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(27); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(31); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(32); read1576.setScores(scores); - rfastqReads.push_back(read1576); - FastqRead read1577; read1577.setName("M00967_44_000000000-A3K85_1_1103_15857_21275"); - read1577.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGAAGAGGGTGAGCCCCCCAATTTTTCCGCTGACTTAACAGTCCGCCCACGCACCCCTTAAACCCAATAAATACGCATAAAGCCCCCACCCTCCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(25); scores.push_back(35); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(29); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(13); read1577.setScores(scores); - rfastqReads.push_back(read1577); - FastqRead read1578; read1578.setName("M00967_44_000000000-A3K85_1_1103_17036_21297"); - read1578.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCATTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCAATCTAGCAACACAGTTTCAAAAGCAGTCCCGGAGTTGAGCCCCGGGCTTTCACTTCTGACTTGCATCGCCGCCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(13); read1578.setScores(scores); - rfastqReads.push_back(read1578); - FastqRead read1579; read1579.setName("M00967_44_000000000-A3K85_1_1103_9234_21321"); - read1579.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCTGCACTCCAGCCATACAGTTCCAAATGCACTACCGCAGTTGAGCCGCGGGCTTTCACATCTGGCTTGCATCGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1579.setScores(scores); - rfastqReads.push_back(read1579); - FastqRead read1580; read1580.setName("M00967_44_000000000-A3K85_1_1103_13437_21410"); - read1580.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTCCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTAAACCCAGTAAATCCGGATAACGCTTGCCCCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(19); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(20); scores.push_back(32); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(17); scores.push_back(15); scores.push_back(18); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(19); scores.push_back(18); scores.push_back(33); scores.push_back(36); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(30); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(14); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(28); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(38); scores.push_back(28); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(26); scores.push_back(30); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(35); scores.push_back(13); read1580.setScores(scores); - rfastqReads.push_back(read1580); - FastqRead read1581; read1581.setName("M00967_44_000000000-A3K85_1_1103_3832_21484"); - read1581.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(20); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(36); scores.push_back(17); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(36); scores.push_back(32); scores.push_back(32); read1581.setScores(scores); - rfastqReads.push_back(read1581); - FastqRead read1582; read1582.setName("M00967_44_000000000-A3K85_1_1103_23901_21531"); - read1582.setSeq("CCTGTTTGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAAAGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(35); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); read1582.setScores(scores); - rfastqReads.push_back(read1582); - FastqRead read1583; read1583.setName("M00967_44_000000000-A3K85_1_1103_19094_21552"); - read1583.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(25); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(25); scores.push_back(29); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1583.setScores(scores); - rfastqReads.push_back(read1583); - FastqRead read1584; read1584.setName("M00967_44_000000000-A3K85_1_1103_12995_21576"); - read1584.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTTCAGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCTGTACTCTAGTTACACAGTTTCCAAAGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACTTCAGACTTACATAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTAC"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(36); scores.push_back(37); read1584.setScores(scores); - rfastqReads.push_back(read1584); - FastqRead read1585; read1585.setName("M00967_44_000000000-A3K85_1_1103_20828_21584"); - read1585.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCCTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(27); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(28); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(13); read1585.setScores(scores); - rfastqReads.push_back(read1585); - FastqRead read1586; read1586.setName("M00967_44_000000000-A3K85_1_1103_7153_21626"); - read1586.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(28); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(30); scores.push_back(13); read1586.setScores(scores); - rfastqReads.push_back(read1586); - FastqRead read1587; read1587.setName("M00967_44_000000000-A3K85_1_1103_8225_21627"); - read1587.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCTAGCCTTACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGCAGGACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(20); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); read1587.setScores(scores); - rfastqReads.push_back(read1587); - FastqRead read1588; read1588.setName("M00967_44_000000000-A3K85_1_1103_19859_21678"); - read1588.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1588.setScores(scores); - rfastqReads.push_back(read1588); - FastqRead read1589; read1589.setName("M00967_44_000000000-A3K85_1_1103_20711_21784"); - read1589.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCCACATTTGACCGCTGAATTAACAGCCCGCCTACGCACCCTTTTAACCCAATAAAACCGGATAAACCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(31); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(33); scores.push_back(29); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(33); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(27); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(27); scores.push_back(31); scores.push_back(34); scores.push_back(27); scores.push_back(12); scores.push_back(32); scores.push_back(25); scores.push_back(31); scores.push_back(34); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(12); scores.push_back(30); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(12); scores.push_back(12); read1589.setScores(scores); - rfastqReads.push_back(read1589); - FastqRead read1590; read1590.setName("M00967_44_000000000-A3K85_1_1103_24342_21805"); - read1590.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCGGACTTGCATCACCGTCTACGCTCCCTTTACACCCCGTAAATCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(13); read1590.setScores(scores); - rfastqReads.push_back(read1590); - FastqRead read1591; read1591.setName("M00967_44_000000000-A3K85_1_1103_7590_21831"); - read1591.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGACCCCACATTTGACCGCTGCCTTAACAGCCCGCCTACGACCCCTTTAAACCCCATAACTCCGGAACACGCTCGCCACCTCCG"); - scores.clear(); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(17); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(27); scores.push_back(32); scores.push_back(34); scores.push_back(27); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(30); scores.push_back(13); scores.push_back(28); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(12); read1591.setScores(scores); - rfastqReads.push_back(read1591); - FastqRead read1592; read1592.setName("M00967_44_000000000-A3K85_1_1103_22836_21832"); - read1592.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCTAGCTACACAGTTTCCAAAGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACTTCAGACTTGCGCAGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1592.setScores(scores); - rfastqReads.push_back(read1592); - FastqRead read1593; read1593.setName("M00967_44_000000000-A3K85_1_1103_21801_21915"); - read1593.setSeq("CCTGTTTGATCCCCACGCTTTCGCGCCTCAGCGTCAGTTGCACACCAGGAAGCCGCCTTCGCCACTGGTGTTCCTCGATATATCTACGCATTTCACCGCTACACCTGGCATTCCACTTCCCTCTTCTGCACTCAAGTCAACCAGTTTCCAATGACCCTCCACGGTTAAGCCGCGGGTTTTCCCATCAGACTTAATTAACCCCCTGCGCGCCCTTTACGCCCAATAATTCCGGATAACGCCTCCCACCCACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(34); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(30); scores.push_back(31); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(31); scores.push_back(15); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(17); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(15); scores.push_back(38); scores.push_back(32); scores.push_back(15); scores.push_back(27); scores.push_back(36); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(36); scores.push_back(35); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(14); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(29); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); read1593.setScores(scores); - rfastqReads.push_back(read1593); - FastqRead read1594; read1594.setName("M00967_44_000000000-A3K85_1_1103_24936_21934"); - read1594.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATTCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(13); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(33); scores.push_back(31); scores.push_back(35); scores.push_back(29); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1594.setScores(scores); - rfastqReads.push_back(read1594); - FastqRead read1595; read1595.setName("M00967_44_000000000-A3K85_1_1103_24915_21934"); - read1595.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCCCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCCCATCCCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(39); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(12); read1595.setScores(scores); - rfastqReads.push_back(read1595); - FastqRead read1596; read1596.setName("M00967_44_000000000-A3K85_1_1103_7785_21957"); - read1596.setSeq("CCTGTTTGATACCAACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(36); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(36); scores.push_back(12); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); read1596.setScores(scores); - rfastqReads.push_back(read1596); - FastqRead read1597; read1597.setName("M00967_44_000000000-A3K85_1_1103_5446_21963"); - read1597.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1597.setScores(scores); - rfastqReads.push_back(read1597); - FastqRead read1598; read1598.setName("M00967_44_000000000-A3K85_1_1103_7986_21969"); - read1598.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1598.setScores(scores); - rfastqReads.push_back(read1598); - FastqRead read1599; read1599.setName("M00967_44_000000000-A3K85_1_1103_23096_22127"); - read1599.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGGAGAGGGTGGGCCCCTCCAATTTACTGCTGACTTACCTGTCCGCCTACGCCACCCTTAAAACCACAAAAACCCGATAACGCACGCCTCCCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(28); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); read1599.setScores(scores); - rfastqReads.push_back(read1599); - FastqRead read1600; read1600.setName("M00967_44_000000000-A3K85_1_1103_21559_22133"); - read1600.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTCATCGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCCCTCCGACACTCTAGTCCGGCAGTTTCCAATGCAGTACCAGGGTTGAGCCCTGGGCTTTCACATCAGACTTGCCGTACCGCCTGCGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCACCATACG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(25); read1600.setScores(scores); - rfastqReads.push_back(read1600); - FastqRead read1601; read1601.setName("M00967_44_000000000-A3K85_1_1103_9508_22198"); - read1601.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(24); read1601.setScores(scores); - rfastqReads.push_back(read1601); - FastqRead read1602; read1602.setName("M00967_44_000000000-A3K85_1_1103_7961_22268"); - read1602.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCCAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGAATAACGCCCCGATCCCCC"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(18); scores.push_back(19); scores.push_back(37); scores.push_back(17); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(18); scores.push_back(17); scores.push_back(33); scores.push_back(34); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(31); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(13); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(32); read1602.setScores(scores); - rfastqReads.push_back(read1602); - FastqRead read1603; read1603.setName("M00967_44_000000000-A3K85_1_1103_16224_22376"); - read1603.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(25); scores.push_back(31); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(25); read1603.setScores(scores); - rfastqReads.push_back(read1603); - FastqRead read1604; read1604.setName("M00967_44_000000000-A3K85_1_1103_26966_22397"); - read1604.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGAGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTGACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(17); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(20); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(18); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(16); scores.push_back(29); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(18); scores.push_back(19); scores.push_back(30); scores.push_back(29); scores.push_back(29); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(14); scores.push_back(29); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(27); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(25); scores.push_back(31); scores.push_back(25); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(26); scores.push_back(30); scores.push_back(31); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(13); read1604.setScores(scores); - rfastqReads.push_back(read1604); - FastqRead read1605; read1605.setName("M00967_44_000000000-A3K85_1_1103_13413_22405"); - read1605.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACCGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCGGTACTCCAGCAAAAAAGTTTCCAAAGCCATTCCGCGGTTGAGCCGCGGGCTTTCACTTCAGACTTTCTTCGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1605.setScores(scores); - rfastqReads.push_back(read1605); - FastqRead read1606; read1606.setName("M00967_44_000000000-A3K85_1_1103_13860_22631"); - read1606.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGTGTCAGTTGCAGACCAGGAAGCCGCCTTCGCCACTGGTGTTCCTCCATATCTCTACGCATTTCATCGCTACACATGGAATTCCACTTCCCTCTTCTGCACTCAAGTCAACCAGTTTCCAATGACCCTCCACGGTTAAGCCGTGGGCTTTCACATCAGACTTAATTAACCACCTGCGCGCTCTTTACGCCCAATAATTCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1606.setScores(scores); - rfastqReads.push_back(read1606); - FastqRead read1607; read1607.setName("M00967_44_000000000-A3K85_1_1103_21853_22673"); - read1607.setSeq("CCTGTTCGATACCCACGCTTTCGAGCCTCAGCGTCAGTTACAGTCCAGAGAACCGCCTTCGCCACTGGTGTTCTTCCTAATCTCTACGCATTTCACCGCTACACTAGGAATTCCATTCTCCTCTCCTGCACTCTAGACTTCCAGTTTGAAATGCAGCACTCAAGTTGAGCCCGAGTATTTCACATCTCACTTAAAAGTCCGCCTACGCTCCCTTTACGCCCAGTAAATCCGGACAACGCTCGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1607.setScores(scores); - rfastqReads.push_back(read1607); - FastqRead read1608; read1608.setName("M00967_44_000000000-A3K85_1_1103_22311_22803"); - read1608.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(29); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(29); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(29); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1608.setScores(scores); - rfastqReads.push_back(read1608); - FastqRead read1609; read1609.setName("M00967_44_000000000-A3K85_1_1103_12551_22804"); - read1609.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGTGTCAGTTGCAGACCAGGAAGCCGCCTTCGCCACTGGTGTTCCTCCATATCTCTACGCATTTCACCGCTACACATGGAATTCCACTTCCCTCTTCTGCACTCAAGTCAACCAGTTTCCAATGACCCTCCACGGTTAAGCCGTGGGCTTTCACATCAGACTTAATTAACCACCTGCGCGCTCTTTACGCCCAATAATTCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(18); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(28); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(35); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(13); read1609.setScores(scores); - rfastqReads.push_back(read1609); - FastqRead read1610; read1610.setName("M00967_44_000000000-A3K85_1_1103_14070_22835"); - read1610.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGGTGAGCCCCGCAAATTTACCGCTGACTTGGCATCCCGCCCGCGCACCCTCTAAACCCAATAAATCCGGATAACGCTCCCCTCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(14); scores.push_back(12); scores.push_back(25); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(36); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(13); read1610.setScores(scores); - rfastqReads.push_back(read1610); - FastqRead read1611; read1611.setName("M00967_44_000000000-A3K85_1_1103_11192_22913"); - read1611.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAAACCAATAAATCCGGATAACGCTCGCACCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(28); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(13); read1611.setScores(scores); - rfastqReads.push_back(read1611); - FastqRead read1612; read1612.setName("M00967_44_000000000-A3K85_1_1103_16956_23047"); - read1612.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGCCAAACAGTTTCAAAAGCACTCCCGCAGTTGAGCCGCGGGTTTTCACTTCTGACTTGTCTGGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1612.setScores(scores); - rfastqReads.push_back(read1612); - FastqRead read1613; read1613.setName("M00967_44_000000000-A3K85_1_1103_14155_23265"); - read1613.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGCGTCAGTTGCTGTCCAGCAGACCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGTCTGCCTCTCCAGTACTCAAGAAAAACAGTTTCAAATGCAGGCCACAGGTTGAGCCCATGGTTTTCACATCTGACTTGCTTTCCCGCCTACACGCCCTTTACACCCAGTAAATCCGGATAATCCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(28); scores.push_back(15); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1613.setScores(scores); - rfastqReads.push_back(read1613); - FastqRead read1614; read1614.setName("M00967_44_000000000-A3K85_1_1103_10006_23310"); - read1614.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCTTCCACTCAAGATAGCCAGTTTCAATGGCGGGAAGGGGTTGAGCCCCTCCATTTGACCACTGACTTAACGATCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1614.setScores(scores); - rfastqReads.push_back(read1614); - FastqRead read1615; read1615.setName("M00967_44_000000000-A3K85_1_1103_9742_23352"); - read1615.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCTAGCCTTACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGCAGGACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); read1615.setScores(scores); - rfastqReads.push_back(read1615); - FastqRead read1616; read1616.setName("M00967_44_000000000-A3K85_1_1103_8399_23381"); - read1616.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCCCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(20); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(31); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(14); scores.push_back(38); scores.push_back(33); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(28); scores.push_back(24); scores.push_back(33); scores.push_back(30); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(24); read1616.setScores(scores); - rfastqReads.push_back(read1616); - FastqRead read1617; read1617.setName("M00967_44_000000000-A3K85_1_1103_16306_23388"); - read1617.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1617.setScores(scores); - rfastqReads.push_back(read1617); - FastqRead read1618; read1618.setName("M00967_44_000000000-A3K85_1_1103_16808_23425"); - read1618.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(13); read1618.setScores(scores); - rfastqReads.push_back(read1618); - FastqRead read1619; read1619.setName("M00967_44_000000000-A3K85_1_1103_12949_23426"); - read1619.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(28); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1619.setScores(scores); - rfastqReads.push_back(read1619); - FastqRead read1620; read1620.setName("M00967_44_000000000-A3K85_1_1103_5666_23432"); - read1620.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAAAAGCCCGACTACGGACCCTTTAAACCAAATAAATCCGGATAAAGCTCGCCACCCACGG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(17); scores.push_back(30); scores.push_back(30); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(35); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); read1620.setScores(scores); - rfastqReads.push_back(read1620); - FastqRead read1621; read1621.setName("M00967_44_000000000-A3K85_1_1103_5685_23435"); - read1621.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATTCTTCTCGCCCACTCCAGGCCCCCAGTTTCAACGGCAGGACGGGGTTGAGCCCCGACTTTTTCCCGCTGACTTAAAAGCCCGCCTAAGCACCCTTTTAACCCAATAAATCCGGATAAAGCCCGCATCCCCCGA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(17); scores.push_back(32); scores.push_back(35); scores.push_back(14); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(29); scores.push_back(12); read1621.setScores(scores); - rfastqReads.push_back(read1621); - FastqRead read1622; read1622.setName("M00967_44_000000000-A3K85_1_1103_22918_23456"); - read1622.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGCCATTTTACCGCTGACTTAACAGCCCGCCTACGCACCCCTTTAACCCAATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(26); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(13); read1622.setScores(scores); - rfastqReads.push_back(read1622); - FastqRead read1623; read1623.setName("M00967_44_000000000-A3K85_1_1103_19074_23490"); - read1623.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAAAGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(25); scores.push_back(25); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(13); scores.push_back(13); read1623.setScores(scores); - rfastqReads.push_back(read1623); - FastqRead read1624; read1624.setName("M00967_44_000000000-A3K85_1_1103_12043_23499"); - read1624.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(27); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(29); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(28); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(13); read1624.setScores(scores); - rfastqReads.push_back(read1624); - FastqRead read1625; read1625.setName("M00967_44_000000000-A3K85_1_1103_15796_23573"); - read1625.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(13); read1625.setScores(scores); - rfastqReads.push_back(read1625); - FastqRead read1626; read1626.setName("M00967_44_000000000-A3K85_1_1103_26642_23598"); - read1626.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGAAAAAGCCCGGATCCTCC"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(17); scores.push_back(33); scores.push_back(20); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(20); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(27); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(28); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); read1626.setScores(scores); - rfastqReads.push_back(read1626); - FastqRead read1627; read1627.setName("M00967_44_000000000-A3K85_1_1103_18406_23813"); - read1627.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(29); scores.push_back(28); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); read1627.setScores(scores); - rfastqReads.push_back(read1627); - FastqRead read1628; read1628.setName("M00967_44_000000000-A3K85_1_1103_17509_23825"); - read1628.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGATCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(28); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(14); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(25); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(28); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(13); read1628.setScores(scores); - rfastqReads.push_back(read1628); - FastqRead read1629; read1629.setName("M00967_44_000000000-A3K85_1_1103_14145_23830"); - read1629.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCCTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(24); read1629.setScores(scores); - rfastqReads.push_back(read1629); - FastqRead read1630; read1630.setName("M00967_44_000000000-A3K85_1_1103_15131_23866"); - read1630.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGCCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACCAAAGAACGCCAGTTTCAACGGCCCGATGGAGTTGAGCTCCAAAATTTTACCCCTGACTTGCCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCCCATCCCCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(17); scores.push_back(32); scores.push_back(15); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(18); scores.push_back(20); scores.push_back(31); scores.push_back(20); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(20); scores.push_back(18); scores.push_back(30); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(37); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(36); scores.push_back(18); scores.push_back(19); scores.push_back(19); scores.push_back(19); scores.push_back(31); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(18); scores.push_back(19); scores.push_back(19); scores.push_back(19); scores.push_back(19); scores.push_back(19); scores.push_back(19); scores.push_back(30); scores.push_back(18); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(19); scores.push_back(19); scores.push_back(30); scores.push_back(37); scores.push_back(18); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(18); scores.push_back(33); scores.push_back(17); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(17); scores.push_back(35); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(30); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(29); scores.push_back(27); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(27); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(27); scores.push_back(15); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(13); read1630.setScores(scores); - rfastqReads.push_back(read1630); - FastqRead read1631; read1631.setName("M00967_44_000000000-A3K85_1_1103_25338_23909"); - read1631.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACCGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1631.setScores(scores); - rfastqReads.push_back(read1631); - FastqRead read1632; read1632.setName("M00967_44_000000000-A3K85_1_1103_13239_23936"); - read1632.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATACATCCGGATAACGCTCCCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(17); scores.push_back(37); scores.push_back(34); scores.push_back(20); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(35); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(13); read1632.setScores(scores); - rfastqReads.push_back(read1632); - FastqRead read1633; read1633.setName("M00967_44_000000000-A3K85_1_1103_18636_23965"); - read1633.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCTAGCTACACAGTTTCCAAAGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACTTCAGACTTGCGCAGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); read1633.setScores(scores); - rfastqReads.push_back(read1633); - FastqRead read1634; read1634.setName("M00967_44_000000000-A3K85_1_1103_9629_23985"); - read1634.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCTGGAAGGGGTTGAGCCCCGCAATTTTACCGCTGACTTTACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(36); scores.push_back(17); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(29); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1634.setScores(scores); - rfastqReads.push_back(read1634); - FastqRead read1635; read1635.setName("M00967_44_000000000-A3K85_1_1103_24174_24078"); - read1635.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGAAGAGGTTGAGCCCCTCCAATTTTTCCCTTGCTTTAACGTCCGCCCACGCACCCCTTTAAACCAATAAAATCCGGTAAAACACGCCCACCCCC"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); read1635.setScores(scores); - rfastqReads.push_back(read1635); - FastqRead read1636; read1636.setName("M00967_44_000000000-A3K85_1_1103_24682_24140"); - read1636.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTAACGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1636.setScores(scores); - rfastqReads.push_back(read1636); - FastqRead read1637; read1637.setName("M00967_44_000000000-A3K85_1_1103_23311_24194"); - read1637.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGGTAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(33); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(31); scores.push_back(30); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(36); scores.push_back(29); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); read1637.setScores(scores); - rfastqReads.push_back(read1637); - FastqRead read1638; read1638.setName("M00967_44_000000000-A3K85_1_1103_17382_24279"); - read1638.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(29); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1638.setScores(scores); - rfastqReads.push_back(read1638); - FastqRead read1639; read1639.setName("M00967_44_000000000-A3K85_1_1103_18439_24461"); - read1639.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCCCCTGCGCACCCTTTAAACCCCATAAATCCGGGTAACGCCCGTATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(25); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(34); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(13); read1639.setScores(scores); - rfastqReads.push_back(read1639); - FastqRead read1640; read1640.setName("M00967_44_000000000-A3K85_1_1103_12485_24494"); - read1640.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1640.setScores(scores); - rfastqReads.push_back(read1640); - FastqRead read1641; read1641.setName("M00967_44_000000000-A3K85_1_1103_19273_24515"); - read1641.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1641.setScores(scores); - rfastqReads.push_back(read1641); - FastqRead read1642; read1642.setName("M00967_44_000000000-A3K85_1_1103_20806_24688"); - read1642.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGCGTCAGTTGCTGTCCAGCAGACCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGTCTGCCTCTCCAGTACTCAAGAAACACAGTTTCAAATGCAGGCCACAGGTTGAGCCCGTGGTTTTCACATCTGACTTGCGTCCCCGCCTACACGCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCACCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(12); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); read1642.setScores(scores); - rfastqReads.push_back(read1642); - FastqRead read1643; read1643.setName("M00967_44_000000000-A3K85_1_1103_14081_24798"); - read1643.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAAAGCCCCCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(26); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(28); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(24); read1643.setScores(scores); - rfastqReads.push_back(read1643); - FastqRead read1644; read1644.setName("M00967_44_000000000-A3K85_1_1103_23143_24859"); - read1644.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGGGCACCCTTTAAACCCAAAAAATCCGGATAACGCTCCCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(25); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); read1644.setScores(scores); - rfastqReads.push_back(read1644); - FastqRead read1645; read1645.setName("M00967_44_000000000-A3K85_1_1103_19977_24864"); - read1645.setSeq("CCTGTTTGATCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCTAGCAGCACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGACTTGCACCGCCGCCTACGCTCCCTTTACCCCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(24); read1645.setScores(scores); - rfastqReads.push_back(read1645); - FastqRead read1646; read1646.setName("M00967_44_000000000-A3K85_1_1103_7976_24891"); - read1646.setSeq("CCTGTTCGCTCCCCACGCTTTCGCGCCTCAGCGTCAGTAGGTAGCCAGCATGCCGCCTTCGCCATCGGAGTTCCGCCTGATATCTATGCATTTCACCGCTACACCCCGAATTCCGAATACTTCTCCACCACTCAAGAACGACAGTTTCAACTGCGGGCTAGGGGTTGGCCCCATAATTTTACCACTGACCTTGCATTCCGCCCAACCCGCCCTTTACCCCCAAAAATACCGATCAACCTCCCCACCCCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(14); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(31); scores.push_back(17); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(27); scores.push_back(15); scores.push_back(27); scores.push_back(13); scores.push_back(29); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(35); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); read1646.setScores(scores); - rfastqReads.push_back(read1646); - FastqRead read1647; read1647.setName("M00967_44_000000000-A3K85_1_1103_17926_24946"); - read1647.setSeq("CCTGTTCGCTACCCATGCTTTCGAGCCTCAGCGTCAGTTGCAGACCAGAGAGCCGCCTTCGCCACTGGTGTTCTTCCATATATCTACGCATTCCACCGCTACACATGGAGTTCCACTCTCCTCTTCTGCACTCAAGTTCAACAGTTTCTGATGCAATTCTCCGGTTGAGCCGAAGGCTTTCACATCAGACTTATTGAACCGCCTGCACTCGCTTTACGCCCAATAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(18); scores.push_back(18); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(29); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1647.setScores(scores); - rfastqReads.push_back(read1647); - FastqRead read1648; read1648.setName("M00967_44_000000000-A3K85_1_1103_17911_24960"); - read1648.setSeq("CCTGTTCGCTACCCATGCTTTCGAGCCTCAGCGTCAGTTGCAGACCAGAGAGCCGCCTTCGCCACTGGTGTTCTTCCATATATCTACGCATTCCACCGCTACACATGGAGTTCCACTCTCCTCTTCTGCACTCAAGTTCAACAGTTTCTGATGCAATTCTCCGGTTGAGCCGAAGGCTTTCACATCAGACTTATTGAACCGCCTGCACTCGCTTTACGCCCAATAAATCCGGACAACGCTTGCTCCCTACG"); - scores.clear(); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(19); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(17); scores.push_back(32); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(18); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(16); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(19); scores.push_back(33); scores.push_back(19); scores.push_back(19); scores.push_back(31); scores.push_back(19); scores.push_back(19); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(29); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(16); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(27); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(13); read1648.setScores(scores); - rfastqReads.push_back(read1648); - FastqRead read1649; read1649.setName("M00967_44_000000000-A3K85_1_1103_20307_25105"); - read1649.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(25); read1649.setScores(scores); - rfastqReads.push_back(read1649); - FastqRead read1650; read1650.setName("M00967_44_000000000-A3K85_1_1103_25119_25225"); - read1650.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATTGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCTAGCCTTACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGCAGGACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); read1650.setScores(scores); - rfastqReads.push_back(read1650); - FastqRead read1651; read1651.setName("M00967_44_000000000-A3K85_1_1103_24271_25286"); - read1651.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTAATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATTACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1651.setScores(scores); - rfastqReads.push_back(read1651); - FastqRead read1652; read1652.setName("M00967_44_000000000-A3K85_1_1103_21592_25318"); - read1652.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(28); scores.push_back(31); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(13); read1652.setScores(scores); - rfastqReads.push_back(read1652); - FastqRead read1653; read1653.setName("M00967_44_000000000-A3K85_1_1103_9716_25360"); - read1653.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTAACGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCACCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(32); read1653.setScores(scores); - rfastqReads.push_back(read1653); - FastqRead read1654; read1654.setName("M00967_44_000000000-A3K85_1_1103_21499_25434"); - read1654.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(13); read1654.setScores(scores); - rfastqReads.push_back(read1654); - FastqRead read1655; read1655.setName("M00967_44_000000000-A3K85_1_1103_18390_25477"); - read1655.setSeq("TCTGTTCGATACCCAAGCTTTCGTGCTTCAGCGTCTGTAGGGGTCCGGTATGCTGCCTTCGCAATCGCAGTTCTGAGTGATATCCCGGCATTTCACCGCTCCACCACGCATTCCGGAGATTTCTCGGCAACTCATGAACGTACGATTCACCCGGTATACTGATCTGACCCCCACAAATTTCAGGCTTAATCGCGCTCCCGCCTTCGACACCATTAAAACCACAATACCCGTAAATCTCTCCACTCCACCCA"); - scores.clear(); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(18); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(18); scores.push_back(16); scores.push_back(32); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(18); scores.push_back(36); scores.push_back(16); scores.push_back(35); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(16); scores.push_back(17); scores.push_back(32); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(30); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(17); scores.push_back(31); scores.push_back(16); scores.push_back(31); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(31); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(31); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(30); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(30); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(29); scores.push_back(16); scores.push_back(28); scores.push_back(16); scores.push_back(15); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); read1655.setScores(scores); - rfastqReads.push_back(read1655); - FastqRead read1656; read1656.setName("M00967_44_000000000-A3K85_1_1103_8275_25549"); - read1656.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGTGTCAGTTGCAGACCAGGAAGCCGCCTTCGCCACTGGTGTTCCTCCATATCTCTACGCATTTCACCGCTACACATGGAATTCCACTTCCCTCTTCTGCACTCAAGTCAACCAGTTTCCAATGACCCTCCACGGTTAAGCCGTGGGCTTTCACATCAGACTTAATTAACCACCTGCGCGCTCTTTACGCCCAATAATTCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); read1656.setScores(scores); - rfastqReads.push_back(read1656); - FastqRead read1657; read1657.setName("M00967_44_000000000-A3K85_1_1103_15433_25651"); - read1657.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGGTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGCCAAACAGTTTCAAAAGCACTCCCGCAGTTGAGCCGCGGGTTTTCACTTCTGACTTGTCTGGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(31); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(14); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(26); read1657.setScores(scores); - rfastqReads.push_back(read1657); - FastqRead read1658; read1658.setName("M00967_44_000000000-A3K85_1_1103_17781_25709"); - read1658.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTCATCGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCCCTCCGACACTCTAGCCGCACAGTTTCAAAAGCACTCCCAGGGTTGAGCCCCGGGTTTTCACTTCTGACTTGCGTGGCCGCCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(28); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); read1658.setScores(scores); - rfastqReads.push_back(read1658); - FastqRead read1659; read1659.setName("M00967_44_000000000-A3K85_1_1103_18686_25710"); - read1659.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGTTGAGCCCCCAAATTTGTCCGCTGCCTTGGCATCCCGCCCGCGCCCCCCTTACAACCAATAAATTCGGACAACGCTTGCCCCCTCCC"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(36); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); read1659.setScores(scores); - rfastqReads.push_back(read1659); - FastqRead read1660; read1660.setName("M00967_44_000000000-A3K85_1_1103_14445_25720"); - read1660.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(13); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1660.setScores(scores); - rfastqReads.push_back(read1660); - FastqRead read1661; read1661.setName("M00967_44_000000000-A3K85_1_1103_19469_25768"); - read1661.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCCTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(28); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(25); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(28); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(13); scores.push_back(12); read1661.setScores(scores); - rfastqReads.push_back(read1661); - FastqRead read1662; read1662.setName("M00967_44_000000000-A3K85_1_1103_24184_25771"); - read1662.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGTGTCAGTTGCAGACCAGGAAGCCGCCTTCGCCACTGGTGTTCCTCCATATCTCTACGCATTTCACCGCTACACATGGAATTCCACTTCCCTCTTCTGCACTCAAGTCAACCAGTTTCCAATGACCCTCCACGGTTAAGCCGTGGGCTTTCACATCAGACTTAATTAACCACCTGCGCGCTCTTTACACCCAATAATTCCGGATAACGCTCGCACCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(27); scores.push_back(29); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(29); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(13); read1662.setScores(scores); - rfastqReads.push_back(read1662); - FastqRead read1663; read1663.setName("M00967_44_000000000-A3K85_1_1103_17720_25860"); - read1663.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGCTCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(19); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(13); read1663.setScores(scores); - rfastqReads.push_back(read1663); - FastqRead read1664; read1664.setName("M00967_44_000000000-A3K85_1_1103_10932_25944"); - read1664.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGATAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGAAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGCTCCGGGGGAGCGCCGGCCTTTTTCCGCTGCCTTTGGAAAACGCCCACGCCCCCACTTTAACCCAAAACATCCGCGACAACACCCGACCTTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(29); scores.push_back(32); scores.push_back(18); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(17); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(29); scores.push_back(12); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(27); scores.push_back(36); scores.push_back(30); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(12); read1664.setScores(scores); - rfastqReads.push_back(read1664); - FastqRead read1665; read1665.setName("M00967_44_000000000-A3K85_1_1103_22749_25990"); - read1665.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCCCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCACTAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(30); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(13); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(31); scores.push_back(36); scores.push_back(31); scores.push_back(12); scores.push_back(27); scores.push_back(25); scores.push_back(25); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(29); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(24); read1665.setScores(scores); - rfastqReads.push_back(read1665); - FastqRead read1666; read1666.setName("M00967_44_000000000-A3K85_1_1103_22423_26014"); - read1666.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCTAGCCTTACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGCAGGACCGTCTACGCTCCCTTTACACCCCGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(25); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); read1666.setScores(scores); - rfastqReads.push_back(read1666); - FastqRead read1667; read1667.setName("M00967_44_000000000-A3K85_1_1103_10268_26078"); - read1667.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTTGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(15); scores.push_back(30); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(27); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(26); scores.push_back(25); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(28); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(24); read1667.setScores(scores); - rfastqReads.push_back(read1667); - FastqRead read1668; read1668.setName("M00967_44_000000000-A3K85_1_1103_19243_26081"); - read1668.setSeq("CCTGTTCGATACCCATGCTTTCGTGCCTCAGCGTCAGTTGGAGGCCGGTGAGCCGCCTTCGCAACTGGAGTTCTTCCATATATCTATGCATTCCACCGCTACACAAGGAGTTCCACTTTCTTCTTCTCCACTCAAGTTCGACAGTTTCTGATGCAGTTCTCCGGTTGACCCGAAGGCTTTACCATCGGACTTATTGACCCCCCTGCCCTCGCTTTAAGCCCAATAAATCCGGACAACCCTTCCTACCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(15); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(12); scores.push_back(34); scores.push_back(32); scores.push_back(27); scores.push_back(15); scores.push_back(16); scores.push_back(28); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); read1668.setScores(scores); - rfastqReads.push_back(read1668); - FastqRead read1669; read1669.setName("M00967_44_000000000-A3K85_1_1103_19861_26172"); - read1669.setSeq("CCTGTTTGATCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGCATTCCGCTGACCTCTCCGACACTCAAGGGCAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(35); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(35); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(25); scores.push_back(32); scores.push_back(25); scores.push_back(25); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(29); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(29); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); read1669.setScores(scores); - rfastqReads.push_back(read1669); - FastqRead read1670; read1670.setName("M00967_44_000000000-A3K85_1_1103_22708_26190"); - read1670.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCCATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTCCCGCTGAATTGGCAGGCCGCCCACCGCCCCTTTTAACCCAATAAAACCGGGTTACGCCCGCATCCTCCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(30); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(25); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); read1670.setScores(scores); - rfastqReads.push_back(read1670); - FastqRead read1671; read1671.setName("M00967_44_000000000-A3K85_1_1103_19630_26195"); - read1671.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGTGTCAGTTGCAGACCAGGAAGCCGCCTTCGCCACTGGTGTTCCTCCATATCTCTACGCATTTCACCGCTACACATGGAATTCCACTTCCCTCTTCTGCACTCAAGTCAACCAGTTTCCAATGACCCTCCACGGTTAAGCCGTGGGCTTTCACATCAGACTTAATTAACCACCTGCGCGCTCTTTACGCCCAATAATTCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(20); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); read1671.setScores(scores); - rfastqReads.push_back(read1671); - FastqRead read1672; read1672.setName("M00967_44_000000000-A3K85_1_1103_13069_26233"); - read1672.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(27); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); read1672.setScores(scores); - rfastqReads.push_back(read1672); - FastqRead read1673; read1673.setName("M00967_44_000000000-A3K85_1_1103_17352_26365"); - read1673.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTTACGCTGACTTTGTCTTTCGCCTTCGCACCCTTTAAACCCAATAAATCCGGGTAACGCCCCCATCCTCCGT"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(13); read1673.setScores(scores); - rfastqReads.push_back(read1673); - FastqRead read1674; read1674.setName("M00967_44_000000000-A3K85_1_1103_14958_26517"); - read1674.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(25); read1674.setScores(scores); - rfastqReads.push_back(read1674); - FastqRead read1675; read1675.setName("M00967_44_000000000-A3K85_1_1103_16490_26749"); - read1675.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCACTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCTACCTCTACCTTACTCAAGACTGCCAGTTTCAACTGCACTTTTACGGTTGAGCCCCCAACTTTCACCATTGATTTAACATTCCACCTACGCTCCCTTTAAACCACATAAATCCGGCAAACGCTCCGATCCCCC"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(20); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(18); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(30); scores.push_back(18); scores.push_back(18); scores.push_back(19); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(27); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(27); scores.push_back(29); scores.push_back(15); scores.push_back(16); scores.push_back(29); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(29); scores.push_back(36); scores.push_back(34); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(15); scores.push_back(28); scores.push_back(28); scores.push_back(28); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); read1675.setScores(scores); - rfastqReads.push_back(read1675); - FastqRead read1676; read1676.setName("M00967_44_000000000-A3K85_1_1103_8865_26780"); - read1676.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCAGAGTTCTGCGTGATATCTATGGATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTCGAGCCCCCCAACTTTACCGCTGACTCGAACCTCCGCCTGCGCACCCTCCTAACCCAACACAACCGGACAATGCACGCCACACCCGA"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(20); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(17); scores.push_back(19); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(20); scores.push_back(18); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(27); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(16); scores.push_back(15); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(38); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); read1676.setScores(scores); - rfastqReads.push_back(read1676); - FastqRead read1677; read1677.setName("M00967_44_000000000-A3K85_1_1103_19238_26808"); - read1677.setSeq("CCTGTTCGCTACCCATGCTTTCGAGCCTCAGCGTCAGTTGCAGACCAGAGAGCCGCCTTCGCCACTGGTGTTCTTCCATATATCTACGCATTCCACCGCTACACATGGAGTTCCACTCTCCTCTTCTGCACTCAAGTTCAACAGTTTCTGATGCAATTCTCCGGTTGAGCCGAAGGCTTTCACATCAGACTTATTGAACCGCCTGCACTCGCTTTACGCCCAATAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(18); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(36); scores.push_back(12); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); read1677.setScores(scores); - rfastqReads.push_back(read1677); - FastqRead read1678; read1678.setName("M00967_44_000000000-A3K85_1_1103_14032_27039"); - read1678.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1678.setScores(scores); - rfastqReads.push_back(read1678); - FastqRead read1679; read1679.setName("M00967_44_000000000-A3K85_1_1103_10226_27039"); - read1679.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATCAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(34); scores.push_back(33); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(38); scores.push_back(34); scores.push_back(27); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(27); scores.push_back(31); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(27); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); read1679.setScores(scores); - rfastqReads.push_back(read1679); - FastqRead read1680; read1680.setName("M00967_44_000000000-A3K85_1_1103_11742_27051"); - read1680.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTCAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(30); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(24); scores.push_back(36); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(29); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(24); read1680.setScores(scores); - rfastqReads.push_back(read1680); - FastqRead read1681; read1681.setName("M00967_44_000000000-A3K85_1_1103_10189_27072"); - read1681.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTTCAGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCTGTACTCTAGTTACACAGTTTCCAAAGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACTTCAGACTTACATAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGATTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); read1681.setScores(scores); - rfastqReads.push_back(read1681); - FastqRead read1682; read1682.setName("M00967_44_000000000-A3K85_1_1103_20573_27077"); - read1682.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAGCCGTTCCGCGGTTAAGCCACGGGCTTTCACTTCAGACTTGCAGAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTCGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(17); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(35); scores.push_back(34); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(13); read1682.setScores(scores); - rfastqReads.push_back(read1682); - FastqRead read1683; read1683.setName("M00967_44_000000000-A3K85_1_1103_22492_27088"); - read1683.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTATCGCCCACTCAAGAACGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGAAATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTCAACCCAATAAATCCGGATAACGCCCGCCTCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(35); scores.push_back(26); read1683.setScores(scores); - rfastqReads.push_back(read1683); - FastqRead read1684; read1684.setName("M00967_44_000000000-A3K85_1_1103_22251_27182"); - read1684.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGTTTGGAACCCGAATTTGTCCGCGGGCATTGCATCCCGCCTGCCCCCCCCTTAAACCCCAAAAATCCCGATAAAGGCCCCACCCTCCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(19); scores.push_back(19); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); read1684.setScores(scores); - rfastqReads.push_back(read1684); - FastqRead read1685; read1685.setName("M00967_44_000000000-A3K85_1_1103_19703_27596"); - read1685.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGCGCCCCGCGATTTGACCGCTGCCTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATCACGCTCGCATCCCCCGT"); - scores.clear(); scores.push_back(29); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(19); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(28); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(28); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); read1685.setScores(scores); - rfastqReads.push_back(read1685); - FastqRead read1686; read1686.setName("M00967_44_000000000-A3K85_1_1103_19779_27597"); - read1686.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(37); scores.push_back(13); read1686.setScores(scores); - rfastqReads.push_back(read1686); - FastqRead read1687; read1687.setName("M00967_44_000000000-A3K85_1_1103_19779_27676"); - read1687.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGTTCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(24); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(34); scores.push_back(26); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); read1687.setScores(scores); - rfastqReads.push_back(read1687); - FastqRead read1688; read1688.setName("M00967_44_000000000-A3K85_1_1103_17354_27891"); - read1688.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCATTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCAATCTAGCAACACAGTTTCAAAAGCAGTCCCGGAGTTGAGCCCCGGGCTTTCACTTCTGACTTGCATCGCCGCCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCCTA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(34); scores.push_back(27); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(28); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(27); scores.push_back(31); scores.push_back(30); read1688.setScores(scores); - rfastqReads.push_back(read1688); - FastqRead read1689; read1689.setName("M00967_44_000000000-A3K85_1_1103_11120_28150"); - read1689.setSeq("CCTGTTCGATCCCCGAAATTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTAGCAATCGGGGTTCTGCGTGATATATATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGACCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGAATTAAAAGCCCGCCTACGCACCCTTTAAAACCCATAAATCCGGCTAACGCTCGCATACTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(14); scores.push_back(15); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(29); scores.push_back(29); scores.push_back(14); scores.push_back(30); scores.push_back(15); scores.push_back(17); scores.push_back(29); scores.push_back(29); scores.push_back(17); scores.push_back(29); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(16); scores.push_back(15); scores.push_back(27); scores.push_back(30); scores.push_back(27); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(14); scores.push_back(16); scores.push_back(32); scores.push_back(30); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(29); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(27); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(31); scores.push_back(27); scores.push_back(26); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(27); scores.push_back(33); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(29); scores.push_back(33); scores.push_back(32); scores.push_back(29); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(12); scores.push_back(12); read1689.setScores(scores); - rfastqReads.push_back(read1689); - FastqRead read1690; read1690.setName("M00967_44_000000000-A3K85_1_1103_19515_28163"); - read1690.setSeq("CCTGTTCGATCCCCACGCTTTCGCGCCTCAGCGTCAGTTGCTGTCCAGCAGACCGCCTTCGCCACTGGTGTTACTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGTCTGCCTCTCCAGTACTCAAGAAACACAGTTTCAAATGCAGGCCACAGGTTGAGCCCGTGGTTTTCACATCTGAATTGCGTCCCCGCCTACACGCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(17); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(19); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(18); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(27); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(36); scores.push_back(28); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1690.setScores(scores); - rfastqReads.push_back(read1690); - FastqRead read1691; read1691.setName("M00967_44_000000000-A3K85_1_1103_17253_28352"); - read1691.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGACAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGCCCGGGTTTGGCCCCGGATTTTTTCCGTTGACCTTGCAAAACCCCCAAGGACCCCTTTAAACCCCATAACTCCGGTAAAACCCTCCACCCTCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(20); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(17); scores.push_back(17); scores.push_back(30); scores.push_back(15); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); read1691.setScores(scores); - rfastqReads.push_back(read1691); - FastqRead read1692; read1692.setName("M00967_44_000000000-A3K85_1_1103_14802_28451"); - read1692.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCACTAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(17); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(29); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(13); read1692.setScores(scores); - rfastqReads.push_back(read1692); - FastqRead read1693; read1693.setName("M00967_44_000000000-A3K85_1_1103_17650_28535"); - read1693.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1693.setScores(scores); - rfastqReads.push_back(read1693); - FastqRead read1694; read1694.setName("M00967_44_000000000-A3K85_1_1103_17421_28782"); - read1694.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCCGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCCCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(24); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1694.setScores(scores); - rfastqReads.push_back(read1694); - FastqRead read1695; read1695.setName("M00967_44_000000000-A3K85_1_1103_13350_28920"); - read1695.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCCACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(29); scores.push_back(24); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(29); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(29); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); read1695.setScores(scores); - rfastqReads.push_back(read1695); - FastqRead read1696; read1696.setName("M00967_44_000000000-A3K85_1_1103_16027_28987"); - read1696.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(28); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); read1696.setScores(scores); - rfastqReads.push_back(read1696); - FastqRead read1697; read1697.setName("M00967_44_000000000-A3K85_1_1104_17215_1655"); - read1697.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGACCGGCAGTTTCAACGGCTGTAAGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGAACCCTTTAAACCCCATACATCCGGATTACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(18); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(16); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(13); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(28); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(12); read1697.setScores(scores); - rfastqReads.push_back(read1697); - FastqRead read1698; read1698.setName("M00967_44_000000000-A3K85_1_1104_18323_2001"); - read1698.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCTCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCCCCTGCGCACCCTTTTAACCCAATAAATCCGGATAACGCCCCCCTCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(30); scores.push_back(31); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1698.setScores(scores); - rfastqReads.push_back(read1698); - FastqRead read1699; read1699.setName("M00967_44_000000000-A3K85_1_1104_11450_2198"); - read1699.setSeq("CCTGTTTGATACCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCNGCAANTTTACCGCTGACTTGGCCGGCCGCNTACGCACCCTTTANNNNCAANANATCCGNATNNCNNNNCNNNNNNNNNN"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(12); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(2); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(2); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(26); scores.push_back(29); scores.push_back(24); scores.push_back(2); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(2); scores.push_back(26); scores.push_back(2); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(2); scores.push_back(13); scores.push_back(13); scores.push_back(2); scores.push_back(2); scores.push_back(26); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(13); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); read1699.setScores(scores); - rfastqReads.push_back(read1699); - FastqRead read1700; read1700.setName("M00967_44_000000000-A3K85_1_1104_18460_2322"); - read1700.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCCCGCATTCCGCATACTTTTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCACTAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(16); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(32); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(27); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(27); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(31); scores.push_back(14); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1700.setScores(scores); - rfastqReads.push_back(read1700); - FastqRead read1701; read1701.setName("M00967_44_000000000-A3K85_1_1104_20770_2332"); - read1701.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGCGTCAGTTACTGTCCAGCAATCCGCCTTCGCCACTGGNGNNNNTCNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNANNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNNANNNNNNNNNNNNNNN"); - scores.clear(); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(2); scores.push_back(30); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(30); scores.push_back(33); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(30); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(13); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); scores.push_back(2); read1701.setScores(scores); - rfastqReads.push_back(read1701); - FastqRead read1702; read1702.setName("M00967_44_000000000-A3K85_1_1104_17412_2463"); - read1702.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGGGGTTGAGCCTTTCAATTTTACCGCTCACTTGATCTTTCGCCTTCGCAACCTTTAAACCCAATAAAACCGGATAATGCTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(30); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(27); scores.push_back(34); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1702.setScores(scores); - rfastqReads.push_back(read1702); - FastqRead read1703; read1703.setName("M00967_44_000000000-A3K85_1_1104_11758_2531"); - read1703.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(29); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(13); read1703.setScores(scores); - rfastqReads.push_back(read1703); - FastqRead read1704; read1704.setName("M00967_44_000000000-A3K85_1_1104_11319_2540"); - read1704.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCCCGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(19); scores.push_back(20); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(16); scores.push_back(29); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(25); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(24); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(31); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(24); read1704.setScores(scores); - rfastqReads.push_back(read1704); - FastqRead read1705; read1705.setName("M00967_44_000000000-A3K85_1_1104_20469_2587"); - read1705.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCATTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCTAGCTACACAGTTTCCACAGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACTTCAGACTTGCGCAGCCGTCTACGACCCCTTTAAACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(20); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(16); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(36); scores.push_back(18); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(27); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(17); scores.push_back(16); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(34); scores.push_back(33); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); read1705.setScores(scores); - rfastqReads.push_back(read1705); - FastqRead read1706; read1706.setName("M00967_44_000000000-A3K85_1_1104_11511_2665"); - read1706.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAGCCGTTCCGCGGTTAAGCCACGGGCTTTCACTTCAGACTTGCAGAACCGTCTACGCTCCCTTTACACCCCGTAAATCCGGATAACGCTCGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(27); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(13); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(13); read1706.setScores(scores); - rfastqReads.push_back(read1706); - FastqRead read1707; read1707.setName("M00967_44_000000000-A3K85_1_1104_21727_2815"); - read1707.setSeq("CCTGTTTGATACCCACACTTTCGAGCCTCAACGTCAGTTTCAGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCTGTACTCTAGTTACACAGTTTCCAAAGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACTTCAGACTTACATAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1707.setScores(scores); - rfastqReads.push_back(read1707); - FastqRead read1708; read1708.setName("M00967_44_000000000-A3K85_1_1104_17962_2821"); - read1708.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTTGCCGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCGGCACTCCAGCTGCGCAGTTTCCAATGCAGTCCCGCGGTTGGGCCCCGGGCTTTCACATCAGACTTGCGCTGCCGCCTGCGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTCCG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(31); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(17); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(29); scores.push_back(33); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(29); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(36); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1708.setScores(scores); - rfastqReads.push_back(read1708); - FastqRead read1709; read1709.setName("M00967_44_000000000-A3K85_1_1104_9888_2825"); - read1709.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCCTTTAGCCCCTACCCCACGCATTCCGCATACTTCTCGACCGCTCGAGGCCGCAAGTTTCAACGGCAGGCGGGCTTTGACACCCGACACACTAACGCTGACTTTACTGCCCGCCATTGCGCCCTTTGAAACCAATTAATCCGGCGATCGCGCGTGTGCACG"); - scores.clear(); scores.push_back(29); scores.push_back(16); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(16); scores.push_back(36); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(31); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(17); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(27); scores.push_back(29); scores.push_back(30); scores.push_back(27); scores.push_back(29); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(27); scores.push_back(30); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(14); scores.push_back(16); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(28); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); read1709.setScores(scores); - rfastqReads.push_back(read1709); - FastqRead read1710; read1710.setName("M00967_44_000000000-A3K85_1_1104_10305_3125"); - read1710.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCCCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(33); scores.push_back(26); read1710.setScores(scores); - rfastqReads.push_back(read1710); - FastqRead read1711; read1711.setName("M00967_44_000000000-A3K85_1_1104_21864_3280"); - read1711.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(17); scores.push_back(17); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(32); scores.push_back(14); scores.push_back(30); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(27); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(15); scores.push_back(14); scores.push_back(28); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); read1711.setScores(scores); - rfastqReads.push_back(read1711); - FastqRead read1712; read1712.setName("M00967_44_000000000-A3K85_1_1104_20873_3303"); - read1712.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGAATTGACCGCTGACTTGGGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(27); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(31); scores.push_back(37); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(28); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(25); read1712.setScores(scores); - rfastqReads.push_back(read1712); - FastqRead read1713; read1713.setName("M00967_44_000000000-A3K85_1_1104_13963_3327"); - read1713.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGCAGAGGTTGAGCCCCTCAATTTTACCGCTGACTTTATCTTCCGCCTGCGGACCCTTTTAACCCAATAAATCCTGATTACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(19); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(27); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(27); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1713.setScores(scores); - rfastqReads.push_back(read1713); - FastqRead read1714; read1714.setName("M00967_44_000000000-A3K85_1_1104_14928_3328"); - read1714.setSeq("CCTGTTCGATACACACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAAGTTGAGCCCCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATACGGTTAACGCTCCCATCCTCCTT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(20); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(17); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(20); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(16); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); read1714.setScores(scores); - rfastqReads.push_back(read1714); - FastqRead read1715; read1715.setName("M00967_44_000000000-A3K85_1_1104_21774_3379"); - read1715.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(31); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(13); read1715.setScores(scores); - rfastqReads.push_back(read1715); - FastqRead read1716; read1716.setName("M00967_44_000000000-A3K85_1_1104_17896_3594"); - read1716.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTAACGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAAACCAATAAATCCGGATAACGATCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(31); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(39); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(29); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(36); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(25); scores.push_back(13); scores.push_back(13); read1716.setScores(scores); - rfastqReads.push_back(read1716); - FastqRead read1717; read1717.setName("M00967_44_000000000-A3K85_1_1104_10966_3647"); - read1717.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCGGCGTCAGTTACAGTCCAGTGAGTCGCCTTCGCCTCTGGTGTTCCTCCTAATATCTACGCATTCCACCGCTACACTAGGAATTCCACTCACCTCTCCTGCACTCCAGCTCAACAGTTTTAGATGCAGTTCCGCGGTTGAGCCGCGGGATTTCACATTTAACTTATTAAGCCGCCTATACTCCCTTTACGCCCAGTCATTCCGGACAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(13); read1717.setScores(scores); - rfastqReads.push_back(read1717); - FastqRead read1718; read1718.setName("M00967_44_000000000-A3K85_1_1104_20616_3695"); - read1718.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(20); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1718.setScores(scores); - rfastqReads.push_back(read1718); - FastqRead read1719; read1719.setName("M00967_44_000000000-A3K85_1_1104_13181_3833"); - read1719.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(36); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(33); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(14); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(25); read1719.setScores(scores); - rfastqReads.push_back(read1719); - FastqRead read1720; read1720.setName("M00967_44_000000000-A3K85_1_1104_17617_3838"); - read1720.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1720.setScores(scores); - rfastqReads.push_back(read1720); - FastqRead read1721; read1721.setName("M00967_44_000000000-A3K85_1_1104_10740_3995"); - read1721.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(15); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1721.setScores(scores); - rfastqReads.push_back(read1721); - FastqRead read1722; read1722.setName("M00967_44_000000000-A3K85_1_1104_23070_4007"); - read1722.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAAAGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(20); scores.push_back(35); scores.push_back(20); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(28); scores.push_back(13); scores.push_back(29); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1722.setScores(scores); - rfastqReads.push_back(read1722); - FastqRead read1723; read1723.setName("M00967_44_000000000-A3K85_1_1104_13408_4029"); - read1723.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCTTCAGCGTCAGTAGGAAGCCGGCATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCTTCCACTCAAGATCGCCAGTTTCAATGGCGGGAAAGGGTTGAGCCCCCCAATTTGTCCCCTGAATTAACGAATCGCCTACGAACCCCTTAAACCCAAAAAATCCGGATAACGCCCGCACCCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(34); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(28); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); read1723.setScores(scores); - rfastqReads.push_back(read1723); - FastqRead read1724; read1724.setName("M00967_44_000000000-A3K85_1_1104_11059_4047"); - read1724.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(26); scores.push_back(31); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(24); read1724.setScores(scores); - rfastqReads.push_back(read1724); - FastqRead read1725; read1725.setName("M00967_44_000000000-A3K85_1_1104_19788_4114"); - read1725.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCCCAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(28); scores.push_back(28); scores.push_back(36); scores.push_back(13); scores.push_back(13); read1725.setScores(scores); - rfastqReads.push_back(read1725); - FastqRead read1726; read1726.setName("M00967_44_000000000-A3K85_1_1104_12750_4150"); - read1726.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGCTAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1726.setScores(scores); - rfastqReads.push_back(read1726); - FastqRead read1727; read1727.setName("M00967_44_000000000-A3K85_1_1104_17052_4215"); - read1727.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(25); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(29); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); read1727.setScores(scores); - rfastqReads.push_back(read1727); - FastqRead read1728; read1728.setName("M00967_44_000000000-A3K85_1_1104_19407_4216"); - read1728.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCCACACTTGACCGCTGCCTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACCCTCGCACCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(33); scores.push_back(26); scores.push_back(28); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(24); read1728.setScores(scores); - rfastqReads.push_back(read1728); - FastqRead read1729; read1729.setName("M00967_44_000000000-A3K85_1_1104_16912_4229"); - read1729.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGTTGAGCCCCGCAAATTGAACGCCGGCTTGGCATCCCGCCCGCGCACCCCTTTAACCCCATAAATCCGGGTAACCACCCCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(25); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1729.setScores(scores); - rfastqReads.push_back(read1729); - FastqRead read1730; read1730.setName("M00967_44_000000000-A3K85_1_1104_16822_4236"); - read1730.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCCTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(13); read1730.setScores(scores); - rfastqReads.push_back(read1730); - FastqRead read1731; read1731.setName("M00967_44_000000000-A3K85_1_1104_18013_4286"); - read1731.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(29); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(30); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); read1731.setScores(scores); - rfastqReads.push_back(read1731); - FastqRead read1732; read1732.setName("M00967_44_000000000-A3K85_1_1104_20110_4317"); - read1732.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACCTGGCAGGCCGCCTAAGCACCCCTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(14); scores.push_back(37); scores.push_back(12); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(12); read1732.setScores(scores); - rfastqReads.push_back(read1732); - FastqRead read1733; read1733.setName("M00967_44_000000000-A3K85_1_1104_17235_4407"); - read1733.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(12); read1733.setScores(scores); - rfastqReads.push_back(read1733); - FastqRead read1734; read1734.setName("M00967_44_000000000-A3K85_1_1104_19888_4463"); - read1734.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1734.setScores(scores); - rfastqReads.push_back(read1734); - FastqRead read1735; read1735.setName("M00967_44_000000000-A3K85_1_1104_23207_4515"); - read1735.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAGCCGTTCCGCGGTTAAGCCACGGGCTTTCACTTCAGACTTGCAGAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTCGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(12); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(13); scores.push_back(36); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(13); read1735.setScores(scores); - rfastqReads.push_back(read1735); - FastqRead read1736; read1736.setName("M00967_44_000000000-A3K85_1_1104_20134_4520"); - read1736.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); read1736.setScores(scores); - rfastqReads.push_back(read1736); - FastqRead read1737; read1737.setName("M00967_44_000000000-A3K85_1_1104_9818_4548"); - read1737.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); read1737.setScores(scores); - rfastqReads.push_back(read1737); - FastqRead read1738; read1738.setName("M00967_44_000000000-A3K85_1_1104_14142_4567"); - read1738.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCCGGCCGGGGTTGAGCCCCGACATTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(30); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); read1738.setScores(scores); - rfastqReads.push_back(read1738); - FastqRead read1739; read1739.setName("M00967_44_000000000-A3K85_1_1104_9633_4798"); - read1739.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(24); read1739.setScores(scores); - rfastqReads.push_back(read1739); - FastqRead read1740; read1740.setName("M00967_44_000000000-A3K85_1_1104_14440_4840"); - read1740.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGTTGTGCCCCCCAAATTGACCGCCTACTTGGCATCCCGCCTGCGCACCCCTTAAACCCAATAAATACGGGTAAAGCTCCCATCCTCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(14); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(31); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1740.setScores(scores); - rfastqReads.push_back(read1740); - FastqRead read1741; read1741.setName("M00967_44_000000000-A3K85_1_1104_16860_4871"); - read1741.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(25); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1741.setScores(scores); - rfastqReads.push_back(read1741); - FastqRead read1742; read1742.setName("M00967_44_000000000-A3K85_1_1104_13732_4872"); - read1742.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCCCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCCCCCTTTAAACCCAATAAATCCGGATAACGCTCGCCTCCCCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(25); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(12); read1742.setScores(scores); - rfastqReads.push_back(read1742); - FastqRead read1743; read1743.setName("M00967_44_000000000-A3K85_1_1104_16625_4941"); - read1743.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1743.setScores(scores); - rfastqReads.push_back(read1743); - FastqRead read1744; read1744.setName("M00967_44_000000000-A3K85_1_1104_22056_5001"); - read1744.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACCCCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); read1744.setScores(scores); - rfastqReads.push_back(read1744); - FastqRead read1745; read1745.setName("M00967_44_000000000-A3K85_1_1104_16404_5025"); - read1745.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCATTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1745.setScores(scores); - rfastqReads.push_back(read1745); - FastqRead read1746; read1746.setName("M00967_44_000000000-A3K85_1_1104_15718_5093"); - read1746.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATTGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(32); scores.push_back(18); scores.push_back(32); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); read1746.setScores(scores); - rfastqReads.push_back(read1746); - FastqRead read1747; read1747.setName("M00967_44_000000000-A3K85_1_1104_13165_5151"); - read1747.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGTGTCAGTTACAGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAAGAATTCCACTTGCCTCTCCTGCACTCTAGCTGAGCAGTTTCTAAAGCATTCCCATAGTTGAGCTTTGGGTTTTCACTTCGGACTTGCTCTGCCACCTACTCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCTCCATACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1747.setScores(scores); - rfastqReads.push_back(read1747); - FastqRead read1748; read1748.setName("M00967_44_000000000-A3K85_1_1104_12801_5175"); - read1748.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(24); read1748.setScores(scores); - rfastqReads.push_back(read1748); - FastqRead read1749; read1749.setName("M00967_44_000000000-A3K85_1_1104_15449_5263"); - read1749.setSeq("CCTGTTCGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCGCGGTCCGGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCCGCACTCCAGCCATGCAGTTCCAAGGGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACCCCTGGCTTGCATGGCCGTCTACGCTCCCTTTACACCCAGTGAATCCGGATAACGCTCCCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(36); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(27); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(29); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(33); scores.push_back(28); scores.push_back(28); scores.push_back(13); scores.push_back(25); scores.push_back(13); read1749.setScores(scores); - rfastqReads.push_back(read1749); - FastqRead read1750; read1750.setName("M00967_44_000000000-A3K85_1_1104_8785_5272"); - read1750.setSeq("CCTGTTCGATACCCACACTTTCGTGCCTGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGCCCACCAGTTTCAACGGCTCGACGAGGTTGCGCCCCCCAATTTTACCGCTGACTTGCTCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(19); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(19); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(19); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(29); scores.push_back(34); scores.push_back(13); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1750.setScores(scores); - rfastqReads.push_back(read1750); - FastqRead read1751; read1751.setName("M00967_44_000000000-A3K85_1_1104_18453_5285"); - read1751.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCCTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(13); read1751.setScores(scores); - rfastqReads.push_back(read1751); - FastqRead read1752; read1752.setName("M00967_44_000000000-A3K85_1_1104_7569_5336"); - read1752.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACAACACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGTTGAGGCCCGCAATTTGAACGCAGACTTGGCATCCCGCCTGGGAACCCTTTAAACACAAACAATCCGGATAAAGCCAGCAACATCCGT"); - scores.clear(); scores.push_back(30); scores.push_back(32); scores.push_back(29); scores.push_back(32); scores.push_back(29); scores.push_back(35); scores.push_back(18); scores.push_back(32); scores.push_back(16); scores.push_back(31); scores.push_back(16); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(15); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(33); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(27); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(38); scores.push_back(27); scores.push_back(37); scores.push_back(33); scores.push_back(28); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(24); read1752.setScores(scores); - rfastqReads.push_back(read1752); - FastqRead read1753; read1753.setName("M00967_44_000000000-A3K85_1_1104_7761_5367"); - read1753.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(28); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(25); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(12); read1753.setScores(scores); - rfastqReads.push_back(read1753); - FastqRead read1754; read1754.setName("M00967_44_000000000-A3K85_1_1104_25011_5390"); - read1754.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCCCAATTTTACCGCTGACTTGATCTTTCGCCCGCCCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(29); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(31); scores.push_back(14); scores.push_back(32); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(13); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(31); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); read1754.setScores(scores); - rfastqReads.push_back(read1754); - FastqRead read1755; read1755.setName("M00967_44_000000000-A3K85_1_1104_13300_5408"); - read1755.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCCCAATTTTACCGCTGACTTGATCTTCCGCCCGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGAATCCCCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(25); scores.push_back(31); scores.push_back(38); scores.push_back(13); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(30); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(12); read1755.setScores(scores); - rfastqReads.push_back(read1755); - FastqRead read1756; read1756.setName("M00967_44_000000000-A3K85_1_1104_13880_5445"); - read1756.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCCCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCCTCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(32); scores.push_back(14); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(28); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(25); read1756.setScores(scores); - rfastqReads.push_back(read1756); - FastqRead read1757; read1757.setName("M00967_44_000000000-A3K85_1_1104_18796_5484"); - read1757.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGCGTCAGTTACTGTCCAGCAATCCGCCTTCGCCACCGGTGTTCCTCCGTATATCTACGCATTTCACCGCTACACACGGAATTCCGATTGCCTCTCCAGCACTCAAGAAATACAGTTTCAAATGCAGGCTATGGGTTGAGCCCATAGTTTTCACATCTGACTTGCATTCCCGCCTACACGCCCTTTACACCCAATAAATCCGGATAACGCTTGCCACCTAC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); read1757.setScores(scores); - rfastqReads.push_back(read1757); - FastqRead read1758; read1758.setName("M00967_44_000000000-A3K85_1_1104_22050_5493"); - read1758.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCGT"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(25); read1758.setScores(scores); - rfastqReads.push_back(read1758); - FastqRead read1759; read1759.setName("M00967_44_000000000-A3K85_1_1104_23362_5544"); - read1759.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1759.setScores(scores); - rfastqReads.push_back(read1759); - FastqRead read1760; read1760.setName("M00967_44_000000000-A3K85_1_1104_19603_5551"); - read1760.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACCGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCGGTACTCCAGCAAAAAAGTTTCCAAAGCCATTCCGCGGTTGAGCCGCGGGCTTTCACTTCAGACTTTCTTCGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(31); scores.push_back(13); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(12); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(24); read1760.setScores(scores); - rfastqReads.push_back(read1760); - FastqRead read1761; read1761.setName("M00967_44_000000000-A3K85_1_1104_19050_5551"); - read1761.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(35); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(28); scores.push_back(33); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(25); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(12); read1761.setScores(scores); - rfastqReads.push_back(read1761); - FastqRead read1762; read1762.setName("M00967_44_000000000-A3K85_1_1104_19631_5555"); - read1762.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCACTTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTCCGCTCCCTTTAAACCCAATAAATCCGGATAACGCCCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(20); scores.push_back(38); scores.push_back(18); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(19); scores.push_back(18); scores.push_back(17); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(15); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(13); read1762.setScores(scores); - rfastqReads.push_back(read1762); - FastqRead read1763; read1763.setName("M00967_44_000000000-A3K85_1_1104_23172_5566"); - read1763.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCCACGGCTCGAAGAGGTTGAGCCCCCCCATTTTACCGCTGACTTGATCTTCCCCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(16); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(26); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); read1763.setScores(scores); - rfastqReads.push_back(read1763); - FastqRead read1764; read1764.setName("M00967_44_000000000-A3K85_1_1104_5887_5646"); - read1764.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCACTTTTACGGTTGAGCCGCAAACTTTCACACCTGACTTAACAATCCACCTACGCTCCCTTTACACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(27); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(30); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(14); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(29); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); read1764.setScores(scores); - rfastqReads.push_back(read1764); - FastqRead read1765; read1765.setName("M00967_44_000000000-A3K85_1_1104_8474_5715"); - read1765.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTTACAGTCCAGAGAATCGCCTTCGCCACTGGTGTTCTTCCTAATCTCTACGCATTTCACCGCTACACTAGGAATTCCATTCTCCTCTCCTGCACTCTAGACTTCCAGTTTGAAATGCAGCACTCAAGTTGAGCCCGAGTATTTCACATCTCACTTAAAAGTCCGCCTACGCTCCCTTTACGCCCAGTAAATCCGGACAACGCTCGCCACCTACG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(20); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(18); scores.push_back(18); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(17); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(27); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(28); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(28); scores.push_back(33); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1765.setScores(scores); - rfastqReads.push_back(read1765); - FastqRead read1766; read1766.setName("M00967_44_000000000-A3K85_1_1104_8460_5727"); - read1766.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTTACAGTCCAGAGAATCGCCTTCGCCACTGGTGTTCTTCCTAATCTCTACGCATTTCACCGCTACACTAGGAATTCCATTCTCCTCTCCTGCACTCTAGACTTCCAGTTTGAAATGCAGCACTCAAGTTGAGCCCGAGTATTTCACATCTCACTTAAAAGTCCGCCTACGCTCCCTTTACGCCCAGTAAATCCGGACAACGCTCGCCACCTACG"); - scores.clear(); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(32); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(27); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(26); read1766.setScores(scores); - rfastqReads.push_back(read1766); - FastqRead read1767; read1767.setName("M00967_44_000000000-A3K85_1_1104_21615_5772"); - read1767.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(25); read1767.setScores(scores); - rfastqReads.push_back(read1767); - FastqRead read1768; read1768.setName("M00967_44_000000000-A3K85_1_1104_12473_5784"); - read1768.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCCGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCCCGGGCTTTCCCTTCAGCCTTGCACAACCGTCTCCGCCCCCTTTAACCCCAGTAAATCCGGATAACCCCTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(32); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(37); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(14); scores.push_back(29); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(15); scores.push_back(28); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(27); scores.push_back(38); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(29); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); read1768.setScores(scores); - rfastqReads.push_back(read1768); - FastqRead read1769; read1769.setName("M00967_44_000000000-A3K85_1_1104_17552_5825"); - read1769.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCCCCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(13); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(29); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1769.setScores(scores); - rfastqReads.push_back(read1769); - FastqRead read1770; read1770.setName("M00967_44_000000000-A3K85_1_1104_5835_5830"); - read1770.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCCTTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGACCCCCGCAATTTTCCCGCTGACTTGGCAGGCCGCCTACGCACCCTTTCCACCCCCTAAATCCGGATCACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(17); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(16); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(29); scores.push_back(35); scores.push_back(33); scores.push_back(17); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(30); scores.push_back(34); scores.push_back(16); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(32); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(30); scores.push_back(31); scores.push_back(30); scores.push_back(31); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(27); scores.push_back(30); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(29); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(26); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(12); read1770.setScores(scores); - rfastqReads.push_back(read1770); - FastqRead read1771; read1771.setName("M00967_44_000000000-A3K85_1_1104_13105_5862"); - read1771.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCCCCGCTTTTTTACCGCTGAATTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCCCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(25); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(13); scores.push_back(29); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(12); read1771.setScores(scores); - rfastqReads.push_back(read1771); - FastqRead read1772; read1772.setName("M00967_44_000000000-A3K85_1_1104_7496_5871"); - read1772.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTTACTTGGCAGGCCGCCTACGAACCCTTTAAACCCAATAAATCCGGAACACGCTCCCACCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(35); scores.push_back(30); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(24); read1772.setScores(scores); - rfastqReads.push_back(read1772); - FastqRead read1773; read1773.setName("M00967_44_000000000-A3K85_1_1104_24650_5875"); - read1773.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGGTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(28); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(29); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(14); scores.push_back(13); read1773.setScores(scores); - rfastqReads.push_back(read1773); - FastqRead read1774; read1774.setName("M00967_44_000000000-A3K85_1_1104_20461_5935"); - read1774.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(25); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(13); read1774.setScores(scores); - rfastqReads.push_back(read1774); - FastqRead read1775; read1775.setName("M00967_44_000000000-A3K85_1_1104_19460_5964"); - read1775.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1775.setScores(scores); - rfastqReads.push_back(read1775); - FastqRead read1776; read1776.setName("M00967_44_000000000-A3K85_1_1104_11942_5969"); - read1776.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(32); read1776.setScores(scores); - rfastqReads.push_back(read1776); - FastqRead read1777; read1777.setName("M00967_44_000000000-A3K85_1_1104_20936_6017"); - read1777.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(29); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(29); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1777.setScores(scores); - rfastqReads.push_back(read1777); - FastqRead read1778; read1778.setName("M00967_44_000000000-A3K85_1_1104_14768_6118"); - read1778.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTCCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(28); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1778.setScores(scores); - rfastqReads.push_back(read1778); - FastqRead read1779; read1779.setName("M00967_44_000000000-A3K85_1_1104_22040_6241"); - read1779.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(15); scores.push_back(29); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(31); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); read1779.setScores(scores); - rfastqReads.push_back(read1779); - FastqRead read1780; read1780.setName("M00967_44_000000000-A3K85_1_1104_6625_6269"); - read1780.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCACGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(14); scores.push_back(35); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(13); read1780.setScores(scores); - rfastqReads.push_back(read1780); - FastqRead read1781; read1781.setName("M00967_44_000000000-A3K85_1_1104_6964_6301"); - read1781.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGACCGCCAGTTTCAACGGCTGTCCGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTTAACCCAATAAATCCGGATAACGCCCGCATCTTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(36); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(32); scores.push_back(14); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(28); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(14); read1781.setScores(scores); - rfastqReads.push_back(read1781); - FastqRead read1782; read1782.setName("M00967_44_000000000-A3K85_1_1104_20931_6358"); - read1782.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGACAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGACCGGGGTGGGCCCCGGATTTTTTCCTCTGTCTTTGCAAACACCCCACCCCCCCCTTAAACCCAAAAAATACCGGTAACGCCCCCCCCCTCCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); read1782.setScores(scores); - rfastqReads.push_back(read1782); - FastqRead read1783; read1783.setName("M00967_44_000000000-A3K85_1_1104_14031_6413"); - read1783.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCTTCCACTCAAGATCGCCAGTTTCAATGGCGGGAAGGGGTTGAGCCCCCCAATTTGACCACTGACTTAACGATCCGCCTACCCACCCTTTAAACCCACTAAATCCCGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(13); read1783.setScores(scores); - rfastqReads.push_back(read1783); - FastqRead read1784; read1784.setName("M00967_44_000000000-A3K85_1_1104_7635_6436"); - read1784.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGAATTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAACTACTGATAACGCCTGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(38); scores.push_back(39); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(34); scores.push_back(13); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); read1784.setScores(scores); - rfastqReads.push_back(read1784); - FastqRead read1785; read1785.setName("M00967_44_000000000-A3K85_1_1104_9223_6574"); - read1785.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGCTAACGCTCGGCTCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(29); scores.push_back(31); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(28); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); read1785.setScores(scores); - rfastqReads.push_back(read1785); - FastqRead read1786; read1786.setName("M00967_44_000000000-A3K85_1_1104_9813_6625"); - read1786.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTCGAGCCCCGCGATTTGACCGCTGACTTGAGAGTACGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(28); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(30); scores.push_back(13); read1786.setScores(scores); - rfastqReads.push_back(read1786); - FastqRead read1787; read1787.setName("M00967_44_000000000-A3K85_1_1104_15015_6635"); - read1787.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1787.setScores(scores); - rfastqReads.push_back(read1787); - FastqRead read1788; read1788.setName("M00967_44_000000000-A3K85_1_1104_17276_6663"); - read1788.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(14); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(28); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1788.setScores(scores); - rfastqReads.push_back(read1788); - FastqRead read1789; read1789.setName("M00967_44_000000000-A3K85_1_1104_8198_6678"); - read1789.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTATGCACCCCTTCAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(26); scores.push_back(28); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(31); scores.push_back(34); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(13); read1789.setScores(scores); - rfastqReads.push_back(read1789); - FastqRead read1790; read1790.setName("M00967_44_000000000-A3K85_1_1104_24980_6786"); - read1790.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1790.setScores(scores); - rfastqReads.push_back(read1790); - FastqRead read1791; read1791.setName("M00967_44_000000000-A3K85_1_1104_5326_6814"); - read1791.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCACTAAATCCGGATAACGCTCGCATCCCCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(12); scores.push_back(25); scores.push_back(30); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(28); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(13); read1791.setScores(scores); - rfastqReads.push_back(read1791); - FastqRead read1792; read1792.setName("M00967_44_000000000-A3K85_1_1104_24258_7230"); - read1792.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTCCCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(14); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(31); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(28); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); read1792.setScores(scores); - rfastqReads.push_back(read1792); - FastqRead read1793; read1793.setName("M00967_44_000000000-A3K85_1_1104_18168_7405"); - read1793.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(13); read1793.setScores(scores); - rfastqReads.push_back(read1793); - FastqRead read1794; read1794.setName("M00967_44_000000000-A3K85_1_1104_19352_7587"); - read1794.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCCATTTTACCGCTGACTTGGCAGGCCGCCTACGCCCCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(28); scores.push_back(30); scores.push_back(36); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(28); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(30); read1794.setScores(scores); - rfastqReads.push_back(read1794); - FastqRead read1795; read1795.setName("M00967_44_000000000-A3K85_1_1104_11279_7599"); - read1795.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGAAAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(13); read1795.setScores(scores); - rfastqReads.push_back(read1795); - FastqRead read1796; read1796.setName("M00967_44_000000000-A3K85_1_1104_14629_7712"); - read1796.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGCAGGGGTTGAGCCCCGCAAATTTACCGCTGACTTGGCCTCCCCCCTGCGCCCCCTTTTAAACCAATAAATCCTGATAACGCCCCCATCCTCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(13); read1796.setScores(scores); - rfastqReads.push_back(read1796); - FastqRead read1797; read1797.setName("M00967_44_000000000-A3K85_1_1104_20620_7769"); - read1797.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGGGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCCCCCTTTCAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(20); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(20); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(15); scores.push_back(29); scores.push_back(32); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(36); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); read1797.setScores(scores); - rfastqReads.push_back(read1797); - FastqRead read1798; read1798.setName("M00967_44_000000000-A3K85_1_1104_11677_7778"); - read1798.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1798.setScores(scores); - rfastqReads.push_back(read1798); - FastqRead read1799; read1799.setName("M00967_44_000000000-A3K85_1_1104_20607_7782"); - read1799.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTTCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAATTCCGGATAACCCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(29); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1799.setScores(scores); - rfastqReads.push_back(read1799); - FastqRead read1800; read1800.setName("M00967_44_000000000-A3K85_1_1104_23115_7826"); - read1800.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAAATTTACCGATGACTTGATCTTCCGCCCGCGCACCCTTTAAACCCCATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(29); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(13); read1800.setScores(scores); - rfastqReads.push_back(read1800); - FastqRead read1801; read1801.setName("M00967_44_000000000-A3K85_1_1104_18260_7896"); - read1801.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGGTGAGCCCCCAAATTTTACCGCTGACTTGGCATCCCCCCCGCGCACCCCTTAAACCCAAAAAATACGGAGAACACACCCCCCCCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(29); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); read1801.setScores(scores); - rfastqReads.push_back(read1801); - FastqRead read1802; read1802.setName("M00967_44_000000000-A3K85_1_1104_26297_8002"); - read1802.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAACCCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCCCAATTTTAACGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAAAGCTTGTCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(34); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(25); scores.push_back(26); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(24); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(28); scores.push_back(32); scores.push_back(32); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); read1802.setScores(scores); - rfastqReads.push_back(read1802); - FastqRead read1803; read1803.setName("M00967_44_000000000-A3K85_1_1104_25870_8024"); - read1803.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(28); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1803.setScores(scores); - rfastqReads.push_back(read1803); - FastqRead read1804; read1804.setName("M00967_44_000000000-A3K85_1_1104_8011_8037"); - read1804.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGGTGAGCCTCCCAATTTTAACGCTGACCTCATCTTCCCCCCTTGCACCCTTTTAACCCAATAAATTCGGGTAACCCCCTCCTCCCACC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(20); scores.push_back(36); scores.push_back(17); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); read1804.setScores(scores); - rfastqReads.push_back(read1804); - FastqRead read1805; read1805.setName("M00967_44_000000000-A3K85_1_1104_16328_8069"); - read1805.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCTAGCCTTACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGCAGGACCGTCTACGCTCCCTTTACACCCAGTACATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(28); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1805.setScores(scores); - rfastqReads.push_back(read1805); - FastqRead read1806; read1806.setName("M00967_44_000000000-A3K85_1_1104_9404_8096"); - read1806.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATCAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(31); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(27); scores.push_back(37); scores.push_back(31); scores.push_back(27); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(28); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(24); read1806.setScores(scores); - rfastqReads.push_back(read1806); - FastqRead read1807; read1807.setName("M00967_44_000000000-A3K85_1_1104_25127_8223"); - read1807.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(31); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); read1807.setScores(scores); - rfastqReads.push_back(read1807); - FastqRead read1808; read1808.setName("M00967_44_000000000-A3K85_1_1104_19167_8271"); - read1808.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTTAGCCCCTCAATTTTAACGCTGACTTGATCTTCCGCCTGCGCACCCTTTTAACCCAATAAATCCCGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(18); scores.push_back(33); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(27); scores.push_back(27); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(28); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1808.setScores(scores); - rfastqReads.push_back(read1808); - FastqRead read1809; read1809.setName("M00967_44_000000000-A3K85_1_1104_4922_8343"); - read1809.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(12); scores.push_back(28); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(30); scores.push_back(13); read1809.setScores(scores); - rfastqReads.push_back(read1809); - FastqRead read1810; read1810.setName("M00967_44_000000000-A3K85_1_1104_11127_8346"); - read1810.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGATAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGACCGGGGTGGGCCCCGAAATTTTTTCCCTGCCTTGTCCAAACACCCACCCACCCCTTAAACCCAAAAAAACCCGGTAAACCTCCCCTCCCCCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(12); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(35); scores.push_back(12); read1810.setScores(scores); - rfastqReads.push_back(read1810); - FastqRead read1811; read1811.setName("M00967_44_000000000-A3K85_1_1104_19431_8363"); - read1811.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAGCCGTTCCGCGGTTAAGCCACGGGCTTTCACTTCAGACTTGCAGAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTCGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(24); read1811.setScores(scores); - rfastqReads.push_back(read1811); - FastqRead read1812; read1812.setName("M00967_44_000000000-A3K85_1_1104_13546_8394"); - read1812.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(40); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(26); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1812.setScores(scores); - rfastqReads.push_back(read1812); - FastqRead read1813; read1813.setName("M00967_44_000000000-A3K85_1_1104_19883_8434"); - read1813.setSeq("CCTGTTTGCTCCCCGCGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(30); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); read1813.setScores(scores); - rfastqReads.push_back(read1813); - FastqRead read1814; read1814.setName("M00967_44_000000000-A3K85_1_1104_8775_8486"); - read1814.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTGTCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGATACTCAAGACCAACAGTTTCAAATGCAGTTCGGGGGTTGAGCCCCCGGATTTCACATCTGACTTGTCAGCCCGGCTACACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(30); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(28); scores.push_back(13); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1814.setScores(scores); - rfastqReads.push_back(read1814); - FastqRead read1815; read1815.setName("M00967_44_000000000-A3K85_1_1104_6827_8493"); - read1815.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCCAGCCTGCCAGTTTCCAATGCAGCCCCGGGGTTGAGCCCCGGTATTTCCCATCAGACTTGGCAGGCCGCCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCTCCATACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1815.setScores(scores); - rfastqReads.push_back(read1815); - FastqRead read1816; read1816.setName("M00967_44_000000000-A3K85_1_1104_14722_8494"); - read1816.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGATAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCACTCGAGTTCGCCAGTTTCAACGGCGGGGACCGGTTGGACCCGGGACTTTTTCCCCTCCCTCTGCAAAACCCCCCCCCCCCCCCTCACACCACAAAATACACTGAACACCCGCCCCCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(29); read1816.setScores(scores); - rfastqReads.push_back(read1816); - FastqRead read1817; read1817.setName("M00967_44_000000000-A3K85_1_1104_26435_8512"); - read1817.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCCATAAATCCGGATAACTCCCGCCTCCCCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(28); scores.push_back(33); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(12); read1817.setScores(scores); - rfastqReads.push_back(read1817); - FastqRead read1818; read1818.setName("M00967_44_000000000-A3K85_1_1104_25502_8521"); - read1818.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCTAGCTACACAGTTTCCAAAGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACTTCAGACTTGCGCAGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(32); read1818.setScores(scores); - rfastqReads.push_back(read1818); - FastqRead read1819; read1819.setName("M00967_44_000000000-A3K85_1_1104_12540_8523"); - read1819.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1819.setScores(scores); - rfastqReads.push_back(read1819); - FastqRead read1820; read1820.setName("M00967_44_000000000-A3K85_1_1104_13433_8536"); - read1820.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCTAGCCTTACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGCAGGACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(13); read1820.setScores(scores); - rfastqReads.push_back(read1820); - FastqRead read1821; read1821.setName("M00967_44_000000000-A3K85_1_1104_22022_8575"); - read1821.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(13); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(25); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(25); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); read1821.setScores(scores); - rfastqReads.push_back(read1821); - FastqRead read1822; read1822.setName("M00967_44_000000000-A3K85_1_1104_6914_8620"); - read1822.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGCGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACCTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACCGCGTTGAGCCCCGCCTTTTTACCGCTGACTTGGCATCCCGCCTCCGCACCCTTTAAACCCAATAAAACCGGCTAACGCCCCCATCCCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(19); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(30); scores.push_back(31); scores.push_back(27); scores.push_back(32); scores.push_back(35); scores.push_back(15); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(29); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(27); scores.push_back(13); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(25); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(13); scores.push_back(30); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(29); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(29); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(35); scores.push_back(28); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(12); read1822.setScores(scores); - rfastqReads.push_back(read1822); - FastqRead read1823; read1823.setName("M00967_44_000000000-A3K85_1_1104_16661_8628"); - read1823.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1823.setScores(scores); - rfastqReads.push_back(read1823); - FastqRead read1824; read1824.setName("M00967_44_000000000-A3K85_1_1104_11076_8638"); - read1824.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTACTTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(30); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(28); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(13); read1824.setScores(scores); - rfastqReads.push_back(read1824); - FastqRead read1825; read1825.setName("M00967_44_000000000-A3K85_1_1104_10754_8858"); - read1825.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(28); scores.push_back(28); scores.push_back(31); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1825.setScores(scores); - rfastqReads.push_back(read1825); - FastqRead read1826; read1826.setName("M00967_44_000000000-A3K85_1_1104_11205_8888"); - read1826.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCTAGCCTTACAGTTCCAAATGCGGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGCAGGACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(30); scores.push_back(13); read1826.setScores(scores); - rfastqReads.push_back(read1826); - FastqRead read1827; read1827.setName("M00967_44_000000000-A3K85_1_1104_11022_8932"); - read1827.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCAGCACTCTAGCATGGCAGTTTCCAAAGCAGTTCAGGGGTTAAGCCCCTGCCTTTCACTTCAGACTTGCCGCGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCCTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(13); read1827.setScores(scores); - rfastqReads.push_back(read1827); - FastqRead read1828; read1828.setName("M00967_44_000000000-A3K85_1_1104_25679_8933"); - read1828.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(12); read1828.setScores(scores); - rfastqReads.push_back(read1828); - FastqRead read1829; read1829.setName("M00967_44_000000000-A3K85_1_1104_21726_9001"); - read1829.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTACGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTAC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(31); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(32); read1829.setScores(scores); - rfastqReads.push_back(read1829); - FastqRead read1830; read1830.setName("M00967_44_000000000-A3K85_1_1104_13045_9032"); - read1830.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(29); scores.push_back(32); scores.push_back(34); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(13); read1830.setScores(scores); - rfastqReads.push_back(read1830); - FastqRead read1831; read1831.setName("M00967_44_000000000-A3K85_1_1104_18581_9042"); - read1831.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(13); read1831.setScores(scores); - rfastqReads.push_back(read1831); - FastqRead read1832; read1832.setName("M00967_44_000000000-A3K85_1_1104_18059_9129"); - read1832.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCAGCACTCTAGCTTAACAGTTTCCAAAGCAGTCCCATGGTTGAGCCTTGGGCTTTCACTTCAGACTTGCTATGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(37); scores.push_back(13); read1832.setScores(scores); - rfastqReads.push_back(read1832); - FastqRead read1833; read1833.setName("M00967_44_000000000-A3K85_1_1104_22553_9134"); - read1833.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1833.setScores(scores); - rfastqReads.push_back(read1833); - FastqRead read1834; read1834.setName("M00967_44_000000000-A3K85_1_1104_16292_9140"); - read1834.setSeq("CCTGTTTGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGTGCTCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTGCTCGCACACTCTAGCCCGACAGTATCAGAGGCAGGGCCGGGTTGAGGCCCCGGGATTTCACCCCTACCTTACAGACCCGCCTCGCCACCCTTTAAACCCAATAAATCGGGAAAACGCTTCAACCCTCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(18); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(27); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(27); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); read1834.setScores(scores); - rfastqReads.push_back(read1834); - FastqRead read1835; read1835.setName("M00967_44_000000000-A3K85_1_1104_12907_9239"); - read1835.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(13); read1835.setScores(scores); - rfastqReads.push_back(read1835); - FastqRead read1836; read1836.setName("M00967_44_000000000-A3K85_1_1104_7136_9279"); - read1836.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGCCACTCTAGCCTTACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGCACAGCCGGCTACGCCCCCTTTACCCCCAGTAACTCCGGTTAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(18); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(28); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(25); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(36); scores.push_back(12); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); read1836.setScores(scores); - rfastqReads.push_back(read1836); - FastqRead read1837; read1837.setName("M00967_44_000000000-A3K85_1_1104_17424_9339"); - read1837.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(25); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1837.setScores(scores); - rfastqReads.push_back(read1837); - FastqRead read1838; read1838.setName("M00967_44_000000000-A3K85_1_1104_15063_9339"); - read1838.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(36); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); read1838.setScores(scores); - rfastqReads.push_back(read1838); - FastqRead read1839; read1839.setName("M00967_44_000000000-A3K85_1_1104_6757_9353"); - read1839.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTGTCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGATACTCAAGACCAACAGTTTCAAATGCAGTTCGGGGGTTGAGCCCCCGGATTTCACATCTGACTTGTCAGCCCGGCTACACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1839.setScores(scores); - rfastqReads.push_back(read1839); - FastqRead read1840; read1840.setName("M00967_44_000000000-A3K85_1_1104_13313_9356"); - read1840.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(18); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1840.setScores(scores); - rfastqReads.push_back(read1840); - FastqRead read1841; read1841.setName("M00967_44_000000000-A3K85_1_1104_6974_9379"); - read1841.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACCGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCGGTACTCCAGCAAAAAAGTTTCCAAAGCAGTTCCGCGGTTAAGCCGCGGGCTTTCACTTCAGACTTTCTTCGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(28); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1841.setScores(scores); - rfastqReads.push_back(read1841); - FastqRead read1842; read1842.setName("M00967_44_000000000-A3K85_1_1104_14433_9398"); - read1842.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGCCAACTCAAGTCTGCCAGTTTCAACGGCTCGACGGGGTTGAGCCCCGCCATTTTACCGCTGACTTAACGGACCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(28); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(33); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1842.setScores(scores); - rfastqReads.push_back(read1842); - FastqRead read1843; read1843.setName("M00967_44_000000000-A3K85_1_1104_27828_9432"); - read1843.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGGTTGGCCCCCCAAATTGACCGCTGACTCCGCCATCCGCCTGCGCACCCCTTTAACCCCAAAAAACCGGATAAAGCCCCCCTCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(30); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(13); read1843.setScores(scores); - rfastqReads.push_back(read1843); - FastqRead read1844; read1844.setName("M00967_44_000000000-A3K85_1_1104_22639_9454"); - read1844.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); read1844.setScores(scores); - rfastqReads.push_back(read1844); - FastqRead read1845; read1845.setName("M00967_44_000000000-A3K85_1_1104_19637_9495"); - read1845.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAAAGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(28); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(29); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1845.setScores(scores); - rfastqReads.push_back(read1845); - FastqRead read1846; read1846.setName("M00967_44_000000000-A3K85_1_1104_21327_9556"); - read1846.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGTTGAGCCCCCCAATTTGACCGCTGCCTTGGCATCCCGCCCGCGCACCCTTTAAACCCAATAAATACCGATAAAGCTCCCATCCTCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(30); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(29); scores.push_back(28); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(28); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(13); read1846.setScores(scores); - rfastqReads.push_back(read1846); - FastqRead read1847; read1847.setName("M00967_44_000000000-A3K85_1_1104_24707_9615"); - read1847.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGACAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGGCCGGGTTTGAGCCCGAAATTTTTACCCCTGCCTTACAAAACCCCCCCCCACCCCCTTAAACCCAATAAACCAGCATAACACCCCCCTCTCCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); read1847.setScores(scores); - rfastqReads.push_back(read1847); - FastqRead read1848; read1848.setName("M00967_44_000000000-A3K85_1_1104_13256_9636"); - read1848.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(15); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(14); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(13); read1848.setScores(scores); - rfastqReads.push_back(read1848); - FastqRead read1849; read1849.setName("M00967_44_000000000-A3K85_1_1104_16521_9684"); - read1849.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGATAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGGACGGGGTGGGCCCCGGATTTTTTTCGCCGGCTTGTCAAACAGCCCCCGCACCCCCTTAACCCACCAAAAACCGAGAAAAACCCCCTCCCCCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(24); scores.push_back(25); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(12); read1849.setScores(scores); - rfastqReads.push_back(read1849); - FastqRead read1850; read1850.setName("M00967_44_000000000-A3K85_1_1104_24096_9698"); - read1850.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(40); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1850.setScores(scores); - rfastqReads.push_back(read1850); - FastqRead read1851; read1851.setName("M00967_44_000000000-A3K85_1_1104_11342_9704"); - read1851.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACCGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCGGTACTCCAGCAAAAAAGTTTCCAAAGCCATTCCGCGGTTGAGCCGCGGGCTTTCACTTCAGACTTTCTTCGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(24); read1851.setScores(scores); - rfastqReads.push_back(read1851); - FastqRead read1852; read1852.setName("M00967_44_000000000-A3K85_1_1104_6351_9726"); - read1852.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1852.setScores(scores); - rfastqReads.push_back(read1852); - FastqRead read1853; read1853.setName("M00967_44_000000000-A3K85_1_1104_6361_9748"); - read1853.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGATAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGGCCGGGGGGGGCCCCGGCTTTTTTTCGCTTGCTTGACCAAACGCCCCCGCCCCCCTTTAAACCCCTACAAACCGAACACACCCCCCACCCCCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(29); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(24); read1853.setScores(scores); - rfastqReads.push_back(read1853); - FastqRead read1854; read1854.setName("M00967_44_000000000-A3K85_1_1104_18909_9875"); - read1854.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(25); read1854.setScores(scores); - rfastqReads.push_back(read1854); - FastqRead read1855; read1855.setName("M00967_44_000000000-A3K85_1_1104_28199_9877"); - read1855.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGCATTTTTACCGCTGACTTAAAAGCCCGACTACGCACCCTTTCAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(34); scores.push_back(31); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(29); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(12); read1855.setScores(scores); - rfastqReads.push_back(read1855); - FastqRead read1856; read1856.setName("M00967_44_000000000-A3K85_1_1104_4653_9895"); - read1856.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(27); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(30); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(28); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1856.setScores(scores); - rfastqReads.push_back(read1856); - FastqRead read1857; read1857.setName("M00967_44_000000000-A3K85_1_1104_14159_10000"); - read1857.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGACCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGCATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(13); scores.push_back(27); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(38); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(27); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(36); scores.push_back(31); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(27); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(28); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); read1857.setScores(scores); - rfastqReads.push_back(read1857); - FastqRead read1858; read1858.setName("M00967_44_000000000-A3K85_1_1104_17165_10005"); - read1858.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(35); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(29); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(29); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); read1858.setScores(scores); - rfastqReads.push_back(read1858); - FastqRead read1859; read1859.setName("M00967_44_000000000-A3K85_1_1104_23360_10105"); - read1859.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGATGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACACCCACATCCTCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(29); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(15); scores.push_back(16); scores.push_back(35); scores.push_back(16); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(17); scores.push_back(29); scores.push_back(35); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(17); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(36); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(17); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(15); scores.push_back(12); scores.push_back(29); scores.push_back(27); scores.push_back(31); scores.push_back(30); scores.push_back(13); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(27); scores.push_back(13); scores.push_back(27); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); read1859.setScores(scores); - rfastqReads.push_back(read1859); - FastqRead read1860; read1860.setName("M00967_44_000000000-A3K85_1_1104_14248_10150"); - read1860.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1860.setScores(scores); - rfastqReads.push_back(read1860); - FastqRead read1861; read1861.setName("M00967_44_000000000-A3K85_1_1104_27137_10210"); - read1861.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCCCCCTTTAAACCCAATAAATCCGGATAACGCTCCCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1861.setScores(scores); - rfastqReads.push_back(read1861); - FastqRead read1862; read1862.setName("M00967_44_000000000-A3K85_1_1104_25593_10262"); - read1862.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGCGTCAGTTGCAGTCCAGTAAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACACCTGACTTAACAATCAACCTACGACCCCTTCAAACACAATAAATCAGGATCACGCACGGATCCTCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(32); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(36); scores.push_back(29); scores.push_back(31); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(17); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(16); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(27); scores.push_back(12); scores.push_back(27); scores.push_back(16); scores.push_back(29); scores.push_back(15); scores.push_back(12); scores.push_back(29); scores.push_back(27); scores.push_back(34); scores.push_back(27); scores.push_back(13); scores.push_back(27); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(13); scores.push_back(28); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(32); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(24); read1862.setScores(scores); - rfastqReads.push_back(read1862); - FastqRead read1863; read1863.setName("M00967_44_000000000-A3K85_1_1104_8760_10290"); - read1863.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1863.setScores(scores); - rfastqReads.push_back(read1863); - FastqRead read1864; read1864.setName("M00967_44_000000000-A3K85_1_1104_4312_10516"); - read1864.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCAGCACTCTAGCTTAACAGTTTCCAAAGCAGTCCCGGGGTTAAGCCCCGGGCTTTCACTTCAGACTTGCTTAGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(27); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1864.setScores(scores); - rfastqReads.push_back(read1864); - FastqRead read1865; read1865.setName("M00967_44_000000000-A3K85_1_1104_4330_10520"); - read1865.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCAGCACTCTAGCTTAACAGTTTCCAAAGCAGTCCCGGGGTTAAGCCCCGGGCTTTCACTTCAGCCTTGCTTAGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(34); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(14); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(34); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(13); read1865.setScores(scores); - rfastqReads.push_back(read1865); - FastqRead read1866; read1866.setName("M00967_44_000000000-A3K85_1_1104_3523_10559"); - read1866.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTGTCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGATACTCAAGACCAACAGTTTCAAATGCAGTTCGGGGGTTGAGCCCCCGGATTTCACATCTGACTTGTCAGCCCGGCTACACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(20); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(13); read1866.setScores(scores); - rfastqReads.push_back(read1866); - FastqRead read1867; read1867.setName("M00967_44_000000000-A3K85_1_1104_22200_10638"); - read1867.setSeq("CCTGTTTGATACCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCATGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(13); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(31); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(29); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(31); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(31); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); read1867.setScores(scores); - rfastqReads.push_back(read1867); - FastqRead read1868; read1868.setName("M00967_44_000000000-A3K85_1_1104_18565_10742"); - read1868.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTTAACCCAATAAATCCGGGTAACGCTCGCCTCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(36); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(13); read1868.setScores(scores); - rfastqReads.push_back(read1868); - FastqRead read1869; read1869.setName("M00967_44_000000000-A3K85_1_1104_11859_10749"); - read1869.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCCAGTTCCACAGTTTCCAAAGCCGTTCCGCGGTTAAGCCACGGGCTTTCACTTCAGACTTGCAGAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTCGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(32); read1869.setScores(scores); - rfastqReads.push_back(read1869); - FastqRead read1870; read1870.setName("M00967_44_000000000-A3K85_1_1104_23378_10761"); - read1870.setSeq("CCTGTTCGCTACCCATGCTTTCGAGCCTCAGCGTCAGTTGCAGACCAGAGAGCCGCCTTCGCCACTGGTGTTCTTCCATATATCTACGCATTCCACCGCTACACATGGAGTTCCACTCTCCTCTTCTGCACTCAAGTTCAACAGTTTCTGATGCAATTCTCCGGTTGAGCCGAAGGCTTTCACATCAGACTTATTGAACCGCCTGCACTCGCTTTACGCCCAATAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1870.setScores(scores); - rfastqReads.push_back(read1870); - FastqRead read1871; read1871.setName("M00967_44_000000000-A3K85_1_1104_18177_10778"); - read1871.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); read1871.setScores(scores); - rfastqReads.push_back(read1871); - FastqRead read1872; read1872.setName("M00967_44_000000000-A3K85_1_1104_20823_10838"); - read1872.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTCCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(28); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1872.setScores(scores); - rfastqReads.push_back(read1872); - FastqRead read1873; read1873.setName("M00967_44_000000000-A3K85_1_1104_4174_10851"); - read1873.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGCCTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAACTCCGGTTAACGCTCGCATCCTCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(34); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(25); scores.push_back(14); read1873.setScores(scores); - rfastqReads.push_back(read1873); - FastqRead read1874; read1874.setName("M00967_44_000000000-A3K85_1_1104_18406_10895"); - read1874.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCAGCACTCTAGCCGGGCAGTTTCCAAAGCAGTCCCGCAGTTGGGCCGCGGGCTTTCACTTCAGACTTGCTCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1874.setScores(scores); - rfastqReads.push_back(read1874); - FastqRead read1875; read1875.setName("M00967_44_000000000-A3K85_1_1104_21868_10918"); - read1875.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGTGTCAGTTGCAGACCAGGAAGCCGCCTTCGCCACTGGTGTTCCTCCATATCTCTACGCATTTCACCGCTACACATGGAATTCCACTTCCCTCTTCTGCACTCAAGTCAACCAGTTTCCAATGACCCTCCACGGTTAAGCCGTGGGCTTTCACATCAGACTTAATTAACCACCTGCGCGCTCTTTACGCCCAATAATTCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(31); scores.push_back(13); scores.push_back(27); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(28); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1875.setScores(scores); - rfastqReads.push_back(read1875); - FastqRead read1876; read1876.setName("M00967_44_000000000-A3K85_1_1104_19137_10930"); - read1876.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCGGCTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCCCCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(26); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(28); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(29); scores.push_back(12); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); read1876.setScores(scores); - rfastqReads.push_back(read1876); - FastqRead read1877; read1877.setName("M00967_44_000000000-A3K85_1_1104_17725_10951"); - read1877.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(18); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(17); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1877.setScores(scores); - rfastqReads.push_back(read1877); - FastqRead read1878; read1878.setName("M00967_44_000000000-A3K85_1_1104_6518_10983"); - read1878.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGTTGAGCCCCCAAAATTGACCGCTGACTTGGCATCCCGCCTGCGCCCCCCTTAAACCCAATAAAACCCGGTAACGCCCCCCTCCCCCG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(25); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(12); read1878.setScores(scores); - rfastqReads.push_back(read1878); - FastqRead read1879; read1879.setName("M00967_44_000000000-A3K85_1_1104_28556_10998"); - read1879.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGGAGAGGGTGGGCCCCTCCATTTTTTCGCTGACCATAATGCTCGCCTACGCACCCCTTTAAACCAATAAAAACGGATAACCCTCGCAACCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(24); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); read1879.setScores(scores); - rfastqReads.push_back(read1879); - FastqRead read1880; read1880.setName("M00967_44_000000000-A3K85_1_1104_19200_11047"); - read1880.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATCACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(25); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(38); scores.push_back(13); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(36); scores.push_back(12); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(30); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(36); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(13); read1880.setScores(scores); - rfastqReads.push_back(read1880); - FastqRead read1881; read1881.setName("M00967_44_000000000-A3K85_1_1104_6536_11056"); - read1881.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(20); scores.push_back(35); scores.push_back(20); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); read1881.setScores(scores); - rfastqReads.push_back(read1881); - FastqRead read1882; read1882.setName("M00967_44_000000000-A3K85_1_1104_6552_11067"); - read1882.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(31); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(13); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(26); scores.push_back(36); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(13); read1882.setScores(scores); - rfastqReads.push_back(read1882); - FastqRead read1883; read1883.setName("M00967_44_000000000-A3K85_1_1104_11872_11093"); - read1883.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGTTGGGCCCCGAAATTTGACCGCTGCCTTGGCATCCCCCCTGCGCACCCTTTTAACCCACTAAATCCGGATAACGCTCGCATCCCCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(30); scores.push_back(33); scores.push_back(35); scores.push_back(12); scores.push_back(30); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(29); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(30); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); read1883.setScores(scores); - rfastqReads.push_back(read1883); - FastqRead read1884; read1884.setName("M00967_44_000000000-A3K85_1_1104_25891_11170"); - read1884.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACCGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCGGTACTCCAGCAAAAAAGTTTCCAAAGCAGTTCCGCGGTTAAGCCGCGGGCTTTCACTTCAGACTTTCTTCGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1884.setScores(scores); - rfastqReads.push_back(read1884); - FastqRead read1885; read1885.setName("M00967_44_000000000-A3K85_1_1104_12169_11216"); - read1885.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCTAGCCTTACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGCAGGACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(28); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1885.setScores(scores); - rfastqReads.push_back(read1885); - FastqRead read1886; read1886.setName("M00967_44_000000000-A3K85_1_1104_3100_11250"); - read1886.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTAGCAGTCCAGTGACCTGCCTTCGCCATCGGCGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCCCGAATTCCGCTCACCTCTACTGTACTCAAGCCTGCCAGTTCCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCACCCTTTAAACACAATCAATCCGGCTAACGCTCGCATACTCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(17); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(19); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(20); scores.push_back(35); scores.push_back(20); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(20); scores.push_back(32); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(15); scores.push_back(15); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(31); scores.push_back(16); scores.push_back(30); scores.push_back(16); scores.push_back(15); scores.push_back(30); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(27); scores.push_back(12); scores.push_back(29); scores.push_back(16); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(27); scores.push_back(28); scores.push_back(34); scores.push_back(33); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(36); scores.push_back(13); scores.push_back(15); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); read1886.setScores(scores); - rfastqReads.push_back(read1886); - FastqRead read1887; read1887.setName("M00967_44_000000000-A3K85_1_1104_3118_11257"); - read1887.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGCCTTCACAATCCACCTACGCACCCTTTAACCACAATAACTCCGGATAACGCTCGCATCCTCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(20); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(30); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(27); scores.push_back(12); scores.push_back(27); scores.push_back(32); scores.push_back(31); scores.push_back(31); scores.push_back(13); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(27); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(31); scores.push_back(13); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(28); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); read1887.setScores(scores); - rfastqReads.push_back(read1887); - FastqRead read1888; read1888.setName("M00967_44_000000000-A3K85_1_1104_22804_11304"); - read1888.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCAGCACTCTAGCTTAACAGTTTCCAAAGCAGTCCCATGGTTGAGCCTTGGGCTTTCACTTCAGACTTGCTATGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(28); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1888.setScores(scores); - rfastqReads.push_back(read1888); - FastqRead read1889; read1889.setName("M00967_44_000000000-A3K85_1_1104_11825_11322"); - read1889.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCCCGGATCCTCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(18); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(30); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(16); scores.push_back(27); scores.push_back(27); scores.push_back(31); scores.push_back(27); scores.push_back(27); scores.push_back(34); scores.push_back(30); scores.push_back(27); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(15); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(14); scores.push_back(27); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); read1889.setScores(scores); - rfastqReads.push_back(read1889); - FastqRead read1890; read1890.setName("M00967_44_000000000-A3K85_1_1104_9159_11363"); - read1890.setSeq("CCTGTTTGATCTCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGCGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(15); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(31); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(27); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1890.setScores(scores); - rfastqReads.push_back(read1890); - FastqRead read1891; read1891.setName("M00967_44_000000000-A3K85_1_1104_20121_11371"); - read1891.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCCACTGGTGTTCCTCCTAATATCTATGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCCAGCTGGACAGTTTCAAATGCACTCCCGGGGTTGAGCCCCGGGTTTTCACATCTGACTTGCCCTGCCACCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1891.setScores(scores); - rfastqReads.push_back(read1891); - FastqRead read1892; read1892.setName("M00967_44_000000000-A3K85_1_1104_25075_11439"); - read1892.setSeq("CCTGTTTGCTACCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCTGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACCACGAATTCCGCCTGCCTCTCCCGCACTCTAGCTACCCAGTTTCCACAGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACTTTTGCCTTGCGCATCCGTCTACGCTCCCTTTAAACCCAGTCAATCCGGATACCGCTCGCCCCCTCCG"); - scores.clear(); scores.push_back(16); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(35); scores.push_back(18); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(18); scores.push_back(31); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(15); scores.push_back(36); scores.push_back(15); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(14); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(17); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(14); scores.push_back(16); scores.push_back(37); scores.push_back(15); scores.push_back(29); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(31); scores.push_back(16); scores.push_back(31); scores.push_back(37); scores.push_back(35); scores.push_back(17); scores.push_back(31); scores.push_back(27); scores.push_back(15); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(27); scores.push_back(38); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(12); read1892.setScores(scores); - rfastqReads.push_back(read1892); - FastqRead read1893; read1893.setName("M00967_44_000000000-A3K85_1_1104_25065_11457"); - read1893.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGCAAGCCGCCTTCGCCACTGGTGTTCTTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTGCCTCTCCAGCACTCTAGCTACACAGTTTCCAAAGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACTTCAGACTTGCGCAGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(30); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(13); read1893.setScores(scores); - rfastqReads.push_back(read1893); - FastqRead read1894; read1894.setName("M00967_44_000000000-A3K85_1_1104_10615_11475"); - read1894.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAAAGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(32); read1894.setScores(scores); - rfastqReads.push_back(read1894); - FastqRead read1895; read1895.setName("M00967_44_000000000-A3K85_1_1104_3818_11499"); - read1895.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGTGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCTAGGCTCCCAGTTTCAACGGCGGAACGGGGGTGAGCCCCCCGGTTTTACCGCTGACTTTAGAGACCGCCTACGCACCCTTTAAACCCAATAAATCCGGATTACGCTCGCATCCCCCGG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(29); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(27); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(25); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); read1895.setScores(scores); - rfastqReads.push_back(read1895); - FastqRead read1896; read1896.setName("M00967_44_000000000-A3K85_1_1104_3401_11637"); - read1896.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGTTTAGCCCCCCAATTTTACCGCTTGCTTGGCATCCCGCGCGCGCACCCCTTAAAACCCAAAAAAACGGGGAACGCCCCCACCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(18); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(19); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(20); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(29); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(30); scores.push_back(31); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(13); read1896.setScores(scores); - rfastqReads.push_back(read1896); - FastqRead read1897; read1897.setName("M00967_44_000000000-A3K85_1_1104_17657_11662"); - read1897.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCCGGGTTGAGCCCCCGCATTTGACCGCTGACTTAACAGCCCGCCTACGCCCCCTTTAAACCCAATAAATCCGGATAAAGCCCCCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(32); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(30); scores.push_back(33); scores.push_back(25); scores.push_back(32); scores.push_back(34); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(29); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(12); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); read1897.setScores(scores); - rfastqReads.push_back(read1897); - FastqRead read1898; read1898.setName("M00967_44_000000000-A3K85_1_1104_14580_11677"); - read1898.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1898.setScores(scores); - rfastqReads.push_back(read1898); - FastqRead read1899; read1899.setName("M00967_44_000000000-A3K85_1_1104_20760_11711"); - read1899.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCCACGCACCCTTTAAACCCAATAAATCCGGATAACACTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(28); scores.push_back(25); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); read1899.setScores(scores); - rfastqReads.push_back(read1899); - FastqRead read1900; read1900.setName("M00967_44_000000000-A3K85_1_1104_18045_11748"); - read1900.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(27); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(25); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(28); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(28); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); read1900.setScores(scores); - rfastqReads.push_back(read1900); - FastqRead read1901; read1901.setName("M00967_44_000000000-A3K85_1_1104_24143_11749"); - read1901.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(28); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(33); read1901.setScores(scores); - rfastqReads.push_back(read1901); - FastqRead read1902; read1902.setName("M00967_44_000000000-A3K85_1_1104_7967_11800"); - read1902.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATACGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(31); scores.push_back(35); scores.push_back(18); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(25); scores.push_back(25); scores.push_back(25); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(28); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(28); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(13); read1902.setScores(scores); - rfastqReads.push_back(read1902); - FastqRead read1903; read1903.setName("M00967_44_000000000-A3K85_1_1104_15472_11806"); - read1903.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCTAGCCTTACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGCAGGACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(13); read1903.setScores(scores); - rfastqReads.push_back(read1903); - FastqRead read1904; read1904.setName("M00967_44_000000000-A3K85_1_1104_12930_11808"); - read1904.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTGCTGTCCAGCAGACCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGTCTGCCTCTCCAGTACTCAAGATCAACAGTTTCAAATGCAGTTCTGCGGTTAAGCCGCAGGATTTCACATCTGACTTGTCAACCCGGCTACACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(26); scores.push_back(29); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(13); read1904.setScores(scores); - rfastqReads.push_back(read1904); - FastqRead read1905; read1905.setName("M00967_44_000000000-A3K85_1_1104_10575_11830"); - read1905.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTAACAGTCCAGTAAGCCGCCTTCGCCACTGGCGTTCCTCCTAATATCTACGCATTTCACCGCTACCCTAGGCATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCACTCCGGGGGTTCACCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCACTACCTCCGGCTAACGCTTGCCCCCTAC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(29); scores.push_back(16); scores.push_back(35); scores.push_back(16); scores.push_back(31); scores.push_back(18); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(34); scores.push_back(15); scores.push_back(33); scores.push_back(16); scores.push_back(15); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(36); scores.push_back(35); scores.push_back(17); scores.push_back(32); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(16); scores.push_back(16); scores.push_back(34); scores.push_back(37); scores.push_back(16); scores.push_back(17); scores.push_back(35); scores.push_back(16); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(16); scores.push_back(36); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(31); scores.push_back(15); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(31); scores.push_back(16); scores.push_back(17); scores.push_back(17); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(30); scores.push_back(27); scores.push_back(30); scores.push_back(27); scores.push_back(15); scores.push_back(30); scores.push_back(15); scores.push_back(29); scores.push_back(13); scores.push_back(29); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(25); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(32); read1905.setScores(scores); - rfastqReads.push_back(read1905); - FastqRead read1906; read1906.setName("M00967_44_000000000-A3K85_1_1104_6233_11834"); - read1906.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCCCGCTTTGCCCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(18); scores.push_back(19); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(25); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1906.setScores(scores); - rfastqReads.push_back(read1906); - FastqRead read1907; read1907.setName("M00967_44_000000000-A3K85_1_1104_22380_11878"); - read1907.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCCACGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(18); scores.push_back(17); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(14); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(13); scores.push_back(37); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(33); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(28); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(13); read1907.setScores(scores); - rfastqReads.push_back(read1907); - FastqRead read1908; read1908.setName("M00967_44_000000000-A3K85_1_1104_25591_11919"); - read1908.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCCGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(31); scores.push_back(15); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(19); scores.push_back(19); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(27); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); read1908.setScores(scores); - rfastqReads.push_back(read1908); - FastqRead read1909; read1909.setName("M00967_44_000000000-A3K85_1_1104_25609_11922"); - read1909.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACCCCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(20); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(30); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(13); read1909.setScores(scores); - rfastqReads.push_back(read1909); - FastqRead read1910; read1910.setName("M00967_44_000000000-A3K85_1_1104_19611_11936"); - read1910.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(30); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1910.setScores(scores); - rfastqReads.push_back(read1910); - FastqRead read1911; read1911.setName("M00967_44_000000000-A3K85_1_1104_8970_11951"); - read1911.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCCCAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCCCTCCAGCCTTGCGCCGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATACCGCTTGCCCCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(27); scores.push_back(16); scores.push_back(27); scores.push_back(15); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(28); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(24); scores.push_back(29); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(32); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(13); read1911.setScores(scores); - rfastqReads.push_back(read1911); - FastqRead read1912; read1912.setName("M00967_44_000000000-A3K85_1_1104_26292_12008"); - read1912.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCCTCAGCGTCAGTCTGGCGCCGGTACGCTGCCTTCGCAATCGGAGTTCTGCGCGATATCTATGCATTTCACCGCTACACCGCGCATTCCGCGTACTTCTCGCCAACTCAAGTCTGCCAGTTTCAACGGCTCGACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTAACGGACCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(31); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(25); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(28); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(31); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1912.setScores(scores); - rfastqReads.push_back(read1912); - FastqRead read1913; read1913.setName("M00967_44_000000000-A3K85_1_1104_7545_12023"); - read1913.setSeq("CCTGTTCGATACCCACACTTTCGTGCCTGAGCGTCAGTTGAGCGCCGGAATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCTCACTCAAGACACCCAGTTTCAACGGCCCGACGGGGTTGAGCCCCTCAATTTTACCGCTGCCTTAAACTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(18); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(32); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(29); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(31); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(25); scores.push_back(32); scores.push_back(33); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(26); read1913.setScores(scores); - rfastqReads.push_back(read1913); - FastqRead read1914; read1914.setName("M00967_44_000000000-A3K85_1_1104_26807_12035"); - read1914.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(27); scores.push_back(25); scores.push_back(15); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(14); scores.push_back(12); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(25); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(29); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1914.setScores(scores); - rfastqReads.push_back(read1914); - FastqRead read1915; read1915.setName("M00967_44_000000000-A3K85_1_1104_24990_12075"); - read1915.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCCCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(13); read1915.setScores(scores); - rfastqReads.push_back(read1915); - FastqRead read1916; read1916.setName("M00967_44_000000000-A3K85_1_1104_8263_12086"); - read1916.setSeq("CCTGTTCGATCCCCACGCTTTCGTGCTTCAGCGTCAGTAGGAAGCCGGCATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCTTCCACTCAAGATCGCCAGTTTCAATGGCGGGAAGGGGTTGAGCCCCTCCATTTGACCCCTGACTTAAAGAACCCCCCACGCACCCTTTAAACACAATAAACCCGGATAACTCTCGCCTCCTCCT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(25); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); read1916.setScores(scores); - rfastqReads.push_back(read1916); - FastqRead read1917; read1917.setName("M00967_44_000000000-A3K85_1_1104_4134_12161"); - read1917.setSeq("CCTGTTCGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCACTGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGCCTCGCAGTTTCCAAAGCGGTTCCGCGGTTGAGCCACGGGCTTTCACTTCAGACTTGCGACGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTCGCCCCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(28); scores.push_back(29); scores.push_back(24); scores.push_back(29); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(30); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(28); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(35); scores.push_back(28); scores.push_back(33); scores.push_back(12); scores.push_back(25); scores.push_back(35); scores.push_back(13); read1917.setScores(scores); - rfastqReads.push_back(read1917); - FastqRead read1918; read1918.setName("M00967_44_000000000-A3K85_1_1104_27283_12162"); - read1918.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTGAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCTGCTCACCTCTCCTGCACTCCAGTCACATAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTACATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(30); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(24); read1918.setScores(scores); - rfastqReads.push_back(read1918); - FastqRead read1919; read1919.setName("M00967_44_000000000-A3K85_1_1104_14719_12167"); - read1919.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(34); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(34); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(29); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(13); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(26); read1919.setScores(scores); - rfastqReads.push_back(read1919); - FastqRead read1920; read1920.setName("M00967_44_000000000-A3K85_1_1104_15406_12184"); - read1920.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(29); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(12); scores.push_back(30); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(29); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(13); read1920.setScores(scores); - rfastqReads.push_back(read1920); - FastqRead read1921; read1921.setName("M00967_44_000000000-A3K85_1_1104_14699_12204"); - read1921.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGGTGAGCCCCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(27); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); read1921.setScores(scores); - rfastqReads.push_back(read1921); - FastqRead read1922; read1922.setName("M00967_44_000000000-A3K85_1_1104_11812_12239"); - read1922.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCCTTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTCCACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(19); scores.push_back(20); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(20); scores.push_back(16); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(20); scores.push_back(18); scores.push_back(18); scores.push_back(20); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(20); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(33); scores.push_back(14); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(27); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(27); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(25); scores.push_back(25); scores.push_back(32); scores.push_back(30); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(31); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); read1922.setScores(scores); - rfastqReads.push_back(read1922); - FastqRead read1923; read1923.setName("M00967_44_000000000-A3K85_1_1104_26672_12271"); - read1923.setSeq("CCTGTTTGCTCCCCACGCTTTCGTGCCTCAGTGTCAGTTACAGTCCAGCAAATCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTCCACCGCTACACTAGGAATTCCATTTGCCCCTCCTGCACTCGAGTCCAACAGTTTTGGTAGTAGTGCCGAGGTTAAGCCTCGGAGTTGCGCTACCAACTTGTCAAACCACCTACGCACCCTTTACGCCCAGTCATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(20); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(13); read1923.setScores(scores); - rfastqReads.push_back(read1923); - FastqRead read1924; read1924.setName("M00967_44_000000000-A3K85_1_1104_3680_12350"); - read1924.setSeq("CCTGTTCGCTACCCATGCTTTCGAGCCTCAGCGTCAGTTGCAGACCAGAGAGCCGCCTTCGCCACTGGTGTTCTTCCATATATCTACGCATTCCACCGCTACACATGGAGTTCCACTCTCCTCTTCTGCACTCAAGTTCAACAGTTTCTGATGCAATTCTCCGGTTGAGCCGACGGCTTTCACATCAGACTTATTGAACCGCCTGCACTCGCTTTACGCCCAATAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(18); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(36); scores.push_back(17); scores.push_back(37); scores.push_back(16); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(18); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(25); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(28); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(13); read1924.setScores(scores); - rfastqReads.push_back(read1924); - FastqRead read1925; read1925.setName("M00967_44_000000000-A3K85_1_1104_5443_12369"); - read1925.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACCGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCGGTACTCCAGCAAAAAAGTTTCCAAAGCCATTCCGCGGTTGAGCCGCGGGCTTTCACTTCAGACTTTCTTCGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(13); read1925.setScores(scores); - rfastqReads.push_back(read1925); - FastqRead read1926; read1926.setName("M00967_44_000000000-A3K85_1_1104_3663_12426"); - read1926.setSeq("CCTGTTCGATCCCCACACTTTCGTGCCTGAGCGTCAGTTGCGCGCCGGTATGCTGCCTTCGCAATCGGTGTTCTGCGTGCTCTCTATGCATTTCACCGCTACACCCCGCATTCCGCATCCTTCTCGCTCACTCAAGAAAACCAGTTTCCACGGCTCCCCCAGGTTGAGCCCCTCCATTTTCCCCTCGACTTGAATTTCCCCCTGCGCCCCCTTTAACCCCCCTAAATCCCGGTAAACCCCGCCTCCCCCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(16); scores.push_back(33); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(16); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(30); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(37); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(30); scores.push_back(32); scores.push_back(29); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(29); scores.push_back(29); scores.push_back(37); scores.push_back(35); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(38); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(30); scores.push_back(34); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(27); scores.push_back(33); scores.push_back(31); scores.push_back(34); scores.push_back(27); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(15); scores.push_back(36); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(30); scores.push_back(16); scores.push_back(27); scores.push_back(35); scores.push_back(37); scores.push_back(16); scores.push_back(14); scores.push_back(27); scores.push_back(29); scores.push_back(38); scores.push_back(13); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(16); scores.push_back(38); scores.push_back(16); scores.push_back(15); scores.push_back(27); scores.push_back(14); scores.push_back(27); scores.push_back(36); scores.push_back(27); scores.push_back(13); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(13); scores.push_back(31); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(12); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); read1926.setScores(scores); - rfastqReads.push_back(read1926); - FastqRead read1927; read1927.setName("M00967_44_000000000-A3K85_1_1104_28218_12477"); - read1927.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCCACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTCAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(12); scores.push_back(33); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(13); scores.push_back(25); scores.push_back(28); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(12); read1927.setScores(scores); - rfastqReads.push_back(read1927); - FastqRead read1928; read1928.setName("M00967_44_000000000-A3K85_1_1104_3016_12486"); - read1928.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAAAGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(30); scores.push_back(28); scores.push_back(26); scores.push_back(12); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(12); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(37); scores.push_back(36); scores.push_back(31); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(12); read1928.setScores(scores); - rfastqReads.push_back(read1928); - FastqRead read1929; read1929.setName("M00967_44_000000000-A3K85_1_1104_10709_12664"); - read1929.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(36); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(28); scores.push_back(30); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); read1929.setScores(scores); - rfastqReads.push_back(read1929); - FastqRead read1930; read1930.setName("M00967_44_000000000-A3K85_1_1104_7475_12746"); - read1930.setSeq("CCCTTTCGCTCCCCTGGCCTTCGTGCCTCAGCGTCAGTTAATGTCCAGGAACCCGCCTTCGCCACGCGTGTTCCTCTCGATATCTACGCATTTCACTGCTACACCGAGAATTCCGGTTCCCCCTCCATTACTCTAGTCTCGCAGTATCATGTGCCGTCCGCGGGTTGAGCCCGCGCCTTTCACACACGACTTACGAAACAGCCTACGCACGCTTTACGCCCAGTGATTCCGAACAACGCTTGAGACCT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(29); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(13); scores.push_back(15); scores.push_back(24); scores.push_back(15); read1930.setScores(scores); - rfastqReads.push_back(read1930); - FastqRead read1931; read1931.setName("M00967_44_000000000-A3K85_1_1104_17811_12782"); - read1931.setSeq("CCTGCTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGAATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACGCAAGACAATCAGTTTCAACGGCGGGCAGCGGACGAGCCTCTCTATGTTAACCTTGACGTTACCGTGCCACTTCAAAAACATCACACACAATAAAACCGGCTATAGCTACCATCCTCAC"); - scores.clear(); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(32); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(29); scores.push_back(29); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(16); scores.push_back(15); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(32); scores.push_back(16); scores.push_back(32); scores.push_back(33); scores.push_back(16); scores.push_back(16); scores.push_back(33); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(16); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(31); scores.push_back(37); scores.push_back(31); scores.push_back(35); scores.push_back(16); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(36); scores.push_back(16); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(29); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(16); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(29); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(30); scores.push_back(36); scores.push_back(27); scores.push_back(36); scores.push_back(14); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(14); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(17); scores.push_back(17); scores.push_back(27); scores.push_back(14); scores.push_back(29); scores.push_back(14); scores.push_back(14); scores.push_back(16); scores.push_back(29); scores.push_back(31); scores.push_back(16); scores.push_back(30); scores.push_back(16); scores.push_back(30); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(32); scores.push_back(14); scores.push_back(12); scores.push_back(27); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(28); scores.push_back(27); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(38); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(12); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(12); read1931.setScores(scores); - rfastqReads.push_back(read1931); - FastqRead read1932; read1932.setName("M00967_44_000000000-A3K85_1_1104_23685_12790"); - read1932.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACCGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCGGTACTCCAGCAAAAAAGTTTCCAAAGCCATTCCGCGGTTGAGCCGCGGGCTTTCACTTCAGACTTTCTTCGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(13); read1932.setScores(scores); - rfastqReads.push_back(read1932); - FastqRead read1933; read1933.setName("M00967_44_000000000-A3K85_1_1104_26965_12883"); - read1933.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(31); scores.push_back(26); scores.push_back(35); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1933.setScores(scores); - rfastqReads.push_back(read1933); - FastqRead read1934; read1934.setName("M00967_44_000000000-A3K85_1_1104_12833_12957"); - read1934.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(20); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(19); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(16); scores.push_back(16); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(27); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1934.setScores(scores); - rfastqReads.push_back(read1934); - FastqRead read1935; read1935.setName("M00967_44_000000000-A3K85_1_1104_2573_12995"); - read1935.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCCGCACTCCAGTTACACAGTTTCAAAAGCCGTTCCGACGTTGGGCCGCGGGATTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(17); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(16); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(16); scores.push_back(29); scores.push_back(15); scores.push_back(29); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(19); scores.push_back(33); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(31); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(19); scores.push_back(38); scores.push_back(18); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(16); scores.push_back(27); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(15); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(31); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(34); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(35); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(13); read1935.setScores(scores); - rfastqReads.push_back(read1935); - FastqRead read1936; read1936.setName("M00967_44_000000000-A3K85_1_1104_5139_13157"); - read1936.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCAGTGTCAGTTGCAGACCAGGAAGCCGCCTTCGCCACTGGTGTTCCTCCATATCTCTACGCATTTCACCGCTACACATGGAATTCCACTTCCCTCTTCTGCACTCAAGTCAACCAGTTTCCAATGACCCTCCACGGTTAAGCCGTGGGCTTTCACATCAGACTTAATTAACCACCTGCGCGCTCTTTACGCCCAATAATTCCGGATAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(31); scores.push_back(13); scores.push_back(27); scores.push_back(27); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1936.setScores(scores); - rfastqReads.push_back(read1936); - FastqRead read1937; read1937.setName("M00967_44_000000000-A3K85_1_1104_16358_13218"); - read1937.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAAAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCCTCCGCCTGCGCACCCTTTAAAACCAATTAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(20); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(31); scores.push_back(35); scores.push_back(39); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(35); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(25); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(15); scores.push_back(27); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(28); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(24); read1937.setScores(scores); - rfastqReads.push_back(read1937); - FastqRead read1938; read1938.setName("M00967_44_000000000-A3K85_1_1104_2533_13244"); - read1938.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTTCAGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCCGGAATTCCGCCTGCCCCTCCTGTACTCTAGTTACACAGTTTCCAAAGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACTTCAGACTTACATAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(18); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(29); scores.push_back(34); scores.push_back(27); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(36); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(13); read1938.setScores(scores); - rfastqReads.push_back(read1938); - FastqRead read1939; read1939.setName("M00967_44_000000000-A3K85_1_1104_8491_13331"); - read1939.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCGAGCTGCACAGTTTCCAAAGCAGTTCCGGGGTTGGGCCCCGGCATTTCACTCCAGACTTGCGCTGCCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); read1939.setScores(scores); - rfastqReads.push_back(read1939); - FastqRead read1940; read1940.setName("M00967_44_000000000-A3K85_1_1104_16846_13370"); - read1940.setSeq("CCTGTTCGATACCCACGCTTTCATGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGGCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGGTAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(31); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(19); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(28); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(32); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(28); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(29); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(13); read1940.setScores(scores); - rfastqReads.push_back(read1940); - FastqRead read1941; read1941.setName("M00967_44_000000000-A3K85_1_1104_9917_13371"); - read1941.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCACTTACCTCTCCTGCACTCCAGTCATACAGTTTCCAAAGCAGTCCGGGGGTTGAGCCCCCGCCTTTCACTTCAGACTTGCATCACCGTCTACGCTCCCTTTCCACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(17); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(17); scores.push_back(35); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(12); scores.push_back(27); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(33); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1941.setScores(scores); - rfastqReads.push_back(read1941); - FastqRead read1942; read1942.setName("M00967_44_000000000-A3K85_1_1104_21146_13421"); - read1942.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAGCGTCAGTCACCGTCCAGTAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTACCCCTCCGGCACTCCAGCGCGCCAGTTCCCACTGCAGTCCCGCGGTTGGGCCGCGGGCTTTCCCACCAGGCTTAACGCCCCGCCTGCGCTCCCTTTACACCCAGTAAATCCGGATAACCCTTGCCCCATCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(27); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(12); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(27); scores.push_back(15); scores.push_back(25); scores.push_back(26); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(25); scores.push_back(31); scores.push_back(12); scores.push_back(24); scores.push_back(34); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(34); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(29); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(35); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); read1942.setScores(scores); - rfastqReads.push_back(read1942); - FastqRead read1943; read1943.setName("M00967_44_000000000-A3K85_1_1104_7472_13455"); - read1943.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGATAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGACCCGGGTGGGCCCGGCATTTTTTCCCCTGCCTTTTCAAAACGCCCCCCCCCCCCCTTAAACCCAAAAAAACCGGTAACGCCCCCCACCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(29); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(28); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); read1943.setScores(scores); - rfastqReads.push_back(read1943); - FastqRead read1944; read1944.setName("M00967_44_000000000-A3K85_1_1104_16819_13504"); - read1944.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGATGACCTCTCCGACACTCAAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); read1944.setScores(scores); - rfastqReads.push_back(read1944); - FastqRead read1945; read1945.setName("M00967_44_000000000-A3K85_1_1104_26606_13580"); - read1945.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCCGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(32); scores.push_back(34); scores.push_back(33); scores.push_back(30); scores.push_back(37); scores.push_back(13); read1945.setScores(scores); - rfastqReads.push_back(read1945); - FastqRead read1946; read1946.setName("M00967_44_000000000-A3K85_1_1104_22540_13596"); - read1946.setSeq("CCTGTTTGCTCCCCACACTTTCGAGCCTCAGCGTCAGTTAAAGCCCAGTTGGCCGCCTTCGCCACCGGTGTTCCTCCGAATATCTACGCATTTCACCGCTACACTCGGAATTCCGCCAACCTCTACTTCACTCAAGAAAGCCAGTTTCAACTGCAGTCTACAGGTTAAGCCCGTAGTTTTCACAGCTGACTTGGCTTCCCGCCTACGCTCCCTTTACACCCAGTAATTCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(31); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); read1946.setScores(scores); - rfastqReads.push_back(read1946); - FastqRead read1947; read1947.setName("M00967_44_000000000-A3K85_1_1104_12931_13651"); - read1947.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTGATCTCTACGCATTTCACCGCTACACCAGGAATTCCGCTTACCTCTCCAGCACTCCAGTTACACAGTTTCCAAAGCCGTTCCGCAGTTGAGCCGCGGGCTTTCACTTCAGACTTGCACAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1947.setScores(scores); - rfastqReads.push_back(read1947); - FastqRead read1948; read1948.setName("M00967_44_000000000-A3K85_1_1104_14298_13656"); - read1948.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCC"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(27); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(31); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(25); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); read1948.setScores(scores); - rfastqReads.push_back(read1948); - FastqRead read1949; read1949.setName("M00967_44_000000000-A3K85_1_1104_14282_13667"); - read1949.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTAACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(19); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(29); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(27); scores.push_back(35); scores.push_back(37); scores.push_back(15); scores.push_back(13); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(31); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(14); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); read1949.setScores(scores); - rfastqReads.push_back(read1949); - FastqRead read1950; read1950.setName("M00967_44_000000000-A3K85_1_1104_27976_13687"); - read1950.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTATCGTCCAGTCATCCGCCTTCGCCACTGGTGTTCTTCCTTATATCTACGCATTTCACCGCTACACAAGGAATTCCGCTGACCTCTCCGACACTCTAGGGAAACAGTTTCAAATGCAGTTCACGGGTTGAGCCCGTGGATTTCACATCTGACTTGTCTCTCCGGCTGCACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(17); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(18); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(14); scores.push_back(27); scores.push_back(14); scores.push_back(27); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(27); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(33); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(16); scores.push_back(29); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(38); scores.push_back(27); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(34); scores.push_back(14); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1950.setScores(scores); - rfastqReads.push_back(read1950); - FastqRead read1951; read1951.setName("M00967_44_000000000-A3K85_1_1104_19232_13777"); - read1951.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCCGGGTTGCGCCCCGAAATTTGACCGCCGACTTGGCATCCCCCCCCGCCACCCTTTAAAACCAACAAATCCGGGTAACGCCCGCATACCCCG"); - scores.clear(); scores.push_back(18); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(17); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(20); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(33); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(31); scores.push_back(30); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(36); scores.push_back(31); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(12); read1951.setScores(scores); - rfastqReads.push_back(read1951); - FastqRead read1952; read1952.setName("M00967_44_000000000-A3K85_1_1104_17747_13789"); - read1952.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTAACCACCCCTTTAACCCAAAAAATCCGGGAAACGCCCGCATCCCCCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(38); scores.push_back(38); scores.push_back(24); scores.push_back(29); scores.push_back(12); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(36); scores.push_back(32); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(12); read1952.setScores(scores); - rfastqReads.push_back(read1952); - FastqRead read1953; read1953.setName("M00967_44_000000000-A3K85_1_1104_26553_13825"); - read1953.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCATCCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGCAAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(20); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(29); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(25); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(33); scores.push_back(36); scores.push_back(13); scores.push_back(26); scores.push_back(29); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1953.setScores(scores); - rfastqReads.push_back(read1953); - FastqRead read1954; read1954.setName("M00967_44_000000000-A3K85_1_1104_26212_13904"); - read1954.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(36); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(25); scores.push_back(26); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(32); scores.push_back(32); scores.push_back(30); scores.push_back(13); scores.push_back(26); scores.push_back(28); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(24); read1954.setScores(scores); - rfastqReads.push_back(read1954); - FastqRead read1955; read1955.setName("M00967_44_000000000-A3K85_1_1104_9328_13911"); - read1955.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCCACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGCCCCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGCCCGCTTACTTGAGAGTCCGCCTGCGCACCCTTCAAACCCAACACCTCCGGCTTACGCCCCCACCCCCCG"); - scores.clear(); scores.push_back(29); scores.push_back(32); scores.push_back(29); scores.push_back(30); scores.push_back(32); scores.push_back(16); scores.push_back(18); scores.push_back(16); scores.push_back(29); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(17); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(14); scores.push_back(36); scores.push_back(33); scores.push_back(16); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(14); scores.push_back(37); scores.push_back(17); scores.push_back(33); scores.push_back(37); scores.push_back(17); scores.push_back(33); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(29); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(32); scores.push_back(34); scores.push_back(30); scores.push_back(14); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(27); scores.push_back(34); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(32); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(27); scores.push_back(14); scores.push_back(14); scores.push_back(27); scores.push_back(27); scores.push_back(15); scores.push_back(27); scores.push_back(13); scores.push_back(27); scores.push_back(12); scores.push_back(31); scores.push_back(31); scores.push_back(32); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(32); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); read1955.setScores(scores); - rfastqReads.push_back(read1955); - FastqRead read1956; read1956.setName("M00967_44_000000000-A3K85_1_1104_3300_13940"); - read1956.setSeq("CCTGTTTGCTCCCCACGCTTTCGCGCCTCACCGTCAGTTGCTGTCCAGCAGACCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGTCTGCCTCTCCAGTACTCAAGATCAACAGTTTCAAATGCAGTTCTGCGGTTAAGCCGCAGGATTTCACATCTGACTTGTCAACCCGGCTACACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(34); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(16); scores.push_back(31); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(16); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(31); scores.push_back(16); scores.push_back(30); scores.push_back(27); scores.push_back(30); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(16); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(26); scores.push_back(38); scores.push_back(25); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(30); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(13); scores.push_back(30); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(36); scores.push_back(12); scores.push_back(31); scores.push_back(30); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(12); read1956.setScores(scores); - rfastqReads.push_back(read1956); - FastqRead read1957; read1957.setName("M00967_44_000000000-A3K85_1_1104_7871_13952"); - read1957.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACTGTCCAGTAAGCCGCCTTCGCCGCCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGATACTCAAGACCAACAGTTTCAAATGCAGTTCGGGGGTTGAGCCCCCGGATTTCACATCTGACTTGTCAGCCCGGCTACACGCCCTTTACACCCAGTAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(18); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(31); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(14); scores.push_back(24); read1957.setScores(scores); - rfastqReads.push_back(read1957); - FastqRead read1958; read1958.setName("M00967_44_000000000-A3K85_1_1104_10321_14031"); - read1958.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAAAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGA"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(12); read1958.setScores(scores); - rfastqReads.push_back(read1958); - FastqRead read1959; read1959.setName("M00967_44_000000000-A3K85_1_1104_15706_14032"); - read1959.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGCAAAGGGTGGGCCCCTCCAATTTTCCCCTGCCTTAACTGTCCCCCTACCCCCCCCCTTAAACCACAAAAACCCGGTAAACCCCCCCTCCCCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); read1959.setScores(scores); - rfastqReads.push_back(read1959); - FastqRead read1960; read1960.setName("M00967_44_000000000-A3K85_1_1104_27074_14041"); - read1960.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCACTAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(17); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(32); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1960.setScores(scores); - rfastqReads.push_back(read1960); - FastqRead read1961; read1961.setName("M00967_44_000000000-A3K85_1_1104_22266_14100"); - read1961.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAAAGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(15); scores.push_back(25); scores.push_back(34); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(36); scores.push_back(13); scores.push_back(34); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(30); scores.push_back(25); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(28); scores.push_back(12); scores.push_back(32); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1961.setScores(scores); - rfastqReads.push_back(read1961); - FastqRead read1962; read1962.setName("M00967_44_000000000-A3K85_1_1104_24767_14100"); - read1962.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTGAGCTCCACAATTTTACCGCTGACTTGACATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTACGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(14); scores.push_back(24); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(32); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); read1962.setScores(scores); - rfastqReads.push_back(read1962); - FastqRead read1963; read1963.setName("M00967_44_000000000-A3K85_1_1104_25839_14222"); - read1963.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTTGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(31); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(16); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(27); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(12); scores.push_back(27); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(27); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(27); scores.push_back(27); read1963.setScores(scores); - rfastqReads.push_back(read1963); - FastqRead read1964; read1964.setName("M00967_44_000000000-A3K85_1_1104_19639_14254"); - read1964.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTACGCTCCCTTTACACCCAGTAATTCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(30); scores.push_back(29); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(18); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(35); scores.push_back(12); scores.push_back(31); scores.push_back(34); scores.push_back(31); scores.push_back(37); scores.push_back(31); scores.push_back(30); scores.push_back(25); scores.push_back(25); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(30); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(30); scores.push_back(28); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1964.setScores(scores); - rfastqReads.push_back(read1964); - FastqRead read1965; read1965.setName("M00967_44_000000000-A3K85_1_1104_26260_14274"); - read1965.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(33); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(30); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(26); scores.push_back(34); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(31); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1965.setScores(scores); - rfastqReads.push_back(read1965); - FastqRead read1966; read1966.setName("M00967_44_000000000-A3K85_1_1104_11150_14302"); - read1966.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCCCTCAATTTTACCGCTGACTTGGACCTCCGACTGGGCACCCCTTAAACCCAATAAATCCGGATAACGCTCGCATCCTACGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(36); scores.push_back(36); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(19); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(30); scores.push_back(19); scores.push_back(35); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(27); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(31); scores.push_back(30); scores.push_back(38); scores.push_back(13); scores.push_back(32); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(30); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(25); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(13); read1966.setScores(scores); - rfastqReads.push_back(read1966); - FastqRead read1967; read1967.setName("M00967_44_000000000-A3K85_1_1104_24281_14456"); - read1967.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTCAACCCAATAACTCCGGATACCGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(29); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1967.setScores(scores); - rfastqReads.push_back(read1967); - FastqRead read1968; read1968.setName("M00967_44_000000000-A3K85_1_1104_27607_14496"); - read1968.setSeq("CCTGTTTGCTACCCACGCTTTCGTGCTTCAGCGTCAGTTAAACCCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCCGATCTCTACGCATTTCACCGCTACACCGGGAATTCCGCCTGCCTCTACTTCACTCAAGCCCCACAGTTTCAAAAGCCGGTCACGGGTTAACCCCATGTATTTCACTTCTGACTTGCAAGGCCGCCTACGCCCCCTTTACACCCAGTAAATCCGGACAACGCTTGCTCCCTCCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(16); scores.push_back(37); scores.push_back(18); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(17); scores.push_back(17); scores.push_back(17); scores.push_back(16); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(36); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(16); scores.push_back(37); scores.push_back(38); scores.push_back(16); scores.push_back(29); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(17); scores.push_back(17); scores.push_back(33); scores.push_back(15); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(31); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(13); scores.push_back(27); scores.push_back(34); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(13); scores.push_back(27); scores.push_back(12); scores.push_back(27); scores.push_back(25); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(36); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(34); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(34); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(34); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(12); scores.push_back(31); scores.push_back(24); scores.push_back(32); scores.push_back(33); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(29); scores.push_back(31); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(30); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(30); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); read1968.setScores(scores); - rfastqReads.push_back(read1968); - FastqRead read1969; read1969.setName("M00967_44_000000000-A3K85_1_1104_4012_14514"); - read1969.setSeq("CCTGTTTGATCCCCGCACTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGCCCGGCAGTTTCAACGGCTGTACGGGGTTGAGCCCCGCAATTTTACCGCTGACTTGGCAGGCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(24); scores.push_back(12); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(35); scores.push_back(28); scores.push_back(32); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(30); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(35); scores.push_back(26); scores.push_back(24); scores.push_back(35); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(13); read1969.setScores(scores); - rfastqReads.push_back(read1969); - FastqRead read1970; read1970.setName("M00967_44_000000000-A3K85_1_1104_20546_14532"); - read1970.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGAGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(33); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(28); scores.push_back(29); scores.push_back(29); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(25); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(30); scores.push_back(30); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1970.setScores(scores); - rfastqReads.push_back(read1970); - FastqRead read1971; read1971.setName("M00967_44_000000000-A3K85_1_1104_21479_14540"); - read1971.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGGCGGGGTTGAGCCCCCAAATTTTACCCCTGACTTTGCATCCCCCCTGCGCACCCCTTAAACCCAATAAAACCGGATAACGCCCGCATCCCCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(25); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(25); scores.push_back(15); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(35); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(15); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(26); scores.push_back(12); read1971.setScores(scores); - rfastqReads.push_back(read1971); - FastqRead read1972; read1972.setName("M00967_44_000000000-A3K85_1_1104_7548_14543"); - read1972.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGCGCCCCGACATTTGACCGCTGACTTAACAGCCCGCCCACGCACCCTTTAAACCCACTAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(30); scores.push_back(33); scores.push_back(12); scores.push_back(31); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(28); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(28); scores.push_back(35); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(28); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(25); scores.push_back(34); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(13); read1972.setScores(scores); - rfastqReads.push_back(read1972); - FastqRead read1973; read1973.setName("M00967_44_000000000-A3K85_1_1104_20123_14567"); - read1973.setSeq("CCTGTTTGATACCCACACTTTCGAGCATCAGTGTCAGTTGCAGTCCAGTGAGCTGCCTTCGCAATCGGAGTTCTTCGTGATATCTAAGCATTTCACCGCTACACCACGAATTCCGCCCACCTCTACTGTACTCAAGACTGCCAGTTTCAACTGCAATTTTACGGTTGAGCCGCAAACTTTCACAACTGACTTAACAATCCACCTACGCTCCCTTTAAACCCAATAAATCCGGATAACGCTCGGATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(29); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1973.setScores(scores); - rfastqReads.push_back(read1973); - FastqRead read1974; read1974.setName("M00967_44_000000000-A3K85_1_1104_5880_14621"); - read1974.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(20); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(27); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(30); scores.push_back(12); scores.push_back(31); scores.push_back(28); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(25); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(13); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(24); read1974.setScores(scores); - rfastqReads.push_back(read1974); - FastqRead read1975; read1975.setName("M00967_44_000000000-A3K85_1_1104_18049_14622"); - read1975.setSeq("CCTGTTCGATCCCCGCACTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGAAGGCTGCCTTCGCAATCGGGGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTTCTTCTCGCCCACTCAAGGCCCCCAGTTTCAACGGCCGGACGGGGTTGAGCCCCGAATTTTTACCGCTGACTTAAACGCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCACCG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(36); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(30); scores.push_back(31); scores.push_back(34); scores.push_back(32); scores.push_back(24); scores.push_back(26); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(28); scores.push_back(35); scores.push_back(30); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(29); scores.push_back(33); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(35); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(13); read1975.setScores(scores); - rfastqReads.push_back(read1975); - FastqRead read1976; read1976.setName("M00967_44_000000000-A3K85_1_1104_5899_14629"); - read1976.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGATTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(31); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(17); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(28); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(28); scores.push_back(12); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(33); scores.push_back(26); scores.push_back(26); scores.push_back(26); scores.push_back(35); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(28); scores.push_back(13); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(29); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); read1976.setScores(scores); - rfastqReads.push_back(read1976); - FastqRead read1977; read1977.setName("M00967_44_000000000-A3K85_1_1104_28185_14651"); - read1977.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGATAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGGCCGGGGTGGGGCCCGGAGTTTTTCCCCTGGCTTTACAAAACCCCCCCGCACCCCTTTTAACCCAAAAAACCCGGTAAAGCCCCCCACCCCCC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(29); read1977.setScores(scores); - rfastqReads.push_back(read1977); - FastqRead read1978; read1978.setName("M00967_44_000000000-A3K85_1_1104_25242_14657"); - read1978.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGGTGAGCCTCCCCATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGTTAAAGCCCGCCTCCTCCC"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(19); scores.push_back(37); scores.push_back(20); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(34); scores.push_back(33); scores.push_back(20); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(39); scores.push_back(15); scores.push_back(29); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(27); scores.push_back(31); scores.push_back(12); scores.push_back(27); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(24); scores.push_back(32); scores.push_back(31); scores.push_back(33); scores.push_back(35); scores.push_back(34); scores.push_back(33); scores.push_back(35); scores.push_back(30); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(32); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(25); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(13); read1978.setScores(scores); - rfastqReads.push_back(read1978); - FastqRead read1979; read1979.setName("M00967_44_000000000-A3K85_1_1104_27029_14729"); - read1979.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTCATCGTCCAGCAGGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCCTGCCTCTCCGACACTCTAGCCTTACAGTTCCAAATGCAGTCCCGGGGTTGAGCCCCGGGCTTTCACATCTGGCTTGCAGGACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(12); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(24); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1979.setScores(scores); - rfastqReads.push_back(read1979); - FastqRead read1980; read1980.setName("M00967_44_000000000-A3K85_1_1104_13740_14801"); - read1980.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTCGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCGAGGCCGCCAGTTTCAACGGCAGGCCGGGGTTGGGCCCCGACATTTTACCGCTGACTTAACAGCCCGCCTACCCACCCCTTAAACCCCATAAATCCGGATAACGCTCGCCTCCCCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(36); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(12); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(12); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(25); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); read1980.setScores(scores); - rfastqReads.push_back(read1980); - FastqRead read1981; read1981.setName("M00967_44_000000000-A3K85_1_1104_17772_14830"); - read1981.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGTTGAGCCCCCAAATTTGACCGCTGACTTGGCATCCCGCCTGCGCCCCCTTTAAACCCAATAAATCCGGATAACGCCCGCATCCCCCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(34); scores.push_back(31); scores.push_back(13); scores.push_back(14); scores.push_back(12); scores.push_back(30); scores.push_back(30); scores.push_back(35); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(24); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(35); scores.push_back(37); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(25); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(13); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(28); scores.push_back(32); scores.push_back(12); scores.push_back(26); scores.push_back(26); scores.push_back(32); scores.push_back(28); scores.push_back(14); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); read1981.setScores(scores); - rfastqReads.push_back(read1981); - FastqRead read1982; read1982.setName("M00967_44_000000000-A3K85_1_1104_24476_14858"); - read1982.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGCCAGTTTCAACGGCTCGACGGCGTTGAGCACCGCTTTTTTACCGCTGACTTGGCATCCCGCCTACGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(25); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(29); scores.push_back(32); scores.push_back(30); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(34); scores.push_back(13); scores.push_back(35); scores.push_back(26); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); read1982.setScores(scores); - rfastqReads.push_back(read1982); - FastqRead read1983; read1983.setName("M00967_44_000000000-A3K85_1_1104_14869_14861"); - read1983.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACAGTCCAGTAAGCCGCCTTCGCCACTGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCTCTCCTGCACTCAAGTTACACAGTTTCCAGAGCAGTCCGGGGGTTGGGCCCCCGCCTTTCACTCCAGACTTGCATCACCGTCTCCGCCCCCTTTACACCCAGTAATTCCGGATAACCCTGGCCCCCTAC"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(31); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); read1983.setScores(scores); - rfastqReads.push_back(read1983); - FastqRead read1984; read1984.setName("M00967_44_000000000-A3K85_1_1104_22534_14956"); - read1984.setSeq("CCTGTTCGATACCCACGCTTTCGTGCCTCAGCGTCAGACAGGAGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGCAATATCTATGCATTTCACCGCTACACTGCGCATTCCGCCTACTTCTCTCCCTCTCGAGTTCGCCAGTTTCAACGGCGGGACCGGGTTGTGCCCCGGAATTTTTTCCCCGGCTTGTCAAAACCCCTCCGCCCCCCTTAAAACAAACAAAAACCGGTCACGCCCCCACCCCCCC"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(24); scores.push_back(33); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(12); scores.push_back(14); scores.push_back(15); scores.push_back(25); scores.push_back(14); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(12); scores.push_back(25); scores.push_back(15); scores.push_back(15); scores.push_back(24); scores.push_back(15); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(15); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(31); scores.push_back(12); read1984.setScores(scores); - rfastqReads.push_back(read1984); - FastqRead read1985; read1985.setName("M00967_44_000000000-A3K85_1_1104_12713_15087"); - read1985.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(15); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(12); scores.push_back(12); scores.push_back(34); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(32); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(33); scores.push_back(13); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(32); scores.push_back(34); scores.push_back(32); scores.push_back(12); scores.push_back(32); scores.push_back(28); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1985.setScores(scores); - rfastqReads.push_back(read1985); - FastqRead read1986; read1986.setName("M00967_44_000000000-A3K85_1_1104_17909_15122"); - read1986.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTTAACCCAATAAAACCTGGTAAACCCCCCCTCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(12); scores.push_back(34); scores.push_back(13); scores.push_back(32); scores.push_back(32); scores.push_back(38); scores.push_back(34); scores.push_back(14); scores.push_back(37); scores.push_back(25); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(34); scores.push_back(15); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(34); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(34); scores.push_back(13); scores.push_back(35); scores.push_back(35); scores.push_back(30); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(24); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(26); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(25); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(13); read1986.setScores(scores); - rfastqReads.push_back(read1986); - FastqRead read1987; read1987.setName("M00967_44_000000000-A3K85_1_1104_18431_15143"); - read1987.setSeq("CCTGTTTGCTCCCCACACTTTCGAGCCTCAGCGTCAGTTAAAGCCCAGTTGGCCGCCTTCGCCACCGGTGTTCCTCCGAATATCTACGCATTTCACCGCTACACTCGGAATTCCGCCAACCTCTACTTCACTCAAGAAAGCCAGTTTCAACTGCAGTCTACAGGTTAAGCCCGTAGTTTTCACAGCTGACTTGGCTTCCCGCCTACGCTCCCTTTACACCCAGTAATTCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(24); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); read1987.setScores(scores); - rfastqReads.push_back(read1987); - FastqRead read1988; read1988.setName("M00967_44_000000000-A3K85_1_1104_10740_15149"); - read1988.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTACGT"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(31); scores.push_back(30); scores.push_back(37); scores.push_back(13); scores.push_back(26); scores.push_back(25); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(25); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(14); scores.push_back(34); scores.push_back(25); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(38); scores.push_back(12); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(38); scores.push_back(30); scores.push_back(25); scores.push_back(24); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(29); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(15); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(28); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(25); read1988.setScores(scores); - rfastqReads.push_back(read1988); - FastqRead read1989; read1989.setName("M00967_44_000000000-A3K85_1_1104_21420_15173"); - read1989.setSeq("CCTGTTCGCTACCCATGCTTTCGAGCCTCAGCGTCAGTTGCAGACCAGAGAGCCGCCTTCGCCACTGGTGTTCTTCCATATATCTACGCATTCCACCGCTACACATGGAGTTCCACTCTCCTCTTCTGCACTCAAGTTCAACAGTTTCTGATGCAATTCTCCGGTTGAGCCGAAGGCTTTCACATCAGACTTATTGAACCGCCTGCACTCGCTTTACGCCCAATAAATCCGGACAACGCTTGCCACCTACG"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(27); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(37); scores.push_back(33); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(14); scores.push_back(24); scores.push_back(13); scores.push_back(28); scores.push_back(35); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(30); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1989.setScores(scores); - rfastqReads.push_back(read1989); - FastqRead read1990; read1990.setName("M00967_44_000000000-A3K85_1_1104_19161_15180"); - read1990.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCCGCGCACCCTTTAAACCCAATAAATCCGGATAACGCCCCCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(31); scores.push_back(33); scores.push_back(37); scores.push_back(34); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(13); scores.push_back(32); scores.push_back(38); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(26); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(24); scores.push_back(35); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(25); scores.push_back(31); scores.push_back(32); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(24); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(37); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(33); scores.push_back(13); read1990.setScores(scores); - rfastqReads.push_back(read1990); - FastqRead read1991; read1991.setName("M00967_44_000000000-A3K85_1_1104_26250_15197"); - read1991.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTAGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGAACGTCAGTTTCAACGGCTCGATGGAGTTTAGCCCCCCAATTTTACCGCTTACCTTGCATCCCGCCCACGGACCCCTTTAACCCAATAAATCCCGATAACGCCCGCCTCCCCCGG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(35); scores.push_back(32); scores.push_back(16); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(16); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(37); scores.push_back(17); scores.push_back(16); scores.push_back(16); scores.push_back(14); scores.push_back(15); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(31); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(16); scores.push_back(33); scores.push_back(29); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(17); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(30); scores.push_back(14); scores.push_back(34); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(34); scores.push_back(14); scores.push_back(36); scores.push_back(34); scores.push_back(39); scores.push_back(16); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(30); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(16); scores.push_back(29); scores.push_back(15); scores.push_back(27); scores.push_back(27); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(33); scores.push_back(13); scores.push_back(34); scores.push_back(38); scores.push_back(12); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(14); scores.push_back(25); scores.push_back(25); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(34); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(36); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(31); scores.push_back(33); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(36); scores.push_back(32); scores.push_back(12); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(14); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(32); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(12); read1991.setScores(scores); - rfastqReads.push_back(read1991); - FastqRead read1992; read1992.setName("M00967_44_000000000-A3K85_1_1104_8064_15199"); - read1992.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCTAGGACACCAGTTTCAACGGCAGGTCGGGGTTGGGCCCCGCAATTTTACCGCTGACTTGGCATCCCGCCTGCGCCCCCTTTCAACCCAACAAATCCGGATAAAGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(30); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(30); scores.push_back(24); scores.push_back(31); scores.push_back(32); scores.push_back(12); scores.push_back(25); scores.push_back(26); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(13); scores.push_back(24); scores.push_back(14); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(13); scores.push_back(25); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(29); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(31); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(25); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(25); scores.push_back(25); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(25); scores.push_back(13); scores.push_back(29); scores.push_back(12); scores.push_back(24); scores.push_back(25); scores.push_back(24); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); read1992.setScores(scores); - rfastqReads.push_back(read1992); - FastqRead read1993; read1993.setName("M00967_44_000000000-A3K85_1_1104_3441_15248"); - read1993.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTTCAGTCCAGCAGGCCGCCTTCGCCGCCGGTGTTCCTCCTGATATCTACGCATTTCACCGCTACACCAGGAATTCCGCCTGCCCCTCCTGTACTCTAGTTACACAGTTTCCAAAGCAGTCCCGGGGTTGGGCCCCGGGCTTTCACTTCAGACTTACATAACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(39); scores.push_back(16); scores.push_back(16); scores.push_back(30); scores.push_back(36); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(14); scores.push_back(31); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(18); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(30); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(35); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(25); scores.push_back(33); scores.push_back(36); scores.push_back(12); scores.push_back(36); scores.push_back(35); scores.push_back(32); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(35); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(30); scores.push_back(32); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(35); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(35); read1993.setScores(scores); - rfastqReads.push_back(read1993); - FastqRead read1994; read1994.setName("M00967_44_000000000-A3K85_1_1104_15936_15317"); - read1994.setSeq("CCTGTTCGATACCCACGCTTTCGTGCTTCAGCGTCAGTTGGGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCCCACTCAAGACAATCAGTTTCAACGGCGGGAAGAGGGTGAGCCTCTCCATTTTACCCCCGACTTAACTGGCCGCCTACGCACCACTTTAAACCCATAAAACCCGATAAAACTCCCATCCCCCG"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(13); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(24); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(26); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(24); scores.push_back(12); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(24); scores.push_back(31); scores.push_back(33); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(25); scores.push_back(26); scores.push_back(24); scores.push_back(33); scores.push_back(14); scores.push_back(13); scores.push_back(25); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(26); scores.push_back(33); scores.push_back(36); scores.push_back(24); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); read1994.setScores(scores); - rfastqReads.push_back(read1994); - FastqRead read1995; read1995.setName("M00967_44_000000000-A3K85_1_1104_24379_15369"); - read1995.setSeq("CCTGTTCGATACCCACGCTTTCGTGCATGAGCGTCAGTTGCGCGCCGGTAGGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCCTACTTCTCGCGCACTCAAGGCTCCCAGTTTCAACGGCGGAACGGGGTTGAGCCCCGCGCTTTGACCGCTGACTTGAGAGTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCCTCCTCCGT"); - scores.clear(); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(37); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(38); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(14); scores.push_back(36); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(14); scores.push_back(38); scores.push_back(32); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(15); scores.push_back(26); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(31); scores.push_back(12); scores.push_back(30); scores.push_back(33); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(26); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(35); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(34); scores.push_back(28); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(13); scores.push_back(25); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(26); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(13); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(35); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(32); scores.push_back(35); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(13); read1995.setScores(scores); - rfastqReads.push_back(read1995); - FastqRead read1996; read1996.setName("M00967_44_000000000-A3K85_1_1104_9205_15423"); - read1996.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAAATTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTAAACCCAATAAATCCGGATAACGCTCGCATCCTCCG"); - scores.clear(); scores.push_back(33); scores.push_back(34); scores.push_back(33); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(37); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(20); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(32); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(35); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(30); scores.push_back(38); scores.push_back(13); scores.push_back(26); scores.push_back(13); scores.push_back(13); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(33); scores.push_back(14); scores.push_back(34); scores.push_back(38); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(37); scores.push_back(30); scores.push_back(34); scores.push_back(34); scores.push_back(12); scores.push_back(32); scores.push_back(37); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(30); scores.push_back(35); scores.push_back(38); scores.push_back(13); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(34); scores.push_back(37); scores.push_back(37); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(25); scores.push_back(35); scores.push_back(13); scores.push_back(32); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(31); scores.push_back(32); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(26); scores.push_back(31); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(12); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(33); scores.push_back(13); read1996.setScores(scores); - rfastqReads.push_back(read1996); - FastqRead read1997; read1997.setName("M00967_44_000000000-A3K85_1_1104_4689_15461"); - read1997.setSeq("CCTGTTCGATACCCACACTTTCGTGCATGAGCGTCAGTTGAGCGCCGGTATGCTGCCTTCGCAATCGGAGTTCTGCGTGATATCTATGCATTTCACCGCTACACCACGCATTCCGCATACTTCTCGCTCACTCAAGAAAACCAGTTTCAACGGCTCGAAGAGGTTGAGCCTCTCAATTTTACCGCTGACTTGATCTTCCGCCTGCGCACCCTTTTAACCCAATAAATACGGATAAAGCCCGCATCCCCCGT"); - scores.clear(); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(32); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(33); scores.push_back(32); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(30); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(35); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(25); scores.push_back(34); scores.push_back(32); scores.push_back(37); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(15); scores.push_back(38); scores.push_back(14); scores.push_back(26); scores.push_back(25); scores.push_back(25); scores.push_back(38); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(38); scores.push_back(33); scores.push_back(33); scores.push_back(24); scores.push_back(15); scores.push_back(34); scores.push_back(30); scores.push_back(33); scores.push_back(34); scores.push_back(35); scores.push_back(14); scores.push_back(15); scores.push_back(26); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(26); scores.push_back(26); scores.push_back(37); scores.push_back(15); scores.push_back(26); scores.push_back(13); scores.push_back(34); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(26); scores.push_back(12); scores.push_back(33); scores.push_back(33); scores.push_back(35); scores.push_back(13); scores.push_back(24); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(36); scores.push_back(32); scores.push_back(13); scores.push_back(33); scores.push_back(33); scores.push_back(14); scores.push_back(14); scores.push_back(14); scores.push_back(26); scores.push_back(13); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(24); scores.push_back(14); scores.push_back(13); scores.push_back(13); scores.push_back(12); scores.push_back(31); scores.push_back(12); scores.push_back(13); scores.push_back(31); scores.push_back(33); scores.push_back(13); scores.push_back(24); scores.push_back(32); scores.push_back(12); scores.push_back(24); read1997.setScores(scores); - rfastqReads.push_back(read1997); - FastqRead read1998; read1998.setName("M00967_44_000000000-A3K85_1_1104_25054_15469"); - read1998.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTTCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCCCTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATACCGCTTGCCCCCTACG"); - scores.clear(); scores.push_back(18); scores.push_back(32); scores.push_back(32); scores.push_back(33); scores.push_back(32); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(34); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(36); scores.push_back(36); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(34); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(14); scores.push_back(36); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(34); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(34); scores.push_back(38); scores.push_back(32); scores.push_back(12); scores.push_back(35); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(14); scores.push_back(24); scores.push_back(34); scores.push_back(38); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(15); scores.push_back(37); scores.push_back(32); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(36); scores.push_back(14); scores.push_back(33); scores.push_back(37); scores.push_back(14); scores.push_back(37); scores.push_back(37); scores.push_back(24); scores.push_back(33); scores.push_back(37); scores.push_back(13); scores.push_back(35); scores.push_back(14); scores.push_back(14); scores.push_back(32); scores.push_back(34); scores.push_back(12); scores.push_back(13); scores.push_back(32); scores.push_back(36); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(32); scores.push_back(26); scores.push_back(36); scores.push_back(37); scores.push_back(13); read1998.setScores(scores); - rfastqReads.push_back(read1998); - FastqRead read1999; read1999.setName("M00967_44_000000000-A3K85_1_1104_11182_15477"); - read1999.setSeq("CCTGTTTGCTCCCCACGCTTTCGAGCCTCAACGTCAGTTACGGTCCAGTAAGCCGCCTTCGCCACCGGTGTTCCTCCTAATATCTACGCATTTCACCGCTACACTAGGAATTCCGCTTACCCCTCCCGCACTCTAGTCCGCCAGTTTCCAAAGCAGTTCCGCAGTTAAGCTGCGGCATTTCACTCCAGACTTGGCGCACCGTCTACGCTCCCTTTACACCCAGTAAATCCGGATAACGCCCGCATCCTCCG"); - scores.clear(); scores.push_back(35); scores.push_back(35); scores.push_back(34); scores.push_back(35); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(36); scores.push_back(36); scores.push_back(38); scores.push_back(39); scores.push_back(37); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(18); scores.push_back(36); scores.push_back(34); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(32); scores.push_back(33); scores.push_back(38); scores.push_back(39); scores.push_back(39); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(35); scores.push_back(37); scores.push_back(32); scores.push_back(37); scores.push_back(34); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(36); scores.push_back(39); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(37); scores.push_back(38); scores.push_back(37); scores.push_back(37); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(39); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(35); scores.push_back(39); scores.push_back(33); scores.push_back(38); scores.push_back(33); scores.push_back(34); scores.push_back(15); scores.push_back(34); scores.push_back(37); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(38); scores.push_back(36); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(33); scores.push_back(33); scores.push_back(33); scores.push_back(15); scores.push_back(36); scores.push_back(37); scores.push_back(38); scores.push_back(38); scores.push_back(33); scores.push_back(37); scores.push_back(12); scores.push_back(36); scores.push_back(33); scores.push_back(37); scores.push_back(37); scores.push_back(34); scores.push_back(24); scores.push_back(24); scores.push_back(24); scores.push_back(13); scores.push_back(37); scores.push_back(30); scores.push_back(33); scores.push_back(36); scores.push_back(35); scores.push_back(37); scores.push_back(37); scores.push_back(14); scores.push_back(26); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(26); scores.push_back(32); scores.push_back(36); scores.push_back(13); scores.push_back(24); scores.push_back(33); scores.push_back(33); scores.push_back(37); scores.push_back(15); scores.push_back(15); scores.push_back(15); scores.push_back(13); scores.push_back(25); scores.push_back(13); scores.push_back(25); scores.push_back(32); scores.push_back(33); scores.push_back(15); scores.push_back(13); scores.push_back(24); scores.push_back(12); scores.push_back(12); scores.push_back(12); scores.push_back(26); scores.push_back(24); scores.push_back(13); scores.push_back(12); scores.push_back(33); scores.push_back(15); scores.push_back(25); scores.push_back(33); scores.push_back(13); read1999.setScores(scores); - rfastqReads.push_back(read1999); + + //read info from stable file + string testfile = m->getTestFilePath() + "F8D0_S345_L001_R2_001.fastq"; + + ifstream in; + m->openInputFile(testfile, in); + + int count = 0; bool ignore = false; string format = "illumina1.8+"; + while (!in.eof()) { + if (m->control_pressed) { break; } + + if (count < 2000) { + FastqRead read(in, ignore, format); m->gobble(in); + if (!ignore) { ffastqReads.push_back(read); count++; } + }else { break; } + + } + in.close(); } -/*************************************************************************/ +/***********************************************************************/ diff --git a/TestMothur/fastqdataset.h b/TestMothur/fastqdataset.h index da436cd6..c2058247 100644 --- a/TestMothur/fastqdataset.h +++ b/TestMothur/fastqdataset.h @@ -23,8 +23,8 @@ class TestFastqDataSet { private: MothurOut* m; - vector ffastqReads; //F8D0 Sample (first 2000 reads) - vector rfastqReads; //F8D0 Sample (first 2000 reads) + vector ffastqReads; + vector rfastqReads; void fillForwardFastq(); void fillReverseFastq(); diff --git a/TestMothur/main.cpp b/TestMothur/main.cpp index 1c86ead6..bf59c54f 100644 --- a/TestMothur/main.cpp +++ b/TestMothur/main.cpp @@ -7,27 +7,26 @@ // -//***********************************************************// -//***********************************************************// -//***********************************************************// -//***********************************************************// -/* - -To compile TestMothur you need to uncomment - - //CommandFactory* CommandFactory::_uniqueInstance; in commandfactory.cpp - - //MothurOut* MothurOut::_uniqueInstance; in mothurout.cpp - - //ReferenceDB* ReferenceDB::myInstance; in referencedb.cpp - - */ -//***********************************************************// -//***********************************************************// -//***********************************************************// -//***********************************************************// - -#define CATCH_CONFIG_MAIN // This tells Catch to provide a main() - only do this in one cpp file -#include "catch.hpp" +#include "mothurout.h" +#include "gtest/gtest.h" +#define UNIT_TEST +int main(int argc, char **argv) { + MothurOut* m; m = MothurOut::getInstance(); + string pathname = m->mothurProgramPath; + if (pathname != "") { + //add / to name if needed + string lastChar = pathname.substr(pathname.length()-1); +#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) + if (lastChar != "/") { pathname += "/TestMothur/TestFiles/"; } +#else + if (lastChar != "\\") { pathname += "\\TestMothur\\TestFiles\\"; } +#endif + } + + m->setTestFilePath(pathname); + + ::testing::InitGoogleTest(&argc, argv); + return RUN_ALL_TESTS(); +} diff --git a/TestMothur/testbiominfocommand.cpp b/TestMothur/testbiominfocommand.cpp index a0a62e0c..e1ca3762 100644 --- a/TestMothur/testbiominfocommand.cpp +++ b/TestMothur/testbiominfocommand.cpp @@ -7,7 +7,7 @@ // #include "testbiominfocommand.h" -#include "catch.hpp" +/* TEST_CASE("Testing Biom.Info Command") { @@ -69,5 +69,6 @@ TEST_CASE("Testing Biom.Info Command") { //more tests need to be added - just a start to set up testing project and model -} +}*/ + diff --git a/TestMothur/testclassifier/testphylotree.cpp b/TestMothur/testclassifier/testphylotree.cpp new file mode 100644 index 00000000..f39c3138 --- /dev/null +++ b/TestMothur/testclassifier/testphylotree.cpp @@ -0,0 +1,129 @@ +// +// testphylotree.cpp +// Mothur +// +// Created by Sarah Westcott on 8/29/16. +// Copyright © 2016 Schloss Lab. All rights reserved. +// + +#include "catch.hpp" +#include "testphylotree.hpp" + +/**************************************************************************************************/ +TestPhyloTree::TestPhyloTree() { //setup + m = MothurOut::getInstance(); + + string tax1WithSpaces = "Bacteria(100);Bacteroidetes 7(100);Bacteroidia(100);Bacteroidales(100);S24-7(100);"; + string tax2WithSpaces = "Bacteria(100);Bacteroidetes 7(100);Bacteroidia(98);Bacteroidales(98);Bacteroidaceae(98);Bacteroides(98);"; + string tax3WithSpaces = "Bacteria(100);Firmicutes(100);Clostridia B(100);Clostridiales(100);Lachnospiraceae(100);Blautia(92);"; + string tax4WithSpaces = "Bacteria(100);Firmicutes(100);Clostridia B(100);Clostridiales(100);Ruminococcaceae(100);Anaerotruncus(100);"; + string tax5WithSpaces = "Bacteria(100);Firmicutes(100);Clostridia B(100);Clostridiales(100);Lachnospiraceae(100);Incertae_Sedis(97);"; + + string tax1WithOutSpaces = "Bacteria(100);Bacteroidetes(100);Bacteroidia(100);Bacteroidales(100);S24-7(100);"; + string tax2WithOutSpaces = "Bacteria(100);Bacteroidetes(100);Bacteroidia(98);Bacteroidales(98);Bacteroidaceae(98);Bacteroides(98);"; + string tax3WithOutSpaces = "Bacteria(100);Firmicutes(100);Clostridia(100);Clostridiales(100);Lachnospiraceae(100);Blautia(92);"; + string tax4WithOutSpaces = "Bacteria(100);Firmicutes(100);Clostridia(100);Clostridiales(100);Ruminococcaceae(100);Anaerotruncus(100);"; + string tax5WithOutSpaces = "Bacteria(100);Firmicutes(100);Clostridia(100);Clostridiales(100);Lachnospiraceae(100);Incertae_Sedis(97);"; + + phylo.addSeqToTree("seq1", tax1WithSpaces); + phylo.addSeqToTree("seq2", tax2WithSpaces); + phylo.addSeqToTree("seq3", tax3WithSpaces); + phylo.addSeqToTree("seq4", tax4WithSpaces); + phylo.addSeqToTree("seq5", tax5WithSpaces); + phylo.addSeqToTree("seq6", tax1WithOutSpaces); + phylo.addSeqToTree("seq7", tax2WithOutSpaces); + phylo.addSeqToTree("seq8", tax3WithOutSpaces); + phylo.addSeqToTree("seq9", tax4WithOutSpaces); + phylo.addSeqToTree("seq10", tax5WithOutSpaces); +} +/**************************************************************************************************/ +TestPhyloTree::~TestPhyloTree() {} +/**************************************************************************************************/ + +TEST_CASE("Testing PhyloTree Class") { + TestPhyloTree testPTree; + + string tax1WithSpaces = "Bacteria(100);Bacteroidetes 7(100);Bacteroidia(100);Bacteroidales(100);S24-7(100);"; + string tax2WithSpaces = "Bacteria(100);Bacteroidetes 7(100);Bacteroidia(98);Bacteroidales(98);Bacteroidaceae(98);Bacteroides(98);"; + string tax3WithSpaces = "Bacteria(100);Firmicutes(100);Clostridia B(100);Clostridiales(100);Lachnospiraceae(100);Blautia(92);"; + string tax4WithSpaces = "Bacteria(100);Firmicutes(100);Clostridia B(100);Clostridiales(100);Ruminococcaceae(100);Anaerotruncus(100);"; + string tax5WithSpaces = "Bacteria(100);Firmicutes(100);Clostridia B(100);Clostridiales(100);Lachnospiraceae(100);Incertae_Sedis(97);"; + + string tax1WithOutSpaces = "Bacteria(100);Bacteroidetes(100);Bacteroidia(100);Bacteroidales(100);S24-7(100);"; + string tax2WithOutSpaces = "Bacteria(100);Bacteroidetes(100);Bacteroidia(98);Bacteroidales(98);Bacteroidaceae(98);Bacteroides(98);"; + string tax3WithOutSpaces = "Bacteria(100);Firmicutes(100);Clostridia(100);Clostridiales(100);Lachnospiraceae(100);Blautia(92);"; + string tax4WithOutSpaces = "Bacteria(100);Firmicutes(100);Clostridia(100);Clostridiales(100);Ruminococcaceae(100);Anaerotruncus(100);"; + string tax5WithOutSpaces = "Bacteria(100);Firmicutes(100);Clostridia(100);Clostridiales(100);Lachnospiraceae(100);Incertae_Sedis(97);"; + + SECTION("Add Sequences to Tree") { + INFO("Using taxonomies with and without spaces") // Only appears on a FAIL + + CAPTURE(testPTree.addSeqToTree("seq1", tax1WithSpaces)); + CHECK(testPTree.addSeqToTree("seq1", tax1WithSpaces) == 5); + + CAPTURE(testPTree.addSeqToTree("seq2", tax2WithSpaces)); + CHECK(testPTree.addSeqToTree("seq2", tax2WithSpaces) == 6); + + CAPTURE(testPTree.addSeqToTree("seq3", tax3WithSpaces)); + CHECK(testPTree.addSeqToTree("seq3", tax3WithSpaces) == 6); + + CAPTURE(testPTree.addSeqToTree("seq4", tax4WithSpaces)); + CHECK(testPTree.addSeqToTree("seq4", tax4WithSpaces) == 6); + + CAPTURE(testPTree.addSeqToTree("seq5", tax5WithSpaces)); + CHECK(testPTree.addSeqToTree("seq5", tax5WithSpaces) == 6); + + CAPTURE(testPTree.addSeqToTree("seq6", tax1WithOutSpaces)); + CHECK(testPTree.addSeqToTree("seq6", tax1WithOutSpaces) == 5); + + CAPTURE(testPTree.addSeqToTree("seq7", tax2WithOutSpaces)); + CHECK(testPTree.addSeqToTree("seq7", tax2WithOutSpaces) == 6); + + CAPTURE(testPTree.addSeqToTree("seq8", tax3WithOutSpaces)); + CHECK(testPTree.addSeqToTree("seq8", tax3WithOutSpaces) == 6); + + CAPTURE(testPTree.addSeqToTree("seq9", tax4WithOutSpaces)); + CHECK(testPTree.addSeqToTree("seq9", tax4WithOutSpaces) == 6); + + CAPTURE(testPTree.addSeqToTree("seq10", tax5WithOutSpaces)); + CHECK(testPTree.addSeqToTree("seq10", tax5WithOutSpaces) == 6); + } + + SECTION("Get Seqs") { + INFO("Using taxonomies with and without spaces") // Only appears on a FAIL + + CAPTURE(testPTree.phylo.getSeqs("Bacteroidetes 7").size()); + CHECK((testPTree.phylo.getSeqs("Bacteroidetes 7").size()) == 2); + + vector Bacteroidetes_7 = testPTree.phylo.getSeqs("Bacteroidetes 7"); + CHECK(Bacteroidetes_7[0] == "seq1"); + CHECK(Bacteroidetes_7[1] == "seq2"); + + CAPTURE(testPTree.phylo.getSeqs("Clostridia").size()); + CHECK((testPTree.phylo.getSeqs("Clostridia").size()) == 3); + + vector Clostridia = testPTree.phylo.getSeqs("Clostridia"); + CHECK(Clostridia[0] == "seq8"); + CHECK(Clostridia[1] == "seq9"); + CHECK(Clostridia[2] == "seq10"); + } + + SECTION("Get Genus Totals") { + INFO("Using taxonomies with and without spaces") // Only appears on a FAIL + + CAPTURE(testPTree.phylo.getGenusTotals().size()); + CHECK(testPTree.phylo.getGenusTotals().size() == 10); + } + + SECTION("Get Full Taxonomy") { + INFO("Using taxonomies with and without spaces") // Only appears on a FAIL + + CAPTURE(testPTree.phylo.getFullTaxonomy("seq1")); + CHECK(testPTree.phylo.getFullTaxonomy("seq1") == "Bacteria;Bacteroidetes 7;Bacteroidia;Bacteroidales;S24-7;"); + + CAPTURE(testPTree.phylo.getFullTaxonomy("seq10")); + CHECK(testPTree.phylo.getFullTaxonomy("seq1") == "Bacteria;Firmicutes;Clostridia;Clostridiales;Lachnospiraceae;Incertae_Sedis;"); + } + +} +/**************************************************************************************************/ diff --git a/TestMothur/testclassifier/testphylotree.hpp b/TestMothur/testclassifier/testphylotree.hpp new file mode 100644 index 00000000..bfac178a --- /dev/null +++ b/TestMothur/testclassifier/testphylotree.hpp @@ -0,0 +1,32 @@ +// +// testphylotree.hpp +// Mothur +// +// Created by Sarah Westcott on 8/29/16. +// Copyright © 2016 Schloss Lab. All rights reserved. +// + +#ifndef testphylotree_hpp +#define testphylotree_hpp + +#include "phylotree.h" + +class TestPhyloTree : public PhyloTree { + + +public: + + TestPhyloTree(); + ~TestPhyloTree(); + + MothurOut* m; + + PhyloTree phylo; + + //using PhyloTree:: + //using PhyloTree:: + +}; + + +#endif /* testphylotree_hpp */ diff --git a/TestMothur/testcommands/testgetgroupscommand.cpp b/TestMothur/testcommands/testgetgroupscommand.cpp index 391e85d8..34229716 100644 --- a/TestMothur/testcommands/testgetgroupscommand.cpp +++ b/TestMothur/testcommands/testgetgroupscommand.cpp @@ -7,8 +7,8 @@ // #include "testgetgroupscommand.h" -#include "catch.hpp" +/* TEST_CASE("Testing GetGroupsCommand Class") { TestGetGroupsCommand tGetGroupsCommand; @@ -16,3 +16,4 @@ TEST_CASE("Testing GetGroupsCommand Class") { //how do we unit test this?? //each private function reads files processes them and writes new ones. } +*/ diff --git a/TestMothur/testcommands/testmergegroupscommand.cpp b/TestMothur/testcommands/testmergegroupscommand.cpp index c3964102..228b8844 100644 --- a/TestMothur/testcommands/testmergegroupscommand.cpp +++ b/TestMothur/testcommands/testmergegroupscommand.cpp @@ -7,9 +7,9 @@ // #include "testmergegroupscommand.h" -#include "catch.hpp" +/* TEST_CASE("Testing MergeGroupsCommand Class") { TestMergeGroupsCommand tMergeGroupsCommand; @@ -17,3 +17,4 @@ TEST_CASE("Testing MergeGroupsCommand Class") { //each private function reads files processes them and writes new ones. } +*/ diff --git a/TestMothur/testcommands/testremovegroupscommand.cpp b/TestMothur/testcommands/testremovegroupscommand.cpp index c439ae5d..fe31b5d1 100644 --- a/TestMothur/testcommands/testremovegroupscommand.cpp +++ b/TestMothur/testcommands/testremovegroupscommand.cpp @@ -7,12 +7,12 @@ // #include "testremovegroupscommand.h" -#include "catch.hpp" - +/* TEST_CASE("Testing RemoveGroupsCommand Class") { TestRemoveGroupsCommand tRemoveGroupsCommand; //how do we unit test this?? //each private function reads files processes them and writes new ones. -} +}*/ + diff --git a/TestMothur/testcommands/testrenamefilecommand.cpp b/TestMothur/testcommands/testrenamefilecommand.cpp new file mode 100644 index 00000000..9349d81e --- /dev/null +++ b/TestMothur/testcommands/testrenamefilecommand.cpp @@ -0,0 +1,97 @@ +// +// testrenamefilecommand.cpp +// Mothur +// +// Created by Sarah Westcott on 5/4/16. +// Copyright (c) 2016 Schloss Lab. All rights reserved. +// + +#include "testrenamefilecommand.h" +#include "dataset.h" + + +/**************************************************************************************************/ +TestRenameFileCommand::TestRenameFileCommand() { //setup + m = MothurOut::getInstance(); + TestDataSet data; + filenames = data.getSubsetFNGFiles(100); +} +/**************************************************************************************************/ +TestRenameFileCommand::~TestRenameFileCommand() { + for (int i = 0; i < filenames.size(); i++) { m->mothurRemove(filenames[i]); } //teardown +} +/************************************************************************************************** +TEST_CASE("Testing RenameFileCommand Class") { + TestRenameFileCommand testRename; + + SECTION("Testing GetNewName - with prefix") { + INFO("Using prefix=greatData") // Only appears on a FAIL + + testRename.prefix = "greatData"; + testRename.mothurGenerated = true; + + CAPTURE(testRename.getNewName(testRename.filenames[0], "fasta")); // Displays this variable on a FAIL + + CHECK(testRename.getNewName(testRename.filenames[0], "fasta") == "greatData.txt"); + + testRename.filenames[0] = testRename.getNewName(testRename.filenames[0], "fasta"); //for teardown + } + + SECTION("Testing GetNewName - with user name") { + INFO("Using prefix=greatData") // Only appears on a FAIL + + testRename.outputfile = "greatData.fasta"; + testRename.mothurGenerated = false; + + CAPTURE(testRename.getNewName(testRename.filenames[0], "fasta")); // Displays this variable on a FAIL + + CHECK(testRename.getNewName(testRename.filenames[0], "fasta") == "greatData.fasta"); + + testRename.filenames[0] = testRename.getNewName(testRename.filenames[0], "fasta"); //for teardown + } + + + SECTION("Testing RenameOrCopy - deleteOld=false") { + INFO("Uses mothur rename function to move or system command to copy.") // Only appears on a FAIL + + testRename.deleteOld = false; + + testRename.renameOrCopy(testRename.filenames[0], "greatData.new.fasta"); + + ifstream in, in2; + int ableToOpen = testRename.m->openInputFile("greatData.new.fasta", in); + in.close(); + + CAPTURE(ableToOpen); + + CHECK(ableToOpen == 0); + + int ableToOpen2 = testRename.m->openInputFile(testRename.filenames[0], in2); + in2.close(); + + CAPTURE(ableToOpen2); + + CHECK(ableToOpen2 == 0); + + testRename.m->mothurRemove("greatData.new.fasta"); + } + + SECTION("Testing RenameOrCopy - deleteOld=true") { + INFO("Uses mothur rename function to move or system command to copy.") // Only appears on a FAIL + + testRename.deleteOld = true; + + testRename.renameOrCopy(testRename.filenames[0], "greatData.new.fasta"); + + ifstream in, in2; + int ableToOpen = testRename.m->openInputFile("greatData.new.fasta", in); + in.close(); + + CAPTURE(ableToOpen); + + CHECK(ableToOpen == 0); + + testRename.filenames[0] = testRename.getNewName(testRename.filenames[0], "fasta"); //for teardown + } +}*/ +/**************************************************************************************************/ diff --git a/TestMothur/testcommands/testrenamefilecommand.h b/TestMothur/testcommands/testrenamefilecommand.h new file mode 100644 index 00000000..6f416855 --- /dev/null +++ b/TestMothur/testcommands/testrenamefilecommand.h @@ -0,0 +1,40 @@ +// +// testrenamefilecommand.h +// Mothur +// +// Created by Sarah Westcott on 5/4/16. +// Copyright (c) 2016 Schloss Lab. All rights reserved. +// + +#ifndef __Mothur__testrenamefilecommand__ +#define __Mothur__testrenamefilecommand__ + +#include "renamefilecommand.h" + +class TestRenameFileCommand : public RenameFileCommand { + +public: + + TestRenameFileCommand(); + ~TestRenameFileCommand(); + + + MothurOut* m; + vector filenames; + + //private functions + using RenameFileCommand::getNewName; + using RenameFileCommand::renameOrCopy; + + //private variables + using RenameFileCommand::prefix; + using RenameFileCommand::mothurGenerated; + using RenameFileCommand::outputfile; + using RenameFileCommand::deleteOld; + + + +}; + + +#endif /* defined(__Mothur__testrenamefilecommand__) */ diff --git a/TestMothur/testcommands/testrenameseqscommand.cpp b/TestMothur/testcommands/testrenameseqscommand.cpp index e7f0f3ab..3b461856 100644 --- a/TestMothur/testcommands/testrenameseqscommand.cpp +++ b/TestMothur/testcommands/testrenameseqscommand.cpp @@ -6,9 +6,9 @@ // Copyright (c) 2015 Schloss Lab. All rights reserved. // -#include "catch.hpp" -#include "testrenameseqscommand.h" +#include "testrenameseqscommand.h" +/* TEST_CASE("Testing Rename.seqs Command") { TestRenameSeqsCommand tRename; MothurOut* m = MothurOut::getInstance(); @@ -37,3 +37,5 @@ TEST_CASE("Testing Rename.seqs Command") { //add more tests... } +*/ + diff --git a/TestMothur/testcommands/testsetseedcommand.cpp b/TestMothur/testcommands/testsetseedcommand.cpp index 13c68c1f..28742eed 100644 --- a/TestMothur/testcommands/testsetseedcommand.cpp +++ b/TestMothur/testcommands/testsetseedcommand.cpp @@ -6,10 +6,9 @@ // Copyright (c) 2015 Schloss Lab. All rights reserved. // -#include "catch.hpp" #include "setseedcommand.h" - +/* TEST_CASE("Testing set.seed command") { string optionString = "seed=12345"; Command* setseed = new SetSeedCommand(optionString); @@ -25,6 +24,6 @@ TEST_CASE("Testing set.seed command") { } delete setseed; -} +}*/ diff --git a/TestMothur/testcontainers/testfastqread.cpp b/TestMothur/testcontainers/testfastqread.cpp index 5184dd30..912faf9a 100644 --- a/TestMothur/testcontainers/testfastqread.cpp +++ b/TestMothur/testcontainers/testfastqread.cpp @@ -6,14 +6,13 @@ // Copyright (c) 2016 Schloss Lab. All rights reserved. // -#include "catch.hpp" #include "testfastqread.h" #include "dataset.h" /**************************************************************************************************/ TestFastqRead::TestFastqRead() { //setup m = MothurOut::getInstance(); - TestDataSet data; + TestFastqDataSet data; reads = data.getForwardFastq(); filenames = data.getSubsetFRFastq(100); } @@ -23,8 +22,9 @@ TestFastqRead::~TestFastqRead() { //teardown } /**************************************************************************************************/ - +/* TEST_CASE("Testing FastqRead Class") { + TestFastqRead testFastq; SECTION("Testing (Sequence, Quality) Constructor ") { @@ -60,6 +60,6 @@ TEST_CASE("Testing FastqRead Class") { CHECK(read.getScores()[0] == testFastq.reads[0].getScores()[0]); } - -} + +}*/ /**************************************************************************************************/ diff --git a/TestMothur/testcontainers/testoptimatrix.cpp b/TestMothur/testcontainers/testoptimatrix.cpp new file mode 100644 index 00000000..404f7d8d --- /dev/null +++ b/TestMothur/testcontainers/testoptimatrix.cpp @@ -0,0 +1,100 @@ +// +// testoptimatrix.cpp +// Mothur +// +// Created by Sarah Westcott on 6/6/16. +// Copyright (c) 2016 Schloss Lab. All rights reserved. +// + +#include "testoptimatrix.h" +#include "distancecommand.h" +#include "dataset.h" + +/**************************************************************************************************/ +TestOptiMatrix::TestOptiMatrix() { //setup + m = MothurOut::getInstance(); + TestDataSet data; + filenames = data.getSubsetFNGFiles(100); //Fasta, name, group returned + + string inputString = "fasta=" + filenames[0]; + m->mothurOut("/******************************************/"); m->mothurOutEndLine(); + m->mothurOut("Running command: dist.seqs(" + inputString + ")"); m->mothurOutEndLine(); + m->mothurCalling = true; + + Command* distCommand = new DistanceCommand(inputString); + distCommand->execute(); + + map > outputFilenames = distCommand->getOutputFiles(); + + delete distCommand; + m->mothurCalling = false; + + columnFile = outputFilenames["column"][0]; + m->mothurOut("/******************************************/"); m->mothurOutEndLine(); + + inputString = "fasta=" + filenames[0] + ", output=lt"; + m->mothurOut("/******************************************/"); m->mothurOutEndLine(); + m->mothurOut("Running command: dist.seqs(" + inputString + ")"); m->mothurOutEndLine(); + m->mothurCalling = true; + + Command* dist2Command = new DistanceCommand(inputString); + dist2Command->execute(); + + outputFilenames = dist2Command->getOutputFiles(); + + delete dist2Command; + m->mothurCalling = false; + + phylipFile = outputFilenames["phylip"][0]; + m->mothurOut("/******************************************/"); m->mothurOutEndLine(); +} +/**************************************************************************************************/ +TestOptiMatrix::~TestOptiMatrix() { + for (int i = 0; i < filenames.size(); i++) { m->mothurRemove(filenames[i]); } //teardown + m->mothurRemove(columnFile); + m->mothurRemove(phylipFile); +} +/************************************************************************************************** +TEST_CASE("Testing OptiMatrix Class") { + TestOptiMatrix testOMatrix; + OptiMatrix matrix(testOMatrix.columnFile, testOMatrix.filenames[1], "name", 0.03, false); + OptiMatrix pmatrix(testOMatrix.phylipFile, "", "", 0.03, false); + + SECTION("Testing Column Read") { + INFO("Using First 100 sequences of final.fasta and final.names") // Only appears on a FAIL + + CAPTURE(matrix.print(cout)); // Displays this variable on a FAIL + + CHECK(matrix.print(cout) == 112); //numdists in matrix + } + + SECTION("Testing Phylip Read") { + INFO("Using First 100 sequences of final.fasta and final.names") // Only appears on a FAIL + + CAPTURE(pmatrix.print(cout)); // Displays this variable on a FAIL + + CHECK(pmatrix.print(cout) == 112); //numdists in matrix + } + + /* First few rows of matrix + 12 23 44 + 10 23 32 36 + 16 25 33 48 + 38 + 22 45 52 + + + SECTION("Testing isClose") { + INFO("Sequences 0 and 1") // Only appears on a FAIL + + CAPTURE(matrix.isClose(0, 12)); + CHECK(matrix.isClose(0, 12) == true); + CAPTURE(matrix.isClose(0, 44)); + CHECK(matrix.isClose(0, 44) == true); + CAPTURE(matrix.isClose(1, 23)); + CHECK(matrix.isClose(1, 23) == true); + CAPTURE(matrix.isClose(1, 36)); + CHECK(matrix.isClose(1, 36) == true); + } +}*/ +/**************************************************************************************************/ diff --git a/TestMothur/testcontainers/testoptimatrix.h b/TestMothur/testcontainers/testoptimatrix.h new file mode 100644 index 00000000..ba7b637d --- /dev/null +++ b/TestMothur/testcontainers/testoptimatrix.h @@ -0,0 +1,31 @@ +// +// testoptimatrix.h +// Mothur +// +// Created by Sarah Westcott on 6/6/16. +// Copyright (c) 2016 Schloss Lab. All rights reserved. +// + +#ifndef __Mothur__testoptimatrix__ +#define __Mothur__testoptimatrix__ + +#include "optimatrix.h" + +class TestOptiMatrix : public OptiMatrix { + +public: + + TestOptiMatrix(); + ~TestOptiMatrix(); + + using OptiMatrix::getCloseSeqs; + using OptiMatrix::findDistFormat; + using OptiMatrix::readPhylip; + using OptiMatrix::readColumn; + + string columnFile, phylipFile; + vector filenames; + +}; + +#endif /* defined(__Mothur__testoptimatrix__) */ diff --git a/TestMothur/testcontainers/testsequence.cpp b/TestMothur/testcontainers/testsequence.cpp index 3498a574..c967ba36 100644 --- a/TestMothur/testcontainers/testsequence.cpp +++ b/TestMothur/testcontainers/testsequence.cpp @@ -6,9 +6,9 @@ // Copyright (c) 2015 Schloss Lab. All rights reserved. // -#include "catch.hpp" -#include "testsequence.h" +#include "testsequence.h" +/* TEST_CASE("Testing Sequence Class") { Sequence seq; TestSequence seq2; @@ -57,3 +57,4 @@ TEST_CASE("Testing Sequence Class") { //more tests need to be added - just a start to set up testing project and model } +*/ diff --git a/TestMothur/testopticluster.cpp b/TestMothur/testopticluster.cpp new file mode 100644 index 00000000..cd4a533f --- /dev/null +++ b/TestMothur/testopticluster.cpp @@ -0,0 +1,97 @@ +// +// testopticluster.cpp +// Mothur +// +// Created by Sarah Westcott on 6/15/16. +// Copyright (c) 2016 Schloss Lab. All rights reserved. +// + +#include "testopticluster.h" +#include "optimatrix.h" +#include "distancecommand.h" +#include "dataset.h" + +/**************************************************************************************************/ +TestOptiCluster::TestOptiCluster() { //setup + m = MothurOut::getInstance(); + TestDataSet data; + filenames = data.getSubsetFNGFiles(100); //Fasta, name, group returned + + string inputString = "fasta=" + filenames[0]; + m->mothurOut("/******************************************/"); m->mothurOutEndLine(); + m->mothurOut("Running command: dist.seqs(" + inputString + ")"); m->mothurOutEndLine(); + m->mothurCalling = true; + + Command* distCommand = new DistanceCommand(inputString); + distCommand->execute(); + + map > outputFilenames = distCommand->getOutputFiles(); + + delete distCommand; + m->mothurCalling = false; + + columnFile = outputFilenames["column"][0]; + + matrix = new OptiMatrix(columnFile, filenames[1], "name", "column", 0.03, false); + + setVariables(matrix, "mcc"); +} +/**************************************************************************************************/ +TestOptiCluster::~TestOptiCluster() { + for (int i = 0; i < filenames.size(); i++) { m->mothurRemove(filenames[i]); } //teardown + m->mothurRemove(columnFile); + delete matrix; +} +/**************************************************************************************************/ +TEST_F(TestOptiCluster, myInitialize) { + double initialMetricValue; + + EXPECT_EQ(0,(initialize(initialMetricValue, true, "singleton"))); +} + +TEST_F(TestOptiCluster, calcMCC) { + long long tp,tn,fp,fn; tp=5000; tn=10000; fp=10; fn=200; + + ASSERT_DOUBLE_EQ(0.9694, calcMCC(tp,tn,fp,fn)); //metric value +} + +TEST_F(TestOptiCluster, calcSens) { + long long tp,tn,fp,fn; tp=5000; tn=10000; fp=10; fn=200; + + ASSERT_DOUBLE_EQ(0.9615, calcSens(tp,tn,fp,fn)); //metric value +} + +TEST_F(TestOptiCluster, calcSpec) { + long long tp,tn,fp,fn; tp=5000; tn=10000; fp=10; fn=200; + + ASSERT_DOUBLE_EQ(0.9990, calcSpec(tp,tn,fp,fn)); //metric value +} + +TEST_F(TestOptiCluster, calcTPTN) { + long long tp,tn,fp,fn; tp=5000; tn=10000; fp=10; fn=200; + + ASSERT_DOUBLE_EQ(0.9861, calcTPTN(tp,tn,fp,fn)); //metric value +} + +TEST_F(TestOptiCluster, calcFPFN) { + long long tp,tn,fp,fn; tp=5000; tn=10000; fp=10; fn=200; + + ASSERT_DOUBLE_EQ(0.9861, calcFPFN(tp,tn,fp,fn)); //metric value +} + +TEST_F(TestOptiCluster, moveAdjustTFValues) { + long long tp,tn,fp,fn; tp=5000; tn=10000; fp=10; fn=200; + double initialMetricValue; + initialize(initialMetricValue, false, "singleton"); //no randomization + + ASSERT_DOUBLE_EQ(0.9700, moveAdjustTFValues(0, 10, 1, tp,tn,fp,fn)); //metric value +} + +TEST_F(TestOptiCluster, update) { + double initialMetricValue; + initialize(initialMetricValue, false, "singleton"); //no randomization + update(initialMetricValue); + + ASSERT_DOUBLE_EQ(0.7853, initialMetricValue); //metric value +} +/**************************************************************************************************/ diff --git a/TestMothur/testopticluster.h b/TestMothur/testopticluster.h new file mode 100644 index 00000000..655ec0bc --- /dev/null +++ b/TestMothur/testopticluster.h @@ -0,0 +1,41 @@ +// +// testopticluster.h +// Mothur +// +// Created by Sarah Westcott on 6/15/16. +// Copyright (c) 2016 Schloss Lab. All rights reserved. +// + +#ifndef __Mothur__testopticluster__ +#define __Mothur__testopticluster__ + +#include "opticluster.h" +#include "gtest/gtest.h" + + +class TestOptiCluster : public OptiCluster, ::testing::Test { + +public: + + TestOptiCluster(); + ~TestOptiCluster(); + +protected: + MothurOut* m; + string columnFile, phylipFile; + vector filenames; + OptiMatrix* matrix; + + using OptiCluster::calcMCC; + using OptiCluster::calcSens; + using OptiCluster::calcSpec; + using OptiCluster::calcTPTN; + using OptiCluster::calcFPFN; + using OptiCluster::moveAdjustTFValues; + using OptiCluster::setVariables; + using OptiCluster::initialize; + using OptiCluster::update; + +}; + +#endif /* defined(__Mothur__testopticluster__) */ diff --git a/TestMothur/testtrimoligos.cpp b/TestMothur/testtrimoligos.cpp new file mode 100644 index 00000000..ec6ad3d5 --- /dev/null +++ b/TestMothur/testtrimoligos.cpp @@ -0,0 +1,43 @@ +// +// testtrimoligos.cpp +// Mothur +// +// Created by Sarah Westcott on 7/14/16. +// Copyright © 2016 Schloss Lab. All rights reserved. +// + + +#include "testtrimoligos.hpp" + +/**************************************************************************************************/ +TestTrimOligos::TestTrimOligos() { //setup + m = MothurOut::getInstance(); + + //set up barcodes, primers, pairedBarcodes and pairedPrimers + + //Set up vector of seqs with barcodes and primers + + //Set up vector of seqs with pairedbarcodes and pairedprimers + +} +/**************************************************************************************************/ +TestTrimOligos::~TestTrimOligos() { + +} +/**************************************************************************************************/ + +TEST_CASE("Testing TrimOligos Class") { + TestTrimOligos testTrim; + + + //Create trimoligos classes with various constructors + + + //run all public strip functions + + + //run private functions + + +} +/**************************************************************************************************/ diff --git a/TestMothur/testtrimoligos.hpp b/TestMothur/testtrimoligos.hpp new file mode 100644 index 00000000..91ef92ab --- /dev/null +++ b/TestMothur/testtrimoligos.hpp @@ -0,0 +1,38 @@ +// +// testtrimoligos.hpp +// Mothur +// +// Created by Sarah Westcott on 7/14/16. +// Copyright © 2016 Schloss Lab. All rights reserved. +// + +#ifndef testtrimoligos_hpp +#define testtrimoligos_hpp + +#include "trimoligos.h" +#include "sequence.hpp" + +class TestTrimOligos : public TrimOligos { + + +public: + + TestTrimOligos(); + ~TestTrimOligos(); + + MothurOut* m; + vector seqs; + vector pairedSeqs; + + map barcodes; + map primers; + map pairedPrimers; + map pairedBarcodes; + + //using TrimOligos::compareDNASeq(string, string); + //using TrimOligos::countDiffs(string, string); + +}; + + +#endif /* testtrimoligos_hpp */ diff --git a/TestMothur/testvsearchfileparser.cpp b/TestMothur/testvsearchfileparser.cpp index dd5dbd9f..22b57144 100644 --- a/TestMothur/testvsearchfileparser.cpp +++ b/TestMothur/testvsearchfileparser.cpp @@ -6,7 +6,7 @@ // Copyright (c) 2016 Schloss Lab. All rights reserved. // -#include "catch.hpp" + #include "testvsearchfileparser.h" /**************************************************************************************************/ @@ -21,7 +21,7 @@ TestVsearchFileParser::~TestVsearchFileParser() { delete ct; for (int i = 0; i < filenames.size(); i++) { m->mothurRemove(filenames[i]); } //teardown } -/**************************************************************************************************/ +/************************************************************************************************** TEST_CASE("Testing VsearchParser Class") { TestVsearchFileParser testVParser; @@ -101,18 +101,18 @@ TEST_CASE("Testing VsearchParser Class") { ifstream in2; testVParser.m->openInputFile("temp.list", in2); - ListVector list(in2); + ListVector list2(in2); in2.close(); testVParser.m->mothurRemove("temp.list"); testVParser.m->mothurRemove("temp.rabund"); testVParser.m->mothurRemove("temp.sabund"); //for each bin - for (int i = 0; i < list.getNumBins(); i++) { - string binnames = list.get(i); + for (int i = 0; i < list2.getNumBins(); i++) { + string binnames = list2.get(i); CAPTURE(binnames); CHECK(binnames == binNames[i]); } } -} +}*/ /**************************************************************************************************/ diff --git a/TestMothur/testvsearchfileparser.h b/TestMothur/testvsearchfileparser.h index 46103cfd..3d93aeaa 100644 --- a/TestMothur/testvsearchfileparser.h +++ b/TestMothur/testvsearchfileparser.h @@ -22,7 +22,6 @@ class TestVsearchFileParser : public VsearchFileParser { ~TestVsearchFileParser(); MothurOut* m; - TestDataSet data; vector filenames; CountTable* ct; diff --git a/makefile-internal b/makefile-internal index ad18010e..8debe9a3 100644 --- a/makefile-internal +++ b/makefile-internal @@ -1,21 +1,21 @@ 64BIT_VERSION ?= yes -USEREADLINE ?= yes -USEBOOST ?= yes -RELEASE_DATE = "\"4/05/2015\"" -VERSION = "\"1.37.0\"" +USEREADLINE ?= no +USEBOOST ?= no +RELEASE_DATE = "\"3/20/2017\"" +VERSION = "\"1.39.5\"" # Optimize to level 3: - CXXFLAGS += -O3 - + CXXFLAGS += -O3 -std=c++0x + LDFLAGS += -std=c++0x ifeq ($(strip $(64BIT_VERSION)),yes) #if you are a mac user use the following line #TARGET_ARCH += -arch x86_64 #if you using cygwin to build Windows the following line - #CXX = x86_64-w64-mingw32-g++ - #CC = x86_64-w64-mingw32-g++ - #TARGET_ARCH += -m64 -static + CXX = x86_64-w64-mingw32-g++ + CC = x86_64-w64-mingw32-g++ + TARGET_ARCH += -m64 -static #if you are a linux user use the following line - specific processor builds in future?? #CXXFLAGS += -mtune=generic @@ -40,12 +40,12 @@ ifeq ($(strip $(USEBOOST)),yes) BOOST_INCLUDE_DIR="/usr/local/include" BOOST_LIBRARY_DIR="/usr/local/lib" - CXXFLAGS += -DUSE_BOOST + CXXFLAGS += -DUSE_BOOST -I ${BOOST_INCLUDE_DIR} LIBS += ${BOOST_LIBRARY_DIR}/libboost_iostreams.a #if mac - LIBS += ${BOOST_LIBRARY_DIR}/zlib.a + LIBS += -lz #if linux or windows #LIBS += ${BOOST_LIBRARY_DIR}/libz.a diff --git a/source/averagelinkage.cpp b/source/averagelinkage.cpp index 86272537..79424071 100644 --- a/source/averagelinkage.cpp +++ b/source/averagelinkage.cpp @@ -2,10 +2,7 @@ #define AVERAGE_H //test -#include "mothur.h" #include "cluster.hpp" -#include "rabundvector.hpp" -#include "sparsedistancematrix.h" /* This class implements the average UPGMA, average neighbor clustering algorithm */ diff --git a/source/calculators/filters.h b/source/calculators/filters.h index b00cb35a..32df327e 100644 --- a/source/calculators/filters.h +++ b/source/calculators/filters.h @@ -62,6 +62,18 @@ class Filters { } } + + void doVerticalAllBases() { + + for(int i=0;igetRandomNumber(), true); m->mothurOutEndLine(); kmer = new Kmer(kmerSize); diff --git a/source/chimera/mothurchimera.cpp b/source/chimera/mothurchimera.cpp index 58c920a8..3ec2757d 100644 --- a/source/chimera/mothurchimera.cpp +++ b/source/chimera/mothurchimera.cpp @@ -8,7 +8,6 @@ */ #include "mothurchimera.h" -#include "referencedb.h" //*************************************************************************************************************** //this is a vertical soft filter @@ -100,53 +99,32 @@ vector MothurChimera::readSeqs(string file) { int count = 0; length = 0; unaligned = false; - ReferenceDB* rdb = ReferenceDB::getInstance(); - if (file == "saved") { - - - m->mothurOutEndLine(); m->mothurOut("Using sequences from " + rdb->getSavedReference() + " that are saved in memory."); m->mothurOutEndLine(); - - for (int i = 0; i < rdb->referenceSeqs.size(); i++) { - Sequence* temp = new Sequence(rdb->referenceSeqs[i].getName(), rdb->referenceSeqs[i].getAligned()); - - if (count == 0) { length = temp->getAligned().length(); count++; } //gets first seqs length - else if (length != temp->getAligned().length()) { unaligned = true; } - - if (temp->getName() != "") { container.push_back(temp); } - } - - templateFileName = rdb->getSavedReference(); - - }else { - - m->mothurOut("Reading sequences from " + file + "..."); cout.flush(); - - - ifstream in; - m->openInputFile(file, in); - - //read in seqs and store in vector - while(!in.eof()){ - - if (m->control_pressed) { return container; } - - Sequence* current = new Sequence(in); m->gobble(in); - - if (count == 0) { length = current->getAligned().length(); count++; } //gets first seqs length - else if (length != current->getAligned().length()) { unaligned = true; } - - if (current->getName() != "") { - container.push_back(current); - if (rdb->save) { rdb->referenceSeqs.push_back(*current); } - } - } - in.close(); + + m->mothurOut("Reading sequences from " + file + "..."); cout.flush(); + + + ifstream in; + m->openInputFile(file, in); + + //read in seqs and store in vector + while(!in.eof()){ + + if (m->control_pressed) { return container; } + + Sequence* current = new Sequence(in); m->gobble(in); + + if (count == 0) { length = current->getAligned().length(); count++; } //gets first seqs length + else if (length != current->getAligned().length()) { unaligned = true; } + + if (current->getName() != "") { container.push_back(current); } + } + in.close(); + + m->mothurOut("Done."); m->mothurOutEndLine(); + + filterString = (string(container[0]->getAligned().length(), '1')); - m->mothurOut("Done."); m->mothurOutEndLine(); - - filterString = (string(container[0]->getAligned().length(), '1')); - } return container; } diff --git a/source/chimera/slayer.cpp b/source/chimera/slayer.cpp index a787f272..437f0743 100644 --- a/source/chimera/slayer.cpp +++ b/source/chimera/slayer.cpp @@ -299,13 +299,13 @@ int Slayer::bootstrapSNPS(vector left, vector right, float& BSA, flo vector selectedLeft; for (int j = 0; j < numLeft; j++) { - int index = int(rand() % left.size()); + int index = m->getRandomIndex(left.size()-1); selectedLeft.push_back(left[index]); } vector selectedRight; for (int j = 0; j < numRight; j++) { - int index = int(rand() % right.size()); + int index = m->getRandomIndex(right.size()-1); selectedRight.push_back(right[index]); } diff --git a/source/classifier/bayesian.cpp b/source/classifier/bayesian.cpp index a0ece699..03f098f0 100644 --- a/source/classifier/bayesian.cpp +++ b/source/classifier/bayesian.cpp @@ -10,23 +10,18 @@ #include "bayesian.h" #include "kmer.hpp" #include "phylosummary.h" -#include "referencedb.h" + /**************************************************************************************************/ Bayesian::Bayesian(string tfile, string tempFile, string method, int ksize, int cutoff, int i, int tid, bool f, bool sh) : Classify(), kmerSize(ksize), confidenceThreshold(cutoff), iters(i) { try { - ReferenceDB* rdb = ReferenceDB::getInstance(); threadID = tid; flip = f; shortcuts = sh; string baseName = tempFile; - - if (baseName == "saved") { baseName = rdb->getSavedReference(); } - string baseTName = tfile; - if (baseTName == "saved") { baseTName = rdb->getSavedTaxonomy(); } - + /************calculate the probablity that each word will be in a specific taxonomy*************/ string tfileroot = m->getFullPathName(baseTName.substr(0,baseTName.find_last_of(".")+1)); string tempfileroot = m->getRootName(m->getSimpleName(baseName)); @@ -50,23 +45,8 @@ Classify(), kmerSize(ksize), confidenceThreshold(cutoff), iters(i) { if(probFileTest && probFileTest2 && phyloTreeTest && probFileTest3){ FilesGood = checkReleaseDate(probFileTest, probFileTest2, phyloTreeTest, probFileTest3); } - - //if you want to save, but you dont need to calculate then just read - if (rdb->save && probFileTest && probFileTest2 && phyloTreeTest && probFileTest3 && FilesGood && (tempFile != "saved")) { - ifstream saveIn; - m->openInputFile(tempFile, saveIn); - - while (!saveIn.eof()) { - Sequence temp(saveIn); - m->gobble(saveIn); - - rdb->referenceSeqs.push_back(temp); - } - saveIn.close(); - } - if(probFileTest && probFileTest2 && phyloTreeTest && probFileTest3 && FilesGood){ - if (tempFile == "saved") { m->mothurOutEndLine(); m->mothurOut("Using sequences from " + rdb->getSavedReference() + " that are saved in memory."); m->mothurOutEndLine(); } + if(probFileTest && probFileTest2 && phyloTreeTest && probFileTest3 && FilesGood){ m->mothurOut("Reading template taxonomy... "); cout.flush(); @@ -78,18 +58,10 @@ Classify(), kmerSize(ksize), confidenceThreshold(cutoff), iters(i) { genusNodes = phyloTree->getGenusNodes(); genusTotals = phyloTree->getGenusTotals(); - if (tfile == "saved") { - m->mothurOutEndLine(); m->mothurOut("Using probabilties from " + rdb->getSavedTaxonomy() + " that are saved in memory... "); cout.flush();; - wordGenusProb = rdb->wordGenusProb; - WordPairDiffArr = rdb->WordPairDiffArr; - }else { - m->mothurOut("Reading template probabilities... "); cout.flush(); - readProbFile(probFileTest, probFileTest2, probFileName, probFileName2); - } + m->mothurOut("Reading template probabilities... "); cout.flush(); + readProbFile(probFileTest, probFileTest2, probFileName, probFileName2); - //save probabilities - if (rdb->save) { rdb->wordGenusProb = wordGenusProb; rdb->WordPairDiffArr = WordPairDiffArr; } - }else{ + }else{ //create search database and names vector generateDatabaseAndNames(tfile, tempFile, method, ksize, 0.0, 0.0, 0.0, 0.0); @@ -187,19 +159,13 @@ Classify(), kmerSize(ksize), confidenceThreshold(cutoff), iters(i) { phyloTree = new PhyloTree(phyloTreeTest, phyloTreeName); maxLevel = phyloTree->getMaxLevel(); - - //save probabilities - if (rdb->save) { rdb->wordGenusProb = wordGenusProb; rdb->WordPairDiffArr = WordPairDiffArr; } } } if (m->debug) { m->mothurOut("[DEBUG]: about to generateWordPairDiffArr\n"); } generateWordPairDiffArr(); if (m->debug) { m->mothurOut("[DEBUG]: done generateWordPairDiffArr\n"); } - - //save probabilities - if (rdb->save) { rdb->wordGenusProb = wordGenusProb; rdb->WordPairDiffArr = WordPairDiffArr; } - + m->mothurOut("DONE."); m->mothurOutEndLine(); m->mothurOut("It took " + toString(time(NULL) - start) + " seconds get probabilities. "); m->mothurOutEndLine(); } @@ -303,7 +269,7 @@ string Bayesian::bootstrapResults(vector kmers, int tax, int numToSelect) { vector temp; for (int j = 0; j < numToSelect; j++) { - int index = int(rand() % kmers.size()); + int index = m->getRandomIndex(kmers.size()-1); //add word to temp temp.push_back(kmers[index]); @@ -442,34 +408,7 @@ int Bayesian::generateWordPairDiffArr(){ exit(1); } } -/************************************************************************************************* -map Bayesian::parseTaxMap(string newTax) { - try{ - - map parsed; - - newTax = newTax.substr(0, newTax.length()-1); //get rid of last ';' - - //parse taxonomy - string individual; - while (newTax.find_first_of(';') != -1) { - individual = newTax.substr(0,newTax.find_first_of(';')); - newTax = newTax.substr(newTax.find_first_of(';')+1, newTax.length()); - parsed[individual] = 1; - } - - //get last one - parsed[newTax] = 1; - - return parsed; - - } - catch(exception& e) { - m->errorOut(e, "Bayesian", "parseTax"); - exit(1); - } -} -**************************************************************************************************/ +/**************************************************************************************************/ void Bayesian::readProbFile(ifstream& in, ifstream& inNum, string inName, string inNumName) { try{ diff --git a/source/classifier/classify.cpp b/source/classifier/classify.cpp index 26c13df2..7628e8b7 100644 --- a/source/classifier/classify.cpp +++ b/source/classifier/classify.cpp @@ -13,148 +13,93 @@ #include "suffixdb.hpp" #include "blastdb.hpp" #include "distancedb.hpp" -#include "referencedb.h" /**************************************************************************************************/ void Classify::generateDatabaseAndNames(string tfile, string tempFile, string method, int kmerSize, float gapOpen, float gapExtend, float match, float misMatch) { try { maxLevel = 0; - ReferenceDB* rdb = ReferenceDB::getInstance(); - - if (tfile == "saved") { tfile = rdb->getSavedTaxonomy(); } - taxFile = tfile; int numSeqs = 0; - - if (tempFile == "saved") { - int start = time(NULL); - m->mothurOutEndLine(); m->mothurOut("Using sequences from " + rdb->getSavedReference() + " that are saved in memory."); m->mothurOutEndLine(); - - numSeqs = rdb->referenceSeqs.size(); - templateFile = rdb->getSavedReference(); - tempFile = rdb->getSavedReference(); - - bool needToGenerate = true; - string kmerDBName; - if(method == "kmer") { - database = new KmerDB(tempFile, kmerSize); - - kmerDBName = tempFile.substr(0,tempFile.find_last_of(".")+1) + char('0'+ kmerSize) + "mer"; - ifstream kmerFileTest(kmerDBName.c_str()); - if(kmerFileTest){ - bool GoodFile = m->checkReleaseVersion(kmerFileTest, m->getVersion()); - if (GoodFile) { needToGenerate = false; } - } - } - else if(method == "suffix") { database = new SuffixDB(numSeqs); } - else if(method == "blast") { database = new BlastDB(tempFile.substr(0,tempFile.find_last_of(".")+1), gapOpen, gapExtend, match, misMatch, "", threadID); } - else if(method == "distance") { database = new DistanceDB(); } - else { - m->mothurOut(method + " is not a valid search option. I will run the command using kmer, ksize=8."); - m->mothurOutEndLine(); - database = new KmerDB(tempFile, 8); - } - - if (needToGenerate) { - for (int k = 0; k < rdb->referenceSeqs.size(); k++) { - Sequence temp(rdb->referenceSeqs[k].getName(), rdb->referenceSeqs[k].getAligned()); - names.push_back(temp.getName()); - database->addSequence(temp); - } - if ((method == "kmer") && (!shortcuts)) {;} //don't print - else {database->generateDB(); } - }else if ((method == "kmer") && (!needToGenerate)) { - ifstream kmerFileTest(kmerDBName.c_str()); - database->readKmerDB(kmerFileTest); - - for (int k = 0; k < rdb->referenceSeqs.size(); k++) { - names.push_back(rdb->referenceSeqs[k].getName()); - } - } - - database->setNumSeqs(numSeqs); - - m->mothurOut("It took " + toString(time(NULL) - start) + " to load " + toString(rdb->referenceSeqs.size()) + " sequences and generate the search databases.");m->mothurOutEndLine(); - - }else { - - templateFile = tempFile; - - int start = time(NULL); - - m->mothurOut("Generating search database... "); cout.flush(); - - //need to know number of template seqs for suffixdb - if (method == "suffix") { - ifstream inFASTA; - m->openInputFile(tempFile, inFASTA); - m->getNumSeqs(inFASTA, numSeqs); - inFASTA.close(); - } - bool needToGenerate = true; - string kmerDBName; - if(method == "kmer") { - database = new KmerDB(tempFile, kmerSize); - - kmerDBName = tempFile.substr(0,tempFile.find_last_of(".")+1) + char('0'+ kmerSize) + "mer"; - ifstream kmerFileTest(kmerDBName.c_str()); - if(kmerFileTest){ - bool GoodFile = m->checkReleaseVersion(kmerFileTest, m->getVersion()); - if (GoodFile) { needToGenerate = false; } - } - } - else if(method == "suffix") { database = new SuffixDB(numSeqs); } - else if(method == "blast") { database = new BlastDB(tempFile.substr(0,tempFile.find_last_of(".")+1), gapOpen, gapExtend, match, misMatch, "", threadID); } - else if(method == "distance") { database = new DistanceDB(); } - else { - m->mothurOut(method + " is not a valid search option. I will run the command using kmer, ksize=8."); - m->mothurOutEndLine(); - database = new KmerDB(tempFile, 8); - } - - if (needToGenerate) { - ifstream fastaFile; - m->openInputFile(tempFile, fastaFile); - - while (!fastaFile.eof()) { - Sequence temp(fastaFile); - m->gobble(fastaFile); - - if (rdb->save) { rdb->referenceSeqs.push_back(temp); } - - names.push_back(temp.getName()); - - database->addSequence(temp); - } - fastaFile.close(); + templateFile = tempFile; + + int start = time(NULL); + + m->mothurOut("Generating search database... "); cout.flush(); + + //need to know number of template seqs for suffixdb + if (method == "suffix") { + ifstream inFASTA; + m->openInputFile(tempFile, inFASTA); + m->getNumSeqs(inFASTA, numSeqs); + inFASTA.close(); + } + + bool needToGenerate = true; + string kmerDBName; + if(method == "kmer") { + database = new KmerDB(tempFile, kmerSize); + + kmerDBName = tempFile.substr(0,tempFile.find_last_of(".")+1) + char('0'+ kmerSize) + "mer"; + ifstream kmerFileTest(kmerDBName.c_str()); + if(kmerFileTest){ + bool GoodFile = m->checkReleaseVersion(kmerFileTest, m->getVersion()); + int shortcutTimeStamp = m->getTimeStamp(kmerDBName); + int referenceTimeStamp = m->getTimeStamp(tempFile); + + //if the shortcut file is older then the reference file, remake shortcut file + if (shortcutTimeStamp < referenceTimeStamp) { GoodFile = false; } - if ((method == "kmer") && (!shortcuts)) {;} //don't print - else {database->generateDB(); } - - }else if ((method == "kmer") && (!needToGenerate)) { - ifstream kmerFileTest(kmerDBName.c_str()); - database->readKmerDB(kmerFileTest); - - ifstream fastaFile; - m->openInputFile(tempFile, fastaFile); - - while (!fastaFile.eof()) { - Sequence temp(fastaFile); - m->gobble(fastaFile); - - if (rdb->save) { rdb->referenceSeqs.push_back(temp); } - names.push_back(temp.getName()); - } - fastaFile.close(); - } - - database->setNumSeqs(names.size()); - - m->mothurOut("DONE."); m->mothurOutEndLine(); - m->mothurOut("It took " + toString(time(NULL) - start) + " seconds generate search database. "); m->mothurOutEndLine(); - } + if (GoodFile) { needToGenerate = false; } + } + } + else if(method == "suffix") { database = new SuffixDB(numSeqs); } + else if(method == "blast") { database = new BlastDB(tempFile.substr(0,tempFile.find_last_of(".")+1), gapOpen, gapExtend, match, misMatch, "", threadID); } + else if(method == "distance") { database = new DistanceDB(); } + else { + m->mothurOut(method + " is not a valid search option. I will run the command using kmer, ksize=8."); + m->mothurOutEndLine(); + database = new KmerDB(tempFile, 8); + } + + if (needToGenerate) { + ifstream fastaFile; + m->openInputFile(tempFile, fastaFile); + + while (!fastaFile.eof()) { + Sequence temp(fastaFile); + m->gobble(fastaFile); + + names.push_back(temp.getName()); + + database->addSequence(temp); + } + fastaFile.close(); + + if ((method == "kmer") && (!shortcuts)) {;} //don't print + else {database->generateDB(); } + + }else if ((method == "kmer") && (!needToGenerate)) { + ifstream kmerFileTest(kmerDBName.c_str()); + database->readKmerDB(kmerFileTest); + + ifstream fastaFile; + m->openInputFile(tempFile, fastaFile); + + while (!fastaFile.eof()) { + Sequence temp(fastaFile); + m->gobble(fastaFile); + + names.push_back(temp.getName()); + } + fastaFile.close(); + } + + database->setNumSeqs(names.size()); + + m->mothurOut("DONE."); m->mothurOutEndLine(); + m->mothurOut("It took " + toString(time(NULL) - start) + " seconds generate search database. "); m->mothurOutEndLine(); readTaxonomy(taxFile); @@ -178,26 +123,16 @@ int Classify::readTaxonomy(string file) { phyloTree = new PhyloTree(); string name, taxInfo; - m->mothurOutEndLine(); - m->mothurOut("Reading in the " + file + " taxonomy...\t"); cout.flush(); + m->mothurOut("\nReading in the " + file + " taxonomy...\t"); cout.flush(); if (m->debug) { m->mothurOut("[DEBUG]: Taxonomies read in...\n"); } - taxonomy.clear(); m->readTax(file, taxonomy, true); - //commented out to save time with large templates. 6/12/13 - //map tempTaxonomy; - for (map::iterator itTax = taxonomy.begin(); itTax != taxonomy.end(); itTax++) { - //if (m->inUsersGroups(itTax->first, names)) { - phyloTree->addSeqToTree(itTax->first, itTax->second); + for (map::iterator itTax = taxonomy.begin(); itTax != taxonomy.end(); itTax++) { + phyloTree->addSeqToTree(itTax->first, itTax->second); if (m->control_pressed) { break; } - //tempTaxonomy[itTax->first] = itTax->second; - // }else { - // m->mothurOut("[WARNING]: " + itTax->first + " is in your taxonomy file and not in your reference file, ignoring.\n"); - //} } - //taxonomy = tempTaxonomy; phyloTree->assignHeirarchyIDs(0); diff --git a/source/classifier/phylosummary.cpp b/source/classifier/phylosummary.cpp index 628bd0f9..cb686a8e 100644 --- a/source/classifier/phylosummary.cpp +++ b/source/classifier/phylosummary.cpp @@ -8,7 +8,6 @@ */ #include "phylosummary.h" -#include "referencedb.h" /**************************************************************************************************/ PhyloSummary::PhyloSummary(string refTfile, CountTable* c, bool r, int p){ @@ -24,7 +23,6 @@ PhyloSummary::PhyloSummary(string refTfile, CountTable* c, bool r, int p){ groupmap = NULL; //check for necessary files - if (refTfile == "saved") { ReferenceDB* rdb = ReferenceDB::getInstance(); refTfile = rdb->getSavedTaxonomy(); } string taxFileNameTest = m->getFullPathName((refTfile.substr(0,refTfile.find_last_of(".")+1) + "tree.sum")); ifstream FileTest(taxFileNameTest.c_str()); @@ -80,7 +78,6 @@ PhyloSummary::PhyloSummary(string refTfile, GroupMap* g, bool r, int p){ ct = NULL; //check for necessary files - if (refTfile == "saved") { ReferenceDB* rdb = ReferenceDB::getInstance(); refTfile = rdb->getSavedTaxonomy(); } string taxFileNameTest = m->getFullPathName((refTfile.substr(0,refTfile.find_last_of(".")+1) + "tree.sum")); ifstream FileTest(taxFileNameTest.c_str()); @@ -180,6 +177,8 @@ int PhyloSummary::addSeqToTree(string seqName, string seqTaxonomy){ while (seqTaxonomy != "") { + level++; + if (m->control_pressed) { return 0; } //somehow the parent is getting one too many accnos @@ -234,7 +233,7 @@ int PhyloSummary::addSeqToTree(string seqName, string seqTaxonomy){ int index = tree.size() - 1; tree[index].parent = currentNode; - tree[index].level = (level+1); + tree[index].level = level; tree[currentNode].children[taxon] = index; int thisCount = 1; @@ -290,15 +289,10 @@ int PhyloSummary::addSeqToTree(string seqName, string seqTaxonomy){ break; } } - - level++; - - if (level > maxLevel) { maxLevel = level; } - - if ((seqTaxonomy == "") && (level < maxLevel)) { //if you think you are done and you are not. - for (int k = level; k < maxLevel; k++) { seqTaxonomy += "unclassified;"; } - } - } + } + + if (level > maxLevel) { maxLevel = level; } + return 0; } catch(exception& e) { @@ -324,6 +318,8 @@ int PhyloSummary::addSeqToTree(string seqTaxonomy, map containsGro while (seqTaxonomy != "") { + level++; + if (m->control_pressed) { return 0; } //somehow the parent is getting one too many accnos @@ -349,7 +345,7 @@ int PhyloSummary::addSeqToTree(string seqTaxonomy, map containsGro int index = tree.size() - 1; tree[index].parent = currentNode; - tree[index].level = (level+1); + tree[index].level = level; tree[index].total = 1; tree[currentNode].children[taxon] = index; @@ -366,15 +362,10 @@ int PhyloSummary::addSeqToTree(string seqTaxonomy, map containsGro break; } } - - level++; - - if (level > maxLevel) { maxLevel = level; } - - if ((seqTaxonomy == "") && (level < maxLevel)) { //if you think you are done and you are not. - for (int k = level; k < maxLevel; k++) { seqTaxonomy += "unclassified;"; } - } } + + if (level > maxLevel) { maxLevel = level; } + return 0; } catch(exception& e) { @@ -454,7 +445,7 @@ void PhyloSummary::print(ofstream& out, string output){ //print labels if (output == "detail") { out << "taxlevel\trankID\ttaxon\tdaughterlevels\ttotal"; } - else { out << "taxon\ttotal"; } + else { out << "taxonomy\ttotal"; } if (printlevel == -1) { printlevel = maxLevel; } else if (printlevel > maxLevel) { m->mothurOut("[WARNING]: Your printlevel is greater than your maxlevel, adjusting your printlevel to " + toString(maxLevel) + "\n"); printlevel = maxLevel; } @@ -501,46 +492,42 @@ void PhyloSummary::print(ofstream& out, string output){ if (output == "detail") { out << tree[0].level << "\t" << tree[0].rank << "\t" << tree[0].name << "\t" << totalChildrenInTree << "\t" << (tree[0].total/(double) tree[0].total); }else{ - //if (totalChildrenInTree == 0) { //leaf node - we want to print it. Use rank to find full taxonomy - //out << findTaxon(tree[0].rank) << '\t' << tree[0].total; - // } + out << tree[0].name << "\t" << (tree[0].total/(double) tree[0].total); } - if ((output == "detail")) { - if (groupmap != NULL) { + + if (groupmap != NULL) { + for (int i = 0; i < mGroups.size(); i++) { + double thisNum = tree[0].groupCount[mGroups[i]]; + thisNum /= (double) groupmap->getNumSeqs(mGroups[i]); + out << '\t' << thisNum; + } + }else if ( ct != NULL) { + if (ct->hasGroupInfo()) { for (int i = 0; i < mGroups.size(); i++) { double thisNum = tree[0].groupCount[mGroups[i]]; - thisNum /= (double) groupmap->getNumSeqs(mGroups[i]); + thisNum /= (double) ct->getGroupCount(mGroups[i]); out << '\t' << thisNum; } - }else if ( ct != NULL) { - if (ct->hasGroupInfo()) { - for (int i = 0; i < mGroups.size(); i++) { - double thisNum = tree[0].groupCount[mGroups[i]]; - thisNum /= (double) ct->getGroupCount(mGroups[i]); - out << '\t' << thisNum; - } - } } - out << endl; } + out << endl; + }else { if (output == "detail") { out << tree[0].level << "\t" << tree[0].rank << "\t" << tree[0].name << "\t" << totalChildrenInTree << "\t" << tree[0].total; }else{ - if (totalChildrenInTree == 0) { //leaf node - we want to print it. Use rank to find full taxonomy - out << findTaxon(tree[0].rank) << '\t' << tree[0].total; - } + out << tree[0].name << '\t' << tree[0].total; } - if ((output == "detail")) { - if (groupmap != NULL) { - for (int i = 0; i < mGroups.size(); i++) { out << '\t'<< tree[0].groupCount[mGroups[i]]; } - }else if ( ct != NULL) { - if (ct->hasGroupInfo()) { for (int i = 0; i < mGroups.size(); i++) { out << '\t' << tree[0].groupCount[mGroups[i]]; } } - } - out << endl; + + if (groupmap != NULL) { + for (int i = 0; i < mGroups.size(); i++) { out << '\t'<< tree[0].groupCount[mGroups[i]]; } + }else if ( ct != NULL) { + if (ct->hasGroupInfo()) { for (int i = 0; i < mGroups.size(); i++) { out << '\t' << tree[0].groupCount[mGroups[i]]; } } } + out << endl; + } @@ -762,13 +749,15 @@ void PhyloSummary::readTreeStruct(ifstream& in){ //read the tree file for (int i = 0; i < tree.size(); i++) { - in >> tree[i].level >> tree[i].name >> num; //num contains the number of children tree[i] has - + in >> tree[i].level >> num; m->gobble(in); //num contains the number of children tree[i] has + tree[i].name = m->getline(in); m->gobble(in); + //set children string childName; int childIndex; for (int j = 0; j < num; j++) { - in >> childName >> childIndex; + in >> childIndex; m->gobble(in); + childName = m->getline(in); m->gobble(in); tree[i].children[childName] = childIndex; } diff --git a/source/classifier/phylotree.cpp b/source/classifier/phylotree.cpp index ac8980b3..bc9e9f42 100644 --- a/source/classifier/phylotree.cpp +++ b/source/classifier/phylotree.cpp @@ -18,8 +18,10 @@ PhyloTree::PhyloTree(){ numSeqs = 0; tree.push_back(TaxNode("Root")); tree[0].heirarchyID = "0"; + tree[0].level = 0; maxLevel = 0; calcTotals = true; + addSeqToTree("unknown", "unknown;"); } catch(exception& e) { @@ -46,7 +48,8 @@ PhyloTree::PhyloTree(ifstream& in, string filename){ in >> maxLevel; m->gobble(in); for (int i = 0; i < tree.size(); i++) { - in >> tree[i].name >> tree[i].level >> tree[i].parent; m->gobble(in); + tree[i].name = m->getline(in); m->gobble(in); + in >> tree[i].level >> tree[i].parent; m->gobble(in); } //read genus nodes @@ -77,6 +80,7 @@ PhyloTree::PhyloTree(string tfile){ numSeqs = 0; tree.push_back(TaxNode("Root")); tree[0].heirarchyID = "0"; + tree[0].level = 0; maxLevel = 0; calcTotals = true; string name, tax; @@ -89,16 +93,15 @@ PhyloTree::PhyloTree(string tfile){ temp.erase(itTemp++); } - assignHeirarchyIDs(0); - string unknownTax = "unknown;"; //added last taxon until you get desired level for (int i = 1; i < maxLevel; i++) { unknownTax += "unknown_unclassfied;"; } - addSeqToTree("unknown", unknownTax); + assignHeirarchyIDs(0); + //create file for summary if needed setUp(tfile); } @@ -186,12 +189,11 @@ int PhyloTree::addSeqToTree(string seqName, string seqTaxonomy){ map::iterator childPointer; int currentNode = 0; - int level = 1; + int level = 0; tree[0].accessions.push_back(seqName); m->removeConfidences(seqTaxonomy); - - string taxon;// = getNextTaxon(seqTaxonomy); + string taxon;// = getNextTaxon(seqTaxonomy); while(seqTaxonomy != ""){ @@ -216,11 +218,13 @@ int PhyloTree::addSeqToTree(string seqName, string seqTaxonomy){ } else{ //otherwise, create it tree.push_back(TaxNode(taxon)); - numNodes++; - tree[currentNode].children[taxon] = numNodes-1; - tree[numNodes-1].parent = currentNode; - currentNode = tree[currentNode].children[taxon]; + tree[currentNode].children[taxon] = numNodes; + tree[numNodes].level = level; + tree[numNodes].parent = currentNode; + currentNode = numNodes; + numNodes++; + tree[currentNode].accessions.push_back(seqName); name2Taxonomy[seqName] = currentNode; } @@ -232,7 +236,7 @@ int PhyloTree::addSeqToTree(string seqName, string seqTaxonomy){ //save maxLevel for binning the unclassified seqs if (level > maxLevel) { maxLevel = level; } - return 0; + return level; } catch(exception& e) { m->errorOut(e, "PhyloTree", "addSeqToTree"); @@ -295,7 +299,7 @@ void PhyloTree::assignHeirarchyIDs(int index){ tree[it->second].heirarchyID = tree[index].heirarchyID + '.' + toString(counter); counter++; - tree[it->second].level = tree[index].level + 1; + //tree[it->second].level = tree[index].level + 1; //save maxLevel for binning the unclassified seqs if (tree[it->second].level > maxLevel) { maxLevel = tree[it->second].level; } @@ -373,12 +377,12 @@ void PhyloTree::binUnclassified(string file){ } else{ //otherwise, create it copy.push_back(TaxNode(taxon)); - copyNodes++; - copy[currentNode].children[taxon] = copyNodes-1; - copy[copyNodes-1].parent = currentNode; - copy[copyNodes-1].level = copy[currentNode].level + 1; - - currentNode = copy[currentNode].children[taxon]; + + copy[currentNode].children[taxon] = copyNodes; + copy[copyNodes].parent = currentNode; + copy[copyNodes].level = copy[currentNode].level + 1; + currentNode = copyNodes; + copyNodes++; } } } @@ -454,11 +458,12 @@ void PhyloTree::print(ofstream& out, vector& copy){ for (int i = 0; i < copy.size(); i++) { - out << copy[i].level << '\t'<< copy[i].name << '\t' << copy[i].children.size(); + out << copy[i].level << '\t' << copy[i].children.size() << endl; + out << copy[i].name << endl; map::iterator it; for(it=copy[i].children.begin();it!=copy[i].children.end();it++){ - out << '\t' << it->first << '\t' << it->second; + out << it->second << '\t' << it->first << endl; } out << endl; } @@ -485,7 +490,8 @@ void PhyloTree::printTreeNodes(string treefilename) { outTree << maxLevel << endl; for (int i = 0; i < tree.size(); i++) { - outTree << tree[i].name << '\t' << tree[i].level << '\t' << tree[i].parent << endl; + outTree << tree[i].name << endl; + outTree << tree[i].level << '\t' << tree[i].parent << endl; } //print genus nodes diff --git a/source/classifier/phylotree.h b/source/classifier/phylotree.h index 4b7a35a2..a602359c 100644 --- a/source/classifier/phylotree.h +++ b/source/classifier/phylotree.h @@ -28,6 +28,11 @@ struct TaxNode { /**************************************************************************************************/ class PhyloTree { + +#ifdef UNIT_TEST + friend class TestPhyloTree; +#endif + public: PhyloTree(); diff --git a/source/classifier/taxonomyequalizer.cpp b/source/classifier/taxonomyequalizer.cpp index c0507261..dd7f9373 100644 --- a/source/classifier/taxonomyequalizer.cpp +++ b/source/classifier/taxonomyequalizer.cpp @@ -44,7 +44,8 @@ TaxEqualizer::TaxEqualizer(string tfile, int c, string o) : cutoff(c), outputDir if (m->control_pressed) { break; } - in >> name >> tax; m->gobble(in); + in >> name; m->gobble(in); + tax = m->getline(in); m->gobble(in); if (containsConfidence) { m->removeConfidences(tax); } @@ -78,7 +79,8 @@ int TaxEqualizer::getHighestLevel(ifstream& in) { string name, tax; while (in) { - in >> name >> tax; m->gobble(in); + in >> name; m->gobble(in); + tax = m->getline(in); m->gobble(in); //count levels in this taxonomy int thisLevel = 0; @@ -96,10 +98,17 @@ int TaxEqualizer::getHighestLevel(ifstream& in) { } } - int pos = testTax.find_first_of('('); - - //if there are '(' then there are confidences we need to take out - if (pos != -1) { containsConfidence = true; } + int openParen = testTax.find_last_of('('); + int closeParen = testTax.find_last_of(')'); + + if ((openParen != string::npos) && (closeParen != string::npos)) { + string confidenceScore = testTax.substr(openParen+1, (closeParen-(openParen+1))); + if (m->isNumeric1(confidenceScore)) { //its a confidence + containsConfidence = true; + }else { //its part of the taxon + containsConfidence = false; + } + } return level; @@ -114,18 +123,20 @@ void TaxEqualizer::extendTaxonomy(string name, string& tax, int desiredLevel) { try { //get last taxon - tax = tax.substr(0, tax.length()-1); //take off final ";" - int pos = tax.find_last_of(';'); - string lastTaxon = tax.substr(pos+1); - lastTaxon += ";"; //add back on delimiting char - tax += ";"; + //tax = tax.substr(0, tax.length()-1); //take off final ";" + //int pos = tax.find_last_of(';'); + //string lastTaxon = tax.substr(pos+1); + //lastTaxon += ";"; //add back on delimiting char + //tax += ";"; - int currentLevel = seqLevels[name]; + //int currentLevel = seqLevels[name]; + + tax = m->addUnclassifieds(tax, desiredLevel, containsConfidence); //added last taxon until you get desired level - for (int i = currentLevel; i < desiredLevel; i++) { - tax += lastTaxon; - } + //for (int i = currentLevel; i < desiredLevel; i++) { + //tax += lastTaxon; + //} } catch(exception& e) { m->errorOut(e, "TaxEqualizer", "extendTaxonomy"); diff --git a/source/cluster.cpp b/source/cluster.cpp index 6b69e4d5..77bc470f 100644 --- a/source/cluster.cpp +++ b/source/cluster.cpp @@ -57,7 +57,7 @@ void Cluster::clusterNames(){ } } /***********************************************************************/ -void Cluster::update(double& cutOFF){ +bool Cluster::update(double& cutOFF){ try { smallCol = dMatrix->getSmallestCell(smallRow); nColCells = dMatrix->seqVec[smallCol].size(); @@ -136,7 +136,7 @@ void Cluster::update(double& cutOFF){ dMatrix->rmCell(smallCol, i); } } - + return changed; } catch(exception& e) { m->errorOut(e, "Cluster", "update"); diff --git a/source/cluster.hpp b/source/cluster.hpp index 0c436b93..0e456884 100644 --- a/source/cluster.hpp +++ b/source/cluster.hpp @@ -1,21 +1,21 @@ #ifndef CLUSTER_H #define CLUSTER_H -//test change - -#include "mothur.h" #include "sparsedistancematrix.h" +#include "optimatrix.h" #include "mothurout.h" +#include "rabundvector.hpp" +#include "listvector.hpp" -class RAbundVector; class ListVector; class Cluster { public: Cluster(RAbundVector*, ListVector*, SparseDistanceMatrix*, float, string, float); + Cluster(){} virtual ~Cluster() {} - virtual void update(double&); + virtual bool update(double&); virtual string getTag() = 0; virtual void setMapWanted(bool m); virtual map getSeqtoBin() { return seq2Bin; } diff --git a/source/clusterclassic.cpp b/source/clusterclassic.cpp index 32a93416..b2f30b03 100644 --- a/source/clusterclassic.cpp +++ b/source/clusterclassic.cpp @@ -461,7 +461,7 @@ double ClusterClassic::getSmallCell() { int zrand = 0; if (mins.size() > 1) { //pick random number between 0 and mins.size() - zrand = (int)((float)(rand()) / (RAND_MAX / (mins.size()-1) + 1)); + zrand = m->getRandomIndex(mins.size()-1); } smallRow = mins[zrand].row; diff --git a/source/commandfactory.cpp b/source/commandfactory.cpp index eab30c4a..9434e1ea 100644 --- a/source/commandfactory.cpp +++ b/source/commandfactory.cpp @@ -50,7 +50,6 @@ #include "secondarystructurecommand.h" #include "getsharedotucommand.h" #include "getlistcountcommand.h" -#include "hclustercommand.h" #include "classifyseqscommand.h" #include "phylotypecommand.h" #include "mgclustercommand.h" @@ -86,7 +85,6 @@ #include "getlineagecommand.h" #include "removelineagecommand.h" #include "parsefastaqcommand.h" -#include "pipelinepdscommand.h" #include "deuniqueseqscommand.h" #include "pairwiseseqscommand.h" #include "clusterdoturcommand.h" @@ -114,7 +112,6 @@ #include "deuniquetreecommand.h" #include "countseqscommand.h" #include "countgroupscommand.h" -#include "clearmemorycommand.h" #include "summarytaxcommand.h" #include "chimeraperseuscommand.h" #include "shhhseqscommand.h" @@ -153,6 +150,9 @@ #include "setseedcommand.h" #include "makefilecommand.h" #include "biominfocommand.h" +#include "renamefilecommand.h" +#include "chimeravsearchcommand.h" +#include "mergecountcommand.hpp" //needed for testing project //CommandFactory* CommandFactory::_uniqueInstance; @@ -217,7 +217,6 @@ CommandFactory::CommandFactory(){ commands["align.check"] = "align.check"; commands["get.sharedseqs"] = "get.sharedseqs"; commands["get.otulist"] = "get.otulist"; - commands["hcluster"] = "hcluster"; commands["phylotype"] = "phylotype"; commands["mgcluster"] = "mgcluster"; commands["pre.cluster"] = "pre.cluster"; @@ -269,9 +268,7 @@ CommandFactory::CommandFactory(){ commands["deunique.tree"] = "deunique.tree"; commands["count.seqs"] = "count.seqs"; commands["count.groups"] = "count.groups"; - commands["clear.memory"] = "clear.memory"; commands["pairwise.seqs"] = "pairwise.seqs"; - commands["pipeline.pds"] = "pipeline.pds"; commands["classify.seqs"] = "classify.seqs"; commands["dist.seqs"] = "dist.seqs"; commands["filter.seqs"] = "filter.seqs"; @@ -283,6 +280,7 @@ CommandFactory::CommandFactory(){ commands["chimera.perseus"] = "chimera.perseus"; commands["chimera.pintail"] = "chimera.pintail"; commands["chimera.bellerophon"] = "chimera.bellerophon"; + commands["chimera.vsearch"] = "chimera.vsearch"; commands["screen.seqs"] = "screen.seqs"; commands["summary.seqs"] = "summary.seqs"; commands["cluster.split"] = "cluster.split"; @@ -308,7 +306,7 @@ CommandFactory::CommandFactory(){ commands["make.table"] = "make.table"; commands["sff.multiple"] = "sff.multiple"; commands["quit"] = "quit"; - commands["classify.rf"] = "classify.rf"; + //commands["classify.rf"] = "classify.rf"; commands["classify.svm"] = "classify.svm"; commands["filter.shared"] = "filter.shared"; commands["primer.design"] = "primer.design"; @@ -329,6 +327,8 @@ CommandFactory::CommandFactory(){ commands["make.file"] = "make.file"; commands["biom.info"] = "biom.info"; commands["set.seed"] = "set.seed"; + commands["rename.file"] = "rename.file"; + commands["merge.count"] = "merge.count"; } @@ -398,7 +398,7 @@ int CommandFactory::checkForRedirects(string optionString) { } if (seed) { - srand(random); + m->setRandomSeed(random); m->mothurOut("Setting random seed to " + toString(random) + ".\n\n"); } } @@ -476,7 +476,6 @@ Command* CommandFactory::getCommand(string commandName, string optionString){ else if(commandName == "align.check") { command = new AlignCheckCommand(optionString); } else if(commandName == "get.sharedseqs") { command = new GetSharedOTUCommand(optionString); } else if(commandName == "get.otulist") { command = new GetListCountCommand(optionString); } - else if(commandName == "hcluster") { command = new HClusterCommand(optionString); } else if(commandName == "classify.seqs") { command = new ClassifySeqsCommand(optionString); } else if(commandName == "chimera.ccode") { command = new ChimeraCcodeCommand(optionString); } else if(commandName == "chimera.check") { command = new ChimeraCheckCommand(optionString); } @@ -484,6 +483,7 @@ Command* CommandFactory::getCommand(string commandName, string optionString){ else if(commandName == "chimera.uchime") { command = new ChimeraUchimeCommand(optionString); } else if(commandName == "chimera.pintail") { command = new ChimeraPintailCommand(optionString); } else if(commandName == "chimera.bellerophon") { command = new ChimeraBellerophonCommand(optionString); } + else if(commandName == "chimera.vsearch") { command = new ChimeraVsearchCommand(optionString); } else if(commandName == "phylotype") { command = new PhylotypeCommand(optionString); } else if(commandName == "mgcluster") { command = new MGClusterCommand(optionString); } else if(commandName == "pre.cluster") { command = new PreClusterCommand(optionString); } @@ -519,7 +519,6 @@ Command* CommandFactory::getCommand(string commandName, string optionString){ else if((commandName == "remove.otus") || (commandName == "remove.otulabels")) { command = new RemoveOtuLabelsCommand(optionString); } else if((commandName == "list.otus") ||(commandName == "list.otulabels")) { command = new ListOtuLabelsCommand(optionString); } else if(commandName == "fastq.info") { command = new ParseFastaQCommand(optionString); } - else if(commandName == "pipeline.pds") { command = new PipelineCommand(optionString); } else if(commandName == "deunique.seqs") { command = new DeUniqueSeqsCommand(optionString); } else if(commandName == "pairwise.seqs") { command = new PairwiseSeqsCommand(optionString); } else if(commandName == "cluster.classic") { command = new ClusterDoturCommand(optionString); } @@ -529,6 +528,7 @@ Command* CommandFactory::getCommand(string commandName, string optionString){ else if(commandName == "corr.axes") { command = new CorrAxesCommand(optionString); } else if(commandName == "remove.rare") { command = new RemoveRareCommand(optionString); } else if(commandName == "merge.groups") { command = new MergeGroupsCommand(optionString); } + else if(commandName == "merge.count") { command = new MergeCountCommand(optionString); } else if(commandName == "amova") { command = new AmovaCommand(optionString); } else if(commandName == "homova") { command = new HomovaCommand(optionString); } else if(commandName == "mantel") { command = new MantelCommand(optionString); } @@ -541,7 +541,6 @@ Command* CommandFactory::getCommand(string commandName, string optionString){ else if(commandName == "deunique.tree") { command = new DeuniqueTreeCommand(optionString); } else if((commandName == "count.seqs") || (commandName == "make.table")) { command = new CountSeqsCommand(optionString); } else if(commandName == "count.groups") { command = new CountGroupsCommand(optionString); } - else if(commandName == "clear.memory") { command = new ClearMemoryCommand(optionString); } else if(commandName == "summary.tax") { command = new SummaryTaxCommand(optionString); } else if(commandName == "summary.qual") { command = new SummaryQualCommand(optionString); } else if(commandName == "chimera.perseus") { command = new ChimeraPerseusCommand(optionString); } @@ -557,7 +556,7 @@ Command* CommandFactory::getCommand(string commandName, string optionString){ else if(commandName == "make.contigs") { command = new MakeContigsCommand(optionString); } else if(commandName == "sff.multiple") { command = new SffMultipleCommand(optionString); } else if(commandName == "classify.svm") { command = new ClassifySvmSharedCommand(optionString); } - else if(commandName == "classify.rf") { command = new ClassifyRFSharedCommand(optionString); } + //else if(commandName == "classify.rf") { command = new ClassifyRFSharedCommand(optionString); } else if(commandName == "filter.shared") { command = new FilterSharedCommand(optionString); } else if(commandName == "primer.design") { command = new PrimerDesignCommand(optionString); } else if(commandName == "get.dists") { command = new GetDistsCommand(optionString); } @@ -577,6 +576,7 @@ Command* CommandFactory::getCommand(string commandName, string optionString){ else if(commandName == "set.seed") { command = new SetSeedCommand(optionString); } else if(commandName == "make.file") { command = new MakeFileCommand(optionString); } else if(commandName == "biom.info") { command = new BiomInfoCommand(optionString); } + else if(commandName == "rename.file") { command = new RenameFileCommand(optionString); } else { command = new NoCommand(optionString); } return command; @@ -650,7 +650,6 @@ Command* CommandFactory::getCommand(string commandName, string optionString, str else if(commandName == "align.check") { pipecommand = new AlignCheckCommand(optionString); } else if(commandName == "get.sharedseqs") { pipecommand = new GetSharedOTUCommand(optionString); } else if(commandName == "get.otulist") { pipecommand = new GetListCountCommand(optionString); } - else if(commandName == "hcluster") { pipecommand = new HClusterCommand(optionString); } else if(commandName == "classify.seqs") { pipecommand = new ClassifySeqsCommand(optionString); } else if(commandName == "chimera.ccode") { pipecommand = new ChimeraCcodeCommand(optionString); } else if(commandName == "chimera.check") { pipecommand = new ChimeraCheckCommand(optionString); } @@ -658,6 +657,7 @@ Command* CommandFactory::getCommand(string commandName, string optionString, str else if(commandName == "chimera.slayer") { pipecommand = new ChimeraSlayerCommand(optionString); } else if(commandName == "chimera.pintail") { pipecommand = new ChimeraPintailCommand(optionString); } else if(commandName == "chimera.bellerophon") { pipecommand = new ChimeraBellerophonCommand(optionString); } + else if(commandName == "chimera.vsearch") { pipecommand = new ChimeraVsearchCommand(optionString); } else if(commandName == "phylotype") { pipecommand = new PhylotypeCommand(optionString); } else if(commandName == "mgcluster") { pipecommand = new MGClusterCommand(optionString); } else if(commandName == "pre.cluster") { pipecommand = new PreClusterCommand(optionString); } @@ -702,6 +702,7 @@ Command* CommandFactory::getCommand(string commandName, string optionString, str else if(commandName == "corr.axes") { pipecommand = new CorrAxesCommand(optionString); } else if(commandName == "remove.rare") { pipecommand = new RemoveRareCommand(optionString); } else if(commandName == "merge.groups") { pipecommand = new MergeGroupsCommand(optionString); } + else if(commandName == "merge.count") { pipecommand = new MergeCountCommand(optionString); } else if(commandName == "amova") { pipecommand = new AmovaCommand(optionString); } else if(commandName == "homova") { pipecommand = new HomovaCommand(optionString); } else if(commandName == "mantel") { pipecommand = new MantelCommand(optionString); } @@ -714,7 +715,6 @@ Command* CommandFactory::getCommand(string commandName, string optionString, str else if(commandName == "deunique.tree") { pipecommand = new DeuniqueTreeCommand(optionString); } else if((commandName == "count.seqs") || (commandName == "make.table")) { pipecommand = new CountSeqsCommand(optionString); } else if(commandName == "count.groups") { pipecommand = new CountGroupsCommand(optionString); } - else if(commandName == "clear.memory") { pipecommand = new ClearMemoryCommand(optionString); } else if(commandName == "summary.tax") { pipecommand = new SummaryTaxCommand(optionString); } else if(commandName == "summary.qual") { pipecommand = new SummaryQualCommand(optionString); } else if(commandName == "chimera.perseus") { pipecommand = new ChimeraPerseusCommand(optionString); } @@ -729,7 +729,7 @@ Command* CommandFactory::getCommand(string commandName, string optionString, str else if(commandName == "get.coremicrobiome") { pipecommand = new GetCoreMicroBiomeCommand(optionString); } else if(commandName == "make.contigs") { pipecommand = new MakeContigsCommand(optionString); } else if(commandName == "sff.multiple") { pipecommand = new SffMultipleCommand(optionString); } - else if(commandName == "classify.rf") { pipecommand = new ClassifyRFSharedCommand(optionString); } + //else if(commandName == "classify.rf") { pipecommand = new ClassifyRFSharedCommand(optionString); } else if(commandName == "filter.shared") { pipecommand = new FilterSharedCommand(optionString); } else if(commandName == "primer.design") { pipecommand = new PrimerDesignCommand(optionString); } else if(commandName == "get.dists") { pipecommand = new GetDistsCommand(optionString); } @@ -750,6 +750,7 @@ Command* CommandFactory::getCommand(string commandName, string optionString, str else if(commandName == "set.seed") { pipecommand = new SetSeedCommand(optionString); } else if(commandName == "make.file") { pipecommand = new MakeFileCommand(optionString); } else if(commandName == "biom.info") { pipecommand = new BiomInfoCommand(optionString); } + else if(commandName == "rename.file") { pipecommand = new RenameFileCommand(optionString); } else { pipecommand = new NoCommand(optionString); } return pipecommand; @@ -809,7 +810,6 @@ Command* CommandFactory::getCommand(string commandName){ else if(commandName == "align.check") { shellcommand = new AlignCheckCommand(); } else if(commandName == "get.sharedseqs") { shellcommand = new GetSharedOTUCommand(); } else if(commandName == "get.otulist") { shellcommand = new GetListCountCommand(); } - else if(commandName == "hcluster") { shellcommand = new HClusterCommand(); } else if(commandName == "classify.seqs") { shellcommand = new ClassifySeqsCommand(); } else if(commandName == "chimera.ccode") { shellcommand = new ChimeraCcodeCommand(); } else if(commandName == "chimera.check") { shellcommand = new ChimeraCheckCommand(); } @@ -817,6 +817,7 @@ Command* CommandFactory::getCommand(string commandName){ else if(commandName == "chimera.uchime") { shellcommand = new ChimeraUchimeCommand(); } else if(commandName == "chimera.pintail") { shellcommand = new ChimeraPintailCommand(); } else if(commandName == "chimera.bellerophon") { shellcommand = new ChimeraBellerophonCommand(); } + else if(commandName == "chimera.vsearch") { shellcommand = new ChimeraVsearchCommand(); } else if(commandName == "phylotype") { shellcommand = new PhylotypeCommand(); } else if(commandName == "mgcluster") { shellcommand = new MGClusterCommand(); } else if(commandName == "pre.cluster") { shellcommand = new PreClusterCommand(); } @@ -861,6 +862,7 @@ Command* CommandFactory::getCommand(string commandName){ else if(commandName == "corr.axes") { shellcommand = new CorrAxesCommand(); } else if(commandName == "remove.rare") { shellcommand = new RemoveRareCommand(); } else if(commandName == "merge.groups") { shellcommand = new MergeGroupsCommand(); } + else if(commandName == "merge.count") { shellcommand = new MergeCountCommand(); } else if(commandName == "amova") { shellcommand = new AmovaCommand(); } else if(commandName == "homova") { shellcommand = new HomovaCommand(); } else if(commandName == "mantel") { shellcommand = new MantelCommand(); } @@ -873,7 +875,6 @@ Command* CommandFactory::getCommand(string commandName){ else if(commandName == "deunique.tree") { shellcommand = new DeuniqueTreeCommand(); } else if((commandName == "count.seqs") || (commandName == "make.table")) { shellcommand = new CountSeqsCommand(); } else if(commandName == "count.groups") { shellcommand = new CountGroupsCommand(); } - else if(commandName == "clear.memory") { shellcommand = new ClearMemoryCommand(); } else if(commandName == "summary.tax") { shellcommand = new SummaryTaxCommand(); } else if(commandName == "summary.qual") { shellcommand = new SummaryQualCommand(); } else if(commandName == "chimera.perseus") { shellcommand = new ChimeraPerseusCommand(); } @@ -888,7 +889,7 @@ Command* CommandFactory::getCommand(string commandName){ else if(commandName == "get.coremicrobiome") { shellcommand = new GetCoreMicroBiomeCommand(); } else if(commandName == "make.contigs") { shellcommand = new MakeContigsCommand(); } else if(commandName == "sff.multiple") { shellcommand = new SffMultipleCommand(); } - else if(commandName == "classify.rf") { shellcommand = new ClassifyRFSharedCommand(); } + //else if(commandName == "classify.rf") { shellcommand = new ClassifyRFSharedCommand(); } else if(commandName == "filter.shared") { shellcommand = new FilterSharedCommand(); } else if(commandName == "primer.design") { shellcommand = new PrimerDesignCommand(); } else if(commandName == "get.dists") { shellcommand = new GetDistsCommand(); } @@ -909,6 +910,7 @@ Command* CommandFactory::getCommand(string commandName){ else if(commandName == "set.seed") { shellcommand = new SetSeedCommand(); } else if(commandName == "make.file") { shellcommand = new MakeFileCommand(); } else if(commandName == "biom.info") { shellcommand = new BiomInfoCommand(); } + else if(commandName == "rename.file") { pipecommand = new RenameFileCommand(); } else { shellcommand = new NoCommand(); } return shellcommand; @@ -976,11 +978,15 @@ bool CommandFactory::isValidCommand(string command, string noError) { /***********************************************************************/ void CommandFactory::printCommands(ostream& out) { try { - out << "Valid commands are: "; - for (it = commands.begin(); it != commands.end(); it++) { - out << it->first << ","; + it = commands.begin(); + out << "Valid commands are: " << it->first << ", "; + it++; + out << it->first; + it++; + for (; it != commands.end(); it++) { + out << ", " << it->first; } - out << endl; + out << "." << endl; } catch(exception& e) { m->errorOut(e, "CommandFactory", "printCommands"); diff --git a/source/commands/aligncommand.cpp b/source/commands/aligncommand.cpp index e7fb7eb7..aa3d871a 100644 --- a/source/commands/aligncommand.cpp +++ b/source/commands/aligncommand.cpp @@ -15,7 +15,6 @@ */ #include "aligncommand.h" -#include "referencedb.h" //********************************************************************************************************************** vector AlignCommand::setParameters(){ @@ -31,7 +30,6 @@ vector AlignCommand::setParameters(){ CommandParameter pgapextend("gapextend", "Number", "", "-2.0", "", "", "","",false,false); parameters.push_back(pgapextend); CommandParameter pprocessors("processors", "Number", "", "1", "", "", "","",false,false,true); parameters.push_back(pprocessors); CommandParameter pflip("flip", "Boolean", "", "F", "", "", "","",false,false); parameters.push_back(pflip); - CommandParameter psave("save", "Boolean", "", "F", "", "", "","",false,false); parameters.push_back(psave); CommandParameter pthreshold("threshold", "Number", "", "0.50", "", "", "","",false,false); parameters.push_back(pthreshold); CommandParameter pseed("seed", "Number", "", "0", "", "", "","",false,false); parameters.push_back(pseed); CommandParameter pinputdir("inputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(pinputdir); @@ -63,7 +61,6 @@ string AlignCommand::getHelpString(){ helpString += "The flip parameter is used to specify whether or not you want mothur to try the reverse complement if a sequence falls below the threshold. The default is false."; helpString += "The threshold is used to specify a cutoff at which an alignment is deemed 'bad' and the reverse complement may be tried. The default threshold is 0.50, meaning 50% of the bases are removed in the alignment."; helpString += "If the flip parameter is set to true the reverse complement of the sequence is aligned and the better alignment is reported."; - helpString += "If the save parameter is set to true the reference sequences will be saved in memory, to clear them later you can use the clear.memory command. Default=f."; helpString += "The default for the threshold parameter is 0.50, meaning at least 50% of the bases must remain or the sequence is reported as potentially reversed."; helpString += "The align.seqs command should be in the following format:"; helpString += "align.seqs(reference=yourTemplateFile, fasta=yourCandidateFile, align=yourAlignmentMethod, search=yourSearchmethod, ksize=yourKmerSize, match=yourMatchBonus, mismatch=yourMismatchpenalty, gapopen=yourGapopenPenalty, gapextend=yourGapExtendPenalty)"; @@ -112,7 +109,6 @@ AlignCommand::AlignCommand(){ AlignCommand::AlignCommand(string option) { try { abort = false; calledHelp = false; - ReferenceDB* rdb = ReferenceDB::getInstance(); //allow user to run help if(option == "help") { help(); abort = true; calledHelp = true;} @@ -261,28 +257,12 @@ AlignCommand::AlignCommand(string option) { m->mothurConvert(temp, processors); temp = validParameter.validFile(parameters, "flip", false); if (temp == "not found"){ temp = "f"; } - flip = m->isTrue(temp); - - temp = validParameter.validFile(parameters, "save", false); if (temp == "not found"){ temp = "f"; } - save = m->isTrue(temp); - rdb->save = save; - if (save) { //clear out old references - rdb->clearMemory(); - } + flip = m->isTrue(temp); //this has to go after save so that if the user sets save=t and provides no reference we abort templateFileName = validParameter.validFile(parameters, "reference", true); - if (templateFileName == "not found") { - //check for saved reference sequences - if (rdb->referenceSeqs.size() != 0) { - templateFileName = "saved"; - }else { - m->mothurOut("[ERROR]: You don't have any saved reference sequences and the reference parameter is a required for the align.seqs command."); - m->mothurOutEndLine(); - abort = true; - } + if (templateFileName == "not found") { m->mothurOut("[ERROR]: The reference parameter is a required for the align.seqs command, aborting.\n"); abort = true; }else if (templateFileName == "not open") { abort = true; } - else { if (save) { rdb->setSavedReference(templateFileName); } } temp = validParameter.validFile(parameters, "threshold", false); if (temp == "not found"){ temp = "0.50"; } m->mothurConvert(temp, threshold); @@ -315,7 +295,7 @@ int AlignCommand::execute(){ try { if (abort == true) { if (calledHelp) { return 0; } return 2; } - templateDB = new AlignmentDB(templateFileName, search, kmerSize, gapOpen, gapExtend, match, misMatch, rand()); + templateDB = new AlignmentDB(templateFileName, search, kmerSize, gapOpen, gapExtend, match, misMatch, m->getRandomNumber(), true); for (int s = 0; s < candidateFileNames.size(); s++) { if (m->control_pressed) { outputTypes.clear(); return 0; } @@ -367,7 +347,7 @@ int AlignCommand::execute(){ //delete accnos file if its blank else report to user if (m->isBlank(accnosFileName)) { m->mothurRemove(accnosFileName); hasAccnos = false; } else { - m->mothurOut("Some of your sequences generated alignments that eliminated too many bases, a list is provided in " + accnosFileName + "."); + m->mothurOut("[WARNING]: Some of your sequences generated alignments that eliminated too many bases, a list is provided in " + accnosFileName + "."); if (!flip) { m->mothurOut(" If you set the flip parameter to true mothur will try aligning the reverse compliment as well."); }else{ m->mothurOut(" If the reverse compliment proved to be better it was reported."); } diff --git a/source/commands/aligncommand.h b/source/commands/aligncommand.h index 7afe6c0c..01c40cef 100644 --- a/source/commands/aligncommand.h +++ b/source/commands/aligncommand.h @@ -135,7 +135,7 @@ static DWORD WINAPI MyAlignThreadFunction(LPVOID lpParam){ inFASTA.seekg(pDataArray->start-1); pDataArray->m->gobble(inFASTA); } - AlignmentDB* templateDB = new AlignmentDB(pDataArray->templateFileName, pDataArray->search, pDataArray->kmerSize, pDataArray->gapOpen, pDataArray->gapExtend, pDataArray->match, pDataArray->misMatch, pDataArray->threadID); + AlignmentDB* templateDB = new AlignmentDB(pDataArray->templateFileName, pDataArray->search, pDataArray->kmerSize, pDataArray->gapOpen, pDataArray->gapExtend, pDataArray->match, pDataArray->misMatch, pDataArray->threadID, false); //moved this into driver to avoid deep copies in windows paralellized version Alignment* alignment; diff --git a/source/commands/amovacommand.cpp b/source/commands/amovacommand.cpp index 080fcdd2..695a518b 100644 --- a/source/commands/amovacommand.cpp +++ b/source/commands/amovacommand.cpp @@ -377,7 +377,7 @@ map > AmovaCommand::getRandomizedGroups(mapmothurRandomShuffle(sampleIndices); int index = 0; map > randomizedGroups = origMapping; diff --git a/source/commands/anosimcommand.cpp b/source/commands/anosimcommand.cpp index 24e70d79..9538ef10 100644 --- a/source/commands/anosimcommand.cpp +++ b/source/commands/anosimcommand.cpp @@ -460,7 +460,7 @@ map > AnosimCommand::getRandomizedGroups(mapmothurRandomShuffle(sampleIndices); int index = 0; map > randomizedGroups = origMapping; diff --git a/source/commands/biominfocommand.cpp b/source/commands/biominfocommand.cpp index c7fbe05b..55933497 100644 --- a/source/commands/biominfocommand.cpp +++ b/source/commands/biominfocommand.cpp @@ -192,6 +192,12 @@ int BiomInfoCommand::execute(){ if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setTaxonomyFile(current); } } + //set constaxonomy file as new current constaxonomyfile + itTypes = outputTypes.find("constaxonomy"); + if (itTypes != outputTypes.end()) { + if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setConsTaxonomyFile(current); } + } + m->mothurOutEndLine(); m->mothurOut("Output File Names: "); m->mothurOutEndLine(); for (int i = 0; i < outputNames.size(); i++) { m->mothurOut(outputNames[i]); m->mothurOutEndLine(); } diff --git a/source/commands/catchallcommand.cpp b/source/commands/catchallcommand.cpp index 74f02e1f..4d65bd69 100644 --- a/source/commands/catchallcommand.cpp +++ b/source/commands/catchallcommand.cpp @@ -200,8 +200,8 @@ int CatchAllCommand::execute() { if (abort == true) { if (calledHelp) { return 0; } return 2; } //get location of catchall - path = m->argv; - path = path.substr(0, (path.find_last_of("othur")-5)); + path = m->mothurProgramPath; + //path = path.substr(0, (path.find_last_of("othur")-5)); path = m->getFullPathName(path); if (m->debug) { m->mothurOut("[DEBUG]: mothur's path = " + path + "\n"); } diff --git a/source/commands/chimeraccodecommand.cpp b/source/commands/chimeraccodecommand.cpp index b94ab26a..b687f697 100644 --- a/source/commands/chimeraccodecommand.cpp +++ b/source/commands/chimeraccodecommand.cpp @@ -9,7 +9,7 @@ #include "chimeraccodecommand.h" #include "ccode.h" -#include "referencedb.h" + //********************************************************************************************************************** vector ChimeraCcodeCommand::setParameters(){ try { @@ -23,7 +23,6 @@ vector ChimeraCcodeCommand::setParameters(){ CommandParameter pseed("seed", "Number", "", "0", "", "", "","",false,false); parameters.push_back(pseed); CommandParameter pinputdir("inputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(pinputdir); CommandParameter poutputdir("outputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(poutputdir); - CommandParameter psave("save", "Boolean", "", "F", "", "", "","",false,false); parameters.push_back(psave); vector myArray; for (int i = 0; i < parameters.size(); i++) { myArray.push_back(parameters[i].name); } @@ -49,7 +48,6 @@ string ChimeraCcodeCommand::getHelpString(){ helpString += "The mask parameter allows you to specify a file containing one sequence you wish to use as a mask for the your sequences. \n"; helpString += "The window parameter allows you to specify the window size for searching for chimeras. \n"; helpString += "The numwanted parameter allows you to specify how many sequences you would each query sequence compared with.\n"; - helpString += "If the save parameter is set to true the reference sequences will be saved in memory, to clear them later you can use the clear.memory command. Default=f."; helpString += "The chimera.ccode command should be in the following format: \n"; helpString += "chimera.ccode(fasta=yourFastaFile, reference=yourTemplate) \n"; helpString += "Example: chimera.ccode(fasta=AD.align, reference=core_set_aligned.imputed.fasta) \n"; @@ -98,7 +96,6 @@ ChimeraCcodeCommand::ChimeraCcodeCommand(){ ChimeraCcodeCommand::ChimeraCcodeCommand(string option) { try { abort = false; calledHelp = false; - ReferenceDB* rdb = ReferenceDB::getInstance(); //allow user to run help if(option == "help") { help(); abort = true; calledHelp = true; } @@ -248,27 +245,10 @@ ChimeraCcodeCommand::ChimeraCcodeCommand(string option) { temp = validParameter.validFile(parameters, "numwanted", false); if (temp == "not found") { temp = "20"; } m->mothurConvert(temp, numwanted); - temp = validParameter.validFile(parameters, "save", false); if (temp == "not found"){ temp = "f"; } - save = m->isTrue(temp); - rdb->save = save; - if (save) { //clear out old references - rdb->clearMemory(); - } - //this has to go after save so that if the user sets save=t and provides no reference we abort templatefile = validParameter.validFile(parameters, "reference", true); - if (templatefile == "not found") { - //check for saved reference sequences - if (rdb->referenceSeqs.size() != 0) { - templatefile = "saved"; - }else { - m->mothurOut("[ERROR]: You don't have any saved reference sequences and the reference parameter is a required."); - m->mothurOutEndLine(); - abort = true; - } - }else if (templatefile == "not open") { abort = true; } - else { if (save) { rdb->setSavedReference(templatefile); } } - + if (templatefile == "not found") { m->mothurOut("[ERROR]: The reference parameter is a required, aborting.\n"); abort = true; + }else if (templatefile == "not open") { abort = true; } } } diff --git a/source/commands/chimeracheckcommand.cpp b/source/commands/chimeracheckcommand.cpp index 2c98626a..ff733a78 100644 --- a/source/commands/chimeracheckcommand.cpp +++ b/source/commands/chimeracheckcommand.cpp @@ -8,7 +8,6 @@ */ #include "chimeracheckcommand.h" -#include "referencedb.h" //********************************************************************************************************************** vector ChimeraCheckCommand::setParameters(){ @@ -23,7 +22,6 @@ vector ChimeraCheckCommand::setParameters(){ CommandParameter pseed("seed", "Number", "", "0", "", "", "","",false,false); parameters.push_back(pseed); CommandParameter pinputdir("inputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(pinputdir); CommandParameter poutputdir("outputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(poutputdir); - CommandParameter psave("save", "Boolean", "", "F", "", "", "","",false,false); parameters.push_back(psave); vector myArray; for (int i = 0; i < parameters.size(); i++) { myArray.push_back(parameters[i].name); } @@ -50,8 +48,7 @@ string ChimeraCheckCommand::getHelpString(){ helpString += "The svg parameter allows you to specify whether or not you would like a svg file outputted for each query sequence, default is False.\n"; helpString += "The name parameter allows you to enter a file containing names of sequences you would like .svg files for.\n"; helpString += "You may enter multiple name files by separating their names with dashes. ie. fasta=abrecovery.svg.names-amzon.svg.names \n"; - helpString += "If the save parameter is set to true the reference sequences will be saved in memory, to clear them later you can use the clear.memory command. Default=f."; - helpString += "The chimera.check command should be in the following format: \n"; + helpString += "The chimera.check command should be in the following format: \n"; helpString += "chimera.check(fasta=yourFastaFile, reference=yourTemplateFile, processors=yourProcessors, ksize=yourKmerSize) \n"; helpString += "Example: chimera.check(fasta=AD.fasta, reference=core_set_aligned,imputed.fasta, processors=4, ksize=8) \n"; helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFastaFile).\n"; @@ -94,8 +91,7 @@ ChimeraCheckCommand::ChimeraCheckCommand(){ ChimeraCheckCommand::ChimeraCheckCommand(string option) { try { abort = false; calledHelp = false; - ReferenceDB* rdb = ReferenceDB::getInstance(); - + //allow user to run help if(option == "help") { help(); abort = true; calledHelp = true; } else if(option == "citation") { citation(); abort = true; calledHelp = true;} @@ -296,27 +292,10 @@ ChimeraCheckCommand::ChimeraCheckCommand(string option) { m->setProcessors(temp); m->mothurConvert(temp, processors); - temp = validParameter.validFile(parameters, "save", false); if (temp == "not found"){ temp = "f"; } - save = m->isTrue(temp); - rdb->save = save; - if (save) { //clear out old references - rdb->clearMemory(); - } - //this has to go after save so that if the user sets save=t and provides no reference we abort templatefile = validParameter.validFile(parameters, "reference", true); - if (templatefile == "not found") { - //check for saved reference sequences - if (rdb->referenceSeqs.size() != 0) { - templatefile = "saved"; - }else { - m->mothurOut("[ERROR]: You don't have any saved reference sequences and the reference parameter is a required."); - m->mothurOutEndLine(); - abort = true; - } + if (templatefile == "not found") { m->mothurOut("[ERROR]: The reference parameter is a required, aborting.\n"); abort = true; }else if (templatefile == "not open") { abort = true; } - else { if (save) { rdb->setSavedReference(templatefile); } } - temp = validParameter.validFile(parameters, "ksize", false); if (temp == "not found") { temp = "7"; } m->mothurConvert(temp, ksize); diff --git a/source/commands/chimeraperseuscommand.cpp b/source/commands/chimeraperseuscommand.cpp index fd62542b..892d39d4 100644 --- a/source/commands/chimeraperseuscommand.cpp +++ b/source/commands/chimeraperseuscommand.cpp @@ -520,7 +520,8 @@ int ChimeraPerseusCommand::execute(){ ct->readTable(nameFile, true, false); if (ct->hasGroupInfo()) { - cparser = new SequenceCountParser(fastaFileNames[s], *ct); + vector temp; + cparser = new SequenceCountParser(fastaFileNames[s], *ct, temp); variables["[filename]"] = outputDir + m->getRootName(m->getSimpleName(nameFile)); newCountFile = getOutputFileName("count", variables); @@ -599,7 +600,8 @@ int ChimeraPerseusCommand::execute(){ }else { if (groupFile != "") { //Parse sequences by group - parser = new SequenceParser(groupFile, fastaFileNames[s], nameFile); + vector temp; + parser = new SequenceParser(groupFile, fastaFileNames[s], nameFile, temp); vector groups = parser->getNamesOfGroups(); if (m->control_pressed) { delete parser; for (int j = 0; j < outputNames.size(); j++) { m->mothurRemove(outputNames[j]); } return 0; } diff --git a/source/commands/chimeraperseuscommand.h b/source/commands/chimeraperseuscommand.h index 9458b8bc..e39d1215 100644 --- a/source/commands/chimeraperseuscommand.h +++ b/source/commands/chimeraperseuscommand.h @@ -122,14 +122,15 @@ static DWORD WINAPI MyPerseusThreadFunction(LPVOID lpParam){ //parse fasta and name file by group SequenceParser* parser; SequenceCountParser* cparser; + vector temp; if (pDataArray->hasCount) { CountTable* ct = new CountTable(); ct->readTable(pDataArray->namefile, true, false); - cparser = new SequenceCountParser(pDataArray->fastafile, *ct); + cparser = new SequenceCountParser(pDataArray->fastafile, *ct, temp); delete ct; }else { - if (pDataArray->namefile != "") { parser = new SequenceParser(pDataArray->groupfile, pDataArray->fastafile, pDataArray->namefile); } - else { parser = new SequenceParser(pDataArray->groupfile, pDataArray->fastafile); } + if (pDataArray->namefile != "") { parser = new SequenceParser(pDataArray->groupfile, pDataArray->fastafile, pDataArray->namefile, temp); } + else { parser = new SequenceParser(pDataArray->groupfile, pDataArray->fastafile, temp); } } int totalSeqs = 0; @@ -397,7 +398,7 @@ static DWORD WINAPI MyPerseusThreadFunction(LPVOID lpParam){ } catch(exception& e) { - pDataArray->m->errorOut(e, "ChimeraUchimeCommand", "MyPerseusThreadFunction"); + pDataArray->m->errorOut(e, "ChimeraPersuesCommand", "MyPerseusThreadFunction"); exit(1); } } diff --git a/source/commands/chimerapintailcommand.cpp b/source/commands/chimerapintailcommand.cpp index e51f16ed..3cc64d78 100644 --- a/source/commands/chimerapintailcommand.cpp +++ b/source/commands/chimerapintailcommand.cpp @@ -26,7 +26,6 @@ vector ChimeraPintailCommand::setParameters(){ CommandParameter pseed("seed", "Number", "", "0", "", "", "","",false,false); parameters.push_back(pseed); CommandParameter pinputdir("inputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(pinputdir); CommandParameter poutputdir("outputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(poutputdir); - CommandParameter psave("save", "Boolean", "", "F", "", "", "","",false,false); parameters.push_back(psave); vector myArray; for (int i = 0; i < parameters.size(); i++) { myArray.push_back(parameters[i].name); } @@ -50,7 +49,6 @@ string ChimeraPintailCommand::getHelpString(){ helpString += "The filter parameter allows you to specify if you would like to apply a vertical and 50% soft filter. \n"; helpString += "The mask parameter allows you to specify a file containing one sequence you wish to use as a mask for the your sequences, by default no mask is applied. You can apply an ecoli mask by typing, mask=default. \n"; helpString += "The processors parameter allows you to specify how many processors you would like to use. The default is 1. \n"; - helpString += "If the save parameter is set to true the reference sequences will be saved in memory, to clear them later you can use the clear.memory command. Default=f."; helpString += "The window parameter allows you to specify the window size for searching for chimeras, default=300. \n"; helpString += "The increment parameter allows you to specify how far you move each window while finding chimeric sequences, default=25.\n"; helpString += "The conservation parameter allows you to enter a frequency file containing the highest bases frequency at each place in the alignment.\n"; @@ -101,7 +99,6 @@ ChimeraPintailCommand::ChimeraPintailCommand(){ ChimeraPintailCommand::ChimeraPintailCommand(string option) { try { abort = false; calledHelp = false; - rdb = ReferenceDB::getInstance(); //allow user to run help if(option == "help") { help(); abort = true; calledHelp = true; } @@ -249,26 +246,11 @@ ChimeraPintailCommand::ChimeraPintailCommand(string option) { temp = validParameter.validFile(parameters, "increment", false); if (temp == "not found") { temp = "25"; } m->mothurConvert(temp, increment); - temp = validParameter.validFile(parameters, "save", false); if (temp == "not found"){ temp = "f"; } - save = m->isTrue(temp); - rdb->save = save; - if (save) { //clear out old references - rdb->clearMemory(); - } //this has to go after save so that if the user sets save=t and provides no reference we abort templatefile = validParameter.validFile(parameters, "reference", true); - if (templatefile == "not found") { - //check for saved reference sequences - if (rdb->referenceSeqs.size() != 0) { - templatefile = "saved"; - }else { - m->mothurOut("[ERROR]: You don't have any saved reference sequences and the reference parameter is a required."); - m->mothurOutEndLine(); - abort = true; - } - }else if (templatefile == "not open") { abort = true; } - else { if (save) { rdb->setSavedReference(templatefile); } } + if (templatefile == "not found") { m->mothurOut("[ERROR]: The reference parameter is a required, aborting.\n"); abort = true; + }else if (templatefile == "not open") { abort = true; } maskfile = validParameter.validFile(parameters, "mask", false); @@ -368,7 +350,6 @@ int ChimeraPintailCommand::execute(){ //check for quantile to save the time string baseName = templatefile; - if (templatefile == "saved") { baseName = rdb->getSavedReference(); } string tempQuan = ""; if ((!filter) && (maskfile == "")) { diff --git a/source/commands/chimerapintailcommand.h b/source/commands/chimerapintailcommand.h index 3f43c5f8..6e51b0c6 100644 --- a/source/commands/chimerapintailcommand.h +++ b/source/commands/chimerapintailcommand.h @@ -13,7 +13,6 @@ #include "mothur.h" #include "command.hpp" #include "mothurchimera.h" -#include "referencedb.h" /***********************************************************/ @@ -37,7 +36,6 @@ class ChimeraPintailCommand : public Command { int execute(); void help() { m->mothurOut(getHelpString()); } private: - ReferenceDB* rdb; vector processIDS; //processid vector lines; diff --git a/source/commands/chimeraslayercommand.cpp b/source/commands/chimeraslayercommand.cpp index f36670f5..ae65ba36 100644 --- a/source/commands/chimeraslayercommand.cpp +++ b/source/commands/chimeraslayercommand.cpp @@ -9,7 +9,6 @@ #include "chimeraslayercommand.h" #include "deconvolutecommand.h" -#include "referencedb.h" #include "sequenceparser.h" #include "counttable.h" @@ -45,7 +44,6 @@ vector ChimeraSlayerCommand::setParameters(){ CommandParameter pseed("seed", "Number", "", "0", "", "", "","",false,false); parameters.push_back(pseed); CommandParameter pinputdir("inputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(pinputdir); CommandParameter poutputdir("outputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(poutputdir); - CommandParameter psave("save", "Boolean", "", "F", "", "", "","",false,false); parameters.push_back(psave); vector myArray; for (int i = 0; i < parameters.size(); i++) { myArray.push_back(parameters[i].name); } @@ -89,7 +87,6 @@ string ChimeraSlayerCommand::getHelpString(){ helpString += "The search parameter allows you to specify search method for finding the closest parent. Choices are blast and kmer. Default=blast. \n"; helpString += "The realign parameter allows you to realign the query to the potential parents. Choices are true or false, default true. \n"; helpString += "The blastlocation parameter allows you to specify the location of your blast executable. By default mothur will look in ./blast/bin relative to mothur's executable. \n"; - helpString += "If the save parameter is set to true the reference sequences will be saved in memory, to clear them later you can use the clear.memory command. Default=f."; helpString += "The chimera.slayer command should be in the following format: \n"; helpString += "chimera.slayer(fasta=yourFastaFile, reference=yourTemplate, search=yourSearch) \n"; helpString += "Example: chimera.slayer(fasta=AD.align, reference=core_set_aligned.imputed.fasta, search=kmer) \n"; @@ -138,8 +135,7 @@ ChimeraSlayerCommand::ChimeraSlayerCommand(){ //*************************************************************************************************************** ChimeraSlayerCommand::ChimeraSlayerCommand(string option) { try { - abort = false; calledHelp = false; - ReferenceDB* rdb = ReferenceDB::getInstance(); + abort = false; calledHelp = false; hasCount = false; hasName = false; @@ -489,12 +485,6 @@ ChimeraSlayerCommand::ChimeraSlayerCommand(string option) { m->setProcessors(temp); m->mothurConvert(temp, processors); - temp = validParameter.validFile(parameters, "save", false); if (temp == "not found"){ temp = "f"; } - save = m->isTrue(temp); - rdb->save = save; - if (save) { //clear out old references - rdb->clearMemory(); - } string path; it = parameters.find("reference"); @@ -516,14 +506,8 @@ ChimeraSlayerCommand::ChimeraSlayerCommand(string option) { templatefile = validParameter.validFile(parameters, "reference", true); if (templatefile == "not open") { abort = true; } else if (templatefile == "not found") { //check for saved reference sequences - if (rdb->referenceSeqs.size() != 0) { - templatefile = "saved"; - }else { - m->mothurOut("[ERROR]: You don't have any saved reference sequences and the reference parameter is a required."); - m->mothurOutEndLine(); - abort = true; - } - }else { if (save) { rdb->setSavedReference(templatefile); } } + m->mothurOut("[ERROR]: The reference parameter is a required, aborting.\n"); abort = true; + } } }else if (hasName) { templatefile = "self"; if (save) { @@ -539,13 +523,8 @@ ChimeraSlayerCommand::ChimeraSlayerCommand(string option) { } } else { - if (rdb->referenceSeqs.size() != 0) { - templatefile = "saved"; - }else { - m->mothurOut("[ERROR]: You don't have any saved reference sequences and the reference parameter is a required."); - m->mothurOutEndLine(); - templatefile = ""; abort = true; - } + m->mothurOut("[ERROR]: The reference parameter is a required, aborting.\n"); + templatefile = ""; abort = true; } @@ -1063,7 +1042,8 @@ int ChimeraSlayerCommand::setUpForSelfReference(SequenceParser*& parser, map temp; + parser = new SequenceParser(groupFile, fastaFileNames[s], nameFile, temp); vector groups = parser->getNamesOfGroups(); for (int i = 0; i < groups.size(); i++) { @@ -1109,7 +1089,8 @@ int ChimeraSlayerCommand::setUpForSelfReference(SequenceCountParser*& parser, ma fileGroup[fastaFileNames[s]] = "noGroup"; }else { //Parse sequences by group - parser = new SequenceCountParser(nameFile, fastaFileNames[s]); + vector temp; + parser = new SequenceCountParser(nameFile, fastaFileNames[s], temp); vector groups = parser->getNamesOfGroups(); for (int i = 0; i < groups.size(); i++) { @@ -1490,9 +1471,9 @@ int ChimeraSlayerCommand::driver(linePair filePos, string outputFName, string fi MothurChimera* chimera; if (templatefile != "self") { //you want to run slayer with a reference template - chimera = new ChimeraSlayer(filename, templatefile, trim, search, ksize, match, mismatch, window, divR, minSimilarity, minCoverage, minBS, minSNP, parents, iters, increment, numwanted, realign, blastlocation, rand()); + chimera = new ChimeraSlayer(filename, templatefile, trim, search, ksize, match, mismatch, window, divR, minSimilarity, minCoverage, minBS, minSNP, parents, iters, increment, numwanted, realign, blastlocation, m->getRandomNumber()); }else { - chimera = new ChimeraSlayer(filename, templatefile, trim, priority, search, ksize, match, mismatch, window, divR, minSimilarity, minCoverage, minBS, minSNP, parents, iters, increment, numwanted, realign, blastlocation, rand()); + chimera = new ChimeraSlayer(filename, templatefile, trim, priority, search, ksize, match, mismatch, window, divR, minSimilarity, minCoverage, minBS, minSNP, parents, iters, increment, numwanted, realign, blastlocation, m->getRandomNumber()); } if (m->control_pressed) { delete chimera; return 0; } diff --git a/source/commands/chimerauchimecommand.cpp b/source/commands/chimerauchimecommand.cpp index 874239bf..952a3aba 100644 --- a/source/commands/chimerauchimecommand.cpp +++ b/source/commands/chimerauchimecommand.cpp @@ -9,9 +9,7 @@ #include "chimerauchimecommand.h" #include "deconvolutecommand.h" -//#include "uc.h" #include "sequence.hpp" -#include "referencedb.h" #include "systemcommand.h" //********************************************************************************************************************** @@ -139,7 +137,6 @@ ChimeraUchimeCommand::ChimeraUchimeCommand(){ ChimeraUchimeCommand::ChimeraUchimeCommand(string option) { try { abort = false; calledHelp = false; hasName=false; hasCount=false; - ReferenceDB* rdb = ReferenceDB::getInstance(); //allow user to run help if(option == "help") { help(); abort = true; calledHelp = true; } @@ -500,27 +497,15 @@ ChimeraUchimeCommand::ChimeraUchimeCommand(string option) { templatefile = validParameter.validFile(parameters, "reference", true); if (templatefile == "not open") { abort = true; } else if (templatefile == "not found") { //check for saved reference sequences - if (rdb->getSavedReference() != "") { - templatefile = rdb->getSavedReference(); - m->mothurOutEndLine(); m->mothurOut("Using sequences from " + rdb->getSavedReference() + "."); m->mothurOutEndLine(); - }else { - m->mothurOut("[ERROR]: You don't have any saved reference sequences and the reference parameter is a required."); - m->mothurOutEndLine(); - abort = true; - } + m->mothurOut("[ERROR]: The reference parameter is a required.\n"); abort = true; } } }else if (hasName) { templatefile = "self"; } else if (hasCount) { templatefile = "self"; } - else { - if (rdb->getSavedReference() != "") { - templatefile = rdb->getSavedReference(); - m->mothurOutEndLine(); m->mothurOut("Using sequences from " + rdb->getSavedReference() + "."); m->mothurOutEndLine(); - }else { - m->mothurOut("[ERROR]: You don't have any saved reference sequences and the reference parameter is a required."); - m->mothurOutEndLine(); - templatefile = ""; abort = true; - } + else { + m->mothurOut("[ERROR]: The reference parameter is a required."); + + templatefile = ""; abort = true; } string temp = validParameter.validFile(parameters, "processors", false); if (temp == "not found"){ temp = m->getProcessors(); } @@ -571,10 +556,7 @@ ChimeraUchimeCommand::ChimeraUchimeCommand(string option) { if (hasGroup && (templatefile != "self")) { m->mothurOut("You have provided a group file and the reference parameter is not set to self. I am not sure what reference you are trying to use, aborting."); m->mothurOutEndLine(); abort=true; } //look for uchime exe - path = m->argv; - string tempPath = path; - for (int i = 0; i < path.length(); i++) { tempPath[i] = tolower(path[i]); } - path = path.substr(0, (tempPath.find_last_of('m'))); + path = m->mothurProgramPath; string uchimeCommand; #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) @@ -590,7 +572,7 @@ ChimeraUchimeCommand::ChimeraUchimeCommand(string option) { delete newCommand; } #else - uchimeCommand = path + "uchime.exe"; + uchimeCommand = path + "\\uchime.exe"; #endif //test to make sure uchime exists @@ -601,14 +583,15 @@ ChimeraUchimeCommand::ChimeraUchimeCommand(string option) { m->mothurOut(uchimeCommand + " file does not exist. Checking path... \n"); //check to see if uchime is in the path?? - string uLocation = m->findProgramPath("uchime"); - + string uLocation = ""; ifstream in2; #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) + uLocation = m->findProgramPath("uchime"); ableToOpen = m->openInputFile(uLocation, in2, "no error"); in2.close(); #else - ableToOpen = m->openInputFile((uLocation + ".exe"), in2, "no error"); in2.close(); + uLocation = m->findProgramPath("uchime.exe"); + ableToOpen = m->openInputFile(uLocation, in2, "no error"); in2.close(); #endif if(ableToOpen == 1) { m->mothurOut("[ERROR]: " + uLocation + " file does not exist. mothur requires the uchime executable."); m->mothurOutEndLine(); abort = true; } @@ -619,7 +602,7 @@ ChimeraUchimeCommand::ChimeraUchimeCommand(string option) { } } catch(exception& e) { - m->errorOut(e, "ChimeraSlayerCommand", "ChimeraSlayerCommand"); + m->errorOut(e, "ChimeraUchimeCommand", "ChimeraUchimeCommand"); exit(1); } } @@ -690,7 +673,7 @@ int ChimeraUchimeCommand::execute(){ if (error == 1) { for (int j = 0; j < outputNames.size(); j++) { m->mothurRemove(outputNames[j]); } return 0; } if (seqs.size() != nameMapCount.size()) { m->mothurOut( "The number of sequences in your fastafile does not match the number of sequences in your namefile, aborting."); m->mothurOutEndLine(); for (int j = 0; j < outputNames.size(); j++) { m->mothurRemove(outputNames[j]); } return 0; } - m->printVsearchFile(nameMapCount, newFasta); + m->printVsearchFile(nameMapCount, newFasta, "/ab=", "/"); fastaFileNames[s] = newFasta; } @@ -704,12 +687,13 @@ int ChimeraUchimeCommand::execute(){ //Parse sequences by group vector groups; map uniqueNames; + vector temp; if (hasCount) { - cparser = new SequenceCountParser(nameFile, fastaFileNames[s]); + cparser = new SequenceCountParser(nameFile, fastaFileNames[s], temp); groups = cparser->getNamesOfGroups(); uniqueNames = cparser->getAllSeqsMap(); }else{ - sparser = new SequenceParser(groupFile, fastaFileNames[s], nameFile); + sparser = new SequenceParser(groupFile, fastaFileNames[s], nameFile, temp); groups = sparser->getNamesOfGroups(); uniqueNames = sparser->getAllSeqsMap(); } @@ -1172,11 +1156,12 @@ int ChimeraUchimeCommand::driverGroups(string outputFName, string filename, stri int start = time(NULL); if (m->control_pressed) { outCountList.close(); m->mothurRemove(countlist); return 0; } int error; - if (hasCount) { error = cparser->getSeqs(groups[i], filename, true); if ((error == 1) || m->control_pressed) { return 0; } } - else { error = sparser->getSeqs(groups[i], filename, true); if ((error == 1) || m->control_pressed) { return 0; } } - - int numSeqs = driver((outputFName + groups[i]), filename, (accnos+groups[i]), (alns+ groups[i]), numChimeras); + long long numSeqs = 0; + if (hasCount) { error = cparser->getSeqs(groups[i], filename, "/ab=", "/", numSeqs, true); if ((error == 1) || m->control_pressed) { return 0; } } + else { error = sparser->getSeqs(groups[i], filename, "/ab=", "/", numSeqs, true); if ((error == 1) || m->control_pressed) { return 0; } } totalSeqs += numSeqs; + + driver((outputFName + groups[i]), filename, (accnos+groups[i]), (alns+ groups[i]), numChimeras); if (m->control_pressed) { return 0; } @@ -1250,6 +1235,14 @@ int ChimeraUchimeCommand::driver(string outputFName, string filename, string acc outputFName = "\"" + outputFName + "\""; filename = "\"" + filename + "\""; alns = "\"" + alns + "\""; + + if (filename.length() > 257) { + m->mothurOut("[ERROR]: " + filename + " filename is " + toString(filename.length()) + " long. The uchime program can't handle files with a full path longer than 257 characters, please correct.\n"); m->control_pressed = true; return 0; + }else if ((alns.length() > 257) && (chimealns)) { + m->mothurOut("[ERROR]: " + alns + " filename is " + toString(alns.length()) + " long. The uchime program can't handle files with a full path longer than 257 characters, please correct.\n"); m->control_pressed = true; return 0; + }else if (outputFName.length() > 257) { + m->mothurOut("[ERROR]: " + outputFName + " filename is " + toString(outputFName.length()) + " long. The uchime program can't handle files with a full path longer than 257 characters, please correct input file name.\n"); m->control_pressed = true; return 0; + } vector cPara; @@ -1499,7 +1492,7 @@ int ChimeraUchimeCommand::driver(string outputFName, string filename, string acc //int numArgs = cPara.size(); //uchime_main(numArgs, uchimeParameters); - //cout << "commandString = " << commandString << endl; + #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) #else commandString = "\"" + commandString + "\""; @@ -1666,7 +1659,8 @@ int ChimeraUchimeCommand::createProcesses(string outputFileName, string filename //divide file int count = 0; int spot = 0; - + files.resize(processors, ""); + for (int i = 0; i < processors; i++) { ofstream temp; files[i] = filename+toString(i)+".temp"; @@ -1808,7 +1802,6 @@ int ChimeraUchimeCommand::createProcessesGroups(string outputFName, string filen } } - m->mothurOut(toString( getpid() ) + " here\n"); //do my part num = driverGroups(outputFName, filename, accnos, alns, accnos + ".byCount", lines[0].start, lines[0].end, groups); diff --git a/source/commands/chimerauchimecommand.h b/source/commands/chimerauchimecommand.h index 5ba479c8..1f1bf14d 100644 --- a/source/commands/chimerauchimecommand.h +++ b/source/commands/chimerauchimecommand.h @@ -11,7 +11,6 @@ * */ -#include "mothur.h" #include "command.hpp" #include "sequenceparser.h" #include "counttable.h" @@ -166,14 +165,15 @@ static DWORD WINAPI MyUchimeThreadFunction(LPVOID lpParam){ //parse fasta and name file by group SequenceParser* parser; SequenceCountParser* cparser; + vector temp; if (pDataArray->hasCount) { CountTable* ct = new CountTable(); ct->readTable(pDataArray->namefile, true, false); - cparser = new SequenceCountParser(pDataArray->fastafile, *ct); + cparser = new SequenceCountParser(pDataArray->fastafile, *ct, temp); delete ct; }else { - if (pDataArray->namefile != "") { parser = new SequenceParser(pDataArray->groupfile, pDataArray->fastafile, pDataArray->namefile); } - else { parser = new SequenceParser(pDataArray->groupfile, pDataArray->fastafile); } + if (pDataArray->namefile != "") { parser = new SequenceParser(pDataArray->groupfile, pDataArray->fastafile, pDataArray->namefile, temp); } + else { parser = new SequenceParser(pDataArray->groupfile, pDataArray->fastafile, temp); } } int totalSeqs = 0; @@ -186,15 +186,15 @@ static DWORD WINAPI MyUchimeThreadFunction(LPVOID lpParam){ for (int i = pDataArray->start; i < pDataArray->end; i++) { int start = time(NULL); if (pDataArray->m->control_pressed) { if (pDataArray->hasCount) { delete cparser; } { delete parser; } return 0; } - int error; + long long numSeqs = 0; if (pDataArray->hasCount) { - error = cparser->getSeqs(pDataArray->groups[i], pDataArray->filename, true); if ((error == 1) || pDataArray->m->control_pressed) { delete cparser; return 0; } + error = cparser->getSeqs(pDataArray->groups[i], pDataArray->filename, "/ab=", "/", numSeqs, true); if ((error == 1) || pDataArray->m->control_pressed) { delete cparser; return 0; } }else { - error = parser->getSeqs(pDataArray->groups[i], pDataArray->filename, true); if ((error == 1) || pDataArray->m->control_pressed) { delete parser; return 0; } + error = parser->getSeqs(pDataArray->groups[i], pDataArray->filename, "/ab=", "/", numSeqs, true); if ((error == 1) || pDataArray->m->control_pressed) { delete parser; return 0; } } - //int numSeqs = driver((outputFName + groups[i]), filename, (accnos+ groups[i]), (alns+ groups[i]), numChimeras); + //driver((outputFName + groups[i]), filename, (accnos+ groups[i]), (alns+ groups[i]), numChimeras); //////////////////////////////////////////////////////////////////////////////////////////////////////////////// //to allow for spaces in the path @@ -202,6 +202,14 @@ static DWORD WINAPI MyUchimeThreadFunction(LPVOID lpParam){ string filename = "\"" + pDataArray->filename + "\""; string alns = "\"" + pDataArray->alns+pDataArray->groups[i] + "\""; string accnos = pDataArray->accnos+pDataArray->groups[i]; + + if (pDataArray->filename.length() > 257) { + pDataArray->m->mothurOut("[ERROR]: " + pDataArray->filename + " filename is " + toString(pDataArray->filename.length()) + " long. The uchime program can't handle files with a full path longer than 257 characters, please correct.\n"); pDataArray->m->control_pressed = true; return 0; + }else if ((pDataArray->alns.length() > 257) && (pDataArray->chimealns)) { + pDataArray->m->mothurOut("[ERROR]: " + pDataArray->alns + " filename is " + toString(pDataArray->alns.length()) + " long. The uchime program can't handle files with a full path longer than 257 characters, please correct.\n"); pDataArray->m->control_pressed = true; return 0; + }else if (pDataArray->outputFName.length() > 257) { + pDataArray->m->mothurOut("[ERROR]: " + pDataArray->outputFName + " filename is " + toString(pDataArray->outputFName.length()) + " long. The uchime program can't handle files with a full path longer than 257 characters, please correct input file name.\n"); pDataArray->m->control_pressed = true; return 0; + } vector cPara; @@ -512,7 +520,8 @@ static DWORD WINAPI MyUchimeThreadFunction(LPVOID lpParam){ if (pDataArray->hasCount && pDataArray->dups) { outCountList.close(); } pDataArray->count = totalSeqs; - if (pDataArray->hasCount) { delete cparser; } { delete parser; } + if (pDataArray->hasCount) { delete cparser; } + else { delete parser; } return totalSeqs; } @@ -544,6 +553,17 @@ static DWORD WINAPI MyUchimeSeqsThreadFunction(LPVOID lpParam){ string alns = "\"" + pDataArray->alns+ "\""; string templatefile = "\"" + pDataArray->templatefile + "\""; string accnos = pDataArray->accnos; + + if (pDataArray->filename.length() > 257) { + pDataArray->m->mothurOut("[ERROR]: " + pDataArray->filename + " filename is " + toString(pDataArray->filename.length()) + " long. The uchime program can't handle files with a full path longer than 257 characters, please correct.\n"); pDataArray->m->control_pressed = true; return 0; + }else if ((pDataArray->alns.length() > 257) && (pDataArray->chimealns)) { + pDataArray->m->mothurOut("[ERROR]: " + pDataArray->alns + " filename is " + toString(pDataArray->alns.length()) + " long. The uchime program can't handle files with a full path longer than 257 characters, please correct.\n"); pDataArray->m->control_pressed = true; return 0; + }else if (pDataArray->outputFName.length() > 257) { + pDataArray->m->mothurOut("[ERROR]: " + pDataArray->outputFName + " filename is " + toString(pDataArray->outputFName.length()) + " long. The uchime program can't handle files with a full path longer than 257 characters, please correct input file name.\n"); pDataArray->m->control_pressed = true; return 0; + }else if (pDataArray->templatefile.length() > 257) { + pDataArray->m->mothurOut("[ERROR]: " + pDataArray->templatefile + " filename is " + toString(pDataArray->templatefile.length()) + " long. The uchime program can't handle files with a full path longer than 257 characters, please correct input file name.\n"); pDataArray->m->control_pressed = true; return 0; + } + vector cPara; diff --git a/source/commands/chimeravsearchcommand.cpp b/source/commands/chimeravsearchcommand.cpp new file mode 100644 index 00000000..ae45768a --- /dev/null +++ b/source/commands/chimeravsearchcommand.cpp @@ -0,0 +1,1443 @@ +// +// chimeravsearchcommand.cpp +// Mothur +// +// Created by Sarah Westcott on 6/16/16. +// Copyright (c) 2016 Schloss Lab. All rights reserved. +// + +#include "chimeravsearchcommand.h" +#include "deconvolutecommand.h" +#include "sequence.hpp" +#include "systemcommand.h" +#include "degapseqscommand.h" + +//********************************************************************************************************************** +vector ChimeraVsearchCommand::setParameters(){ + try { + CommandParameter ptemplate("reference", "InputTypes", "", "", "none", "none", "none","",false,true,true); parameters.push_back(ptemplate); + CommandParameter pfasta("fasta", "InputTypes", "", "", "none", "none", "none","chimera-accnos",false,true,true); parameters.push_back(pfasta); + CommandParameter pname("name", "InputTypes", "", "", "NameCount", "none", "none","",false,false,true); parameters.push_back(pname); + CommandParameter pcount("count", "InputTypes", "", "", "NameCount-CountGroup", "none", "none","",false,false,true); parameters.push_back(pcount); + CommandParameter pgroup("group", "InputTypes", "", "", "CountGroup", "none", "none","",false,false,true); parameters.push_back(pgroup); + CommandParameter pprocessors("processors", "Number", "", "1", "", "", "","",false,false,true); parameters.push_back(pprocessors); + CommandParameter pseed("seed", "Number", "", "0", "", "", "","",false,false); parameters.push_back(pseed); + CommandParameter pinputdir("inputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(pinputdir); + CommandParameter poutputdir("outputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(poutputdir); + CommandParameter pabskew("abskew", "Number", "", "1.9", "", "", "","",false,false); parameters.push_back(pabskew); + CommandParameter pchimealns("uchimealns", "Boolean", "", "F", "", "", "","alns",false,false); parameters.push_back(pchimealns); + CommandParameter pminh("minh", "Number", "", "0.28", "", "", "","",false,false); parameters.push_back(pminh); + CommandParameter pmindiv("mindiv", "Number", "", "0.8", "", "", "","",false,false); parameters.push_back(pmindiv); + CommandParameter pxn("xn", "Number", "", "8.0", "", "", "","",false,false); parameters.push_back(pxn); + CommandParameter pdn("dn", "Number", "", "1.4", "", "", "","",false,false); parameters.push_back(pdn); + CommandParameter pmindiffs("mindiffs", "Number", "", "3", "", "", "","",false,false); parameters.push_back(pmindiffs); + CommandParameter pdups("dereplicate", "Boolean", "", "F", "", "", "","",false,false); parameters.push_back(pdups); + + vector myArray; + for (int i = 0; i < parameters.size(); i++) { myArray.push_back(parameters[i].name); } + return myArray; + } + catch(exception& e) { + m->errorOut(e, "ChimeraVsearchCommand", "setParameters"); + exit(1); + } +} +//********************************************************************************************************************** +string ChimeraVsearchCommand::getHelpString(){ + try { + string helpString = ""; + helpString += "The chimera.vsearch command reads a fastafile and referencefile and outputs potentially chimeric sequences.\n"; + helpString += "This command is a wrapper for vsearch https://github.com/torognes/vsearch.\n"; + helpString += "The chimera.vsearch command parameters are fasta, name, count, reference, processors, dereplicate, abskew, uchimealns, minh, mindiv, xn, dn, mindiffs.\n"; + helpString += "The fasta parameter allows you to enter the fasta file containing your potentially chimeric sequences, and is required, unless you have a valid current fasta file. \n"; + helpString += "The name parameter allows you to provide a name file, if you are using template=self. \n"; + helpString += "The count parameter allows you to provide a count file, if you are using template=self. When you use a count file with group info and dereplicate=T, mothur will create a *.pick.count_table file containing seqeunces after chimeras are removed. \n"; + helpString += "You may enter multiple fasta files by separating their names with dashes. ie. fasta=abrecovery.fasta-amazon.fasta \n"; + helpString += "The group parameter allows you to provide a group file. The group file can be used with a namesfile and reference=self. When checking sequences, only sequences from the same group as the query sequence will be used as the reference. \n"; + helpString += "If the dereplicate parameter is false, then if one group finds the seqeunce to be chimeric, then all groups find it to be chimeric, default=f.\n"; + helpString += "The reference parameter allows you to enter a reference file containing known non-chimeric sequences, and is required. You may also set template=self, in this case the abundant sequences will be used as potential parents. \n"; + helpString += "The processors parameter allows you to specify how many processors you would like to use. The default is 1. \n"; + helpString += "The abskew parameter can only be used with template=self. Minimum abundance skew. Default 1.9. Abundance skew is: min [ abund(parent1), abund(parent2) ] / abund(query).\n"; + helpString += "The uchimealns parameter allows you to indicate you would like a file containing multiple alignments of query sequences to parents in human readable format. Alignments show columns with differences that support or contradict a chimeric model.\n"; + helpString += "The minh parameter - mininum score to report chimera. Default 0.3. Values from 0.1 to 5 might be reasonable. Lower values increase sensitivity but may report more false positives. If you decrease xn you may need to increase minh, and vice versa.\n"; + helpString += "The mindiv parameter - minimum divergence ratio, default 0.5. Div ratio is 100%% - %%identity between query sequence and the closest candidate for being a parent. If you don't care about very close chimeras, then you could increase mindiv to, say, 1.0 or 2.0, and also decrease minh, say to 0.1, to increase sensitivity. How well this works will depend on your data. Best is to tune parameters on a good benchmark.\n"; + helpString += "The xn parameter - weight of a no vote. Default 8.0. Decreasing this weight to around 3 or 4 may give better performance on denoised data.\n"; + helpString += "The dn parameter - pseudo-count prior on number of no votes. Default 1.4. Probably no good reason to change this unless you can retune to a good benchmark for your data. Reasonable values are probably in the range from 0.2 to 2.\n"; + helpString += "The mindiffs parameter - minimum number of differences in segment Default = (3).\n"; + helpString += "The chimera.vsearch command should be in the following format: \n"; + helpString += "chimera.vsearch(fasta=yourFastaFile, reference=yourTemplate) \n"; + helpString += "Example: chimera.vsearch(fasta=AD.align, reference=silva.gold.align) \n"; + helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFastaFile).\n"; + return helpString; + } + catch(exception& e) { + m->errorOut(e, "ChimeraVsearchCommand", "getHelpString"); + exit(1); + } +} +//********************************************************************************************************************** +string ChimeraVsearchCommand::getOutputPattern(string type) { + try { + string pattern = ""; + + if (type == "chimera") { pattern = "[filename],[tag],vsearch.chimeras"; } + else if (type == "accnos") { pattern = "[filename],[tag],vsearch.accnos"; } + else if (type == "alns") { pattern = "[filename],[tag],vsearch.alns"; } + else if (type == "count") { pattern = "[filename],[tag],vsearch.pick.count_table"; } + else { m->mothurOut("[ERROR]: No definition for type " + type + " output pattern.\n"); m->control_pressed = true; } + + return pattern; + } + catch(exception& e) { + m->errorOut(e, "ChimeraVsearchCommand", "getOutputPattern"); + exit(1); + } +} +//********************************************************************************************************************** +ChimeraVsearchCommand::ChimeraVsearchCommand(){ + try { + abort = true; calledHelp = true; + setParameters(); + vector tempOutNames; + outputTypes["chimera"] = tempOutNames; + outputTypes["accnos"] = tempOutNames; + outputTypes["alns"] = tempOutNames; + outputTypes["count"] = tempOutNames; + } + catch(exception& e) { + m->errorOut(e, "ChimeraVsearchCommand", "ChimeraVsearchCommand"); + exit(1); + } +} +//*************************************************************************************************************** +ChimeraVsearchCommand::ChimeraVsearchCommand(string option) { + try { + abort = false; calledHelp = false; hasName=false; hasCount=false; + + //allow user to run help + if(option == "help") { help(); abort = true; calledHelp = true; } + else if(option == "citation") { citation(); abort = true; calledHelp = true;} + + else { + vector myArray = setParameters(); + + OptionParser parser(option); + map parameters = parser.getParameters(); + + ValidParameters validParameter("chimera.vsearch"); + map::iterator it; + + //check to make sure all parameters are valid for command + for (it = parameters.begin(); it != parameters.end(); it++) { + if (validParameter.isValidParameter(it->first, myArray, it->second) != true) { abort = true; } + } + + vector tempOutNames; + outputTypes["chimera"] = tempOutNames; + outputTypes["accnos"] = tempOutNames; + outputTypes["alns"] = tempOutNames; + outputTypes["count"] = tempOutNames; + + //if the user changes the input directory command factory will send this info to us in the output parameter + string inputDir = validParameter.validFile(parameters, "inputdir", false); + if (inputDir == "not found"){ inputDir = ""; } + + //check for required parameters + fastafile = validParameter.validFile(parameters, "fasta", false); + if (fastafile == "not found") { + //if there is a current fasta file, use it + string filename = m->getFastaFile(); + if (filename != "") { fastaFileNames.push_back(filename); m->mothurOut("Using " + filename + " as input file for the fasta parameter."); m->mothurOutEndLine(); } + else { m->mothurOut("You have no current fastafile and the fasta parameter is required."); m->mothurOutEndLine(); abort = true; } + }else { + m->splitAtDash(fastafile, fastaFileNames); + + //go through files and make sure they are good, if not, then disregard them + for (int i = 0; i < fastaFileNames.size(); i++) { + + bool ignore = false; + if (fastaFileNames[i] == "current") { + fastaFileNames[i] = m->getFastaFile(); + if (fastaFileNames[i] != "") { m->mothurOut("Using " + fastaFileNames[i] + " as input file for the fasta parameter where you had given current."); m->mothurOutEndLine(); } + else { + m->mothurOut("You have no current fastafile, ignoring current."); m->mothurOutEndLine(); ignore=true; + //erase from file list + fastaFileNames.erase(fastaFileNames.begin()+i); + i--; + } + } + + if (!ignore) { + + if (inputDir != "") { + string path = m->hasPath(fastaFileNames[i]); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { fastaFileNames[i] = inputDir + fastaFileNames[i]; } + } + + int ableToOpen; + ifstream in; + + ableToOpen = m->openInputFile(fastaFileNames[i], in, "noerror"); + + //if you can't open it, try default location + if (ableToOpen == 1) { + if (m->getDefaultPath() != "") { //default path is set + string tryPath = m->getDefaultPath() + m->getSimpleName(fastaFileNames[i]); + m->mothurOut("Unable to open " + fastaFileNames[i] + ". Trying default " + tryPath); m->mothurOutEndLine(); + ifstream in2; + ableToOpen = m->openInputFile(tryPath, in2, "noerror"); + in2.close(); + fastaFileNames[i] = tryPath; + } + } + + if (ableToOpen == 1) { + if (m->getOutputDir() != "") { //default path is set + string tryPath = m->getOutputDir() + m->getSimpleName(fastaFileNames[i]); + m->mothurOut("Unable to open " + fastaFileNames[i] + ". Trying output directory " + tryPath); m->mothurOutEndLine(); + ifstream in2; + ableToOpen = m->openInputFile(tryPath, in2, "noerror"); + in2.close(); + fastaFileNames[i] = tryPath; + } + } + + in.close(); + + if (ableToOpen == 1) { + m->mothurOut("Unable to open " + fastaFileNames[i] + ". It will be disregarded."); m->mothurOutEndLine(); + //erase from file list + fastaFileNames.erase(fastaFileNames.begin()+i); + i--; + }else { + m->setFastaFile(fastaFileNames[i]); + } + } + } + + //make sure there is at least one valid file left + if (fastaFileNames.size() == 0) { m->mothurOut("[ERROR]: no valid files."); m->mothurOutEndLine(); abort = true; } + } + + + //check for required parameters + namefile = validParameter.validFile(parameters, "name", false); + if (namefile == "not found") { namefile = ""; } + else { + m->splitAtDash(namefile, nameFileNames); + + //go through files and make sure they are good, if not, then disregard them + for (int i = 0; i < nameFileNames.size(); i++) { + + bool ignore = false; + if (nameFileNames[i] == "current") { + nameFileNames[i] = m->getNameFile(); + if (nameFileNames[i] != "") { m->mothurOut("Using " + nameFileNames[i] + " as input file for the name parameter where you had given current."); m->mothurOutEndLine(); } + else { + m->mothurOut("You have no current namefile, ignoring current."); m->mothurOutEndLine(); ignore=true; + //erase from file list + nameFileNames.erase(nameFileNames.begin()+i); + i--; + } + } + + if (!ignore) { + + if (inputDir != "") { + string path = m->hasPath(nameFileNames[i]); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { nameFileNames[i] = inputDir + nameFileNames[i]; } + } + + int ableToOpen; + ifstream in; + + ableToOpen = m->openInputFile(nameFileNames[i], in, "noerror"); + + //if you can't open it, try default location + if (ableToOpen == 1) { + if (m->getDefaultPath() != "") { //default path is set + string tryPath = m->getDefaultPath() + m->getSimpleName(nameFileNames[i]); + m->mothurOut("Unable to open " + nameFileNames[i] + ". Trying default " + tryPath); m->mothurOutEndLine(); + ifstream in2; + ableToOpen = m->openInputFile(tryPath, in2, "noerror"); + in2.close(); + nameFileNames[i] = tryPath; + } + } + + if (ableToOpen == 1) { + if (m->getOutputDir() != "") { //default path is set + string tryPath = m->getOutputDir() + m->getSimpleName(nameFileNames[i]); + m->mothurOut("Unable to open " + nameFileNames[i] + ". Trying output directory " + tryPath); m->mothurOutEndLine(); + ifstream in2; + ableToOpen = m->openInputFile(tryPath, in2, "noerror"); + in2.close(); + nameFileNames[i] = tryPath; + } + } + + in.close(); + + if (ableToOpen == 1) { + m->mothurOut("Unable to open " + nameFileNames[i] + ". It will be disregarded."); m->mothurOutEndLine(); + //erase from file list + nameFileNames.erase(nameFileNames.begin()+i); + i--; + }else { + m->setNameFile(nameFileNames[i]); + } + } + } + } + + if (nameFileNames.size() != 0) { hasName = true; } + + //check for required parameters + vector countfileNames; + countfile = validParameter.validFile(parameters, "count", false); + if (countfile == "not found") { + countfile = ""; + }else { + m->splitAtDash(countfile, countfileNames); + + //go through files and make sure they are good, if not, then disregard them + for (int i = 0; i < countfileNames.size(); i++) { + + bool ignore = false; + if (countfileNames[i] == "current") { + countfileNames[i] = m->getCountTableFile(); + if (nameFileNames[i] != "") { m->mothurOut("Using " + countfileNames[i] + " as input file for the count parameter where you had given current."); m->mothurOutEndLine(); } + else { + m->mothurOut("You have no current count file, ignoring current."); m->mothurOutEndLine(); ignore=true; + //erase from file list + countfileNames.erase(countfileNames.begin()+i); + i--; + } + } + + if (!ignore) { + + if (inputDir != "") { + string path = m->hasPath(countfileNames[i]); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { countfileNames[i] = inputDir + countfileNames[i]; } + } + + int ableToOpen; + ifstream in; + + ableToOpen = m->openInputFile(countfileNames[i], in, "noerror"); + + //if you can't open it, try default location + if (ableToOpen == 1) { + if (m->getDefaultPath() != "") { //default path is set + string tryPath = m->getDefaultPath() + m->getSimpleName(countfileNames[i]); + m->mothurOut("Unable to open " + countfileNames[i] + ". Trying default " + tryPath); m->mothurOutEndLine(); + ifstream in2; + ableToOpen = m->openInputFile(tryPath, in2, "noerror"); + in2.close(); + countfileNames[i] = tryPath; + } + } + + if (ableToOpen == 1) { + if (m->getOutputDir() != "") { //default path is set + string tryPath = m->getOutputDir() + m->getSimpleName(countfileNames[i]); + m->mothurOut("Unable to open " + countfileNames[i] + ". Trying output directory " + tryPath); m->mothurOutEndLine(); + ifstream in2; + ableToOpen = m->openInputFile(tryPath, in2, "noerror"); + in2.close(); + countfileNames[i] = tryPath; + } + } + + in.close(); + + if (ableToOpen == 1) { + m->mothurOut("Unable to open " + countfileNames[i] + ". It will be disregarded."); m->mothurOutEndLine(); + //erase from file list + countfileNames.erase(countfileNames.begin()+i); + i--; + }else { + m->setCountTableFile(countfileNames[i]); + } + } + } + } + + if (countfileNames.size() != 0) { hasCount = true; } + + //make sure there is at least one valid file left + if (hasName && hasCount) { m->mothurOut("[ERROR]: You must enter ONLY ONE of the following: count or name."); m->mothurOutEndLine(); abort = true; } + + if (!hasName && hasCount) { nameFileNames = countfileNames; } + + if ((hasCount || hasName) && (nameFileNames.size() != fastaFileNames.size())) { m->mothurOut("[ERROR]: The number of name or count files does not match the number of fastafiles, please correct."); m->mothurOutEndLine(); abort=true; } + + bool hasGroup = true; + groupfile = validParameter.validFile(parameters, "group", false); + if (groupfile == "not found") { groupfile = ""; hasGroup = false; } + else { + m->splitAtDash(groupfile, groupFileNames); + + //go through files and make sure they are good, if not, then disregard them + for (int i = 0; i < groupFileNames.size(); i++) { + + bool ignore = false; + if (groupFileNames[i] == "current") { + groupFileNames[i] = m->getGroupFile(); + if (groupFileNames[i] != "") { m->mothurOut("Using " + groupFileNames[i] + " as input file for the group parameter where you had given current."); m->mothurOutEndLine(); } + else { + m->mothurOut("You have no current namefile, ignoring current."); m->mothurOutEndLine(); ignore=true; + //erase from file list + groupFileNames.erase(groupFileNames.begin()+i); + i--; + } + } + + if (!ignore) { + + if (inputDir != "") { + string path = m->hasPath(groupFileNames[i]); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { groupFileNames[i] = inputDir + groupFileNames[i]; } + } + + int ableToOpen; + ifstream in; + + ableToOpen = m->openInputFile(groupFileNames[i], in, "noerror"); + + //if you can't open it, try default location + if (ableToOpen == 1) { + if (m->getDefaultPath() != "") { //default path is set + string tryPath = m->getDefaultPath() + m->getSimpleName(groupFileNames[i]); + m->mothurOut("Unable to open " + groupFileNames[i] + ". Trying default " + tryPath); m->mothurOutEndLine(); + ifstream in2; + ableToOpen = m->openInputFile(tryPath, in2, "noerror"); + in2.close(); + groupFileNames[i] = tryPath; + } + } + + if (ableToOpen == 1) { + if (m->getOutputDir() != "") { //default path is set + string tryPath = m->getOutputDir() + m->getSimpleName(groupFileNames[i]); + m->mothurOut("Unable to open " + groupFileNames[i] + ". Trying output directory " + tryPath); m->mothurOutEndLine(); + ifstream in2; + ableToOpen = m->openInputFile(tryPath, in2, "noerror"); + in2.close(); + groupFileNames[i] = tryPath; + } + } + + in.close(); + + if (ableToOpen == 1) { + m->mothurOut("Unable to open " + groupFileNames[i] + ". It will be disregarded."); m->mothurOutEndLine(); + //erase from file list + groupFileNames.erase(groupFileNames.begin()+i); + i--; + }else { + m->setGroupFile(groupFileNames[i]); + } + } + } + + //make sure there is at least one valid file left + if (groupFileNames.size() == 0) { m->mothurOut("[ERROR]: no valid group files."); m->mothurOutEndLine(); abort = true; } + } + + if (hasGroup && (groupFileNames.size() != fastaFileNames.size())) { m->mothurOut("[ERROR]: The number of groupfiles does not match the number of fastafiles, please correct."); m->mothurOutEndLine(); abort=true; } + + if (hasGroup && hasCount) { m->mothurOut("[ERROR]: You must enter ONLY ONE of the following: count or group."); m->mothurOutEndLine(); abort = true; } + //if the user changes the output directory command factory will send this info to us in the output parameter + outputDir = validParameter.validFile(parameters, "outputdir", false); if (outputDir == "not found"){ outputDir = ""; } + + + //if the user changes the output directory command factory will send this info to us in the output parameter + outputDir = validParameter.validFile(parameters, "outputdir", false); if (outputDir == "not found"){ outputDir = ""; } + + string path; + it = parameters.find("reference"); + //user has given a template file + if(it != parameters.end()){ + if (it->second == "self") { templatefile = "self"; } + else { + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["reference"] = inputDir + it->second; } + + templatefile = validParameter.validFile(parameters, "reference", true); + if (templatefile == "not open") { abort = true; } + else if (templatefile == "not found") { //check for saved reference sequences + m->mothurOut("[ERROR]: The reference parameter is a required.\n"); abort = true; + } + } + }else if (hasName) { templatefile = "self"; } + else if (hasCount) { templatefile = "self"; } + else { + m->mothurOut("[ERROR]: The reference parameter is a required."); + + templatefile = ""; abort = true; + } + + string temp = validParameter.validFile(parameters, "processors", false); if (temp == "not found"){ temp = m->getProcessors(); } + m->setProcessors(temp); + m->mothurConvert(temp, processors); + + abskew = validParameter.validFile(parameters, "abskew", false); if (abskew == "not found"){ useAbskew = false; abskew = "1.9"; }else{ useAbskew = true; } + if (useAbskew && templatefile != "self") { m->mothurOut("The abskew parameter is only valid with template=self, ignoring."); m->mothurOutEndLine(); useAbskew = false; } + + temp = validParameter.validFile(parameters, "chimealns", false); if (temp == "not found") { temp = "f"; } + chimealns = m->isTrue(temp); + + minh = validParameter.validFile(parameters, "minh", false); if (minh == "not found") { useMinH = false; minh = "0.28"; } else{ useMinH = true; } + mindiv = validParameter.validFile(parameters, "mindiv", false); if (mindiv == "not found") { useMindiv = false; mindiv = "0.8"; } else{ useMindiv = true; } + xn = validParameter.validFile(parameters, "xn", false); if (xn == "not found") { useXn = false; xn = "8.0"; } else{ useXn = true; } + dn = validParameter.validFile(parameters, "dn", false); if (dn == "not found") { useDn = false; dn = "1.4"; } else{ useDn = true; } + mindiffs = validParameter.validFile(parameters, "mindiffs", false); if (mindiffs == "not found") { useMindiffs = false; mindiffs = "3"; } else{ useMindiffs = true; } + + temp = validParameter.validFile(parameters, "dereplicate", false); + if (temp == "not found") { temp = "false"; } + dups = m->isTrue(temp); + + + if (hasName && (templatefile != "self")) { m->mothurOut("You have provided a namefile and the reference parameter is not set to self. I am not sure what reference you are trying to use, aborting."); m->mothurOutEndLine(); abort=true; } + if (hasCount && (templatefile != "self")) { m->mothurOut("You have provided a countfile and the reference parameter is not set to self. I am not sure what reference you are trying to use, aborting."); m->mothurOutEndLine(); abort=true; } + if (hasGroup && (templatefile != "self")) { m->mothurOut("You have provided a group file and the reference parameter is not set to self. I am not sure what reference you are trying to use, aborting."); m->mothurOutEndLine(); abort=true; } + + //look for uchime exe + path = m->mothurProgramPath; + string vsearchCommand; +#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) + vsearchCommand = path + "vsearch"; // format the database, -o option gives us the ability + if (m->debug) { + m->mothurOut("[DEBUG]: vsearch location using \"which vsearch\" = "); + Command* newCommand = new SystemCommand("which vsearch"); m->mothurOutEndLine(); + newCommand->execute(); + delete newCommand; + m->mothurOut("[DEBUG]: Mothur's location using \"which mothur\" = "); + newCommand = new SystemCommand("which mothur"); m->mothurOutEndLine(); + newCommand->execute(); + delete newCommand; + } +#else + vsearchCommand = path + "\\vsearch.exe"; +#endif + + //test to make sure uchime exists + ifstream in; + vsearchCommand = m->getFullPathName(vsearchCommand); + int ableToOpen = m->openInputFile(vsearchCommand, in, "no error"); in.close(); + if(ableToOpen == 1) { + m->mothurOut(vsearchCommand + " file does not exist. Checking path... \n"); + //check to see if uchime is in the path?? + + ifstream in2; + string uLocation = ""; +#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) + uLocation = m->findProgramPath("vsearch"); + ableToOpen = m->openInputFile(uLocation, in2, "no error"); in2.close(); +#else + uLocation = m->findProgramPath("vsearch.exe"); + ableToOpen = m->openInputFile(uLocation, in2, "no error"); in2.close(); +#endif + + if(ableToOpen == 1) { m->mothurOut("[ERROR]: " + uLocation + " file does not exist. mothur requires the vsearch executable."); m->mothurOutEndLine(); abort = true; } + else { m->mothurOut("Found vsearch in your path, using " + uLocation + "\n");vsearchLocation = uLocation; } + }else { vsearchLocation = vsearchCommand; } + + vsearchLocation = m->getFullPathName(vsearchLocation); + + if (m->debug) { m->mothurOut("[DEBUG]: vsearch location using " + vsearchLocation + "\n"); } + } + } + catch(exception& e) { + m->errorOut(e, "ChimeraVsearchCommand", "ChimeraVsearchCommand"); + exit(1); + } +} +//*************************************************************************************************************** + +int ChimeraVsearchCommand::execute(){ + try{ + + if (abort == true) { if (calledHelp) { return 0; } return 2; } + + for (int s = 0; s < fastaFileNames.size(); s++) { + + m->mothurOut("Checking sequences from " + fastaFileNames[s] + " ..." ); m->mothurOutEndLine(); + + int start = time(NULL); + string nameFile = ""; + if (outputDir == "") { outputDir = m->hasPath(fastaFileNames[s]); }//if user entered a file with a path then preserve it + map variables; + variables["[filename]"] = outputDir + m->getRootName(m->getSimpleName(fastaFileNames[s])); + variables["[tag]"] = "denovo"; + if (templatefile != "self") { variables["[tag]"] = "ref"; } + string outputFileName = getOutputFileName("chimera", variables); + string accnosFileName = getOutputFileName("accnos", variables); + string alnsFileName = getOutputFileName("alns", variables); + string newFasta = m->getRootName(fastaFileNames[s]) + "temp"; + string newCountFile = ""; + + //you provided a groupfile + string groupFile = ""; + bool hasGroup = false; + int numSeqs = 0; + if (groupFileNames.size() != 0) { groupFile = groupFileNames[s]; hasGroup = true; } + else if (hasCount) { + CountTable ct; + if (ct.testGroups(nameFileNames[s])) { hasGroup = true; } + variables["[filename]"] = outputDir + m->getRootName(m->getSimpleName(nameFileNames[s])); + newCountFile = getOutputFileName("count", variables); + } + + //setup fasta file if denovo and no groups + if ((templatefile == "self") && (!hasGroup)) { //you want to run uchime with a template=self and no groups + + if (processors != 1) { m->mothurOut("When using template=self, mothur can only use 1 processor, continuing."); m->mothurOutEndLine(); processors = 1; } + if (nameFileNames.size() != 0) { //you provided a namefile and we don't need to create one + nameFile = nameFileNames[s]; + }else { nameFile = getNamesFile(fastaFileNames[s]); } + + map seqs; + numSeqs = readFasta(fastaFileNames[s], seqs); if (m->control_pressed) { for (int j = 0; j < outputNames.size(); j++) { m->mothurRemove(outputNames[j]); } return 0; } + + //read namefile + vector nameMapCount; + int error; + if (hasCount) { + CountTable ct; ct.readTable(nameFile, true, false); + for(map::iterator it = seqs.begin(); it != seqs.end(); it++) { + int num = ct.getNumSeqs(it->first); + if (num == 0) { error = 1; } + else { seqPriorityNode temp(num, it->second, it->first); nameMapCount.push_back(temp); } + } + }else { error = m->readNames(nameFile, nameMapCount, seqs); if (m->control_pressed || (error == 1)) { for (int j = 0; j < outputNames.size(); j++) { m->mothurRemove(outputNames[j]); }return 0; } + } + if (seqs.size() != nameMapCount.size()) { m->mothurOut( "The number of sequences in your fastafile does not match the number of sequences in your namefile, aborting."); m->mothurOutEndLine(); for (int j = 0; j < outputNames.size(); j++) { m->mothurRemove(outputNames[j]); } return 0; } + + m->printVsearchFile(nameMapCount, newFasta, ";size=", ";"); + fastaFileNames[s] = newFasta; + } + + if (m->control_pressed) { for (int j = 0; j < outputNames.size(); j++) { m->mothurRemove(outputNames[j]); } return 0; } + + if (hasGroup) { + if (nameFileNames.size() != 0) { //you provided a namefile and we don't need to create one + nameFile = nameFileNames[s]; + }else { nameFile = getNamesFile(fastaFileNames[s]); } + + //Parse sequences by group + vector groups; + map uniqueNames; + vector temp; + if (hasCount) { + cparser = new SequenceCountParser(nameFile, fastaFileNames[s], temp); + groups = cparser->getNamesOfGroups(); + uniqueNames = cparser->getAllSeqsMap(); + }else{ + sparser = new SequenceParser(groupFile, fastaFileNames[s], nameFile, temp); + groups = sparser->getNamesOfGroups(); + uniqueNames = sparser->getAllSeqsMap(); + } + + if (m->control_pressed) { for (int j = 0; j < outputNames.size(); j++) { m->mothurRemove(outputNames[j]); } return 0; } + + //clears files + ofstream out, out1, out2; + m->openOutputFile(outputFileName, out); out.close(); + m->openOutputFile(accnosFileName, out1); out1.close(); + if (chimealns) { m->openOutputFile(alnsFileName, out2); out2.close(); } + + //paralellized in vsearch + driverGroups(outputFileName, newFasta, accnosFileName, alnsFileName, newCountFile, 0, groups.size(), groups); + if (hasCount && dups) { + CountTable c; c.readTable(nameFile, true, false); + if (!m->isBlank(newCountFile)) { + ifstream in2; + m->openInputFile(newCountFile, in2); + + string name, group; + while (!in2.eof()) { + in2 >> name >> group; m->gobble(in2); + c.setAbund(name, group, 0); + } + in2.close(); + } + m->mothurRemove(newCountFile); + c.printTable(newCountFile); + } + + if (m->control_pressed) { for (int j = 0; j < outputNames.size(); j++) { m->mothurRemove(outputNames[j]); } return 0; } + + if (!dups) { + int totalChimeras = deconvoluteResults(uniqueNames, outputFileName, accnosFileName, alnsFileName); + + m->mothurOutEndLine(); m->mothurOut("It took " + toString(time(NULL) - start) + " secs to check " + toString(uniqueNames.size()) + " sequences. " + toString(totalChimeras) + " chimeras were found."); m->mothurOutEndLine(); + m->mothurOut("The number of sequences checked may be larger than the number of unique sequences because some sequences are found in several samples."); m->mothurOutEndLine(); + }else { + + if (hasCount) { + set doNotRemove; + CountTable c; c.readTable(newCountFile, true, true); + vector namesInTable = c.getNamesOfSeqs(); + for (int i = 0; i < namesInTable.size(); i++) { + int temp = c.getNumSeqs(namesInTable[i]); + if (temp == 0) { c.remove(namesInTable[i]); } + else { doNotRemove.insert((namesInTable[i])); } + } + //remove names we want to keep from accnos file. + set accnosNames = m->readAccnos(accnosFileName); + ofstream out2; + m->openOutputFile(accnosFileName, out2); + for (set::iterator it = accnosNames.begin(); it != accnosNames.end(); it++) { + if (doNotRemove.count(*it) == 0) { out2 << (*it) << endl; } + } + out2.close(); + c.printTable(newCountFile); + outputNames.push_back(newCountFile); outputTypes["count"].push_back(newCountFile); + } + } + + if (hasCount) { delete cparser; } + else { delete sparser; } + + if (m->control_pressed) { for (int j = 0; j < outputNames.size(); j++) { m->mothurRemove(outputNames[j]); } return 0; } + + }else{ + if (m->control_pressed) { for (int j = 0; j < outputNames.size(); j++) { m->mothurRemove(outputNames[j]); } return 0; } + + int numChimeras = 0; + + //paralellized in vsearch + driver(outputFileName, fastaFileNames[s], accnosFileName, alnsFileName, numChimeras); + + //add headings + ofstream out; + m->openOutputFile(outputFileName+".temp", out); + out << "Score\tQuery\tParentA\tParentB\tIdQM\tIdQA\tIdQB\tIdAB\tIdQT\tLY\tLN\tLA\tRY\tRN\tRA\tDiv\tYN\n"; + out.close(); + + m->appendFiles(outputFileName, outputFileName+".temp"); + m->mothurRemove(outputFileName); rename((outputFileName+".temp").c_str(), outputFileName.c_str()); + + if (m->control_pressed) { for (int j = 0; j < outputNames.size(); j++) { m->mothurRemove(outputNames[j]); } return 0; } + + //remove file made for uchime + if (templatefile == "self") { m->mothurRemove(fastaFileNames[s]); } + + m->mothurOutEndLine(); m->mothurOut("It took " + toString(time(NULL) - start) + " secs to check " + toString(numSeqs) + " sequences. " + toString(numChimeras) + " chimeras were found."); m->mothurOutEndLine(); + } + + outputNames.push_back(outputFileName); outputTypes["chimera"].push_back(outputFileName); + outputNames.push_back(accnosFileName); outputTypes["accnos"].push_back(accnosFileName); + if (chimealns) { outputNames.push_back(alnsFileName); outputTypes["alns"].push_back(alnsFileName); } + } + + //set accnos file as new current accnosfile + string current = ""; + itTypes = outputTypes.find("accnos"); + if (itTypes != outputTypes.end()) { + if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setAccnosFile(current); } + } + + itTypes = outputTypes.find("count"); + if (itTypes != outputTypes.end()) { + if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setCountTableFile(current); } + } + + m->mothurOutEndLine(); + m->mothurOut("Output File Names: "); m->mothurOutEndLine(); + for (int i = 0; i < outputNames.size(); i++) { m->mothurOut(outputNames[i]); m->mothurOutEndLine(); } + m->mothurOutEndLine(); + + return 0; + + } + catch(exception& e) { + m->errorOut(e, "ChimeraVsearchCommand", "execute"); + exit(1); + } +} +//********************************************************************************************************************** +int ChimeraVsearchCommand::deconvoluteResults(map& uniqueNames, string outputFileName, string accnosFileName, string alnsFileName){ + try { + map::iterator itUnique; + int total = 0; + + ofstream out2; + m->openOutputFile(accnosFileName+".temp", out2); + + string name; + set namesInFile; //this is so if a sequence is found to be chimera in several samples we dont write it to the results file more than once + set::iterator itNames; + set chimerasInFile; + set::iterator itChimeras; + + if (!m->isBlank(accnosFileName)) { + //edit accnos file + ifstream in2; + m->openInputFile(accnosFileName, in2); + + while (!in2.eof()) { + if (m->control_pressed) { in2.close(); out2.close(); m->mothurRemove(outputFileName); m->mothurRemove((accnosFileName+".temp")); return 0; } + + in2 >> name; m->gobble(in2); + + //find unique name + itUnique = uniqueNames.find(name); + + if (itUnique == uniqueNames.end()) { m->mothurOut("[ERROR]: trouble parsing accnos results. Cannot find " + name + "."); m->mothurOutEndLine(); m->control_pressed = true; } + else { + itChimeras = chimerasInFile.find((itUnique->second)); + + if (itChimeras == chimerasInFile.end()) { + out2 << itUnique->second << endl; + chimerasInFile.insert((itUnique->second)); + total++; + } + } + } + in2.close(); + } + out2.close(); + + m->mothurRemove(accnosFileName); + rename((accnosFileName+".temp").c_str(), accnosFileName.c_str()); + + + + //edit chimera file + ifstream in; + m->openInputFile(outputFileName, in); + + ofstream out; + m->openOutputFile(outputFileName+".temp", out); out.setf(ios::fixed, ios::floatfield); out.setf(ios::showpoint); + //out << "Score\tQuery\tParentA\tParentB\tIdQM\tIdQA\tIdQB\tIdAB\tIdQT\tLY\tLN\tLA\tRY\tRN\tRA\tDiv\tYN\n"; + + float temp1; + string parent1, parent2, parent3, temp2, temp3, temp4, temp5, temp6, temp7, temp8, temp9, temp10, temp11, temp12, temp13, flag; + name = ""; + namesInFile.clear(); + //assumptions - in file each read will always look like - if uchime source is updated, revisit this code. + /* 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 + 0.000000 F11Fcsw_33372/ab=18/ * * * * * * * * * * * * * * N + 0.0000 GQY1XT001C296C;size=356; * * * * * * * * 0 0 0 0 0 0 * N + 0.0469 GQY1XT001CPCVN;size=154; GQY1XT001C296C;size=356; GQY1XT001C44N8;size=323; GQY1XT001C44N8;size=323; 93.8 91.5 92.3 92.6 92.3 4 0 7 9 3 7 1.5 N + 0.018300 F11Fcsw_14980/ab=16/ F11Fcsw_1915/ab=35/ F11Fcsw_6032/ab=42/ 79.9 78.7 78.2 78.7 79.2 3 0 5 11 10 20 1.46 N + */ + + while (!in.eof()) { + + if (m->control_pressed) { in.close(); out.close(); m->mothurRemove((outputFileName+".temp")); return 0; } + + bool print = false; + in >> temp1; m->gobble(in); + in >> name; m->gobble(in); + in >> parent1; m->gobble(in); + in >> parent2; m->gobble(in); + in >> parent3; m->gobble(in); + in >> temp2 >> temp3 >> temp4 >> temp5 >> temp6 >> temp7 >> temp8 >> temp9 >> temp10 >> temp11 >> temp12 >> temp13 >> flag; + m->gobble(in); + + //parse name - name will look like U68590/ab=1/ + string restOfName = ""; + int pos = name.find_first_of(';'); + if (pos != string::npos) { + restOfName = name.substr(pos); + name = name.substr(0, pos); + } + + //find unique name + itUnique = uniqueNames.find(name); + + if (itUnique == uniqueNames.end()) { m->mothurOut("[ERROR]: trouble parsing chimera results. Cannot find "+ name + "."); m->mothurOutEndLine(); m->control_pressed = true; } + else { + name = itUnique->second; + //is this name already in the file + itNames = namesInFile.find((name)); + + if (itNames == namesInFile.end()) { //no not in file + if (flag == "N") { //are you really a no?? + //is this sequence really not chimeric?? + itChimeras = chimerasInFile.find(name); + + //then you really are a no so print, otherwise skip + if (itChimeras == chimerasInFile.end()) { print = true; } + }else{ print = true; } + } + } + + if (print) { + out << temp1 << '\t' << name << restOfName << '\t'; + namesInFile.insert(name); + + //parse parent1 names + if (parent1 != "*") { + restOfName = ""; + pos = parent1.find_first_of(';'); + if (pos != string::npos) { + restOfName = parent1.substr(pos); + parent1 = parent1.substr(0, pos); + } + + itUnique = uniqueNames.find(parent1); + if (itUnique == uniqueNames.end()) { m->mothurOut("[ERROR]: trouble parsing chimera results. Cannot find parentA "+ parent1 + "."); m->mothurOutEndLine(); m->control_pressed = true; } + else { out << itUnique->second << restOfName << '\t'; } + }else { out << parent1 << '\t'; } + + //parse parent2 names + if (parent2 != "*") { + restOfName = ""; + pos = parent2.find_first_of(';'); + if (pos != string::npos) { + restOfName = parent2.substr(pos); + parent2 = parent2.substr(0, pos); + } + + itUnique = uniqueNames.find(parent2); + if (itUnique == uniqueNames.end()) { m->mothurOut("[ERROR]: trouble parsing chimera results. Cannot find parentB "+ parent2 + "."); m->mothurOutEndLine(); m->control_pressed = true; } + else { out << itUnique->second << restOfName << '\t'; } + }else { out << parent2 << '\t'; } + + //parse parent3 names + if (parent3 != "*") { + restOfName = ""; + pos = parent3.find_first_of(';'); + if (pos != string::npos) { + restOfName = parent3.substr(pos); + parent3 = parent3.substr(0, pos); + } + + itUnique = uniqueNames.find(parent3); + if (itUnique == uniqueNames.end()) { m->mothurOut("[ERROR]: trouble parsing chimera results. Cannot find parentC "+ parent3 + "."); m->mothurOutEndLine(); m->control_pressed = true; } + else { out << itUnique->second << restOfName << '\t'; } + }else { out << parent3 << '\t'; } + + out << temp2 << '\t' << temp3 << '\t' << temp4 << '\t' << temp5 << '\t' << temp6 << '\t' << temp7 << '\t' << temp8 << '\t' << temp9 << '\t' << temp10 << '\t' << temp11 << '\t' << temp12 << temp13 << '\t' << flag << endl; + } + } + in.close(); + out.close(); + + m->mothurRemove(outputFileName); + rename((outputFileName+".temp").c_str(), outputFileName.c_str()); + + + //edit anls file + //assumptions - in file each read will always look like - if uchime source is updated, revisit this code. + /* + ------------------------------------------------------------------------ + Query ( 179 nt) F21Fcsw_11639/ab=591/ + ParentA ( 179 nt) F11Fcsw_6529/ab=1625/ + ParentB ( 181 nt) F21Fcsw_12128/ab=1827/ + + A 1 AAGgAAGAtTAATACaagATGgCaTCatgAGtccgCATgTtcAcatGATTAAAG--gTaTtcCGGTagacGATGGGGATG 78 + Q 1 AAGTAAGACTAATACCCAATGACGTCTCTAGAAGACATCTGAAAGAGATTAAAG--ATTTATCGGTGATGGATGGGGATG 78 + B 1 AAGgAAGAtTAATcCaggATGggaTCatgAGttcACATgTccgcatGATTAAAGgtATTTtcCGGTagacGATGGGGATG 80 + Diffs N N A N?N N N NNN N?NB N ?NaNNN B B NN NNNN + Votes 0 0 + 000 0 0 000 000+ 0 00!000 + 00 0000 + Model AAAAAAAAAAAAAAAAAAAAAAxBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB + + A 79 CGTtccATTAGaTaGTaGGCGGGGTAACGGCCCACCtAGtCttCGATggaTAGGGGTTCTGAGAGGAAGGTCCCCCACAT 158 + Q 79 CGTCTGATTAGCTTGTTGGCGGGGTAACGGCCCACCAAGGCAACGATCAGTAGGGGTTCTGAGAGGAAGGTCCCCCACAT 158 + B 81 CGTtccATTAGaTaGTaGGCGGGGTAACGGCCCACCtAGtCAACGATggaTAGGGGTTCTGAGAGGAAGGTCCCCCACAT 160 + Diffs NNN N N N N N BB NNN + Votes 000 0 0 0 0 0 ++ 000 + Model BBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBBB + + A 159 TGGAACTGAGACACGGTCCAA 179 + Q 159 TGGAACTGAGACACGGTCCAA 179 + B 161 TGGAACTGAGACACGGTCCAA 181 + Diffs + Votes + Model BBBBBBBBBBBBBBBBBBBBB + + Ids. QA 76.6%, QB 77.7%, AB 93.7%, QModel 78.9%, Div. +1.5% + Diffs Left 7: N 0, A 6, Y 1 (14.3%); Right 35: N 1, A 30, Y 4 (11.4%), Score 0.0047 + */ + if (chimealns) { + ifstream in3; + m->openInputFile(alnsFileName, in3); + + ofstream out3; + m->openOutputFile(alnsFileName+".temp", out3); out3.setf(ios::fixed, ios::floatfield); out3.setf(ios::showpoint); + + name = ""; + namesInFile.clear(); + string line = ""; + + while (!in3.eof()) { + if (m->control_pressed) { in3.close(); out3.close(); m->mothurRemove(outputFileName); m->mothurRemove((accnosFileName)); m->mothurRemove((alnsFileName+".temp")); return 0; } + + line = ""; + line = m->getline(in3); + string temp = ""; + + if (line != "") { + istringstream iss(line); + iss >> temp; + + //are you a name line + if ((temp == "Query") || (temp == "ParentA") || (temp == "ParentB")) { + int spot = 0; + for (int i = 0; i < line.length(); i++) { + spot = i; + if (line[i] == ')') { break; } + else { out3 << line[i]; } + } + + if (spot == (line.length() - 1)) { m->mothurOut("[ERROR]: could not line sequence name in line " + line + "."); m->mothurOutEndLine(); m->control_pressed = true; } + else if ((spot+2) > (line.length() - 1)) { m->mothurOut("[ERROR]: could not line sequence name in line " + line + "."); m->mothurOutEndLine(); m->control_pressed = true; } + else { + out << line[spot] << line[spot+1]; + + name = line.substr(spot+2); + + //parse name - name will either look like U68590/ab=1/ or U68590 + string restOfName = ""; + int pos = name.find_first_of(';'); + if (pos != string::npos) { + restOfName = name.substr(pos); + name = name.substr(0, pos); + } + + //find unique name + itUnique = uniqueNames.find(name); + + if (itUnique == uniqueNames.end()) { m->mothurOut("[ERROR]: trouble parsing alns results. Cannot find "+ name + "."); m->mothurOutEndLine();m->control_pressed = true; } + else { + //only limit repeats on query names + if (temp == "Query") { + itNames = namesInFile.find((itUnique->second)); + + if (itNames == namesInFile.end()) { + out << itUnique->second << restOfName << endl; + namesInFile.insert((itUnique->second)); + } + }else { out << itUnique->second << restOfName << endl; } + } + + } + + }else { //not need to alter line + out3 << line << endl; + } + }else { out3 << endl; } + } + in3.close(); + out3.close(); + + m->mothurRemove(alnsFileName); + rename((alnsFileName+".temp").c_str(), alnsFileName.c_str()); + } + + return total; + } + catch(exception& e) { + m->errorOut(e, "ChimeraVsearchCommand", "deconvoluteResults"); + exit(1); + } +} +//********************************************************************************************************************** +int ChimeraVsearchCommand::readFasta(string filename, map& seqs){ + try { + //create input file for uchime + //read through fastafile and store info + ifstream in; + m->openInputFile(filename, in); + + int num = 0; + while (!in.eof()) { + + if (m->control_pressed) { in.close(); return 0; } + + Sequence seq(in); m->gobble(in); + seqs[seq.getName()] = seq.getUnaligned(); + num++; + } + in.close(); + + return num; + } + catch(exception& e) { + m->errorOut(e, "ChimeraVsearchCommand", "readFasta"); + exit(1); + } +} +//********************************************************************************************************************** + +string ChimeraVsearchCommand::getNamesFile(string& inputFile){ + try { + string nameFile = ""; + + m->mothurOutEndLine(); m->mothurOut("No namesfile given, running unique.seqs command to generate one."); m->mothurOutEndLine(); m->mothurOutEndLine(); + + //use unique.seqs to create new name and fastafile + string inputString = "fasta=" + inputFile; + m->mothurOut("/******************************************/"); m->mothurOutEndLine(); + m->mothurOut("Running command: unique.seqs(" + inputString + ")"); m->mothurOutEndLine(); + m->mothurCalling = true; + + Command* uniqueCommand = new DeconvoluteCommand(inputString); + uniqueCommand->execute(); + + map > filenames = uniqueCommand->getOutputFiles(); + + delete uniqueCommand; + m->mothurCalling = false; + m->mothurOut("/******************************************/"); m->mothurOutEndLine(); + + nameFile = filenames["name"][0]; + inputFile = filenames["fasta"][0]; + + return nameFile; + } + catch(exception& e) { + m->errorOut(e, "ChimeraVsearchCommand", "getNamesFile"); + exit(1); + } +} +//********************************************************************************************************************** +int ChimeraVsearchCommand::driverGroups(string outputFName, string filename, string accnos, string alns, string countlist, int start, int end, vector groups){ + try { + + int totalSeqs = 0; + int numChimeras = 0; + + + ofstream outCountList; + if (hasCount && dups) { m->openOutputFile(countlist, outCountList); } + + for (int i = start; i < end; i++) { + int start = time(NULL); if (m->control_pressed) { outCountList.close(); m->mothurRemove(countlist); return 0; } + + int error; + long long thisGroupsSeqs = 0; + if (hasCount) { error = cparser->getSeqs(groups[i], filename, ";size=", ";", thisGroupsSeqs, true); if ((error == 1) || m->control_pressed) { return 0; } } + else { error = sparser->getSeqs(groups[i], filename, ";size=", ";", thisGroupsSeqs, true); if ((error == 1) || m->control_pressed) { return 0; } } + + totalSeqs += thisGroupsSeqs; + driver((outputFName + groups[i]), filename, (accnos+groups[i]), (alns+ groups[i]), numChimeras); + + if (m->control_pressed) { return 0; } + + //remove file made for vsearch + if (!m->debug) { m->mothurRemove(filename); } + else { m->mothurOut("[DEBUG]: saving file: " + filename + ".\n"); } + + //if we provided a count file with group info and set dereplicate=t, then we want to create a *.pick.count_table + //This table will zero out group counts for seqs determined to be chimeric by that group. + if (dups) { + if (!m->isBlank(accnos+groups[i])) { + ifstream in; + m->openInputFile(accnos+groups[i], in); + string name; + if (hasCount) { + while (!in.eof()) { + in >> name; m->gobble(in); + outCountList << name << '\t' << groups[i] << endl; + } + in.close(); + }else { + map thisnamemap = sparser->getNameMap(groups[i]); + map::iterator itN; + ofstream out; + m->openOutputFile(accnos+groups[i]+".temp", out); + while (!in.eof()) { + in >> name; m->gobble(in); + itN = thisnamemap.find(name); + if (itN != thisnamemap.end()) { + vector tempNames; m->splitAtComma(itN->second, tempNames); + for (int j = 0; j < tempNames.size(); j++) { out << tempNames[j] << endl; } + + }else { m->mothurOut("[ERROR]: parsing cannot find " + name + ".\n"); m->control_pressed = true; } + } + out.close(); + in.close(); + m->renameFile(accnos+groups[i]+".temp", accnos+groups[i]); + } + + } + } + + //append files + m->appendFiles((outputFName+groups[i]), outputFName); m->mothurRemove((outputFName+groups[i])); + m->appendFiles((accnos+groups[i]), accnos); m->mothurRemove((accnos+groups[i])); + if (chimealns) { m->appendFiles((alns+groups[i]), alns); m->mothurRemove((alns+groups[i])); } + + m->mothurOutEndLine(); m->mothurOut("It took " + toString(time(NULL) - start) + " secs to check " + toString(thisGroupsSeqs) + " sequences from group " + groups[i] + "."); m->mothurOutEndLine(); + } + + if (hasCount && dups) { outCountList.close(); } + + return totalSeqs; + + } + catch(exception& e) { + m->errorOut(e, "ChimeraVsearchCommand", "driverGroups"); + exit(1); + } +} +//********************************************************************************************************************** + +int ChimeraVsearchCommand::driver(string outputFName, string filename, string accnos, string alns, int& numChimeras){ + try { + + outputFName = m->getFullPathName(outputFName); + string outputFNamec = m->getFullPathName(outputFName+"vsearch_out"); + filename = m->getFullPathName(filename); + alns = m->getFullPathName(alns); + + //to allow for spaces in the path + outputFName = "\"" + outputFName + "\""; + outputFNamec = "\"" + outputFNamec + "\""; + filename = "\"" + filename + "\""; + alns = "\"" + alns + "\""; + + vector cPara; + + string vsearchCommand = vsearchLocation; + vsearchCommand = "\"" + vsearchCommand + "\" "; + + char* tempVsearch; + tempVsearch= new char[vsearchCommand.length()+1]; + *tempVsearch = '\0'; + strncat(tempVsearch, vsearchCommand.c_str(), vsearchCommand.length()); + cPara.push_back(tempVsearch); + + //are you using a reference file + if (templatefile != "self") { + string outputFileName = filename.substr(1, filename.length()-2) + ".vsearch_formatted"; + prepFile(filename.substr(1, filename.length()-2), outputFileName); + filename = outputFileName; + filename = "\"" + filename + "\""; + //add reference file + char* tempRef = new char[5]; + //strcpy(tempRef, "--db"); + *tempRef = '\0'; strncat(tempRef, "--db", 4); + cPara.push_back(tempRef); + char* tempR = new char[templatefile.length()+1]; + //strcpy(tempR, templatefile.c_str()); + *tempR = '\0'; strncat(tempR, templatefile.c_str(), templatefile.length()); + cPara.push_back(tempR); + + char* tempIn = new char[8]; + *tempIn = '\0'; strncat(tempIn, "--uchime_ref", 12); + cPara.push_back(tempIn); + char* temp = new char[filename.length()+1]; + *temp = '\0'; strncat(temp, filename.c_str(), filename.length()); + cPara.push_back(temp); + + }else { //denovo + char* tempIn = new char[16]; + *tempIn = '\0'; strncat(tempIn, "--uchime_denovo", 15); + cPara.push_back(tempIn); + char* temp = new char[filename.length()+1]; + *temp = '\0'; strncat(temp, filename.c_str(), filename.length()); + cPara.push_back(temp); + } + + + char* tempO = new char[11]; + *tempO = '\0'; strncat(tempO, "--chimeras", 10); + cPara.push_back(tempO); + char* tempout = new char[outputFNamec.length()+1]; + *tempout = '\0'; strncat(tempout, outputFNamec.c_str(), outputFNamec.length()); + cPara.push_back(tempout); + + char* tempchimeraout = new char[12]; + *tempchimeraout = '\0'; strncat(tempchimeraout, "--uchimeout", 11); + cPara.push_back(tempchimeraout); + char* tempoutc = new char[outputFName.length()+1]; + *tempoutc = '\0'; strncat(tempoutc, outputFName.c_str(), outputFName.length()); + cPara.push_back(tempoutc); + + char* tempxsize = new char[8]; + *tempxsize = '\0'; strncat(tempxsize, "--xsize", 7); + cPara.push_back(tempxsize); + + if (chimealns) { + char* tempA = new char[13]; + *tempA = '\0'; strncat(tempA, "--uchimealns", 12); + //strcpy(tempA, "--uchimealns"); + cPara.push_back(tempA); + char* tempa = new char[alns.length()+1]; + //strcpy(tempa, alns.c_str()); + *tempa = '\0'; strncat(tempa, alns.c_str(), alns.length()); + cPara.push_back(tempa); + } + + + if (useAbskew) { + char* tempskew = new char[9]; + *tempskew = '\0'; strncat(tempskew, "--abskew", 8); + //strcpy(tempskew, "--abskew"); + cPara.push_back(tempskew); + char* tempSkew = new char[abskew.length()+1]; + //strcpy(tempSkew, abskew.c_str()); + *tempSkew = '\0'; strncat(tempSkew, abskew.c_str(), abskew.length()); + cPara.push_back(tempSkew); + } + + if (useMinH) { + char* tempminh = new char[7]; + *tempminh = '\0'; strncat(tempminh, "--minh", 6); + //strcpy(tempminh, "--minh"); + cPara.push_back(tempminh); + char* tempMinH = new char[minh.length()+1]; + *tempMinH = '\0'; strncat(tempMinH, minh.c_str(), minh.length()); + //strcpy(tempMinH, minh.c_str()); + cPara.push_back(tempMinH); + } + + if (useMindiv) { + char* tempmindiv = new char[9]; + *tempmindiv = '\0'; strncat(tempmindiv, "--mindiv", 8); + //strcpy(tempmindiv, "--mindiv"); + cPara.push_back(tempmindiv); + char* tempMindiv = new char[mindiv.length()+1]; + *tempMindiv = '\0'; strncat(tempMindiv, mindiv.c_str(), mindiv.length()); + //strcpy(tempMindiv, mindiv.c_str()); + cPara.push_back(tempMindiv); + } + + if (useMindiffs) { + char* tempmindiv = new char[9]; + *tempmindiv = '\0'; strncat(tempmindiv, "--mindiffs", 10); + cPara.push_back(tempmindiv); + char* tempMindiv = new char[mindiffs.length()+1]; + *tempMindiv = '\0'; strncat(tempMindiv, mindiffs.c_str(), mindiffs.length()); + cPara.push_back(tempMindiv); + } + + if (useXn) { + char* tempxn = new char[5]; + //strcpy(tempxn, "--xn"); + *tempxn = '\0'; strncat(tempxn, "--xn", 4); + cPara.push_back(tempxn); + char* tempXn = new char[xn.length()+1]; + //strcpy(tempXn, xn.c_str()); + *tempXn = '\0'; strncat(tempXn, xn.c_str(), xn.length()); + cPara.push_back(tempXn); + } + + if (useDn) { + char* tempdn = new char[5]; + //strcpy(tempdn, "--dn"); + *tempdn = '\0'; strncat(tempdn, "--dn", 4); + cPara.push_back(tempdn); + char* tempDn = new char[dn.length()+1]; + *tempDn = '\0'; strncat(tempDn, dn.c_str(), dn.length()); + //strcpy(tempDn, dn.c_str()); + cPara.push_back(tempDn); + } + + //--threads=1 + char* threads = new char[10]; threads[0] = '\0'; strncat(threads, "--threads", 9); + cPara.push_back(threads); + string numProcessors = toString(processors); + char* tempThreads = new char[numProcessors.length()+1]; + *tempThreads = '\0'; strncat(tempThreads, numProcessors.c_str(), numProcessors.length()); + cPara.push_back(tempThreads); + + char** vsearchParameters; + vsearchParameters = new char*[cPara.size()]; + string commandString = ""; + for (int i = 0; i < cPara.size(); i++) { vsearchParameters[i] = cPara[i]; commandString += toString(cPara[i]) + " "; } + //int numArgs = cPara.size(); + +#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) +#else + commandString = "\"" + commandString + "\""; +#endif + + if (m->debug) { m->mothurOut("[DEBUG]: vsearch command = " + commandString + ".\n"); } + //cout << "commandString = " << commandString << endl; + + system(commandString.c_str()); + + //free memory + for(int i = 0; i < cPara.size(); i++) { delete cPara[i]; } + delete[] vsearchParameters; + + //remove "" from filenames + outputFName = outputFName.substr(1, outputFName.length()-2); + outputFNamec = outputFNamec.substr(1, outputFNamec.length()-2); + filename = filename.substr(1, filename.length()-2); + alns = alns.substr(1, alns.length()-2); + + if (m->control_pressed) { return 0; } + + //create accnos file from uchime results + ifstream in; + m->openInputFile(outputFNamec, in, "no error"); + + ofstream out; + m->openOutputFile(accnos, out); + + numChimeras = 0; + while(!in.eof()) { + + if (m->control_pressed) { break; } + + Sequence seq(in); m->gobble(in); + + string name = seq.getName(); + + if (templatefile == "self") { + name = name.substr(0, name.length()-1); //rip off last ; + name = name.substr(0, name.find_last_of(';')); + } + + out << name << endl; numChimeras++; + } + in.close(); + out.close(); + + m->mothurRemove(outputFNamec); + + //if (templatefile != "self") { m->mothurRemove(filename); } + + return 0; + } + catch(exception& e) { + m->errorOut(e, "ChimeraVsearchCommand", "driver"); + exit(1); + } +} +/**************************************************************************************************/ +//uchime can't handle some of the things allowed in mothurs fasta files. This functions "cleans up" the file. +int ChimeraVsearchCommand::prepFile(string filename, string output) { + try { + + ifstream in; + m->openInputFile(filename, in); + + ofstream out; + m->openOutputFile(output, out); + + while (!in.eof()) { + if (m->control_pressed) { break; } + + Sequence seq(in); m->gobble(in); + + if (seq.getName() != "") { seq.printUnAlignedSequence(out); } + } + in.close(); + out.close(); + + return 0; + } + catch(exception& e) { + m->errorOut(e, "ChimeraVsearchCommand", "prepFile"); + exit(1); + } +} +/**************************************************************************************************/ + diff --git a/source/commands/chimeravsearchcommand.h b/source/commands/chimeravsearchcommand.h new file mode 100644 index 00000000..046499c9 --- /dev/null +++ b/source/commands/chimeravsearchcommand.h @@ -0,0 +1,63 @@ +// +// chimeravsearchcommand.h +// Mothur +// +// Created by Sarah Westcott on 6/16/16. +// Copyright (c) 2016 Schloss Lab. All rights reserved. +// + +#ifndef __Mothur__chimeravsearchcommand__ +#define __Mothur__chimeravsearchcommand__ + +#include "command.hpp" +#include "sequenceparser.h" +#include "counttable.h" +#include "sequencecountparser.h" + +/***********************************************************/ + +class ChimeraVsearchCommand : public Command { +public: + ChimeraVsearchCommand(string); + ChimeraVsearchCommand(); + ~ChimeraVsearchCommand() {} + + vector setParameters(); + string getCommandName() { return "chimera.vsearch"; } + string getCommandCategory() { return "Sequence Processing"; } + + string getHelpString(); + string getOutputPattern(string); + string getCitation() { return "vsearch by https://github.com/torognes/vsearch.\nhttp://www.mothur.org/wiki/Chimera.vsearch\n"; } + string getDescription() { return "detect chimeric sequences"; } + + int execute(); + void help() { m->mothurOut(getHelpString()); } + +private: + vector processIDS; //processid + int driver(string, string, string, string, int&); + + bool abort, useAbskew, chimealns, useMinH, useMindiv, useXn, useDn, ucl, useMindiffs, hasCount, hasName, dups; + string fastafile, groupfile, templatefile, outputDir, namefile, countfile, abskew, minh, mindiv, xn, dn, mindiffs, vsearchLocation; + int processors; + + SequenceParser* sparser; + SequenceCountParser* cparser; + vector outputNames; + vector fastaFileNames; + vector nameFileNames; + vector groupFileNames; + + string getNamesFile(string&); + int readFasta(string, map&); + int deconvoluteResults(map&, string, string, string); + int driverGroups(string, string, string, string, string, int, int, vector); + int prepFile(string filename, string); + + +}; + +/***********************************************************/ + +#endif diff --git a/source/commands/classifyotucommand.cpp b/source/commands/classifyotucommand.cpp index cd08e3b0..4dd6e54c 100644 --- a/source/commands/classifyotucommand.cpp +++ b/source/commands/classifyotucommand.cpp @@ -17,7 +17,6 @@ vector ClassifyOtuCommand::setParameters(){ try { CommandParameter plist("list", "InputTypes", "", "", "none", "none", "none","",false,true,true); parameters.push_back(plist); CommandParameter ptaxonomy("taxonomy", "InputTypes", "", "", "none", "none", "none","constaxonomy",false,true,true); parameters.push_back(ptaxonomy); - CommandParameter preftaxonomy("reftaxonomy", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(preftaxonomy); CommandParameter pname("name", "InputTypes", "", "", "NameCount", "none", "none","",false,false,true); parameters.push_back(pname); CommandParameter pcount("count", "InputTypes", "", "", "NameCount-CountGroup", "none", "none","",false,false,true); parameters.push_back(pcount); CommandParameter poutput("output", "Multiple", "plain-detail", "detail", "", "", "","",false,false, true); parameters.push_back(poutput); @@ -47,8 +46,7 @@ vector ClassifyOtuCommand::setParameters(){ string ClassifyOtuCommand::getHelpString(){ try { string helpString = ""; - helpString += "The classify.otu command parameters are list, taxonomy, reftaxonomy, name, group, count, persample, cutoff, label, basis, relabund and probs. The taxonomy and list parameters are required unless you have a valid current file.\n"; - helpString += "The reftaxonomy parameter allows you give the name of the reference taxonomy file used when you classified your sequences. Providing it will keep the rankIDs in the summary file static.\n"; + helpString += "The classify.otu command parameters are list, taxonomy, name, group, count, persample, cutoff, label, basis, relabund and probs. The taxonomy and list parameters are required unless you have a valid current file.\n"; helpString += "The name parameter allows you add a names file with your taxonomy file.\n"; helpString += "The group parameter allows you provide a group file to use in creating the summary file breakdown.\n"; helpString += "The count parameter allows you add a count file associated with your list file. When using the count parameter mothur assumes your list file contains only uniques.\n"; @@ -166,14 +164,6 @@ ClassifyOtuCommand::ClassifyOtuCommand(string option) { if (path == "") { parameters["taxonomy"] = inputDir + it->second; } } - it = parameters.find("reftaxonomy"); - //user has given a template file - if(it != parameters.end()){ - path = m->hasPath(it->second); - //if the user has not given a path then, add inputdir. else leave path alone. - if (path == "") { parameters["reftaxonomy"] = inputDir + it->second; } - } - it = parameters.find("group"); //user has given a template file if(it != parameters.end()){ @@ -214,10 +204,6 @@ ClassifyOtuCommand::ClassifyOtuCommand(string option) { } else if (taxfile == "not open") { abort = true; } else { m->setTaxonomyFile(taxfile); } - - refTaxonomy = validParameter.validFile(parameters, "reftaxonomy", true); - if (refTaxonomy == "not found") { refTaxonomy = ""; m->mothurOut("reftaxonomy is not required, but if given will keep the rankIDs in the summary file static."); m->mothurOutEndLine(); } - else if (refTaxonomy == "not open") { abort = true; } namefile = validParameter.validFile(parameters, "name", true); if (namefile == "not open") { namefile = ""; abort = true; } @@ -339,8 +325,9 @@ int ClassifyOtuCommand::execute(){ while((list != NULL) && ((allLines == 1) || (userLabels.size() != 0))) { if (allLines == 1 || labels.count(list->getLabel()) == 1){ - - m->mothurOut(list->getLabel() + "\t" + toString(list->size())); m->mothurOutEndLine(); + string output = toString(list->size()); if (basis == "sequence") { output = toString(list->getNumSeqs()); } + + m->mothurOut(list->getLabel() + "\t" + toString(output)); m->mothurOutEndLine(); process(list); if (m->control_pressed) { outputTypes.clear(); for (int i = 0; i < outputNames.size(); i++) { m->mothurRemove(outputNames[i]); } if (ct != NULL) { delete ct; } if (groupMap != NULL) { delete groupMap; } delete input; delete list; return 0; } @@ -353,7 +340,9 @@ int ClassifyOtuCommand::execute(){ delete list; list = input->getListVector(lastLabel); - m->mothurOut(list->getLabel() + "\t" + toString(list->size())); m->mothurOutEndLine(); + + string output = toString(list->size()); if (basis == "sequence") { output = toString(list->getNumSeqs()); } + m->mothurOut(list->getLabel() + "\t" + toString(output)); m->mothurOutEndLine(); process(list); @@ -388,7 +377,8 @@ int ClassifyOtuCommand::execute(){ if (needToRun == true) { if (list != NULL) { delete list; } list = input->getListVector(lastLabel); - m->mothurOut(list->getLabel() + "\t" + toString(list->size())); m->mothurOutEndLine(); + string output = toString(list->size()); if (basis == "sequence") { output = toString(list->getNumSeqs()); } + m->mothurOut(list->getLabel() + "\t" + toString(output)); m->mothurOutEndLine(); process(list); delete list; @@ -402,6 +392,13 @@ int ClassifyOtuCommand::execute(){ if (m->control_pressed) { outputTypes.clear(); for (int i = 0; i < outputNames.size(); i++) { m->mothurRemove(outputNames[i]); } return 0; } + //set constaxonomy file as new current constaxonomyfile + string current = ""; + itTypes = outputTypes.find("constaxonomy"); + if (itTypes != outputTypes.end()) { + if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setConsTaxonomyFile(current); } + } + m->mothurOutEndLine(); m->mothurOut("Output File Names: "); m->mothurOutEndLine(); for (int i = 0; i < outputNames.size(); i++) { m->mothurOut(outputNames[i]); m->mothurOutEndLine(); } @@ -415,7 +412,7 @@ int ClassifyOtuCommand::execute(){ } } //********************************************************************************************************************** -vector ClassifyOtuCommand::findConsensusTaxonomy(vector names, int& size, string& conTax) { +vector ClassifyOtuCommand::findConsensusTaxonomy(vector names, int& size, string& conTax, string group) { try{ conTax = ""; vector allNames; @@ -427,53 +424,73 @@ vector ClassifyOtuCommand::findConsensusTaxonomy(vector names, i size = 0; for (int i = 0; i < names.size(); i++) { - - //if namesfile include the names - if (namefile != "") { - - //is this sequence in the name file - namemap maps seqName -> repSeqName - it2 = nameMap.find(names[i]); - - if (it2 == nameMap.end()) { //this name is not in name file, skip it - m->mothurOut(names[i] + " is not in your name file. I will not include it in the consensus."); m->mothurOutEndLine(); - }else{ - - //is this sequence in the taxonomy file - look for repSeqName since we are assuming the taxonomy file is unique - it = taxMap.find(it2->second); - - if (it == taxMap.end()) { //this name is not in taxonomy file, skip it - - if (names[i] != it2->second) { m->mothurOut(names[i] + " is represented by " + it2->second + " and is not in your taxonomy file. I will not include it in the consensus."); m->mothurOutEndLine(); } - else { m->mothurOut(names[i] + " is not in your taxonomy file. I will not include it in the consensus."); m->mothurOutEndLine(); } - }else{ - - //add seq to tree - phylo->addSeqToTree(names[i], it->second); - size++; - allNames.push_back(names[i]); - } - } - - }else{ - //is this sequence in the taxonomy file - look for repSeqName since we are assuming the taxonomy file is unique - it = taxMap.find(names[i]); - - if (it == taxMap.end()) { //this name is not in taxonomy file, skip it - m->mothurOut("[WARNING]: " + names[i] + " is not in your taxonomy file. I will not include it in the consensus."); m->mothurOutEndLine(); - }else{ + + if (group != "") { //no need to check for name file, names already added in previous step + //is this sequence in the taxonomy file - look for repSeqName since we are assuming the taxonomy file is unique + it = taxMap.find(names[i]); + + if (it == taxMap.end()) { //this name is not in taxonomy file, skip it + m->mothurOut("[WARNING]: " + names[i] + " is not in your taxonomy file. I will not include it in the consensus."); m->mothurOutEndLine(); + }else{ if (countfile != "") { - int numDups = ct->getNumSeqs(names[i]); + int numDups = ct->getGroupCount(names[i], group); for (int j = 0; j < numDups; j++) { phylo->addSeqToTree(names[i], it->second); } size += numDups; }else{ - //add seq to tree + //add seq to tree phylo->addSeqToTree(names[i], it->second); - size++; + size++; } allNames.push_back(names[i]); - } - } + } + }else { + //if namesfile include the names + if (namefile != "") { + + //is this sequence in the name file - namemap maps seqName -> repSeqName + it2 = nameMap.find(names[i]); + + if (it2 == nameMap.end()) { //this name is not in name file, skip it + m->mothurOut(names[i] + " is not in your name file. I will not include it in the consensus."); m->mothurOutEndLine(); + }else{ + + //is this sequence in the taxonomy file - look for repSeqName since we are assuming the taxonomy file is unique + it = taxMap.find(it2->second); + + if (it == taxMap.end()) { //this name is not in taxonomy file, skip it + + if (names[i] != it2->second) { m->mothurOut(names[i] + " is represented by " + it2->second + " and is not in your taxonomy file. I will not include it in the consensus."); m->mothurOutEndLine(); } + else { m->mothurOut(names[i] + " is not in your taxonomy file. I will not include it in the consensus."); m->mothurOutEndLine(); } + }else{ + + //add seq to tree + phylo->addSeqToTree(names[i], it->second); + size++; + allNames.push_back(names[i]); + } + } + + }else{ + //is this sequence in the taxonomy file - look for repSeqName since we are assuming the taxonomy file is unique + it = taxMap.find(names[i]); + + if (it == taxMap.end()) { //this name is not in taxonomy file, skip it + m->mothurOut("[WARNING]: " + names[i] + " is not in your taxonomy file. I will not include it in the consensus."); m->mothurOutEndLine(); + }else{ + if (countfile != "") { + int numDups = ct->getNumSeqs(names[i]); + for (int j = 0; j < numDups; j++) { phylo->addSeqToTree(names[i], it->second); } + size += numDups; + }else{ + //add seq to tree + phylo->addSeqToTree(names[i], it->second); + size++; + } + allNames.push_back(names[i]); + } + } + } if (m->control_pressed) { delete phylo; return allNames; } @@ -508,7 +525,7 @@ vector ClassifyOtuCommand::findConsensusTaxonomy(vector names, i //is this taxonomy above cutoff int consensusConfidence = ceil((bestChildSize / (float) size) * 100); - + if (consensusConfidence >= cutoff) { //if yes, add it if (probs) { conTax += bestChild.name + "(" + toString(consensusConfidence) + ");"; @@ -523,10 +540,10 @@ vector ClassifyOtuCommand::findConsensusTaxonomy(vector names, i //move down a level currentNode = bestChild; } - - if (myLevel != phylo->getMaxLevel()) { conTax = m->addUnclassifieds(conTax, phylo->getMaxLevel(), probs); } - if (conTax == "") { conTax = "no_consensus;"; } + if (conTax == "") { conTax = "unknown;"; } + + if (myLevel != phylo->getMaxLevel()) { conTax = m->addUnclassifieds(conTax, phylo->getMaxLevel(), probs); } delete phylo; @@ -562,13 +579,8 @@ int ClassifyOtuCommand::process(ListVector* processList) { out << "OTU\tSize\tTaxonomy" << endl; PhyloSummary* taxaSum; - if (countfile != "") { - if (refTaxonomy != "") { taxaSum = new PhyloSummary(refTaxonomy, ct,relabund, printlevel); } - else { taxaSum = new PhyloSummary(ct,relabund, printlevel); } - }else { - if (refTaxonomy != "") { taxaSum = new PhyloSummary(refTaxonomy, groupMap, relabund, printlevel); } - else { taxaSum = new PhyloSummary(groupMap,relabund, printlevel); } - } + if (countfile != "") { taxaSum = new PhyloSummary(ct,relabund, printlevel); } + else { taxaSum = new PhyloSummary(groupMap,relabund, printlevel); } vector outs; vector taxaSums; @@ -585,13 +597,8 @@ int ClassifyOtuCommand::process(ListVector* processList) { outputNames.push_back(outputFile); outputTypes["constaxonomy"].push_back(outputFile); PhyloSummary* taxaSumt; - if (countfile != "") { - if (refTaxonomy != "") { taxaSumt = new PhyloSummary(refTaxonomy, ct, relabund, printlevel); } - else { taxaSumt = new PhyloSummary(ct, relabund, printlevel); } - }else { - if (refTaxonomy != "") { taxaSumt = new PhyloSummary(refTaxonomy, groupMap,relabund, printlevel); } - else { taxaSumt = new PhyloSummary(groupMap,relabund, printlevel); } - } + if (countfile != "") { taxaSumt = new PhyloSummary(ct, relabund, printlevel); + }else { taxaSumt = new PhyloSummary(groupMap,relabund, printlevel); } taxaSums.push_back(taxaSumt); } } @@ -608,7 +615,7 @@ int ClassifyOtuCommand::process(ListVector* processList) { vector thisNames; m->splitAtComma(binnames, thisNames); - names = findConsensusTaxonomy(thisNames, size, conTax); + names = findConsensusTaxonomy(thisNames, size, conTax, ""); if (m->control_pressed) { break; } @@ -683,7 +690,7 @@ int ClassifyOtuCommand::process(ListVector* processList) { } for (itParsed = parsedNames.begin(); itParsed != parsedNames.end(); itParsed++) { - vector theseNames = findConsensusTaxonomy(itParsed->second, size, conTax); + vector theseNames = findConsensusTaxonomy(itParsed->second, size, conTax, itParsed->first); if (m->control_pressed) { break; } @@ -719,6 +726,7 @@ int ClassifyOtuCommand::process(ListVector* processList) { if (persample) { for (int i = 0; i < groups.size(); i++) { ofstream outSums; + variables["[distance]"] = processList->getLabel() + "." + groups[i]; string outputSumFile = getOutputFileName("taxsummary", variables); m->openOutputFile(outputSumFile, outSums); outputNames.push_back(outputSumFile); outputTypes["taxsummary"].push_back(outputSumFile); @@ -729,7 +737,7 @@ int ClassifyOtuCommand::process(ListVector* processList) { } delete taxaSum; - + return 0; } @@ -793,11 +801,11 @@ int ClassifyOtuCommand::processTaxMap() { if (spot != 0) { string newTax = ""; for (int i = 0; i < taxons.size(); i++) { newTax += taxons[i] + ";"; } - for (int i = spot; i < taxLength; i++) { - if(tax[i] == ';'){ newTax += "unclassified;"; } + //for (int i = spot; i < taxLength; i++) { + //if(tax[i] == ';'){ newTax += "unclassified;"; } m->removeConfidences(newTax); it->second = newTax; - } + //} }else { m->removeConfidences(tax); it->second = tax; } //leave tax alone } return 0; diff --git a/source/commands/classifyotucommand.h b/source/commands/classifyotucommand.h index 5668a8a4..ae108ae7 100644 --- a/source/commands/classifyotucommand.h +++ b/source/commands/classifyotucommand.h @@ -40,7 +40,7 @@ class ClassifyOtuCommand : public Command { CountTable* ct; ListVector* list; InputData* input; - string listfile, namefile, taxfile, label, outputDir, refTaxonomy, groupfile, basis, countfile, output; + string listfile, namefile, taxfile, label, outputDir, groupfile, basis, countfile, output; bool abort, allLines, probs, persample, relabund; int cutoff, threshold, printlevel; set labels; //holds labels to be used @@ -50,7 +50,7 @@ class ClassifyOtuCommand : public Command { int process(ListVector*); int processTaxMap(); - vector findConsensusTaxonomy(vector, int&, string&); // returns the name of the "representative" taxonomy of given bin + vector findConsensusTaxonomy(vector, int&, string&, string); // returns the name of the "representative" taxonomy of given bin }; diff --git a/source/commands/classifyrfsharedcommand.cpp b/source/commands/classifyrfsharedcommand.cpp index 49881f8e..2258e3a8 100644 --- a/source/commands/classifyrfsharedcommand.cpp +++ b/source/commands/classifyrfsharedcommand.cpp @@ -10,6 +10,7 @@ #include "randomforest.hpp" #include "decisiontree.hpp" #include "rftreenode.hpp" +#include "sharedutilities.h" //********************************************************************************************************************** vector ClassifyRFSharedCommand::setParameters(){ @@ -20,7 +21,7 @@ vector ClassifyRFSharedCommand::setParameters(){ CommandParameter potupersplit("otupersplit", "Multiple", "log2-squareroot", "log2", "", "", "","",false,false); parameters.push_back(potupersplit); CommandParameter psplitcriteria("splitcriteria", "Multiple", "gainratio-infogain", "gainratio", "", "", "","",false,false); parameters.push_back(psplitcriteria); CommandParameter pnumtrees("numtrees", "Number", "", "100", "", "", "","",false,false); parameters.push_back(pnumtrees); - + //CommandParameter psets("sets", "String", "", "", "", "", "","",false,false); parameters.push_back(psets); // parameters related to pruning CommandParameter pdopruning("prune", "Boolean", "", "T", "", "", "", "", false, false); parameters.push_back(pdopruning); CommandParameter ppruneaggrns("pruneaggressiveness", "Number", "", "0.9", "", "", "", "", false, false); parameters.push_back(ppruneaggrns); @@ -51,6 +52,7 @@ string ClassifyRFSharedCommand::getHelpString(){ helpString += "The classify.rf command allows you to ....\n"; helpString += "The classify.rf command parameters are: shared, design, label, groups, otupersplit.\n"; helpString += "The label parameter is used to analyze specific labels in your input.\n"; + //helpString += "The sets parameter allows you to specify which of the sets in your designfile you would like to analyze. The set names are separated by dashes. THe default is all sets in the designfile.\n"; helpString += "The groups parameter allows you to specify which of the groups in your designfile you would like analyzed.\n"; helpString += "The classify.rf should be in the following format: \n"; helpString += "classify.rf(shared=yourSharedFile, design=yourDesignFile)\n"; @@ -216,6 +218,12 @@ ClassifyRFSharedCommand::ClassifyRFSharedCommand(string option) { if (groups == "not found") { groups = ""; } else { m->splitAtDash(groups, Groups); } m->setGroups(Groups); + + //sets = validParameter.validFile(parameters, "sets", false); + //if (sets == "not found") { sets = ""; } + //else { + // m->splitAtDash(sets, Sets); + //} //Commonly used to process list, rabund, sabund, shared and relabund files. Look at "smart distancing" examples below in the execute function. string label = validParameter.validFile(parameters, "label", false); @@ -238,12 +246,32 @@ int ClassifyRFSharedCommand::execute() { if (abort == true) { if (calledHelp) { return 0; } return 2; } - InputData input(sharedfile, "sharedfile"); - vector lookup = input.getSharedRAbundVectors(); - - //read design file - designMap.read(designfile); - + + //read design file + designMap.read(designfile); + + /*if (Sets.size() != 0) { //user has picked sets find groups to include from lookup + //make sure sets are all in designMap + SharedUtil* util = new SharedUtil(); + vector dGroups = designMap.getCategory(); + util->setGroups(Sets, dGroups); + + vector groupsToSelect = designMap.getNamesGroups(Sets); + + if (Groups.size() != 0) { + //make sure all user selected groups are in the sets asked for + util->setGroups(Groups, groupsToSelect); + m->setGroups(Groups); + }else { + m->setGroups(groupsToSelect); + } + delete util; + }*/ + + InputData input(sharedfile, "sharedfile"); + vector lookup = input.getSharedRAbundVectors(); + + string lastLabel = lookup[0]->getLabel(); set processedLabels; set userLabels = labels; @@ -346,9 +374,9 @@ void ClassifyRFSharedCommand::processSharedAndDesignData(vector treatmentToIntMap; map intToTreatmentMap; - vector groups = designMap.getCategory(); - for (int i = 0; i < groups.size(); i++) { - string treatmentName = groups[i]; + //vector groups = designMap.getCategory(); + for (int i = 0; i < lookup.size(); i++) { + string treatmentName = designMap.get(lookup[i]->getGroup()); treatmentToIntMap[treatmentName] = i; intToTreatmentMap[i] = treatmentName; } @@ -379,9 +407,12 @@ void ClassifyRFSharedCommand::processSharedAndDesignData(vector variables; variables["[filename]"] = outputDir + m->getRootName(m->getSimpleName(sharedfile)) + "RF."; variables["[distance]"] = lookup[0]->getLabel(); diff --git a/source/commands/classifyrfsharedcommand.h b/source/commands/classifyrfsharedcommand.h index 29611cd1..2fbc8f0b 100755 --- a/source/commands/classifyrfsharedcommand.h +++ b/source/commands/classifyrfsharedcommand.h @@ -33,9 +33,9 @@ class ClassifyRFSharedCommand : public Command { private: bool abort; string outputDir; - vector outputNames, Groups; + vector outputNames, Groups, Sets; - string sharedfile, designfile; + string sharedfile, designfile, sets; set labels; bool allLines; diff --git a/source/commands/classifyseqscommand.cpp b/source/commands/classifyseqscommand.cpp index 7ec7582e..705e4209 100644 --- a/source/commands/classifyseqscommand.cpp +++ b/source/commands/classifyseqscommand.cpp @@ -33,7 +33,6 @@ vector ClassifySeqsCommand::setParameters(){ CommandParameter pcutoff("cutoff", "Number", "", "80", "", "", "","",false,true); parameters.push_back(pcutoff); CommandParameter pprobs("probs", "Boolean", "", "T", "", "", "","",false,false); parameters.push_back(pprobs); CommandParameter piters("iters", "Number", "", "100", "", "", "","",false,true); parameters.push_back(piters); - CommandParameter psave("save", "Boolean", "", "F", "", "", "","",false,false); parameters.push_back(psave); CommandParameter pshortcuts("shortcuts", "Boolean", "", "T", "", "", "","",false,false); parameters.push_back(pshortcuts); CommandParameter prelabund("relabund", "Boolean", "", "F", "", "", "","",false,false); parameters.push_back(prelabund); CommandParameter pnumwanted("numwanted", "Number", "", "10", "", "", "","",false,true); parameters.push_back(pnumwanted); @@ -64,7 +63,6 @@ string ClassifySeqsCommand::getHelpString(){ helpString += "The method parameter allows you to specify classification method to use. Your options are: wang, knn and zap. The default is wang.\n"; helpString += "The ksize parameter allows you to specify the kmer size for finding most similar template to candidate. The default is 8.\n"; helpString += "The processors parameter allows you to specify the number of processors to use. The default is 1.\n"; - helpString += "If the save parameter is set to true the reference sequences will be saved in memory, to clear them later you can use the clear.memory command. Default=f."; helpString += "The match parameter allows you to specify the bonus for having the same base. The default is 1.0.\n"; helpString += "The mistmatch parameter allows you to specify the penalty for having different bases. The default is -1.0.\n"; helpString += "The gapopen parameter allows you to specify the penalty for opening a gap in an alignment. The default is -2.0.\n"; @@ -127,7 +125,7 @@ ClassifySeqsCommand::ClassifySeqsCommand(){ ClassifySeqsCommand::ClassifySeqsCommand(string option) { try { abort = false; calledHelp = false; - rdb = ReferenceDB::getInstance(); hasName = false; hasCount=false; + hasName = false; hasCount=false; //allow user to run help if(option == "help") { help(); abort = true; calledHelp = true; } @@ -493,41 +491,18 @@ ClassifySeqsCommand::ClassifySeqsCommand(string option) { temp = validParameter.validFile(parameters, "processors", false); if (temp == "not found"){ temp = m->getProcessors(); } m->setProcessors(temp); m->mothurConvert(temp, processors); - - temp = validParameter.validFile(parameters, "save", false); if (temp == "not found"){ temp = "f"; } - save = m->isTrue(temp); - rdb->save = save; - if (save) { //clear out old references - rdb->clearMemory(); - } - + //this has to go after save so that if the user sets save=t and provides no reference we abort templateFileName = validParameter.validFile(parameters, "reference", true); - if (templateFileName == "not found") { - //check for saved reference sequences - if (rdb->referenceSeqs.size() != 0) { - templateFileName = "saved"; - }else { - m->mothurOut("[ERROR]: You don't have any saved reference sequences and the reference parameter is a required for the classify.seqs command."); - m->mothurOutEndLine(); - abort = true; - } - }else if (templateFileName == "not open") { abort = true; } - else { if (save) { rdb->setSavedReference(templateFileName); } } + if (templateFileName == "not found") { + m->mothurOut("[ERROR]: The reference parameter is a required for the classify.seqs command.\n"); abort = true; + }else if (templateFileName == "not open") { abort = true; } + //this has to go after save so that if the user sets save=t and provides no reference we abort taxonomyFileName = validParameter.validFile(parameters, "taxonomy", true); - if (taxonomyFileName == "not found") { - //check for saved reference sequences - if (rdb->wordGenusProb.size() != 0) { - taxonomyFileName = "saved"; - }else { - m->mothurOut("[ERROR]: You don't have any saved taxonomy information and the taxonomy parameter is a required for the classify.seqs command."); - m->mothurOutEndLine(); - abort = true; - } - }else if (taxonomyFileName == "not open") { abort = true; } - else { if (save) { rdb->setSavedTaxonomy(taxonomyFileName); } } + if (taxonomyFileName == "not found") { m->mothurOut("[ERROR]: The taxonomy parameter is a required for the classify.seqs command.\n"); abort = true; + }else if (taxonomyFileName == "not open") { abort = true; } search = validParameter.validFile(parameters, "search", false); if (search == "not found"){ search = "kmer"; } @@ -620,8 +595,8 @@ int ClassifySeqsCommand::execute(){ if (abort == true) { if (calledHelp) { return 0; } return 2; } string outputMethodTag = method; - if(method == "wang"){ classify = new Bayesian(taxonomyFileName, templateFileName, search, kmerSize, cutoff, iters, rand(), flip, writeShortcuts); } - else if(method == "knn"){ classify = new Knn(taxonomyFileName, templateFileName, search, kmerSize, gapOpen, gapExtend, match, misMatch, numWanted, rand()); } + if(method == "wang"){ classify = new Bayesian(taxonomyFileName, templateFileName, search, kmerSize, cutoff, iters, m->getRandomNumber(), flip, writeShortcuts); } + else if(method == "knn"){ classify = new Knn(taxonomyFileName, templateFileName, search, kmerSize, gapOpen, gapExtend, match, misMatch, numWanted, m->getRandomNumber()); } else if(method == "zap"){ outputMethodTag = search + "_" + outputMethodTag; if (search == "kmer") { classify = new KmerTree(templateFileName, taxonomyFileName, kmerSize, cutoff); } @@ -630,7 +605,7 @@ int ClassifySeqsCommand::execute(){ else { m->mothurOut(search + " is not a valid method option. I will run the command using wang."); m->mothurOutEndLine(); - classify = new Bayesian(taxonomyFileName, templateFileName, search, kmerSize, cutoff, iters, rand(), flip, writeShortcuts); + classify = new Bayesian(taxonomyFileName, templateFileName, search, kmerSize, cutoff, iters, m->getRandomNumber(), flip, writeShortcuts); } if (m->control_pressed) { delete classify; return 0; } @@ -640,7 +615,6 @@ int ClassifySeqsCommand::execute(){ m->mothurOut("Classifying sequences from " + fastaFileNames[s] + " ..." ); m->mothurOutEndLine(); string baseTName = m->getSimpleName(taxonomyFileName); - if (taxonomyFileName == "saved") { baseTName = rdb->getSavedTaxonomy(); } //set rippedTaxName to string RippedTaxName = ""; @@ -747,7 +721,8 @@ int ClassifySeqsCommand::execute(){ while (!inTax.eof()) { if (m->control_pressed) { outputTypes.clear(); if (ct != NULL) { delete ct; } if (groupMap != NULL) { delete groupMap; } delete taxaSum; for (int i = 0; i < outputNames.size(); i++) { m->mothurRemove(outputNames[i]); } delete classify; return 0; } - inTax >> name >> taxon; m->gobble(inTax); + inTax >> name; m->gobble(inTax); + taxon = m->getline(inTax); m->gobble(inTax); string newTax = m->addUnclassifieds(taxon, maxLevel, probs); @@ -773,7 +748,7 @@ int ClassifySeqsCommand::execute(){ outTax.close(); m->mothurRemove(newTaxonomyFile); - rename(unclass.c_str(), newTaxonomyFile.c_str()); + m->renameFile(unclass, newTaxonomyFile); if (m->control_pressed) { outputTypes.clear(); if (ct != NULL) { delete ct; } if (groupMap != NULL) { delete groupMap; } for (int i = 0; i < outputNames.size(); i++) { m->mothurRemove(outputNames[i]); } delete classify; return 0; } @@ -933,7 +908,7 @@ int ClassifySeqsCommand::createProcesses(string taxFileName, string tempTaxFile, string extension = ""; if (i != 0) { extension = toString(i) + ".temp"; processIDS.push_back(i); } - classifyData* tempclass = new classifyData((accnos + extension), probs, method, templateFileName, taxonomyFileName, (taxFileName + extension), (tempTaxFile + extension), filename, search, kmerSize, iters, numWanted, m, lines[i]->start, lines[i]->end, match, misMatch, gapOpen, gapExtend, cutoff, i, flip, writeShortcuts); + classifyData* tempclass = new classifyData((accnos + extension), probs, method, templateFileName, taxonomyFileName, (taxFileName + extension), (tempTaxFile + extension), filename, search, kmerSize, iters, numWanted, m, lines[i]->start, lines[i]->end, match, misMatch, gapOpen, gapExtend, cutoff, i, flip, false); pDataArray.push_back(tempclass); //MySeqSumThreadFunction is in header. It must be global or static to work with the threads. diff --git a/source/commands/classifyseqscommand.h b/source/commands/classifyseqscommand.h index c390941d..57e99377 100644 --- a/source/commands/classifyseqscommand.h +++ b/source/commands/classifyseqscommand.h @@ -13,7 +13,6 @@ #include "command.hpp" #include "classify.h" -#include "referencedb.h" #include "sequence.hpp" #include "bayesian.h" #include "phylotree.h" @@ -67,7 +66,6 @@ class ClassifySeqsCommand : public Command { map >::iterator itNames; Classify* classify; - ReferenceDB* rdb; string fastaFileName, templateFileName, countfile, distanceFileName, namefile, search, method, taxonomyFileName, outputDir, groupfile, output; int processors, kmerSize, numWanted, cutoff, iters, printlevel; diff --git a/source/commands/clearmemorycommand.cpp b/source/commands/clearmemorycommand.cpp deleted file mode 100644 index abdc5558..00000000 --- a/source/commands/clearmemorycommand.cpp +++ /dev/null @@ -1,70 +0,0 @@ -/* - * clearmemorycommand.cpp - * Mothur - * - * Created by westcott on 7/6/11. - * Copyright 2011 Schloss Lab. All rights reserved. - * - */ - -#include "clearmemorycommand.h" -#include "referencedb.h" - -//********************************************************************************************************************** -vector ClearMemoryCommand::setParameters(){ - try { - vector myArray; - return myArray; - } - catch(exception& e) { - m->errorOut(e, "ClearMemoryCommand", "setParameters"); - exit(1); - } -} -//********************************************************************************************************************** -string ClearMemoryCommand::getHelpString(){ - try { - string helpString = ""; - helpString += "The clear.memory command removes saved reference data from memory.\n"; - helpString += "The clear.memory command should be in the following format: clear.memory().\n"; - return helpString; - } - catch(exception& e) { - m->errorOut(e, "ClearMemoryCommand", "getHelpString"); - exit(1); - } -} -//********************************************************************************************************************** - -ClearMemoryCommand::ClearMemoryCommand(string option) { - try { - abort = false; calledHelp = false; - - //allow user to run help - if(option == "help") { help(); abort = true; calledHelp = true; } - else if(option == "citation") { citation(); abort = true; calledHelp = true;} - } - catch(exception& e) { - m->errorOut(e, "ClearMemoryCommand", "ClearMemoryCommand"); - exit(1); - } -} - -//********************************************************************************************************************** - -int ClearMemoryCommand::execute(){ - try { - - if (abort == true) { if (calledHelp) { return 0; } return 2; } - - ReferenceDB* rdb = ReferenceDB::getInstance(); - rdb->clearMemory(); - - return 0; - } - catch(exception& e) { - m->errorOut(e, "ClearMemoryCommand", "execute"); - exit(1); - } -} -//**********************************************************************************************************************/ diff --git a/source/commands/clearmemorycommand.h b/source/commands/clearmemorycommand.h deleted file mode 100644 index 765f41d5..00000000 --- a/source/commands/clearmemorycommand.h +++ /dev/null @@ -1,41 +0,0 @@ -#ifndef CLEARMEMORYCOMMAND_H -#define CLEARMEMORYCOMMAND_H - -/* - * clearmemorycommand.h - * Mothur - * - * Created by westcott on 7/6/11. - * Copyright 2011 Schloss Lab. All rights reserved. - * - */ - -#include "command.hpp" - -class ClearMemoryCommand : public Command { -public: - ClearMemoryCommand(string); - ClearMemoryCommand(){ abort = true; calledHelp = true; } - ~ClearMemoryCommand(){} - - vector setParameters(); - string getCommandName() { return "clear.memory"; } - string getCommandCategory() { return "General"; } - - string getHelpString(); - string getOutputPattern(string) { return ""; } - string getCitation() { return "http://www.mothur.org/wiki/Clear.memory"; } - string getDescription() { return "remove saved references from memory"; } - - - int execute(); - void help() { m->mothurOut(getHelpString()); } - - -private: - bool abort; - vector outputNames; -}; - -#endif - diff --git a/source/commands/clustercommand.cpp b/source/commands/clustercommand.cpp index d562e815..f3322823 100644 --- a/source/commands/clustercommand.cpp +++ b/source/commands/clustercommand.cpp @@ -11,10 +11,9 @@ #include "readphylip.h" #include "readcolumn.h" #include "readmatrix.hpp" -#include "clusterdoturcommand.h" #include "sequence.hpp" -#include "vsearchfileparser.h" #include "systemcommand.h" +#include "sensspeccommand.h" //********************************************************************************************************************** vector ClusterCommand::setParameters(){ @@ -24,16 +23,20 @@ vector ClusterCommand::setParameters(){ CommandParameter pname("name", "InputTypes", "", "", "NameCount", "none", "ColumnName-FastaTaxName","rabund-sabund",false,false,true); parameters.push_back(pname); CommandParameter pcount("count", "InputTypes", "", "", "NameCount", "none", "","",false,false,true); parameters.push_back(pcount); CommandParameter pcolumn("column", "InputTypes", "", "", "PhylipColumnFasta", "PhylipColumnFasta", "ColumnName","list",false,false,true); parameters.push_back(pcolumn); - CommandParameter pcutoff("cutoff", "Number", "", "10", "", "", "","",false,false,true); parameters.push_back(pcutoff); + CommandParameter pcutoff("cutoff", "Number", "", "0.03", "", "", "","",false,false,true); parameters.push_back(pcutoff); CommandParameter pprecision("precision", "Number", "", "100", "", "", "","",false,false); parameters.push_back(pprecision); - CommandParameter pmethod("method", "Multiple", "furthest-nearest-average-weighted-agc-dgc", "average", "", "", "","",false,false,true); parameters.push_back(pmethod); + CommandParameter pmethod("method", "Multiple", "furthest-nearest-average-weighted-agc-dgc-opti-unique", "opti", "", "", "","",false,false,true); parameters.push_back(pmethod); + CommandParameter pinitialize("initialize", "Multiple", "oneotu-singleton", "singleton", "", "", "","",false,false,true); parameters.push_back(pinitialize); + CommandParameter pmetric("metric", "Multiple", "mcc-sens-spec-tptn-fpfn-tp-tn-fp-fn-f1score-accuracy-ppv-npv-fdr", "mcc", "", "", "","",false,false,true); parameters.push_back(pmetric); + CommandParameter pmetriccutoff("delta", "Number", "", "0.0001", "", "", "","",false,false,true); parameters.push_back(pmetriccutoff); + CommandParameter piters("iters", "Number", "", "100", "", "", "","",false,false,true); parameters.push_back(piters); CommandParameter pshowabund("showabund", "Boolean", "", "T", "", "", "","",false,false); parameters.push_back(pshowabund); CommandParameter ptiming("timing", "Boolean", "", "F", "", "", "","",false,false); parameters.push_back(ptiming); CommandParameter psim("sim", "Boolean", "", "F", "", "", "","",false,false); parameters.push_back(psim); - CommandParameter phard("hard", "Boolean", "", "T", "", "", "","",false,false); parameters.push_back(phard); - CommandParameter pseed("seed", "Number", "", "0", "", "", "","",false,false); parameters.push_back(pseed); + CommandParameter pseed("seed", "Number", "", "0", "", "", "","",false,false); parameters.push_back(pseed); CommandParameter pinputdir("inputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(pinputdir); //CommandParameter padjust("adjust", "String", "", "F", "", "", "","",false,false); parameters.push_back(padjust); + CommandParameter pprocessors("processors", "Number", "", "1", "", "", "","",false,false,true); parameters.push_back(pprocessors); CommandParameter poutputdir("outputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(poutputdir); vector myArray; @@ -49,14 +52,19 @@ vector ClusterCommand::setParameters(){ string ClusterCommand::getHelpString(){ try { string helpString = ""; - helpString += "The cluster command parameter options are phylip, column, name, count, method, cuttoff, hard, precision, sim, showabund and timing. Fasta or Phylip or column and name are required.\n"; + helpString += "The cluster command parameter options are phylip, column, name, count, method, cutoff, precision, sim, showabund, timing, metric, iters, initialize. Fasta or Phylip or column and name are required.\n"; //helpString += "The adjust parameter is used to handle missing distances. If you set a cutoff, adjust=f by default. If not, adjust=t by default. Adjust=f, means ignore missing distances and adjust cutoff as needed with the average neighbor method. Adjust=t, will treat missing distances as 1.0. You can also set the value the missing distances should be set to, adjust=0.5 would give missing distances a value of 0.5.\n"; helpString += "The phylip and column parameter allow you to enter your distance file. \n"; helpString += "The fasta parameter allows you to enter your fasta file for use with the agc or dgc methods. \n"; helpString += "The name parameter allows you to enter your name file. \n"; helpString += "The count parameter allows you to enter your count file. \n A count or name file is required if your distance file is in column format.\n"; - helpString += "The method parameter allows you to enter your clustering mothod. Options are furthest, nearest, average, weighted, agc and dgc. Default=average. The agc and dgc methods require a fasta file."; - helpString += "The cluster command should be in the following format: \n"; + helpString += "The iters parameter allow you to set the maxiters for the opticluster method. \n"; + helpString += "The metric parameter allows to select the metric in the opticluster method. Options are Matthews correlation coefficient (mcc), sensitivity (sens), specificity (spec), true positives + true negatives (tptn), false positives + false negatives (fpfn), true positives (tp), true negative (tn), false positive (fp), false negative (fn), f1score (f1score), accuracy (accuracy), positive predictive value (ppv), negative predictive value (npv), false discovery rate (fdr). Default=mcc.\n"; + helpString += "The initialize parameter allows to select the initial randomization for the opticluster method. Options are singleton, meaning each sequence is randomly assigned to its own OTU, or oneotu meaning all sequences are assigned to one otu. Default=singleton.\n"; + helpString += "The delta parameter allows to set the stable value for the metric in the opticluster method (delta=0.0001). \n"; + helpString += "The method parameter allows you to enter your clustering mothod. Options are furthest, nearest, average, weighted, agc, dgc, unique and opti. Default=opti. The agc and dgc methods require a fasta file."; + helpString += "The processors parameter allows you to specify the number of processors to use. The default is 1.\n"; + helpString += "The cluster command should be in the following format: \n"; helpString += "cluster(method=yourMethod, cutoff=yourCutoff, precision=yourPrecision) \n"; helpString += "The acceptable cluster methods are furthest, nearest, average and weighted. If no method is provided then average is assumed.\n"; return helpString; @@ -74,6 +82,8 @@ string ClusterCommand::getOutputPattern(string type) { if (type == "list") { pattern = "[filename],[clustertag],list-[filename],[clustertag],[tag2],list"; } else if (type == "rabund") { pattern = "[filename],[clustertag],rabund"; } else if (type == "sabund") { pattern = "[filename],[clustertag],sabund"; } + else if (type == "sensspec") { pattern = "[filename],[clustertag],sensspec"; } + else if (type == "steps") { pattern = "[filename],[clustertag],steps"; } else { m->mothurOut("[ERROR]: No definition for type " + type + " output pattern.\n"); m->control_pressed = true; } return pattern; @@ -90,8 +100,10 @@ ClusterCommand::ClusterCommand(){ setParameters(); vector tempOutNames; outputTypes["list"] = tempOutNames; + outputTypes["sensspec"] = tempOutNames; outputTypes["rabund"] = tempOutNames; outputTypes["sabund"] = tempOutNames; + outputTypes["steps"] = tempOutNames; } catch(exception& e) { m->errorOut(e, "ClusterCommand", "ClusterCommand"); @@ -127,8 +139,10 @@ ClusterCommand::ClusterCommand(string option) { //initialize outputTypes vector tempOutNames; outputTypes["list"] = tempOutNames; + outputTypes["sensspec"] = tempOutNames; outputTypes["rabund"] = tempOutNames; outputTypes["sabund"] = tempOutNames; + outputTypes["steps"] = tempOutNames; //if the user changes the output directory command factory will send this info to us in the output parameter outputDir = validParameter.validFile(parameters, "outputdir", false); if (outputDir == "not found"){ outputDir = ""; } @@ -204,41 +218,67 @@ ClusterCommand::ClusterCommand(string option) { else if (countfile == "not found") { countfile = ""; } else { m->setCountTableFile(countfile); } - if ((phylipfile == "") && (columnfile == "") && (fastafile == "")) { - //is there are current file available for either of these? - //give priority to column, then phylip - columnfile = m->getColumnFile(); - if (columnfile != "") { distfile = columnfile; format = "column"; m->mothurOut("Using " + columnfile + " as input file for the column parameter."); m->mothurOutEndLine(); } - else { - phylipfile = m->getPhylipFile(); - if (phylipfile != "") { distfile = phylipfile; format = "phylip"; m->mothurOut("Using " + phylipfile + " as input file for the phylip parameter."); m->mothurOutEndLine(); } - else { - fastafile = m->getFastaFile(); - if (fastafile != "") { distfile = fastafile; format = "fasta"; m->mothurOut("Using " + fastafile + " as input file for the fasta parameter."); m->mothurOutEndLine(); } + method = validParameter.validFile(parameters, "method", false); + if (method == "not found") { + method = "opti"; + //m->mothurOut("[NOTE]: Default clustering method has changed to opti. To use average neighbor, set method=average."); m->mothurOutEndLine(); + } + + if ((method == "furthest") || (method == "nearest") || (method == "average") || (method == "weighted") || (method == "agc") || (method == "dgc") || (method == "opti") || (method == "unique")) { } + else { m->mothurOut("[ERROR]: Not a valid clustering method. Valid clustering algorithms are furthest, nearest, average, weighted, agc, dgc, unique and opti."); m->mothurOutEndLine(); abort = true; } + + if (method != "unique") { + if ((phylipfile == "") && (columnfile == "") && (fastafile == "")) { + //is there are current file available for either of these? + //give priority to column, then phylip + columnfile = m->getColumnFile(); + if (columnfile != "") { distfile = columnfile; format = "column"; m->mothurOut("Using " + columnfile + " as input file for the column parameter."); m->mothurOutEndLine(); } + else { + phylipfile = m->getPhylipFile(); + if (phylipfile != "") { distfile = phylipfile; format = "phylip"; m->mothurOut("Using " + phylipfile + " as input file for the phylip parameter."); m->mothurOutEndLine(); } else { - m->mothurOut("No valid current files. You must provide a phylip, column or fasta file before you can use the cluster command."); m->mothurOutEndLine(); - abort = true; + fastafile = m->getFastaFile(); + if (fastafile != "") { distfile = fastafile; format = "fasta"; m->mothurOut("Using " + fastafile + " as input file for the fasta parameter."); m->mothurOutEndLine(); } + else { + m->mothurOut("No valid current files. You must provide a phylip, column or fasta file before you can use the cluster command, unless using the unique method."); m->mothurOutEndLine(); + abort = true; + } } - } - } - } - else if (((phylipfile != "") && (columnfile != "")) || ((phylipfile != "") && (fastafile != "")) || ((fastafile != "") && (columnfile != ""))) { m->mothurOut("When executing a cluster command you must enter ONLY ONE of the following: phylip, column or fasta."); m->mothurOutEndLine(); abort = true; } - - if (columnfile != "") { - if ((namefile == "") && (countfile == "")){ - namefile = m->getNameFile(); - if (namefile != "") { m->mothurOut("Using " + namefile + " as input file for the name parameter."); m->mothurOutEndLine(); } - else { - countfile = m->getCountTableFile(); - if (countfile != "") { m->mothurOut("Using " + countfile + " as input file for the count parameter."); m->mothurOutEndLine(); } - else { - m->mothurOut("You need to provide a namefile or countfile if you are going to use the column format."); m->mothurOutEndLine(); - abort = true; + } + } + else if (((phylipfile != "") && (columnfile != "")) || ((phylipfile != "") && (fastafile != "")) || ((fastafile != "") && (columnfile != ""))) { m->mothurOut("When executing a cluster command you must enter ONLY ONE of the following: phylip, column or fasta."); m->mothurOutEndLine(); abort = true; } + + if (columnfile != "") { + if ((namefile == "") && (countfile == "")){ + namefile = m->getNameFile(); + if (namefile != "") { m->mothurOut("Using " + namefile + " as input file for the name parameter."); m->mothurOutEndLine(); } + else { + countfile = m->getCountTableFile(); + if (countfile != "") { m->mothurOut("Using " + countfile + " as input file for the count parameter."); m->mothurOutEndLine(); } + else { + m->mothurOut("You need to provide a namefile or countfile if you are going to use the column format."); m->mothurOutEndLine(); + abort = true; + } } - } - } - } - + } + } + }else { + if ((countfile == "") && (namefile == "")) { + countfile = m->getCountTableFile(); + if (countfile != "") { distfile = countfile; format = "count"; m->mothurOut("Using " + countfile + " as input file for the count parameter."); m->mothurOutEndLine(); } + else { + namefile = m->getNameFile(); + if (namefile != "") { distfile = namefile; format = "name"; m->mothurOut("Using " + namefile + " as input file for the name parameter."); m->mothurOutEndLine(); } + else { + m->mothurOut("No valid current files. You must provide a count or name file before you can use the cluster command with the unique method."); m->mothurOutEndLine(); + abort = true; + } + } + + } + else if(countfile != "") { format = "count"; } + else if(namefile != "") { format = "name"; } + } if ((countfile != "") && (namefile != "")) { m->mothurOut("When executing a cluster command you must enter ONLY ONE of the following: count or name."); m->mothurOutEndLine(); abort = true; } //check for optional parameter and set defaults @@ -249,40 +289,46 @@ ClusterCommand::ClusterCommand(string option) { if (temp == "not found") { temp = "100"; } //saves precision legnth for formatting below length = temp.length(); - m->mothurConvert(temp, precision); - - temp = validParameter.validFile(parameters, "hard", false); if (temp == "not found") { temp = "T"; } - hard = m->isTrue(temp); + m->mothurConvert(temp, precision); temp = validParameter.validFile(parameters, "sim", false); if (temp == "not found") { temp = "F"; } sim = m->isTrue(temp); - //bool cutoffSet = false; - temp = validParameter.validFile(parameters, "cutoff", false); - if (temp == "not found") { temp = "10"; } - //else { cutoffSet = true; } - m->mothurConvert(temp, cutoff); - cutoff += (5 / (precision * 10.0)); + temp = validParameter.validFile(parameters, "delta", false); if (temp == "not found") { temp = "0.0001"; } + m->mothurConvert(temp, stableMetric); + + metric = validParameter.validFile(parameters, "metric", false); if (metric == "not found") { metric = "mcc"; } + + if ((metric == "mcc") || (metric == "sens") || (metric == "spec") || (metric == "tptn") || (metric == "tp") || (metric == "tn") || (metric == "fp") || (metric == "fn") || (metric == "f1score") || (metric == "accuracy") || (metric == "ppv") || (metric == "npv") || (metric == "fdr") || (metric == "fpfn") ){ } + else { m->mothurOut("[ERROR]: Not a valid metric. Valid metrics are mcc, sens, spec, tp, tn, fp, fn, tptn, fpfn, f1score, accuracy, ppv, npv, fdr."); m->mothurOutEndLine(); abort = true; } + + initialize = validParameter.validFile(parameters, "initialize", false); if (initialize == "not found") { initialize = "singleton"; } + + if ((initialize == "singleton") || (initialize == "oneotu")){ } + else { m->mothurOut("[ERROR]: Not a valid initialization. Valid initializations are singleton and oneotu."); m->mothurOutEndLine(); abort = true; } + + temp = validParameter.validFile(parameters, "iters", false); if (temp == "not found") { temp = "100"; } + m->mothurConvert(temp, maxIters); - //temp = validParameter.validFile(parameters, "adjust", false); if (temp == "not found") { temp = "F"; } - //if (m->isNumeric1(temp)) { m->mothurConvert(temp, adjust); } - //else if (m->isTrue(temp)) { adjust = 1.0; } - //else { adjust = -1.0; } adjust=-1.0; - method = validParameter.validFile(parameters, "method", false); - if (method == "not found") { method = "average"; } - - if ((method == "furthest") || (method == "nearest") || (method == "average") || (method == "weighted") || (method == "agc") || (method == "dgc")) { } - else { m->mothurOut("Not a valid clustering method. Valid clustering algorithms are furthest, nearest, average, weighted, agc and dgc."); m->mothurOutEndLine(); abort = true; } + bool setProcessors = true; + temp = validParameter.validFile(parameters, "processors", false); if (temp == "not found"){ setProcessors=false; temp = m->getProcessors(); } + m->setProcessors(temp); + m->mothurConvert(temp, processors); if ((method == "agc") || (method == "dgc")) { if (fastafile == "") { m->mothurOut("[ERROR]: You must provide a fasta file when using the agc or dgc clustering methods, aborting\n."); abort = true;} + }else if (setProcessors) { + m->mothurOut("[WARNING]: You can only use the processors option when using the agc or dgc clustering methods. Using 1 processor.\n."); } -#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) -#else - if ((method == "agc") || (method == "dgc")) { m->mothurOut("[ERROR]: The agc and dgc clustering methods are not available for Windows, aborting\n."); abort = true; } -#endif + + cutOffSet = false; + temp = validParameter.validFile(parameters, "cutoff", false); + if (temp == "not found") { if ((method == "opti") || (method == "agc") || (method == "dgc")) { temp = "0.03"; }else { temp = "0.15"; } } + else { cutOffSet = true; } + m->mothurConvert(temp, cutoff); + showabund = validParameter.validFile(parameters, "showabund", false); if (showabund == "not found") { showabund = "T"; } @@ -305,7 +351,7 @@ int ClusterCommand::execute(){ if (abort == true) { if (calledHelp) { return 0; } return 2; } //phylip file given and cutoff not given - use cluster.classic because it uses less memory and is faster - if ((format == "phylip") && (cutoff > 10.0)) { + if ((format == "phylip") && (!cutOffSet) && (method != "opti")) { m->mothurOutEndLine(); m->mothurOut("You are using a phylip file and no cutoff. I will run cluster.classic to save memory and time."); m->mothurOutEndLine(); //run unique.seqs for deconvolute results @@ -314,9 +360,7 @@ int ClusterCommand::execute(){ else if (countfile != "") { inputString += ", count=" + countfile; } inputString += ", precision=" + toString(precision); inputString += ", method=" + method; - if (hard) { inputString += ", hard=T"; } - else { inputString += ", hard=F"; } - if (sim) { inputString += ", sim=T"; } + if (sim) { inputString += ", sim=T"; } else { inputString += ", sim=F"; } @@ -335,8 +379,10 @@ int ClusterCommand::execute(){ time_t estart = time(NULL); - if (format == "fasta") { runVsearchCluster(); } - else { runMothurCluster(); } + if (format == "fasta") { runVsearchCluster(); } + else if (method == "opti") { runOptiCluster(); } + else if (method == "unique") { runUniqueCluster(); } + else { runMothurCluster(); } if (m->control_pressed) { for (int j = 0; j < outputNames.size(); j++) { m->mothurRemove(outputNames[j]); } return 0; } @@ -377,12 +423,8 @@ int ClusterCommand::execute(){ int ClusterCommand::runVsearchCluster(){ try { - //look for uchime exe - string path = m->argv; - string tempPath = path; - for (int i = 0; i < path.length(); i++) { tempPath[i] = tolower(path[i]); } - path = path.substr(0, (tempPath.find_last_of('m'))); - + //look for vsearch exe + string path = m->mothurProgramPath; string vsearchCommand; #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) vsearchCommand = path + "vsearch"; // format the database, -o option gives us the ability @@ -397,31 +439,33 @@ int ClusterCommand::runVsearchCluster(){ delete newCommand; } #else - vsearchCommand = path + "vsearch.exe"; + vsearchCommand = path + "\\vsearch.exe"; #endif - //test to make sure uchime exists + //test to make sure vsearch exists ifstream in; vsearchCommand = m->getFullPathName(vsearchCommand); int ableToOpen = m->openInputFile(vsearchCommand, in, "no error"); in.close(); if(ableToOpen == 1) { m->mothurOut(vsearchCommand + " file does not exist. Checking path... \n"); - //check to see if uchime is in the path?? - - string uLocation = m->findProgramPath("vsearch"); - - + //check to see if vsearch is in the path?? + ifstream in2; + string uLocation = ""; #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) + uLocation = m->findProgramPath("vsearch"); ableToOpen = m->openInputFile(uLocation, in2, "no error"); in2.close(); #else - ableToOpen = m->openInputFile((uLocation + ".exe"), in2, "no error"); in2.close(); + uLocation = m->findProgramPath("vsearch.exe"); + ableToOpen = m->openInputFile(uLocation, in2, "no error"); in2.close(); #endif - if(ableToOpen == 1) { m->mothurOut("[ERROR]: " + uLocation + " file does not exist. mothur requires the vsearch executable."); m->mothurOutEndLine(); abort = true; } + if(ableToOpen == 1) { m->mothurOut("[ERROR]: " + uLocation + " file does not exist. mothur requires the vsearch executable."); m->mothurOutEndLine(); m->control_pressed = true; } else { m->mothurOut("Found vsearch in your path, using " + uLocation + "\n");vsearchLocation = uLocation; } }else { vsearchLocation = vsearchCommand; } + if (m->control_pressed) { return 0; } + vsearchLocation = m->getFullPathName(vsearchLocation); string vsearchFastafile = ""; VsearchFileParser* vParse; @@ -507,6 +551,11 @@ int ClusterCommand::vsearchDriver(string inputFile, string ucClusteredFile, stri char* maxaccepts = new char[16]; maxaccepts[0] = '\0'; strncat(maxaccepts, "--maxaccepts=16", 15); vsearchParameters.push_back(maxaccepts); + //--threads=1 + string processorsString = "--threads=" + toString(processors); + char* processorsParameter = new char[processorsString.length()+1]; processorsParameter[0] = '\0'; strncat(processorsParameter, processorsString.c_str(), processorsString.length()); + vsearchParameters.push_back(processorsParameter); + //--usersort char* usersort = new char[11]; usersort[0] = '\0'; strncat(usersort, "--usersort", 10); vsearchParameters.push_back(usersort); @@ -563,6 +612,8 @@ int ClusterCommand::vsearchDriver(string inputFile, string ucClusteredFile, stri for (int i = 0; i < vsearchParameters.size(); i++) { commandString += toString(vsearchParameters[i]) + " "; } //cout << "commandString = " << commandString << endl; + //exit(1); + #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) #else commandString = "\"" + commandString + "\""; @@ -686,12 +737,7 @@ int ClusterCommand::runMothurCluster(){ cluster->update(cutoff); float dist = matrix->getSmallDist(); - float rndDist; - if (hard) { - rndDist = m->ceilDist(dist, precision); - }else{ - rndDist = m->roundDist(dist, precision); - } + float rndDist = m->ceilDist(dist, precision); if(previousDist <= 0.0000 && dist != previousDist){ printData("unique", counts); @@ -730,10 +776,8 @@ int ClusterCommand::runMothurCluster(){ } listFile.close(); - if (saveCutoff != cutoff) { - if (hard) { saveCutoff = m->ceilDist(saveCutoff, precision); } - else { saveCutoff = m->roundDist(saveCutoff, precision); } - + if (saveCutoff != cutoff) { + saveCutoff = m->ceilDist(saveCutoff, precision); m->mothurOut("changed cutoff to " + toString(cutoff)); m->mothurOutEndLine(); } @@ -803,3 +847,211 @@ int ClusterCommand::createRabund(CountTable*& ct, ListVector*& list, RAbundVecto } //********************************************************************************************************************** + +int ClusterCommand::runOptiCluster(){ + try { + if (!cutOffSet) { m->mothurOut("\nYou did not set a cutoff, using 0.03.\n"); cutoff = 0.03; } + + string nameOrCount = ""; + string thisNamefile = ""; + map counts; + if (countfile != "") { nameOrCount = "count"; thisNamefile = countfile; CountTable ct; ct.readTable(countfile, false, false); counts = ct.getNameMap(); } + else if (namefile != "") { nameOrCount = "name"; thisNamefile = namefile; } + + string distfile = columnfile; + if (format == "phylip") { distfile = phylipfile; } + + //int rstart = time(NULL); + + OptiMatrix matrix(distfile, thisNamefile, nameOrCount, format, cutoff, false); + + //m->mothurOut("It took " + toString(time(NULL) - rstart) + " seconds to read and process matrix"); m->mothurOutEndLine(); + + OptiCluster cluster(&matrix, metric, 0); + tag = cluster.getTag(); + + m->mothurOutEndLine(); m->mothurOut("Clustering " + distfile); m->mothurOutEndLine(); + + if (outputDir == "") { outputDir += m->hasPath(distfile); } + fileroot = outputDir + m->getRootName(m->getSimpleName(distfile)); + + string listFileName = fileroot+ tag + ".list"; + + ofstream listFile; + m->openOutputFile(listFileName, listFile); + outputNames.push_back(listFileName); outputTypes["list"].push_back(listFileName); + + map variables; + variables["[filename]"] = fileroot; + variables["[clustertag]"] = tag; + string outputName = getOutputFileName("steps", variables); + outputNames.push_back(outputName); outputTypes["steps"].push_back(outputName); + ofstream outStep; + m->openOutputFile(outputName, outStep); + + int iters = 0; + double listVectorMetric = 0; //worst state + double delta = 1; + + cluster.initialize(listVectorMetric, true, initialize); + + long long numBins = cluster.getNumBins(); + m->mothurOut("\n\niter\ttime\tlabel\tnum_otus\tcutoff\ttp\ttn\tfp\tfn\tsensitivity\tspecificity\tppv\tnpv\tfdr\taccuracy\tmcc\tf1score\n"); + outStep << "iter\ttime\tlabel\tnum_otus\tcutoff\ttp\ttn\tfp\tfn\tsensitivity\tspecificity\tppv\tnpv\tfdr\taccuracy\tmcc\tf1score\n"; + long long tp, tn, fp, fn; + vector results = cluster.getStats(tp, tn, fp, fn); + m->mothurOut("0\t0\t" + toString(cutoff) + "\t" + toString(numBins) + "\t"+ toString(cutoff) + "\t" + toString(tp) + "\t" + toString(tn) + "\t" + toString(fp) + "\t" + toString(fn) + "\t"); + outStep << "0\t0\t" + toString(cutoff) + "\t" + toString(numBins) + "\t" + toString(cutoff) + "\t" << tp << '\t' << tn << '\t' << fp << '\t' << fn << '\t'; + for (int i = 0; i < results.size(); i++) { m->mothurOut(toString(results[i]) + "\t"); outStep << results[i] << "\t"; } + m->mothurOutEndLine(); + outStep << endl; + + while ((delta > stableMetric) && (iters < maxIters)) { + + int start = time(NULL); + + if (m->control_pressed) { break; } + double oldMetric = listVectorMetric; + + cluster.update(listVectorMetric); + + delta = abs(oldMetric - listVectorMetric); + iters++; + + results = cluster.getStats(tp, tn, fp, fn); + numBins = cluster.getNumBins(); + + m->mothurOut(toString(iters) + "\t" + toString(time(NULL) - start) + "\t" + toString(cutoff) + "\t" + toString(numBins) + "\t" + toString(cutoff) + "\t"+ toString(tp) + "\t" + toString(tn) + "\t" + toString(fp) + "\t" + toString(fn) + "\t"); + outStep << (toString(iters) + "\t" + toString(time(NULL) - start) + "\t" + toString(cutoff) + "\t" + toString(numBins) + "\t" + toString(cutoff) + "\t") << tp << '\t' << tn << '\t' << fp << '\t' << fn << '\t'; + for (int i = 0; i < results.size(); i++) { m->mothurOut(toString(results[i]) + "\t"); outStep << results[i] << "\t"; } + m->mothurOutEndLine(); + outStep << endl; + } + m->mothurOutEndLine(); m->mothurOutEndLine(); + + ListVector* list = cluster.getList(); + list->setLabel(toString(cutoff)); + if (!m->printedListHeaders) { m->listBinLabelsInFile.clear(); list->printHeaders(listFile); } + if(countfile != "") { list->print(listFile, counts); } + else { list->print(listFile); } + listFile.close(); + + variables["[filename]"] = fileroot; + variables["[clustertag]"] = tag; + string sabundFileName = getOutputFileName("sabund", variables); + string rabundFileName = getOutputFileName("rabund", variables); + + if (countfile == "") { + m->openOutputFile(sabundFileName, sabundFile); + m->openOutputFile(rabundFileName, rabundFile); + outputNames.push_back(sabundFileName); outputTypes["sabund"].push_back(sabundFileName); + outputNames.push_back(rabundFileName); outputTypes["rabund"].push_back(rabundFileName); + + SAbundVector sabund = list->getSAbundVector(); + sabund.print(sabundFile); + sabundFile.close(); + + RAbundVector rabund = list->getRAbundVector(); + rabund.print(rabundFile); + rabundFile.close(); + } + delete list; + + string sensspecFilename = fileroot+ tag + ".sensspec"; + ofstream sensFile; + m->openOutputFile(sensspecFilename, sensFile); + outputNames.push_back(sensspecFilename); outputTypes["sensspec"].push_back(sensspecFilename); + + + sensFile << "label\tcutoff\ttp\ttn\tfp\tfn\tsensitivity\tspecificity\tppv\tnpv\tfdr\taccuracy\tmcc\tf1score\n"; + + results = cluster.getStats(tp, tn, fp, fn); + + sensFile << cutoff << '\t' << cutoff << '\t' << tp << '\t' << tn << '\t' << fp << '\t' << fn << '\t'; + for (int i = 0; i < results.size(); i++) { sensFile << results[i] << '\t'; } + sensFile << '\n'; + sensFile.close(); + + return 0; + + } + catch(exception& e) { + m->errorOut(e, "ClusterCommand", "runOptiCluster"); + exit(1); + } + +} +//********************************************************************************************************************** + +int ClusterCommand::runUniqueCluster(){ + try { + if (!cutOffSet) { m->mothurOut("\nYou did not set a cutoff, using 0.03.\n"); cutoff = 0.03; } + + if (countfile != "") { distfile = countfile; } + else if (namefile != "") { distfile = namefile; } + + m->mothurOutEndLine(); m->mothurOut("Clustering " + distfile); m->mothurOutEndLine(); + + ListVector list; list.setLabel(toString(cutoff)); + + map counts; + if (countfile != "") { + CountTable ct; ct.readTable(countfile, false, false); counts = ct.getNameMap(); + for (map::iterator it = counts.begin(); it != counts.end(); it++) { + if (m->control_pressed) { return 0; } + list.push_back(it->first); + } + }else { + map nameMap; + m->readNames(namefile, nameMap); + for (map::iterator it = nameMap.begin(); it != nameMap.end(); it++) { + if (m->control_pressed) { return 0; } + list.push_back(it->second); + } + } + + if (outputDir == "") { outputDir += m->hasPath(distfile); } + fileroot = outputDir + m->getRootName(m->getSimpleName(distfile)); + + tag = "unique"; + string listFileName = fileroot+ tag + ".list"; + + ofstream listFile; + m->openOutputFile(listFileName, listFile); + outputNames.push_back(listFileName); outputTypes["list"].push_back(listFileName); + + if (!m->printedListHeaders) { m->listBinLabelsInFile.clear(); list.printHeaders(listFile); } + if(countfile != "") { list.print(listFile, counts); } + else { list.print(listFile); } + listFile.close(); + + map variables; + variables["[filename]"] = fileroot; + variables["[clustertag]"] = tag; + string sabundFileName = getOutputFileName("sabund", variables); + string rabundFileName = getOutputFileName("rabund", variables); + + if (countfile == "") { + m->openOutputFile(sabundFileName, sabundFile); + m->openOutputFile(rabundFileName, rabundFile); + outputNames.push_back(sabundFileName); outputTypes["sabund"].push_back(sabundFileName); + outputNames.push_back(rabundFileName); outputTypes["rabund"].push_back(rabundFileName); + + SAbundVector sabund = list.getSAbundVector(); + sabund.print(sabundFile); + sabundFile.close(); + + RAbundVector rabund = list.getRAbundVector(); + rabund.print(rabundFile); + rabundFile.close(); + } + + return 0; + } + catch(exception& e) { + m->errorOut(e, "ClusterCommand", "runUniqueCluster"); + exit(1); + } + +} +//********************************************************************************************************************** diff --git a/source/commands/clustercommand.h b/source/commands/clustercommand.h index e55cf3d8..f56c62ac 100644 --- a/source/commands/clustercommand.h +++ b/source/commands/clustercommand.h @@ -14,8 +14,12 @@ #include "sabundvector.hpp" #include "listvector.hpp" #include "cluster.hpp" -#include "sparsedistancematrix.h" #include "counttable.h" +#include "vsearchfileparser.h" +#include "clusterdoturcommand.h" +#include "opticluster.h" +#include "optimatrix.h" + /* The cluster() command: The cluster command outputs a .list , .rabund and .sabund files. @@ -52,13 +56,13 @@ class ClusterCommand : public Command { RAbundVector oldRAbund; ListVector oldList; - bool abort, hard, sim; + bool abort, sim, cutOffSet; - string method, fileroot, tag, outputDir, phylipfile, columnfile, namefile, format, distfile, countfile, fastafile, inputDir, vsearchLocation; - double cutoff; + string method, fileroot, tag, outputDir, phylipfile, columnfile, namefile, format, distfile, countfile, fastafile, inputDir, vsearchLocation, metric, initialize; + double cutoff, stableMetric; float adjust; string showabund, timing; - int precision, length; + int precision, length, maxIters, processors; ofstream sabundFile, rabundFile, listFile; bool print_start; @@ -71,7 +75,9 @@ class ClusterCommand : public Command { int createRabund(CountTable*&, ListVector*&, RAbundVector*&); int vsearchDriver(string, string, string); int runVsearchCluster(); + int runOptiCluster(); int runMothurCluster(); + int runUniqueCluster(); }; #endif diff --git a/source/commands/clusterdoturcommand.cpp b/source/commands/clusterdoturcommand.cpp index b9973361..695e9a7a 100644 --- a/source/commands/clusterdoturcommand.cpp +++ b/source/commands/clusterdoturcommand.cpp @@ -19,7 +19,6 @@ vector ClusterDoturCommand::setParameters(){ CommandParameter pcutoff("cutoff", "Number", "", "10", "", "", "","",false,false,true); parameters.push_back(pcutoff); CommandParameter pprecision("precision", "Number", "", "100", "", "", "","",false,false); parameters.push_back(pprecision); CommandParameter pmethod("method", "Multiple", "furthest-nearest-average-weighted", "average", "", "", "","",false,false); parameters.push_back(pmethod); - CommandParameter phard("hard", "Boolean", "", "T", "", "", "","",false,false); parameters.push_back(phard); CommandParameter psim("sim", "Boolean", "", "F", "", "", "","",false,false); parameters.push_back(psim); CommandParameter pseed("seed", "Number", "", "0", "", "", "","",false,false); parameters.push_back(pseed); CommandParameter pinputdir("inputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(pinputdir); @@ -39,7 +38,7 @@ string ClusterDoturCommand::getHelpString(){ try { string helpString = ""; helpString += "The cluster.classic command clusters using the algorithm from dotur. \n"; - helpString += "The cluster.classic command parameter options are phylip, name, count, method, cuttoff, hard, sim, precision. Phylip is required, unless you have a valid current file.\n"; + helpString += "The cluster.classic command parameter options are phylip, name, count, method, cuttoff, sim, precision. Phylip is required, unless you have a valid current file.\n"; helpString += "The cluster.classic command should be in the following format: \n"; helpString += "cluster.classic(phylip=yourDistanceMatrix, method=yourMethod, cutoff=yourCutoff, precision=yourPrecision) \n"; helpString += "The acceptable cluster methods are furthest, nearest, weighted and average. If no method is provided then average is assumed.\n"; @@ -183,11 +182,7 @@ ClusterDoturCommand::ClusterDoturCommand(string option) { temp = validParameter.validFile(parameters, "cutoff", false); if (temp == "not found") { temp = "10"; } - m->mothurConvert(temp, cutoff); - cutoff += (5 / (precision * 10.0)); - - temp = validParameter.validFile(parameters, "hard", false); if (temp == "not found") { temp = "T"; } - hard = m->isTrue(temp); + m->mothurConvert(temp, cutoff); temp = validParameter.validFile(parameters, "sim", false); if (temp == "not found") { temp = "F"; } sim = m->isTrue(temp); @@ -280,12 +275,7 @@ int ClusterDoturCommand::execute(){ cluster->update(cutoff); float dist = cluster->getSmallDist(); - float rndDist; - if (hard) { - rndDist = m->ceilDist(dist, precision); - }else{ - rndDist = m->roundDist(dist, precision); - } + float rndDist = m->ceilDist(dist, precision); if(previousDist <= 0.0000 && dist != previousDist){ printData("unique", counts); @@ -366,7 +356,7 @@ void ClusterDoturCommand::printData(string label, map& counts){ if(countfile != "") { oldList.print(listFile, counts); }else { - oldList.print(listFile); + oldList.print(listFile, true); } } diff --git a/source/commands/clusterdoturcommand.h b/source/commands/clusterdoturcommand.h index 1cf1e1d1..9bc47752 100644 --- a/source/commands/clusterdoturcommand.h +++ b/source/commands/clusterdoturcommand.h @@ -37,7 +37,7 @@ class ClusterDoturCommand : public Command { void help() { m->mothurOut(getHelpString()); } private: - bool abort, hard, sim; + bool abort, sim; string method, fileroot, tag, outputDir, phylipfile, namefile, countfile; double cutoff; int precision, length; diff --git a/source/commands/clustersplitcommand.cpp b/source/commands/clustersplitcommand.cpp index 70aef719..5a029135 100644 --- a/source/commands/clustersplitcommand.cpp +++ b/source/commands/clustersplitcommand.cpp @@ -8,8 +8,8 @@ */ #include "clustersplitcommand.h" -#include "vsearchfileparser.h" #include "systemcommand.h" +#include "sensspeccommand.h" //********************************************************************************************************************** vector ClusterSplitCommand::setParameters(){ @@ -25,13 +25,18 @@ vector ClusterSplitCommand::setParameters(){ CommandParameter psplitmethod("splitmethod", "Multiple", "classify-fasta-distance", "distance", "", "", "","",false,false,true); parameters.push_back(psplitmethod); CommandParameter plarge("large", "Boolean", "", "F", "", "", "","",false,false); parameters.push_back(plarge); CommandParameter pshowabund("showabund", "Boolean", "", "T", "", "", "","",false,false); parameters.push_back(pshowabund); + CommandParameter prunspenspec("runsensspec", "Boolean", "", "T", "", "", "","",false,false); parameters.push_back(prunspenspec); CommandParameter pcluster("cluster", "Boolean", "", "T", "", "", "","",false,false); parameters.push_back(pcluster); CommandParameter ptiming("timing", "Boolean", "", "F", "", "", "","",false,false); parameters.push_back(ptiming); CommandParameter pprocessors("processors", "Number", "", "1", "", "", "","",false,false,true); parameters.push_back(pprocessors); - CommandParameter pcutoff("cutoff", "Number", "", "0.25", "", "", "","",false,false,true); parameters.push_back(pcutoff); - CommandParameter pprecision("precision", "Number", "", "100", "", "", "","",false,false); parameters.push_back(pprecision); - CommandParameter pmethod("method", "Multiple", "furthest-nearest-average-weighted-agc-dgc", "average", "", "", "","",false,false,true); parameters.push_back(pmethod); - CommandParameter phard("hard", "Boolean", "", "T", "", "", "","",false,false); parameters.push_back(phard); + CommandParameter pcutoff("cutoff", "Number", "", "0.03", "", "", "","",false,false,true); parameters.push_back(pcutoff); + CommandParameter pmetriccutoff("delta", "Number", "", "0.0001", "", "", "","",false,false,true); parameters.push_back(pmetriccutoff); + CommandParameter piters("iters", "Number", "", "100", "", "", "","",false,false,true); parameters.push_back(piters); + CommandParameter pinitialize("initialize", "Multiple", "oneotu-singleton", "singleton", "", "", "","",false,false,true); parameters.push_back(pinitialize); + CommandParameter pprecision("precision", "Number", "", "100", "", "", "","",false,false); parameters.push_back(pprecision); + CommandParameter pmethod("method", "Multiple", "furthest-nearest-average-weighted-agc-dgc-opti", "opti", "", "", "","",false,false,true); parameters.push_back(pmethod); + CommandParameter pmetric("metric", "Multiple", "mcc-sens-spec-tptn-fpfn-tp-tn-fp-fn-f1score-accuracy-ppv-npv-fdr", "mcc", "", "", "","",false,false,true); parameters.push_back(pmetric); + CommandParameter pdist("dist", "Boolean", "", "F", "", "", "","",false,false); parameters.push_back(pdist); CommandParameter pislist("islist", "Boolean", "", "F", "", "", "","",false,false); parameters.push_back(pislist); CommandParameter pclassic("classic", "Boolean", "", "F", "", "", "","",false,false); parameters.push_back(pclassic); CommandParameter pseed("seed", "Number", "", "0", "", "", "","",false,false); parameters.push_back(pseed); @@ -51,7 +56,7 @@ vector ClusterSplitCommand::setParameters(){ string ClusterSplitCommand::getHelpString(){ try { string helpString = ""; - helpString += "The cluster.split command parameter options are file, fasta, phylip, column, name, count, cutoff, precision, method, splitmethod, taxonomy, taxlevel, showabund, timing, hard, large, cluster, processors. Fasta or Phylip or column and name are required.\n"; + helpString += "The cluster.split command parameter options are file, fasta, phylip, column, name, count, cutoff, precision, method, splitmethod, taxonomy, taxlevel, showabund, timing, large, cluster, iters, delta, initialize, dist, processors, runsensspec. Fasta or Phylip or column and name are required.\n"; helpString += "The cluster.split command can split your files in 3 ways. Splitting by distance file, by classification, or by classification also using a fasta file. \n"; helpString += "For the distance file method, you need only provide your distance file and mothur will split the file into distinct groups. \n"; helpString += "For the classification method, you need to provide your distance file and taxonomy file, and set the splitmethod to classify. \n"; @@ -64,14 +69,21 @@ string ClusterSplitCommand::getHelpString(){ helpString += "The name parameter allows you to enter your name file. \n"; helpString += "The count parameter allows you to enter your count file. \n A count or name file is required if your distance file is in column format"; helpString += "The cluster parameter allows you to indicate whether you want to run the clustering or just split the distance matrix, default=t"; - helpString += "The cutoff parameter allow you to set the distance you want to cluster to, default is 0.25. \n"; + helpString += "The dist parameter allows you to indicate whether you want a column formatted distance matrix outputted along with the list file. Default=F."; + helpString += "The cutoff parameter allow you to set the distance you want to cluster to, default is 0.03. \n"; helpString += "The precision parameter allows you specify the precision of the precision of the distances outputted, default=100, meaning 2 decimal places. \n"; - helpString += "The method parameter allows you to enter your clustering mothod. Options are furthest, nearest, average, weighted, agc and dgc. Default=average. The agc and dgc methods require a fasta file."; + helpString += "The iters parameter allow you to set the maxiters for the opticluster method. \n"; + helpString += "The metric parameter allows to select the metric in the opticluster method. Options are Matthews correlation coefficient (mcc), sensitivity (sens), specificity (spec), true positives + true negatives (tptn), false positives + false negatives (fpfn), true positives (tp), true negative (tn), false positive (fp), false negative (fn), f1score (f1score), accuracy (accuracy), positive predictive value (ppv), negative predictive value (npv), false discovery rate (fdr). Default=mcc.\n"; + helpString += "The delta parameter allows to set the stable value for the metric in the opticluster method. Default=0.0001\n"; + helpString += "The initialize parameter allows to select the initial randomization for the opticluster method. Options are singleton, meaning each sequence is randomly assigned to its own OTU, or oneotu meaning all sequences are assigned to one otu. Default=singleton.\n"; + helpString += "The runsensspec parameter allows to run the sens.spec command on the completed list file. Default=true.\n"; + helpString += "The method parameter allows you to enter your clustering mothod. Options are furthest, nearest, average, weighted, agc, dgc and opti. Default=opti. The agc and dgc methods require a fasta file."; helpString += "The splitmethod parameter allows you to specify how you want to split your distance file before you cluster, default=distance, options distance, classify or fasta. \n"; helpString += "The taxonomy parameter allows you to enter the taxonomy file for your sequences, this is only valid if you are using splitmethod=classify. Be sure your taxonomy file does not include the probability scores. \n"; helpString += "The taxlevel parameter allows you to specify the taxonomy level you want to use to split the distance file, default=3, meaning use the first taxon in each list. \n"; helpString += "The large parameter allows you to indicate that your distance matrix is too large to fit in RAM. The default value is false.\n"; helpString += "The classic parameter allows you to indicate that you want to run your files with cluster.classic. It is only valid with splitmethod=fasta. Default=f.\n"; + helpString += "The processors parameter allows you to specify the number of processors to use. The default is 1.\n"; helpString += "The cluster.split command should be in the following format: \n"; helpString += "cluster.split(column=youDistanceFile, name=yourNameFile, method=yourMethod, cutoff=yourCutoff, precision=yourPrecision, splitmethod=yourSplitmethod, taxonomy=yourTaxonomyfile, taxlevel=yourtaxlevel) \n"; helpString += "Example: cluster.split(column=abrecovery.dist, name=abrecovery.names, method=furthest, cutoff=0.10, precision=1000, splitmethod=classify, taxonomy=abrecovery.silva.slv.taxonomy, taxlevel=5) \n"; @@ -90,6 +102,7 @@ string ClusterSplitCommand::getOutputPattern(string type) { if (type == "list") { pattern = "[filename],[clustertag],list-[filename],[clustertag],[tag2],list"; } else if (type == "rabund") { pattern = "[filename],[clustertag],rabund"; } else if (type == "sabund") { pattern = "[filename],[clustertag],sabund"; } + else if (type == "sensspec") { pattern = "[filename],[clustertag],sensspec"; } else if (type == "column") { pattern = "[filename],dist"; } else if (type == "file") { pattern = "[filename],file"; } else { m->mothurOut("[ERROR]: No definition for type " + type + " output pattern.\n"); m->control_pressed = true; } @@ -111,7 +124,9 @@ ClusterSplitCommand::ClusterSplitCommand(){ outputTypes["rabund"] = tempOutNames; outputTypes["sabund"] = tempOutNames; outputTypes["column"] = tempOutNames; + outputTypes["name"] = tempOutNames; outputTypes["file"] = tempOutNames; + outputTypes["sensspec"] = tempOutNames; } catch(exception& e) { m->errorOut(e, "ClusterSplitCommand", "ClusterSplitCommand"); @@ -152,6 +167,7 @@ ClusterSplitCommand::ClusterSplitCommand(string option) { outputTypes["sabund"] = tempOutNames; outputTypes["column"] = tempOutNames; outputTypes["file"] = tempOutNames; + outputTypes["sensspec"] = tempOutNames; //if the user changes the output directory command factory will send this info to us in the output parameter outputDir = validParameter.validFile(parameters, "outputdir", false); if (outputDir == "not found"){ outputDir = ""; } @@ -252,7 +268,10 @@ ClusterSplitCommand::ClusterSplitCommand(string option) { taxFile = validParameter.validFile(parameters, "taxonomy", true); if (taxFile == "not open") { taxFile = ""; abort = true; } else if (taxFile == "not found") { taxFile = ""; } - else { m->setTaxonomyFile(taxFile); if (splitmethod != "fasta") { splitmethod = "classify"; } } + else { + m->setTaxonomyFile(taxFile); + if (splitmethod != "fasta") { splitmethod = "classify"; } + } if ((phylipfile == "") && (columnfile == "") && (fastafile == "") && (file == "")) { //is there are current file available for either of these? @@ -325,9 +344,6 @@ ClusterSplitCommand::ClusterSplitCommand(string option) { length = temp.length(); m->mothurConvert(temp, precision); - temp = validParameter.validFile(parameters, "hard", false); if (temp == "not found") { temp = "T"; } - hard = m->isTrue(temp); - temp = validParameter.validFile(parameters, "large", false); if (temp == "not found") { temp = "F"; } large = m->isTrue(temp); @@ -344,30 +360,46 @@ ClusterSplitCommand::ClusterSplitCommand(string option) { temp = validParameter.validFile(parameters, "classic", false); if (temp == "not found") { temp = "F"; } classic = m->isTrue(temp); + temp = validParameter.validFile(parameters, "runsensspec", false); if (temp == "not found") { temp = "T"; } + runsensSpec = m->isTrue(temp); + //not using file option and don't have fasta method with classic if (((splitmethod != "fasta") && classic) && (file == "")) { m->mothurOut("[ERROR]: splitmethod must be fasta to use cluster.classic, or you must use the file option.\n"); abort=true; } - - cutoffNotSet = false; - temp = validParameter.validFile(parameters, "cutoff", false); if (temp == "not found") { cutoffNotSet = true; temp = "0.25"; } - m->mothurConvert(temp, cutoff); - cutoff += (5 / (precision * 10.0)); temp = validParameter.validFile(parameters, "taxlevel", false); if (temp == "not found") { temp = "3"; } - m->mothurConvert(temp, taxLevelCutoff); + m->mothurConvert(temp, taxLevelCutoff); + + temp = validParameter.validFile(parameters, "iters", false); if (temp == "not found") { temp = "100"; } + m->mothurConvert(temp, maxIters); + + temp = validParameter.validFile(parameters, "delta", false); if (temp == "not found") { temp = "0.0001"; } + m->mothurConvert(temp, stableMetric); - method = validParameter.validFile(parameters, "method", false); if (method == "not found") { method = "average"; } + metric = validParameter.validFile(parameters, "metric", false); if (metric == "not found") { metric = "mcc"; } + + if ((metric == "mcc") || (metric == "sens") || (metric == "spec") || (metric == "tptn") || (metric == "tp") || (metric == "tn") || (metric == "fp") || (metric == "fn") || (metric == "f1score") || (metric == "accuracy") || (metric == "ppv") || (metric == "npv") || (metric == "fdr") || (metric == "fpfn") ){ } + else { m->mothurOut("[ERROR]: Not a valid metric. Valid metrics are mcc, sens, spec, tp, tn, fp, fn, tptn, fpfn, f1score, accuracy, ppv, npv, fdr."); m->mothurOutEndLine(); abort = true; } + + initialize = validParameter.validFile(parameters, "initialize", false); if (initialize == "not found") { initialize = "singleton"; } + + if ((initialize == "singleton") || (initialize == "oneotu")){ } + else { m->mothurOut("[ERROR]: Not a valid initialization. Valid initializations are singleton and oneotu."); m->mothurOutEndLine(); abort = true; } + + + method = validParameter.validFile(parameters, "method", false); if (method == "not found") { method = "opti"; m->mothurOut("[NOTE]: Default clustering method has changed to opti. To use average neighbor, set method=average."); m->mothurOutEndLine(); } - if ((method == "furthest") || (method == "nearest") || (method == "average") || (method == "weighted") || (method == "agc") || (method == "dgc")) { } - else { m->mothurOut("[ERROR]: Not a valid clustering method. Valid clustering algorithms are furthest, nearest, average, weighted, agc and dgc."); m->mothurOutEndLine(); abort = true; } + if ((method == "furthest") || (method == "nearest") || (method == "average") || (method == "weighted") || (method == "agc") || (method == "dgc") || (method == "opti")) { } + else { m->mothurOut("[ERROR]: Not a valid clustering method. Valid clustering algorithms are furthest, nearest, average, weighted, agc, dgc and opti."); m->mothurOutEndLine(); abort = true; } if ((method == "agc") || (method == "dgc")) { if (fastafile == "") { m->mothurOut("[ERROR]: You must provide a fasta file when using the agc or dgc clustering methods, aborting\n."); abort = true;} if (classic) { m->mothurOut("[ERROR]: You cannot use cluster.classic with the agc or dgc clustering methods, aborting\n."); abort = true; } } - #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) - #else - if ((method == "agc") || (method == "dgc")) { m->mothurOut("[ERROR]: The agc and dgc clustering methods are not available for Windows, aborting\n."); abort = true; } - #endif + + cutoffNotSet = false; + temp = validParameter.validFile(parameters, "cutoff", false); + if (temp == "not found") { cutoffNotSet = true; if ((method == "opti") || (method == "agc") || (method == "dgc")) { temp = "0.03"; }else { temp = "0.15"; } } + m->mothurConvert(temp, cutoff); if ((splitmethod == "distance") || (splitmethod == "classify") || (splitmethod == "fasta")) { } else { m->mothurOut("[ERROR]: " + splitmethod + " is not a valid splitting method. Valid splitting algorithms are distance, classify or fasta."); m->mothurOutEndLine(); abort = true; } @@ -382,6 +414,14 @@ ClusterSplitCommand::ClusterSplitCommand(string option) { temp = validParameter.validFile(parameters, "islist", false); if (temp == "not found") { temp = "F"; } isList = m->isTrue(temp); + + temp = validParameter.validFile(parameters, "dist", false); if (temp == "not found") { temp = "F"; } + makeDist = m->isTrue(temp); + if (method == "opti") { makeDist = true; } + if (((phylipfile != "") || (columnfile != "")) && (method == "opti")) { makeDist = false; } + + if (((phylipfile != "") || (columnfile != "")) && makeDist) { m->mothurOut("[ERROR]: You already provided a distance matrix. Mothur will ignore the dist parameter.\n"); makeDist = false; } + if (classic && makeDist) { m->mothurOut("[ERROR]: You cannot use the dist parameter with the classic parameter. Mothur will ignore the dist parameter.\n"); makeDist = false; } timing = validParameter.validFile(parameters, "timing", false); if (timing == "not found") { timing = "F"; } @@ -489,13 +529,14 @@ int ClusterSplitCommand::execute(){ if (m->control_pressed) { delete split; return 0; } singletonName = split->getSingletonNames(); + numSingletons = split->getNumSingleton(); distName = split->getDistanceFiles(); //returns map of distance files -> namefile sorted by distance file size delete split; if (m->debug) { m->mothurOut("[DEBUG]: distName.size() = " + toString(distName.size()) + ".\n"); } //output a merged distance file - //if (splitmethod == "fasta") { createMergedDistanceFile(distName); } + if (makeDist) { createMergedDistanceFile(distName); } if (m->control_pressed) { return 0; } @@ -542,7 +583,7 @@ int ClusterSplitCommand::execute(){ m->mothurOut("Merging the clustered files..."); m->mothurOutEndLine(); ListVector* listSingle; - map labelBins = completeListFile(listFileNames, singletonName, labels, listSingle); //returns map of label to numBins + map labelBins = completeListFile(listFileNames, singletonName, labels, listSingle); //returns map of label to numBins if (m->control_pressed) { if (listSingle != NULL) { delete listSingle; } for (int i = 0; i < outputNames.size(); i++) { m->mothurRemove(outputNames[i]); } return 0; } @@ -554,7 +595,11 @@ int ClusterSplitCommand::execute(){ if (!deleteFiles) { for (int i = 0; i < distName.size(); i++) { m->mothurRemove(distName[i].begin()->first); m->mothurRemove(distName[i].begin()->second); } } m->mothurOut("It took " + toString(time(NULL) - estart) + " seconds to merge."); m->mothurOutEndLine(); - + + if ((method == "opti") && (runsensSpec)) { runSensSpec(); } + + if (m->control_pressed) { for (int i = 0; i < outputNames.size(); i++) { m->mothurRemove(outputNames[i]); } return 0; } + //set list file as new current listfile string current = ""; itTypes = outputTypes.find("list"); @@ -573,6 +618,12 @@ int ClusterSplitCommand::execute(){ if (itTypes != outputTypes.end()) { if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setSabundFile(current); } } + + //set sabund file as new current sabundfile + itTypes = outputTypes.find("column"); + if (itTypes != outputTypes.end()) { + if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setColumnFile(current); } + } m->mothurOutEndLine(); m->mothurOut("Output File Names: "); m->mothurOutEndLine(); @@ -587,12 +638,12 @@ int ClusterSplitCommand::execute(){ } } //********************************************************************************************************************** -map ClusterSplitCommand::completeListFile(vector listNames, string singleton, set& userLabels, ListVector*& listSingle){ +map ClusterSplitCommand::completeListFile(vector listNames, string singleton, set& userLabels, ListVector*& listSingle){ try { - map labelBin; - vector orderFloat; + map labelBin; + vector orderFloat; int numSingleBins; - + //read in singletons if (singleton != "none") { @@ -605,34 +656,39 @@ map ClusterSplitCommand::completeListFile(vector listNames, if (countfile != "") { m->getline(in); m->gobble(in); } while (!in.eof()) { - in >> firstCol >> secondCol; m->getline(in); m->gobble(in); + in >> firstCol >> secondCol; + m->getline(in); if (countfile == "") { listSingle->push_back(secondCol); } else { listSingle->push_back(firstCol); } + m->gobble(in); } in.close(); m->mothurRemove(singleton); - + numSingleBins = listSingle->getNumBins(); - }else{ listSingle = NULL; numSingleBins = 0; } + }else{ listSingle = NULL; numSingleBins = 0; } - //go through users set and make them floats so we can sort them - for(set::iterator it = userLabels.begin(); it != userLabels.end(); ++it) { - float temp = -10.0; - - if ((*it != "unique") && (convertTestFloat(*it, temp) == true)) { convert(*it, temp); } - else if (*it == "unique") { temp = -1.0; } - - if (temp <= cutoff) { - orderFloat.push_back(temp); - labelBin[temp] = numSingleBins; //initialize numbins - } - } + //go through users set and make them floats so we can sort them + double tcutoff = cutoff * 1000; tcutoff = ceil(tcutoff); + for(set::iterator it = userLabels.begin(); it != userLabels.end(); ++it) { + double temp = -10.0; + + if ((*it != "unique") && (convertTestFloat(*it, temp) == true)) { m->mothurConvert(*it, temp); } + else if (*it == "unique") { temp = -1.0; } + + double ttemp = temp * 1000; ttemp = ceil(temp); + + if (ttemp <= tcutoff) { + orderFloat.push_back(temp); + labelBin[temp] = numSingleBins; //initialize numbins + } + } //sort order sort(orderFloat.begin(), orderFloat.end()); userLabels.clear(); - + //get the list info from each file for (int k = 0; k < listNames.size(); k++) { @@ -649,14 +705,14 @@ map ClusterSplitCommand::completeListFile(vector listNames, string filledInList = listNames[k] + "filledInTemp"; ofstream outFilled; m->openOutputFile(filledInList, outFilled); - + //for each label needed for(int l = 0; l < orderFloat.size(); l++){ - + string thisLabel; if (orderFloat[l] == -1) { thisLabel = "unique"; } else { thisLabel = toString(orderFloat[l], length-1); } - + //this file has reached the end if (list == NULL) { list = input->getListVector(lastLabel, true); @@ -665,7 +721,7 @@ map ClusterSplitCommand::completeListFile(vector listNames, float labelFloat; if (list->getLabel() == "unique") { labelFloat = -1.0; } else { convert(list->getLabel(), labelFloat); } - + //check for missing labels if (labelFloat > orderFloat[l]) { //you are missing the label, get the next smallest one //if its bigger get last label, otherwise keep it @@ -677,7 +733,7 @@ map ClusterSplitCommand::completeListFile(vector listNames, //print to new file list->setLabel(thisLabel); - list->print(outFilled); + list->print(outFilled, true); //update labelBin labelBin[orderFloat[l]] += list->getNumBins(); @@ -703,7 +759,7 @@ map ClusterSplitCommand::completeListFile(vector listNames, } } //********************************************************************************************************************** -int ClusterSplitCommand::mergeLists(vector listNames, map userLabels, ListVector* listSingle){ +int ClusterSplitCommand::mergeLists(vector listNames, map userLabels, ListVector* listSingle){ try { if (outputDir == "") { outputDir += m->hasPath(distfile); } fileroot = outputDir + m->getRootName(m->getSimpleName(distfile)); @@ -734,7 +790,7 @@ int ClusterSplitCommand::mergeLists(vector listNames, map us m->openOutputFile(listFileName, outList); outputNames.push_back(listFileName); outputTypes["list"].push_back(listFileName); - map::iterator itLabel; + map::iterator itLabel; //clears out junk for autocompleting of list files above. Perhaps there is a beter way to handle this from within the data structure? m->printedListHeaders = false; @@ -832,7 +888,7 @@ void ClusterSplitCommand::printData(ListVector* oldList){ oldRAbund.print(outRabund); oldRAbund.getSAbundVector().print(outSabund); - oldList->print(outList); + oldList->print(outList, true); } catch(exception& e) { m->errorOut(e, "ClusterSplitCommand", "printData"); @@ -850,8 +906,7 @@ vector ClusterSplitCommand::createProcesses(vector< map //for each file group figure out which process will complete it //want to divide the load intelligently so the big files are spread between processes - for (int i = 0; i < distName.size(); i++) { - //cout << i << endl; + for (int i = 0; i < distName.size(); i++) { int processToAssign = (i+1) % processors; if (processToAssign == 0) { processToAssign = processors; } @@ -861,7 +916,6 @@ vector ClusterSplitCommand::createProcesses(vector< map //now lets reverse the order of ever other process, so we balance big files running with little ones for (int i = 0; i < processors; i++) { - //cout << i << endl; int remainder = ((i+1) % processors); if (remainder) { reverse(dividedNames[i].begin(), dividedNames[i].end()); } } @@ -933,7 +987,6 @@ vector ClusterSplitCommand::createProcesses(vector< map //for each file group figure out which process will complete it //want to divide the load intelligently so the big files are spread between processes for (int i = 0; i < distName.size(); i++) { - //cout << i << endl; int processToAssign = (i+1) % processors; if (processToAssign == 0) { processToAssign = processors; } @@ -943,7 +996,6 @@ vector ClusterSplitCommand::createProcesses(vector< map //now lets reverse the order of ever other process, so we balance big files running with little ones for (int i = 0; i < processors; i++) { - //cout << i << endl; int remainder = ((i+1) % processors); if (remainder) { reverse(dividedNames[i].begin(), dividedNames[i].end()); } } @@ -1035,14 +1087,15 @@ vector ClusterSplitCommand::createProcesses(vector< map deleteFiles = true; - //delete the temp files now that we are done - for (int i = 0; i < distName.size(); i++) { - string thisNamefile = distName[i].begin()->second; - string thisDistFile = distName[i].begin()->first; - m->mothurRemove(thisNamefile); - m->mothurRemove(thisDistFile); + if (deleteFiles) { + //delete the temp files now that we are done + for (int i = 0; i < distName.size(); i++) { + string thisNamefile = distName[i].begin()->second; + string thisDistFile = distName[i].begin()->first; + m->mothurRemove(thisNamefile); + m->mothurRemove(thisDistFile); + } } - #else #endif @@ -1075,10 +1128,8 @@ vector ClusterSplitCommand::cluster(vector< map > distNa for (int i = 0; i < listFileNames.size(); i++) { m->mothurRemove(listFileNames[i]); } listFileNames.clear(); return listFileNames; } - listFileNames.push_back(listFileName); } - cutoff = smallestCutoff; return listFileNames; @@ -1144,13 +1195,8 @@ string ClusterSplitCommand::clusterClassicFile(string thisDistFile, string thisN cluster->update(cutoff); float dist = cluster->getSmallDist(); - float rndDist; - if (hard) { - rndDist = m->ceilDist(dist, precision); - }else{ - rndDist = m->roundDist(dist, precision); - } - + float rndDist = m->ceilDist(dist, precision); + if(previousDist <= 0.0000 && dist != previousDist){ oldList.setLabel("unique"); oldList.print(listFile); @@ -1205,6 +1251,7 @@ string ClusterSplitCommand::clusterFile(string thisDistFile, string thisNamefile string listFileName = ""; if ((method == "agc") || (method == "dgc")) { listFileName = runVsearchCluster(thisDistFile, thisNamefile, labels, smallestCutoff); } + else if (method == "opti") { listFileName = runOptiCluster(thisDistFile, thisNamefile, labels, smallestCutoff); } else { Cluster* cluster = NULL; @@ -1283,12 +1330,7 @@ string ClusterSplitCommand::clusterFile(string thisDistFile, string thisNamefile cluster->update(saveCutoff); float dist = matrix->getSmallDist(); - float rndDist; - if (hard) { - rndDist = m->ceilDist(dist, precision); - }else{ - rndDist = m->roundDist(dist, precision); - } + float rndDist = m->ceilDist(dist, precision); if(previousDist <= 0.0000 && dist != previousDist){ oldList.setLabel("unique"); @@ -1333,9 +1375,7 @@ string ClusterSplitCommand::clusterFile(string thisDistFile, string thisNamefile } if (saveCutoff != cutoff) { - if (hard) { saveCutoff = m->ceilDist(saveCutoff, precision); } - else { saveCutoff = m->roundDist(saveCutoff, precision); } - + saveCutoff = m->ceilDist(saveCutoff, precision); m->mothurOut("Cutoff was " + toString(cutoff) + " changed cutoff to " + toString(saveCutoff)); m->mothurOutEndLine(); } @@ -1350,6 +1390,72 @@ string ClusterSplitCommand::clusterFile(string thisDistFile, string thisNamefile } } //********************************************************************************************************************** +string ClusterSplitCommand::runOptiCluster(string thisDistFile, string thisNamefile, set& labels, double& smallestCutoff){ + try { + if (cutoffNotSet) { m->mothurOut("\nYou did not set a cutoff, using 0.03.\n"); cutoff = 0.03; } + + string nameOrCount = "count"; + if (namefile != "") { nameOrCount = "name"; } + + OptiMatrix matrix(thisDistFile, thisNamefile, nameOrCount, "column", cutoff, false); + + OptiCluster cluster(&matrix, metric, numSingletons); + tag = cluster.getTag(); + + m->mothurOutEndLine(); m->mothurOut("Clustering " + thisDistFile); m->mothurOutEndLine(); + + if (outputDir == "") { outputDir += m->hasPath(thisDistFile); } + fileroot = outputDir + m->getRootName(m->getSimpleName(thisDistFile)); + + string listFileName = fileroot+ tag + ".list"; + + int iters = 0; + double listVectorMetric = 0; //worst state + double delta = 1; + + cluster.initialize(listVectorMetric, true, initialize); + + while ((delta > stableMetric) && (iters < maxIters)) { + + if (m->control_pressed) { if (deleteFiles) { m->mothurRemove(thisDistFile); m->mothurRemove(thisNamefile); } return listFileName; } + double oldMetric = listVectorMetric; + cluster.update(listVectorMetric); + + delta = abs(oldMetric - listVectorMetric); + iters++; + } + + ListVector* list = cluster.getList(); + list->setLabel(toString(smallestCutoff)); + cutoff = m->ceilDist(cutoff, precision); + labels.insert(toString(cutoff)); + + ofstream listFile; + m->openOutputFile(listFileName, listFile); + list->print(listFile); + listFile.close(); + + if (deleteFiles) { + m->mothurRemove(thisDistFile); + m->mothurRemove(thisNamefile); + } + + long long tp, tn, fp, fn; + m->mothurOut("\ntp\ttn\tfp\tfn\tsensitivity\tspecificity\tppv\tnpv\tfdr\taccuracy\tmcc\tf1score\n"); + vector results = cluster.getStats(tp, tn, fp, fn); + m->mothurOut(toString(tp) + "\t" + toString(tn) + "\t" + toString(fp) + "\t" + toString(fn) + "\t"); + for (int i = 0; i < results.size(); i++) { m->mothurOut(toString(results[i]) + "\t"); } + m->mothurOut("\n\n"); + + return listFileName; + + } + catch(exception& e) { + m->errorOut(e, "ClusterSplitCommand", "runOptiCluster"); + exit(1); + } +} +//********************************************************************************************************************** string ClusterSplitCommand::runVsearchCluster(string thisDistFile, string thisNamefile, set& labels, double& smallestCutoff){ try { @@ -1430,6 +1536,10 @@ int ClusterSplitCommand::vsearchDriver(string inputFile, string ucClusteredFile, char* maxaccepts = new char[16]; maxaccepts[0] = '\0'; strncat(maxaccepts, "--maxaccepts=16", 15); vsearchParameters.push_back(maxaccepts); + //--threads=1 + char* threads = new char[12]; threads[0] = '\0'; strncat(threads, "--threads=1", 11); + vsearchParameters.push_back(threads); + //--usersort char* usersort = new char[11]; usersort[0] = '\0'; strncat(usersort, "--usersort", 10); vsearchParameters.push_back(usersort); @@ -1514,7 +1624,6 @@ int ClusterSplitCommand::vsearchDriver(string inputFile, string ucClusteredFile, int ClusterSplitCommand::createMergedDistanceFile(vector< map > distNames) { try{ - string thisOutputDir = outputDir; if (outputDir == "") { thisOutputDir = m->hasPath(fastafile); } map variables; @@ -1533,9 +1642,7 @@ int ClusterSplitCommand::createMergedDistanceFile(vector< map > outputTypes["column"].push_back(outputFileName); outputNames.push_back(outputFileName); - return 0; - - + return 0; } catch(exception& e) { m->errorOut(e, "ClusterSplitCommand", "createMergedDistanceFile"); @@ -1543,6 +1650,70 @@ int ClusterSplitCommand::createMergedDistanceFile(vector< map > } } //********************************************************************************************************************** + +int ClusterSplitCommand::runSensSpec() { + try{ + string listFile = ""; + itTypes = outputTypes.find("list"); + if (itTypes != outputTypes.end()) { + if ((itTypes->second).size() != 0) { listFile = (itTypes->second)[0]; } + } + + string columnFile = ""; string phylipFile = ""; + if (makeDist) { + itTypes = outputTypes.find("column"); + if (itTypes != outputTypes.end()) { + if ((itTypes->second).size() != 0) { columnFile = (itTypes->second)[0]; } + } + }else if (columnfile != "") { columnFile = columnfile; } + else { phylipFile = phylipfile; } + + string inputString = "cutoff=" + toString(cutoff) + ", list=" + listFile; + if (columnFile != "") { inputString += ", column=" + columnFile; } + else if (phylipfile != "") { inputString += ", phylip=" + phylipfile; } + else { m->mothurOut("[WARNING]: Cannot run sens.spec analysis without a phylip or column file, skipping."); return 0; } + + if (namefile != "") { inputString += ", name=" + namefile; } + else if (countfile != "") { inputString += ", count=" + countfile; } + else { m->mothurOut("[WARNING]: Cannot run sens.spec analysis without a name or count file, skipping."); return 0; } + + m->mothurOut("/******************************************/"); m->mothurOutEndLine(); + m->mothurOut("Running command: sens.spec(" + inputString + ")"); m->mothurOutEndLine(); + m->mothurCalling = true; + + Command* sensspecCommand = new SensSpecCommand(inputString); + sensspecCommand->execute(); + + map > filenames = sensspecCommand->getOutputFiles(); + + delete sensspecCommand; + m->mothurCalling = false; + + string outputFileName = filenames["sensspec"][0]; + + outputTypes["sensspec"].push_back(outputFileName); outputNames.push_back(outputFileName); + + m->mothurOut("/******************************************/"); m->mothurOutEndLine(); + m->mothurOut("Done.\n\n"); m->mothurOutEndLine(); + + ifstream in; + m->openInputFile(outputFileName, in); + + while(!in.eof()){ + if (m->control_pressed) { break; } + + m->mothurOut(m->getline(in)+"\n"); m->gobble(in); + } + in.close(); + + return 0; + } + catch(exception& e) { + m->errorOut(e, "ClusterSplitCommand", "runSensSpec"); + exit(1); + } +} +//********************************************************************************************************************** int ClusterSplitCommand::createRabund(CountTable*& ct, ListVector*& list, RAbundVector*& rabund){ try { rabund->setLabel(list->getLabel()); @@ -1631,7 +1802,7 @@ string ClusterSplitCommand::readFile(vector< map >& distName){ } ListVector* listSingle; - map labelBins = completeListFile(listFileNames, singleton, listLabels, listSingle); + map labelBins = completeListFile(listFileNames, singleton, listLabels, listSingle); mergeLists(listFileNames, labelBins, listSingle); @@ -1695,12 +1866,10 @@ bool ClusterSplitCommand::findVsearch(){ if (cutoffNotSet) { m->mothurOut("\nYou did not set a cutoff, using 0.03.\n"); cutoff = 0.03; } - //look for uchime exe - string path = m->argv; - string tempPath = path; - for (int i = 0; i < path.length(); i++) { tempPath[i] = tolower(path[i]); } - path = path.substr(0, (tempPath.find_last_of('m'))); - + //look for vsearch exe + + string path = m->mothurProgramPath; + string vsearchCommand; #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) vsearchCommand = path + "vsearch"; // format the database, -o option gives us the ability @@ -1715,25 +1884,25 @@ bool ClusterSplitCommand::findVsearch(){ delete newCommand; } #else - vsearchCommand = path + "vsearch.exe"; + vsearchCommand = path + "\\vsearch.exe"; #endif - //test to make sure uchime exists + //test to make sure vsearch exists ifstream in; vsearchCommand = m->getFullPathName(vsearchCommand); int ableToOpen = m->openInputFile(vsearchCommand, in, "no error"); in.close(); if(ableToOpen == 1) { m->mothurOut(vsearchCommand + " file does not exist. Checking path... \n"); - //check to see if uchime is in the path?? - - string uLocation = m->findProgramPath("vsearch"); - + //check to see if vsearch is in the path?? ifstream in2; + string uLocation = ""; #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) + uLocation = m->findProgramPath("vsearch"); ableToOpen = m->openInputFile(uLocation, in2, "no error"); in2.close(); #else - ableToOpen = m->openInputFile((uLocation + ".exe"), in2, "no error"); in2.close(); + uLocation = m->findProgramPath("vsearch.exe"); + ableToOpen = m->openInputFile(uLocation, in2, "no error"); in2.close(); #endif if(ableToOpen == 1) { m->mothurOut("[ERROR]: " + uLocation + " file does not exist. mothur requires the vsearch executable."); m->mothurOutEndLine(); abort = true; } @@ -1742,9 +1911,7 @@ bool ClusterSplitCommand::findVsearch(){ vsearchLocation = m->getFullPathName(vsearchLocation); - if (m->debug) { - m->mothurOut("[DEBUG]: vsearch location using " + vsearchLocation + "\n"); - } + if (m->debug) { m->mothurOut("[DEBUG]: vsearch location using " + vsearchLocation + "\n"); } if (!abort) { return true; } diff --git a/source/commands/clustersplitcommand.h b/source/commands/clustersplitcommand.h index 811c27f9..bf76c442 100644 --- a/source/commands/clustersplitcommand.h +++ b/source/commands/clustersplitcommand.h @@ -24,6 +24,8 @@ #include "inputdata.h" #include "clustercommand.h" #include "clusterclassic.h" +#include "vsearchfileparser.h" +#include "opticluster.h" class ClusterSplitCommand : public Command { @@ -48,20 +50,21 @@ class ClusterSplitCommand : public Command { vector processIDS; //processid vector outputNames; - string file, method, fileroot, tag, outputDir, phylipfile, columnfile, namefile, countfile, distfile, format, showabund, timing, splitmethod, taxFile, fastafile, inputDir, vsearchLocation; - double cutoff, splitcutoff; - int precision, length, processors, taxLevelCutoff; - bool print_start, abort, hard, large, classic, runCluster, deleteFiles, isList, cutoffNotSet; + string file, method, fileroot, tag, outputDir, phylipfile, columnfile, namefile, countfile, distfile, format, showabund, timing, splitmethod, taxFile, fastafile, inputDir, vsearchLocation, metric, initialize; + double cutoff, splitcutoff, stableMetric; + int precision, length, processors, taxLevelCutoff, maxIters; + bool print_start, abort, large, classic, runCluster, deleteFiles, isList, cutoffNotSet, makeDist, runsensSpec; time_t start; ofstream outList, outRabund, outSabund; + long long numSingletons; void printData(ListVector*); vector createProcesses(vector< map >, set&); vector cluster(vector< map >, set&); string clusterFile(string, string, set&, double&); string clusterClassicFile(string, string, set&, double&); - int mergeLists(vector, map, ListVector*); - map completeListFile(vector, string, set&, ListVector*&); + int mergeLists(vector, map, ListVector*); + map completeListFile(vector, string, set&, ListVector*&); int createMergedDistanceFile(vector< map >); int createRabund(CountTable*& ct, ListVector*& list, RAbundVector*& rabund); string readFile(vector< map >&); @@ -70,6 +73,8 @@ class ClusterSplitCommand : public Command { bool findVsearch(); int vsearchDriver(string, string, string, double); string runVsearchCluster(string, string, set&, double&); + string runOptiCluster(string, string, set&, double&); + int runSensSpec(); }; /////////////////not working for Windows//////////////////////////////////////////////////////////// diff --git a/source/commands/command.hpp b/source/commands/command.hpp index 37186529..bb23311d 100644 --- a/source/commands/command.hpp +++ b/source/commands/command.hpp @@ -87,7 +87,13 @@ class Command { if (filename.length() > 0) { //rip off last "." filename = filename.substr(0, filename.length()-1); } - filename += it->second + "."; + filename += it->second + "."; + }else if ((it->first == "[group]") || (it->first == "[tag]")) { + string group = it->second; + for (int j = 0; j < group.length(); j++) { + if (group[j] == '-') { group[j] = '_'; } + } + filename += group + "."; }else { filename += it->second + "."; } } } diff --git a/source/commands/cooccurrencecommand.cpp b/source/commands/cooccurrencecommand.cpp index db73da76..03153040 100644 --- a/source/commands/cooccurrencecommand.cpp +++ b/source/commands/cooccurrencecommand.cpp @@ -447,7 +447,7 @@ int CooccurrenceCommand::getCooccurrence(vector& thisLookUp if (m->control_pressed) { return 0; } nextnum2: previous = 0.0; - randnum = rand() / double(RAND_MAX); + randnum = m->getRandomDouble0to1(); for(int i=0;i& thisLookUp else if (matrix == "sim2") { for(int i=0;imothurRandomShuffle(co_matrix[i]); } //do this for the scoring since those all have nullmatrix as a parameter //nullmatrix gets cleared at the begining of each run @@ -479,7 +479,7 @@ int CooccurrenceCommand::getCooccurrence(vector& thisLookUp while(count < rowtotal[i]) { previous = 0.0; if (m->control_pressed) { return 0; } - randnum = rand() / double(RAND_MAX); + randnum = m->getRandomDouble0to1(); for(int j=0;j previous && nullmatrix[i][j] != 1) { @@ -500,7 +500,7 @@ int CooccurrenceCommand::getCooccurrence(vector& thisLookUp count = 0; while(count < columntotal[j]) { if (m->control_pressed) { return 0; } - randnum = rand() / double(RAND_MAX); + randnum = m->getRandomDouble0to1(); for(int i=0;i previous && nullmatrix[i][j] != 1) { diff --git a/source/commands/countseqscommand.cpp b/source/commands/countseqscommand.cpp index 79278e30..12f9374d 100644 --- a/source/commands/countseqscommand.cpp +++ b/source/commands/countseqscommand.cpp @@ -19,7 +19,6 @@ vector CountSeqsCommand::setParameters(){ CommandParameter pname("name", "InputTypes", "", "", "NameSHared", "NameSHared", "none","count",false,false,true); parameters.push_back(pname); CommandParameter pgroup("group", "InputTypes", "", "", "sharedGroup", "none", "none","",false,false,true); parameters.push_back(pgroup); CommandParameter pprocessors("processors", "Number", "", "1", "", "", "","",false,false,true); parameters.push_back(pprocessors); - CommandParameter plarge("large", "Boolean", "", "F", "", "", "","",false,false); parameters.push_back(plarge); CommandParameter pgroups("groups", "String", "", "", "", "", "","",false,false); parameters.push_back(pgroups); CommandParameter pseed("seed", "Number", "", "0", "", "", "","",false,false); parameters.push_back(pseed); CommandParameter pinputdir("inputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(pinputdir); @@ -40,7 +39,6 @@ string CountSeqsCommand::getHelpString(){ string helpString = ""; helpString += "The count.seqs aka. make.table command reads a name or shared file and outputs a .count_table file. You may also provide a group with the names file to get the counts broken down by group.\n"; helpString += "The groups parameter allows you to indicate which groups you want to include in the counts, by default all groups in your groupfile are used.\n"; - helpString += "The large parameter indicates the name and group files are too large to fit in RAM.\n"; helpString += "When you use the groups parameter and a sequence does not represent any sequences from the groups you specify it is not included in the .count.summary file.\n"; helpString += "The processors parameter allows you to specify the number of processors to use. The default is 1.\n"; helpString += "The count.seqs command should be in the following format: count.seqs(name=yourNameFile).\n"; @@ -172,10 +170,7 @@ CountSeqsCommand::CountSeqsCommand(string option) { m->splitAtDash(groups, Groups); m->setGroups(Groups); - string temp = validParameter.validFile(parameters, "large", false); if (temp == "not found") { temp = "F"; } - large = m->isTrue(temp); - - temp = validParameter.validFile(parameters, "processors", false); if (temp == "not found"){ temp = m->getProcessors(); } + string temp = validParameter.validFile(parameters, "processors", false); if (temp == "not found"){ temp = m->getProcessors(); } m->setProcessors(temp); m->mothurConvert(temp, processors); @@ -211,8 +206,7 @@ int CountSeqsCommand::execute(){ variables["[filename]"] = outputDir + m->getRootName(m->getSimpleName(namefile)); string outputFileName = getOutputFileName("count", variables); - if (!large) { total = processSmall(outputFileName); } - else { total = processLarge(outputFileName); } + total = process(outputFileName); if (m->control_pressed) { m->mothurRemove(outputFileName); return 0; } @@ -359,7 +353,7 @@ unsigned long long CountSeqsCommand::processShared(vector& } //********************************************************************************************************************** -unsigned long long CountSeqsCommand::processSmall(string outputFileName){ +unsigned long long CountSeqsCommand::process(string outputFileName){ try { ofstream out; m->openOutputFile(outputFileName, out); outputTypes["count"].push_back(outputFileName); @@ -604,7 +598,6 @@ unsigned long long CountSeqsCommand::driver(unsigned long long start, unsigned l //adjust start if null strings if (start == 0) { m->zapGremlins(in); m->gobble(in); } - bool done = false; unsigned long long total = 0; while (!done) { @@ -674,124 +667,6 @@ unsigned long long CountSeqsCommand::driver(unsigned long long start, unsigned l exit(1); } } -//********************************************************************************************************************** - -unsigned long long CountSeqsCommand::processLarge(string outputFileName){ - try { - set namesOfGroups; - map initial; - for (set::iterator it = namesOfGroups.begin(); it != namesOfGroups.end(); it++) { initial[(*it)] = 0; } - ofstream out; - m->openOutputFile(outputFileName, out); - outputNames.push_back(outputFileName); outputTypes["count"].push_back(outputFileName); - out << "Representative_Sequence\ttotal"; - if (groupfile == "") { out << endl; } - - map namesToIndex; - string outfile = m->getRootName(groupfile) + "sorted.groups.temp"; - string outName = m->getRootName(namefile) + "sorted.name.temp"; - map indexToName; - map indexToGroup; - if (groupfile != "") { - time_t estart = time(NULL); - //convert name file to redundant -> unique. set unique name equal to index so we can use vectors, save name for later. - string newNameFile = m->getRootName(namefile) + ".name.temp"; - string newGroupFile = m->getRootName(groupfile) + ".group.temp"; - indexToName = processNameFile(newNameFile); - indexToGroup = getGroupNames(newGroupFile, namesOfGroups); - - //sort file by first column so the names of sequences will be easier to find - //use the unix sort - #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) - string command = "sort -n " + newGroupFile + " -o " + outfile; - system(command.c_str()); - command = "sort -n " + newNameFile + " -o " + outName; - system(command.c_str()); - #else //sort using windows sort - string command = "sort " + newGroupFile + " /O " + outfile; - system(command.c_str()); - command = "sort " + newNameFile + " /O " + outName; - system(command.c_str()); - #endif - m->mothurRemove(newNameFile); - m->mothurRemove(newGroupFile); - - m->mothurOut("It took " + toString(time(NULL) - estart) + " seconds to sort and index the group and name files. "); m->mothurOutEndLine(); - }else { outName = namefile; } - - time_t estart = time(NULL); - //open input file - ifstream in; - m->openInputFile(outName, in); - - //open input file - ifstream in2; - - unsigned long long total = 0; - vector< vector > nameMapCount; - if (groupfile != "") { - m->openInputFile(outfile, in2); - nameMapCount.resize(indexToName.size()); - for (int i = 0; i < nameMapCount.size(); i++) { - nameMapCount[i].resize(indexToGroup.size(), 0); - } - } - - while (!in.eof()) { - if (m->control_pressed) { break; } - - string firstCol; - in >> firstCol; m->gobble(in); - - if (groupfile != "") { - int uniqueIndex; - in >> uniqueIndex; m->gobble(in); - - string name; int groupIndex; - in2 >> name >> groupIndex; m->gobble(in2); - - if (name != firstCol) { m->mothurOut("[ERROR]: found " + name + " in your groupfile, but " + firstCol + " was in your namefile, please correct.\n"); m->control_pressed = true; } - - nameMapCount[uniqueIndex][groupIndex]++; - total++; - }else { - string secondCol; - in >> secondCol; m->gobble(in); - int num = m->getNumNames(secondCol); - out << firstCol << '\t' << num << endl; - total += num; - } - } - in.close(); - - if (groupfile != "") { - m->mothurRemove(outfile); - m->mothurRemove(outName); - in2.close(); - for (map::iterator it = indexToGroup.begin(); it != indexToGroup.end(); it++) { out << '\t' << it->second; } - out << endl; - for (int i = 0; i < nameMapCount.size(); i++) { - string totalsLine = ""; - int seqTotal = 0; - for (int j = 0; j < nameMapCount[i].size(); j++) { - seqTotal += nameMapCount[i][j]; - totalsLine += '\t' + toString(nameMapCount[i][j]); - } - out << indexToName[i] << '\t' << seqTotal << totalsLine << endl; - } - } - - out.close(); - - m->mothurOut("It took " + toString(time(NULL) - estart) + " seconds to create the count table file. "); m->mothurOutEndLine(); - - return total; - } - catch(exception& e) { - m->errorOut(e, "CountSeqsCommand", "processLarge"); - exit(1); - } -} /**************************************************************************************************/ map CountSeqsCommand::processNameFile(string name) { try { diff --git a/source/commands/countseqscommand.h b/source/commands/countseqscommand.h index 81250098..d73d4f0a 100644 --- a/source/commands/countseqscommand.h +++ b/source/commands/countseqscommand.h @@ -38,13 +38,12 @@ class CountSeqsCommand : public Command { private: string namefile, groupfile, outputDir, groups, sharedfile; - bool abort, large, allLines; + bool abort, allLines; vector Groups, outputNames; int processors; set labels; - unsigned long long processSmall(string); - unsigned long long processLarge(string); + unsigned long long process(string); map processNameFile(string); map getGroupNames(string, set&); diff --git a/source/commands/createdatabasecommand.cpp b/source/commands/createdatabasecommand.cpp index 23717baf..ed66a2e7 100644 --- a/source/commands/createdatabasecommand.cpp +++ b/source/commands/createdatabasecommand.cpp @@ -12,9 +12,9 @@ //********************************************************************************************************************** vector CreateDatabaseCommand::setParameters(){ try { - CommandParameter pfasta("repfasta", "InputTypes", "", "", "none", "none", "none","database",false,true,true); parameters.push_back(pfasta); - CommandParameter pname("repname", "InputTypes", "", "", "NameCount", "NameCount", "none","",false,false,true); parameters.push_back(pname); - CommandParameter pcount("count", "InputTypes", "", "", "NameCount-CountGroup", "NameCount", "none","",false,false,true); parameters.push_back(pcount); + CommandParameter pfasta("repfasta", "InputTypes", "", "", "none", "none", "none","database",false,false,true); parameters.push_back(pfasta); + CommandParameter pname("repname", "InputTypes", "", "", "NameCount", "none", "none","",false,false,true); parameters.push_back(pname); + CommandParameter pcount("count", "InputTypes", "", "", "NameCount-CountGroup", "none", "none","",false,false,true); parameters.push_back(pcount); CommandParameter pgroup("group", "InputTypes", "", "", "CountGroup", "none", "none","",false,false,true); parameters.push_back(pgroup); CommandParameter pconstaxonomy("constaxonomy", "InputTypes", "", "", "none", "none", "none","",false,true,true); parameters.push_back(pconstaxonomy); CommandParameter plist("list", "InputTypes", "", "", "ListShared", "ListShared", "none","",false,false,true); parameters.push_back(plist); @@ -37,8 +37,8 @@ vector CreateDatabaseCommand::setParameters(){ string CreateDatabaseCommand::getHelpString(){ try { string helpString = ""; - helpString += "The create.database command reads a list file or a shared file, *.cons.taxonomy, *.rep.fasta, *.rep.names and optional groupfile, or count file and creates a database file.\n"; - helpString += "The create.database command parameters are repfasta, list, shared, repname, constaxonomy, group, count and label. List, repfasta, repnames or count, and constaxonomy are required.\n"; + helpString += "The create.database command reads a list file or a shared file, *.cons.taxonomy, and optional *.rep.fasta, *.rep.names, groupfile, or count file and creates a database file.\n"; + helpString += "The create.database command parameters are repfasta, list, shared, repname, constaxonomy, group, count and label. List or shared and constaxonomy are required.\n"; helpString += "The repfasta file is fasta file outputted by get.oturep(fasta=yourFastaFile, list=yourListfile, column=yourDistFile, name=yourNameFile).\n"; helpString += "The repname file is the name file outputted by get.oturep(fasta=yourFastaFile, list=yourListfile, column=yourDistFile, name=yourNameFile).\n"; helpString += "The count file is the count file outputted by get.oturep(fasta=yourFastaFile, list=yourListfile, column=yourDistFile, count=yourCountFile). If it includes group info, mothur will give you the abundance breakdown by group. \n"; @@ -199,7 +199,7 @@ CreateDatabaseCommand::CreateDatabaseCommand(string option) { sharedfile = m->getSharedFile(); if (sharedfile != "") { m->mothurOut("Using " + sharedfile + " as input file for the shared parameter."); m->mothurOutEndLine(); } else { - m->mothurOut("No valid current files. You must provide a shared or list file before you can use the create.database command."); m->mothurOutEndLine(); + m->mothurOut("[ERROR]: No valid current files. You must provide a shared or list file before you can use the create.database command."); m->mothurOutEndLine(); abort = true; } } @@ -216,30 +216,20 @@ CreateDatabaseCommand::CreateDatabaseCommand(string option) { else if (contaxonomyfile == "not open") { contaxonomyfile = ""; abort = true; } repfastafile = validParameter.validFile(parameters, "repfasta", true); - if (repfastafile == "not found") { //if there is a current list file, use it - repfastafile = ""; m->mothurOut("The repfasta parameter is required, aborting."); m->mothurOutEndLine(); abort = true; - } + if (repfastafile == "not found") { repfastafile = ""; } else if (repfastafile == "not open") { repfastafile = ""; abort = true; } repnamesfile = validParameter.validFile(parameters, "repname", true); if (repnamesfile == "not found") { repnamesfile = ""; } else if (repnamesfile == "not open") { repnamesfile = ""; abort = true; } + if ((repnamesfile != "") && (repfastafile == "")) { m->mothurOut("[ERROR]: You must provide a repfasta file if you are using a repnames file."); m->mothurOutEndLine(); + abort = true; } + countfile = validParameter.validFile(parameters, "count", true); if (countfile == "not found") { countfile = ""; } else if (countfile == "not open") { countfile = ""; abort = true; } - if ((countfile == "") && (repnamesfile == "")) { - //if there is a current name file, use it, else look for current count file - string repnamesfile = m->getNameFile(); - if (repnamesfile != "") { m->mothurOut("Using " + repnamesfile + " as input file for the repname parameter."); m->mothurOutEndLine(); } - else { - countfile = m->getCountTableFile(); - if (countfile != "") { m->mothurOut("Using " + countfile + " as input file for the count parameter."); m->mothurOutEndLine(); } - else { m->mothurOut("[ERROR]: You must provide a count or repname file."); m->mothurOutEndLine(); abort = true; } - } - } - groupfile = validParameter.validFile(parameters, "group", true); if (groupfile == "not open") { groupfile = ""; abort = true; } else if (groupfile == "not found") { groupfile = ""; } @@ -271,7 +261,8 @@ int CreateDatabaseCommand::execute(){ if (m->control_pressed) { return 0; } vector seqs; - vector repOtusSizes = readFasta(seqs); + vector repOtusSizes; + if (repfastafile != "") { repOtusSizes = readFasta(seqs); } if (m->control_pressed) { return 0; } @@ -280,7 +271,7 @@ int CreateDatabaseCommand::execute(){ map nameMap; int numUniqueNamesFile = 0; CountTable ct; - if (countfile == "") { + if (repnamesfile != "") { numUniqueNamesFile = m->readNames(repnamesfile, repNames, 1); //the repnames file does not have the same order as the list file bins so we need to sort and reassemble for the search below map tempRepNames; @@ -298,26 +289,29 @@ int CreateDatabaseCommand::execute(){ repNames.erase(it++); } repNames = tempRepNames; - }else { + }else if (countfile != ""){ ct.readTable(countfile, true, false); numUniqueNamesFile = ct.getNumUniqueSeqs(); nameMap = ct.getNameMap(); } - //are there the same number of otus in the fasta and name files - if (repOtusSizes.size() != numUniqueNamesFile) { m->mothurOut("[ERROR]: you have " + toString(numUniqueNamesFile) + " unique seqs in your repname file, but " + toString(repOtusSizes.size()) + " seqs in your repfasta file. These should match.\n"); m->control_pressed = true; } - - if (m->control_pressed) { return 0; } - - //are there the same number of OTUs in the tax and fasta file - if (classifyOtuSizes.size() != repOtusSizes.size()) { m->mothurOut("[ERROR]: you have " + toString(classifyOtuSizes.size()) + " taxonomies in your contaxonomy file, but " + toString(repOtusSizes.size()) + " seqs in your repfasta file. These should match.\n"); m->control_pressed = true; } - if (m->control_pressed) { return 0; } - //at this point we have the same number of OTUs. Are the sizes we have found so far accurate? - for (int i = 0; i < classifyOtuSizes.size(); i++) { - if (classifyOtuSizes[i] != repOtusSizes[i]) { - m->mothurOut("[ERROR]: OTU size info does not match for bin " + toString(i+1) + ". The contaxonomy file indicated the OTU represented " + toString(classifyOtuSizes[i]) + " sequences, but the repfasta file had " + toString(repOtusSizes[i]) + ". These should match. Make sure you are using files for the same distance.\n"); m->control_pressed = true; + if (repfastafile != "") { + + //are there the same number of otus in the fasta and name files + if (repOtusSizes.size() != numUniqueNamesFile) { m->mothurOut("[ERROR]: you have " + toString(numUniqueNamesFile) + " unique seqs in your repname file, but " + toString(repOtusSizes.size()) + " seqs in your repfasta file. These should match.\n"); m->control_pressed = true; } + + //are there the same number of OTUs in the tax and fasta file + if (classifyOtuSizes.size() != repOtusSizes.size()) { m->mothurOut("[ERROR]: you have " + toString(classifyOtuSizes.size()) + " taxonomies in your contaxonomy file, but " + toString(repOtusSizes.size()) + " seqs in your repfasta file. These should match.\n"); m->control_pressed = true; } + + if (m->control_pressed) { return 0; } + + //at this point we have the same number of OTUs. Are the sizes we have found so far accurate? + for (int i = 0; i < classifyOtuSizes.size(); i++) { + if (classifyOtuSizes[i] != repOtusSizes[i]) { + m->mothurOut("[ERROR]: OTU size info does not match for bin " + toString(i+1) + ". The contaxonomy file indicated the OTU represented " + toString(classifyOtuSizes[i]) + " sequences, but the repfasta file had " + toString(repOtusSizes[i]) + ". These should match. Make sure you are using files for the same distance.\n"); m->control_pressed = true; + } } } @@ -362,7 +356,9 @@ int CreateDatabaseCommand::execute(){ for (int i = 0; i < ct.getNamesOfGroups().size(); i++) { header += '\t' + (ct.getNamesOfGroups())[i]; } } } - header += "\trepSeqName\trepSeq\tOTUConTaxonomy"; + + if (repfastafile != "") { header += "\trepSeqName\trepSeq"; } + header += "\tOTUConTaxonomy"; out << header << endl; vector binLabels = list->getLabels(); @@ -380,9 +376,9 @@ int CreateDatabaseCommand::execute(){ m->splitAtComma(bin, binNames); string seqRepName = ""; - int numSeqsRep = 0; + int numSeqsRep = binNames.size(); - if (countfile == "") { + if (repnamesfile != "") { sort(binNames.begin(), binNames.end()); bin = ""; for (int j = 0; j < binNames.size()-1; j++) { @@ -399,14 +395,14 @@ int CreateDatabaseCommand::execute(){ if (binNames.size() != classifyOtuSizes[index]) { m->mothurOut("[ERROR: OTU " + otuLabels[index] + " contains " + toString(binNames.size()) + " sequence, but the rep and taxonomy files indicated this OTU should have " + toString(classifyOtuSizes[index]) + ". Make sure you are using files for the same distance.\n"); m->control_pressed = true; break; } - }else { + }else if ((countfile != "") && (repfastafile != "")) { //find rep sequence in bin for (int j = 0; j < binNames.size(); j++) { map::iterator itNameMap = nameMap.find(binNames[j]); //if you are in the counttable you must be the rep. because get.oturep with a countfile only includes the rep sequences in the rep.count file. if (itNameMap != nameMap.end()) { seqRepName = itNameMap->first; numSeqsRep = itNameMap->second; - j += binNames.size(); + j += binNames.size(); //exit loop } } @@ -440,15 +436,25 @@ int CreateDatabaseCommand::execute(){ for (int j = 0; j < groupmap->getNamesOfGroups().size(); j++) { out << '\t' << counts[(groupmap->getNamesOfGroups())[j]]; } if (error) { m->control_pressed = true; } - }else if (countfile != "") { + }else if ((countfile != "") && (repfastafile != "")) { if (ct.hasGroupInfo()) { vector groupCounts = ct.getGroupCounts(seqRepName); for (int j = 0; j < groupCounts.size(); j++) { out << '\t' << groupCounts[j]; } }else { out << '\t' << numSeqsRep; } + }else if ((countfile != "") && (repfastafile == "")) { + if (ct.hasGroupInfo()) { + vector groupTotals; groupTotals.resize(ct.getNumGroups(), 0); + for (int j = 0; j < binNames.size(); j++) { + vector groupCounts = ct.getGroupCounts(binNames[j]); + for (int k = 0; k < groupCounts.size(); k++) { groupTotals[k] += groupCounts[k]; } + } + for (int j = 0; j < groupTotals.size(); j++) { out << '\t' << groupTotals[j]; } + }else { out << '\t' << numSeqsRep; } }else { out << '\t' << numSeqsRep; } //output repSeq - out << '\t' << seqRepName << '\t' << seqs[index].getAligned() << '\t' << taxonomies[index] << endl; + if (repfastafile != "") { out << '\t' << seqRepName << '\t' << seqs[index].getAligned() << '\t' << taxonomies[index] << endl; } + else { out << '\t' << taxonomies[index] << endl; } } @@ -460,7 +466,8 @@ int CreateDatabaseCommand::execute(){ header = "OTUNumber"; for (int i = 0; i < lookup.size(); i++) { header += '\t' + lookup[i]->getGroup(); } - header += "\trepSeqName\trepSeq\tOTUConTaxonomy"; + if (repfastafile != "") { header += "\trepSeqName\trepSeq"; } + header += "\tOTUConTaxonomy"; out << header << endl; for (int h = 0; h < lookup[0]->getNumBins(); h++) { @@ -487,7 +494,8 @@ int CreateDatabaseCommand::execute(){ } //output repSeq - out << '\t' << seqs[index].getName() << '\t' << seqs[index].getAligned() << '\t' << taxonomies[index] << endl; + if (repfastafile != "") { out << '\t' << seqs[index].getName() << '\t' << seqs[index].getAligned() << '\t' << taxonomies[index] << endl; } + else { out << '\t' << taxonomies[index] << endl; } } } out.close(); @@ -539,7 +547,8 @@ vector CreateDatabaseCommand::readTax(vector& taxonomies, vector> otu >> size >> tax; m->gobble(in); + in >> otu >> size; m->gobble(in); + tax = m->getline(in); m->gobble(in); sizes.push_back(size); taxonomies.push_back(tax); diff --git a/source/commands/distancecommand.cpp b/source/commands/distancecommand.cpp index 67dca9b5..58a4bae2 100644 --- a/source/commands/distancecommand.cpp +++ b/source/commands/distancecommand.cpp @@ -240,7 +240,7 @@ int DistanceCommand::execute(){ if (m->control_pressed) { return 0; } int numSeqs = alignDB.getNumSeqs(); - cutoff += 0.005; + //cutoff += 0.005; if (!alignDB.sameLength()) { m->mothurOut("[ERROR]: your sequences are not the same length, aborting."); m->mothurOutEndLine(); return 0; } diff --git a/source/commands/getcommandinfocommand.cpp b/source/commands/getcommandinfocommand.cpp index c1139567..16aece8d 100644 --- a/source/commands/getcommandinfocommand.cpp +++ b/source/commands/getcommandinfocommand.cpp @@ -84,7 +84,7 @@ int GetCommandInfoCommand::execute(){ int numNonHidden = 0; - out << "mothurLocation=" << m->getFullPathName(m->argv) << endl; + out << "mothurLocation=" << m->getFullPathName(m->mothurProgramPath) << endl; out << "mothurVersion=" << m->getVersion() << endl; map commands = commandFactory->getListCommands(); diff --git a/source/commands/getcurrentcommand.cpp b/source/commands/getcurrentcommand.cpp index 34738145..5e71ae69 100644 --- a/source/commands/getcurrentcommand.cpp +++ b/source/commands/getcurrentcommand.cpp @@ -162,6 +162,10 @@ int GetCurrentCommand::execute(){ m->setAccnosFile(""); }else if (types[i] == "taxonomy") { m->setTaxonomyFile(""); + }else if (types[i] == "constaxonomy") { + m->setConsTaxonomyFile(""); + }else if (types[i] == "contigsreport") { + m->setContigsReportFile(""); }else if (types[i] == "flow") { m->setFlowFile(""); }else if (types[i] == "biom") { diff --git a/source/commands/getgroupscommand.cpp b/source/commands/getgroupscommand.cpp index 7233d728..600957a0 100644 --- a/source/commands/getgroupscommand.cpp +++ b/source/commands/getgroupscommand.cpp @@ -700,7 +700,7 @@ int GetGroupsCommand::readList(){ wroteSomething = true; newList.setLabels(newBinLabels); newList.printHeaders(out); - newList.print(out); + newList.print(out, false); } m->gobble(in); @@ -992,8 +992,8 @@ int GetGroupsCommand::readTax(){ while(!in.eof()){ if (m->control_pressed) { in.close(); out.close(); m->mothurRemove(outputFileName); return 0; } - in >> name; //read from first column - in >> tax; //read from second column + in >> name; m->gobble(in); + tax = m->getline(in); m->gobble(in); //if this name is in the accnos file if (names.count(name) != 0) { @@ -1007,8 +1007,6 @@ int GetGroupsCommand::readTax(){ out << it->second << '\t' << tax << endl; } } - - m->gobble(in); } in.close(); out.close(); diff --git a/source/commands/getlineagecommand.cpp b/source/commands/getlineagecommand.cpp index 50c36c33..80ef4b82 100644 --- a/source/commands/getlineagecommand.cpp +++ b/source/commands/getlineagecommand.cpp @@ -350,7 +350,7 @@ int GetLineageCommand::execute(){ m->mothurOut("\n[NOTE]: The count file should contain only unique names, so mothur assumes your fasta, list and taxonomy files also contain only uniques.\n\n"); } } - + //read through the correct file and output lines you want to keep if (taxfile != "") { readTax(); //fills the set of names to get @@ -412,6 +412,12 @@ int GetLineageCommand::execute(){ if (itTypes != outputTypes.end()) { if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setCountTableFile(current); } } + + //set constaxonomy file as new current constaxonomyfile + itTypes = outputTypes.find("constaxonomy"); + if (itTypes != outputTypes.end()) { + if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setConsTaxonomyFile(current); } + } } return 0; @@ -595,7 +601,7 @@ int GetLineageCommand::readList(){ wroteSomething = true; newList.setLabels(newBinLabels); newList.printHeaders(out); - newList.print(out); + newList.print(out, false); } m->gobble(in); @@ -1081,8 +1087,8 @@ int GetLineageCommand::readTax(){ if (m->control_pressed) { in.close(); out.close(); m->mothurRemove(outputFileName); return 0; } - in >> name; //read from first column - in >> tax; //read from second column + in >> name; m->gobble(in); + tax = m->getline(in); m->gobble(in); string noQuotesTax = m->removeQuotes(tax); @@ -1178,8 +1184,6 @@ int GetLineageCommand::readTax(){ } } - - m->gobble(in); } in.close(); out.close(); @@ -1239,7 +1243,7 @@ int GetLineageCommand::readConsTax(){ in >> otuLabel; m->gobble(in); in >> numReps; m->gobble(in); - in >> tax; m->gobble(in); + tax = m->getline(in); m->gobble(in); string noQuotesTax = m->removeQuotes(tax); diff --git a/source/commands/getmimarkspackagecommand.cpp b/source/commands/getmimarkspackagecommand.cpp index 769364f6..f298eca5 100644 --- a/source/commands/getmimarkspackagecommand.cpp +++ b/source/commands/getmimarkspackagecommand.cpp @@ -467,6 +467,7 @@ int GetMIMarksPackageCommand::readFile(){ thisFileName1 = pieces[1]; thisFileName2 = pieces[2]; group = pieces[0]; + m->checkGroupName(group); }else if (pieces.size() == 4) { if (!setOligosParameter) { m->mothurOut("[ERROR]: You must have an oligosfile with the index file option. Aborting. \n"); m->control_pressed = true; } thisFileName1 = pieces[0]; @@ -588,7 +589,7 @@ set GetMIMarksPackageCommand::createGroupNames(Oligos& oligos) { //overwrite global oligos - assume fastq data like make.contigs Oligos oligos; if ((fileOption == 3) || (fileOption == 5)) { oligos.read(oligosfile, false); } //like make.contigs - else { oligos.read(oligosfile); } + else { oligos.read(oligosfile, false); } map barcodes = oligos.getPairedBarcodes(); map primers = oligos.getPairedPrimers(); diff --git a/source/commands/getotulabelscommand.cpp b/source/commands/getotulabelscommand.cpp index 7186912b..3b3112fc 100644 --- a/source/commands/getotulabelscommand.cpp +++ b/source/commands/getotulabelscommand.cpp @@ -268,6 +268,12 @@ int GetOtuLabelsCommand::execute(){ if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setSharedFile(current); } } + //set constaxonomy file as new current constaxonomyfile + itTypes = outputTypes.find("constaxonomy"); + if (itTypes != outputTypes.end()) { + if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setConsTaxonomyFile(current); } + } + return 0; } catch(exception& e) { @@ -305,7 +311,8 @@ int GetOtuLabelsCommand::readClassifyOtu(){ string otu = ""; string tax = "unknown"; int size = 0; - in >> otu >> size >> tax; m->gobble(in); + in >> otu >> size; m->gobble(in); + tax = m->getline(in); m->gobble(in); if (m->debug) { m->mothurOut("Otu=" + otu + ", size=" + toString(size) + ", tax=" + tax + "\n"); } @@ -554,7 +561,7 @@ int GetOtuLabelsCommand::readList(){ wroteSomething = true; newList.setLabels(newLabels); newList.printHeaders(out); - newList.print(out); + newList.print(out, false); } out.close(); diff --git a/source/commands/getotuscommand.cpp b/source/commands/getotuscommand.cpp deleted file mode 100644 index e9f333ff..00000000 --- a/source/commands/getotuscommand.cpp +++ /dev/null @@ -1,432 +0,0 @@ -/* - * getotuscommand.cpp - * Mothur - * - * Created by westcott on 11/10/10. - * Copyright 2010 Schloss Lab. All rights reserved. - * - */ - -#include "getotuscommand.h" -#include "inputdata.h" -#include "sharedutilities.h" - - -//********************************************************************************************************************** -vector GetOtusCommand::setParameters(){ - try { - CommandParameter pgroup("group", "InputTypes", "", "", "none", "none", "none","group",false,true, true); parameters.push_back(pgroup); - CommandParameter plist("list", "InputTypes", "", "", "none", "none", "none","list",false,true, true); parameters.push_back(plist); - CommandParameter paccnos("accnos", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(paccnos); - CommandParameter pgroups("groups", "String", "", "", "", "", "","",false,false); parameters.push_back(pgroups); - CommandParameter plabel("label", "String", "", "", "", "", "","",false,false); parameters.push_back(plabel); - CommandParameter pseed("seed", "Number", "", "0", "", "", "","",false,false); parameters.push_back(pseed); - CommandParameter pinputdir("inputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(pinputdir); - CommandParameter poutputdir("outputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(poutputdir); - - vector myArray; - for (int i = 0; i < parameters.size(); i++) { myArray.push_back(parameters[i].name); } - return myArray; - } - catch(exception& e) { - m->errorOut(e, "GetOtusCommand", "setParameters"); - exit(1); - } -} -//********************************************************************************************************************** -string GetOtusCommand::getHelpString(){ - try { - string helpString = ""; - helpString += "The get.otus command selects otus containing sequences from a specfic group or set of groups.\n"; - helpString += "It outputs a new list file containing the otus containing sequences from in the those specified groups.\n"; - helpString += "The get.otus command parameters are accnos, group, list, label and groups. The group and list parameters are required, unless you have valid current files.\n"; - helpString += "You must also provide an accnos containing the list of groups to get or set the groups parameter to the groups you wish to select.\n"; - helpString += "The groups parameter allows you to specify which of the groups in your groupfile you would like. You can separate group names with dashes.\n"; - helpString += "The label parameter allows you to specify which distance you want to process.\n"; - helpString += "The get.otus command should be in the following format: get.otus(accnos=yourAccnos, list=yourListFile, group=yourGroupFile, label=yourLabel).\n"; - helpString += "Example get.otus(accnos=amazon.accnos, list=amazon.fn.list, group=amazon.groups, label=0.03).\n"; - helpString += "or get.otus(groups=pasture, list=amazon.fn.list, amazon.groups, label=0.03).\n"; - helpString += "Note: No spaces between parameter labels (i.e. list), '=' and parameters (i.e.yourListFile).\n"; - return helpString; - } - catch(exception& e) { - m->errorOut(e, "GetOtusCommand", "getHelpString"); - exit(1); - } -} -//********************************************************************************************************************** -string GetOtusCommand::getOutputPattern(string type) { - try { - string pattern = ""; - - if (type == "group") { pattern = "[filename],[tag],pick,[extension]"; } - else if (type == "list") { pattern = "[filename],[tag],pick,[extension]"; } - else { m->mothurOut("[ERROR]: No definition for type " + type + " output pattern.\n"); m->control_pressed = true; } - - return pattern; - } - catch(exception& e) { - m->errorOut(e, "GetOtusCommand", "getOutputPattern"); - exit(1); - } -} -//********************************************************************************************************************** -GetOtusCommand::GetOtusCommand(){ - try { - abort = true; calledHelp = true; - setParameters(); - vector tempOutNames; - outputTypes["group"] = tempOutNames; - outputTypes["list"] = tempOutNames; - } - catch(exception& e) { - m->errorOut(e, "GetOtusCommand", "GetOtusCommand"); - exit(1); - } -} -//********************************************************************************************************************** -GetOtusCommand::GetOtusCommand(string option) { - try { - abort = false; calledHelp = false; - - //allow user to run help - if(option == "help") { help(); abort = true; calledHelp = true; } - else if(option == "citation") { citation(); abort = true; calledHelp = true;} - - else { - vector myArray = setParameters(); - - OptionParser parser(option); - map parameters = parser.getParameters(); - - ValidParameters validParameter; - map::iterator it; - - //check to make sure all parameters are valid for command - for (it = parameters.begin(); it != parameters.end(); it++) { - if (validParameter.isValidParameter(it->first, myArray, it->second) != true) { abort = true; } - } - - //initialize outputTypes - vector tempOutNames; - outputTypes["group"] = tempOutNames; - outputTypes["list"] = tempOutNames; - - - //if the user changes the output directory command factory will send this info to us in the output parameter - outputDir = validParameter.validFile(parameters, "outputdir", false); if (outputDir == "not found"){ outputDir = ""; } - - //if the user changes the input directory command factory will send this info to us in the output parameter - string inputDir = validParameter.validFile(parameters, "inputdir", false); - if (inputDir == "not found"){ inputDir = ""; } - else { - string path; - it = parameters.find("accnos"); - //user has given a template file - if(it != parameters.end()){ - path = m->hasPath(it->second); - //if the user has not given a path then, add inputdir. else leave path alone. - if (path == "") { parameters["accnos"] = inputDir + it->second; } - } - - it = parameters.find("list"); - //user has given a template file - if(it != parameters.end()){ - path = m->hasPath(it->second); - //if the user has not given a path then, add inputdir. else leave path alone. - if (path == "") { parameters["list"] = inputDir + it->second; } - } - - it = parameters.find("group"); - //user has given a template file - if(it != parameters.end()){ - path = m->hasPath(it->second); - //if the user has not given a path then, add inputdir. else leave path alone. - if (path == "") { parameters["group"] = inputDir + it->second; } - } - } - - - //check for required parameters - accnosfile = validParameter.validFile(parameters, "accnos", true); - if (accnosfile == "not open") { abort = true; } - else if (accnosfile == "not found") { accnosfile = ""; } - else { m->setAccnosFile(accnosfile); } - - groupfile = validParameter.validFile(parameters, "group", true); - if (groupfile == "not open") { abort = true; } - else if (groupfile == "not found") { - groupfile = m->getGroupFile(); - if (groupfile != "") { m->mothurOut("Using " + groupfile + " as input file for the group parameter."); m->mothurOutEndLine(); } - else { m->mothurOut("You have no current group file and the group parameter is required."); m->mothurOutEndLine(); abort = true; } - }else { m->setGroupFile(groupfile); } - - listfile = validParameter.validFile(parameters, "list", true); - if (listfile == "not open") { abort = true; } - else if (listfile == "not found") { - listfile = m->getListFile(); - if (listfile != "") { m->mothurOut("Using " + listfile + " as input file for the list parameter."); m->mothurOutEndLine(); } - else { m->mothurOut("You have no current list file and the list parameter is required."); m->mothurOutEndLine(); abort = true; } - }else { m->setListFile(listfile); } - - groups = validParameter.validFile(parameters, "groups", false); - if (groups == "not found") { groups = ""; } - else { - m->splitAtDash(groups, Groups); - } - - label = validParameter.validFile(parameters, "label", false); - if (label == "not found") { label = ""; m->mothurOut("You did not provide a label, I will use the first label in your inputfile."); m->mothurOutEndLine(); label=""; } - - if ((accnosfile == "") && (Groups.size() == 0)) { m->mothurOut("You must provide an accnos file or specify groups using the groups parameter."); m->mothurOutEndLine(); abort = true; } - } - - } - catch(exception& e) { - m->errorOut(e, "GetOtusCommand", "GetOtusCommand"); - exit(1); - } -} -//********************************************************************************************************************** - -int GetOtusCommand::execute(){ - try { - - if (abort == true) { if (calledHelp) { return 0; } return 2; } - - groupMap = new GroupMap(groupfile); - groupMap->readMap(); - - //get groups you want to get - if (accnosfile != "") { m->readAccnos(accnosfile, Groups); m->setGroups(Groups); } - - //make sure groups are valid - //takes care of user setting groupNames that are invalid or setting groups=all - SharedUtil* util = new SharedUtil(); - vector gNamesOfGroups = groupMap->getNamesOfGroups(); - util->setGroups(Groups, gNamesOfGroups); - groupMap->setNamesOfGroups(gNamesOfGroups); - delete util; - - if (m->control_pressed) { delete groupMap; return 0; } - - //read through the list file keeping any otus that contain any sequence from the groups selected - readListGroup(); - - if (m->control_pressed) { for (int i = 0; i < outputNames.size(); i++) { m->mothurRemove(outputNames[i]); } return 0; } - - if (outputNames.size() != 0) { - m->mothurOutEndLine(); - m->mothurOut("Output File names: "); m->mothurOutEndLine(); - for (int i = 0; i < outputNames.size(); i++) { m->mothurOut(outputNames[i]); m->mothurOutEndLine(); } - m->mothurOutEndLine(); - - //set list file as new current listfile - string current = ""; - itTypes = outputTypes.find("group"); - if (itTypes != outputTypes.end()) { - if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setGroupFile(current); } - } - - itTypes = outputTypes.find("list"); - if (itTypes != outputTypes.end()) { - if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setListFile(current); } - } - } - - return 0; - } - - catch(exception& e) { - m->errorOut(e, "GetOtusCommand", "execute"); - exit(1); - } -} -//********************************************************************************************************************** -int GetOtusCommand::readListGroup(){ - try { - InputData* input = new InputData(listfile, "list"); - ListVector* list = input->getListVector(); - string lastLabel = list->getLabel(); - - //using first label seen if none is provided - if (label == "") { label = lastLabel; } - - string thisOutputDir = outputDir; - if (outputDir == "") { thisOutputDir += m->hasPath(listfile); } - map variables; - variables["[filename]"] = thisOutputDir + m->getRootName(m->getSimpleName(listfile)); - variables["[tag]"] = label; - variables["[extension]"] = m->getExtension(listfile); - string outputFileName = getOutputFileName("list", variables); - - ofstream out; - m->openOutputFile(outputFileName, out); - - string GroupOutputDir = outputDir; - if (outputDir == "") { GroupOutputDir += m->hasPath(groupfile); } - variables["[filename]"] = GroupOutputDir + m->getRootName(m->getSimpleName(groupfile)); - variables["[extension]"] = m->getExtension(groupfile); - string outputGroupFileName = getOutputFileName("group", variables); - - ofstream outGroup; - m->openOutputFile(outputGroupFileName, outGroup); - - - //if the users enters label "0.06" and there is no "0.06" in their file use the next lowest label. - set labels; labels.insert(label); - set processedLabels; - set userLabels = labels; - - bool wroteSomething = false; - - //as long as you are not at the end of the file or done wih the lines you want - while((list != NULL) && (userLabels.size() != 0)) { - - if (m->control_pressed) { delete list; delete input; out.close(); outGroup.close(); m->mothurRemove(outputFileName); m->mothurRemove(outputGroupFileName);return 0; } - - if(labels.count(list->getLabel()) == 1){ - processList(list, groupMap, out, outGroup, wroteSomething); - - processedLabels.insert(list->getLabel()); - userLabels.erase(list->getLabel()); - } - - if ((m->anyLabelsToProcess(list->getLabel(), userLabels, "") == true) && (processedLabels.count(lastLabel) != 1)) { - string saveLabel = list->getLabel(); - - delete list; - - list = input->getListVector(lastLabel); - - processList(list, groupMap, out, outGroup, wroteSomething); - - processedLabels.insert(list->getLabel()); - userLabels.erase(list->getLabel()); - - //restore real lastlabel to save below - list->setLabel(saveLabel); - } - - lastLabel = list->getLabel(); - - delete list; list = NULL; - - //get next line to process - list = input->getListVector(); - } - - - if (m->control_pressed) { if (list != NULL) { delete list; } delete input; out.close(); outGroup.close(); m->mothurRemove(outputFileName); m->mothurRemove(outputGroupFileName); return 0; } - - //output error messages about any remaining user labels - set::iterator it; - bool needToRun = false; - for (it = userLabels.begin(); it != userLabels.end(); it++) { - m->mothurOut("Your file does not include the label " + *it); - if (processedLabels.count(lastLabel) != 1) { - m->mothurOut(". I will use " + lastLabel + "."); m->mothurOutEndLine(); - needToRun = true; - }else { - m->mothurOut(". Please refer to " + lastLabel + "."); m->mothurOutEndLine(); - } - } - - //run last label if you need to - if (needToRun == true) { - if (list != NULL) { delete list; } - - list = input->getListVector(lastLabel); - - processList(list, groupMap, out, outGroup, wroteSomething); - - delete list; list = NULL; - } - - out.close(); - outGroup.close(); - - if (wroteSomething == false) { m->mothurOut("At distance " + label + " your file does NOT contain any otus containing sequences from the groups you wish to get."); m->mothurOutEndLine(); } - outputTypes["list"].push_back(outputFileName); outputNames.push_back(outputFileName); - outputTypes["group"].push_back(outputGroupFileName); outputNames.push_back(outputGroupFileName); - - return 0; - - } - catch(exception& e) { - m->errorOut(e, "GetOtusCommand", "readList"); - exit(1); - } -} -//********************************************************************************************************************** -int GetOtusCommand::processList(ListVector*& list, GroupMap*& groupMap, ofstream& out, ofstream& outGroup, bool& wroteSomething){ - try { - - //make a new list vector - ListVector newList; - newList.setLabel(list->getLabel()); - - int numOtus = 0; - //for each bin - vector binLabels = list->getLabels(); - vector newBinLabels; - for (int i = 0; i < list->getNumBins(); i++) { - if (m->control_pressed) { return 0; } - - //parse out names that are in accnos file - string binnames = list->get(i); - - bool keepBin = false; - string groupFileOutput = ""; - - //parse names - string individual = ""; - int length = binnames.length(); - for(int j=0;jgetGroup(individual); - if (group == "not found") { m->mothurOut("[ERROR]: " + individual + " is not in your groupfile. please correct."); m->mothurOutEndLine(); group = "NOTFOUND"; } - - if (m->inUsersGroups(group, Groups)) { keepBin = true; } - groupFileOutput += individual + "\t" + group + "\n"; - individual = ""; - - } - else{ individual += binnames[j]; } - } - - string group = groupMap->getGroup(individual); - if (group == "not found") { m->mothurOut("[ERROR]: " + individual + " is not in your groupfile. please correct."); m->mothurOutEndLine(); group = "NOTFOUND"; } - - if (m->inUsersGroups(group, Groups)) { keepBin = true; } - groupFileOutput += individual + "\t" + group + "\n"; - - //if there are sequences from the groups we want in this bin add to new list, output to groupfile - if (keepBin) { - newList.push_back(binnames); - newBinLabels.push_back(binLabels[i]); - outGroup << groupFileOutput; - numOtus++; - } - } - - //print new listvector - if (newList.getNumBins() != 0) { - wroteSomething = true; - newList.setLabels(newBinLabels); - newList.printHeaders(out); - newList.print(out); - } - - m->mothurOut(newList.getLabel() + " - selected " + toString(numOtus) + " of the " + toString(list->getNumBins()) + " OTUs."); m->mothurOutEndLine(); - - return 0; - } - catch(exception& e) { - m->errorOut(e, "GetOtusCommand", "processList"); - exit(1); - } -} -//********************************************************************************************************************** - - diff --git a/source/commands/getotuscommand.h b/source/commands/getotuscommand.h deleted file mode 100644 index c71ab062..00000000 --- a/source/commands/getotuscommand.h +++ /dev/null @@ -1,55 +0,0 @@ -#ifndef GETOTUSCOMMAND_H -#define GETOTUSCOMMAND_H - -/* - * getotuscommand.h - * Mothur - * - * Created by westcott on 11/10/10. - * Copyright 2010 Schloss Lab. All rights reserved. - * - */ - - - -#include "command.hpp" -#include "groupmap.h" -#include "listvector.hpp" - -class GetOtusCommand : public Command { - -public: - - GetOtusCommand(string); - GetOtusCommand(); - ~GetOtusCommand(){} - - vector setParameters(); - string getCommandName() { return "get.otus"; } - string getCommandCategory() { return "OTU-Based Approaches"; } - - string getHelpString(); - string getOutputPattern(string); - string getCitation() { return "http://www.mothur.org/wiki/Get.otus"; } - string getDescription() { return "outputs a new list file containing the otus containing sequences from the groups specified"; } - - - int execute(); - void help() { m->mothurOut(getHelpString()); } - - -private: - string accnosfile, groupfile, listfile, outputDir, groups, label; - bool abort; - vector outputNames, Groups; - GroupMap* groupMap; - - int readListGroup(); - int processList(ListVector*&, GroupMap*&, ofstream&, ofstream&, bool&); - -}; - -#endif - - - diff --git a/source/commands/getseqscommand.cpp b/source/commands/getseqscommand.cpp index fdda444a..53e43e1d 100644 --- a/source/commands/getseqscommand.cpp +++ b/source/commands/getseqscommand.cpp @@ -793,7 +793,7 @@ int GetSeqsCommand::readList(){ wroteSomething = true; newList.setLabels(newBinLabels); newList.printHeaders(out); - newList.print(out); + newList.print(out, false); } m->gobble(in); @@ -968,7 +968,7 @@ int GetSeqsCommand::readGroup(){ if (m->control_pressed) { in.close(); out.close(); m->mothurRemove(outputFileName); return 0; } - in >> name; //read from first column + in >> name; m->gobble(in); //read from first column in >> group; //read from second column @@ -1031,8 +1031,8 @@ int GetSeqsCommand::readTax(){ if (m->control_pressed) { in.close(); out.close(); m->mothurRemove(outputFileName); return 0; } - in >> name; //read from first column - in >> tax; //read from second column + in >> name; m->gobble(in); + tax = m->getline(in); m->gobble(in); if (!dups) {//adjust name if needed map::iterator it = uniqueMap.find(name); @@ -1053,8 +1053,6 @@ int GetSeqsCommand::readTax(){ m->mothurOut("[WARNING]: " + name + " is in your taxonomy file more than once. Mothur requires sequence names to be unique. I will only add it once.\n"); } } - - m->gobble(in); } in.close(); out.close(); diff --git a/source/commands/hclustercommand.cpp b/source/commands/hclustercommand.cpp deleted file mode 100644 index 6c5de5c3..00000000 --- a/source/commands/hclustercommand.cpp +++ /dev/null @@ -1,499 +0,0 @@ -/* - * hclustercommand.cpp - * Mothur - * - * Created by westcott on 10/13/09. - * Copyright 2009 Schloss Lab. All rights reserved. - * - */ - -#include "hclustercommand.h" - -//********************************************************************************************************************** -vector HClusterCommand::setParameters(){ - try { - CommandParameter pphylip("phylip", "InputTypes", "", "", "PhylipColumn", "PhylipColumn", "none","list-rabund-sabund",false,false,true); parameters.push_back(pphylip); - CommandParameter pname("name", "InputTypes", "", "", "none", "none", "ColumnName","",false,false,true); parameters.push_back(pname); - CommandParameter pcolumn("column", "InputTypes", "", "", "PhylipColumn", "PhylipColumn", "ColumnName","list-rabund-sabund",false,false,true); parameters.push_back(pcolumn); - CommandParameter pcutoff("cutoff", "Number", "", "10", "", "", "","",false,false,true); parameters.push_back(pcutoff); - CommandParameter pprecision("precision", "Number", "", "100", "", "", "","",false,false); parameters.push_back(pprecision); - CommandParameter pmethod("method", "Multiple", "furthest-nearest-average-weighted", "average", "", "", "","",false,false); parameters.push_back(pmethod); - CommandParameter phard("hard", "Boolean", "", "T", "", "", "","",false,false); parameters.push_back(phard); - CommandParameter psorted("sorted", "Boolean", "", "F", "", "", "","",false,false); parameters.push_back(psorted); - CommandParameter pshowabund("showabund", "Boolean", "", "T", "", "", "","",false,false); parameters.push_back(pshowabund); - CommandParameter ptiming("timing", "Boolean", "", "F", "", "", "","",false,false); parameters.push_back(ptiming); - CommandParameter pseed("seed", "Number", "", "0", "", "", "","",false,false); parameters.push_back(pseed); - CommandParameter pinputdir("inputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(pinputdir); - CommandParameter poutputdir("outputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(poutputdir); - - vector myArray; - for (int i = 0; i < parameters.size(); i++) { myArray.push_back(parameters[i].name); } - return myArray; - } - catch(exception& e) { - m->errorOut(e, "HClusterCommand", "setParameters"); - exit(1); - } -} -//********************************************************************************************************************** -string HClusterCommand::getHelpString(){ - try { - string helpString = ""; - helpString += "The hcluster command parameter options are cutoff, precision, method, phylip, column, name, showabund, timing and sorted. Phylip or column and name are required, unless you have valid current files.\n"; - helpString += "The phylip and column parameter allow you to enter your distance file, and sorted indicates whether your column distance file is already sorted. \n"; - helpString += "The name parameter allows you to enter your name file and is required if your distance file is in column format. \n"; - helpString += "The hcluster command should be in the following format: \n"; - helpString += "hcluster(column=youDistanceFile, name=yourNameFile, method=yourMethod, cutoff=yourCutoff, precision=yourPrecision) \n"; - helpString += "The acceptable hcluster methods are furthest, nearest, weighted and average.\n"; - return helpString; - } - catch(exception& e) { - m->errorOut(e, "HClusterCommand", "getHelpString"); - exit(1); - } -} -//********************************************************************************************************************** -string HClusterCommand::getOutputPattern(string type) { - try { - string pattern = ""; - - if (type == "list") { pattern = "[filename],[clustertag],list"; } - else if (type == "rabund") { pattern = "[filename],[clustertag],rabund"; } - else if (type == "sabund") { pattern = "[filename],[clustertag],sabund"; } - else { m->mothurOut("[ERROR]: No definition for type " + type + " output pattern.\n"); m->control_pressed = true; } - - return pattern; - } - catch(exception& e) { - m->errorOut(e, "HClusterCommand", "getOutputPattern"); - exit(1); - } -} - -//********************************************************************************************************************** -HClusterCommand::HClusterCommand(){ - try { - abort = true; calledHelp = true; - setParameters(); - vector tempOutNames; - outputTypes["list"] = tempOutNames; - outputTypes["rabund"] = tempOutNames; - outputTypes["sabund"] = tempOutNames; - } - catch(exception& e) { - m->errorOut(e, "HClusterCommand", "HClusterCommand"); - exit(1); - } -} -//********************************************************************************************************************** -//This function checks to make sure the cluster command has no errors and then clusters based on the method chosen. -HClusterCommand::HClusterCommand(string option) { - try{ - abort = false; calledHelp = false; - - //allow user to run help - if(option == "help") { help(); abort = true; calledHelp = true; } - else if(option == "citation") { citation(); abort = true; calledHelp = true;} - - else { - vector myArray = setParameters(); - - OptionParser parser(option); - map parameters = parser.getParameters(); - - ValidParameters validParameter; - map::iterator it; - - //check to make sure all parameters are valid for command - for (it = parameters.begin(); it != parameters.end(); it++) { - if (validParameter.isValidParameter(it->first, myArray, it->second) != true) { - abort = true; - } - } - - //initialize outputTypes - vector tempOutNames; - outputTypes["list"] = tempOutNames; - outputTypes["rabund"] = tempOutNames; - outputTypes["sabund"] = tempOutNames; - - //if the user changes the input directory command factory will send this info to us in the output parameter - string inputDir = validParameter.validFile(parameters, "inputdir", false); - if (inputDir == "not found"){ inputDir = ""; } - else { - string path; - it = parameters.find("phylip"); - //user has given a template file - if(it != parameters.end()){ - path = m->hasPath(it->second); - //if the user has not given a path then, add inputdir. else leave path alone. - if (path == "") { parameters["phylip"] = inputDir + it->second; } - } - - it = parameters.find("column"); - //user has given a template file - if(it != parameters.end()){ - path = m->hasPath(it->second); - //if the user has not given a path then, add inputdir. else leave path alone. - if (path == "") { parameters["column"] = inputDir + it->second; } - } - - it = parameters.find("name"); - //user has given a template file - if(it != parameters.end()){ - path = m->hasPath(it->second); - //if the user has not given a path then, add inputdir. else leave path alone. - if (path == "") { parameters["name"] = inputDir + it->second; } - } - } - - //if the user changes the output directory command factory will send this info to us in the output parameter - outputDir = validParameter.validFile(parameters, "outputdir", false); if (outputDir == "not found"){ outputDir = ""; } - - //check for required parameters - phylipfile = validParameter.validFile(parameters, "phylip", true); - if (phylipfile == "not open") { abort = true; } - else if (phylipfile == "not found") { phylipfile = ""; } - else { distfile = phylipfile; format = "phylip"; m->setPhylipFile(phylipfile); } - - columnfile = validParameter.validFile(parameters, "column", true); - if (columnfile == "not open") { abort = true; } - else if (columnfile == "not found") { columnfile = ""; } - else { distfile = columnfile; format = "column"; m->setColumnFile(columnfile); } - - namefile = validParameter.validFile(parameters, "name", true); - if (namefile == "not open") { abort = true; } - else if (namefile == "not found") { namefile = ""; } - else { m->setNameFile(namefile); } - - if ((phylipfile == "") && (columnfile == "")) { - //is there are current file available for either of these? - //give priority to column, then phylip - columnfile = m->getColumnFile(); - if (columnfile != "") { m->mothurOut("Using " + columnfile + " as input file for the column parameter."); m->mothurOutEndLine(); } - else { - phylipfile = m->getPhylipFile(); - if (phylipfile != "") { m->mothurOut("Using " + phylipfile + " as input file for the phylip parameter."); m->mothurOutEndLine(); } - else { - m->mothurOut("No valid current files. You must provide a phylip or column file before you can use the hcluster command."); m->mothurOutEndLine(); - abort = true; - } - } - } - else if ((phylipfile != "") && (columnfile != "")) { m->mothurOut("When executing a hcluster command you must enter ONLY ONE of the following: phylip or column."); m->mothurOutEndLine(); abort = true; } - - if (columnfile != "") { - if (namefile == "") { - namefile = m->getNameFile(); - if (namefile != "") { m->mothurOut("Using " + namefile + " as input file for the name parameter."); m->mothurOutEndLine(); } - else { - m->mothurOut("You need to provide a namefile if you are going to use the column format."); m->mothurOutEndLine(); - abort = true; - } - } - } - - //check for optional parameter and set defaults - // ...at some point should added some additional type checking... - //get user cutoff and precision or use defaults - string temp; - temp = validParameter.validFile(parameters, "precision", false); - if (temp == "not found") { temp = "100"; } - //saves precision legnth for formatting below - length = temp.length(); - m->mothurConvert(temp, precision); - - temp = validParameter.validFile(parameters, "hard", false); if (temp == "not found") { temp = "T"; } - hard = m->isTrue(temp); - - temp = validParameter.validFile(parameters, "cutoff", false); - if (temp == "not found") { temp = "10"; } - m->mothurConvert(temp, cutoff); - cutoff += (5 / (precision * 10.0)); - - method = validParameter.validFile(parameters, "method", false); - if (method == "not found") { method = "average"; } - - if ((method == "furthest") || (method == "nearest") || (method == "average") || (method == "weighted")) { } - else { m->mothurOut("Not a valid clustering method. Valid clustering algorithms are furthest, nearest, average or weighted."); m->mothurOutEndLine(); abort = true; } - - showabund = validParameter.validFile(parameters, "showabund", false); - if (showabund == "not found") { showabund = "T"; } - - sort = validParameter.validFile(parameters, "sorted", false); - if (sort == "not found") { sort = "F"; } - sorted = m->isTrue(sort); - - timing = validParameter.validFile(parameters, "timing", false); - if (timing == "not found") { timing = "F"; } - - - if (abort == false) { - - if (outputDir == "") { outputDir += m->hasPath(distfile); } - fileroot = outputDir + m->getRootName(m->getSimpleName(distfile)); - - if (method == "furthest") { tag = "fn"; } - else if (method == "nearest") { tag = "nn"; } - else if (method == "weighted") { tag = "wn"; } - else { tag = "an"; } - - map variables; - variables["[filename]"] = fileroot; - variables["[clustertag]"] = tag; - - string sabundFileName = getOutputFileName("sabund",variables); - string rabundFileName = getOutputFileName("rabund",variables); - string listFileName = getOutputFileName("list", variables); - - m->openOutputFile(sabundFileName, sabundFile); - m->openOutputFile(rabundFileName, rabundFile); - m->openOutputFile(listFileName, listFile); - - outputNames.push_back(sabundFileName); outputTypes["sabund"].push_back(sabundFileName); - outputNames.push_back(rabundFileName); outputTypes["rabund"].push_back(rabundFileName); - outputNames.push_back(listFileName); outputTypes["list"].push_back(listFileName); - } - } - } - catch(exception& e) { - m->errorOut(e, "HClusterCommand", "HClusterCommand"); - exit(1); - } -} - -//********************************************************************************************************************** - -int HClusterCommand::execute(){ - try { - - if (abort == true) { if (calledHelp) { return 0; } return 2; } - - NameAssignment* nameMap = NULL; - if(namefile != ""){ - nameMap = new NameAssignment(namefile); - nameMap->readMap(); - } - - time_t estart = time(NULL); - - if (!sorted) { - read = new ReadCluster(distfile, cutoff, outputDir, true); - read->setFormat(format); - read->read(nameMap); - - if (m->control_pressed) { - delete read; - sabundFile.close(); - rabundFile.close(); - listFile.close(); - for (int i = 0; i < outputNames.size(); i++) { m->mothurRemove(outputNames[i]); } outputTypes.clear(); - return 0; - } - - distfile = read->getOutputFile(); - - list = read->getListVector(); - delete read; - }else { - list = new ListVector(nameMap->getListVector()); - } - - if (m->control_pressed) { - sabundFile.close(); - rabundFile.close(); - listFile.close(); - for (int i = 0; i < outputNames.size(); i++) { m->mothurRemove(outputNames[i]); } outputTypes.clear(); - return 0; - } - - m->mothurOut("It took " + toString(time(NULL) - estart) + " seconds to sort. "); m->mothurOutEndLine(); - estart = time(NULL); - - //list vector made by read contains all sequence names - if(list != NULL){ - rabund = new RAbundVector(list->getRAbundVector()); - }else{ - m->mothurOut("Error: no list vector!"); m->mothurOutEndLine(); return 0; - } - - list->printHeaders(listFile); - - float previousDist = 0.00000; - float rndPreviousDist = 0.00000; - oldRAbund = *rabund; - oldList = *list; - - print_start = true; - start = time(NULL); - - cluster = new HCluster(rabund, list, method, distfile, nameMap, cutoff); - vector seqs; seqs.resize(1); // to start loop - - if (m->control_pressed) { - delete cluster; - sabundFile.close(); - rabundFile.close(); - listFile.close(); - for (int i = 0; i < outputNames.size(); i++) { m->mothurRemove(outputNames[i]); } outputTypes.clear(); - return 0; - } - - float saveCutoff = cutoff; - - while (seqs.size() != 0){ - - seqs = cluster->getSeqs(); - - //to account for cutoff change in average neighbor - if (seqs.size() != 0) { - if (seqs[0].dist > cutoff) { break; } - } - - if (m->control_pressed) { - delete cluster; - sabundFile.close(); - rabundFile.close(); - listFile.close(); - for (int i = 0; i < outputNames.size(); i++) { m->mothurRemove(outputNames[i]); } outputTypes.clear(); - return 0; - } - - for (int i = 0; i < seqs.size(); i++) { //-1 means skip me - - if (seqs[i].seq1 != seqs[i].seq2) { - cutoff = cluster->update(seqs[i].seq1, seqs[i].seq2, seqs[i].dist); - - if (m->control_pressed) { - delete cluster; - sabundFile.close(); - rabundFile.close(); - listFile.close(); - for (int i = 0; i < outputNames.size(); i++) { m->mothurRemove(outputNames[i]); } outputTypes.clear(); - return 0; - } - - - float rndDist; - if (hard) { - rndDist = m->ceilDist(seqs[i].dist, precision); - }else{ - rndDist = m->roundDist(seqs[i].dist, precision); - } - - - if((previousDist <= 0.0000) && (seqs[i].dist != previousDist)){ - printData("unique"); - } - else if((rndDist != rndPreviousDist)){ - printData(toString(rndPreviousDist, length-1)); - } - - previousDist = seqs[i].dist; - rndPreviousDist = rndDist; - oldRAbund = *rabund; - oldList = *list; - } - } - } - - if (m->control_pressed) { - delete cluster; - sabundFile.close(); - rabundFile.close(); - listFile.close(); - for (int i = 0; i < outputNames.size(); i++) { m->mothurRemove(outputNames[i]); } outputTypes.clear(); - return 0; - } - - if(previousDist <= 0.0000){ - printData("unique"); - } - else if(rndPreviousDistcontrol_pressed) { - for (int i = 0; i < outputNames.size(); i++) { m->mothurRemove(outputNames[i]); } outputTypes.clear(); - return 0; - } - - - if (saveCutoff != cutoff) { - if (hard) { saveCutoff = m->ceilDist(saveCutoff, precision); } - else { saveCutoff = m->roundDist(saveCutoff, precision); } - - m->mothurOut("changed cutoff to " + toString(cutoff)); m->mothurOutEndLine(); - } - - //set list file as new current listfile - string current = ""; - itTypes = outputTypes.find("list"); - if (itTypes != outputTypes.end()) { - if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setListFile(current); } - } - - //set rabund file as new current rabundfile - itTypes = outputTypes.find("rabund"); - if (itTypes != outputTypes.end()) { - if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setRabundFile(current); } - } - - //set sabund file as new current sabundfile - itTypes = outputTypes.find("sabund"); - if (itTypes != outputTypes.end()) { - if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setSabundFile(current); } - } - - - m->mothurOutEndLine(); - m->mothurOut("Output File Names: "); m->mothurOutEndLine(); - for (int i = 0; i < outputNames.size(); i++) { m->mothurOut(outputNames[i]); m->mothurOutEndLine(); } - m->mothurOutEndLine(); - - m->mothurOut("It took " + toString(time(NULL) - estart) + " seconds to cluster. "); m->mothurOutEndLine(); - - return 0; - } - catch(exception& e) { - m->errorOut(e, "HClusterCommand", "execute"); - exit(1); - } -} - -//********************************************************************************************************************** - -void HClusterCommand::printData(string label){ - try { - if (m->isTrue(timing)) { - m->mothurOut("\tTime: " + toString(time(NULL) - start) + "\tsecs for " + toString(oldRAbund.getNumBins()) - + "\tclusters. Updates: " + toString(loops)); m->mothurOutEndLine(); - } - print_start = true; - loops = 0; - start = time(NULL); - - oldRAbund.setLabel(label); - if (m->isTrue(showabund)) { - oldRAbund.getSAbundVector().print(cout); - } - oldRAbund.print(rabundFile); - oldRAbund.getSAbundVector().print(sabundFile); - - oldList.setLabel(label); - oldList.print(listFile); - } - catch(exception& e) { - m->errorOut(e, "HClusterCommand", "printData"); - exit(1); - } - - -} -//********************************************************************************************************************** - diff --git a/source/commands/hclustercommand.h b/source/commands/hclustercommand.h deleted file mode 100644 index 1b8e9b76..00000000 --- a/source/commands/hclustercommand.h +++ /dev/null @@ -1,73 +0,0 @@ -#ifndef HCLUSTERCOMMAND_H -#define HCLUSTERCOMMAND_H - -/* - * hclustercommand.h - * Mothur - * - * Created by westcott on 10/13/09. - * Copyright 2009 Schloss Lab. All rights reserved. - * - */ - -#include "command.hpp" -#include "hcluster.h" -#include "rabundvector.hpp" -#include "sabundvector.hpp" -#include "listvector.hpp" -#include "readcluster.h" - -/******************************************************************/ -//This command is an implementation of the HCluster algorithmn described in -//ESPRIT: estimating species richness using large collections of 16S rRNA pyrosequences by -//Yijun Sun1,2,*, Yunpeng Cai2, Li Liu1, Fahong Yu1, Michael L. Farrell3, William McKendree3 -//and William Farmerie1 1 - -//Interdisciplinary Center for Biotechnology Research, 2Department of Electrical and Computer Engineering, -//University of Florida, Gainesville, FL 32610-3622 and 3Materials Technology Directorate, Air Force Technical -//Applications Center, 1030 S. Highway A1A, Patrick AFB, FL 32925-3002, USA -//Received January 28, 2009; Revised April 14, 2009; Accepted April 15, 2009 -/************************************************************/ -class HClusterCommand : public Command { - -public: - HClusterCommand(string); - HClusterCommand(); - ~HClusterCommand(){} - - vector setParameters(); - string getCommandName() { return "hcluster"; } - string getCommandCategory() { return "Clustering"; } - - string getHelpString(); - string getOutputPattern(string); - string getCitation() { return "Sun Y, Cai Y, Liu L, Yu F, Farrell ML, Mckendree W, Farmerie W (2009). ESPRIT: estimating species richness using large collections of 16S rRNA pyrosequences. Nucleic Acids Res 37: e76. \nhttp://www.mothur.org/wiki/Hcluster"; } - string getDescription() { return "cluster your sequences into OTUs using a distance matrix"; } - - int execute(); - void help() { m->mothurOut(getHelpString()); } - - -private: - HCluster* cluster; - ListVector* list; - RAbundVector* rabund; - RAbundVector oldRAbund; - ListVector oldList; - ReadCluster* read; - - bool abort, sorted, print_start, hard; - string method, fileroot, tag, distfile, format, phylipfile, columnfile, namefile, sort, showabund, timing, outputDir; - double cutoff; - int precision, length; - ofstream sabundFile, rabundFile, listFile; - time_t start; - unsigned long loops; - vector outputNames; - - void printData(string label); -}; - -/************************************************************/ - -#endif diff --git a/source/commands/helpcommand.cpp b/source/commands/helpcommand.cpp index ef54dae9..87165675 100644 --- a/source/commands/helpcommand.cpp +++ b/source/commands/helpcommand.cpp @@ -8,19 +8,334 @@ */ #include "helpcommand.h" +#include "command.hpp" +#include "clustercommand.h" +#include "collectcommand.h" +#include "collectsharedcommand.h" +#include "getgroupcommand.h" +#include "getlabelcommand.h" +#include "rarefactcommand.h" +#include "summarycommand.h" +#include "summarysharedcommand.h" +#include "rarefactsharedcommand.h" +#include "quitcommand.h" +#include "helpcommand.h" +#include "commandfactory.hpp" +#include "deconvolutecommand.h" +#include "parsimonycommand.h" +#include "unifracunweightedcommand.h" +#include "unifracweightedcommand.h" +#include "libshuffcommand.h" +#include "heatmapcommand.h" +#include "heatmapsimcommand.h" +#include "filterseqscommand.h" +#include "venncommand.h" +#include "nocommands.h" +#include "binsequencecommand.h" +#include "getoturepcommand.h" +#include "treegroupscommand.h" +#include "distancecommand.h" +#include "aligncommand.h" +#include "matrixoutputcommand.h" +#include "getsabundcommand.h" +#include "getrabundcommand.h" +#include "seqsummarycommand.h" +#include "screenseqscommand.h" +#include "reversecommand.h" +#include "trimseqscommand.h" +#include "mergefilecommand.h" +#include "listseqscommand.h" +#include "getseqscommand.h" +#include "removeseqscommand.h" +#include "systemcommand.h" +#include "secondarystructurecommand.h" +#include "getsharedotucommand.h" +#include "getlistcountcommand.h" +#include "classifyseqscommand.h" +#include "phylotypecommand.h" +#include "mgclustercommand.h" +#include "preclustercommand.h" +#include "pcoacommand.h" +#include "otuhierarchycommand.h" +#include "setdircommand.h" +#include "parselistscommand.h" +#include "chimeraccodecommand.h" +#include "chimeracheckcommand.h" +#include "chimeraslayercommand.h" +#include "chimerapintailcommand.h" +#include "chimerabellerophoncommand.h" +#include "chimerauchimecommand.h" +#include "setlogfilecommand.h" +#include "phylodiversitycommand.h" +#include "makegroupcommand.h" +#include "chopseqscommand.h" +#include "clearcutcommand.h" +#include "catchallcommand.h" +#include "splitabundcommand.h" +#include "clustersplitcommand.h" +#include "classifyotucommand.h" +#include "degapseqscommand.h" +#include "getrelabundcommand.h" +#include "sensspeccommand.h" +#include "sffinfocommand.h" +#include "seqerrorcommand.h" +#include "normalizesharedcommand.h" +#include "metastatscommand.h" +#include "splitgroupscommand.h" +#include "clusterfragmentscommand.h" +#include "getlineagecommand.h" +#include "removelineagecommand.h" +#include "parsefastaqcommand.h" +#include "deuniqueseqscommand.h" +#include "pairwiseseqscommand.h" +#include "clusterdoturcommand.h" +#include "subsamplecommand.h" +#include "removegroupscommand.h" +#include "getgroupscommand.h" +#include "indicatorcommand.h" +#include "consensusseqscommand.h" +#include "trimflowscommand.h" +#include "corraxescommand.h" +#include "shhhercommand.h" +#include "pcacommand.h" +#include "nmdscommand.h" +#include "removerarecommand.h" +#include "mergegroupscommand.h" +#include "amovacommand.h" +#include "homovacommand.h" +#include "mantelcommand.h" +#include "makefastqcommand.h" +#include "anosimcommand.h" +#include "getcurrentcommand.h" +#include "setcurrentcommand.h" +#include "sharedcommand.h" +#include "getcommandinfocommand.h" +#include "deuniquetreecommand.h" +#include "countseqscommand.h" +#include "countgroupscommand.h" +#include "summarytaxcommand.h" +#include "chimeraperseuscommand.h" +#include "shhhseqscommand.h" +#include "summaryqualcommand.h" +#include "otuassociationcommand.h" +#include "sortseqscommand.h" +#include "classifytreecommand.h" +#include "cooccurrencecommand.h" +#include "pcrseqscommand.h" +#include "createdatabasecommand.h" +#include "makebiomcommand.h" +#include "getcoremicrobiomecommand.h" +#include "listotulabelscommand.h" +#include "getotulabelscommand.h" +#include "removeotulabelscommand.h" +#include "makecontigscommand.h" +#include "sffmultiplecommand.h" +#include "classifysvmsharedcommand.h" +#include "classifyrfsharedcommand.h" +#include "filtersharedcommand.h" +#include "primerdesigncommand.h" +#include "getdistscommand.h" +#include "removedistscommand.h" +#include "mergetaxsummarycommand.h" +#include "getmetacommunitycommand.h" +#include "sparcccommand.h" +#include "makelookupcommand.h" +#include "renameseqscommand.h" +#include "makelefsecommand.h" +#include "lefsecommand.h" +#include "kruskalwalliscommand.h" +#include "sracommand.h" +#include "mergesfffilecommand.h" +#include "getmimarkspackagecommand.h" +#include "mimarksattributescommand.h" +#include "setseedcommand.h" +#include "makefilecommand.h" +#include "biominfocommand.h" +#include "renamefilecommand.h" +#include "chimeravsearchcommand.h" +#include "mergecountcommand.hpp" + //********************************************************************************************************************** HelpCommand::HelpCommand(string option) { - validCommands = CommandFactory::getInstance(); + validCommands = CommandFactory::getInstance(); + + abort = false; calledHelp = false; + + //allow user to run help + if(option == "help") { help(); abort = true; calledHelp = true; } + else if(option == "citation") { citation(); abort = true; calledHelp = true;} + + commandName = option; + } //********************************************************************************************************************** int HelpCommand::execute(){ try { - validCommands->printCommands(cout); - m->mothurOut("For more information about a specific command type 'commandName(help)' i.e. 'read.dist(help)'"); m->mothurOutEndLine(); - - m->mothurOutEndLine(); m->mothurOut("For further assistance please refer to the Mothur manual on our wiki at http://www.mothur.org/wiki, or contact Pat Schloss at mothur.bugs@gmail.com.\n"); + if (commandName != "") { + if (validCommands->isValidCommand(commandName)) { + Command* command; + string optionString = "help"; + + if(commandName == "cluster") { command = new ClusterCommand(optionString); } + else if(commandName == "unique.seqs") { command = new DeconvoluteCommand(optionString); } + else if(commandName == "parsimony") { command = new ParsimonyCommand(optionString); } + else if(commandName == "help") { command = new HelpCommand(optionString); } + else if(commandName == "quit") { command = new QuitCommand(optionString); } + else if(commandName == "collect.single") { command = new CollectCommand(optionString); } + else if(commandName == "collect.shared") { command = new CollectSharedCommand(optionString); } + else if(commandName == "rarefaction.single") { command = new RareFactCommand(optionString); } + else if(commandName == "rarefaction.shared") { command = new RareFactSharedCommand(optionString); } + else if(commandName == "summary.single") { command = new SummaryCommand(optionString); } + else if(commandName == "summary.shared") { command = new SummarySharedCommand(optionString); } + else if(commandName == "unifrac.weighted") { command = new UnifracWeightedCommand(optionString); } + else if(commandName == "unifrac.unweighted") { command = new UnifracUnweightedCommand(optionString); } + else if(commandName == "get.group") { command = new GetgroupCommand(optionString); } + else if(commandName == "get.label") { command = new GetlabelCommand(optionString); } + else if(commandName == "get.sabund") { command = new GetSAbundCommand(optionString); } + else if(commandName == "get.rabund") { command = new GetRAbundCommand(optionString); } + else if(commandName == "libshuff") { command = new LibShuffCommand(optionString); } + else if(commandName == "heatmap.bin") { command = new HeatMapCommand(optionString); } + else if(commandName == "heatmap.sim") { command = new HeatMapSimCommand(optionString); } + else if(commandName == "filter.seqs") { command = new FilterSeqsCommand(optionString); } + else if(commandName == "venn") { command = new VennCommand(optionString); } + else if(commandName == "bin.seqs") { command = new BinSeqCommand(optionString); } + else if(commandName == "get.oturep") { command = new GetOTURepCommand(optionString); } + else if(commandName == "tree.shared") { command = new TreeGroupCommand(optionString); } + else if(commandName == "dist.shared") { command = new MatrixOutputCommand(optionString); } + else if(commandName == "dist.seqs") { command = new DistanceCommand(optionString); } + else if(commandName == "align.seqs") { command = new AlignCommand(optionString); } + else if(commandName == "summary.seqs") { command = new SeqSummaryCommand(optionString); } + else if(commandName == "screen.seqs") { command = new ScreenSeqsCommand(optionString); } + else if(commandName == "reverse.seqs") { command = new ReverseSeqsCommand(optionString); } + else if(commandName == "trim.seqs") { command = new TrimSeqsCommand(optionString); } + else if(commandName == "trim.flows") { command = new TrimFlowsCommand(optionString); } + else if(commandName == "shhh.flows") { command = new ShhherCommand(optionString); } + else if(commandName == "list.seqs") { command = new ListSeqsCommand(optionString); } + else if(commandName == "get.seqs") { command = new GetSeqsCommand(optionString); } + else if(commandName == "remove.seqs") { command = new RemoveSeqsCommand(optionString); } + else if(commandName == "merge.files") { command = new MergeFileCommand(optionString); } + else if(commandName == "system") { command = new SystemCommand(optionString); } + else if(commandName == "align.check") { command = new AlignCheckCommand(optionString); } + else if(commandName == "get.sharedseqs") { command = new GetSharedOTUCommand(optionString); } + else if(commandName == "get.otulist") { command = new GetListCountCommand(optionString); } + else if(commandName == "classify.seqs") { command = new ClassifySeqsCommand(optionString); } + else if(commandName == "chimera.ccode") { command = new ChimeraCcodeCommand(optionString); } + else if(commandName == "chimera.check") { command = new ChimeraCheckCommand(optionString); } + else if(commandName == "chimera.slayer") { command = new ChimeraSlayerCommand(optionString); } + else if(commandName == "chimera.uchime") { command = new ChimeraUchimeCommand(optionString); } + else if(commandName == "chimera.pintail") { command = new ChimeraPintailCommand(optionString); } + else if(commandName == "chimera.bellerophon") { command = new ChimeraBellerophonCommand(optionString); } + else if(commandName == "chimera.vsearch") { command = new ChimeraVsearchCommand(optionString); } + else if(commandName == "phylotype") { command = new PhylotypeCommand(optionString); } + else if(commandName == "mgcluster") { command = new MGClusterCommand(optionString); } + else if(commandName == "pre.cluster") { command = new PreClusterCommand(optionString); } + else if(commandName == "pcoa") { command = new PCOACommand(optionString); } + else if(commandName == "pca") { command = new PCACommand(optionString); } + else if(commandName == "nmds") { command = new NMDSCommand(optionString); } + else if(commandName == "otu.hierarchy") { command = new OtuHierarchyCommand(optionString); } + else if(commandName == "set.dir") { command = new SetDirectoryCommand(optionString); } + else if(commandName == "set.logfile") { command = new SetLogFileCommand(optionString); } + else if(commandName == "parse.list") { command = new ParseListCommand(optionString); } + else if(commandName == "phylo.diversity") { command = new PhyloDiversityCommand(optionString); } + else if(commandName == "make.group") { command = new MakeGroupCommand(optionString); } + else if(commandName == "chop.seqs") { command = new ChopSeqsCommand(optionString); } + else if(commandName == "clearcut") { command = new ClearcutCommand(optionString); } + else if(commandName == "catchall") { command = new CatchAllCommand(optionString); } + else if(commandName == "split.abund") { command = new SplitAbundCommand(optionString); } + else if(commandName == "cluster.split") { command = new ClusterSplitCommand(optionString); } + else if(commandName == "classify.otu") { command = new ClassifyOtuCommand(optionString); } + else if(commandName == "degap.seqs") { command = new DegapSeqsCommand(optionString); } + else if(commandName == "get.relabund") { command = new GetRelAbundCommand(optionString); } + else if(commandName == "sens.spec") { command = new SensSpecCommand(optionString); } + else if(commandName == "seq.error") { command = new SeqErrorCommand(optionString); } + else if(commandName == "sffinfo") { command = new SffInfoCommand(optionString); } + else if(commandName == "normalize.shared") { command = new NormalizeSharedCommand(optionString); } + else if(commandName == "metastats") { command = new MetaStatsCommand(optionString); } + else if(commandName == "split.groups") { command = new SplitGroupCommand(optionString); } + else if(commandName == "cluster.fragments") { command = new ClusterFragmentsCommand(optionString); } + else if(commandName == "get.lineage") { command = new GetLineageCommand(optionString); } + else if(commandName == "remove.lineage") { command = new RemoveLineageCommand(optionString); } + else if(commandName == "get.groups") { command = new GetGroupsCommand(optionString); } + else if(commandName == "remove.groups") { command = new RemoveGroupsCommand(optionString); } + else if((commandName == "get.otus") || (commandName == "get.otulabels")) { command = new GetOtuLabelsCommand(optionString); } + else if((commandName == "remove.otus") || (commandName == "remove.otulabels")) { command = new RemoveOtuLabelsCommand(optionString); } + else if((commandName == "list.otus") ||(commandName == "list.otulabels")) { command = new ListOtuLabelsCommand(optionString); } + else if(commandName == "fastq.info") { command = new ParseFastaQCommand(optionString); } + else if(commandName == "deunique.seqs") { command = new DeUniqueSeqsCommand(optionString); } + else if(commandName == "pairwise.seqs") { command = new PairwiseSeqsCommand(optionString); } + else if(commandName == "cluster.classic") { command = new ClusterDoturCommand(optionString); } + else if(commandName == "sub.sample") { command = new SubSampleCommand(optionString); } + else if(commandName == "indicator") { command = new IndicatorCommand(optionString); } + else if(commandName == "consensus.seqs") { command = new ConsensusSeqsCommand(optionString); } + else if(commandName == "corr.axes") { command = new CorrAxesCommand(optionString); } + else if(commandName == "remove.rare") { command = new RemoveRareCommand(optionString); } + else if(commandName == "merge.groups") { command = new MergeGroupsCommand(optionString); } + else if(commandName == "merge.count") { command = new MergeCountCommand(optionString); } + else if(commandName == "amova") { command = new AmovaCommand(optionString); } + else if(commandName == "homova") { command = new HomovaCommand(optionString); } + else if(commandName == "mantel") { command = new MantelCommand(optionString); } + else if(commandName == "make.fastq") { command = new MakeFastQCommand(optionString); } + else if(commandName == "get.current") { command = new GetCurrentCommand(optionString); } + else if(commandName == "set.current") { command = new SetCurrentCommand(optionString); } + else if(commandName == "anosim") { command = new AnosimCommand(optionString); } + else if(commandName == "make.shared") { command = new SharedCommand(optionString); } + else if(commandName == "get.commandinfo") { command = new GetCommandInfoCommand(optionString); } + else if(commandName == "deunique.tree") { command = new DeuniqueTreeCommand(optionString); } + else if((commandName == "count.seqs") || (commandName == "make.table")) { command = new CountSeqsCommand(optionString); } + else if(commandName == "count.groups") { command = new CountGroupsCommand(optionString); } + else if(commandName == "summary.tax") { command = new SummaryTaxCommand(optionString); } + else if(commandName == "summary.qual") { command = new SummaryQualCommand(optionString); } + else if(commandName == "chimera.perseus") { command = new ChimeraPerseusCommand(optionString); } + else if(commandName == "shhh.seqs") { command = new ShhhSeqsCommand(optionString); } + else if(commandName == "otu.association") { command = new OTUAssociationCommand(optionString); } + else if(commandName == "sort.seqs") { command = new SortSeqsCommand(optionString); } + else if(commandName == "classify.tree") { command = new ClassifyTreeCommand(optionString); } + else if(commandName == "cooccurrence") { command = new CooccurrenceCommand(optionString); } + else if(commandName == "pcr.seqs") { command = new PcrSeqsCommand(optionString); } + else if(commandName == "create.database") { command = new CreateDatabaseCommand(optionString); } + else if(commandName == "make.biom") { command = new MakeBiomCommand(optionString); } + else if(commandName == "get.coremicrobiome") { command = new GetCoreMicroBiomeCommand(optionString); } + else if(commandName == "make.contigs") { command = new MakeContigsCommand(optionString); } + else if(commandName == "sff.multiple") { command = new SffMultipleCommand(optionString); } + else if(commandName == "classify.svm") { command = new ClassifySvmSharedCommand(optionString); } + else if(commandName == "classify.rf") { command = new ClassifyRFSharedCommand(optionString); } + else if(commandName == "filter.shared") { command = new FilterSharedCommand(optionString); } + else if(commandName == "primer.design") { command = new PrimerDesignCommand(optionString); } + else if(commandName == "get.dists") { command = new GetDistsCommand(optionString); } + else if(commandName == "remove.dists") { command = new RemoveDistsCommand(optionString); } + else if(commandName == "merge.taxsummary") { command = new MergeTaxSummaryCommand(optionString); } + else if(commandName == "get.communitytype") { command = new GetMetaCommunityCommand(optionString); } + else if(commandName == "sparcc") { command = new SparccCommand(optionString); } + else if(commandName == "make.lookup") { command = new MakeLookupCommand(optionString); } + else if(commandName == "rename.seqs") { command = new RenameSeqsCommand(optionString); } + else if(commandName == "make.lefse") { command = new MakeLefseCommand(optionString); } + else if(commandName == "lefse") { command = new LefseCommand(optionString); } + else if(commandName == "kruskal.wallis") { command = new KruskalWallisCommand(optionString); } + else if(commandName == "make.sra") { command = new SRACommand(optionString); } + else if(commandName == "merge.sfffiles") { command = new MergeSfffilesCommand(optionString); } + else if(commandName == "get.mimarkspackage") { command = new GetMIMarksPackageCommand(optionString); } + else if(commandName == "mimarks.attributes") { command = new MimarksAttributesCommand(optionString); } + else if(commandName == "set.seed") { command = new SetSeedCommand(optionString); } + else if(commandName == "make.file") { command = new MakeFileCommand(optionString); } + else if(commandName == "biom.info") { command = new BiomInfoCommand(optionString); } + else if(commandName == "rename.file") { command = new RenameFileCommand(optionString); } + else { command = new NoCommand(optionString); } + + command->execute(); + delete command; + + }else { + m->mothurOut("[ERROR]: " + commandName + " is not a valid command."); m->mothurOutEndLine(); + validCommands->printCommands(cout); + } + }else { + validCommands->printCommands(cout); + m->mothurOut("For more information about a specific command type 'commandName(help)' i.e. 'cluster(help)'"); m->mothurOutEndLine(); + } + + m->mothurOutEndLine(); m->mothurOut("For further assistance please refer to the Mothur manual on our wiki at http://www.mothur.org/wiki, or contact Pat Schloss at mothur.bugs@gmail.com.\n"); return 0; } diff --git a/source/commands/helpcommand.h b/source/commands/helpcommand.h index aedb7b5a..dc1462a6 100644 --- a/source/commands/helpcommand.h +++ b/source/commands/helpcommand.h @@ -25,7 +25,7 @@ class HelpCommand : public Command { string getCommandName() { return "help"; } string getCommandCategory() { return "Hidden"; } string getHelpString() { return "For more information about a specific command type 'commandName(help)' i.e. 'cluster(help)'"; } - string getOutputPattern(string) { return ""; } + string getOutputPattern(string) { return ""; } string getCitation() { return "no citation"; } string getDescription() { return "help"; } @@ -35,7 +35,11 @@ class HelpCommand : public Command { private: CommandFactory* validCommands; - vector outputNames; + vector outputNames; + + bool abort, calledHelp; + + string commandName; }; diff --git a/source/commands/homovacommand.cpp b/source/commands/homovacommand.cpp index 1a1cd661..7707d706 100644 --- a/source/commands/homovacommand.cpp +++ b/source/commands/homovacommand.cpp @@ -438,7 +438,7 @@ map > HomovaCommand::getRandomizedGroups(mapmothurRandomShuffle(sampleIndices); int index = 0; map > randomizedGroups = origMapping; diff --git a/source/commands/lefsecommand.cpp b/source/commands/lefsecommand.cpp index efacc3ea..7caba42d 100644 --- a/source/commands/lefsecommand.cpp +++ b/source/commands/lefsecommand.cpp @@ -8,6 +8,7 @@ #include "lefsecommand.h" #include "linearalgebra.h" +#include "sharedutilities.h" //********************************************************************************************************************** vector LefseCommand::setParameters(){ @@ -20,7 +21,7 @@ vector LefseCommand::setParameters(){ //CommandParameter pclasses("classes", "String", "", "", "", "", "","",false,false); parameters.push_back(pclasses); CommandParameter palpha("aalpha", "Number", "", "0.05", "", "", "","",false,false); parameters.push_back(palpha); CommandParameter pwalpha("walpha", "Number", "", "0.05", "", "", "","",false,false); parameters.push_back(pwalpha); - + CommandParameter psets("sets", "String", "", "", "", "", "","",false,false); parameters.push_back(psets); CommandParameter plda("lda", "Number", "", "2.0", "", "", "","",false,false); parameters.push_back(plda); CommandParameter pwilc("wilc", "Boolean", "", "T", "", "", "","",false,false); parameters.push_back(pwilc); CommandParameter pnormmillion("norm", "Boolean", "", "T", "", "", "","",false,false); parameters.push_back(pnormmillion); @@ -68,6 +69,7 @@ string LefseCommand::getHelpString(){ helpString += "The wilc parameter is used to indicate whether to perform the Wilcoxon test. Default=T. \n"; helpString += "The iters parameter is used to set the number of bootstrap iteration for LDA. Default=30. \n"; //helpString += "The wilcsamename parameter is used to indicate whether perform the wilcoxon test only among the subclasses with the same name. Default=F. \n"; + helpString += "The sets parameter allows you to specify which of the sets in your designfile you would like to analyze. The set names are separated by dashes. THe default is all sets in the designfile.\n"; helpString += "The curv parameter is used to set whether perform the wilcoxon testing the Curtis's approach [BETA VERSION] Default=F. \n"; helpString += "The norm parameter is used to multiply relative abundances by 1000000. Recommended when very low values are present. Default=T. \n"; helpString += "The fboots parameter is used to set the subsampling fraction value for each bootstrap iteration. Default=0.67. \n"; @@ -249,6 +251,12 @@ LefseCommand::LefseCommand(string option) { if (temp == "not found") { temp = "10"; } m->mothurConvert(temp, minC); + sets = validParameter.validFile(parameters, "sets", false); + if (sets == "not found") { sets = ""; } + else { + m->splitAtDash(sets, Sets); + } + multiClassStrat = validParameter.validFile(parameters, "multiclass", false); if (multiClassStrat == "not found"){ multiClassStrat = "onevall"; } if ((multiClassStrat != "onevall") && (multiClassStrat != "onevone")) { m->mothurOut("Invalid multiclass option: choices are onevone or onevall."); m->mothurOutEndLine(); abort=true; } @@ -275,6 +283,18 @@ int LefseCommand::execute(){ //if user did not select class use first column if (mclass == "") { mclass = designMap.getDefaultClass(); m->mothurOut("\nYou did not provide a class, using " + mclass +".\n\n"); if (subclass == "") { subclass = mclass; } } + if (Sets.size() != 0) { //user has picked sets find groups to include from lookup + //make sure sets are all in designMap + SharedUtil* util = new SharedUtil(); + vector dGroups = designMap.getCategory(mclass); + util->setGroups(Sets, dGroups); + delete util; + + designMap.setDefaultClass(mclass); + vector groupsToSelect = designMap.getNamesGroups(Sets); + m->setGroups(groupsToSelect); + } + InputData input(sharedfile, "sharedfile"); vector lookup = input.getSharedRAbundFloatVectors(); string lastLabel = lookup[0]->getLabel(); @@ -283,7 +303,6 @@ int LefseCommand::execute(){ set processedLabels; set userLabels = labels; - //as long as you are not at the end of the file or done wih the lines you want while((lookup[0] != NULL) && ((allLines == 1) || (userLabels.size() != 0))) { @@ -782,11 +801,11 @@ map LefseCommand::testLDA(vector& lookup, for (int h = 0; h < 1000; h++) { //generate a vector of length fractionNumGroups with range 0 to numGroups-1 save = h; rand_s.clear(); - for (int k = 0; k < fractionNumGroups; k++) { int index = m->getRandomIndex(numGroups-1); rand_s.push_back(index); - //if (m->debug) { m->mothurOut("[DEBUG]: index = " + toString(index) + "\n."); } - } + + for (int k = 0; k < fractionNumGroups; k++) { int index = m->getRandomIndex(numGroups-1); rand_s.push_back(index); } if (!contastWithinClassesOrFewPerClass(adjustedLookup, rand_s, minCl, class2GroupIndex, indexToClass)) { h+=1000; save += 1000; } //break out of loop } + if (m->control_pressed) { return sigOTUS; } if (m->debug) { m->mothurOut("[DEBUG]: after 1000. \n."); } diff --git a/source/commands/lefsecommand.h b/source/commands/lefsecommand.h index cb1bbb6d..4f9ca72e 100644 --- a/source/commands/lefsecommand.h +++ b/source/commands/lefsecommand.h @@ -49,8 +49,8 @@ class LefseCommand : public Command { private: bool abort, allLines, wilc, wilcsamename, curv, subject, normMillion; - string outputDir, sharedfile, designfile, mclass, subclass, rankTec, multiClassStrat; - vector outputNames; + string outputDir, sharedfile, designfile, mclass, subclass, rankTec, multiClassStrat, sets; + vector outputNames, Sets; set labels; double anovaAlpha, wilcoxonAlpha, fBoots, ldaThreshold; int nlogs, iters, strict, minC; diff --git a/source/commands/listseqscommand.cpp b/source/commands/listseqscommand.cpp index ac907051..b44995d0 100644 --- a/source/commands/listseqscommand.cpp +++ b/source/commands/listseqscommand.cpp @@ -540,13 +540,10 @@ int ListSeqsCommand::readTax(){ if (m->control_pressed) { in.close(); return 0; } - in >> firstCol; - in >> secondCol; + in >> firstCol; m->gobble(in); + secondCol = m->getline(in); m->gobble(in); names.push_back(firstCol); - - m->gobble(in); - } in.close(); diff --git a/source/commands/makebiomcommand.cpp b/source/commands/makebiomcommand.cpp index eb99184b..65d0751d 100644 --- a/source/commands/makebiomcommand.cpp +++ b/source/commands/makebiomcommand.cpp @@ -805,7 +805,9 @@ vector MakeBiomCommand::getMetaData(vector& lookup) if (m->control_pressed) { in.close(); return metadata; } - in >> otuLabel >> size >> tax; m->gobble(in); + in >> otuLabel; m->gobble(in); + in >> size; m->gobble(in); + tax = m->getline(in); m->gobble(in); otuLabels.push_back(otuLabel); taxs.push_back(tax); @@ -920,7 +922,9 @@ vector MakeBiomCommand::getMetaData(vector& lo if (m->control_pressed) { in.close(); return metadata; } - in >> otuLabel >> size >> tax; m->gobble(in); + in >> otuLabel; m->gobble(in); + in >> size; m->gobble(in); + tax = m->getline(in); m->gobble(in); otuLabels.push_back(otuLabel); taxs.push_back(tax); @@ -1026,9 +1030,14 @@ int MakeBiomCommand::getGreenGenesOTUIDs(vector& lookup, ma m->removeConfidences(OTUTaxonomy); //remove unclassifieds to match template - int thisPos = OTUTaxonomy.find("unclassified;"); - if (thisPos != string::npos) { OTUTaxonomy = OTUTaxonomy.substr(0, thisPos); } - + int thisPos = OTUTaxonomy.find("unclassified;"); //"Porphyromonadaceae"_unclassified; + if (thisPos != string::npos) { + OTUTaxonomy = OTUTaxonomy.substr(0, thisPos); + thisPos = OTUTaxonomy.find_last_of(";"); //remove rest of parent taxon + if (thisPos != string::npos) { OTUTaxonomy = OTUTaxonomy.substr(0, thisPos); } + OTUTaxonomy += ";"; + } + //get list of reference ids that map to this taxonomy vector referenceIds = phylo.getSeqs(OTUTaxonomy); @@ -1192,8 +1201,14 @@ int MakeBiomCommand::getGreenGenesOTUIDs(vector& looku m->removeConfidences(OTUTaxonomy); //remove unclassifieds to match template - int thisPos = OTUTaxonomy.find("unclassified;"); - if (thisPos != string::npos) { OTUTaxonomy = OTUTaxonomy.substr(0, thisPos); } + int thisPos = OTUTaxonomy.find("unclassified;"); //"Porphyromonadaceae"_unclassified; + if (thisPos != string::npos) { + OTUTaxonomy = OTUTaxonomy.substr(0, thisPos); + thisPos = OTUTaxonomy.find_last_of(";"); //remove rest of parent taxon + if (thisPos != string::npos) { + OTUTaxonomy = OTUTaxonomy.substr(0, thisPos); + } + } //get list of reference ids that map to this taxonomy vector referenceIds = phylo.getSeqs(OTUTaxonomy); diff --git a/source/commands/makecontigscommand.cpp b/source/commands/makecontigscommand.cpp index 05cbb3dd..e394ff09 100644 --- a/source/commands/makecontigscommand.cpp +++ b/source/commands/makecontigscommand.cpp @@ -583,7 +583,7 @@ int MakeContigsCommand::execute(){ string currentReport = ""; itTypes = outputTypes.find("report"); if (itTypes != outputTypes.end()) { - if ((itTypes->second).size() != 0) { currentReport = (itTypes->second)[0]; } + if ((itTypes->second).size() != 0) { currentReport = (itTypes->second)[0]; m->setContigsReportFile(currentReport); } } //output group counts @@ -769,7 +769,7 @@ unsigned long long MakeContigsCommand::processSingleFileOption(map& ofstream out; variables["[filename]"] = thisOutputDir + m->getRootName(m->getSimpleName(it->first)); - cout << variables["[filename]"] << endl; + //cout << variables["[filename]"] << endl; string thisGroupName = getOutputFileName("group",variables); outputNames.push_back(thisGroupName); outputTypes["group"].push_back(thisGroupName); m->openOutputFile(thisGroupName, out); @@ -825,6 +825,10 @@ unsigned long long MakeContigsCommand::processSingleFileOption(map& //********************************************************************************************************************** unsigned long long MakeContigsCommand::processMultipleFileOption(map& totalGroupCounts, vector& theseOutputFileNames, map& theseAllFileNames) { try { + + //read file + vector< vector > fileInputs = readFileNames(file); if (m->control_pressed) { return 0; } + unsigned long long numReads = 0; map cvars; @@ -861,10 +865,6 @@ unsigned long long MakeContigsCommand::processMultipleFileOption(map > fileInputs = readFileNames(file); - if (gz) { numReads = createProcessesGroups(fileInputs, compositeGroupFile, compositeFastaFile, compositeScrapFastaFile, compositeQualFile, compositeScrapQualFile, compositeMisMatchFile, totalGroupCounts, theseAllFileNames); theseOutputFileNames.push_back(compositeGroupFile); }else { @@ -953,6 +953,9 @@ unsigned long long MakeContigsCommand::createProcessesGroups(vector< vector 0; remainingProcessors--) { int numPairs = remainingPairs; //case for last processor @@ -1170,7 +1173,7 @@ unsigned long long MakeContigsCommand::createProcessesGroups(vector< vector fileInputs } int spot = (h)*2; - contigsData* tempcontig = new contigsData(format, delim, group, fileInputs, qualOrIndexFiles, (outputFasta + extension), (outputScrapFasta + extension), (outputQual + extension), (outputScrapQual + extension), (outputMisMatches + extension), align, m, match, misMatch, gapOpen, gapExtend, insert, deltaq, tempFASTAFileNames, tempQUALFileNames, oligosfile, reorient, pdiffs, bdiffs, tdiffs, kmerSize, createOligosGroup, createFileGroup, allFiles, trimOverlap, lines[spot].start, lines[spot].end, lines[spot+1].start, lines[spot+1].end, qLines[spot].start, qLines[spot].end, qLines[spot+1].start, qLines[spot+1].end, poundMatchPos, nameType, h); + contigsData* tempcontig = new contigsData(format, delim, group, fileInputs, qualOrIndexFiles, (outputFasta + extension), (outputScrapFasta + extension), (outputQual + extension), (outputScrapQual + extension), (outputMisMatches + extension), align, m, match, misMatch, gapOpen, gapExtend, insert, deltaq, tempFASTAFileNames, tempQUALFileNames, oligosfile, reorient, pdiffs, bdiffs, tdiffs, kmerSize, createOligosGroup, createFileGroup, allFiles, trimOverlap, lines[spot].start, lines[spot].end, lines[spot+1].start, lines[spot+1].end, qLines[spot].start, qLines[spot].end, qLines[spot+1].start, qLines[spot+1].end, nameType, h); pDataArray.push_back(tempcontig); hThreadArray[h] = CreateThread(NULL, 0, MyContigsThreadFunction, pDataArray[h], 0, &dwThreadIdArray[h]); @@ -2095,6 +2098,7 @@ unsigned long long MakeContigsCommand::driver(vector inputFiles, vector< outScrapQual << ">" << fSeq.getName() << " | " << trashCode << '\t' << commentString << endl; for (int i = 0; i < contigScores.size(); i++) { outScrapQual << contigScores[i] << " "; } outScrapQual << endl; } + } } num++; @@ -2299,17 +2303,18 @@ vector MakeContigsCommand::assembleFragments(vector< vector >&qual_ for (int i = overlapEnd; i < length; i++) { contig += seq1[i]; if (hasQuality) { if (((seq1[i] != '-') && (seq1[i] != '.'))) { contigScores.push_back(scores1[ABaseMap[i]]); } } } } - //cout << contig << endl; + //cout << "contig = " << contig << endl; if (trimOverlap) { contig = contig.substr(overlapStart, oend-oStart); - if (contig.length() == 0) { trashCode += "l"; } if (hasQuality) { vector newContigScores; for (int i = overlapStart; i < oend; i++) { newContigScores.push_back(contigScores[i]); } contigScores = newContigScores; } } + + if (contig == "") { trashCode += "l"; contig = "NNNN"; contigScores.push_back(0); contigScores.push_back(0); contigScores.push_back(0); contigScores.push_back(0); } return contigScores; } @@ -2508,12 +2513,53 @@ int MakeContigsCommand::setNameType(string forward, string reverse) { string tempReverse = reverse; if (pos2 != string::npos) { tempReverse = reverse.substr(0, pos2); } - if (pos2 == pos) { poundMatchPos = pos; } - else { poundMatchPos = 0; } - if (tempForward == tempReverse) { type = poundMatch; } + else { + char delim = ':'; + if (m->changedSeqNames) { delim = '_'; } + vector delims; delims.push_back(delim); delims.push_back('/'); + + for (int j = 0; j < delims.size(); j++) { + delim = delims[j]; + int pos = forward.find_last_of(delim); + string tempForward = forward; + string tempForwardEnd = forward; + if (pos != string::npos) { + tempForwardEnd = forward.substr(pos+1); + } + + int pos2 = reverse.find_last_of(delim); + string tempReverse = reverse; + string tempReverseEnd = reverse; + if (pos2 != string::npos) { + tempReverseEnd = reverse.substr(pos2+1); + } + + if (tempForwardEnd != tempReverseEnd) { + if ((m->isAllAlphaNumerics(tempForwardEnd)) && (m->isAllAlphaNumerics(tempReverseEnd))) { + //check for off by one on rest of name + if (tempForward.length() == tempReverse.length()) { + int numDiffs = 0; + char forwardDiff = ' '; char reverseDiff = ' '; int spot = 0; + for (int i = 0; i < tempForward.length(); i++) { + if (tempForward[i] != tempReverse[i]) { + numDiffs++; + forwardDiff = tempForward[i]; + reverseDiff = tempReverse[i]; + spot = i; + } + } + if (numDiffs == 1) { + if ((forwardDiff == '1') && (reverseDiff == '2')) { type = offByOne; offByOneTrimLength = tempForward.length()-spot+1; } + } + //cout << tempReverse.substr(0, (tempReverse.length()-offByOneTrimLength)) << endl; + } + } + } + } + } } - + return type; } catch(exception& e) { @@ -2550,7 +2596,7 @@ int MakeContigsCommand::setNameType(string forwardFile, string reverseFile, char }else { //compressed files #ifdef USE_BOOST m->openInputFileBinary(forwardFile, inForward, inFF); - m->openInputFileBinary(reverseFile, inForward, inRF); + m->openInputFileBinary(reverseFile, inReverse, inRF); if (delim == '>') { Sequence fread(inFF); @@ -2584,7 +2630,6 @@ int MakeContigsCommand::setLines(vector fasta, vector qual, vect vector fastaFilePos; vector qfileFilePos; vector temp; - vector trimmedNamesFilePos; nameType = setNameType(fasta[0], fasta[1], delim); @@ -2610,13 +2655,13 @@ int MakeContigsCommand::setLines(vector fasta, vector qual, vect name = name.substr(1); m->checkName(name); } + fixName(name); firstSeqNames[name] = i; - trimmedNames[name.substr(0, name.length()-1)]; in.close(); } - map copy; map tcopy; - if (qual.size() != 0) { copy = firstSeqNames; tcopy = trimmedNames; } + map copy; + if (qual.size() != 0) { copy = firstSeqNames; } //look for match in reverse file ifstream in2; @@ -2632,33 +2677,28 @@ int MakeContigsCommand::setLines(vector fasta, vector qual, vect string name = pieces[0]; name = name.substr(1); m->checkName(name); + fixName(name); map::iterator it = firstSeqNames.find(name); - map::iterator itTrimmed = trimmedNames.find(name.substr(0, name.length()-1)); if (it != firstSeqNames.end()) { //this is the start of a new chunk unsigned long long pos = in2.tellg(); qfileFilePos.push_back(pos - input.length() - 1); firstSeqNames.erase(it); - }else if (itTrimmed != trimmedNames.end()) { - unsigned long long pos = in2.tellg(); - trimmedNamesFilePos.push_back(pos - input.length() - 1); - trimmedNames.erase(itTrimmed); } } } - if ((firstSeqNames.size() == 0) || (trimmedNames.size() == 0)) { break; } + if ((firstSeqNames.size() == 0)) { break; } } in2.close(); - if ((firstSeqNames.size() != 0) && (trimmedNames.size() == 0)) { qfileFilePos = trimmedNamesFilePos; } - //get last file position of reverse fasta[1] FILE * pFile; unsigned long long size; //get num bytes in file + fasta[1] = m->getFullPathName(fasta[1]); pFile = fopen (fasta[1].c_str(),"rb"); if (pFile==NULL) perror ("Error opening file"); else{ @@ -2669,7 +2709,7 @@ int MakeContigsCommand::setLines(vector fasta, vector qual, vect qfileFilePos.push_back(size); - if ((firstSeqNames.size() != 0) && (trimmedNames.size() != 0)){ + if ((firstSeqNames.size() != 0)){ for (map::iterator it = firstSeqNames.begin(); it != firstSeqNames.end(); it++) { if (delim == '>') { m->mothurOut(it->first + " is in your forward fasta file and not in your reverse file, please remove it using the remove.seqs command before proceeding."); m->mothurOutEndLine(); @@ -2690,11 +2730,10 @@ int MakeContigsCommand::setLines(vector fasta, vector qual, vect } qfileFilePos.clear(); - trimmedNamesFilePos.clear(); + if (qual.size() != 0) { firstSeqNames = copy; - trimmedNames = tcopy; if (qual[0] != "NONE") { //seach for filePos of each first name in the qfile and save in qfileFilePos @@ -2711,33 +2750,27 @@ int MakeContigsCommand::setLines(vector fasta, vector qual, vect string name = pieces[0]; name = name.substr(1); m->checkName(name); + fixName(name); map::iterator it = firstSeqNames.find(name); - map::iterator itTrimmed = trimmedNames.find(name.substr(0, name.length()-1)); if(it != firstSeqNames.end()) { //this is the start of a new chunk unsigned long long pos = inQual.tellg(); qfileFilePos.push_back(pos - input.length() - 1); firstSeqNames.erase(it); - }else if (itTrimmed != trimmedNames.end()) { - unsigned long long pos = inQual.tellg(); - trimmedNamesFilePos.push_back(pos - input.length() - 1); - trimmedNames.erase(itTrimmed); - } - } + } } } - if ((firstSeqNames.size() == 0) || (trimmedNames.size() == 0)) { break; } + if ((firstSeqNames.size() == 0)) { break; } } inQual.close(); - if ((firstSeqNames.size() != 0) && (trimmedNames.size() == 0)) { qfileFilePos = trimmedNamesFilePos; } - //get last file position of reverse qual[0] FILE * pFile; unsigned long long size; //get num bytes in file + qual[0] = m->getFullPathName(qual[0]); pFile = fopen (qual[0].c_str(),"rb"); if (pFile==NULL) perror ("Error opening file"); else{ @@ -2748,7 +2781,7 @@ int MakeContigsCommand::setLines(vector fasta, vector qual, vect qfileFilePos.push_back(size); - if ((firstSeqNames.size() != 0) && (trimmedNames.size() != 0)){ + if ((firstSeqNames.size() != 0)){ for (map::iterator it = firstSeqNames.begin(); it != firstSeqNames.end(); it++) { if (delim == '>') { m->mothurOut(it->first + " is in your forward fasta file and reverse fasta file, but not your forward qfile, please remove it using the remove.seqs command before proceeding."); m->mothurOutEndLine(); @@ -2761,8 +2794,6 @@ int MakeContigsCommand::setLines(vector fasta, vector qual, vect } } firstSeqNames = copy; - trimmedNames = tcopy; - trimmedNamesFilePos.clear(); if (qual[1] != "NONE") { ifstream inQual2; @@ -2778,32 +2809,27 @@ int MakeContigsCommand::setLines(vector fasta, vector qual, vect name = name.substr(1); m->checkName(name); + fixName(name); map::iterator it = firstSeqNames.find(name); - map::iterator itTrimmed = trimmedNames.find(name.substr(0, name.length()-1)); if(it != firstSeqNames.end()) { //this is the start of a new chunk unsigned long long pos = inQual2.tellg(); temp.push_back(pos - input.length() - 1); firstSeqNames.erase(it); - }else if (itTrimmed != trimmedNames.end()) { - unsigned long long pos = inQual2.tellg(); - trimmedNamesFilePos.push_back(pos - input.length() - 1); - trimmedNames.erase(itTrimmed); } } } - if ((firstSeqNames.size() == 0) || (trimmedNames.size() == 0)) { break; } + if ((firstSeqNames.size() == 0)) { break; } } inQual2.close(); - if ((firstSeqNames.size() != 0) && (trimmedNames.size() == 0)) { temp = trimmedNamesFilePos; } - //get last file position of reverse qual[1] FILE * pFile2; //get num bytes in file + qual[1] = m->getFullPathName(qual[1]); pFile2 = fopen (qual[1].c_str(),"rb"); if (pFile2==NULL) perror ("Error opening file"); else{ @@ -2814,7 +2840,7 @@ int MakeContigsCommand::setLines(vector fasta, vector qual, vect temp.push_back(size); - if ((firstSeqNames.size() != 0) && (trimmedNames.size() != 0)){ + if ((firstSeqNames.size() != 0)){ for (map::iterator it = firstSeqNames.begin(); it != firstSeqNames.end(); it++) { if (delim == '>') { m->mothurOut(it->first + " is in your forward fasta file, reverse fasta file, and forward qfile but not your reverse qfile, please remove it using the remove.seqs command before proceeding."); m->mothurOutEndLine(); @@ -2950,7 +2976,11 @@ vector< vector > MakeContigsCommand::readFileNames(string filename){ if (m->control_pressed) { return files; } + bool skip = false; string line = m->getline(in); m->gobble(in); + + if (m->debug) { m->mothurOut("[DEBUG]: " + line +"\n"); } + vector pieces = m->splitWhiteSpace(line); string group = ""; @@ -2962,6 +2992,7 @@ vector< vector > MakeContigsCommand::readFileNames(string filename){ rindex = ""; }else if (pieces.size() == 3) { group = pieces[0]; + m->checkGroupName(group); forward = pieces[1]; reverse = pieces[2]; findex = ""; @@ -2998,16 +3029,21 @@ vector< vector > MakeContigsCommand::readFileNames(string filename){ } } - + //look for mothur exe + string mpath = m->mothurProgramPath; + //string tempPath = mpath; + //for (int i = 0; i < mpath.length(); i++) { tempPath[i] = tolower(mpath[i]); } + //mpath = mpath.substr(0, (tempPath.find_last_of('m'))); //check to make sure both are able to be opened ifstream in2; int openForward = m->openInputFile(forward, in2, "noerror"); + string tryPath = forward; //if you can't open it, try default location if (openForward == 1) { if (m->getDefaultPath() != "") { //default path is set - string tryPath = m->getDefaultPath() + m->getSimpleName(forward); + tryPath = m->getDefaultPath() + m->getSimpleName(forward); m->mothurOut("Unable to open " + forward + ". Trying default " + tryPath); m->mothurOutEndLine(); ifstream in3; openForward = m->openInputFile(tryPath, in3, "noerror"); @@ -3019,7 +3055,7 @@ vector< vector > MakeContigsCommand::readFileNames(string filename){ //if you can't open it, try output location if (openForward == 1) { if (m->getOutputDir() != "") { //default path is set - string tryPath = m->getOutputDir() + m->getSimpleName(forward); + tryPath = m->getOutputDir() + m->getSimpleName(forward); m->mothurOut("Unable to open " + forward + ". Trying output directory " + tryPath); m->mothurOutEndLine(); ifstream in4; openForward = m->openInputFile(tryPath, in4, "noerror"); @@ -3028,17 +3064,31 @@ vector< vector > MakeContigsCommand::readFileNames(string filename){ } } + //if you can't open it, try mothur's location + if (openForward == 1) { + tryPath = mpath + m->getSimpleName(forward); + m->mothurOut("Unable to open " + forward + ". Trying mothur's executable directory " + tryPath); m->mothurOutEndLine(); + ifstream in4; + openForward = m->openInputFile(tryPath, in4, "noerror"); + forward = tryPath; + in4.close(); + } + if (openForward == 1) { //can't find it m->mothurOut("[WARNING]: can't find " + forward + ", ignoring pair.\n"); - }else{ in2.close(); } + }else{ + if (m->isBlank(tryPath)) { m->mothurOut("[WARNING]: " + forward + " is blank, skipping.\n"); skip=true; } + in2.close(); + } ifstream in3; int openReverse = m->openInputFile(reverse, in3, "noerror"); + tryPath = reverse; //if you can't open it, try default location if (openReverse == 1) { if (m->getDefaultPath() != "") { //default path is set - string tryPath = m->getDefaultPath() + m->getSimpleName(reverse); + tryPath = m->getDefaultPath() + m->getSimpleName(reverse); m->mothurOut("Unable to open " + reverse + ". Trying default " + tryPath); m->mothurOutEndLine(); ifstream in3; openReverse = m->openInputFile(tryPath, in3, "noerror"); @@ -3047,10 +3097,20 @@ vector< vector > MakeContigsCommand::readFileNames(string filename){ } } + //if you can't open it, try mothur's location + if (openReverse == 1) { + tryPath = mpath + m->getSimpleName(reverse); + m->mothurOut("Unable to open " + reverse + ". Trying mothur's executable directory " + tryPath); m->mothurOutEndLine(); + ifstream in4; + openForward = m->openInputFile(tryPath, in4, "noerror"); + reverse = tryPath; + in4.close(); + } + //if you can't open it, try output location if (openReverse == 1) { if (m->getOutputDir() != "") { //default path is set - string tryPath = m->getOutputDir() + m->getSimpleName(reverse); + tryPath = m->getOutputDir() + m->getSimpleName(reverse); m->mothurOut("Unable to open " + reverse + ". Trying output directory " + tryPath); m->mothurOutEndLine(); ifstream in4; openReverse = m->openInputFile(tryPath, in4, "noerror"); @@ -3061,17 +3121,18 @@ vector< vector > MakeContigsCommand::readFileNames(string filename){ if (openReverse == 1) { //can't find it m->mothurOut("[WARNING]: can't find " + reverse + ", ignoring pair.\n"); - }else{ in3.close(); } + }else{ if (m->isBlank(tryPath)) { m->mothurOut("[WARNING]: " + reverse + " is blank, skipping.\n"); skip=true; } in3.close(); } int openFindex = 0; if ((findex != "") && (findex != "NONE")){ ifstream in4; openFindex = m->openInputFile(findex, in4, "noerror"); in4.close(); + tryPath = findex; //if you can't open it, try default location if (openFindex == 1) { if (m->getDefaultPath() != "") { //default path is set - string tryPath = m->getDefaultPath() + m->getSimpleName(findex); + tryPath = m->getDefaultPath() + m->getSimpleName(findex); m->mothurOut("Unable to open " + findex + ". Trying default " + tryPath); m->mothurOutEndLine(); ifstream in5; openFindex = m->openInputFile(tryPath, in5, "noerror"); @@ -3080,10 +3141,20 @@ vector< vector > MakeContigsCommand::readFileNames(string filename){ } } + //if you can't open it, try mothur's location + if (openFindex == 1) { + tryPath = mpath + m->getSimpleName(findex); + m->mothurOut("Unable to open " + findex + ". Trying mothur's executable directory " + tryPath); m->mothurOutEndLine(); + ifstream in14; + openForward = m->openInputFile(tryPath, in14, "noerror"); + findex = tryPath; + in14.close(); + } + //if you can't open it, try output location if (openFindex == 1) { if (m->getOutputDir() != "") { //default path is set - string tryPath = m->getOutputDir() + m->getSimpleName(findex); + tryPath = m->getOutputDir() + m->getSimpleName(findex); m->mothurOut("Unable to open " + findex + ". Trying output directory " + tryPath); m->mothurOutEndLine(); ifstream in6; openFindex = m->openInputFile(tryPath, in6, "noerror"); @@ -3094,6 +3165,8 @@ vector< vector > MakeContigsCommand::readFileNames(string filename){ if (openFindex == 1) { //can't find it m->mothurOut("[WARNING]: can't find " + findex + ", ignoring pair.\n"); + }else{ + if (m->isBlank(tryPath)) { m->mothurOut("[WARNING]: " + findex + " is blank, skipping.\n"); skip=true; } } } @@ -3101,11 +3174,12 @@ vector< vector > MakeContigsCommand::readFileNames(string filename){ if ((rindex != "") && (rindex != "NONE")) { ifstream in7; openRindex = m->openInputFile(rindex, in7, "noerror"); in7.close(); + tryPath = rindex; //if you can't open it, try default location if (openRindex == 1) { if (m->getDefaultPath() != "") { //default path is set - string tryPath = m->getDefaultPath() + m->getSimpleName(rindex); + tryPath = m->getDefaultPath() + m->getSimpleName(rindex); m->mothurOut("Unable to open " + rindex + ". Trying default " + tryPath); m->mothurOutEndLine(); ifstream in8; openRindex = m->openInputFile(tryPath, in8, "noerror"); @@ -3114,10 +3188,20 @@ vector< vector > MakeContigsCommand::readFileNames(string filename){ } } + //if you can't open it, try mothur's location + if (openFindex == 1) { + tryPath = mpath + m->getSimpleName(rindex); + m->mothurOut("Unable to open " + rindex + ". Trying mothur's executable directory " + tryPath); m->mothurOutEndLine(); + ifstream in14; + openForward = m->openInputFile(tryPath, in14, "noerror"); + rindex = tryPath; + in14.close(); + } + //if you can't open it, try output location if (openRindex == 1) { if (m->getOutputDir() != "") { //default path is set - string tryPath = m->getOutputDir() + m->getSimpleName(rindex); + tryPath = m->getOutputDir() + m->getSimpleName(rindex); m->mothurOut("Unable to open " + rindex + ". Trying output directory " + tryPath); m->mothurOutEndLine(); ifstream in9; openRindex = m->openInputFile(tryPath, in9, "noerror"); @@ -3128,12 +3212,14 @@ vector< vector > MakeContigsCommand::readFileNames(string filename){ if (openRindex == 1) { //can't find it m->mothurOut("[WARNING]: can't find " + rindex + ", ignoring pair.\n"); + }else{ + if (m->isBlank(tryPath)) { m->mothurOut("[WARNING]: " + rindex + " is blank, skipping.\n"); skip=true; } } } - if ((openForward != 1) && (openReverse != 1) && (openFindex != 1) && (openRindex != 1)) { //good pair + if ((openForward != 1) && (openReverse != 1) && (openFindex != 1) && (openRindex != 1) && (!skip)) { //good pair file2Group[files.size()] = group; vector pair; #ifdef USE_BOOST @@ -3186,6 +3272,8 @@ vector< vector > MakeContigsCommand::readFileNames(string filename){ gz = true; }else { gz = false; } + if (files.size() == 0) { m->control_pressed = true; } + return files; } catch(exception& e) { @@ -3309,34 +3397,72 @@ bool MakeContigsCommand::getOligos(vector >& fastaFileNames, vect /** * checks for minor diffs @MS7_15058:1:1101:11899:1633#8/1 @MS7_15058:1:1101:11899:1633#8/2 should match */ +bool MakeContigsCommand::fixName(string& forward){ + try { + bool match = false; + + if (nameType == poundMatch) { + match = true; + int pos = forward.find_last_of('#'); + if (pos != string::npos) { forward = forward.substr(0, pos); } + }else if (nameType == perfectMatch) { match = true; } + else if (nameType == offByOne) { + match = true; + forward = forward.substr(0, (forward.length()-offByOneTrimLength)); + } + + return match; + } + catch(exception& e) { + m->errorOut(e, "MakeContigsCommand", "fixName"); + exit(1); + } +} + +//*************************************************************************************************************** +/** + * checks for minor diffs @MS7_15058:1:1101:11899:1633#8/1 @MS7_15058:1:1101:11899:1633#8/2 should match + */ bool MakeContigsCommand::checkName(FastqRead& forward, FastqRead& reverse){ try { bool match = false; + string forwardName = forward.getName(); + string reverseName = reverse.getName(); + if (nameType == poundMatch) { match = true; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - forward.setName(forward.getName().substr(0, poundMatchPos)); - reverse.setName(reverse.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = forward.getName(); - string reverseName = reverse.getName(); - - int pos = forwardName.find_last_of('#'); - if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } - - int pos2 = reverseName.find_last_of('#'); - if (pos2 != string::npos) { reverseName = reverseName.substr(0, pos2); } - - if (forwardName == reverseName) { - forward.setName(forwardName); - reverse.setName(reverseName); - }else{ - match = false; - } + + int pos = forwardName.find_last_of('#'); + if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } + + int pos2 = reverseName.find_last_of('#'); + if (pos2 != string::npos) { reverseName = reverseName.substr(0, pos2); } + + if (forwardName == reverseName) { + forward.setName(forwardName); + reverse.setName(reverseName); + }else{ + match = false; } - }else if (nameType == perfectMatch) { match = true; } + + }else if (nameType == perfectMatch) { + if (forwardName == reverseName) { match = true; } + } + else if (nameType == offByOne) { + + match = true; + + reverseName = reverseName.substr(0, (reverseName.length()-offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-offByOneTrimLength)); + + if (forwardName == reverseName) { + forward.setName(forwardName); + reverse.setName(reverseName); + }else{ + match = false; + } + } return match; } @@ -3352,17 +3478,12 @@ bool MakeContigsCommand::checkName(FastqRead& forward, FastqRead& reverse){ bool MakeContigsCommand::checkName(Sequence& forward, Sequence& reverse){ try { bool match = false; + string forwardName = forward.getName(); + string reverseName = reverse.getName(); if (nameType == poundMatch) { match = true; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - forward.setName(forward.getName().substr(0, poundMatchPos)); - reverse.setName(reverse.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = forward.getName(); - string reverseName = reverse.getName(); - + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -3375,9 +3496,22 @@ bool MakeContigsCommand::checkName(Sequence& forward, Sequence& reverse){ }else{ match = false; } + }else if (nameType == perfectMatch) { if (forwardName == reverseName) { match = true; } } + else if (nameType == offByOne) { + + match = true; + + reverseName = reverseName.substr(0, (reverseName.length()-offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-offByOneTrimLength)); + + if (forwardName == reverseName) { + forward.setName(forwardName); + reverse.setName(reverseName); + }else{ + match = false; } - }else if (nameType == perfectMatch) { match = true; } - + } + return match; } catch(exception& e) { @@ -3392,17 +3526,12 @@ bool MakeContigsCommand::checkName(Sequence& forward, Sequence& reverse){ bool MakeContigsCommand::checkName(QualityScores& forward, QualityScores& reverse){ try { bool match = false; - + string forwardName = forward.getName(); + string reverseName = reverse.getName(); + if (nameType == poundMatch) { match = true; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - forward.setName(forward.getName().substr(0, poundMatchPos)); - reverse.setName(reverse.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = forward.getName(); - string reverseName = reverse.getName(); - + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -3415,8 +3544,23 @@ bool MakeContigsCommand::checkName(QualityScores& forward, QualityScores& revers }else{ match = false; } + + }else if (nameType == perfectMatch) { if (forwardName == reverseName) { match = true; } } + else if (nameType == offByOne) { + + match = true; + + reverseName = reverseName.substr(0, (reverseName.length()-offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-offByOneTrimLength)); + + if (forwardName == reverseName) { + forward.setName(forwardName); + reverse.setName(reverseName); + }else{ + match = false; } - }else if (nameType == perfectMatch) { match = true; } + } + return match; @@ -3434,14 +3578,12 @@ bool MakeContigsCommand::checkName(QualityScores& forward, QualityScores& revers bool MakeContigsCommand::checkName(Sequence& forward, QualityScores& reverse){ try { bool match = false; + string forwardName = forward.getName(); + string reverseName = reverse.getName(); if (nameType == poundMatch) { match = true; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - forward.setName(forward.getName().substr(0, poundMatchPos)); - reverse.setName(reverse.getName().substr(0, poundMatchPos)); - }else { //it does not match + string forwardName = forward.getName(); string reverseName = reverse.getName(); @@ -3457,9 +3599,23 @@ bool MakeContigsCommand::checkName(Sequence& forward, QualityScores& reverse){ }else{ match = false; } + + }else if (nameType == perfectMatch) { if (forwardName == reverseName) { match = true; } } + else if (nameType == offByOne) { + + match = true; + + reverseName = reverseName.substr(0, (reverseName.length()-offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-offByOneTrimLength)); + + if (forwardName == reverseName) { + forward.setName(forwardName); + reverse.setName(reverseName); + }else{ + match = false; } - }else if (nameType == perfectMatch) { match = true; } - + } + return match; } catch(exception& e) { diff --git a/source/commands/makecontigscommand.h b/source/commands/makecontigscommand.h index b63f0040..8e8744ea 100644 --- a/source/commands/makecontigscommand.h +++ b/source/commands/makecontigscommand.h @@ -62,13 +62,14 @@ class MakeContigsCommand : public Command { #define perfectMatch 2 #define poundMatch 1 +#define offByOne 3 char delim; bool abort, allFiles, trimOverlap, createFileGroup, createOligosGroup, makeCount, noneOk, reorient, gz, renameSeq; string outputDir, ffastqfile, rfastqfile, align, oligosfile, rfastafile, ffastafile, rqualfile, fqualfile, findexfile, rindexfile, file, format, inputDir; string outFastaFile, outQualFile, outScrapFastaFile, outScrapQualFile, outMisMatchFile, outputGroupFileName, group; float match, misMatch, gapOpen, gapExtend; - int processors, longestBase, insert, tdiffs, bdiffs, pdiffs, ldiffs, sdiffs, deltaq, kmerSize, numBarcodes, numFPrimers, numLinkers, numSpacers, numRPrimers, poundMatchPos, nameType; + int processors, longestBase, insert, tdiffs, bdiffs, pdiffs, ldiffs, sdiffs, deltaq, kmerSize, numBarcodes, numFPrimers, numLinkers, numSpacers, numRPrimers, nameType, offByOneTrimLength; vector outputNames; Oligos* oligos; @@ -83,6 +84,7 @@ class MakeContigsCommand : public Command { bool checkName(Sequence& forward, Sequence& reverse); bool checkName(QualityScores& forward, QualityScores& reverse); bool checkName(Sequence& forward, QualityScores& reverse); + bool fixName(string& forward); unsigned long long processMultipleFileOption(map&, vector&, map&); unsigned long long processSingleFileOption(map&, vector&, map&); int loadQmatchValues(vector< vector >&, vector< vector >&); @@ -120,7 +122,7 @@ struct contigsData { vector > fastaFileNames, qualFileNames; MothurOut* m; float match, misMatch, gapOpen, gapExtend; - int count, insert, threadID, pdiffs, bdiffs, tdiffs, deltaq, kmerSize, poundMatchPosition, nameType; + int count, insert, threadID, pdiffs, bdiffs, tdiffs, deltaq, kmerSize, nameType, offByOneTrimLength; bool allFiles, createOligosGroup, createFileGroup, done, trimOverlap, reorient, gz, renameSeqs; map groupCounts; map groupMap; @@ -133,7 +135,7 @@ struct contigsData { contigsData(){} - contigsData(string form, char d, string g, vector f, vector qif, string of, string osf, string oq, string osq, string om, string al, MothurOut* mout, float ma, float misMa, float gapO, float gapE, int thr, int delt, vector > ffn, vector > qfn,string olig, bool ro, int pdf, int bdf, int tdf, int km, bool cg, bool cfg, bool all, bool to, unsigned long long lff, unsigned long long lff2, unsigned long long lrf, unsigned long long lrf2, unsigned long long qff, unsigned long long qff2, unsigned long long qrf, unsigned long long qrf2, int pmp, int nt, int tid) { + contigsData(string form, char d, string g, vector f, vector qif, string of, string osf, string oq, string osq, string om, string al, MothurOut* mout, float ma, float misMa, float gapO, float gapE, int thr, int delt, vector > ffn, vector > qfn,string olig, bool ro, int pdf, int bdf, int tdf, int km, bool cg, bool cfg, bool all, bool to, unsigned long long lff, unsigned long long lff2, unsigned long long lrf, unsigned long long lrf2, unsigned long long qff, unsigned long long qff2, unsigned long long qrf, unsigned long long qrf2, int nt, int tid) { inputFiles = f; qualOrIndexFiles = qif; outputFasta = of; @@ -172,10 +174,9 @@ struct contigsData { format = form; done=false; renameSeqs = false; - poundMatchPosition = pmp; nameType = nt; } - contigsData(string form, char d, string g, string al, string opd, MothurOut* mout, float ma, float misMa, float gapO, float gapE, int thr, int delt, string olig, bool ro, int pdf, int bdf, int tdf, int km, bool cg, bool cfg, bool all, bool to, int tid, vector< vector > fileI, int st, int ed, string compGroupFile, string compFastaFile, string compScrapFastaFile, string compQualFile, string compScrapQualFile, string compMisMatchFile, map tGroupCounts, map fGroup, bool gzb, int pmp, int nt, bool ren) { + contigsData(string form, char d, string g, string al, string opd, MothurOut* mout, float ma, float misMa, float gapO, float gapE, int thr, int delt, string olig, bool ro, int pdf, int bdf, int tdf, int km, bool cg, bool cfg, bool all, bool to, int tid, vector< vector > fileI, int st, int ed, string compGroupFile, string compFastaFile, string compScrapFastaFile, string compQualFile, string compScrapQualFile, string compMisMatchFile, map tGroupCounts, map fGroup, bool gzb, int nt, bool ren) { m = mout; match = ma; misMatch = misMa; @@ -214,7 +215,6 @@ struct contigsData { file2Group = fGroup; gz = gzb; renameSeqs = ren; - poundMatchPosition = pmp; nameType = nt; } }; @@ -233,6 +233,7 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ try { unsigned long long numReads = 0; pDataArray->delim = '@'; + string format = pDataArray->format; for (int l = pDataArray->start; l < pDataArray->end; l++) { int startTime = time(NULL); @@ -254,31 +255,17 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ string forward = ""; string reverse = ""; ifstream inForward, inReverse; -#ifdef USE_BOOST - boost::iostreams::filtering_istream inFF, inRF; -#endif - if (!gz) { //plain text files - m->openInputFile(forwardFile, inForward); - m->openInputFile(reverseFile, inReverse); - - FastqRead fread(inForward, error, format); - forward = fread.getName(); - - FastqRead rread(inReverse, error, format); - reverse = rread.getName(); - - }else { //compressed files -#ifdef USE_BOOST - m->openInputFileBinary(forwardFile, inForward, inFF); - m->openInputFileBinary(reverseFile, inForward, inRF); - - FastqRead fread(inFF, error, format); - forward = fread.getName(); - - FastqRead rread(inRF, error, format); - reverse = rread.getName(); -#endif - } + + pDataArray->m->openInputFile(ffastqfile, inForward); + pDataArray->m->openInputFile(rfastqfile, inReverse); + + FastqRead fread(inForward, error, pDataArray->format); + forward = fread.getName(); + + FastqRead rread(inReverse, error, pDataArray->format); + reverse = rread.getName(); + + if (forward == reverse) { type = perfectMatch; } else { @@ -290,13 +277,56 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ string tempReverse = reverse; if (pos2 != string::npos) { tempReverse = reverse.substr(0, pos2); } - if (pos2 == pos) { poundMatchPos = pos; } - else { poundMatchPos = 0; } - if (tempForward == tempReverse) { type = poundMatch; } + else { + char delim = ':'; + if (pDataArray->m->changedSeqNames) { delim = '_'; } + + vector delims; delims.push_back(delim); delims.push_back('/'); + + for (int j = 0; j < delims.size(); j++) { + delim = delims[j]; + + int pos = forward.find_last_of(delim); + string tempForward = forward; + string tempForwardEnd = forward; + if (pos != string::npos) { + tempForwardEnd = forward.substr(pos+1); + } + + int pos2 = reverse.find_last_of(delim); + string tempReverse = reverse; + string tempReverseEnd = reverse; + if (pos2 != string::npos) { + tempReverseEnd = reverse.substr(pos2+1); + } + + if (tempForwardEnd != tempReverseEnd) { + if ((pDataArray->m->isAllAlphaNumerics(tempForwardEnd)) && (pDataArray->m->isAllAlphaNumerics(tempReverseEnd))) { + //check for off by one on rest of name + if (tempForward.length() == tempReverse.length()) { + int numDiffs = 0; + char forwardDiff = ' '; char reverseDiff = ' '; int spot = 0; + for (int i = 0; i < tempForward.length(); i++) { + if (tempForward[i] != tempReverse[i]) { + numDiffs++; + forwardDiff = tempForward[i]; + reverseDiff = tempReverse[i]; + spot = i; + } + } + if (numDiffs == 1) { + if ((forwardDiff == '1') && (reverseDiff == '2')) { type = offByOne; pDataArray->offByOneTrimLength = tempForward.length()-spot+1; } + } + //cout << tempReverse.substr(0, (tempReverse.length()-offByOneTrimLength)) << endl; + } + } + } + } + } } - nameType = type; + pDataArray->nameType = type; //////////////////////////////////////////////////////// @@ -556,7 +586,6 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ qual_score[0] = -2; qual_score[1] = -1.58147; qual_score[2] = -0.996843; qual_score[3] = -0.695524; qual_score[4] = -0.507676; qual_score[5] = -0.38013; qual_score[6] = -0.289268; qual_score[7] = -0.222552; qual_score[8] = -0.172557; qual_score[9] = -0.134552; qual_score[10] = -0.105361; qual_score[11] = -0.0827653; qual_score[12] = -0.0651742; qual_score[13] = -0.0514183; qual_score[14] = -0.0406248; qual_score[15] = -0.0321336; qual_score[16] = -0.0254397; qual_score[17] = -0.0201544; qual_score[18] = -0.0159759; qual_score[19] = -0.0126692; qual_score[20] = -0.0100503; qual_score[21] = -0.007975; qual_score[22] = -0.00632956; qual_score[23] = -0.00502447; qual_score[24] = -0.00398902; qual_score[25] = -0.00316729; qual_score[26] = -0.00251505; qual_score[27] = -0.00199726; qual_score[28] = -0.00158615; qual_score[29] = -0.00125972; qual_score[30] = -0.0010005; qual_score[31] = -0.000794644; qual_score[32] = -0.000631156; qual_score[33] = -0.000501313; qual_score[34] = -0.000398186; qual_score[35] = -0.000316278; qual_score[36] = -0.00025122; qual_score[37] = -0.000199546; qual_score[38] = -0.000158502; qual_score[39] = -0.0001259; qual_score[40] = -0.000100005; qual_score[41] = -7.9436e-05; qual_score[42] = -6.30977e-05; qual_score[43] = -5.012e-05; qual_score[44] = -3.98115e-05; qual_score[45] = -3.16233e-05; qual_score[46] = -2.51192e-05; int longestBase = 1000; - int poundMatchPos = p->poundMatchPosition; Alignment* alignment; if(pDataArray->align == "gotoh") { alignment = new GotohOverlap(pDataArray->gapOpen, pDataArray->gapExtend, pDataArray->match, pDataArray->misMatch, longestBase); } @@ -678,19 +707,15 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ FastqRead fread(inFFasta, tignore, pDataArray->format); pDataArray->m->gobble(inFFasta); FastqRead rread(inRFasta, ignore, pDataArray->format); pDataArray->m->gobble(inRFasta); + string forwardName = fread.getName(); + string reverseName = rread.getName(); + ///bool fixed = checkName(fread, rread); ////////////////////////////////////////////////////////////// bool fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - rread.setName(rread.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = rread.getName(); - + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -703,24 +728,34 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + rread.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } + } + ///////////////////////////////////////////////////////////// if (!fixed) { FastqRead f2read(inFFasta, tignore, pDataArray->format); pDataArray->m->gobble(inFFasta); + string forwardName = f2read.getName(); + string reverseName = rread.getName(); ///bool fixed = checkName(f2read, rread); ////////////////////////////////////////////////////////////// fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - f2read.setName(f2read.getName().substr(0, poundMatchPos)); - rread.setName(rread.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = f2read.getName(); - string reverseName = rread.getName(); - int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -733,24 +768,33 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + f2read.setName(forwardName); + rread.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } + } if (!fixed) { FastqRead r2read(inRFasta, ignore, pDataArray->format); pDataArray->m->gobble(inRFasta); + + string forwardName = fread.getName(); + string reverseName = r2read.getName(); ///bool fixed = checkName(fread, r2read); ////////////////////////////////////////////////////////////// fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - r2read.setName(r2read.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = r2read.getName(); - - int pos = forwardName.find_last_of('#'); + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } int pos2 = reverseName.find_last_of('#'); @@ -762,8 +806,21 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + r2read.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } + } if (!fixed) { pDataArray->m->mothurOut("[WARNING]: name mismatch in forward and reverse fastq file. Ignoring, " + fread.getName() + ".\n"); ignore = true; } else { rread = r2read; } @@ -783,19 +840,16 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ FastqRead firead(inFQualIndex, tignore, pDataArray->format); pDataArray->m->gobble(inFQualIndex); if (tignore) { ignore=true; } findexBarcode.setAligned(firead.getSeq()); + + string forwardName = fread.getName(); + string reverseName = firead.getName(); + ///bool fixed = checkName(fread, firead); ////////////////////////////////////////////////////////////// bool fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - firead.setName(firead.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = firead.getName(); - int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -808,23 +862,33 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + firead.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } + } ///////////////////////////////////////////////////////////// if (!fixed) { FastqRead f2iread(inFQualIndex, tignore, pDataArray->format); pDataArray->m->gobble(inFQualIndex); + string forwardName = fread.getName(); + string reverseName = f2iread.getName(); + fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - f2iread.setName(f2iread.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = f2iread.getName(); - + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -837,8 +901,21 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + f2iread.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } + } ///////////////////////////////////////////////////////////// if (!fixed) { pDataArray->m->mothurOut("[WARNING]: name mismatch in forward index file. Ignoring, " + fread.getName() + ".\n"); ignore = true; @@ -847,6 +924,10 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ } if (thisrqualindexfile != "") { //reverse index file FastqRead riread(inRQualIndex, tignore, pDataArray->format); pDataArray->m->gobble(inRQualIndex); + + string forwardName = fread.getName(); + string reverseName = riread.getName(); + if (tignore) { ignore=true; } rindexBarcode.setAligned(riread.getSeq()); ///bool fixed = checkName(fread, riread); @@ -855,13 +936,7 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ if (pDataArray->nameType == poundMatch) { fixed = poundMatch; //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - riread.setName(riread.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = riread.getName(); - + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -874,23 +949,31 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + riread.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } - + } ///////////////////////////////////////////////////////////// if (!fixed) { FastqRead r2iread(inRQualIndex, tignore, pDataArray->format); pDataArray->m->gobble(inRQualIndex); + + string forwardName = fread.getName(); + string reverseName = r2iread.getName(); fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - r2iread.setName(r2iread.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = r2iread.getName(); - + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -903,8 +986,21 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + r2iread.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } + } ///////////////////////////////////////////////////////////// if (!fixed) { pDataArray->m->mothurOut("[WARNING]: name mismatch in reverse index file. Ignoring, " + fread.getName() + ".\n"); ignore = true; @@ -913,21 +1009,16 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ } }else { //reading fasta and maybe qual - Sequence tfSeq(inFFasta); pDataArray->m->gobble(inFFasta); - Sequence trSeq(inRFasta); pDataArray->m->gobble(inRFasta); + Sequence fread(inFFasta); pDataArray->m->gobble(inFFasta); + Sequence rread(inRFasta); pDataArray->m->gobble(inRFasta); + string forwardName = fread.getName(); + string reverseName = rread.getName(); ///bool fixed = checkName(fread, rread); ////////////////////////////////////////////////////////////// bool fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - rread.setName(rread.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = rread.getName(); - + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -940,24 +1031,31 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + rread.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } - + } ///////////////////////////////////////////////////////////// if (!fixed) { - Sequence tf2Seq(inFFasta); pDataArray->m->gobble(inFFasta); + Sequence f2read(inFFasta); pDataArray->m->gobble(inFFasta); + string forwardName = f2read.getName(); + string reverseName = rread.getName(); ///bool fixed = checkName(f2read, rread); ////////////////////////////////////////////////////////////// fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - f2read.setName(f2read.getName().substr(0, poundMatchPos)); - rread.setName(rread.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = f2read.getName(); - string reverseName = rread.getName(); int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -971,24 +1069,31 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + f2read.setName(forwardName); + rread.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } - + } if (!fixed) { - Sequence tr2Seq(inRFasta); pDataArray->m->gobble(inRFasta); + Sequence r2read(inRFasta); pDataArray->m->gobble(inRFasta); + string forwardName = fread.getName(); + string reverseName = r2read.getName(); ///bool fixed = checkName(fread, r2read); ////////////////////////////////////////////////////////////// fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - r2read.setName(r2read.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = r2read.getName(); - + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -1001,37 +1106,46 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + r2read.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } - - if (!fixed) { pDataArray->m->mothurOut("[WARNING]: name mismatch in forward and reverse fastq file. Ignoring, " + tfSeq.getName() + ".\n"); ignore = true; } - else { trSeq = tr2Seq; } + } + if (!fixed) { pDataArray->m->mothurOut("[WARNING]: name mismatch in forward and reverse fastq file. Ignoring, " + fread.getName() + ".\n"); ignore = true; } + else { rread = r2read; } - }else { tfSeq = tf2Seq; } + }else { fread = f2read; } ///////////////////////////////////////////////////////////// } - fSeq.setName(tfSeq.getName()); fSeq.setAligned(tfSeq.getAligned()); - rSeq.setName(trSeq.getName()); rSeq.setAligned(trSeq.getAligned()); + fSeq.setName(fread.getName()); fSeq.setAligned(fread.getAligned()); + rSeq.setName(rread.getName()); rSeq.setAligned(rread.getAligned()); if (thisfqualindexfile != "") { fQual = new QualityScores(inFQualIndex); pDataArray->m->gobble(inFQualIndex); rQual = new QualityScores(inRQualIndex); pDataArray->m->gobble(inRQualIndex); + + string forwardName = fread.getName(); + string reverseName = rread.getName(); + if (fQual->getName() != rQual->getName()) { ///bool fixed = checkName(fread, rread); ////////////////////////////////////////////////////////////// bool fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - rread.setName(rread.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = rread.getName(); - + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -1044,9 +1158,21 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + rread.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } - + } ///////////////////////////////////////////////////////////// if (!fixed) { pDataArray->m->mothurOut("[WARNING]: name mismatch in forward and reverse qfile file. Ignoring, " + fQual->getName() + ".\n"); ignore = true; } @@ -1054,10 +1180,10 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ savedFQual = new QualityScores(fQual->getName(), fQual->getQualityScores()); savedRQual = new QualityScores(rQual->getName(), rQual->getQualityScores()); - if (fQual->getName() != tfSeq.getName()) { pDataArray->m->mothurOut("[WARNING]: name mismatch in forward quality file. Ignoring, " + tfSeq.getName() + ".\n"); ignore = true; } - if (rQual->getName() != trSeq.getName()) { pDataArray->m->mothurOut("[WARNING]: name mismatch in reverse quality file. Ignoring, " + trSeq.getName() + ".\n"); ignore = true; } + if (fQual->getName() != fread.getName()) { pDataArray->m->mothurOut("[WARNING]: name mismatch in forward quality file. Ignoring, " + fread.getName() + ".\n"); ignore = true; } + if (rQual->getName() != rread.getName()) { pDataArray->m->mothurOut("[WARNING]: name mismatch in reverse quality file. Ignoring, " + rread.getName() + ".\n"); ignore = true; } } - if (tfSeq.getName() != trSeq.getName()) { pDataArray->m->mothurOut("[WARNING]: name mismatch in forward and reverse fasta file. Ignoring, " + tfSeq.getName() + ".\n"); ignore = true; } + if (fread.getName() != rread.getName()) { pDataArray->m->mothurOut("[WARNING]: name mismatch in forward and reverse fasta file. Ignoring, " + fread.getName() + ".\n"); ignore = true; } } }else { #ifdef USE_BOOST @@ -1066,19 +1192,15 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ FastqRead fread(inFF, tignore, pDataArray->format); FastqRead rread(inRF, ignore, pDataArray->format); + string forwardName = fread.getName(); + string reverseName = rread.getName(); + ///bool fixed = checkName(fread, rread); ////////////////////////////////////////////////////////////// bool fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - rread.setName(rread.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = rread.getName(); - + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -1091,25 +1213,31 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + rread.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } - + } ///////////////////////////////////////////////////////////// if (!fixed) { FastqRead f2read(inFF, tignore, pDataArray->format); + string forwardName = f2read.getName(); + string reverseName = rread.getName(); ///bool fixed = checkName(f2read, rread); ////////////////////////////////////////////////////////////// fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - f2read.setName(f2read.getName().substr(0, poundMatchPos)); - rread.setName(rread.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = f2read.getName(); - string reverseName = rread.getName(); - int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -1122,24 +1250,32 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + f2read.setName(forwardName); + rread.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } - + } if (!fixed) { FastqRead r2read(inRF, ignore, pDataArray->format); + + string forwardName = fread.getName(); + string reverseName = r2read.getName(); + ///bool fixed = checkName(fread, r2read); ////////////////////////////////////////////////////////////// fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - r2read.setName(r2read.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = r2read.getName(); - int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -1152,9 +1288,21 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + r2read.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } - + } if (!fixed) { pDataArray->m->mothurOut("[WARNING]: name mismatch in forward and reverse fastq file. Ignoring, " + fread.getName() + ".\n"); ignore = true; } else { rread = r2read; } @@ -1174,19 +1322,15 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ FastqRead firead(inFQ, tignore, pDataArray->format); if (tignore) { ignore=true; } findexBarcode.setAligned(firead.getSeq()); + string forwardName = fread.getName(); + string reverseName = firead.getName(); + ///bool fixed = checkName(fread, firead); ////////////////////////////////////////////////////////////// bool fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - firead.setName(firead.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = firead.getName(); - + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -1199,22 +1343,29 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + firead.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } + } ///////////////////////////////////////////////////////////// if (!fixed) { FastqRead f2iread(inFQ, tignore, pDataArray->format); + string forwardName = fread.getName(); + string reverseName = f2iread.getName(); fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - f2iread.setName(f2iread.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = f2iread.getName(); - int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -1227,8 +1378,21 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + f2iread.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } + } ///////////////////////////////////////////////////////////// if (!fixed) { pDataArray->m->mothurOut("[WARNING]: name mismatch in forward index file. Ignoring, " + fread.getName() + ".\n"); ignore = true; @@ -1239,19 +1403,14 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ FastqRead riread(inRQ, tignore, pDataArray->format); if (tignore) { ignore=true; } rindexBarcode.setAligned(riread.getSeq()); + string forwardName = fread.getName(); + string reverseName = riread.getName(); ///bool fixed = checkName(fread, riread); ////////////////////////////////////////////////////////////// bool fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - riread.setName(riread.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = riread.getName(); - + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -1264,21 +1423,31 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + riread.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } + } ///////////////////////////////////////////////////////////// if (!fixed) { FastqRead r2iread(inRQ, tignore, pDataArray->format); + + string forwardName = fread.getName(); + string reverseName = r2iread.getName(); fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - r2iread.setName(r2iread.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = r2iread.getName(); int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -1292,9 +1461,22 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + r2iread.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } - + } ///////////////////////////////////////////////////////////// if (!fixed) { pDataArray->m->mothurOut("[WARNING]: name mismatch in forward index file. Ignoring, " + fread.getName() + ".\n"); ignore = true; @@ -1305,19 +1487,15 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ }else { //reading fasta and maybe qual Sequence tfSeq(inFF); Sequence trSeq(inRF); + string forwardName = fread.getName(); + string reverseName = rread.getName(); + ///bool fixed = checkName(fread, rread); ////////////////////////////////////////////////////////////// bool fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - rread.setName(rread.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = rread.getName(); - + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -1330,24 +1508,33 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + rread.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } + } ///////////////////////////////////////////////////////////// if (!fixed) { Sequence tf2Seq(inFF); + string forwardName = f2read.getName(); + string reverseName = rread.getName(); ///bool fixed = checkName(f2read, rread); ////////////////////////////////////////////////////////////// bool fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - f2read.setName(f2read.getName().substr(0, poundMatchPos)); - rread.setName(rread.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = f2read.getName(); - string reverseName = rread.getName(); - + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -1360,24 +1547,33 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + f2read.setName(forwardName); + rread.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } - + } if (!fixed) { Sequence tr2Seq(inRF); + string forwardName = fread.getName(); + string reverseName = r2read.getName(); + + ///bool fixed = checkName(fread, r2read); ////////////////////////////////////////////////////////////// bool fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - r2read.setName(r2read.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = r2read.getName(); - + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -1390,9 +1586,21 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + r2read.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } - + } if (!fixed) { pDataArray->m->mothurOut("[WARNING]: name mismatch in forward and reverse fastq file. Ignoring, " + tfSeq.getName() + ".\n"); ignore = true; } else { trSeq = tr2Seq; } @@ -1407,19 +1615,16 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ if (thisfqualindexfile != "") { fQual = new QualityScores(inFQ); rQual = new QualityScores(inRQ); + + string forwardName = fread.getName(); + string reverseName = rread.getName(); if (fQual->getName() != rQual->getName()) { ///bool fixed = checkName(fread, rread); ////////////////////////////////////////////////////////////// bool fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - rread.setName(rread.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = rread.getName(); + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -1433,9 +1638,22 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + rread.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } - + } ///////////////////////////////////////////////////////////// if (!fixed) { pDataArray->m->mothurOut("[WARNING]: name mismatch in forward and reverse qfile file. Ignoring, " + fQual->getName() + ".\n"); ignore = true; } @@ -1721,6 +1939,8 @@ static DWORD WINAPI MyGroupContigsThreadFunction(LPVOID lpParam){ } } + if (contig == "") { trashCode += "l"; contig = "NNNN"; contigScores.push_back(0); contigScores.push_back(0); contigScores.push_back(0); contigScores.push_back(0); } + if(trashCode.length() == 0){ bool ignore = false; @@ -2193,7 +2413,6 @@ static DWORD WINAPI MyContigsThreadFunction(LPVOID lpParam){ */ int longestBase = 1000; - int poundMatchPos = p->poundMatchPosition; Alignment* alignment; if(pDataArray->align == "gotoh") { alignment = new GotohOverlap(pDataArray->gapOpen, pDataArray->gapExtend, pDataArray->match, pDataArray->misMatch, longestBase); } @@ -2303,18 +2522,14 @@ static DWORD WINAPI MyContigsThreadFunction(LPVOID lpParam){ FastqRead fread(inFFasta, tignore, pDataArray->format); pDataArray->m->gobble(inFFasta); FastqRead rread(inRFasta, ignore, pDataArray->format); pDataArray->m->gobble(inRFasta); + string forwardName = fread.getName(); + string reverseName = rread.getName(); ///bool fixed = checkName(fread, rread); + bool fixed = false; ////////////////////////////////////////////////////////////// if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - rread.setName(rread.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = rread.getName(); - + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -2327,24 +2542,32 @@ static DWORD WINAPI MyContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + rread.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } + } ///////////////////////////////////////////////////////////// if (!fixed) { FastqRead f2read(inFFasta, tignore, pDataArray->format); pDataArray->m->gobble(inFFasta); - ///bool fixed = checkName(f2read, rread); + + string forwardName = f2read.getName(); + string reverseName = rread.getName(); + ///bool fixed = checkName(f2read, rread); ////////////////////////////////////////////////////////////// fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - f2read.setName(f2read.getName().substr(0, poundMatchPos)); - rread.setName(rread.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = f2read.getName(); - string reverseName = rread.getName(); - int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -2357,23 +2580,33 @@ static DWORD WINAPI MyContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + f2read.setName(forwardName); + rread.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } + } if (!fixed) { FastqRead r2read(inRFasta, ignore, pDataArray->format); pDataArray->m->gobble(inRFasta); + + string forwardName = fread.getName(); + string reverseName = r2read.getName(); ///bool fixed = checkName(fread, r2read); ////////////////////////////////////////////////////////////// fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - r2read.setName(r2read.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = r2read.getName(); - + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -2386,9 +2619,21 @@ static DWORD WINAPI MyContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + r2read.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } - + } if (!fixed) { pDataArray->m->mothurOut("[WARNING]: name mismatch in forward and reverse fastq file. Ignoring, " + fread.getName() + ".\n"); ignore = true; } else { rread = r2read; } @@ -2408,19 +2653,16 @@ static DWORD WINAPI MyContigsThreadFunction(LPVOID lpParam){ FastqRead firead(inFQualIndex, tignore, pDataArray->format); pDataArray->m->gobble(inFQualIndex); if (tignore) { ignore=true; } findexBarcode.setAligned(firead.getSeq()); + + string forwardName = fread.getName(); + string reverseName = firead.getName(); + ///bool fixed = checkName(fread, firead); ////////////////////////////////////////////////////////////// fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - firead.setName(firead.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = firead.getName(); - + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -2433,24 +2675,35 @@ static DWORD WINAPI MyContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + firead.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } + } ///////////////////////////////////////////////////////////// if (!fixed) { FastqRead f2iread(inFQualIndex, tignore, pDataArray->format); pDataArray->m->gobble(inFQualIndex); + + string forwardName = fread.getName(); + string reverseName = f2iread.getName(); + if (tignore) { ignore=true; } ///bool fixed = checkName(fread, f2iread); ///////////////////////////////////////////////////////////// if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - f2iread.setName(f2iread.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = f2iread.getName(); - + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -2463,8 +2716,22 @@ static DWORD WINAPI MyContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + f2iread.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } + } ///////////////////////////////////////////////////////////// if (!fixed) { pDataArray->m->mothurOut("[WARNING]: name mismatch in forward index file. Ignoring, " + fread.getName() + ".\n"); ignore = true; @@ -2476,19 +2743,16 @@ static DWORD WINAPI MyContigsThreadFunction(LPVOID lpParam){ FastqRead riread(inRQualIndex, tignore, pDataArray->format); pDataArray->m->gobble(inRQualIndex); if (tignore) { ignore=true; } rindexBarcode.setAligned(riread.getSeq()); + + string forwardName = fread.getName(); + string reverseName = riread.getName(); + ///bool fixed = checkName(fread, riread); ////////////////////////////////////////////////////////////// fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - riread.setName(riread.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = riread.getName(); - + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -2501,25 +2765,34 @@ static DWORD WINAPI MyContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + riread.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } - + } ///////////////////////////////////////////////////////////// if (!fixed) { FastqRead r2iread(inRQualIndex, tignore, pDataArray->format); pDataArray->m->gobble(inRQualIndex); + + string forwardName = fread.getName(); + string reverseName = r2iread.getName(); + ///bool fixed = checkName(fread, r2iread); ///////////////////////////////////////////////////////////// fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - r2iread.setName(r2iread.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = r2iread.getName(); - + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -2532,8 +2805,22 @@ static DWORD WINAPI MyContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + r2iread.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } + } ///////////////////////////////////////////////////////////// if (!fixed) { pDataArray->m->mothurOut("[WARNING]: name mismatch in reverse index file. Ignoring, " + fread.getName() + ".\n"); ignore = true; @@ -2543,21 +2830,18 @@ static DWORD WINAPI MyContigsThreadFunction(LPVOID lpParam){ } }else { //reading fasta and maybe qual - Sequence tfSeq(inFFasta); pDataArray->m->gobble(inFFasta); - Sequence trSeq(inRFasta); pDataArray->m->gobble(inRFasta); + Sequence fread(inFFasta); pDataArray->m->gobble(inFFasta); + Sequence rread(inRFasta); pDataArray->m->gobble(inRFasta); + string forwardName = fread.getName(); + string reverseName = rread.getName(); + + ///bool fixed = checkName(fread, rread); ////////////////////////////////////////////////////////////// - fixed = false; + bool fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - rread.setName(rread.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = rread.getName(); - + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -2570,24 +2854,34 @@ static DWORD WINAPI MyContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + rread.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } + } ///////////////////////////////////////////////////////////// if (!fixed) { - Sequence tf2Seq(inFFasta); pDataArray->m->gobble(inFFasta); + Sequence f2read(inFFasta); pDataArray->m->gobble(inFFasta); + + string forwardName = f2read.getName(); + string reverseName = rread.getName(); + ///bool fixed = checkName(f2read, rread); ////////////////////////////////////////////////////////////// fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - f2read.setName(f2read.getName().substr(0, poundMatchPos)); - rread.setName(rread.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = f2read.getName(); - string reverseName = rread.getName(); - + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -2600,24 +2894,33 @@ static DWORD WINAPI MyContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + f2read.setName(forwardName); + rread.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } - + } if (!fixed) { - Sequence tr2Seq(inRFasta); pDataArray->m->gobble(inRFasta); + Sequence r2read(inRFasta); pDataArray->m->gobble(inRFasta); + + string forwardName = fread.getName(); + string reverseName = r2read.getName(); ///bool fixed = checkName(fread, r2read); ////////////////////////////////////////////////////////////// fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - r2read.setName(r2read.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = r2read.getName(); - + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -2630,37 +2933,46 @@ static DWORD WINAPI MyContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + r2read.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } - - if (!fixed) { pDataArray->m->mothurOut("[WARNING]: name mismatch in forward and reverse fastq file. Ignoring, " + tfSeq.getName() + ".\n"); ignore = true; } - else { trSeq = tr2Seq; } + } + if (!fixed) { pDataArray->m->mothurOut("[WARNING]: name mismatch in forward and reverse fastq file. Ignoring, " + fread.getName() + ".\n"); ignore = true; } + else { rread = r2read; } - }else { tfSeq = tf2Seq; } + }else { fread = f2read; } ///////////////////////////////////////////////////////////// } - fSeq.setName(tfSeq.getName()); fSeq.setAligned(tfSeq.getAligned()); - rSeq.setName(trSeq.getName()); rSeq.setAligned(trSeq.getAligned()); + fSeq.setName(fread.getName()); fSeq.setAligned(fread.getAligned()); + rSeq.setName(rread.getName()); rSeq.setAligned(rread.getAligned()); if (thisfqualindexfile != "") { fQual = new QualityScores(inFQualIndex); pDataArray->m->gobble(inFQualIndex); rQual = new QualityScores(inRQualIndex); pDataArray->m->gobble(inRQualIndex); + + string forwardName = fread.getName(); + string reverseName = rread.getName(); if (fQual->getName() != rQual->getName()) { ///bool fixed = checkName(fread, rread); ////////////////////////////////////////////////////////////// fixed = false; if (pDataArray->nameType == poundMatch) { fixed = poundMatch; - //we know the location of the # matches in the forward and reverse - if (poundMatchPos) { - fread.setName(fread.getName().substr(0, poundMatchPos)); - rread.setName(rread.getName().substr(0, poundMatchPos)); - }else { //it does not match - string forwardName = fread.getName(); - string reverseName = rread.getName(); - + int pos = forwardName.find_last_of('#'); if (pos != string::npos) { forwardName = forwardName.substr(0, pos); } @@ -2673,8 +2985,21 @@ static DWORD WINAPI MyContigsThreadFunction(LPVOID lpParam){ }else{ fixed = false; } + + }else if (pDataArray->nameType == perfectMatch) { if (forwardName == reverseName) { fixed = true; } } + else if (pDataArray->nameType == offByOne) { + + fixed = true; + reverseName = reverseName.substr(0, (reverseName.length()-pDataArray->offByOneTrimLength)); + forwardName = forwardName.substr(0, (forwardName.length()-pDataArray->offByOneTrimLength)); + + if (forwardName == reverseName) { + fread.setName(forwardName); + rread.setName(reverseName); + }else{ + fixed = false; } - }else if (pDataArray->nameType == perfectMatch) { fixed = true; } + } ///////////////////////////////////////////////////////////// if (!fixed) { pDataArray->m->mothurOut("[WARNING]: name mismatch in forward and reverse qfile file. Ignoring, " + fQual->getName() + ".\n"); ignore = true; } @@ -2682,10 +3007,10 @@ static DWORD WINAPI MyContigsThreadFunction(LPVOID lpParam){ savedFQual = new QualityScores(fQual->getName(), fQual->getQualityScores()); savedRQual = new QualityScores(rQual->getName(), rQual->getQualityScores()); - if (fQual->getName() != tfSeq.getName()) { pDataArray->m->mothurOut("[WARNING]: name mismatch in forward quality file. Ignoring, " + tfSeq.getName() + ".\n"); ignore = true; } - if (rQual->getName() != trSeq.getName()) { pDataArray->m->mothurOut("[WARNING]: name mismatch in reverse quality file. Ignoring, " + trSeq.getName() + ".\n"); ignore = true; } + if (fQual->getName() != fread.getName()) { pDataArray->m->mothurOut("[WARNING]: name mismatch in forward quality file. Ignoring, " + fread.getName() + ".\n"); ignore = true; } + if (rQual->getName() != rread.getName()) { pDataArray->m->mothurOut("[WARNING]: name mismatch in reverse quality file. Ignoring, " + rread.getName() + ".\n"); ignore = true; } } - if (tfSeq.getName() != trSeq.getName()) { pDataArray->m->mothurOut("[WARNING]: name mismatch in forward and reverse fasta file. Ignoring, " + tfSeq.getName() + ".\n"); ignore = true; } + if (fread.getName() != rread.getName()) { pDataArray->m->mothurOut("[WARNING]: name mismatch in forward and reverse fasta file. Ignoring, " + fread.getName() + ".\n"); ignore = true; } } int barcodeIndex = 0; @@ -2958,6 +3283,8 @@ static DWORD WINAPI MyContigsThreadFunction(LPVOID lpParam){ } } + if (contig == "") { trashCode += "l"; contig = "NNNN"; contigScores.push_back(0); contigScores.push_back(0); contigScores.push_back(0); contigScores.push_back(0); } + if(trashCode.length() == 0){ bool ignore = false; diff --git a/source/commands/makefilecommand.cpp b/source/commands/makefilecommand.cpp index 83b76066..4cdac146 100644 --- a/source/commands/makefilecommand.cpp +++ b/source/commands/makefilecommand.cpp @@ -14,8 +14,10 @@ vector MakeFileCommand::setParameters(){ CommandParameter ptype("type", "Multiple", "fastq-gz", "fastq", "", "", "","",false,false); parameters.push_back(ptype); CommandParameter pnumcols("numcols", "Multiple", "2-3", "3", "", "", "","",false,false, true); parameters.push_back(pnumcols); CommandParameter pseed("seed", "Number", "", "0", "", "", "","",false,false); parameters.push_back(pseed); + CommandParameter pprefix("prefix", "String", "", "", "", "", "","",false,false); parameters.push_back(pprefix); CommandParameter pinputdir("inputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(pinputdir); CommandParameter poutputdir("outputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(poutputdir); + CommandParameter pdelim("delim", "String", "", "_", "", "", "","",false,false); parameters.push_back(pdelim); vector myArray; for (int i = 0; i < parameters.size(); i++) { myArray.push_back(parameters[i].name); } @@ -31,10 +33,12 @@ string MakeFileCommand::getHelpString(){ try { string helpString = ""; helpString += "The make.file command takes a input directory and creates a file file containing the fastq or gz files in the directory.\n"; - helpString += "The make.fastq command parameters are inputdir, numcols and type. inputdir is required.\n"; + helpString += "The make.file command parameters are inputdir, numcols, type and prefix. inputdir is required.\n"; helpString += "May create more than one file. Mothur will attempt to match paired files. \n"; helpString += "The type parameter allows you to set the type of files to look for. Options are fastq or gz. Default=fastq. \n"; helpString += "The numcols parameter allows you to set number of columns you mothur to make in the file. Default=3, meaning groupName forwardFastq reverseFastq. The groupName is made from the beginning part of the forwardFastq file. Everything up to the first '_' or if no '_' is found then the root of the forwardFastq filename.\n"; + helpString += "The prefix parameter allows you to enter your own prefix for the output filename. Default=stability."; + helpString += "The delim parameter allow you to enter the character you would like to use to create the sample name. Default='_'. For example, M6D7_S163_L001_R2_001.fastq.gz would produce the sample name M6D7. Set delim=* to indicate you want mothur to create unique names for each file pair. (no pooling)\n"; helpString += "The make.file command should be in the following format: \n"; helpString += "make.file(inputdir=yourInputDirectory). \n"; helpString += "Example make.group(inputdir=fastqFiles)\n"; @@ -51,7 +55,7 @@ string MakeFileCommand::getOutputPattern(string type) { try { string pattern = ""; - if (type == "file") { pattern = "[filename],[tag],file"; } + if (type == "file") { pattern = "[filename],[tag],files-[filename],files"; } else { m->mothurOut("[ERROR]: No definition for type " + type + " output pattern.\n"); m->control_pressed = true; } return pattern; @@ -126,6 +130,10 @@ MakeFileCommand::MakeFileCommand(string option) { if ((temp != "2") && (temp != "3")) { m->mothurOut(temp + " is not a valid numcols. Options are 2 or 3. I will use 3."); m->mothurOutEndLine(); temp = "3"; } m->mothurConvert(temp, numCols); + prefix = validParameter.validFile(parameters, "prefix", false); if (prefix == "not found") { prefix = "stability"; } + + delim = validParameter.validFile(parameters, "delim", false); if (delim == "not found") { delim = "_"; } + } } catch(exception& e) { @@ -141,15 +149,18 @@ int MakeFileCommand::execute(){ //find all .fastq files string tempFile = inputDir + "fileList.temp"; - string findCommand = "find \"" + inputDir.substr(0, inputDir.length()-1) + "\" -maxdepth 1 -name \"*." + typeFile + "\" > \"" + tempFile + "\""; - if (m->debug) { m->mothurOut(findCommand + "\n"); } - system(findCommand.c_str()); + fillAccnosFile(tempFile); //read in list of files vector fastqFiles; m->readAccnos(tempFile, fastqFiles, "no error"); m->mothurRemove(tempFile); + if (m->debug) { + m->mothurOut("[DEBUG]: Found " + toString(fastqFiles.size()) + " files of type " + typeFile + ".\n"); + for (int i = 0; i < fastqFiles.size(); i++) { m->mothurOut("[DEBUG]: " + toString(i) + " = " + fastqFiles[i] + "\n");} + } + if (fastqFiles.size() == 0) { m->mothurOut("[WARNING]: Unable to find any " + typeFile + " files in your directory.\n"); } else { @@ -158,9 +169,11 @@ int MakeFileCommand::execute(){ vector< vector > paired; vector singles; + set groups; string lastFile = ""; for (int i = 0; i < fastqFiles.size()-1; i++) { + if (m->debug) { m->mothurOut("[DEBUG]: " + toString(i) + ".\n"); } if (m->debug) { m->mothurOut("[DEBUG]: File " + toString(i) + " = " + fastqFiles[i] + ".\n"); } if (m->control_pressed) { break; } @@ -177,23 +190,11 @@ int MakeFileCommand::execute(){ } if (numDiffs > 1) { singles.push_back(fastqFiles[i]); lastFile = fastqFiles[i]; } else { //only one diff = paired files - int pos = simpleName1.find("R1"); - int pos2 = simpleName2.find("R2"); - if ((pos != string::npos) && (pos2 != string::npos)){ - vector temp; - if (numCols == 3) { - string groupName = "noGroup"+toString(i); - int posUnderscore = fastqFiles[i].find_first_of('_'); - if (posUnderscore == string::npos) { groupName = m->getSimpleName(m->getRootName(fastqFiles[i])); } - else{ groupName = m->getSimpleName(fastqFiles[i].substr(0, posUnderscore)); } - temp.push_back(groupName); - } - temp.push_back(fastqFiles[i]); temp.push_back(fastqFiles[i+1]); lastFile = fastqFiles[i+1]; - paired.push_back(temp); - i++; - }else { - singles.push_back(fastqFiles[i]); lastFile = fastqFiles[i]; - } + vector temp; + temp.push_back(fastqFiles[i]); temp.push_back(fastqFiles[i+1]); lastFile = fastqFiles[i+1]; + if (m->debug) { m->mothurOut("[DEBUG]: Pairing " + fastqFiles[i] + " with " + fastqFiles[i+1] + ".\n"); } + paired.push_back(temp); + i++; } }else{ singles.push_back(fastqFiles[i]); lastFile = fastqFiles[i]; @@ -203,8 +204,8 @@ int MakeFileCommand::execute(){ if (singles.size() != 0) { map variables; - variables["[filename]"] = outputDir + "fileList."; - variables["[tag]"] = "single"; + variables["[filename]"] = outputDir + prefix + "."; + if (paired.size() != 0) { variables["[tag]"] = "single"; } string filename = getOutputFileName("file",variables); ofstream out; m->openOutputFile(filename, out); @@ -217,10 +218,13 @@ int MakeFileCommand::execute(){ out.close(); } + //generates unique group names + if (numCols == 3) { paired = findGroupNames(paired); } + if (paired.size() != 0) { map variables; - variables["[filename]"] = outputDir + "fileList."; - variables["[tag]"] = "paired"; + variables["[filename]"] = outputDir + prefix + "."; + if (singles.size() != 0) { variables["[tag]"] = "paired"; } string filename = getOutputFileName("file",variables); ofstream out; m->openOutputFile(filename, out); @@ -252,5 +256,158 @@ int MakeFileCommand::execute(){ } } //********************************************************************************************************************** +//groupName defaults to "noGroup"+toString(i); +vector< vector > MakeFileCommand::findGroupNames(vector< vector > paired){ + try { + vector< vector > results; results.resize(paired.size()); + + if (delim == "*") { + //remove any "words" in filenames that is the same in all filenames separated by delim(_ .) + //MI.M00833_0261.001.FLD0207.TRIN-META_16S_R2.fastq + //MI.M00833_0261.001.FLD0223.ERIFF-META_16S_R2.fastq + //would become... + //FLD0207.TRIN-META + //FLD0223.ERIFF-META + + //split all forward names into pieces + vector > words; words.resize(paired.size()); + map > posToWord; + + for (int i = 0; i < paired.size(); i++) { + if (m->control_pressed) { break; } + + string filename = m->getRootName(m->getSimpleName(paired[i][0])); + + int pos = 0; + string individual = ""; + for(int j=0;j >::iterator it = posToWord.find(pos); + if (it != posToWord.end()) { posToWord[pos].insert(individual); } + else { + set temp; temp.insert(individual); + posToWord[pos] = temp; + } + individual = ""; + pos++; + } + else{ + individual += filename[j]; + } + } + if (!m->allSpaces(individual)) { + words[i].push_back(individual); + map >::iterator it = posToWord.find(pos); + if (it != posToWord.end()) { posToWord[pos].insert(individual); } + else { + set temp; temp.insert(individual); + posToWord[pos] = temp; + } + } + } + + //remove duplicate pieces + set goodIndexes; + for (map >::iterator it = posToWord.begin(); it != posToWord.end(); it++) { + set w = it->second;; + if (w.size() != 1) { goodIndexes.insert(it->first); } + } + + set groups; + for (int i = 0; i < words.size(); i++) { + + //assemble groupNames + string groupName = ""; + for (int j = 0; j < words[i].size(); j++) { + //include word + if (goodIndexes.count(j) != 0) { groupName += words[i][j] + "_"; } + } + + if (groupName != "") { groupName = groupName.substr(0, groupName.length()-1); } + + //is this name unique + if (groups.count(groupName) == 0) { groups.insert(groupName); } + else { groupName = "Group_"+ toString(i); groups.insert(groupName); } + + results[i].push_back(groupName); results[i].push_back(paired[i][0]); results[i].push_back(paired[i][1]); + } + + }else { //separate by the user selected deliminator. default='_' + + for (int i = 0; i < paired.size(); i++) { + + string groupName = "Group_" + toString(i); + + int pos = paired[i][0].find_first_of(delim); + if (pos != string::npos) { groupName = m->getSimpleName(paired[i][0].substr(0, pos)); } + + results[i].push_back(groupName); results[i].push_back(paired[i][0]); results[i].push_back(paired[i][1]); + } + } + return results; + } + catch(exception& e) { + m->errorOut(e, "MakeFileCommand", "findGroupName"); + exit(1); + } +} + +//********************************************************************************************************************** + +int MakeFileCommand::fillAccnosFile(string tempFile){ + try { + + string findCommand = ""; + string tempOut = tempFile; + tempFile = "\"" + tempFile + "\""; + +#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) + + findCommand = "find \"" + inputDir.substr(0, inputDir.length()-1) + "\" -maxdepth 1 -name \"*." + typeFile + "\" > " + tempFile; + if (m->debug) { m->mothurOut(findCommand + "\n"); } + system(findCommand.c_str()); + +#else + //use ls command + findCommand = "find \"\" " + inputDir.substr(0, inputDir.length()-1) + "\\*." + typeFile + " > " + tempFile; + if (m->debug) { m->mothurOut(findCommand + "\n"); } + system(findCommand.c_str()); + + ifstream in; + ofstream out; + tempOut += ".temp"; + + tempFile = tempFile.substr(1, tempFile.length()-2); //remove "" + + m->openOutputFile(tempOut, out); + + m->openInputFile(tempFile, in); + + string junk, filename; + while (!in.eof()) { + if (m->control_pressed) { break; } + in >> junk; m->gobble(in); + in >> filename; m->gobble(in); + + out << filename << endl; + } + in.close(); + out.close(); + + m->mothurRemove(tempFile); + m->renameFile(tempOut, tempFile); + +#endif + + return 0; + } + catch(exception& e) { + m->errorOut(e, "MakeFileCommand", "fillAccnosFile"); + exit(1); + } +} +//********************************************************************************************************************** diff --git a/source/commands/makefilecommand.h b/source/commands/makefilecommand.h index ec05dfb8..c693559f 100644 --- a/source/commands/makefilecommand.h +++ b/source/commands/makefilecommand.h @@ -32,10 +32,13 @@ class MakeFileCommand : public Command { private: - string inputDir, outputDir, typeFile; + string inputDir, outputDir, typeFile, prefix, delim; vector outputNames; int numCols; bool abort; + + vector< vector > findGroupNames(vector< vector > paired); + int fillAccnosFile(string tempFile); }; diff --git a/source/commands/makegroupcommand.cpp b/source/commands/makegroupcommand.cpp index e7b88600..1d9f89d2 100644 --- a/source/commands/makegroupcommand.cpp +++ b/source/commands/makegroupcommand.cpp @@ -186,7 +186,7 @@ MakeGroupCommand::MakeGroupCommand(string option) { //prevent giantic file name map variables; variables["[filename]"] = filename; - if (fastaFileNames.size() > 3) { variables["[filename]"] = outputDir + "merge"; } + if (fastaFileNames.size() > 3) { variables["[filename]"] = "merge"; } filename = getOutputFileName("group",variables); //make sure there is at least one valid file left diff --git a/source/commands/makelefsecommand.cpp b/source/commands/makelefsecommand.cpp index 29507380..8ab4c765 100644 --- a/source/commands/makelefsecommand.cpp +++ b/source/commands/makelefsecommand.cpp @@ -302,11 +302,11 @@ int MakeLefseCommand::runRelabund(map& consTax, vectorremoveConfidences(nameOfOtu); - for (int j = 0; j < nameOfOtu.length()-1; j++) { - if (nameOfOtu[j] == ';') { fixedName += "_" + m->currentSharedBinLabels[i] + '|'; } + for (int j = 0; j < nameOfOtu.length(); j++) { + if (nameOfOtu[j] == ';') { fixedName += '|'; } else { fixedName += nameOfOtu[j]; } } - nameOfOtu = fixedName; + nameOfOtu = fixedName + m->currentSharedBinLabels[i] + "|"; }else { m->mothurOut("[ERROR]: can't find " + nameOfOtu + " in constaxonomy file. Do the distances match, did you forget to use the label parameter?\n"); m->control_pressed = true; } diff --git a/source/commands/mantelcommand.cpp b/source/commands/mantelcommand.cpp index a09e83c5..bf1d3648 100644 --- a/source/commands/mantelcommand.cpp +++ b/source/commands/mantelcommand.cpp @@ -207,7 +207,7 @@ int MantelCommand::execute(){ //randomize matrix2 vector< vector > matrix2Copy = matrix2; - random_shuffle(matrix2Copy.begin(), matrix2Copy.end()); + m->mothurRandomShuffle(matrix2Copy); //calc random mantel double randomMantel = 0.0; diff --git a/source/commands/mergecountcommand.cpp b/source/commands/mergecountcommand.cpp new file mode 100644 index 00000000..42e99176 --- /dev/null +++ b/source/commands/mergecountcommand.cpp @@ -0,0 +1,226 @@ +// +// mergecountcommand.cpp +// Mothur +// +// Created by Sarah Westcott on 8/3/16. +// Copyright © 2016 Schloss Lab. All rights reserved. +// + +#include "mergecountcommand.hpp" +#include "counttable.h" + +//********************************************************************************************************************** +vector MergeCountCommand::setParameters(){ + try { + CommandParameter pcount("count", "InputTypes", "", "", "", "", "","count",false,false,true); parameters.push_back(pcount); + CommandParameter poutput("output", "String", "", "", "", "", "","",false,true,true); parameters.push_back(poutput); + CommandParameter pseed("seed", "Number", "", "0", "", "", "","",false,false); parameters.push_back(pseed); + CommandParameter pinputdir("inputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(pinputdir); + CommandParameter poutputdir("outputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(poutputdir); + + vector myArray; + for (int i = 0; i < parameters.size(); i++) { myArray.push_back(parameters[i].name); } + return myArray; + } + catch(exception& e) { + m->errorOut(e, "MergeCountCommand", "setParameters"); + exit(1); + } +} +//********************************************************************************************************************** +string MergeCountCommand::getHelpString(){ + try { + string helpString = ""; + helpString += "The merge.count command takes a list of count files separated by dashes and merges them into one file."; + helpString += "The merge.count command parameters are count and output."; + helpString += "Example merge.count(count=final.count_table-new.count_table, output=complete.count_table)."; + helpString += "Note: No spaces between parameter labels (i.e. output), '=' and parameters (i.e.yourOutputFileName).\n"; + return helpString; + } + catch(exception& e) { + m->errorOut(e, "MergeCountCommand", "getHelpString"); + exit(1); + } +} +//********************************************************************************************************************** +MergeCountCommand::MergeCountCommand(){ + try { + abort = true; calledHelp = true; + setParameters(); + vector tempOutNames; + outputTypes["count"] = tempOutNames; + } + catch(exception& e) { + m->errorOut(e, "MergeCountCommand", "MergeCountCommand"); + exit(1); + } +} +//********************************************************************************************************************** + +MergeCountCommand::MergeCountCommand(string option) { + try { + abort = false; calledHelp = false; + + if(option == "help") { + help(); + abort = true; calledHelp = true; + }else if(option == "citation") { citation(); abort = true; calledHelp = true;} + else { + vector myArray = setParameters(); + + OptionParser parser(option); + map parameters = parser.getParameters(); + + ValidParameters validParameter; + + //check to make sure all parameters are valid for command + for (map::iterator it = parameters.begin(); it != parameters.end(); it++) { + if (validParameter.isValidParameter(it->first, myArray, it->second) != true) { abort = true; } + } + + //initialize outputTypes + vector tempOutNames; + outputTypes["count"] = tempOutNames; + + //if the user changes the input directory command factory will send this info to us in the output parameter + string inputDir = validParameter.validFile(parameters, "inputdir", false); + if (inputDir == "not found"){ inputDir = ""; } + + string fileList = validParameter.validFile(parameters, "count", false); + if(fileList == "not found") { m->mothurOut("[ERROR]: you must enter two or more count file names"); m->mothurOutEndLine(); abort=true; } + else{ m->splitAtDash(fileList, fileNames); } + + //if the user changes the output directory command factory will send this info to us in the output parameter + string outputDir = validParameter.validFile(parameters, "outputdir", false); if (outputDir == "not found") { outputDir = ""; } + + + numInputFiles = fileNames.size(); + ifstream testFile; + if(numInputFiles == 0){ + m->mothurOut("you must enter two or more file names and you entered " + toString(fileNames.size()) + " file names"); m->mothurOutEndLine(); + abort=true; + } + else{ + for(int i=0;ihasPath(fileNames[i]); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { fileNames[i] = inputDir + fileNames[i]; } + } + + map file; file["file"] = fileNames[i]; + fileNames[i] = validParameter.validFile(file, "file", true); + if(fileNames[i] == "not found"){ abort = true; } + } + } + + outputFileName = validParameter.validFile(parameters, "output", false); + if (outputFileName == "not found") { m->mothurOut("you must enter an output file name"); m->mothurOutEndLine(); abort=true; } + else if (outputDir != "") { outputFileName = outputDir + m->getSimpleName(outputFileName); } + } + + } + catch(exception& e) { + m->errorOut(e, "MergeCountCommand", "MergeCountCommand"); + exit(1); + } +} +//********************************************************************************************************************** + +int MergeCountCommand::execute(){ + try { + if (abort == true) { if (calledHelp) { return 0; } return 2; } + + m->mothurRemove(outputFileName); + + //read headers from each file to confirm all contain groupinfo or all do not + //Also collect all group names + bool allContainGroups = true; bool allNoGroups = true; + set allGroups; + for(int i = 0; i < numInputFiles; i++) { + + if (m->control_pressed) { return 0; } + + vector thisTablesGroups; + CountTable table; + bool hasGroups = table.testGroups(fileNames[i], thisTablesGroups); + + if (hasGroups) { + allNoGroups = false; + for (int j = 0; j < thisTablesGroups.size(); j++) { allGroups.insert(thisTablesGroups[j]); } + }else { allContainGroups = false; } + } + int numGroups = allGroups.size(); + + //check to make sure all files are one type - quit if not + if (!allContainGroups && !allNoGroups) { m->mothurOut("[ERROR]: your have countfiles that contains group information and count files that do not. These cannot be combined without loss of information, please correct.\n"); m->control_pressed = true; return 0; } + + if (m->control_pressed) { return 0; } + + //Create Blank Table - (set&, map&, set&); //seqNames, seqName->group, groupNames + set seqNames; map seqGroup; set g; + CountTable completeTable; + completeTable.createTable(seqNames, seqGroup, g); + + //append first one to get headers + map groupIndex; + if (allNoGroups) { m->appendBinaryFiles(fileNames[0], outputFileName); } + else { //create groupMap to save time setting abundance vector + int count = 0; + for (set::iterator it = allGroups.begin(); it != allGroups.end(); it++) { + completeTable.addGroup(*it); + groupIndex[*it] = count; count++; + } + } + + //for each file + for(int i = 0; i < numInputFiles; i++) { + + if (m->control_pressed) { break; } + + if (allContainGroups) { + + CountTable table; table.readTable(fileNames[i], true, false); + vector groups = table.getNamesOfGroups(); + + vector seqs = table.getNamesOfSeqs(); + for (int j = 0; j < seqs.size(); j++) { + if (m->control_pressed) { break; } + vector abunds = table.getGroupCounts(seqs[j]); + vector newAbunds; newAbunds.resize(numGroups, 0); + for (int k = 0; k < abunds.size(); k++) { + if (abunds[k] != 0) { //we need to set abundance in vector with all groups + //groups and abunds are in matching order. we know all groups are in groupIndex from above. + int newIndex = groupIndex[groups[k]]; + newAbunds[newIndex] = abunds[k]; + } + } + completeTable.push_back(seqs[j], newAbunds); + } + } + else { m->appendFilesWithoutHeaders(fileNames[i], outputFileName); } //No group info so simple append + } + + if (m->control_pressed) { m->mothurRemove(outputFileName); return 0; } + + //print new table + if (allContainGroups) { completeTable.printTable(outputFileName); } + + if (m->control_pressed) { m->mothurRemove(outputFileName); return 0; } + + //update current count file + m->setCountTableFile(outputFileName); + + m->mothurOutEndLine(); + m->mothurOut("Output File Names: "); m->mothurOutEndLine(); + m->mothurOut(outputFileName); m->mothurOutEndLine(); outputNames.push_back(outputFileName); outputTypes["merge"].push_back(outputFileName); + m->mothurOutEndLine(); + + return 0; + } + catch(exception& e) { + m->errorOut(e, "MergeCountCommand", "execute"); + exit(1); + } +} +//********************************************************************************************************************** diff --git a/source/commands/mergecountcommand.hpp b/source/commands/mergecountcommand.hpp new file mode 100644 index 00000000..5edfd4df --- /dev/null +++ b/source/commands/mergecountcommand.hpp @@ -0,0 +1,48 @@ +// +// mergecountcommand.hpp +// Mothur +// +// Created by Sarah Westcott on 8/3/16. +// Copyright © 2016 Schloss Lab. All rights reserved. +// + +#ifndef mergecountcommand_hpp +#define mergecountcommand_hpp + +#include "command.hpp" + +class MergeCountCommand : public Command { + +#ifdef UNIT_TEST + //friend class TestMergeCountCommand; +#endif + +public: + MergeCountCommand(string); + MergeCountCommand(); + ~MergeCountCommand() {} + + vector setParameters(); + string getCommandName() { return "merge.count"; } + string getCommandCategory() { return "General"; } + + string getHelpString(); + string getOutputPattern(string) { return ""; } + string getCitation() { return "http://www.mothur.org/wiki/Merge.count"; } + string getDescription() { return "reads count files and combines them into a single count file"; } + + + int execute(); + void help() { m->mothurOut(getHelpString()); } + +private: + + bool abort; + string outputDir, inputDir, countfile, output, outputFileName; + vector outputNames, fileNames; + int numInputFiles; + +}; + + +#endif /* mergecountcommand_hpp */ diff --git a/source/commands/mergegroupscommand.cpp b/source/commands/mergegroupscommand.cpp index ead2c6e8..7c40ce86 100644 --- a/source/commands/mergegroupscommand.cpp +++ b/source/commands/mergegroupscommand.cpp @@ -308,6 +308,11 @@ int MergeGroupsCommand::execute(){ if (itTypes != outputTypes.end()) { if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setGroupFile(current); } } + + itTypes = outputTypes.find("count"); + if (itTypes != outputTypes.end()) { + if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setCountTableFile(current); } + } m->mothurOutEndLine(); m->mothurOut("Output File Names: "); m->mothurOutEndLine(); @@ -325,6 +330,8 @@ int MergeGroupsCommand::execute(){ int MergeGroupsCommand::process(vector& thisLookUp, ofstream& out){ try { + vector setNames = designMap->getCategory(); + if (method == "average") { //create sharedRabundFloatVectors vector temp = thisLookUp[0]->getSharedRAbundFloatVectors(thisLookUp); @@ -332,6 +339,12 @@ int MergeGroupsCommand::process(vector& thisLookUp, ofstrea //follow code below map merged; map::iterator it; + for (int i = 0; i < setNames.size(); i++) { + SharedRAbundFloatVector myLookup(thisLookUp[0]->getNumBins()); + myLookup.setLabel(thisLookUp[0]->getLabel()); + merged[setNames[i]] = myLookup; + } + map > clearGroupAbunds; map >::iterator itAbunds; @@ -387,6 +400,12 @@ int MergeGroupsCommand::process(vector& thisLookUp, ofstrea }else { map merged; map::iterator it; + for (int i = 0; i < setNames.size(); i++) { + SharedRAbundVector myLookup(thisLookUp[0]->getNumBins()); + myLookup.setLabel(thisLookUp[0]->getLabel()); + merged[setNames[i]] = myLookup; + } + map > clearGroupAbunds; map >::iterator itAbunds; diff --git a/source/commands/mergetaxsummarycommand.cpp b/source/commands/mergetaxsummarycommand.cpp index bb2b5eda..5e0841df 100644 --- a/source/commands/mergetaxsummarycommand.cpp +++ b/source/commands/mergetaxsummarycommand.cpp @@ -186,14 +186,30 @@ int MergeTaxSummaryCommand::execute(){ int level, daugterLevels, total; float totalFloat; - string rankId, tax; + string rankId, tax; tax = ""; map levelToCurrentNode; levelToCurrentNode[0] = 0; while (!in.eof()) { if (m->control_pressed) { return 0; } - in >> level >> rankId >> tax >> daugterLevels >> totalFloat; m->gobble(in); + in >> level >> rankId; m->gobble(in); + string rest = m->getline(in); m->gobble(in); + vector pieces = m->splitWhiteSpaceWithQuotes(rest); + + map groupCounts; + int pcount = pieces.size()-1; + if (thisFilesGroups.size() != 0) { + for (int j = thisFilesGroups.size()-1; j >= 0; j--) { + int tempNum; + m->mothurConvert(pieces[pcount], tempNum); + groupCounts[thisFilesGroups[j]] = tempNum; + pcount--; + } + } + + //column 5 + m->mothurConvert(pieces[pcount], totalFloat); pcount--; if ((totalFloat < 1) && (totalFloat > 0)) { m->mothurOut("[ERROR]: cannot merge tax.summary files with relative abundances.\n"); m->control_pressed = true; in.close(); return 0; @@ -201,19 +217,18 @@ int MergeTaxSummaryCommand::execute(){ total = int(totalFloat); } - map groupCounts; - if (thisFilesGroups.size() != 0) { - for (int j = 0; j < thisFilesGroups.size(); j++) { - int tempNum; in >> tempNum; m->gobble(in); - groupCounts[thisFilesGroups[j]] = tempNum; - } - } + //column 4 + m->mothurConvert(pieces[pcount], daugterLevels); + + //assemble tax - this is done in case taxonomy contains spaces + tax = ""; + for (int k = 0; k < pcount; k++) { tax += pieces[k] + " "; } if (level == 0) {} else { map::iterator itParent = levelToCurrentNode.find(level-1); int parent = 0; - if (itParent == levelToCurrentNode.end()) { m->mothurOut("[ERROR]: situation I didnt expect.\n"); } + if (itParent == levelToCurrentNode.end()) { m->mothurOut("[ERROR]: situation I didn't expect.\n"); } else { parent = itParent->second; } levelToCurrentNode[level] = addTaxToTree(tree, level, parent, tax, total, groupCounts); diff --git a/source/commands/mgclustercommand.cpp b/source/commands/mgclustercommand.cpp index ef83eca6..7ad4dcb5 100644 --- a/source/commands/mgclustercommand.cpp +++ b/source/commands/mgclustercommand.cpp @@ -20,7 +20,6 @@ vector MGClusterCommand::setParameters(){ CommandParameter pcutoff("cutoff", "Number", "", "0.70", "", "", "","",false,false,true); parameters.push_back(pcutoff); CommandParameter pprecision("precision", "Number", "", "100", "", "", "","",false,false); parameters.push_back(pprecision); CommandParameter pmethod("method", "Multiple", "furthest-nearest-average", "average", "", "", "","",false,false); parameters.push_back(pmethod); - CommandParameter phard("hard", "Boolean", "", "T", "", "", "","",false,false); parameters.push_back(phard); CommandParameter pmin("min", "Boolean", "", "T", "", "", "","",false,false); parameters.push_back(pmin); CommandParameter pmerge("merge", "Boolean", "", "T", "", "", "","",false,false); parameters.push_back(pmerge); CommandParameter padjust("adjust", "String", "", "F", "", "", "","",false,false); parameters.push_back(padjust); @@ -42,7 +41,7 @@ vector MGClusterCommand::setParameters(){ string MGClusterCommand::getHelpString(){ try { string helpString = ""; - helpString += "The mgcluster command parameter options are blast, name, cutoff, precision, hard, method, merge, min, length, penalty, adjust and hcluster. The blast parameter is required.\n"; + helpString += "The mgcluster command parameter options are blast, name, cutoff, precision, method, merge, min, length, penalty and adjust. The blast parameter is required.\n"; helpString += "The mgcluster command reads a blast and name file and clusters the sequences into OPF units similar to the OTUs.\n"; helpString += "This command outputs a .list, .rabund and .sabund file that can be used with mothur other commands to estimate richness.\n"; helpString += "The cutoff parameter is used to specify the maximum distance you would like to cluster to. The default is 0.70.\n"; @@ -53,7 +52,6 @@ string MGClusterCommand::getHelpString(){ helpString += "The adjust parameter is used to handle missing distances. If you set a cutoff, adjust=f by default. If not, adjust=t by default. Adjust=f, means ignore missing distances and adjust cutoff as needed with the average neighbor method. Adjust=t, will treat missing distances as 1.0. You can also set the value the missing distances should be set to, adjust=0.5 would give missing distances a value of 0.5.\n"; helpString += "The penalty parameter is used to adjust the error rate. The default is 0.10.\n"; helpString += "The merge parameter allows you to shut off merging based on overlaps and just cluster. By default merge is true, meaning you want to merge.\n"; - helpString += "The hcluster parameter allows you to use the hcluster algorithm when clustering. This may be necessary if your file is too large to fit into RAM. The default is false.\n"; helpString += "The mgcluster command should be in the following format: \n"; helpString += "mgcluster(blast=yourBlastfile, name=yourNameFile, cutoff=yourCutOff).\n"; helpString += "Note: No spaces between parameter labels (i.e. balst), '=' and parameters (i.e.yourBlastfile).\n"; @@ -191,8 +189,7 @@ MGClusterCommand::MGClusterCommand(string option) { temp = validParameter.validFile(parameters, "cutoff", false); if (temp == "not found") { temp = "0.70"; } else { cutoffSet = true; } - m->mothurConvert(temp, cutoff); - cutoff += (5 / (precision * 10.0)); + m->mothurConvert(temp, cutoff); method = validParameter.validFile(parameters, "method", false); if (method == "not found") { method = "average"; } @@ -210,13 +207,7 @@ MGClusterCommand::MGClusterCommand(string option) { minWanted = m->isTrue(temp); temp = validParameter.validFile(parameters, "merge", false); if (temp == "not found") { temp = "true"; } - merge = m->isTrue(temp); - - temp = validParameter.validFile(parameters, "hcluster", false); if (temp == "not found") { temp = "false"; } - hclusterWanted = m->isTrue(temp); - - temp = validParameter.validFile(parameters, "hard", false); if (temp == "not found") { temp = "T"; } - hard = m->isTrue(temp); + merge = m->isTrue(temp); temp = validParameter.validFile(parameters, "adjust", false); if (temp == "not found") { if (cutoffSet) { temp = "F"; }else { temp="T"; } } if (m->isNumeric1(temp)) { m->mothurConvert(temp, adjust); } @@ -257,7 +248,7 @@ int MGClusterCommand::execute(){ //read blastfile - creates sparsematrices for the distances and overlaps as well as a listvector //must remember to delete those objects here since readBlast does not - read = new ReadBlast(blastfile, cutoff, penalty, length, minWanted, hclusterWanted); + read = new ReadBlast(blastfile, cutoff, penalty, length, minWanted); read->read(nameMap); list = new ListVector(nameMap->getListVector()); @@ -309,253 +300,108 @@ int MGClusterCommand::execute(){ double saveCutoff = cutoff; - if (!hclusterWanted) { - //get distmatrix and overlap - SparseDistanceMatrix* distMatrix = read->getDistMatrix(); - overlapMatrix = read->getOverlapMatrix(); //already sorted by read - delete read; - - //create cluster - if (method == "furthest") { cluster = new CompleteLinkage(rabund, list, distMatrix, cutoff, method, adjust); } - else if(method == "nearest"){ cluster = new SingleLinkage(rabund, list, distMatrix, cutoff, method, adjust); } - else if(method == "average"){ cluster = new AverageLinkage(rabund, list, distMatrix, cutoff, method, adjust); } - cluster->setMapWanted(true); - Seq2Bin = cluster->getSeqtoBin(); - oldSeq2Bin = Seq2Bin; - - if (m->control_pressed) { - delete nameMap; delete distMatrix; delete list; delete rabund; delete cluster; - listFile.close(); if (countfile == "") { rabundFile.close(); sabundFile.close(); m->mothurRemove((fileroot+ tag + ".rabund")); m->mothurRemove((fileroot+ tag + ".sabund")); } m->mothurRemove((fileroot+ tag + ".list")); - outputTypes.clear(); - return 0; - } + + //get distmatrix and overlap + SparseDistanceMatrix* distMatrix = read->getDistMatrix(); + overlapMatrix = read->getOverlapMatrix(); //already sorted by read + delete read; + + //create cluster + if (method == "furthest") { cluster = new CompleteLinkage(rabund, list, distMatrix, cutoff, method, adjust); } + else if(method == "nearest"){ cluster = new SingleLinkage(rabund, list, distMatrix, cutoff, method, adjust); } + else if(method == "average"){ cluster = new AverageLinkage(rabund, list, distMatrix, cutoff, method, adjust); } + cluster->setMapWanted(true); + Seq2Bin = cluster->getSeqtoBin(); + oldSeq2Bin = Seq2Bin; + + if (m->control_pressed) { + delete nameMap; delete distMatrix; delete list; delete rabund; delete cluster; + listFile.close(); if (countfile == "") { rabundFile.close(); sabundFile.close(); m->mothurRemove((fileroot+ tag + ".rabund")); m->mothurRemove((fileroot+ tag + ".sabund")); } m->mothurRemove((fileroot+ tag + ".list")); + outputTypes.clear(); + return 0; + } + + + //cluster using cluster classes + while (distMatrix->getSmallDist() < cutoff && distMatrix->getNNodes() > 0){ + if (m->debug) { cout << "numNodes=" << distMatrix->getNNodes() << " smallDist = " << distMatrix->getSmallDist() << endl; } - //cluster using cluster classes - while (distMatrix->getSmallDist() < cutoff && distMatrix->getNNodes() > 0){ - - if (m->debug) { cout << "numNodes=" << distMatrix->getNNodes() << " smallDist = " << distMatrix->getSmallDist() << endl; } + cluster->update(cutoff); + + if (m->control_pressed) { + delete nameMap; delete distMatrix; delete list; delete rabund; delete cluster; + listFile.close(); if (countfile == "") { rabundFile.close(); sabundFile.close(); m->mothurRemove((fileroot+ tag + ".rabund")); m->mothurRemove((fileroot+ tag + ".sabund")); } m->mothurRemove((fileroot+ tag + ".list")); + outputTypes.clear(); + return 0; + } + + float dist = distMatrix->getSmallDist(); + float rndDist = m->ceilDist(dist, precision); + + if(previousDist <= 0.0000 && dist != previousDist){ + oldList.setLabel("unique"); + printData(&oldList, counts); + } + else if(rndDist != rndPreviousDist){ + if (merge) { + ListVector* temp = mergeOPFs(oldSeq2Bin, rndPreviousDist); + + if (m->control_pressed) { + delete nameMap; delete distMatrix; delete list; delete rabund; delete cluster; delete temp; + listFile.close(); if (countfile == "") { rabundFile.close(); sabundFile.close(); m->mothurRemove((fileroot+ tag + ".rabund")); m->mothurRemove((fileroot+ tag + ".sabund")); } m->mothurRemove((fileroot+ tag + ".list")); + outputTypes.clear(); + return 0; + } + + temp->setLabel(toString(rndPreviousDist, precisionLength-1)); + printData(temp, counts); + delete temp; + }else{ + oldList.setLabel(toString(rndPreviousDist, precisionLength-1)); + printData(&oldList, counts); + } + } + + previousDist = dist; + rndPreviousDist = rndDist; + oldList = *list; + Seq2Bin = cluster->getSeqtoBin(); + oldSeq2Bin = Seq2Bin; + } + + if(previousDist <= 0.0000){ + oldList.setLabel("unique"); + printData(&oldList, counts); + } + else if(rndPreviousDistupdate(cutoff); - - if (m->control_pressed) { - delete nameMap; delete distMatrix; delete list; delete rabund; delete cluster; - listFile.close(); if (countfile == "") { rabundFile.close(); sabundFile.close(); m->mothurRemove((fileroot+ tag + ".rabund")); m->mothurRemove((fileroot+ tag + ".sabund")); } m->mothurRemove((fileroot+ tag + ".list")); - outputTypes.clear(); - return 0; - } - - float dist = distMatrix->getSmallDist(); - float rndDist; - if (hard) { - rndDist = m->ceilDist(dist, precision); - }else{ - rndDist = m->roundDist(dist, precision); - } - - if(previousDist <= 0.0000 && dist != previousDist){ - oldList.setLabel("unique"); - printData(&oldList, counts); - } - else if(rndDist != rndPreviousDist){ - if (merge) { - ListVector* temp = mergeOPFs(oldSeq2Bin, rndPreviousDist); - - if (m->control_pressed) { - delete nameMap; delete distMatrix; delete list; delete rabund; delete cluster; delete temp; - listFile.close(); if (countfile == "") { rabundFile.close(); sabundFile.close(); m->mothurRemove((fileroot+ tag + ".rabund")); m->mothurRemove((fileroot+ tag + ".sabund")); } m->mothurRemove((fileroot+ tag + ".list")); - outputTypes.clear(); - return 0; - } - - temp->setLabel(toString(rndPreviousDist, precisionLength-1)); - printData(temp, counts); - delete temp; - }else{ - oldList.setLabel(toString(rndPreviousDist, precisionLength-1)); - printData(&oldList, counts); - } - } - - previousDist = dist; - rndPreviousDist = rndDist; - oldList = *list; - Seq2Bin = cluster->getSeqtoBin(); - oldSeq2Bin = Seq2Bin; - } - - if(previousDist <= 0.0000){ - oldList.setLabel("unique"); - printData(&oldList, counts); - } - else if(rndPreviousDistcontrol_pressed) { - delete nameMap; delete distMatrix; delete list; delete rabund; delete cluster; delete temp; - listFile.close(); if (countfile == "") { rabundFile.close(); sabundFile.close(); m->mothurRemove((fileroot+ tag + ".rabund")); m->mothurRemove((fileroot+ tag + ".sabund")); } m->mothurRemove((fileroot+ tag + ".list")); - outputTypes.clear(); - return 0; - } - - temp->setLabel(toString(rndPreviousDist, precisionLength-1)); - printData(temp, counts); - delete temp; - }else{ - oldList.setLabel(toString(rndPreviousDist, precisionLength-1)); - printData(&oldList, counts); - } - } - - //free memory - overlapMatrix.clear(); - delete distMatrix; - delete cluster; - - }else { //use hcluster to cluster - //get distmatrix and overlap - overlapFile = read->getOverlapFile(); - distFile = read->getDistFile(); - delete read; - - //sort the distance and overlap files - sortHclusterFiles(distFile, overlapFile); - - if (m->control_pressed) { - delete nameMap; delete list; delete rabund; - listFile.close(); if (countfile == "") { rabundFile.close(); sabundFile.close(); m->mothurRemove((fileroot+ tag + ".rabund")); m->mothurRemove((fileroot+ tag + ".sabund")); } m->mothurRemove((fileroot+ tag + ".list")); - outputTypes.clear(); - return 0; - } - - //create cluster - hcluster = new HCluster(rabund, list, method, distFile, nameMap, cutoff); - hcluster->setMapWanted(true); - Seq2Bin = cluster->getSeqtoBin(); - oldSeq2Bin = Seq2Bin; - - vector seqs; seqs.resize(1); // to start loop - //ifstream inHcluster; - //m->openInputFile(distFile, inHcluster); - - if (m->control_pressed) { - delete nameMap; delete list; delete rabund; delete hcluster; - listFile.close(); if (countfile == "") { rabundFile.close(); sabundFile.close(); m->mothurRemove((fileroot+ tag + ".rabund")); m->mothurRemove((fileroot+ tag + ".sabund")); } m->mothurRemove((fileroot+ tag + ".list")); - outputTypes.clear(); - return 0; - } - - while (seqs.size() != 0){ - - seqs = hcluster->getSeqs(); - - //to account for cutoff change in average neighbor - if (seqs.size() != 0) { - if (seqs[0].dist > cutoff) { break; } - } - - if (m->control_pressed) { - delete nameMap; delete list; delete rabund; delete hcluster; - listFile.close(); if (countfile == "") { rabundFile.close(); sabundFile.close(); m->mothurRemove((fileroot+ tag + ".rabund")); m->mothurRemove((fileroot+ tag + ".sabund")); } m->mothurRemove((fileroot+ tag + ".list")); - m->mothurRemove(distFile); - m->mothurRemove(overlapFile); - outputTypes.clear(); - return 0; - } - - for (int i = 0; i < seqs.size(); i++) { //-1 means skip me - - if (seqs[i].seq1 != seqs[i].seq2) { - - cutoff = hcluster->update(seqs[i].seq1, seqs[i].seq2, seqs[i].dist); - - if (m->control_pressed) { - delete nameMap; delete list; delete rabund; delete hcluster; - listFile.close(); if (countfile == "") { rabundFile.close(); sabundFile.close(); m->mothurRemove((fileroot+ tag + ".rabund")); m->mothurRemove((fileroot+ tag + ".sabund")); } m->mothurRemove((fileroot+ tag + ".list")); - m->mothurRemove(distFile); - m->mothurRemove(overlapFile); - outputTypes.clear(); - return 0; - } - - float rndDist; - if (hard) { - rndDist = m->ceilDist(seqs[i].dist, precision); - }else{ - rndDist = m->roundDist(seqs[i].dist, precision); - } - - if((previousDist <= 0.0000) && (seqs[i].dist != previousDist)){ - oldList.setLabel("unique"); - printData(&oldList, counts); - } - else if((rndDist != rndPreviousDist)){ - if (merge) { - ListVector* temp = mergeOPFs(oldSeq2Bin, rndPreviousDist); - - if (m->control_pressed) { - delete nameMap; delete list; delete rabund; delete hcluster; delete temp; - listFile.close(); if (countfile == "") { rabundFile.close(); sabundFile.close(); m->mothurRemove((fileroot+ tag + ".rabund")); m->mothurRemove((fileroot+ tag + ".sabund")); } m->mothurRemove((fileroot+ tag + ".list")); - m->mothurRemove(distFile); - m->mothurRemove(overlapFile); - outputTypes.clear(); - return 0; - } - - temp->setLabel(toString(rndPreviousDist, precisionLength-1)); - printData(temp, counts); - delete temp; - }else{ - oldList.setLabel(toString(rndPreviousDist, precisionLength-1)); - printData(&oldList, counts); - } - } - - previousDist = seqs[i].dist; - rndPreviousDist = rndDist; - oldList = *list; - Seq2Bin = cluster->getSeqtoBin(); - oldSeq2Bin = Seq2Bin; - } - } - } - //inHcluster.close(); - - if(previousDist <= 0.0000){ - oldList.setLabel("unique"); - printData(&oldList, counts); - } - else if(rndPreviousDistcontrol_pressed) { - delete nameMap; delete list; delete rabund; delete hcluster; delete temp; - listFile.close(); if (countfile == "") { rabundFile.close(); sabundFile.close(); m->mothurRemove((fileroot+ tag + ".rabund")); m->mothurRemove((fileroot+ tag + ".sabund")); } m->mothurRemove((fileroot+ tag + ".list")); - m->mothurRemove(distFile); - m->mothurRemove(overlapFile); - outputTypes.clear(); - return 0; - } - - temp->setLabel(toString(rndPreviousDist, precisionLength-1)); - printData(temp, counts); - delete temp; - }else{ - oldList.setLabel(toString(rndPreviousDist, precisionLength-1)); - printData(&oldList, counts); - } - } - - delete hcluster; - m->mothurRemove(distFile); - m->mothurRemove(overlapFile); - } - - delete list; + if (m->control_pressed) { + delete nameMap; delete distMatrix; delete list; delete rabund; delete cluster; delete temp; + listFile.close(); if (countfile == "") { rabundFile.close(); sabundFile.close(); m->mothurRemove((fileroot+ tag + ".rabund")); m->mothurRemove((fileroot+ tag + ".sabund")); } m->mothurRemove((fileroot+ tag + ".list")); + outputTypes.clear(); + return 0; + } + + temp->setLabel(toString(rndPreviousDist, precisionLength-1)); + printData(temp, counts); + delete temp; + }else{ + oldList.setLabel(toString(rndPreviousDist, precisionLength-1)); + printData(&oldList, counts); + } + } + + //free memory + overlapMatrix.clear(); + delete distMatrix; + delete cluster; + delete list; delete rabund; listFile.close(); + if (countfile == "") { sabundFile.close(); rabundFile.close(); @@ -577,9 +423,7 @@ int MGClusterCommand::execute(){ m->mothurOutEndLine(); if (saveCutoff != cutoff) { - if (hard) { saveCutoff = m->ceilDist(saveCutoff, precision); } - else { saveCutoff = m->roundDist(saveCutoff, precision); } - + saveCutoff = m->ceilDist(saveCutoff, precision); m->mothurOut("changed cutoff to " + toString(cutoff)); m->mothurOutEndLine(); } @@ -617,7 +461,7 @@ void MGClusterCommand::printData(ListVector* mergedList, map& count try { if (countfile != "") { mergedList->print(listFile, counts); - }else { mergedList->print(listFile); } + }else { mergedList->print(listFile, true); } SAbundVector sabund = mergedList->getSAbundVector(); diff --git a/source/commands/mgclustercommand.h b/source/commands/mgclustercommand.h index 878892ce..55ad90a9 100644 --- a/source/commands/mgclustercommand.h +++ b/source/commands/mgclustercommand.h @@ -14,7 +14,6 @@ #include "readblast.h" #include "nameassignment.hpp" #include "cluster.hpp" -#include "hcluster.h" #include "rabundvector.hpp" #include "sabundvector.hpp" #include "counttable.h" @@ -45,7 +44,6 @@ class MGClusterCommand : public Command { ReadBlast* read; NameAssignment* nameMap; Cluster* cluster; - HCluster* hcluster; ListVector* list; CountTable* ct; ListVector oldList; @@ -58,7 +56,7 @@ class MGClusterCommand : public Command { double cutoff; float penalty, adjust; int precision, length, precisionLength; - bool abort, minWanted, hclusterWanted, merge, hard, cutoffSet; + bool abort, minWanted, hclusterWanted, merge, cutoffSet; void printData(ListVector*, map&); ListVector* mergeOPFs(map, float); diff --git a/source/commands/nmdscommand.cpp b/source/commands/nmdscommand.cpp index c57cfe54..f8433bdc 100644 --- a/source/commands/nmdscommand.cpp +++ b/source/commands/nmdscommand.cpp @@ -388,10 +388,10 @@ vector< vector > NMDSCommand::generateStartingConfiguration(int numNames if (m->control_pressed) { return axes; } //generate random int between 0 and 99999 - int myrand = (int)((float)(rand()) / ((RAND_MAX / 99998) + 1)); - + int myrand = m->getRandomIndex(99999); + //generate random sign - int mysign = (int)((float)(rand()) / ((RAND_MAX / 99998) + 1)); + int mysign = m->getRandomIndex(99999); //if mysign is even then sign = positive, else sign = negative if ((mysign % 2) == 0) { mysign = 1.0; } diff --git a/source/commands/parsefastaqcommand.cpp b/source/commands/parsefastaqcommand.cpp index d4c75d96..6a9612a9 100644 --- a/source/commands/parsefastaqcommand.cpp +++ b/source/commands/parsefastaqcommand.cpp @@ -55,7 +55,7 @@ string ParseFastaQCommand::getHelpString(){ helpString += "The ldiffs parameter is used to specify the number of differences allowed in the linker. The default is 0.\n"; helpString += "The sdiffs parameter is used to specify the number of differences allowed in the spacer. The default is 0.\n"; helpString += "The checkorient parameter will check look for the reverse compliment of the barcode or primer in the sequence. If found the sequence is flipped. The default is false.\n"; - helpString += "The format parameter is used to indicate whether your sequences are sanger, solexa, illumina1.8+ or illumina, default=sanger.\n"; + helpString += "The format parameter is used to indicate whether your sequences are sanger, solexa, illumina1.8+ or illumina, default=illumina1.8+.\n"; helpString += "The fasta parameter allows you to indicate whether you want a fasta file generated. Default=T.\n"; helpString += "The qfile parameter allows you to indicate whether you want a quality file generated. Default=T.\n"; helpString += "The pacbio parameter allows you to indicate .... When set to true, quality scores of 0 will results in a corresponding base of N. Default=F.\n"; @@ -224,7 +224,7 @@ ParseFastaQCommand::ParseFastaQCommand(string option){ if(tdiffs == 0){ tdiffs = bdiffs + pdiffs + ldiffs + sdiffs; } - format = validParameter.validFile(parameters, "format", false); if (format == "not found"){ format = "sanger"; } + format = validParameter.validFile(parameters, "format", false); if (format == "not found"){ format = "illumina1.8+"; } if ((format != "sanger") && (format != "illumina") && (format != "illumina1.8+") && (format != "solexa")) { m->mothurOut(format + " is not a valid format. Your format choices are sanger, solexa, illumina1.8+ and illumina, aborting." ); m->mothurOutEndLine(); @@ -472,6 +472,8 @@ int ParseFastaQCommand::processFile(vector files, TrimOligos*& trimOligo for (int i = 0; i < rqual.size(); i++) { if (rqual[i] == 0){ rseq[i] = 'N'; } } thisrRead.setSeq(rseq); } + FastqRead copyForward = thisfRead; + FastqRead copyReverse = thisrRead; //print sequence info to files if (fasta) { @@ -519,12 +521,12 @@ int ParseFastaQCommand::processFile(vector files, TrimOligos*& trimOligo if(trashCodeLength == 0){ ofstream out; m->openOutputFileAppend(fastqFileNames[barcodeIndex][primerIndex], out); - thisfRead.printFastq(out); + copyForward.printFastq(out); out.close(); ofstream out2; m->openOutputFileAppend(rfastqFileNames[barcodeIndex][primerIndex], out2); - thisrRead.printFastq(out2); + copyReverse.printFastq(out2); out2.close(); //print no match fasta, if wanted @@ -555,11 +557,11 @@ int ParseFastaQCommand::processFile(vector files, TrimOligos*& trimOligo //print no match fastq ofstream out, out2; m->openOutputFileAppend(ffqnoMatchFile, out); - thisfRead.printFastq(out); + copyForward.printFastq(out); out.close(); m->openOutputFileAppend(rfqnoMatchFile, out2); - thisrRead.printFastq(out2); + copyReverse.printFastq(out2); out2.close(); //print no match fasta, if wanted @@ -655,6 +657,8 @@ int ParseFastaQCommand::processFile(string inputfile, TrimOligos*& trimOligos, T thisRead.setSeq(seq); } + FastqRead copy = thisRead; + //print sequence info to files if (fasta) { thisRead.getSequence().printSequence(outFasta); } @@ -676,7 +680,7 @@ int ParseFastaQCommand::processFile(string inputfile, TrimOligos*& trimOligos, T //print fastq to barcode and primer match ofstream out; m->openOutputFileAppend(fastqFileNames[barcodeIndex][primerIndex], out); - thisRead.printFastq(out); + copy.printFastq(out); out.close(); //print fasta match if wanted @@ -698,7 +702,7 @@ int ParseFastaQCommand::processFile(string inputfile, TrimOligos*& trimOligos, T //print no match fastq ofstream out; m->openOutputFileAppend(ffqnoMatchFile, out); - thisRead.printFastq(out); + copy.printFastq(out); out.close(); //print no match fasta, if wanted @@ -1014,6 +1018,7 @@ vector< vector > ParseFastaQCommand::readFile(){ if (oligosfile != "") { m->mothurOut("[ERROR]: You cannot have an oligosfile and 3 column file option at the same time. Aborting. \n"); m->control_pressed = true; } if (groupfile != "") { m->mothurOut("[ERROR]: You cannot have an groupfile and 3 column file option at the same time. Aborting. \n"); m->control_pressed = true; } group = pieces[0]; + m->checkGroupName(group); forward = pieces[1]; reverse = pieces[2]; findex = ""; diff --git a/source/commands/parselistscommand.cpp b/source/commands/parselistscommand.cpp index cbd50099..66596923 100644 --- a/source/commands/parselistscommand.cpp +++ b/source/commands/parselistscommand.cpp @@ -324,14 +324,7 @@ int ParseListCommand::execute(){ /**********************************************************************************************************************/ int ParseListCommand::parse(ListVector* thisList) { try { - map files; - map::iterator it3; - - //set fileroot - map variables; - variables["[filename]"] = outputDir + m->getRootName(m->getSimpleName(listfile)); - variables["[distance]"] = thisList->getLabel(); - + //fill filehandles with neccessary ofstreams vector gGroups; if (groupfile != "") { gGroups = groupMap->getNamesOfGroups(); } @@ -342,11 +335,18 @@ int ParseListCommand::parse(ListVector* thisList) { map::iterator itGroup; map groupNumBins; + map files; + + //set fileroot + map variables; + variables["[filename]"] = outputDir + m->getRootName(m->getSimpleName(listfile)); + variables["[distance]"] = thisList->getLabel(); + for (int i=0; iopenOutputFile(filename, temp); + m->openOutputFile(filename, temp); temp.close(); files[gGroups[i]] = filename; outputNames.push_back(filename); outputTypes["list"].push_back(filename); groupNumBins[gGroups[i]] = 0; @@ -404,9 +404,10 @@ int ParseListCommand::parse(ListVector* thisList) { } //end list vector - for (it3 = files.begin(); it3 != files.end(); it3++) { + for (map::iterator it3 = files.begin(); it3 != files.end(); it3++) { ofstream out; - m->openOutputFileAppend(files[it3->second], out); + string filename = it3->second; + m->openOutputFileAppend(filename, out); out << groupLabels[it3->first] << endl; out << thisList->getLabel() << '\t' << groupNumBins[it3->first] << groupVector[it3->first] << endl; // label numBins listvector for that group out.close(); diff --git a/source/commands/pcrseqscommand.cpp b/source/commands/pcrseqscommand.cpp index 83bf2b0a..d6eba86d 100644 --- a/source/commands/pcrseqscommand.cpp +++ b/source/commands/pcrseqscommand.cpp @@ -22,7 +22,7 @@ vector PcrSeqsCommand::setParameters(){ CommandParameter pend("end", "Number", "", "-1", "", "", "","",false,false); parameters.push_back(pend); CommandParameter pnomatch("nomatch", "Multiple", "reject-keep", "reject", "", "", "","",false,false); parameters.push_back(pnomatch); CommandParameter ppdiffs("pdiffs", "Number", "", "0", "", "", "","",false,false,true); parameters.push_back(ppdiffs); - + CommandParameter prdiffs("rdiffs", "Number", "", "0", "", "", "","",false,false,true); parameters.push_back(prdiffs); CommandParameter pprocessors("processors", "Number", "", "1", "", "", "","",false,false,true); parameters.push_back(pprocessors); CommandParameter pkeepprimer("keepprimer", "Boolean", "", "F", "", "", "","",false,false); parameters.push_back(pkeepprimer); CommandParameter pkeepdots("keepdots", "Boolean", "", "T", "", "", "","",false,false); parameters.push_back(pkeepdots); @@ -44,7 +44,7 @@ string PcrSeqsCommand::getHelpString(){ try { string helpString = ""; helpString += "The pcr.seqs command reads a fasta file.\n"; - helpString += "The pcr.seqs command parameters are fasta, oligos, name, group, count, taxonomy, ecoli, start, end, nomatch, pdiffs, processors, keepprimer and keepdots.\n"; + helpString += "The pcr.seqs command parameters are fasta, oligos, name, group, count, taxonomy, ecoli, start, end, nomatch, pdiffs, rdiffs, processors, keepprimer and keepdots.\n"; helpString += "The ecoli parameter is used to provide a fasta file containing a single reference sequence (e.g. for e. coli) this must be aligned. Mothur will trim to the start and end positions of the reference sequence.\n"; helpString += "The start parameter allows you to provide a starting position to trim to.\n"; helpString += "The end parameter allows you to provide a ending position to trim from.\n"; @@ -52,7 +52,8 @@ string PcrSeqsCommand::getHelpString(){ helpString += "The processors parameter allows you to use multiple processors.\n"; helpString += "The keepprimer parameter allows you to keep the primer, default=false.\n"; helpString += "The keepdots parameter allows you to keep the leading and trailing .'s, default=true.\n"; - helpString += "The pdiffs parameter is used to specify the number of differences allowed in the primer. The default is 0.\n"; + helpString += "The pdiffs parameter is used to specify the number of differences allowed in the forward primer. The default is 0.\n"; + helpString += "The rdiffs parameter is used to specify the number of differences allowed in the reverse primer. The default is 0.\n"; helpString += "Note: No spaces between parameter labels (i.e. fasta), '=' and parameters (i.e.yourFasta).\n"; helpString += "For more details please check out the wiki http://www.mothur.org/wiki/Pcr.seqs .\n"; return helpString; @@ -269,6 +270,9 @@ PcrSeqsCommand::PcrSeqsCommand(string option) { temp = validParameter.validFile(parameters, "pdiffs", false); if (temp == "not found") { temp = "0"; } m->mothurConvert(temp, pdiffs); + + temp = validParameter.validFile(parameters, "rdiffs", false); if (temp == "not found") { temp = "0"; } + m->mothurConvert(temp, rdiffs); nomatch = validParameter.validFile(parameters, "nomatch", false); if (nomatch == "not found") { nomatch = "reject"; } @@ -587,7 +591,7 @@ int PcrSeqsCommand::createProcesses(string filename, string goodFileName, string if (i!=0) {extension += toString(i) + ".temp"; processIDS.push_back(i); } // Allocate memory for thread data. - pcrData* tempPcr = new pcrData(filename, goodFileName+extension, badFileName+extension, locationsFile+extension, m, oligosfile, ecolifile, nomatch, keepprimer, keepdots, start, end, length, pdiffs, lines[i].start, lines[i].end); + pcrData* tempPcr = new pcrData(filename, goodFileName+extension, badFileName+extension, locationsFile+extension, m, oligosfile, ecolifile, nomatch, keepprimer, keepdots, start, end, length, pdiffs, rdiffs, lines[i].start, lines[i].end); pDataArray.push_back(tempPcr); //default security attributes, thread function name, argument to thread function, use default creation flags, returns the thread identifier @@ -714,7 +718,7 @@ int PcrSeqsCommand::driverPcr(string filename, string goodFasta, string badFasta revPrimer = oligos.getReversePrimers(); } - TrimOligos trim(pdiffs, 0, primers, barcodes, revPrimer); + TrimOligos trim(pdiffs, rdiffs, 0, primers, barcodes, revPrimer); while (!done) { @@ -792,9 +796,9 @@ int PcrSeqsCommand::driverPcr(string filename, string goodFasta, string badFasta int primerStart = 0; int primerEnd = 0; vector results = trim.findReverse(currSeq, primerStart, primerEnd); bool good = true; - if (results[0] > pdiffs) { good = false; } + if (results[0] > rdiffs) { good = false; } totalDiffs += results[0]; - commentString += "rpdiffs=" + toString(results[0]) + "(" + trim.getCodeValue(results[1], pdiffs) + ") "; + commentString += "rpdiffs=" + toString(results[0]) + "(" + trim.getCodeValue(results[1], rdiffs) + ") "; if(!good){ if (nomatch == "reject") { goodSeq = false; } trashCode += "r"; } else{ @@ -875,10 +879,10 @@ int PcrSeqsCommand::driverPcr(string filename, string goodFasta, string badFasta currSeq.setComment("\t" + commentString + "\t" + seqComment); } - if (totalDiffs > pdiffs) { trashCode += "t"; goodSeq = false; } + if (totalDiffs > (pdiffs + rdiffs)) { trashCode += "t"; goodSeq = false; } //trimming removed all bases - // if (currSeq.getUnaligned() == "") { goodSeq = false; } + if (currSeq.getUnaligned() == "") { goodSeq = false; } if(goodSeq == 1) { currSeq.printSequence(goodFile); @@ -1157,16 +1161,14 @@ int PcrSeqsCommand::readGroup(set names){ while(!in.eof()){ if (m->control_pressed) { in.close(); out.close(); m->mothurRemove(outputFileName); return 0; } - in >> name; //read from first column - in >> group; //read from second column + in >> name; m->gobble(in); //read from first column + in >> group; m->gobble(in); //read from second column //if this name is in the accnos file if (names.count(name) == 0) { wroteSomething = true; out << name << '\t' << group << endl; }else { removedCount++; } - - m->gobble(in); } in.close(); out.close(); @@ -1207,8 +1209,8 @@ int PcrSeqsCommand::readTax(set names){ while(!in.eof()){ if (m->control_pressed) { in.close(); out.close(); m->mothurRemove(outputFileName); return 0; } - in >> name; //read from first column - in >> tax; //read from second column + in >> name; m->gobble(in); + tax = m->getline(in); m->gobble(in); //if this name is in the accnos file if (names.count(name) == 0) { @@ -1216,8 +1218,7 @@ int PcrSeqsCommand::readTax(set names){ out << name << '\t' << tax << endl; }else { removedCount++; } - m->gobble(in); - } + } in.close(); out.close(); diff --git a/source/commands/pcrseqscommand.h b/source/commands/pcrseqscommand.h index 44fe0762..4258b363 100644 --- a/source/commands/pcrseqscommand.h +++ b/source/commands/pcrseqscommand.h @@ -40,7 +40,7 @@ class PcrSeqsCommand : public Command { vector lines; bool abort, keepprimer, keepdots, fileAligned, pairedOligos; string fastafile, oligosfile, taxfile, groupfile, namefile, countfile, ecolifile, outputDir, nomatch; - int start, end, processors, length, pdiffs, numFPrimers, numRPrimers; + int start, end, processors, length, pdiffs, rdiffs, numFPrimers, numRPrimers; Oligos oligos; vector outputNames; @@ -68,13 +68,13 @@ struct pcrData { string goodFasta, badFasta, oligosfile, ecolifile, nomatch, locationsName; unsigned long long fstart; unsigned long long fend; - int count, start, end, length, pdiffs, pstart, pend; + int count, start, end, length, pdiffs, pstart, pend, rdiffs; MothurOut* m; set badSeqNames; bool keepprimer, keepdots, fileAligned, adjustNeeded; pcrData(){} - pcrData(string f, string gf, string bfn, string loc, MothurOut* mout, string ol, string ec, string nm, bool kp, bool kd, int st, int en, int l, int pd, unsigned long long fst, unsigned long long fen) { + pcrData(string f, string gf, string bfn, string loc, MothurOut* mout, string ol, string ec, string nm, bool kp, bool kd, int st, int en, int l, int pd, int rd, unsigned long long fst, unsigned long long fen) { filename = f; goodFasta = gf; badFasta = bfn; @@ -90,6 +90,7 @@ struct pcrData { fstart = fst; fend = fen; pdiffs = pd; + rdiffs = rd; locationsName = loc; count = 0; fileAligned = true; @@ -152,7 +153,7 @@ static DWORD WINAPI MyPcrThreadFunction(LPVOID lpParam){ numFPrimers = primers.size(); } - TrimOligos trim(pDataArray->pdiffs, 0, primers, barcodes, revPrimer); + TrimOligos trim(pDataArray->pdiffs, pDataArray->rdiffs, 0, primers, barcodes, revPrimer); for(int i = 0; i < pDataArray->fend; i++){ //end is the number of sequences to process pDataArray->count++; @@ -243,9 +244,9 @@ static DWORD WINAPI MyPcrThreadFunction(LPVOID lpParam){ int primerStart = 0; int primerEnd = 0; vector results = trim.findReverse(currSeq, primerStart, primerEnd); bool good = true; - if (results[0] > pDataArray->pdiffs) { good = false; } + if (results[0] > pDataArray->rdiffs) { good = false; } totalDiffs += results[0]; - commentString += "rpdiffs=" + toString(results[0]) + "(" + trim.getCodeValue(results[1], pDataArray->pdiffs) + ") "; + commentString += "rpdiffs=" + toString(results[0]) + "(" + trim.getCodeValue(results[1], pDataArray->rdiffs) + ") "; if(!good){ if (pDataArray->nomatch == "reject") { goodSeq = false; } trashCode += "r"; } else{ @@ -324,7 +325,7 @@ static DWORD WINAPI MyPcrThreadFunction(LPVOID lpParam){ currSeq.setComment("\t" + commentString + "\t" + seqComment); } - if (totalDiffs > pDataArray->pdiffs) { trashCode += "t"; goodSeq = false; } + if (totalDiffs > (pDataArray->pdiffs + pDataArray->rdiffs)) { trashCode += "t"; goodSeq = false; } //trimming removed all bases if (currSeq.getUnaligned() == "") { goodSeq = false; } diff --git a/source/commands/phylodiversitycommand.cpp b/source/commands/phylodiversitycommand.cpp index e7dca03a..d2468b86 100644 --- a/source/commands/phylodiversitycommand.cpp +++ b/source/commands/phylodiversitycommand.cpp @@ -600,7 +600,7 @@ int PhyloDiversityCommand::driver(Tree* t, map< string, vector >& div, ma for (int l = 0; l < numIters; l++) { - random_shuffle(randomLeaf.begin(), randomLeaf.end()); + m->mothurRandomShuffle(randomLeaf); //initialize counts map counts; diff --git a/source/commands/phylodiversitycommand.h b/source/commands/phylodiversitycommand.h index e78ea4d2..1585042e 100644 --- a/source/commands/phylodiversitycommand.h +++ b/source/commands/phylodiversitycommand.h @@ -95,7 +95,7 @@ static DWORD WINAPI MyPhyloDivThreadFunction(LPVOID lpParam){ vector mGroups = pDataArray->m->getGroups(); for (int l = 0; l < pDataArray->numIters; l++) { - random_shuffle(pDataArray->randomLeaf.begin(), pDataArray->randomLeaf.end()); + pDataArray->m->mothurRandomShuffle(pDataArray->randomLeaf); //initialize counts map counts; diff --git a/source/commands/phylotypecommand.cpp b/source/commands/phylotypecommand.cpp index 4ffcc42c..7666b9cd 100644 --- a/source/commands/phylotypecommand.cpp +++ b/source/commands/phylotypecommand.cpp @@ -161,7 +161,7 @@ PhylotypeCommand::PhylotypeCommand(string option) { namefile = validParameter.validFile(parameters, "name", true); if (namefile == "not open") { namefile = ""; abort = true; } else if (namefile == "not found") { namefile = ""; } - else { readNamesFile(); m->setNameFile(namefile); } + else { m->readNames(namefile, namemap); m->setNameFile(namefile); } countfile = validParameter.validFile(parameters, "count", true); if (countfile == "not open") { abort = true; countfile = ""; } @@ -384,32 +384,4 @@ int PhylotypeCommand::execute(){ exit(1); } } -/*****************************************************************/ -int PhylotypeCommand::readNamesFile() { - try { - - ifstream in; - m->openInputFile(namefile, in); - - string first, second; - map::iterator itNames; - - while(!in.eof()) { - in >> first >> second; m->gobble(in); - - itNames = namemap.find(first); - if (itNames == namemap.end()) { - namemap[first] = second; - }else { m->mothurOut(first + " has already been seen in namefile, disregarding names file."); m->mothurOutEndLine(); in.close(); namemap.clear(); namefile = ""; return 1; } - } - in.close(); - - return 0; - } - catch(exception& e) { - m->errorOut(e, "PhylotypeCommand", "readNamesFile"); - exit(1); - } -} - /**********************************************************************************************************************/ diff --git a/source/commands/phylotypecommand.h b/source/commands/phylotypecommand.h index ef8b8f17..0d4e0883 100644 --- a/source/commands/phylotypecommand.h +++ b/source/commands/phylotypecommand.h @@ -47,8 +47,6 @@ class PhylotypeCommand : public Command { map parentNodes; map::iterator itCurrent; - int readNamesFile(); - }; diff --git a/source/commands/pipelinepdscommand.cpp b/source/commands/pipelinepdscommand.cpp deleted file mode 100644 index ec704007..00000000 --- a/source/commands/pipelinepdscommand.cpp +++ /dev/null @@ -1,790 +0,0 @@ -/* - * pipelinepdscommand.cpp - * Mothur - * - * Created by westcott on 10/5/10. - * Copyright 2010 Schloss Lab. All rights reserved. - * - */ - -#include "pipelinepdscommand.h" -#include "sffinfocommand.h" -#include "commandoptionparser.hpp" - -//********************************************************************************************************************** -vector PipelineCommand::setParameters(){ - try { - CommandParameter psff("sff", "InputTypes", "", "", "none", "oneRequired", "pipe","",false,false,true); parameters.push_back(psff); - CommandParameter poligos("oligos", "InputTypes", "", "", "none", "oneRequired", "pipe","",false,false,true); parameters.push_back(poligos); - CommandParameter palign("align", "InputTypes", "", "", "none", "oneRequired", "pipe","",false,false,true); parameters.push_back(palign); - CommandParameter pchimera("chimera", "InputTypes", "", "", "none", "oneRequired", "pipe","",false,false,true); parameters.push_back(pchimera); - CommandParameter pclassify("classify", "InputTypes", "", "", "none", "oneRequired", "pipe","",false,false,true); parameters.push_back(pclassify); - CommandParameter ptaxonomy("taxonomy", "InputTypes", "", "", "none", "oneRequired", "pipe","",false,false,true); parameters.push_back(ptaxonomy); - CommandParameter ppipeline("pipeline", "InputTypes", "", "", "none", "oneRequired", "none","",false,false,true); parameters.push_back(ppipeline); - CommandParameter pprocessors("processors", "Number", "", "1", "", "", "","",false,false,true); parameters.push_back(pprocessors); - CommandParameter pseed("seed", "Number", "", "0", "", "", "","",false,false); parameters.push_back(pseed); - CommandParameter pinputdir("inputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(pinputdir); - CommandParameter poutputdir("outputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(poutputdir); - - vector myArray; - for (int i = 0; i < parameters.size(); i++) { myArray.push_back(parameters[i].name); } - return myArray; - } - catch(exception& e) { - m->errorOut(e, "PipelineCommand", "setParameters"); - exit(1); - } -} -//********************************************************************************************************************** -string PipelineCommand::getHelpString(){ - try { - string helpString = ""; - helpString += "The pipeline.pds command is designed to guide you through your analysis using mothur.\n"; - helpString += "The pipeline.pds command parameters are pipeline, sff, oligos, align, chimera, classify, taxonomy and processors.\n"; - helpString += "The sff parameter allows you to enter your sff file. It is required, if not using pipeline parameter.\n"; - helpString += "The oligos parameter allows you to enter your oligos file. It is required, if not using pipeline parameter.\n"; - helpString += "The align parameter allows you to enter a template to use with the aligner. It is required, if not using pipeline parameter.\n"; - helpString += "The chimera parameter allows you to enter a template to use for chimera detection. It is required, if not using pipeline parameter.\n"; - helpString += "The classify parameter allows you to enter a template to use for classification. It is required, if not using pipeline parameter.\n"; - helpString += "The taxonomy parameter allows you to enter a taxonomy file for the classify template to use for classification. It is required, if not using pipeline parameter.\n"; - helpString += "The processors parameter allows you to specify the number of processors to use. The default is 1.\n"; - helpString += "The pipeline parameter allows you to enter your own pipeline file. This file should look like a mothur batchfile, but where you would be using a mothur generated file, you can use current instead.\n"; - helpString += "Example: trim.seqs(processors=8, allfiles=T, maxambig=0, maxhomop=8, flip=T, bdiffs=1, pdiffs=2, qwindowaverage=35, qwindowsize=50, fasta=may1.v13.fasta, oligos=may1.v13.oligos, qfile=may1.v13.qual)\n"; - helpString += "then, you could enter unique.seqs(fasta=current), and mothur would use the .trim.fasta file from the trim.seqs command. \n"; - helpString += "then you could enter align.seqs(candidate=current, template=silva.v13.align, processors=8). , and mothur would use the .trim.unique.fasta file from the unique.seqs command. \n"; - helpString += "If no pipeline file is given then mothur will use Pat's pipeline. \n"; - helpString += "Here is a list of the commands used in Pat's pipeline.\n"; - helpString += "All paralellized commands will use the processors you entered.\n"; - helpString += "The sffinfo command takes your sff file and extracts the fasta and quality files.\n"; - helpString += "The trim.seqs command uses your oligos file and the quality and fasta files generated by sffinfo.\n"; - helpString += "The trim.seqs command sets the following parameters: allfiles=T, maxambig=0, maxhomop=8, flip=T, bdiffs=1, pdiffs=2, qwindowaverage=35, qwindowsize=50.\n"; - helpString += "The unique.seqs command uses the trimmed fasta file and removes redundant sequences, don't worry the names file generated by unique.seqs will be used in the pipeline to make sure they are included.\n"; - helpString += "The align.seqs command aligns the unique sequences using the aligners default options. \n"; - helpString += "The screen.seqs command screens the sequences using optimize=end-minlength. \n"; - helpString += "The pipeline uses chimera.slayer to detect chimeras using the default options. \n"; - helpString += "The pipeline removes all sequences determined to be chimeric by chimera.slayer. \n"; - helpString += "The filter.seqs command filters the sequences using vertical=T, trump=. \n"; - helpString += "The unique.seqs command uses the filtered fasta file and name file to remove sequences that have become redundant after filtering.\n"; - helpString += "The pre.cluster command clusters sequences that have no more than 2 differences.\n"; - helpString += "The dist.seqs command is used to generate a column and phylip formatted distance matrix using cutoff=0.20 for column.\n"; - helpString += "The pipeline uses cluster with method=average, hard=T. \n"; - helpString += "The classify.seqs command is used to classify the sequences using the bayesian method with a cutoff of 80.\n"; - helpString += "The phylotype command is used to cluster the sequences based on their classification.\n"; - helpString += "The clearcut command is used to generate a tree using neighbor=T. \n"; - helpString += "The summary.single and summary.shared commands are run on the otu files from cluster and phylotype commands. \n"; - helpString += "The summary.shared command uses calc=sharednseqs-sharedsobs-sharedchao-sharedace-anderberg-jclass-jest-kulczynski-kulczynskicody-lennon-ochiai-sorclass-sorest-whittaker-braycurtis-jabund-morisitahorn-sorabund-thetan-thetayc. \n"; - helpString += "The summary.single command uses calc=nseqs-sobs-coverage-bergerparker-chao-ace-jack-bootstrap-boneh-efron-shen-solow-shannon-npshannon-invsimpson-qstat-simpsoneven-shannoneven-heip-smithwilson. \n"; - helpString += "The classify.otu command is used to get the concensus taxonomy for otu files from cluster and phylotype commands. \n"; - helpString += "The phylo.diversity command run on the tree generated by clearcut with rarefy=T, iters=100. \n"; - helpString += "The unifrac commands are also run on the tree generated by clearcut with random=F, distance=T. \n"; - helpString += "\n"; - return helpString; - } - catch(exception& e) { - m->errorOut(e, "PipelineCommand", "getHelpString"); - exit(1); - } -} - - -//********************************************************************************************************************** -PipelineCommand::PipelineCommand(string option) { - try { - cFactory = CommandFactory::getInstance(); - abort = false; calledHelp = false; - - //allow user to run help - if(option == "help") { help(); abort = true; calledHelp = true; } - else if(option == "citation") { citation(); abort = true; calledHelp = true;} - - else { - vector myArray = setParameters(); - - OptionParser parser(option); - map parameters = parser.getParameters(); - - ValidParameters validParameter; - map::iterator it; - - //check to make sure all parameters are valid for command - for (it = parameters.begin(); it != parameters.end(); it++) { - if (validParameter.isValidParameter(it->first, myArray, it->second) != true) { abort = true; } - } - - //if the user changes the input directory command factory will send this info to us in the output parameter - string inputDir = validParameter.validFile(parameters, "inputdir", false); - if (inputDir == "not found"){ inputDir = ""; } - else { - string path; - it = parameters.find("sff"); - //user has given a template file - if(it != parameters.end()){ - path = m->hasPath(it->second); - //if the user has not given a path then, add inputdir. else leave path alone. - if (path == "") { parameters["sff"] = inputDir + it->second; } - } - - it = parameters.find("oligos"); - //user has given a template file - if(it != parameters.end()){ - path = m->hasPath(it->second); - //if the user has not given a path then, add inputdir. else leave path alone. - if (path == "") { parameters["oligos"] = inputDir + it->second; } - } - - it = parameters.find("align"); - //user has given a template file - if(it != parameters.end()){ - path = m->hasPath(it->second); - //if the user has not given a path then, add inputdir. else leave path alone. - if (path == "") { parameters["align"] = inputDir + it->second; } - } - - it = parameters.find("chimera"); - //user has given a template file - if(it != parameters.end()){ - path = m->hasPath(it->second); - //if the user has not given a path then, add inputdir. else leave path alone. - if (path == "") { parameters["chimera"] = inputDir + it->second; } - } - - it = parameters.find("classify"); - //user has given a template file - if(it != parameters.end()){ - path = m->hasPath(it->second); - //if the user has not given a path then, add inputdir. else leave path alone. - if (path == "") { parameters["classify"] = inputDir + it->second; } - } - - it = parameters.find("taxonomy"); - //user has given a template file - if(it != parameters.end()){ - path = m->hasPath(it->second); - //if the user has not given a path then, add inputdir. else leave path alone. - if (path == "") { parameters["taxonomy"] = inputDir + it->second; } - } - - it = parameters.find("pipeline"); - //user has given a template file - if(it != parameters.end()){ - path = m->hasPath(it->second); - //if the user has not given a path then, add inputdir. else leave path alone. - if (path == "") { parameters["pipeline"] = inputDir + it->second; } - } - } - - outputDir = validParameter.validFile(parameters, "outputdir", false); if (outputDir == "not found"){ outputDir = ""; } - - pipeFilename = validParameter.validFile(parameters, "pipeline", true); - if (pipeFilename == "not found") { pipeFilename = ""; } - else if (pipeFilename == "not open") { pipeFilename = ""; abort = true; } - - string temp = validParameter.validFile(parameters, "processors", false); if (temp == "not found"){ temp = m->getProcessors(); } - m->setProcessors(temp); - m->mothurConvert(temp, processors); - - if (pipeFilename != "") { - abort = readUsersPipeline(); - }else{ - sffFile = validParameter.validFile(parameters, "sff", true); - if (sffFile == "not found") { m->mothurOut("sff is a required parameter for the pipeline command."); m->mothurOutEndLine(); abort = true; } - else if (sffFile == "not open") { sffFile = ""; abort = true; } - else { m->setSFFFile(sffFile); } - - oligosFile = validParameter.validFile(parameters, "oligos", true); - if (oligosFile == "not found") { m->mothurOut("oligos is a required parameter for the pipeline command."); m->mothurOutEndLine(); abort = true; } - else if (oligosFile == "not open") { oligosFile = ""; abort = true; } - - alignFile = validParameter.validFile(parameters, "align", true); - if (alignFile == "not found") { m->mothurOut("align is a required parameter for the pipeline command. Please provide the template to align with."); m->mothurOutEndLine(); abort = true; } - else if (alignFile == "not open") { alignFile = ""; abort = true; } - - chimeraFile = validParameter.validFile(parameters, "chimera", true); - if (chimeraFile == "not found") { m->mothurOut("chimera is a required parameter for the pipeline command. Please provide the template to check for chimeras with."); m->mothurOutEndLine(); abort = true; } - else if (chimeraFile == "not open") { chimeraFile = ""; abort = true; } - - classifyFile = validParameter.validFile(parameters, "classify", true); - if (classifyFile == "not found") { m->mothurOut("classify is a required parameter for the pipeline command. Please provide the template to use with the classifier."); m->mothurOutEndLine(); abort = true; } - else if (classifyFile == "not open") { classifyFile = ""; abort = true; } - - taxonomyFile = validParameter.validFile(parameters, "taxonomy", true); - if (taxonomyFile == "not found") { m->mothurOut("taxonomy is a required parameter for the pipeline command."); m->mothurOutEndLine(); abort = true; } - else if (taxonomyFile == "not open") { taxonomyFile = ""; abort = true; } - } - } - - } - catch(exception& e) { - m->errorOut(e, "PipelineCommand", "PipelineCommand"); - exit(1); - } -} -//********************************************************************************************************************** - -int PipelineCommand::execute(){ - try { - if (abort == true) { if (calledHelp) { return 0; } return 2; } - - int start = time(NULL); - - if (pipeFilename == "") { - createPatsPipeline(); - - //run Pats pipeline - for (int i = 0; i < commands.size(); i++) { - m->mothurOutEndLine(); m->mothurOut("mothur > " + commands[i]); m->mothurOutEndLine(); - - if (m->control_pressed) { return 0; } - - CommandOptionParser parser(commands[i]); - string commandName = parser.getCommandString(); - string options = parser.getOptionString(); - - //executes valid command - Command* command = cFactory->getCommand(commandName, options, "pipe"); - command->execute(); - - //add output files to list - map > thisCommandsFile = command->getOutputFiles(); - map >::iterator itMade; - for (itMade = thisCommandsFile.begin(); itMade != thisCommandsFile.end(); itMade++) { - vector temp = itMade->second; - for (int j = 0; j < temp.size(); j++) { outputNames.push_back(temp[j]); } - } - - } - - }else { runUsersPipeline(); } - - if (m->control_pressed) { return 0; } - - m->mothurOut("It took " + toString(time(NULL) - start) + " secs to run the pipeline analysis."); m->mothurOutEndLine(); m->mothurOutEndLine(); - - m->mothurOutEndLine(); - m->mothurOut("Output File Names: "); m->mothurOutEndLine(); - for (int i = 0; i < outputNames.size(); i++) { m->mothurOut(outputNames[i]); m->mothurOutEndLine(); } - m->mothurOutEndLine(); - - return 0; - } - catch(exception& e) { - m->errorOut(e, "PipelineCommand", "execute"); - exit(1); - } -} -//********************************************************************************************************************** - -bool PipelineCommand::readUsersPipeline(){ - try { - - ifstream in; - m->openInputFile(pipeFilename, in); - - string nextCommand = ""; - - map > mothurMadeFiles; - - while(!in.eof()) { - nextCommand = m->getline(in); m->gobble(in); - - if (nextCommand[0] != '#') { - bool error = false; - - string commandName, options; - error = parseCommand(nextCommand, commandName, options); - - if (error) { in.close(); return error; } - if (commandName == "pipeline.pds") { m->mothurOut("Cannot run the pipeline.pds command from inside the pipeline.pds command."); m->mothurOutEndLine(); in.close(); return true; } - - error = checkForValidAndRequiredParameters(commandName, options, mothurMadeFiles); - - if (error) { in.close(); return error; } - } - } - - in.close(); - - return false; - } - catch(exception& e) { - m->errorOut(e, "PipelineCommand", "readUsersPipeline"); - exit(1); - } -} -//********************************************************************************************************************** - -bool PipelineCommand::parseCommand(string nextCommand, string& name, string& options){ - try { - CommandOptionParser parser(nextCommand); - name = parser.getCommandString(); - options = parser.getOptionString(); - - if (name == "") { return true; } //name == "" if () are not right - - return false; - } - catch(exception& e) { - m->errorOut(e, "PipelineCommand", "parseCommand"); - exit(1); - } -} -//********************************************************************************************************************** - -bool PipelineCommand::checkForValidAndRequiredParameters(string name, string options, map >& mothurMadeFiles){ - try { - - if (name == "system") { return false; } - - //get shell of the command so we can check to make sure its valid without running it - Command* command = cFactory->getCommand(name); - - //check to make sure all parameters are valid for command - vector validParameters = command->setParameters(); - - OptionParser parser(options); - map parameters = parser.getParameters(); - - ValidParameters validParameter; - map::iterator it; - map >::iterator itMade; - - for (it = parameters.begin(); it != parameters.end(); it++) { - - if (validParameter.isValidParameter(it->first, validParameters, it->second) != true) { return true; } // not valid - if (it->second == "current") { - itMade = mothurMadeFiles.find(it->first); - - if (itMade == mothurMadeFiles.end()) { - m->mothurOut("You have the " + it->first + " listed as a current file for the " + name + " command, but it seems mothur will not make that file in your current pipeline, please correct."); m->mothurOutEndLine(); - return true; - } - } - } - - //is the command missing any required - vector commandParameters = command->getParameters(); - vector requiredParameters; - for (int i = 0; i < commandParameters.size(); i++) { - if (commandParameters[i].required) { - requiredParameters.push_back(commandParameters[i].name); - } - } - - for (int i = 0; i < requiredParameters.size(); i++) { - it = parameters.find(requiredParameters[i]); - - if (it == parameters.end()) { - - string paraToLookFor = requiredParameters[i]; - - //does mothur have a current file for this? - itMade = mothurMadeFiles.find(requiredParameters[i]); - - if (itMade == mothurMadeFiles.end()) { - m->mothurOut(name + " requires the " + requiredParameters[i] + " parameter, please correct."); m->mothurOutEndLine(); - - } - } - } - - - //update MothurMade - map > thisCommandsFile = command->getOutputFiles(); - for (itMade = thisCommandsFile.begin(); itMade != thisCommandsFile.end(); itMade++) { - mothurMadeFiles[itMade->first] = itMade->second; //adds any new types - } - - return false; - } - catch(exception& e) { - m->errorOut(e, "PipelineCommand", "checkForValidAndRequiredParameters"); - exit(1); - } -} -//********************************************************************************************************************** -int PipelineCommand::runUsersPipeline(){ - try { - ifstream in; - m->openInputFile(pipeFilename, in); - - string nextCommand = ""; - - map > mothurMadeFiles; - - while(!in.eof()) { - nextCommand = m->getline(in); m->gobble(in); - - if (nextCommand[0] != '#') { - CommandOptionParser parser(nextCommand); - string commandName = parser.getCommandString(); - string options = parser.getOptionString(); - - if ((options != "") && (commandName != "system")) { - bool error = fillInMothurMade(options, mothurMadeFiles); - if (error) { in.close(); return 0; } - } - - m->mothurOutEndLine(); m->mothurOut("mothur > " + commandName + "(" + options + ")"); m->mothurOutEndLine(); - - if (m->control_pressed) { return 0; } - - //executes valid command - Command* command = cFactory->getCommand(commandName, options, "pipe"); - command->execute(); - - //add output files to list - map > thisCommandsFile = command->getOutputFiles(); - map >::iterator itMade; - map >::iterator it; - for (itMade = thisCommandsFile.begin(); itMade != thisCommandsFile.end(); itMade++) { - - vector temp = itMade->second; - for (int k = 0; k < temp.size(); k++) { outputNames.push_back(temp[k]); } // - - //update Mothur Made for each file - it = mothurMadeFiles.find(itMade->first); - - if (it == mothurMadeFiles.end()) { //new type - - mothurMadeFiles[itMade->first] = temp; - - }else{ //update existing type - vector oldFileNames = it->second; - //look at new files, see if an old version of the file exists, if so update, else just add. - //for example you may have abrecovery.fasta and amazon.fasta as old files and you created a new amazon.trim.fasta. - - for (int k = 0; k < temp.size(); k++) { - - //get base name - string root = m->getSimpleName(temp[k]); - string individual = ""; - for(int i=0;ifirst][spot] = temp[k]; - }else{ - mothurMadeFiles[it->first].push_back(temp[k]); - } - } - } - } - } - } - - in.close(); - - return 0; - } - catch(exception& e) { - m->errorOut(e, "PipelineCommand", "runUsersPipeline"); - exit(1); - } -} -//********************************************************************************************************************** -bool PipelineCommand::fillInMothurMade(string& options, map >& mothurMadeFiles){ - try { - - OptionParser parser(options); - map parameters = parser.getParameters(); - map::iterator it; - map >::iterator itMade; - - options = ""; - - //fill in mothurmade filenames - for (it = parameters.begin(); it != parameters.end(); it++) { - string paraType = it->first; - string tempOption = it->second; - - if (tempOption == "current") { - - itMade = mothurMadeFiles.find(paraType); - - if (itMade == mothurMadeFiles.end()) { - m->mothurOut("Looking for a current " + paraType + " file, but it seems mothur has not made that file type in your current pipeline, please correct."); m->mothurOutEndLine(); - return true; - }else{ - vector temp = itMade->second; - - if (temp.size() > 1) { - //ask user which file to use - m->mothurOut("More than one file has been created for the " + paraType + " parameter. "); m->mothurOutEndLine(); - for (int i = 0; i < temp.size(); i++) { - m->mothurOut(toString(i) + " - " + temp[i]); m->mothurOutEndLine(); - } - - m->mothurOut("Please select the number of the file you would like to use: "); - int num = 0; - cin >> num; - m->mothurOutJustToLog(toString(num)); m->mothurOutEndLine(); - - if ((num < 0) || (num > (temp.size()-1))) { m->mothurOut("Not a valid response, quitting."); m->mothurOutEndLine(); return true; } - else { - tempOption = temp[num]; - } - - //clears buffer so next command doesn't have error - string s; - getline(cin, s); - - vector newTemp; - for (int i = 0; i < temp.size(); i++) { - if (i == num) { newTemp.push_back(temp[i]); } - else { - m->mothurOut("Would you like to remove " + temp[i] + " as an option for " + paraType + ", (y/n): "); m->mothurOutEndLine(); - string response; - cin >> response; - m->mothurOutJustToLog(response); m->mothurOutEndLine(); - - if (response == "n") { newTemp.push_back(temp[i]); } - - //clears buffer so next command doesn't have error - string s; - getline(cin, s); - } - } - - mothurMadeFiles[paraType] = newTemp; - - - }else if (temp.size() == 0){ - m->mothurOut("Sorry, we seem to think you created a " + paraType + " file, but it seems mothur doesn't have a filename."); m->mothurOutEndLine(); - return true; - }else{ - tempOption = temp[0]; - } - } - } - - options += it->first + "=" + tempOption + ", "; - } - - //rip off extra comma - options = options.substr(0, (options.length()-2)); - - return false; - } - catch(exception& e) { - m->errorOut(e, "PipelineCommand", "fillInMothurMade"); - exit(1); - } -} - -//********************************************************************************************************************** -void PipelineCommand::createPatsPipeline(){ - try { - - //sff.info command - string thisCommand = "sffinfo(sff=" + sffFile + ")"; - commands.push_back(thisCommand); - - //trim.seqs command - string fastaFile = m->getRootName(m->getSimpleName(sffFile)) + "fasta"; - string qualFile = m->getRootName(m->getSimpleName(sffFile)) + "qual"; - thisCommand = "trim.seqs(processors=" + toString(processors) + ", fasta=current, allfiles=T, maxambig=0, maxhomop=8, flip=T, bdiffs=1, pdiffs=2, qwindowaverage=35, qwindowsize=50, oligos=" + oligosFile + ", qfile=current)"; - commands.push_back(thisCommand); - - //unique.seqs - string groupFile = m->getRootName(m->getSimpleName(fastaFile)) + "groups"; - qualFile = m->getRootName(m->getSimpleName(fastaFile)) + "trim.qual"; - fastaFile = m->getRootName(m->getSimpleName(fastaFile)) + "trim.fasta"; - thisCommand = "unique.seqs(fasta=current)"; - commands.push_back(thisCommand); - - //align.seqs - string nameFile = m->getRootName(m->getSimpleName(fastaFile)) + "names"; - fastaFile = m->getRootName(m->getSimpleName(fastaFile)) + "unique" + m->getExtension(fastaFile); - thisCommand = "align.seqs(processors=" + toString(processors) + ", candidate=current, template=" + alignFile + ")"; - commands.push_back(thisCommand); - - //screen.seqs - fastaFile = m->getRootName(m->getSimpleName(fastaFile)) + "align"; - thisCommand = "screen.seqs(processors=" + toString(processors) + ", fasta=current, name=current, group=current, optimize=end-minlength)"; - commands.push_back(thisCommand); - - //chimera.slayer - fastaFile = m->getRootName(m->getSimpleName(fastaFile)) + "good" + m->getExtension(fastaFile); - nameFile = m->getRootName(m->getSimpleName(nameFile)) + "good" + m->getExtension(nameFile); - groupFile = m->getRootName(m->getSimpleName(groupFile)) + "good" + m->getExtension(groupFile); - thisCommand = "chimera.slayer(processors=" + toString(processors) + ", fasta=current, template=" + chimeraFile + ")"; - commands.push_back(thisCommand); - - //remove.seqs - string accnosFile = m->getRootName(m->getSimpleName(fastaFile)) + "slayer.accnos"; - thisCommand = "remove.seqs(fasta=current, name=current, group=current, accnos=current, dups=T)"; - commands.push_back(thisCommand); - - //filter.seqs - nameFile = m->getRootName(m->getSimpleName(nameFile)) + "pick" + m->getExtension(nameFile); - groupFile = m->getRootName(m->getSimpleName(groupFile)) + "pick" + m->getExtension(groupFile); - fastaFile = m->getRootName(m->getSimpleName(fastaFile)) + "pick" + m->getExtension(fastaFile); - thisCommand = "filter.seqs(processors=" + toString(processors) + ", fasta=current, vertical=T, trump=.)"; - commands.push_back(thisCommand); - - //unique.seqs - fastaFile = m->getRootName(m->getSimpleName(fastaFile)) + "filter.fasta"; - thisCommand = "unique.seqs(fasta=current, name=current)"; - commands.push_back(thisCommand); - - //pre.cluster - nameFile = m->getRootName(m->getSimpleName(fastaFile)) + "names"; - fastaFile = m->getRootName(m->getSimpleName(fastaFile)) + "unique" + m->getExtension(fastaFile); - thisCommand = "pre.cluster(fasta=current, name=current, diffs=2)"; - commands.push_back(thisCommand); - - //dist.seqs - nameFile = m->getRootName(m->getSimpleName(fastaFile)) + "precluster.names"; - fastaFile = m->getRootName(m->getSimpleName(fastaFile)) + "precluster" + m->getExtension(fastaFile); - thisCommand = "dist.seqs(processors=" + toString(processors) + ", fasta=current, cutoff=0.20)"; - commands.push_back(thisCommand); - - //dist.seqs - string columnFile = m->getRootName(m->getSimpleName(fastaFile)) + "dist"; - thisCommand = "dist.seqs(processors=" + toString(processors) + ", fasta=current, output=lt)"; - commands.push_back(thisCommand); - - //read.dist - string phylipFile = m->getRootName(m->getSimpleName(fastaFile)) + "phylip.dist"; - thisCommand = "read.dist(column=current, name=current)"; - commands.push_back(thisCommand); - - //cluster - thisCommand = "cluster(method=average, hard=T)"; - commands.push_back(thisCommand); - - string listFile = m->getRootName(m->getSimpleName(columnFile)) + "an.list"; - string rabundFile = m->getRootName(m->getSimpleName(columnFile)) + "an.rabund"; - - //degap.seqs - thisCommand = "degap.seqs(fasta=current)"; - commands.push_back(thisCommand); - - //classify.seqs - fastaFile = m->getRootName(m->getSimpleName(fastaFile)) + "ng.fasta"; - thisCommand = "classify.seqs(processors=" + toString(processors) + ", fasta=current, name=current, template=" + classifyFile + ", taxonomy=" + taxonomyFile + ", cutoff=80)"; - commands.push_back(thisCommand); - - string RippedTaxName = m->getRootName(m->getSimpleName(taxonomyFile)); - RippedTaxName = m->getExtension(RippedTaxName.substr(0, RippedTaxName.length()-1)); - if (RippedTaxName[0] == '.') { RippedTaxName = RippedTaxName.substr(1, RippedTaxName.length()); } - RippedTaxName += "."; - - string fastaTaxFile = m->getRootName(m->getSimpleName(fastaFile)) + RippedTaxName + "taxonomy"; - string taxSummaryFile = m->getRootName(m->getSimpleName(fastaFile)) + RippedTaxName + "tax.summary"; - - //phylotype - thisCommand = "phylotype(taxonomy=current, name=current)"; - commands.push_back(thisCommand); - - string phyloListFile = m->getRootName(m->getSimpleName(fastaTaxFile)) + "tx.list"; - string phyloRabundFile = m->getRootName(m->getSimpleName(fastaTaxFile)) + "tx.rabund"; - - //clearcut - thisCommand = "clearcut(phylip=current, neighbor=T)"; - commands.push_back(thisCommand); - - string treeFile = m->getRootName(m->getSimpleName(phylipFile)) + "tre"; - - //read.otu - thisCommand = "make.shared(list=" + listFile + ", group=" + groupFile + ", label=0.03)"; - commands.push_back(thisCommand); - - string sharedFile = m->getRootName(m->getSimpleName(listFile)) + "shared"; - - //read.otu - thisCommand = "make.shared(list=" + phyloListFile + ", group=" + groupFile + ", label=1)"; - commands.push_back(thisCommand); - - string phyloSharedFile = m->getRootName(m->getSimpleName(phyloListFile)) + "shared"; - - //read.otu - thisCommand = "set.current(shared=" + sharedFile + ")"; - commands.push_back(thisCommand); - - //summary.single - thisCommand = "summary.single(shared=current, calc=nseqs-sobs-coverage-bergerparker-chao-ace-jack-bootstrap-boneh-efron-shen-solow-shannon-npshannon-invsimpson-qstat-simpsoneven-shannoneven-heip-smithwilson, size=5000)"; - commands.push_back(thisCommand); - - //summary.shared - thisCommand = "summary.shared(shared=current, calc=sharednseqs-sharedsobs-sharedchao-sharedace-anderberg-jclass-jest-kulczynski-kulczynskicody-lennon-ochiai-sorclass-sorest-whittaker-braycurtis-jabund-morisitahorn-sorabund-thetan-thetayc)"; - commands.push_back(thisCommand); - - //read.otu - //thisCommand = "read.otu(rabund=" + rabundFile + ", label=0.03)"; - //commands.push_back(thisCommand); - - //summary.single - thisCommand = "summary.single(rabund=" + rabundFile + ", label=0.03, calc=nseqs-sobs-coverage-bergerparker-chao-ace-jack-bootstrap-boneh-efron-shen-solow-shannon-npshannon-invsimpson-qstat-simpsoneven-shannoneven-heip-smithwilson, size=5000)"; - commands.push_back(thisCommand); - - //read.otu - thisCommand = "set.current(shared=" + phyloSharedFile + ")"; - commands.push_back(thisCommand); - - //summary.single - thisCommand = "summary.single(shared=current, calc=nseqs-sobs-coverage-bergerparker-chao-ace-jack-bootstrap-boneh-efron-shen-solow-shannon-npshannon-invsimpson-qstat-simpsoneven-shannoneven-heip-smithwilson, size=5000)"; - commands.push_back(thisCommand); - - //summary.shared - thisCommand = "summary.shared(shared=current, calc=sharednseqs-sharedsobs-sharedchao-sharedace-anderberg-jclass-jest-kulczynski-kulczynskicody-lennon-ochiai-sorclass-sorest-whittaker-braycurtis-jabund-morisitahorn-sorabund-thetan-thetayc)"; - commands.push_back(thisCommand); - - //read.otu - //thisCommand = "read.otu(rabund=" + phyloRabundFile + ", label=1)"; - //commands.push_back(thisCommand); - - //summary.single - thisCommand = "summary.single(rabund=" + phyloRabundFile + ", label=1, calc=nseqs-sobs-coverage-bergerparker-chao-ace-jack-bootstrap-boneh-efron-shen-solow-shannon-npshannon-invsimpson-qstat-simpsoneven-shannoneven-heip-smithwilson, size=5000)"; - commands.push_back(thisCommand); - - //classify.otu - thisCommand = "classify.otu(taxonomy=" + fastaTaxFile + ", name=" + nameFile + ", list=" + listFile + ", cutoff=51, label=0.03)"; - commands.push_back(thisCommand); - - //classify.otu - thisCommand = "classify.otu(taxonomy=" + fastaTaxFile + ", name=" + nameFile + ", list=" + phyloListFile + ", cutoff=51, label=1)"; - commands.push_back(thisCommand); - - //read.tree - thisCommand = "set.current(tree=" + treeFile + ", name=" + nameFile + ", group=" + groupFile + ")"; - commands.push_back(thisCommand); - - //phylo.diversity - thisCommand = "phylo.diversity(tree=current, group=current, name=current, iters=100,rarefy=T)"; - commands.push_back(thisCommand); - - //unifrac.weighted - thisCommand = "unifrac.weighted(tree=current, group=current, name=current, random=false, distance=true, groups=all, processors=" + toString(processors) + ")"; - commands.push_back(thisCommand); - - //unifrac.unweighted - thisCommand = "unifrac.unweighted(tree=current, group=current, name=current, random=false, distance=true, processors=" + toString(processors) + ")"; - commands.push_back(thisCommand); - - - } - catch(exception& e) { - m->errorOut(e, "PipelineCommand", "createPatsPipeline"); - exit(1); - } -} - -//********************************************************************************************************************** diff --git a/source/commands/pipelinepdscommand.h b/source/commands/pipelinepdscommand.h deleted file mode 100644 index 22386bcc..00000000 --- a/source/commands/pipelinepdscommand.h +++ /dev/null @@ -1,57 +0,0 @@ -#ifndef PIPELINEPDSCOMMAND_H -#define PIPELINEPDSCOMMAND_H - -/* - * pipelinepdscommand.h - * Mothur - * - * Created by westcott on 10/5/10. - * Copyright 2010 Schloss Lab. All rights reserved. - * - */ - - -#include "command.hpp" -#include "commandfactory.hpp" - -/****************************************************/ - -class PipelineCommand : public Command { - -public: - PipelineCommand(string); - PipelineCommand() { abort = true; calledHelp = true; setParameters(); } - ~PipelineCommand(){} - - vector setParameters(); - string getCommandName() { return "pipeline.pds"; } - string getCommandCategory() { return "Hidden"; } - string getHelpString(); - string getOutputPattern(string) { return ""; } - string getCitation() { return "Schloss PD, Gevers D, Westcott SL (2011). Reducing the effects of PCR amplification and sequencing artifacts on 16S rRNA-based studies. PLoS ONE. 6:e27310.\nhttp://www.mothur.org/wiki/Pipeline.pds"; } - string getDescription() { return "pat's pipeline"; } - - - int execute(); - void help() { m->mothurOut(getHelpString()); } - -private: - bool abort; - CommandFactory* cFactory; - vector outputNames; - vector commands; - string outputDir, sffFile, alignFile, oligosFile, taxonomyFile, pipeFilename, classifyFile, chimeraFile; - int processors; - - bool readUsersPipeline(); - int runUsersPipeline(); - void createPatsPipeline(); - bool parseCommand(string, string&, string&); - bool checkForValidAndRequiredParameters(string, string, map >&); - bool fillInMothurMade(string&, map >&); -}; - -/****************************************************/ - -#endif - diff --git a/source/commands/preclustercommand.cpp b/source/commands/preclustercommand.cpp index b8ad077e..363a6053 100644 --- a/source/commands/preclustercommand.cpp +++ b/source/commands/preclustercommand.cpp @@ -10,6 +10,7 @@ #include "preclustercommand.h" #include "deconvolutecommand.h" + //********************************************************************************************************************** vector PreClusterCommand::setParameters(){ try { @@ -298,25 +299,11 @@ int PreClusterCommand::execute(){ ofstream outNames; m->openOutputFile(newNamesFile, outNames); outNames.close(); newMapFile = fileroot + "precluster."; - //parse fasta and name file by group - vector groups; - if (countfile != "") { - cparser = new SequenceCountParser(countfile, fastafile); - groups = cparser->getNamesOfGroups(); - }else { - if (namefile != "") { parser = new SequenceParser(groupfile, fastafile, namefile); } - else { parser = new SequenceParser(groupfile, fastafile); } - groups = parser->getNamesOfGroups(); - } - - if(processors == 1) { driverGroups(newFastaFile, newNamesFile, newMapFile, 0, groups.size(), groups); } - else { createProcessesGroups(newFastaFile, newNamesFile, newMapFile, groups); } + createProcessesGroups(newFastaFile, newNamesFile, newMapFile); if (countfile != "") { mergeGroupCounts(newCountFile, newNamesFile, newFastaFile); - delete cparser; - }else { - delete parser; + }else { //run unique.seqs for deconvolute results string inputString = "fasta=" + newFastaFile; if (namefile != "") { inputString += ", name=" + newNamesFile; } @@ -342,7 +329,6 @@ int PreClusterCommand::execute(){ }else { if (processors != 1) { m->mothurOut("When using running without group information mothur can only use 1 processor, continuing."); m->mothurOutEndLine(); processors = 1; } - if (namefile != "") { readNameFile(); } //reads fasta file and return number of seqs int numSeqs = readFASTA(); //fills alignSeqs and makes all seqs active @@ -400,7 +386,7 @@ int PreClusterCommand::execute(){ } } /**************************************************************************************************/ -int PreClusterCommand::createProcessesGroups(string newFName, string newNName, string newMFile, vector groups) { +int PreClusterCommand::createProcessesGroups(string newFName, string newNName, string newMFile) { try { vector processIDS; @@ -408,6 +394,11 @@ int PreClusterCommand::createProcessesGroups(string newFName, string newNName, s int num = 0; bool recalc = false; + //parse fasta and name file by group + vector groups; + if (countfile != "") { CountTable ct; ct.testGroups(countfile, groups); } + else { GroupMap gp; gp.readMap(groupfile); groups = gp.getNamesOfGroups(); } + //sanity check if (groups.size() < processors) { processors = groups.size(); } @@ -603,7 +594,17 @@ int PreClusterCommand::createProcessesGroups(string newFName, string newNName, s /**************************************************************************************************/ int PreClusterCommand::driverGroups(string newFFile, string newNFile, string newMFile, int start, int end, vector groups){ try { - + vector subsetGroups; + for (int i = start; i < end; i++) { subsetGroups.push_back(groups[i]); } + + //parse fasta and name file by group + if (countfile != "") { + cparser = new SequenceCountParser(countfile, fastafile, subsetGroups); + }else { + if (namefile != "") { parser = new SequenceParser(groupfile, fastafile, namefile, subsetGroups); } + else { parser = new SequenceParser(groupfile, fastafile, subsetGroups); } + } + int numSeqs = 0; //precluster each group @@ -611,7 +612,7 @@ int PreClusterCommand::driverGroups(string newFFile, string newNFile, string new start = time(NULL); - if (m->control_pressed) { return 0; } + if (m->control_pressed) { if (countfile != "") { delete cparser; }else { delete parser; } return 0; } m->mothurOutEndLine(); m->mothurOut("Processing group " + groups[i] + ":"); m->mothurOutEndLine(); @@ -640,10 +641,11 @@ int PreClusterCommand::driverGroups(string newFFile, string newNFile, string new m->mothurOut("pre.cluster removed " + toString(count) + " sequences."); m->mothurOutEndLine(); m->mothurOutEndLine(); printData(newFFile, newNFile, groups[i]); - m->mothurOut("It took " + toString(time(NULL) - start) + " secs to cluster " + toString(numSeqs) + " sequences."); m->mothurOutEndLine(); - + m->mothurOut("It took " + toString(time(NULL) - start) + " secs to cluster " + toString(numSeqs) + " sequences."); m->mothurOutEndLine(); } + if (countfile != "") { delete cparser; }else { delete parser; } + return numSeqs; } catch(exception& e) { @@ -679,7 +681,9 @@ int PreClusterCommand::process(string newMapFile){ if (alignSeqs[j].active) { //this sequence has not been merged yet //are you within "diff" bases - int mismatch = calcMisMatches(alignSeqs[i].seq.getAligned(), alignSeqs[j].seq.getAligned()); + int mismatch = length; + if (method == "unaligned") { mismatch = calcMisMatches(alignSeqs[i].seq.getAligned(), alignSeqs[j].seq.getAligned()); } + else { mismatch = calcMisMatches(alignSeqs[i].filteredSeq, alignSeqs[j].filteredSeq); } if (mismatch <= diffs) { //merge @@ -720,7 +724,9 @@ int PreClusterCommand::process(string newMapFile){ if (originalCount[j] > originalCount[i]) { //this sequence is more abundant than I am //are you within "diff" bases - int mismatch = calcMisMatches(alignSeqs[i].seq.getAligned(), alignSeqs[j].seq.getAligned()); + int mismatch = length; + if (method == "unaligned") { mismatch = calcMisMatches(alignSeqs[i].seq.getAligned(), alignSeqs[j].seq.getAligned()); } + else { mismatch = calcMisMatches(alignSeqs[i].filteredSeq, alignSeqs[j].filteredSeq); } if (mismatch <= diffs) { //merge @@ -762,7 +768,10 @@ int PreClusterCommand::process(string newMapFile){ /**************************************************************************************************/ int PreClusterCommand::readFASTA(){ try { - //ifstream inNames; + map nameMap; + map::iterator it; + if (namefile != "") { m->readNames(namefile, nameMap); } + ifstream inFasta; m->openInputFile(fastafile, inFasta); @@ -776,11 +785,13 @@ int PreClusterCommand::readFASTA(){ if (seq.getName() != "") { //can get "" if commented line is at end of fasta file if (namefile != "") { - itSize = sizes.find(seq.getName()); + it = nameMap.find(seq.getName()); - if (itSize == sizes.end()) { m->mothurOut(seq.getName() + " is not in your names file, please correct."); m->mothurOutEndLine(); exit(1); } + if (it == nameMap.end()) { m->mothurOut(seq.getName() + " is not in your names file, please correct."); m->mothurOutEndLine(); exit(1); } else{ - seqPNode tempNode(itSize->second, seq, names[seq.getName()]); + string second = it->second; + int numReps = m->getNumNames(second); + seqPNode tempNode(numReps, seq, second); alignSeqs.push_back(tempNode); lengths.insert(seq.getAligned().length()); } @@ -795,10 +806,11 @@ int PreClusterCommand::readFASTA(){ } inFasta.close(); + length = *(lengths.begin()); + if (lengths.size() > 1) { method = "unaligned"; } - else if (lengths.size() == 1) { method = "aligned"; } + else if (lengths.size() == 1) { method = "aligned"; filterSeqs(); } - length = *(lengths.begin()); return alignSeqs.size(); } @@ -813,7 +825,6 @@ int PreClusterCommand::loadSeqs(map& thisName, vector& try { set lengths; alignSeqs.clear(); - map::iterator it; bool error = false; map thisCount; if (countfile != "") { thisCount = cparser->getCountTable(group); } @@ -823,7 +834,7 @@ int PreClusterCommand::loadSeqs(map& thisName, vector& if (m->control_pressed) { return 0; } if (namefile != "") { - it = thisName.find(thisSeqs[i].getName()); + map::iterator it = thisName.find(thisSeqs[i].getName()); //should never be true since parser checks for this if (it == thisName.end()) { m->mothurOut(thisSeqs[i].getName() + " is not in your names file, please correct."); m->mothurOutEndLine(); error = true; } @@ -853,16 +864,16 @@ int PreClusterCommand::loadSeqs(map& thisName, vector& } } - if (lengths.size() > 1) { method = "unaligned"; } - else if (lengths.size() == 1) { method = "aligned"; } - length = *(lengths.begin()); + if (lengths.size() > 1) { method = "unaligned"; } + else if (lengths.size() == 1) { method = "aligned"; filterSeqs(); } + //sanity check if (error) { m->control_pressed = true; } thisSeqs.clear(); - + return alignSeqs.size(); } @@ -1006,15 +1017,33 @@ void PreClusterCommand::printData(string newfasta, string newname, string group) } if ((countfile != "") && (group == "")) { outNames << "Representative_Sequence\ttotal\n"; } - for (int i = 0; i < alignSeqs.size(); i++) { - if (alignSeqs[i].numIdentical != 0) { - alignSeqs[i].seq.printSequence(outFasta); - if (countfile != "") { - if (group != "") { outNames << group << '\t' << alignSeqs[i].seq.getName() << '\t' << alignSeqs[i].names << endl; } - else { outNames << alignSeqs[i].seq.getName() << '\t' << alignSeqs[i].numIdentical << endl; } - }else { outNames << alignSeqs[i].seq.getName() << '\t' << alignSeqs[i].names << endl; } - } - } + + if (countfile != "") { + if (group != "") { + for (int i = 0; i < alignSeqs.size(); i++) { + if (alignSeqs[i].numIdentical != 0) { + alignSeqs[i].seq.printSequence(outFasta); + outNames << group << '\t' << alignSeqs[i].seq.getName() << '\t' << alignSeqs[i].names << endl; + } + } + } + else { + for (int i = 0; i < alignSeqs.size(); i++) { + if (alignSeqs[i].numIdentical != 0) { + alignSeqs[i].seq.printSequence(outFasta); + outNames << alignSeqs[i].seq.getName() << '\t' << alignSeqs[i].numIdentical << endl; + } + } + } + }else { + for (int i = 0; i < alignSeqs.size(); i++) { + if (alignSeqs[i].numIdentical != 0) { + alignSeqs[i].seq.printSequence(outFasta); + outNames << alignSeqs[i].seq.getName() << '\t' << alignSeqs[i].names << endl; + } + } + } + outFasta.close(); outNames.close(); @@ -1027,30 +1056,39 @@ void PreClusterCommand::printData(string newfasta, string newname, string group) } /**************************************************************************************************/ -void PreClusterCommand::readNameFile(){ - try { - ifstream in; - m->openInputFile(namefile, in); - string firstCol, secondCol; - - while (!in.eof()) { - in >> firstCol >> secondCol; m->gobble(in); - - m->checkName(firstCol); - m->checkName(secondCol); - int size = m->getNumNames(secondCol); - - names[firstCol] = secondCol; - sizes[firstCol] = size; - } - in.close(); - } - catch(exception& e) { - m->errorOut(e, "PreClusterCommand", "readNameFile"); - exit(1); - } +int PreClusterCommand::filterSeqs(){ + try { + string filterString = ""; + Filters F; + + F.setLength(length); + F.initialize(); + F.setFilter(string(length, '1')); + + for (int i = 0; i < alignSeqs.size(); i++) { + F.getFreqs(alignSeqs[i].seq); + } + + F.setNumSeqs(alignSeqs.size()); + F.doVerticalAllBases(); + filterString = F.getFilter(); + + //run filter + for (int i = 0; i < alignSeqs.size(); i++) { + alignSeqs[i].filteredSeq = ""; + string align = alignSeqs[i].seq.getAligned(); + for(int j=0;jerrorOut(e, "PreClusterCommand", "filterSeqs"); + exit(1); + } } - /**************************************************************************************************/ diff --git a/source/commands/preclustercommand.h b/source/commands/preclustercommand.h index afe49b36..86d3163e 100644 --- a/source/commands/preclustercommand.h +++ b/source/commands/preclustercommand.h @@ -21,33 +21,35 @@ #include "needlemanoverlap.hpp" #include "blastalign.hpp" #include "noalign.hpp" - +#include "filters.h" /************************************************************/ struct seqPNode { int numIdentical; Sequence seq; + string filteredSeq; string names; bool active; int diffs; seqPNode() {} - seqPNode(int n, Sequence s, string nm) : numIdentical(n), seq(s), names(nm), active(1) { diffs = 0; } + seqPNode(int n, Sequence s, string nm) : numIdentical(n), seq(s), names(nm), active(1) { diffs = 0; filteredSeq = "";} ~seqPNode() {} }; /************************************************************/ inline bool comparePriorityTopDown(seqPNode first, seqPNode second) { if (first.numIdentical > second.numIdentical) { return true; } - else if (first.numIdentical == second.numIdentical) { - if (first.seq.getName() > second.seq.getName()) { return true; } - } + //else if (first.numIdentical == second.numIdentical) { + //if (first.seq.getName() > second.seq.getName()) { return true; } + //} + return false; } /************************************************************/ inline bool comparePriorityDownTop(seqPNode first, seqPNode second) { if (first.numIdentical < second.numIdentical) { return true; } - else if (first.numIdentical == second.numIdentical) { - if (first.seq.getName() > second.seq.getName()) { return true; } - } + //else if (first.numIdentical == second.numIdentical) { + //if (first.seq.getName() > second.seq.getName()) { return true; } + //} return false; } //************************************************************/ @@ -83,22 +85,17 @@ class PreClusterCommand : public Command { bool abort, bygroup, topdown; string fastafile, namefile, outputDir, groupfile, countfile, method, align; vector alignSeqs; //maps the number of identical seqs to a sequence - map names; //represents the names file first column maps to second column - map sizes; //this map a seq name to the number of identical seqs in the names file - map::iterator itSize; -// map active; //maps sequence name to whether it has already been merged or not. vector outputNames; int readFASTA(); - void readNameFile(); - //int readNamesFASTA(); int calcMisMatches(string, string); void printData(string, string, string); //fasta filename, names file name int process(string); int loadSeqs(map&, vector&, string); - int driverGroups(string, string, string, int, int, vector groups); - int createProcessesGroups(string, string, string, vector); + int driverGroups(string, string, string, int, int, vector); + int createProcessesGroups(string, string, string); int mergeGroupCounts(string, string, string); + int filterSeqs(); }; /**************************************************************************************************/ @@ -166,14 +163,17 @@ static DWORD WINAPI MyPreclusterThreadFunction(LPVOID lpParam){ alignment = new NeedlemanOverlap(pDataArray->gapOpen, pDataArray->match, pDataArray->misMatch, 1000); } - //parse fasta and name file by group - SequenceParser* parser; + vector subsetGroups; + for (int i = pDataArray->start; i < pDataArray->end; i++) { subsetGroups.push_back(pDataArray->groups[i]); } + + //parse fasta and name file by group SequenceCountParser* cparser; + SequenceParser* parser; if (pDataArray->countfile != "") { - cparser = new SequenceCountParser(pDataArray->countfile, pDataArray->fastafile); + cparser = new SequenceCountParser(pDataArray->countfile, pDataArray->fastafile, subsetGroups); }else { - if (pDataArray->namefile != "") { parser = new SequenceParser(pDataArray->groupfile, pDataArray->fastafile, pDataArray->namefile); } - else { parser = new SequenceParser(pDataArray->groupfile, pDataArray->fastafile); } + if (pDataArray->namefile != "") { parser = new SequenceParser(pDataArray->groupfile, pDataArray->fastafile, pDataArray->namefile, subsetGroups); } + else { parser = new SequenceParser(pDataArray->groupfile, pDataArray->fastafile, subsetGroups); } } int numSeqs = 0; @@ -189,7 +189,7 @@ static DWORD WINAPI MyPreclusterThreadFunction(LPVOID lpParam){ int start = time(NULL); - if (pDataArray->m->control_pressed) { delete parser; delete alignment;return 0; } + if (pDataArray->m->control_pressed) { if (pDataArray->countfile != "") { delete cparser; } else { delete parser; } delete alignment;return 0; } pDataArray->m->mothurOutEndLine(); pDataArray->m->mothurOut("Processing group " + pDataArray->groups[k] + ":"); pDataArray->m->mothurOutEndLine(); @@ -250,10 +250,38 @@ static DWORD WINAPI MyPreclusterThreadFunction(LPVOID lpParam){ } } + length = *(lengths.begin()); + if (lengths.size() > 1) { pDataArray->method = "unaligned"; } - else if (lengths.size() == 1) { pDataArray->method = "aligned"; } + else if (lengths.size() == 1) { + pDataArray->method = "aligned"; + //////////////////////////////////////////////////// + //filterSeqs(); + + string filterString = ""; + Filters F; + + F.setLength(length); + F.initialize(); + F.setFilter(string(length, '1')); + + for (int i = 0; i < alignSeqs.size(); i++) { F.getFreqs(alignSeqs[i].seq);} + + F.setNumSeqs(alignSeqs.size()); + F.doVerticalAllBases(); + filterString = F.getFilter(); + + //run filter + for (int i = 0; i < alignSeqs.size(); i++) { + alignSeqs[i].filteredSeq = ""; + string align = alignSeqs[i].seq.getAligned(); + for(int j=0;jm->control_pressed = true; } @@ -323,9 +351,9 @@ static DWORD WINAPI MyPreclusterThreadFunction(LPVOID lpParam){ if (mismatch > pDataArray->diffs) { mismatch = length; break; } //to far to cluster } }else { - for (int k = 0; k < alignSeqs[i].seq.getAligned().length(); k++) { + for (int k = 0; k < alignSeqs[i].filteredSeq.length(); k++) { //do they match - if (alignSeqs[i].seq.getAligned()[k] != alignSeqs[j].seq.getAligned()[k]) { mismatch++; } + if (alignSeqs[i].filteredSeq[k] != alignSeqs[j].filteredSeq[k]) { mismatch++; } if (mismatch > pDataArray->diffs) { mismatch = length; break; } //to far to cluster } } @@ -396,9 +424,9 @@ static DWORD WINAPI MyPreclusterThreadFunction(LPVOID lpParam){ } }else { - for (int k = 0; k < alignSeqs[i].seq.getAligned().length(); k++) { + for (int k = 0; k < alignSeqs[i].filteredSeq.length(); k++) { //do they match - if (alignSeqs[i].seq.getAligned()[k] != alignSeqs[j].seq.getAligned()[k]) { mismatch++; } + if (alignSeqs[i].filteredSeq[k] != alignSeqs[j].filteredSeq[k]) { mismatch++; } if (mismatch > pDataArray->diffs) { mismatch = length; break; } //to far to cluster } } diff --git a/source/commands/rarefactcommand.cpp b/source/commands/rarefactcommand.cpp index f14f934b..594957d6 100644 --- a/source/commands/rarefactcommand.cpp +++ b/source/commands/rarefactcommand.cpp @@ -426,7 +426,7 @@ int RareFactCommand::execute(){ map >::iterator itEndings = labelToEnds.find(order->getLabel()); set ends; if (itEndings != labelToEnds.end()) { ends = itEndings->second; } - rCurve = new Rarefact(order, rDisplays, processors, ends); + rCurve = new Rarefact(*order, rDisplays, processors, ends); rCurve->getCurve(freq, nIters); delete rCurve; @@ -444,7 +444,7 @@ int RareFactCommand::execute(){ map >::iterator itEndings = labelToEnds.find(order->getLabel()); set ends; if (itEndings != labelToEnds.end()) { ends = itEndings->second; } - rCurve = new Rarefact(order, rDisplays, processors, ends); + rCurve = new Rarefact(*order, rDisplays, processors, ends); rCurve->getCurve(freq, nIters); delete rCurve; @@ -488,7 +488,7 @@ int RareFactCommand::execute(){ map >::iterator itEndings = labelToEnds.find(order->getLabel()); set ends; if (itEndings != labelToEnds.end()) { ends = itEndings->second; } - rCurve = new Rarefact(order, rDisplays, processors, ends); + rCurve = new Rarefact(*order, rDisplays, processors, ends); rCurve->getCurve(freq, nIters); delete rCurve; diff --git a/source/commands/removegroupscommand.cpp b/source/commands/removegroupscommand.cpp index 1b571397..8788ef5d 100644 --- a/source/commands/removegroupscommand.cpp +++ b/source/commands/removegroupscommand.cpp @@ -744,7 +744,7 @@ int RemoveGroupsCommand::readList(){ wroteSomething = true; newList.setLabels(newBinLabels); newList.printHeaders(out); - newList.print(out); + newList.print(out, false); } m->gobble(in); @@ -1049,8 +1049,8 @@ int RemoveGroupsCommand::readTax(){ while(!in.eof()){ if (m->control_pressed) { in.close(); out.close(); m->mothurRemove(outputFileName); return 0; } - in >> name; //read from first column - in >> tax; //read from second column + in >> name; m->gobble(in); + tax = m->getline(in); m->gobble(in); //if this name is in the accnos file if (names.count(name) == 0) { @@ -1062,8 +1062,6 @@ int RemoveGroupsCommand::readTax(){ wroteSomething = true; out << it->second << '\t' << tax << endl; }else { removedCount++; } } - - m->gobble(in); } in.close(); out.close(); diff --git a/source/commands/removelineagecommand.cpp b/source/commands/removelineagecommand.cpp index 0451fddd..9bcafc96 100644 --- a/source/commands/removelineagecommand.cpp +++ b/source/commands/removelineagecommand.cpp @@ -416,6 +416,12 @@ int RemoveLineageCommand::execute(){ if (itTypes != outputTypes.end()) { if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setCountTableFile(current); } } + + //set constaxonomy file as new current constaxonomyfile + itTypes = outputTypes.find("constaxonomy"); + if (itTypes != outputTypes.end()) { + if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setConsTaxonomyFile(current); } + } } return 0; @@ -745,7 +751,7 @@ int RemoveLineageCommand::readConsList(){ wroteSomething = true; newList.setLabels(newBinLabels); newList.printHeaders(out); - newList.print(out); + newList.print(out, false); } out.close(); @@ -1070,9 +1076,9 @@ int RemoveLineageCommand::readTax(){ if (m->control_pressed) { in.close(); out.close(); m->mothurRemove(outputFileName); return 0; } - in >> name; //read from first column - in >> tax; //read from second column - + in >> name; m->gobble(in); + tax = m->getline(in); m->gobble(in); + bool remove = false; string noQuotesTax = m->removeQuotes(tax); @@ -1176,7 +1182,6 @@ int RemoveLineageCommand::readTax(){ } if (!remove) { wroteSomething = true; out << name << '\t' << tax << endl; } - m->gobble(in); } in.close(); out.close(); @@ -1237,7 +1242,7 @@ int RemoveLineageCommand::readConsTax(){ in >> otuLabel; m->gobble(in); in >> numReps; m->gobble(in); - in >> tax; m->gobble(in); + tax = m->getline(in); m->gobble(in); bool remove = false; diff --git a/source/commands/removeotulabelscommand.cpp b/source/commands/removeotulabelscommand.cpp index de47d804..af1b610f 100644 --- a/source/commands/removeotulabelscommand.cpp +++ b/source/commands/removeotulabelscommand.cpp @@ -270,6 +270,12 @@ int RemoveOtuLabelsCommand::execute(){ if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setSharedFile(current); } } + //set constaxonomy file as new current constaxonomyfile + itTypes = outputTypes.find("constaxonomy"); + if (itTypes != outputTypes.end()) { + if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setConsTaxonomyFile(current); } + } + return 0; } catch(exception& e) { @@ -306,7 +312,8 @@ int RemoveOtuLabelsCommand::readClassifyOtu(){ string otu = ""; string tax = "unknown"; int size = 0; - in >> otu >> size >> tax; m->gobble(in); + in >> otu >> size; m->gobble(in); + tax = m->getline(in); m->gobble(in); if (m->debug) { m->mothurOut("[DEBUG]: " + otu + toString(size) + tax + "\n"); } @@ -548,7 +555,7 @@ int RemoveOtuLabelsCommand::readList(){ wroteSomething = true; newList.setLabels(newLabels); newList.printHeaders(out); - newList.print(out); + newList.print(out, false); } out.close(); diff --git a/source/commands/removeotuscommand.cpp b/source/commands/removeotuscommand.cpp deleted file mode 100644 index 87f306b8..00000000 --- a/source/commands/removeotuscommand.cpp +++ /dev/null @@ -1,439 +0,0 @@ -/* - * removeotuscommand.cpp - * Mothur - * - * Created by westcott on 11/12/10. - * Copyright 2010 Schloss Lab. All rights reserved. - * - */ - -#include "removeotuscommand.h" -#include "inputdata.h" -#include "sharedutilities.h" - -//********************************************************************************************************************** -vector RemoveOtusCommand::setParameters(){ - try { - CommandParameter pgroup("group", "InputTypes", "", "", "none", "none", "none","group",false,true,true); parameters.push_back(pgroup); - CommandParameter plist("list", "InputTypes", "", "", "none", "none", "none","list",false,true,true); parameters.push_back(plist); - CommandParameter paccnos("accnos", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(paccnos); - CommandParameter pgroups("groups", "String", "", "", "", "", "","",false,false); parameters.push_back(pgroups); - CommandParameter plabel("label", "String", "", "", "", "", "","",false,false); parameters.push_back(plabel); - CommandParameter pseed("seed", "Number", "", "0", "", "", "","",false,false); parameters.push_back(pseed); - CommandParameter pinputdir("inputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(pinputdir); - CommandParameter poutputdir("outputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(poutputdir); - - vector myArray; - for (int i = 0; i < parameters.size(); i++) { myArray.push_back(parameters[i].name); } - return myArray; - } - catch(exception& e) { - m->errorOut(e, "RemoveOtusCommand", "setParameters"); - exit(1); - } -} -//********************************************************************************************************************** -string RemoveOtusCommand::getHelpString(){ - try { - string helpString = ""; - helpString += "The remove.otus command removes otus containing sequences from a specfic group or set of groups.\n"; - helpString += "It outputs a new list file containing the otus containing sequences NOT from in the those specified groups.\n"; - helpString += "The remove.otus command parameters are accnos, group, list, label and groups. The group and list parameters are required, unless you have valid current files.\n"; - helpString += "You must also provide an accnos containing the list of groups to get or set the groups parameter to the groups you wish to select.\n"; - helpString += "The groups parameter allows you to specify which of the groups in your groupfile you would like. You can separate group names with dashes.\n"; - helpString += "The label parameter allows you to specify which distance you want to process.\n"; - helpString += "The remove.otus command should be in the following format: remove.otus(accnos=yourAccnos, list=yourListFile, group=yourGroupFile, label=yourLabel).\n"; - helpString += "Example remove.otus(accnos=amazon.accnos, list=amazon.fn.list, group=amazon.groups, label=0.03).\n"; - helpString += "or remove.otus(groups=pasture, list=amazon.fn.list, amazon.groups, label=0.03).\n"; - helpString += "Note: No spaces between parameter labels (i.e. list), '=' and parameters (i.e.yourListFile).\n"; - return helpString; - } - catch(exception& e) { - m->errorOut(e, "RemoveOtusCommand", "getHelpString"); - exit(1); - } -} -//********************************************************************************************************************** -string RemoveOtusCommand::getOutputPattern(string type) { - try { - string pattern = ""; - - if (type == "group") { pattern = "[filename],[tag],pick,[extension]"; } - else if (type == "list") { pattern = "[filename],[tag],pick,[extension]"; } - else { m->mothurOut("[ERROR]: No definition for type " + type + " output pattern.\n"); m->control_pressed = true; } - - return pattern; - } - catch(exception& e) { - m->errorOut(e, "RemoveOtusCommand", "getOutputPattern"); - exit(1); - } -} -///********************************************************************************************************************** -RemoveOtusCommand::RemoveOtusCommand(){ - try { - abort = true; calledHelp = true; - setParameters(); - vector tempOutNames; - outputTypes["group"] = tempOutNames; - outputTypes["list"] = tempOutNames; - } - catch(exception& e) { - m->errorOut(e, "RemoveOtusCommand", "RemoveOtusCommand"); - exit(1); - } -} - -//********************************************************************************************************************** -RemoveOtusCommand::RemoveOtusCommand(string option) { - try { - abort = false; calledHelp = false; - - //allow user to run help - if(option == "help") { help(); abort = true; calledHelp = true; } - else if(option == "citation") { citation(); abort = true; calledHelp = true;} - - else { - vector myArray = setParameters(); - - OptionParser parser(option); - map parameters = parser.getParameters(); - - ValidParameters validParameter; - map::iterator it; - - //check to make sure all parameters are valid for command - for (it = parameters.begin(); it != parameters.end(); it++) { - if (validParameter.isValidParameter(it->first, myArray, it->second) != true) { abort = true; } - } - - //initialize outputTypes - vector tempOutNames; - outputTypes["group"] = tempOutNames; - outputTypes["list"] = tempOutNames; - - - //if the user changes the output directory command factory will send this info to us in the output parameter - outputDir = validParameter.validFile(parameters, "outputdir", false); if (outputDir == "not found"){ outputDir = ""; } - - //if the user changes the input directory command factory will send this info to us in the output parameter - string inputDir = validParameter.validFile(parameters, "inputdir", false); - if (inputDir == "not found"){ inputDir = ""; } - else { - string path; - it = parameters.find("accnos"); - //user has given a template file - if(it != parameters.end()){ - path = m->hasPath(it->second); - //if the user has not given a path then, add inputdir. else leave path alone. - if (path == "") { parameters["accnos"] = inputDir + it->second; } - } - - it = parameters.find("list"); - //user has given a template file - if(it != parameters.end()){ - path = m->hasPath(it->second); - //if the user has not given a path then, add inputdir. else leave path alone. - if (path == "") { parameters["list"] = inputDir + it->second; } - } - - it = parameters.find("group"); - //user has given a template file - if(it != parameters.end()){ - path = m->hasPath(it->second); - //if the user has not given a path then, add inputdir. else leave path alone. - if (path == "") { parameters["group"] = inputDir + it->second; } - } - } - - - //check for required parameters - accnosfile = validParameter.validFile(parameters, "accnos", true); - if (accnosfile == "not open") { abort = true; } - else if (accnosfile == "not found") { accnosfile = ""; } - else { m->setAccnosFile(accnosfile); } - - groupfile = validParameter.validFile(parameters, "group", true); - if (groupfile == "not open") { abort = true; } - else if (groupfile == "not found") { - groupfile = m->getGroupFile(); - if (groupfile != "") { m->mothurOut("Using " + groupfile + " as input file for the group parameter."); m->mothurOutEndLine(); } - else { m->mothurOut("You have no current group file and the group parameter is required."); m->mothurOutEndLine(); abort = true; } - }else { m->setGroupFile(groupfile); } - - listfile = validParameter.validFile(parameters, "list", true); - if (listfile == "not open") { abort = true; } - else if (listfile == "not found") { - listfile = m->getListFile(); - if (listfile != "") { m->mothurOut("Using " + listfile + " as input file for the list parameter."); m->mothurOutEndLine(); } - else { m->mothurOut("You have no current list file and the list parameter is required."); m->mothurOutEndLine(); abort = true; } - }else { m->setListFile(listfile); } - - groups = validParameter.validFile(parameters, "groups", false); - if (groups == "not found") { groups = ""; } - else { - m->splitAtDash(groups, Groups); - } - - label = validParameter.validFile(parameters, "label", false); - if (label == "not found") { label = ""; m->mothurOut("You did not provide a label, I will use the first label in your inputfile."); m->mothurOutEndLine(); label=""; } - - if ((accnosfile == "") && (Groups.size() == 0)) { m->mothurOut("You must provide an accnos file or specify groups using the groups parameter."); m->mothurOutEndLine(); abort = true; } - } - - } - catch(exception& e) { - m->errorOut(e, "RemoveOtusCommand", "RemoveOtusCommand"); - exit(1); - } -} -//********************************************************************************************************************** - -int RemoveOtusCommand::execute(){ - try { - - if (abort == true) { if (calledHelp) { return 0; } return 2; } - - groupMap = new GroupMap(groupfile); - groupMap->readMap(); - - //get groups you want to remove - if (accnosfile != "") { m->readAccnos(accnosfile, Groups); m->setGroups(Groups); } - - //make sure groups are valid - //takes care of user setting groupNames that are invalid or setting groups=all - SharedUtil* util = new SharedUtil(); - vector allGroups = groupMap->getNamesOfGroups(); - util->setGroups(Groups, allGroups); - delete util; - - if (m->control_pressed) { delete groupMap; return 0; } - - //read through the list file keeping any otus that contain any sequence from the groups selected - readListGroup(); - - if (m->control_pressed) { for (int i = 0; i < outputNames.size(); i++) { m->mothurRemove(outputNames[i]); } return 0; } - - if (outputNames.size() != 0) { - m->mothurOutEndLine(); - m->mothurOut("Output File names: "); m->mothurOutEndLine(); - for (int i = 0; i < outputNames.size(); i++) { m->mothurOut(outputNames[i]); m->mothurOutEndLine(); } - m->mothurOutEndLine(); - - //set fasta file as new current fastafile - string current = ""; - itTypes = outputTypes.find("group"); - if (itTypes != outputTypes.end()) { - if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setGroupFile(current); } - } - - itTypes = outputTypes.find("list"); - if (itTypes != outputTypes.end()) { - if ((itTypes->second).size() != 0) { current = (itTypes->second)[0]; m->setListFile(current); } - } - } - - return 0; - } - - catch(exception& e) { - m->errorOut(e, "RemoveOtusCommand", "execute"); - exit(1); - } -} -//********************************************************************************************************************** -int RemoveOtusCommand::readListGroup(){ - try { - InputData* input = new InputData(listfile, "list"); - ListVector* list = input->getListVector(); - string lastLabel = list->getLabel(); - - //using first label seen if none is provided - if (label == "") { label = lastLabel; } - - string thisOutputDir = outputDir; - if (outputDir == "") { thisOutputDir += m->hasPath(listfile); } - map variables; - variables["[filename]"] = thisOutputDir + m->getRootName(m->getSimpleName(listfile)); - variables["[tag]"] = label; - variables["[extension]"] = m->getExtension(listfile); - string outputFileName = getOutputFileName("list", variables); - - ofstream out; - m->openOutputFile(outputFileName, out); - - string GroupOutputDir = outputDir; - if (outputDir == "") { GroupOutputDir += m->hasPath(groupfile); } - variables["[filename]"] = GroupOutputDir + m->getRootName(m->getSimpleName(groupfile)); - variables["[extension]"] = m->getExtension(groupfile); - string outputGroupFileName = getOutputFileName("group", variables); - - ofstream outGroup; - m->openOutputFile(outputGroupFileName, outGroup); - - //if the users enters label "0.06" and there is no "0.06" in their file use the next lowest label. - set labels; labels.insert(label); - set processedLabels; - set userLabels = labels; - - bool wroteSomething = false; - - //as long as you are not at the end of the file or done wih the lines you want - while((list != NULL) && (userLabels.size() != 0)) { - - if (m->control_pressed) { delete list; delete input; out.close(); outGroup.close(); m->mothurRemove(outputFileName); m->mothurRemove(outputGroupFileName);return 0; } - - if(labels.count(list->getLabel()) == 1){ - processList(list, groupMap, out, outGroup, wroteSomething); - - processedLabels.insert(list->getLabel()); - userLabels.erase(list->getLabel()); - } - - if ((m->anyLabelsToProcess(list->getLabel(), userLabels, "") == true) && (processedLabels.count(lastLabel) != 1)) { - string saveLabel = list->getLabel(); - - delete list; - - list = input->getListVector(lastLabel); - - processList(list, groupMap, out, outGroup, wroteSomething); - - processedLabels.insert(list->getLabel()); - userLabels.erase(list->getLabel()); - - //restore real lastlabel to save below - list->setLabel(saveLabel); - } - - lastLabel = list->getLabel(); - - delete list; list = NULL; - - //get next line to process - list = input->getListVector(); - } - - - if (m->control_pressed) { if (list != NULL) { delete list; } delete input; out.close(); outGroup.close(); m->mothurRemove(outputFileName); m->mothurRemove(outputGroupFileName); return 0; } - - //output error messages about any remaining user labels - set::iterator it; - bool needToRun = false; - for (it = userLabels.begin(); it != userLabels.end(); it++) { - m->mothurOut("Your file does not include the label " + *it); - if (processedLabels.count(lastLabel) != 1) { - m->mothurOut(". I will use " + lastLabel + "."); m->mothurOutEndLine(); - needToRun = true; - }else { - m->mothurOut(". Please refer to " + lastLabel + "."); m->mothurOutEndLine(); - } - } - - //run last label if you need to - if (needToRun == true) { - if (list != NULL) { delete list; } - - list = input->getListVector(lastLabel); - - processList(list, groupMap, out, outGroup, wroteSomething); - - delete list; list = NULL; - } - - out.close(); - outGroup.close(); - - if (wroteSomething == false) { m->mothurOut("At distance " + label + " your file ONLY contains otus containing sequences from the groups you wish to remove."); m->mothurOutEndLine(); } - outputTypes["list"].push_back(outputFileName); outputNames.push_back(outputFileName); - outputTypes["group"].push_back(outputGroupFileName); outputNames.push_back(outputGroupFileName); - - return 0; - - } - catch(exception& e) { - m->errorOut(e, "RemoveOtusCommand", "readList"); - exit(1); - } -} -//********************************************************************************************************************** -int RemoveOtusCommand::processList(ListVector*& list, GroupMap*& groupMap, ofstream& out, ofstream& outGroup, bool& wroteSomething){ - try { - - //make a new list vector - ListVector newList; - newList.setLabel(list->getLabel()); - - int numOtus = 0; - //for each bin - vector binLabels = list->getLabels(); - vector newBinLabels; - for (int i = 0; i < list->getNumBins(); i++) { - if (m->control_pressed) { return 0; } - - //parse out names that are in accnos file - string binnames = list->get(i); - - bool removeBin = false; - string groupFileOutput = ""; - - //parse names - string individual = ""; - int length = binnames.length(); - for(int j=0;jgetGroup(individual); - if (group == "not found") { m->mothurOut("[ERROR]: " + individual + " is not in your groupfile. please correct."); m->mothurOutEndLine(); group = "NOTFOUND"; } - - if (m->inUsersGroups(group, Groups)) { removeBin = true; break; } - groupFileOutput += individual + "\t" + group + "\n"; - individual = ""; - - } - else{ individual += binnames[j]; } - } - - if (!removeBin) { - //get last name - string group = groupMap->getGroup(individual); - if (group == "not found") { m->mothurOut("[ERROR]: " + individual + " is not in your groupfile. please correct."); m->mothurOutEndLine(); group = "NOTFOUND"; } - - if (m->inUsersGroups(group, Groups)) { removeBin = true; } - groupFileOutput += individual + "\t" + group + "\n"; - - if (!removeBin) { - //if there are no sequences from the groups we want to remove in this bin add to new list, output to groupfile - newList.push_back(binnames); - newBinLabels.push_back(binLabels[i]); - outGroup << groupFileOutput; - }else { - numOtus++; - } - }else { - numOtus++; - } - - } - - //print new listvector - if (newList.getNumBins() != 0) { - wroteSomething = true; - newList.setLabels(newBinLabels); - newList.printHeaders(out); - newList.print(out); - } - - m->mothurOut(newList.getLabel() + " - removed " + toString(numOtus) + " of the " + toString(list->getNumBins()) + " OTUs."); m->mothurOutEndLine(); - - return 0; - - } - catch(exception& e) { - m->errorOut(e, "RemoveOtusCommand", "processList"); - exit(1); - } -} -//********************************************************************************************************************** - - - diff --git a/source/commands/removeotuscommand.h b/source/commands/removeotuscommand.h deleted file mode 100644 index a7fcf0ea..00000000 --- a/source/commands/removeotuscommand.h +++ /dev/null @@ -1,52 +0,0 @@ -#ifndef REMOVEOTUSCOMMAND_H -#define REMOVEOTUSCOMMAND_H - -/* - * removeotuscommand.h - * Mothur - * - * Created by westcott on 11/12/10. - * Copyright 2010 Schloss Lab. All rights reserved. - * - */ - -#include "command.hpp" -#include "groupmap.h" -#include "listvector.hpp" - -class RemoveOtusCommand : public Command { - -public: - - RemoveOtusCommand(string); - RemoveOtusCommand(); - ~RemoveOtusCommand(){} - - vector setParameters(); - string getCommandName() { return "remove.otus"; } - string getCommandCategory() { return "OTU-Based Approaches"; } - - string getHelpString(); - string getOutputPattern(string); - string getCitation() { return "http://www.mothur.org/wiki/Remove.otus"; } - string getDescription() { return "outputs a new list file containing the otus NOT containing sequences from the groups specified"; } - - int execute(); - void help() { m->mothurOut(getHelpString()); } - -private: - string accnosfile, groupfile, listfile, outputDir, groups, label; - bool abort; - vector outputNames, Groups; - GroupMap* groupMap; - - int readListGroup(); - int processList(ListVector*&, GroupMap*&, ofstream&, ofstream&, bool&); - -}; - -#endif - - - - diff --git a/source/commands/removerarecommand.cpp b/source/commands/removerarecommand.cpp index 2901cfef..eca3f7cb 100644 --- a/source/commands/removerarecommand.cpp +++ b/source/commands/removerarecommand.cpp @@ -498,7 +498,7 @@ int RemoveRareCommand::processList(){ wroteSomething = true; newList.setLabels(newLabels); newList.printHeaders(out); - newList.print(out); + newList.print(out, false); } } diff --git a/source/commands/removeseqscommand.cpp b/source/commands/removeseqscommand.cpp index dc47cb1f..ec9d71f1 100644 --- a/source/commands/removeseqscommand.cpp +++ b/source/commands/removeseqscommand.cpp @@ -759,7 +759,7 @@ int RemoveSeqsCommand::readList(){ wroteSomething = true; newList.setLabels(newBinLabels); newList.printHeaders(out); - newList.print(out); + newList.print(out, false); } @@ -959,9 +959,9 @@ int RemoveSeqsCommand::readTax(){ while(!in.eof()){ if (m->control_pressed) { in.close(); out.close(); m->mothurRemove(outputFileName); return 0; } - in >> name; m->gobble(in); //read from first column - in >> tax; //read from second column - + in >> name; m->gobble(in); + tax = m->getline(in); m->gobble(in); + if (!dups) {//adjust name if needed map::iterator it = uniqueMap.find(name); if (it != uniqueMap.end()) { name = it->second; } @@ -978,8 +978,6 @@ int RemoveSeqsCommand::readTax(){ m->mothurOut("[WARNING]: " + name + " is in your taxonomy file more than once. Mothur requires sequence names to be unique. I will only add it once.\n"); } }else { removedCount++; } - - m->gobble(in); } in.close(); out.close(); diff --git a/source/commands/renamefilecommand.cpp b/source/commands/renamefilecommand.cpp new file mode 100644 index 00000000..a98093c0 --- /dev/null +++ b/source/commands/renamefilecommand.cpp @@ -0,0 +1,713 @@ +// +// renamefilecommand.cpp +// Mothur +// +// Created by Sarah Westcott on 4/18/16. +// Copyright (c) 2016 Schloss Lab. All rights reserved. +// + +#include "renamefilecommand.h" +#include "systemcommand.h" + +//********************************************************************************************************************** +vector RenameFileCommand::setParameters(){ + try { + CommandParameter pflow("flow", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(pflow); + CommandParameter pfile("file", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(pfile); + CommandParameter pbiom("biom", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(pbiom); + CommandParameter pphylip("phylip", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(pphylip); + CommandParameter pcolumn("column", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(pcolumn); + CommandParameter psummary("summary", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(psummary); + CommandParameter pfasta("fasta", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(pfasta); + CommandParameter pname("name", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(pname); + CommandParameter pgroup("group", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(pgroup); + CommandParameter plist("list", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(plist); + CommandParameter ptaxonomy("taxonomy", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(ptaxonomy); + CommandParameter pqfile("qfile", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(pqfile); + CommandParameter paccnos("accnos", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(paccnos); + CommandParameter prabund("rabund", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(prabund); + CommandParameter psabund("sabund", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(psabund); + CommandParameter pdesign("design", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(pdesign); + CommandParameter porder("order", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(porder); + CommandParameter ptree("tree", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(ptree); + CommandParameter pshared("shared", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(pshared); + CommandParameter pcount("count", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(pcount); + CommandParameter poutputname("new", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(poutputname); + CommandParameter pinputname("input", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(pinputname); + CommandParameter prelabund("relabund", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(prelabund); + CommandParameter psff("sff", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(psff); + CommandParameter pconstaxonomy("constaxonomy", "InputTypes", "", "", "none", "none", "none","",false,true,true); parameters.push_back(pconstaxonomy); + CommandParameter poligos("oligos", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(poligos); + CommandParameter pmothurgenerated("shorten", "Boolean", "", "T", "", "", "","",false,false); parameters.push_back(pmothurgenerated); + CommandParameter pdeleteold("deleteold", "Boolean", "", "T", "", "", "","",false,false); parameters.push_back(pdeleteold); + CommandParameter pseed("seed", "Number", "", "0", "", "", "","",false,false); parameters.push_back(pseed); + CommandParameter pinputdir("inputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(pinputdir); + CommandParameter pprefix("prefix", "String", "", "", "", "", "","",false,false); parameters.push_back(pprefix); + CommandParameter poutputdir("outputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(poutputdir); + + vector myArray; + for (int i = 0; i < parameters.size(); i++) { myArray.push_back(parameters[i].name); } + return myArray; + } + catch(exception& e) { + m->errorOut(e, "RenameFileCommand", "setParameters"); + exit(1); + } +} +//********************************************************************************************************************** +string RenameFileCommand::getHelpString(){ + try { + string helpString = ""; + helpString += "The rename.file command allows you to rename files and updates the current files saved by mothur.\n"; + helpString += "The rename.file command parameters are: phylip, column, list, rabund, sabund, name, group, design, tree, shared, relabund, fasta, qfile, sff, oligos, accnos, biom, count, summary, file, taxonomy, constaxonomy, input, new, prefix, deletedold and shorten.\n"; + helpString += "The new parameter allows you to provide an output file name for the input file you provide.\n"; + helpString += "The shorten parameter is used to inicate you want mothur to generate output file names for you. For example: stability.trim.contigs.good.unique.good.filter.unique.precluster.pick.pick.pick.an.unique_list.shared would become stability.an.shared. Default=true."; + helpString += "The prefix parameter allows you to enter your own prefix for shortened names."; + helpString += "The deleteold parameter indicates whether you want to delete the old file. Default=true."; + helpString += "The rename.file command should be in the following format: \n"; + helpString += "rename.file(fasta=current, name=current, group=current, taxonomy=current, shorten=t)\n"; + return helpString; + } + catch(exception& e) { + m->errorOut(e, "RenameFileCommand", "getHelpString"); + exit(1); + } +} + + +//********************************************************************************************************************** +RenameFileCommand::RenameFileCommand(){ + try { + abort = true; calledHelp = true; + setParameters(); + vector tempOutNames; + } + catch(exception& e) { + m->errorOut(e, "RenameFileCommand", "RenameFileCommand"); + exit(1); + } +} +//********************************************************************************************************************** +string RenameFileCommand::getOutputPattern(string type) { + try { + string pattern = ""; + m->mothurOut("[ERROR]: No definition for type " + type + " output pattern.\n"); m->control_pressed = true; + return pattern; + } + catch(exception& e) { + m->errorOut(e, "RenameFileCommand", "getOutputPattern"); + exit(1); + } +} +//********************************************************************************************************************** +RenameFileCommand::RenameFileCommand(string option) { + try { + abort = false; calledHelp = false; + + //allow user to run help + if(option == "help") { help(); abort = true; calledHelp = true; } + else if(option == "citation") { citation(); abort = true; calledHelp = true;} + + else { + //valid paramters for this command + vector myArray = setParameters(); + + OptionParser parser(option); + map parameters = parser.getParameters(); + + ValidParameters validParameter; + map::iterator it; + //check to make sure all parameters are valid for command + for (it = parameters.begin(); it != parameters.end(); it++) { + if (validParameter.isValidParameter(it->first, myArray, it->second) != true) { abort = true; } + } + + vector tempOutNames; + outputTypes["summary"] = tempOutNames; + + //if the user changes the input directory command factory will send this info to us in the output parameter + string inputDir = validParameter.validFile(parameters, "inputdir", false); + if (inputDir == "not found"){ inputDir = ""; } + else { + string path; + it = parameters.find("phylip"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["phylip"] = inputDir + it->second; } + } + + it = parameters.find("column"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["column"] = inputDir + it->second; } + } + + it = parameters.find("fasta"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["fasta"] = inputDir + it->second; } + } + + it = parameters.find("list"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["list"] = inputDir + it->second; } + } + + it = parameters.find("rabund"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["rabund"] = inputDir + it->second; } + } + + it = parameters.find("sabund"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["sabund"] = inputDir + it->second; } + } + + it = parameters.find("name"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["name"] = inputDir + it->second; } + } + + it = parameters.find("group"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["group"] = inputDir + it->second; } + } + + it = parameters.find("design"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["design"] = inputDir + it->second; } + } + + + it = parameters.find("tree"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["tree"] = inputDir + it->second; } + } + + it = parameters.find("shared"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["shared"] = inputDir + it->second; } + } + + it = parameters.find("input"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["input"] = inputDir + it->second; } + } + + it = parameters.find("count"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["count"] = inputDir + it->second; } + } + + it = parameters.find("relabund"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["relabund"] = inputDir + it->second; } + } + + it = parameters.find("fasta"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["fasta"] = inputDir + it->second; } + } + + it = parameters.find("qfile"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["qfile"] = inputDir + it->second; } + } + + it = parameters.find("sff"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["sff"] = inputDir + it->second; } + } + + it = parameters.find("oligos"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["oligos"] = inputDir + it->second; } + } + + it = parameters.find("accnos"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["accnos"] = inputDir + it->second; } + } + + it = parameters.find("taxonomy"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["taxonomy"] = inputDir + it->second; } + } + + it = parameters.find("flow"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["flow"] = inputDir + it->second; } + } + + it = parameters.find("biom"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["biom"] = inputDir + it->second; } + } + + it = parameters.find("summary"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["summary"] = inputDir + it->second; } + } + + it = parameters.find("file"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["file"] = inputDir + it->second; } + } + + it = parameters.find("constaxonomy"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["constaxonomy"] = inputDir + it->second; } + } + } + + //if the user changes the output directory command factory will send this info to us in the output parameter + outputDir = validParameter.validFile(parameters, "outputdir", false); if (outputDir == "not found"){ outputDir = ""; } + + int numFiles = 0; + //check for parameters + phylipfile = validParameter.validFile(parameters, "phylip", true); + if (phylipfile == "not open") { m->mothurOut("Ignoring: " + parameters["phylip"]); m->mothurOutEndLine(); phylipfile = ""; } + else if (phylipfile == "not found") { phylipfile = ""; } + if (phylipfile != "") { numFiles++; } + + columnfile = validParameter.validFile(parameters, "column", true); + if (columnfile == "not open") { m->mothurOut("Ignoring: " + parameters["column"]); m->mothurOutEndLine(); columnfile = ""; } + else if (columnfile == "not found") { columnfile = ""; } + if (columnfile != "") { numFiles++; } + + listfile = validParameter.validFile(parameters, "list", true); + if (listfile == "not open") { m->mothurOut("Ignoring: " + parameters["list"]); m->mothurOutEndLine(); listfile = ""; } + else if (listfile == "not found") { listfile = ""; } + if (listfile != "") { numFiles++; } + + rabundfile = validParameter.validFile(parameters, "rabund", true); + if (rabundfile == "not open") { m->mothurOut("Ignoring: " + parameters["rabund"]); m->mothurOutEndLine(); rabundfile = ""; } + else if (rabundfile == "not found") { rabundfile = ""; } + if (rabundfile != "") { numFiles++; } + + sabundfile = validParameter.validFile(parameters, "sabund", true); + if (sabundfile == "not open") { m->mothurOut("Ignoring: " + parameters["sabund"]); m->mothurOutEndLine(); sabundfile = ""; } + else if (sabundfile == "not found") { sabundfile = ""; } + if (sabundfile != "") { numFiles++; } + + namefile = validParameter.validFile(parameters, "name", true); + if (namefile == "not open") { m->mothurOut("Ignoring: " + parameters["name"]); m->mothurOutEndLine(); namefile = ""; } + else if (namefile == "not found") { namefile = ""; } + if (namefile != "") { numFiles++; } + + groupfile = validParameter.validFile(parameters, "group", true); + if (groupfile == "not open") { m->mothurOut("Ignoring: " + parameters["group"]); m->mothurOutEndLine(); groupfile = ""; } + else if (groupfile == "not found") { groupfile = ""; } + if (groupfile != "") { numFiles++; } + + countfile = validParameter.validFile(parameters, "count", true); + if (countfile == "not open") { m->mothurOut("Ignoring: " + parameters["count"]); m->mothurOutEndLine(); countfile = ""; } + else if (countfile == "not found") { countfile = ""; } + if (countfile != "") { numFiles++; } + + designfile = validParameter.validFile(parameters, "design", true); + if (designfile == "not open") { m->mothurOut("Ignoring: " + parameters["design"]); m->mothurOutEndLine(); designfile = ""; } + else if (designfile == "not found") { designfile = ""; } + if (designfile != "") { numFiles++; } + + inputfile = validParameter.validFile(parameters, "input", true); + if (inputfile == "not open") { m->mothurOut("Ignoring: " + parameters["input"]); m->mothurOutEndLine(); inputfile = ""; } + else if (inputfile == "not found") { inputfile = ""; } + if (inputfile != "") { numFiles++; } + + treefile = validParameter.validFile(parameters, "tree", true); + if (treefile == "not open") { m->mothurOut("Ignoring: " + parameters["tree"]); m->mothurOutEndLine(); treefile = ""; } + else if (treefile == "not found") { treefile = ""; } + if (treefile != "") { numFiles++; } + + sharedfile = validParameter.validFile(parameters, "shared", true); + if (sharedfile == "not open") { m->mothurOut("Ignoring: " + parameters["shared"]); m->mothurOutEndLine(); sharedfile = ""; } + else if (sharedfile == "not found") { sharedfile = ""; } + if (sharedfile != "") { numFiles++; } + + relabundfile = validParameter.validFile(parameters, "relabund", true); + if (relabundfile == "not open") { m->mothurOut("Ignoring: " + parameters["relabund"]); m->mothurOutEndLine(); relabundfile = ""; } + else if (relabundfile == "not found") { relabundfile = ""; } + if (relabundfile != "") { numFiles++; } + + fastafile = validParameter.validFile(parameters, "fasta", true); + if (fastafile == "not open") { m->mothurOut("Ignoring: " + parameters["fasta"]); m->mothurOutEndLine(); fastafile = ""; } + else if (fastafile == "not found") { fastafile = ""; } + if (fastafile != "") { numFiles++; } + + qualfile = validParameter.validFile(parameters, "qfile", true); + if (qualfile == "not open") { m->mothurOut("Ignoring: " + parameters["qfile"]); m->mothurOutEndLine(); qualfile = ""; } + else if (qualfile == "not found") { qualfile = ""; } + if (qualfile != "") { numFiles++; } + + sfffile = validParameter.validFile(parameters, "sff", true); + if (sfffile == "not open") { m->mothurOut("Ignoring: " + parameters["sff"]); m->mothurOutEndLine(); sfffile = ""; } + else if (sfffile == "not found") { sfffile = ""; } + if (sfffile != "") { numFiles++; } + + oligosfile = validParameter.validFile(parameters, "oligos", true); + if (oligosfile == "not open") { m->mothurOut("Ignoring: " + parameters["oligos"]); m->mothurOutEndLine(); oligosfile = ""; } + else if (oligosfile == "not found") { oligosfile = ""; } + if (oligosfile != "") { numFiles++; } + + accnosfile = validParameter.validFile(parameters, "accnos", true); + if (accnosfile == "not open") { m->mothurOut("Ignoring: " + parameters["accnos"]); m->mothurOutEndLine(); accnosfile = ""; } + else if (accnosfile == "not found") { accnosfile = ""; } + if (accnosfile != "") { numFiles++; } + + taxonomyfile = validParameter.validFile(parameters, "taxonomy", true); + if (taxonomyfile == "not open") { m->mothurOut("Ignoring: " + parameters["taxonomy"]); m->mothurOutEndLine(); taxonomyfile = ""; } + else if (taxonomyfile == "not found") { taxonomyfile = ""; } + if (taxonomyfile != "") { numFiles++; } + + constaxonomyfile = validParameter.validFile(parameters, "constaxonomy", true); + if (constaxonomyfile == "not open") { m->mothurOut("Ignoring: " + parameters["constaxonomy"]); m->mothurOutEndLine(); constaxonomyfile = ""; } + else if (constaxonomyfile == "not found") { constaxonomyfile = ""; } + if (constaxonomyfile != "") { numFiles++; } + + flowfile = validParameter.validFile(parameters, "flow", true); + if (flowfile == "not open") { m->mothurOut("Ignoring: " + parameters["flow"]); m->mothurOutEndLine(); flowfile = ""; } + else if (flowfile == "not found") { flowfile = ""; } + if (flowfile != "") { numFiles++; } + + biomfile = validParameter.validFile(parameters, "biom", true); + if (biomfile == "not open") { m->mothurOut("Ignoring: " + parameters["biom"]); m->mothurOutEndLine(); biomfile = ""; } + else if (biomfile == "not found") { biomfile = ""; } + if (biomfile != "") { numFiles++; } + + summaryfile = validParameter.validFile(parameters, "summary", true); + if (summaryfile == "not open") { m->mothurOut("Ignoring: " + parameters["summary"]); m->mothurOutEndLine(); summaryfile = ""; } + else if (summaryfile == "not found") { summaryfile = ""; } + if (summaryfile != "") { numFiles++; } + + filefile = validParameter.validFile(parameters, "file", true); + if (filefile == "not open") { m->mothurOut("Ignoring: " + parameters["file"]); m->mothurOutEndLine(); filefile = ""; } + else if (filefile == "not found") { filefile = ""; } + if (filefile != "") { numFiles++; } + + string temp = validParameter.validFile(parameters, "shorten", false); if (temp == "not found") { temp = "T"; } + mothurGenerated = m->isTrue(temp); + + temp = validParameter.validFile(parameters, "deleteold", false); if (temp == "not found") { temp = "T"; } + deleteOld = m->isTrue(temp); + + prefix = validParameter.validFile(parameters, "prefix", false); if (prefix == "not found") { prefix = ""; } + + outputfile = validParameter.validFile(parameters, "new", false); + if (outputfile == "not found") { + if (!mothurGenerated) { m->mothurOut("[ERROR]: you must enter an output file name"); m->mothurOutEndLine(); abort=true; } + outputfile = ""; + }else { mothurGenerated=false; if (outputDir != "") { outputfile = outputDir + m->getSimpleName(outputfile); } } + + + if ((!mothurGenerated) && (numFiles > 1)) { + m->mothurOut("[ERROR]: You cannot use more than one file parameter unless mothur is generating the output filenames for you.\n"); abort= true; + } + + if ((mothurGenerated) && (outputfile != "") && (numFiles != 1)) { + m->mothurOut("[ERROR]: You must allow mothur to generate the filenames or input one file at a time with a new name, not both.\n"); abort= true; + } + + if (outputDir != "") { outputfile = outputDir + m->getSimpleName(outputfile); } + } + + } + catch(exception& e) { + m->errorOut(e, "RenameFileCommand", "RenameFileCommand"); + exit(1); + } +} +//********************************************************************************************************************** + +int RenameFileCommand::execute(){ + try { + + if (abort == true) { if (calledHelp) { return 0; } return 2; } + + string newName = outputfile; + + //look for file types + if (fastafile != "") { + newName = getNewName(fastafile, "fasta"); + renameOrCopy(fastafile, newName); + m->setFastaFile(newName); + } + if (qualfile != "") { + newName = getNewName(qualfile, "qfile"); + renameOrCopy(qualfile, newName); + m->setQualFile(newName); + } + if (phylipfile != "") { + newName = getNewName(phylipfile, "phylip"); + renameOrCopy(phylipfile, newName); + m->setPhylipFile(newName); + } + if (columnfile != "") { + newName = getNewName(columnfile, "column"); + renameOrCopy(columnfile, newName); + m->setColumnFile(newName); + } + if (listfile != "") { + newName = getNewName(listfile, "list"); + renameOrCopy(listfile, newName); + m->setListFile(newName); + } + if (rabundfile != "") { + newName = getNewName(rabundfile, "rabund"); + renameOrCopy(rabundfile, newName); + m->setRabundFile(newName); + } + if (sabundfile != "") { + newName = getNewName(sabundfile, "sabund"); + renameOrCopy(sabundfile, newName); + m->setSabundFile(newName); + } + if (namefile != "") { + newName = getNewName(namefile, "name"); + renameOrCopy(namefile, newName); + m->setNameFile(newName); + } + if (groupfile != "") { + newName = getNewName(groupfile, "group"); + renameOrCopy(groupfile, newName); + m->setGroupFile(newName); + } + if (treefile != "") { + newName = getNewName(treefile, "tree"); + renameOrCopy(treefile, newName); + m->setTreeFile(newName); + } + if (sharedfile != "") { + newName = getNewName(sharedfile, "shared"); + renameOrCopy(sharedfile, newName); + m->setSharedFile(newName); + } + if (relabundfile != "") { + newName = getNewName(relabundfile, "relabund"); + renameOrCopy(relabundfile, newName); + m->setRelAbundFile(newName); + } + if (designfile != "") { + newName = getNewName(designfile, "design"); + renameOrCopy(designfile, newName); + m->setDesignFile(newName); + } + if (sfffile != "") { + newName = getNewName(sfffile, "sff"); + renameOrCopy(sfffile, newName); + m->setSFFFile(newName); + } + if (oligosfile != "") { + newName = getNewName(oligosfile, "oligos"); + renameOrCopy(oligosfile, newName); + m->setOligosFile(newName); + } + if (accnosfile != "") { + newName = getNewName(accnosfile, "accnos"); + renameOrCopy(accnosfile, newName); + m->setAccnosFile(newName); + } + if (taxonomyfile != "") { + newName = getNewName(taxonomyfile, "taxonomy"); + renameOrCopy(taxonomyfile, newName); + m->setTaxonomyFile(newName); + } + if (constaxonomyfile != "") { + newName = getNewName(constaxonomyfile, "constaxonomy"); + renameOrCopy(constaxonomyfile, newName); + m->setConsTaxonomyFile(newName); + } + if (flowfile != "") { + newName = getNewName(flowfile, "flow"); + renameOrCopy(flowfile, newName); + m->setFlowFile(newName); + } + if (biomfile != "") { + newName = getNewName(biomfile, "biom"); + renameOrCopy(biomfile, newName); + m->setBiomFile(newName); + } + if (countfile != "") { + newName = getNewName(countfile, "count"); + renameOrCopy(countfile, newName); + m->setCountTableFile(newName); + } + if (summaryfile != "") { + newName = getNewName(summaryfile, "summary"); + renameOrCopy(summaryfile, newName); + m->setSummaryFile(newName); + } + if (filefile != "") { + newName = getNewName(filefile, "file"); + renameOrCopy(filefile, newName); + m->setFileFile(newName); + } + if (inputfile != "") { + newName = getNewName(inputfile, "input"); + renameOrCopy(inputfile, newName); + } + + m->mothurOutEndLine(); m->mothurOut("Current files saved by mothur:"); m->mothurOutEndLine(); + if (m->hasCurrentFiles()) { m->printCurrentFiles(""); } + + return 0; + } + + catch(exception& e) { + m->errorOut(e, "RenameFileCommand", "execute"); + exit(1); + } +} +//********************************************************************************************************************** + +string RenameFileCommand::getNewName(string name, string type){ + try { + string newName = outputfile; + name = m->getFullPathName(name); + + if (mothurGenerated) { + string extension = m->getExtension(name); + string basicName = "final"; + string tag = ""; + + if (prefix == "") { + int pos = name.find_first_of("."); + if (pos != string::npos) { basicName = name.substr(0, pos); } + }else { basicName = prefix; } + + if ((type == "shared") || (type == "list") || (type == "relabund") || (type == "rabund") || (type == "sabund")) { + vector tags; tags.push_back(".an."); tags.push_back(".tx."); tags.push_back(".agc."); tags.push_back(".dgc."); tags.push_back(".nn."); tags.push_back(".fn."); tags.push_back(".wn."); tags.push_back(".opti_"); + + for (int i = 0; i < tags.size(); i++) { + int pos2 = name.find(tags[i]); + if (pos2 != string::npos) { + int pos3 = name.substr(pos2+1).find_first_of('.'); + tag = name.substr(pos2+1, pos3); + break; + } + } + }else if (type == "constaxonomy") { + extension = ".cons.taxonomy"; + } + + newName = basicName; + if (tag != "") { newName += "." + tag; } + newName += extension; + } + + return newName; + } + + catch(exception& e) { + m->errorOut(e, "RenameFileCommand", "getNewFileName"); + exit(1); + } +} +//********************************************************************************************************************** + +string RenameFileCommand::renameOrCopy(string oldName, string newName){ + try { + if (deleteOld) { m->renameFile(oldName, newName); } + else { + string command = "copy "; + + #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) + command = "cp "; + #endif + + string inputString = command + oldName + " " + newName; + m->mothurOut("/******************************************/"); m->mothurOutEndLine(); + m->mothurOut("Running command: system(" + inputString + ")"); m->mothurOutEndLine(); + m->mothurCalling = true; + + Command* systemCommand = new SystemCommand(inputString); + systemCommand->execute(); + delete systemCommand; + m->mothurCalling = false; + m->mothurOut("/******************************************/"); m->mothurOutEndLine(); + } + + return newName; + } + + catch(exception& e) { + m->errorOut(e, "RenameFileCommand", "renameOrCopy"); + exit(1); + } +} +//********************************************************************************************************************** + + + diff --git a/source/commands/renamefilecommand.h b/source/commands/renamefilecommand.h new file mode 100644 index 00000000..96b095da --- /dev/null +++ b/source/commands/renamefilecommand.h @@ -0,0 +1,50 @@ +// +// renamefilecommand.h +// Mothur +// +// Created by Sarah Westcott on 4/18/16. +// Copyright (c) 2016 Schloss Lab. All rights reserved. +// + +#ifndef __Mothur__renamefilecommand__ +#define __Mothur__renamefilecommand__ + +#include "command.hpp" + +class RenameFileCommand : public Command { + +#ifdef UNIT_TEST + friend class TestRenameFileCommand; +#endif + +public: + + RenameFileCommand(string); + RenameFileCommand(); + ~RenameFileCommand(){} + + vector setParameters(); + string getCommandName() { return "rename.file"; } + string getCommandCategory() { return "General"; } + + string getHelpString(); + string getOutputPattern(string); + string getCitation() { return "http://www.mothur.org/wiki/rename.file"; } + string getDescription() { return "renames file and updates current"; } + + int execute(); + void help() { m->mothurOut(getHelpString()); } + + +private: + string accnosfile, phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, designfile, taxonomyfile, biomfile, countfile, summaryfile, inputfile, outputDir; + string treefile, sharedfile, ordergroupfile, relabundfile, fastafile, qualfile, sfffile, oligosfile, flowfile, filefile, outputfile, constaxonomyfile, prefix; + bool mothurGenerated, abort, deleteOld; + + vector outputNames; + + string getNewName(string name, string type); + string renameOrCopy(string oldName, string newName); +}; + +#endif /* defined(__Mothur__renamefilecommand__) */ diff --git a/source/commands/renameseqscommand.cpp b/source/commands/renameseqscommand.cpp index 30878679..baff6f21 100644 --- a/source/commands/renameseqscommand.cpp +++ b/source/commands/renameseqscommand.cpp @@ -771,6 +771,7 @@ vector > RenameSeqsCommand::readFiles(){ }else if (pieces.size() == 3) { thisFileName = pieces[0]+"-"+pieces[1]; group = pieces[2]; + m->checkGroupName(group); }else { m->mothurOut("[ERROR]: Your file contains " + toString(pieces.size()) + " columns. TThe file option allows you to provide a 2 or 3 column file. The first column contains the file type: fasta or qfile. The second column is the filename, and the optional third column can be a group name. If there is a third column, all sequences in the file will be assigned to that group. This can be helpful when renaming data separated into samples.\n"); m->control_pressed = true; } diff --git a/source/commands/screenseqscommand.cpp b/source/commands/screenseqscommand.cpp index b2c813ba..ce86e744 100644 --- a/source/commands/screenseqscommand.cpp +++ b/source/commands/screenseqscommand.cpp @@ -259,6 +259,7 @@ ScreenSeqsCommand::ScreenSeqsCommand(string option) { } } + fileType = "name file"; //check for required parameters fastafile = validParameter.validFile(parameters, "fasta", true); if (fastafile == "not found") { @@ -287,7 +288,7 @@ ScreenSeqsCommand::ScreenSeqsCommand(string option) { countfile = validParameter.validFile(parameters, "count", true); if (countfile == "not open") { countfile = ""; abort = true; } else if (countfile == "not found") { countfile = ""; } - else { m->setCountTableFile(countfile); } + else { m->setCountTableFile(countfile); fileType = "count file"; } contigsreport = validParameter.validFile(parameters, "contigsreport", true); if (contigsreport == "not open") { contigsreport = ""; abort = true; } @@ -545,21 +546,22 @@ int ScreenSeqsCommand::screenReports(map& badSeqNames){ try{ int numFastaSeqs = 0; bool summarizedFasta = false; + //use the namefile to optimize correctly + if (namefile != "") { nameMap = m->readNames(namefile); } + else if (countfile != "") { + CountTable ct; + ct.readTable(countfile, true, false); + nameMap = ct.getNameMap(); + } + //did not provide a summary file, but set a parameter that requires summarizing the fasta file //or did provide a summary file, but set maxn parameter so we must summarize the fasta file vector positions; if (((summaryfile == "") && ((m->inUsersGroups("maxambig", optimize)) ||(m->inUsersGroups("maxhomop", optimize)) ||(m->inUsersGroups("maxlength", optimize)) || (m->inUsersGroups("minlength", optimize)) || (m->inUsersGroups("start", optimize)) || (m->inUsersGroups("end", optimize)))) || ((summaryfile != "") && m->inUsersGroups("maxn", optimize))) { - //use the namefile to optimize correctly - if (namefile != "") { nameMap = m->readNames(namefile); } - else if (countfile != "") { - CountTable ct; - ct.readTable(countfile, true, false); - nameMap = ct.getNameMap(); - } - getSummary(positions); + getSummary(positions); summarizedFasta = true; - } else { + }else { #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) positions = m->divideFile(fastafile, processors); for (int i = 0; i < (positions.size()-1); i++) { lines.push_back(linePair(positions[i], positions[(i+1)])); } @@ -582,12 +584,6 @@ int ScreenSeqsCommand::screenReports(map& badSeqNames){ } if ((summaryfile != "") && ((m->inUsersGroups("maxambig", optimize)) ||(m->inUsersGroups("maxhomop", optimize)) ||(m->inUsersGroups("maxlength", optimize)) || (m->inUsersGroups("minlength", optimize)) || (m->inUsersGroups("start", optimize)) || (m->inUsersGroups("end", optimize))) && !summarizedFasta) { //summarize based on summaryfile - if (namefile != "") { nameMap = m->readNames(namefile); } - else if (countfile != "") { - CountTable ct; - ct.readTable(countfile, true, false); - nameMap = ct.getNameMap(); - } getSummaryReport(); }else if ((contigsreport != "") && ((m->inUsersGroups("minoverlap", optimize)) || (m->inUsersGroups("ostart", optimize)) || (m->inUsersGroups("oend", optimize)) || (m->inUsersGroups("mismatches", optimize)))) { //optimize settings based on contigs file optimizeContigs(); @@ -1053,12 +1049,14 @@ int ScreenSeqsCommand::getSummaryReport(){ //seqname start end nbases ambigs polymer numSeqs in >> name >> start >> end >> length >> ambigs >> polymer >> numReps; m->gobble(in); + if (m->debug) { m->mothurOut("[DEBUG]: " + name + "\t" + toString(start) + "\t" + toString(end) + "\t" + toString(length) + "\n"); } + int num = 1; if ((namefile != "") || (countfile !="")) { //make sure this sequence is in the namefile, else error map::iterator it = nameMap.find(name); - if (it == nameMap.end()) { m->mothurOut("[ERROR]: " + name + " is not in your namefile, please correct."); m->mothurOutEndLine(); m->control_pressed = true; } + if (it == nameMap.end()) { m->mothurOut("[ERROR]: " + name + " is not in your " + fileType + " please correct."); m->mothurOutEndLine(); m->control_pressed = true; } else { num = it->second; } } @@ -1192,7 +1190,7 @@ int ScreenSeqsCommand::driverContigsSummary(vector& oLength, vector& o //make sure this sequence is in the namefile, else error map::iterator it = nameMap.find(name); - if (it == nameMap.end()) { m->mothurOut("[ERROR]: " + name + " is not in your namefile, please correct."); m->mothurOutEndLine(); m->control_pressed = true; } + if (it == nameMap.end()) { m->mothurOut("[ERROR]: " + name + " is not in your " + fileType + " please correct."); m->mothurOutEndLine(); m->control_pressed = true; } else { num = it->second; } } @@ -1460,12 +1458,12 @@ int ScreenSeqsCommand::optimizeAlign(){ sort(inserts.begin(), inserts.end()); //numSeqs is the number of unique seqs, startPosition.size() is the total number of seqs, we want to optimize using all seqs - int criteriaPercentile = int(sims.size() * (criteria / (float) 100)); + //int criteriaPercentile = int(sims.size() * (criteria / (float) 100)); for (int i = 0; i < optimize.size(); i++) { if (optimize[i] == "minsim") { int mincriteriaPercentile = int(sims.size() * ((100 - criteria) / (float) 100)); minSim = sims[mincriteriaPercentile]; m->mothurOut("Optimizing minsim to " + toString(minSim) + "."); m->mothurOutEndLine();} else if (optimize[i] == "minscore") { int mincriteriaPercentile = int(scores.size() * ((100 - criteria) / (float) 100)); minScore = scores[mincriteriaPercentile]; m->mothurOut("Optimizing minscore to " + toString(minScore) + "."); m->mothurOutEndLine(); } - else if (optimize[i] == "maxinsert") { maxInsert = inserts[criteriaPercentile]; m->mothurOut("Optimizing maxinsert to " + toString(maxInsert) + "."); m->mothurOutEndLine(); } + else if (optimize[i] == "maxinsert") { int criteriaPercentile = int(inserts.size() * ((100 - criteria) / (float) 100)); maxInsert = inserts[criteriaPercentile]; m->mothurOut("Optimizing maxinsert to " + toString(maxInsert) + "."); m->mothurOutEndLine(); } } return 0; @@ -1507,7 +1505,7 @@ int ScreenSeqsCommand::driverAlignSummary(vector& sims, vector& sc //make sure this sequence is in the namefile, else error map::iterator it = nameMap.find(name); - if (it == nameMap.end()) { m->mothurOut("[ERROR]: " + name + " is not in your namefile, please correct."); m->mothurOutEndLine(); m->control_pressed = true; } + if (it == nameMap.end()) { m->mothurOut("[ERROR]: " + name + " is not in your " + fileType + " please correct."); m->mothurOutEndLine(); m->control_pressed = true; } else { num = it->second; } } @@ -1821,9 +1819,11 @@ int ScreenSeqsCommand::driverCreateSummary(vector& startPosition, vector::iterator it = nameMap.find(current.getName()); - if (it == nameMap.end()) { m->mothurOut("[ERROR]: " + current.getName() + " is not in your namefile, please correct."); m->mothurOutEndLine(); m->control_pressed = true; } + if (it == nameMap.end()) { m->mothurOut("[ERROR]: " + current.getName() + " is not in your " + fileType + " please correct."); m->mothurOutEndLine(); m->control_pressed = true; } else { num = it->second; } } + + if (m->debug) { m->mothurOut("[DEBUG]: " + current.getName() + "\t" + toString(current.getStartPos()) + "\t" + toString(current.getEndPos()) + "\t" + toString(current.getNumBases()) + "\n"); } //for each sequence this sequence represents int numns = current.getNumNs(); @@ -2188,14 +2188,15 @@ int ScreenSeqsCommand::screenTaxonomy(map badSeqNames){ while(!input.eof()){ if (m->control_pressed) { goodTaxOut.close(); input.close(); m->mothurRemove(goodTaxFile); return 0; } - input >> seqName; m->gobble(input); input >> tax; + input >> seqName; m->gobble(input); + tax = m->getline(input); m->gobble(input); + it = badSeqNames.find(seqName); if(it != badSeqNames.end()){ badSeqNames.erase(it); } else{ goodTaxOut << seqName << '\t' << tax << endl; } - m->gobble(input); } if (m->control_pressed) { goodTaxOut.close(); input.close(); m->mothurRemove(goodTaxFile); return 0; } @@ -2335,6 +2336,8 @@ int ScreenSeqsCommand::driver(linePair filePos, string goodFName, string badAccn if(maxHomoP != -1 && maxHomoP < currSeq.getLongHomoPolymer()) { goodSeq = 0; trashCode += "homop|";} if(minLength > currSeq.getNumBases()) { goodSeq = 0; trashCode += "debug) { m->mothurOut("[DEBUG]: " + currSeq.getName() + "\t" + toString(currSeq.getStartPos()) + "\t" + toString(currSeq.getEndPos()) + "\t" + toString(currSeq.getNumBases()) + "\n"); } } if (contigsreport == "") { //contigs report includes this so no need to check again diff --git a/source/commands/screenseqscommand.h b/source/commands/screenseqscommand.h index c394f55a..20a88445 100644 --- a/source/commands/screenseqscommand.h +++ b/source/commands/screenseqscommand.h @@ -62,7 +62,7 @@ class ScreenSeqsCommand : public Command { int createProcessesAlignSummary(vector&, vector&, vector&, vector); bool abort; - string fastafile, namefile, groupfile, alignreport, outputDir, qualfile, taxonomy, countfile, contigsreport, summaryfile; + string fastafile, namefile, groupfile, alignreport, outputDir, qualfile, taxonomy, countfile, contigsreport, summaryfile, fileType; int startPos, endPos, maxAmbig, maxHomoP, minLength, maxLength, processors, minOverlap, oStart, oEnd, mismatches, maxN, maxInsert; float minSim, minScore, criteria; vector outputNames; diff --git a/source/commands/sensspeccommand.cpp b/source/commands/sensspeccommand.cpp index aad48d49..96966b22 100644 --- a/source/commands/sensspeccommand.cpp +++ b/source/commands/sensspeccommand.cpp @@ -15,11 +15,11 @@ vector SensSpecCommand::setParameters(){ CommandParameter plist("list", "InputTypes", "", "", "none", "none", "none","sensspec",false,true,true); parameters.push_back(plist); CommandParameter pphylip("phylip", "InputTypes", "", "", "PhylipColumn", "PhylipColumn", "none","",false,false); parameters.push_back(pphylip); CommandParameter pcolumn("column", "InputTypes", "", "", "PhylipColumn", "PhylipColumn", "none","",false,false); parameters.push_back(pcolumn); + CommandParameter pcount("count", "InputTypes", "", "", "NameCount", "none", "none","name",false,false,true); parameters.push_back(pcount); CommandParameter pname("name", "InputTypes", "", "", "NameCount", "none", "none","name",false,false,true); parameters.push_back(pname); CommandParameter plabel("label", "String", "", "", "", "", "","",false,false); parameters.push_back(plabel); CommandParameter pcutoff("cutoff", "Number", "", "-1.00", "", "", "","",false,false); parameters.push_back(pcutoff); CommandParameter pprecision("precision", "Number", "", "100", "", "", "","",false,false); parameters.push_back(pprecision); - CommandParameter phard("hard", "Boolean", "", "T", "", "", "","",false,false); parameters.push_back(phard); CommandParameter pseed("seed", "Number", "", "0", "", "", "","",false,false); parameters.push_back(pseed); CommandParameter pinputdir("inputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(pinputdir); CommandParameter poutputdir("outputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(poutputdir); @@ -37,7 +37,7 @@ vector SensSpecCommand::setParameters(){ string SensSpecCommand::getHelpString(){ try { string helpString = ""; - helpString += "The sens.spec command....\n"; + helpString += "The sens.spec command determines the quality of the clusters.\n"; return helpString; } catch(exception& e) { @@ -141,6 +141,14 @@ SensSpecCommand::SensSpecCommand(string option) { //if the user has not given a path then, add inputdir. else leave path alone. if (path == "") { parameters["name"] = inputDir + it->second; } } + + it = parameters.find("count"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["count"] = inputDir + it->second; } + } } //check for required parameters @@ -167,6 +175,11 @@ SensSpecCommand::SensSpecCommand(string option) { if (namefile == "not found") { namefile = ""; } else if (namefile == "not open") { namefile = ""; abort = true; } else { m->setNameFile(namefile); } + + countfile = validParameter.validFile(parameters, "count", true); + if (countfile == "not found") { countfile = ""; } + else if (countfile == "not open") { countfile = ""; abort = true; } + else { m->setCountTableFile(countfile); } if ((phylipfile == "") && (columnfile == "")) { //is there are current file available for either of these? @@ -183,8 +196,19 @@ SensSpecCommand::SensSpecCommand(string option) { } }else if ((phylipfile != "") && (columnfile != "")) { m->mothurOut("When executing a sens.spec command you must enter ONLY ONE of the following: phylip or column."); m->mothurOutEndLine(); abort = true; } - if ((namefile == "") && (columnfile != "")) { - m->mothurOut("[ERROR]: you must provide a name file with a column file."); m->mothurOutEndLine(); abort = true; + if (columnfile != "") { + if ((namefile == "") && (countfile == "")){ + namefile = m->getNameFile(); + if (namefile != "") { m->mothurOut("Using " + namefile + " as input file for the name parameter."); m->mothurOutEndLine(); } + else { + countfile = m->getCountTableFile(); + if (countfile != "") { m->mothurOut("Using " + countfile + " as input file for the count parameter."); m->mothurOutEndLine(); } + else { + m->mothurOut("You need to provide a namefile or countfile if you are going to use the column format."); m->mothurOutEndLine(); + abort = true; + } + } + } } if ((namefile == "") && (phylipfile != "")) { @@ -198,13 +222,6 @@ SensSpecCommand::SensSpecCommand(string option) { outputDir += m->hasPath(listFile); //if user entered a file with a path then preserve it } - //check for optional parameter and set defaults - // ...at some point should added some additional type checking... - temp = validParameter.validFile(parameters, "hard", false); - if (temp == "not found"){ hard = 1; } - else if(!m->isTrue(temp)) { hard = 0; } - else if(m->isTrue(temp)) { hard = 1; } - temp = validParameter.validFile(parameters, "cutoff", false); if (temp == "not found") { temp = "-1.00"; } m->mothurConvert(temp, cutoff); @@ -273,19 +290,20 @@ int SensSpecCommand::execute(){ //*************************************************************************************************************** -int SensSpecCommand::process(map& seqMap, ListVector*& list, bool& getCutoff, string& origCutoff){ +int SensSpecCommand::process(ListVector*& list, bool& getCutoff, string& origCutoff){ try { string label = list->getLabel(); - int numSeqs = list->getNumSeqs(); + long long numSeqs = list->getNumSeqs(); int numOTUs = list->getNumBins(); if(getCutoff == 1){ if(label != "unique"){ origCutoff = label; convert(label, cutoff); - if(!hard){ cutoff += (0.49 / double(precision)); } + cutoff = m->ceilDist(cutoff, precision); + origCutoff = toString(m->ceilDist(cutoff, precision)); } else{ origCutoff = "unique"; @@ -298,7 +316,7 @@ int SensSpecCommand::process(map& seqMap, ListVector*& list, bool& trueNegatives = 0; falseNegatives = 0; - map distanceMap; + set distanceMap; //could segfault out if there are sequences in phylip-formatted distance //matrix that aren't in the list file @@ -309,23 +327,21 @@ int SensSpecCommand::process(map& seqMap, ListVector*& list, bool& int pNumSeqs; phylipFile >> pNumSeqs; - double distance; + double distance; string name; - vector seqNameVector(pNumSeqs); + vector seqNameVector; m->mothurOut(label); m->mothurOutEndLine(); for(int i=0;icontrol_pressed) { return 0; } - phylipFile >> seqNameVector[i]; - - //otuIndices[i] = seqMap[seqName]; + phylipFile >> name; seqNameVector.push_back(name); for(int j=0;j> distance; - if(distance <= cutoff){ + if(distance < cutoff){ string seqNamePair; if(seqNameVector[i] < seqNameVector[j]){ @@ -334,7 +350,7 @@ int SensSpecCommand::process(map& seqMap, ListVector*& list, bool& seqNamePair = seqNameVector[j] + '-' + seqNameVector[i]; } - distanceMap[seqNamePair] = distance; + distanceMap.insert(seqNamePair); } } @@ -355,20 +371,20 @@ int SensSpecCommand::process(map& seqMap, ListVector*& list, bool& columnFile >> seqNameA >> seqNameB >> distance; m->gobble(columnFile); - if(distance <= cutoff){ + if(distance < cutoff){ string seqNamePair; - if(seqNameA < seqNameB){ + if(seqNameA <= seqNameB){ seqNamePair = seqNameA + '-' + seqNameB; } else { seqNamePair = seqNameB + '-' + seqNameA; } - distanceMap[seqNamePair] = distance; + distanceMap.insert(seqNamePair); } } columnFile.close(); } - + //cout << distanceMap.size() << endl;; for(int otu=0;otucontrol_pressed) { return 0; } @@ -376,19 +392,8 @@ int SensSpecCommand::process(map& seqMap, ListVector*& list, bool& string seqList = list->get(otu); //count number of sequences in the bin - int nSeqsInOTU = 1; - for(int i=0;i otuVector(nSeqsInOTU); - while(getline(seqListStream, seqName, ',')) { - otuVector[index++] = seqName; - } + vector otuVector; + m->splitAtComma(seqList, otuVector); // indicate that a pair of sequences are in the same OTU; will // assume that if they don't show up in the map that they're in @@ -403,7 +408,7 @@ int SensSpecCommand::process(map& seqMap, ListVector*& list, bool& seqNamePair = otuVector[j] + '-' + otuVector[i]; } - map::iterator it = distanceMap.find(seqNamePair); + set::iterator it = distanceMap.find(seqNamePair); if(it != distanceMap.end()){ truePositives++; @@ -414,6 +419,8 @@ int SensSpecCommand::process(map& seqMap, ListVector*& list, bool& } } } + + //cout << *(distanceMap.begin()) << endl; falseNegatives = distanceMap.size(); trueNegatives = numSeqs * (numSeqs-1)/2 - (falsePositives + falseNegatives + truePositives); @@ -434,11 +441,9 @@ int SensSpecCommand::processListFile(){ string origCutoff = ""; bool getCutoff = 0; - if(cutoff == -1.00) { getCutoff = 1; } - else if( !hard ) { origCutoff = toString(cutoff); cutoff += (0.49 / double(precision)); } - else { origCutoff = toString(cutoff); } - map seqMap; + if(cutoff == -1.00) { getCutoff = 1; } + else { origCutoff = toString(m->ceilDist(cutoff, precision)); } InputData input(listFile, "list"); ListVector* list = input.getListVector(); @@ -458,7 +463,7 @@ int SensSpecCommand::processListFile(){ //process // int numSeqs = fillSeqMap(seqMap, list); - process(seqMap, list, getCutoff, origCutoff); + process(list, getCutoff, origCutoff); } if ((m->anyLabelsToProcess(list->getLabel(), userLabels, "") == true) && (processedLabels.count(lastLabel) != 1)) { @@ -473,7 +478,7 @@ int SensSpecCommand::processListFile(){ //process //int numSeqs = fillSeqMap(seqMap, list); - process(seqMap, list, getCutoff, origCutoff); + process(list, getCutoff, origCutoff); //restore real lastlabel to save below list->setLabel(saveLabel); @@ -504,7 +509,7 @@ int SensSpecCommand::processListFile(){ //process //int numSeqs = fillSeqMap(seqMap, list); - process(seqMap, list, getCutoff, origCutoff); + process(list, getCutoff, origCutoff); delete list; } @@ -538,25 +543,25 @@ void SensSpecCommand::setUpOutput(){ void SensSpecCommand::outputStatistics(string label, string cutoff){ try{ - double tp = (double) truePositives; - double fp = (double) falsePositives; - double tn = (double) trueNegatives; - double fn = (double) falseNegatives; + long long tp = truePositives; + long long fp = falsePositives; + long long tn = trueNegatives; + long long fn = falseNegatives; - double p = tp + fn; - double n = fp + tn; - double pPrime = tp + fp; - double nPrime = tn + fn; + long long p = tp + fn; + long long n = fp + tn; + long long pPrime = tp + fp; + long long nPrime = tn + fn; - double sensitivity = tp / p; - double specificity = tn / n; - double positivePredictiveValue = tp / pPrime; - double negativePredictiveValue = tn / nPrime; - double falseDiscoveryRate = fp / pPrime; + double sensitivity = tp / (double) p; + double specificity = tn / (double)n; + double positivePredictiveValue = tp / (double)pPrime; + double negativePredictiveValue = tn / (double)nPrime; + double falseDiscoveryRate = fp / (double)pPrime; - double accuracy = (tp + tn) / (p + n); - double matthewsCorrCoef = (tp * tn - fp * fn) / sqrt(p * n * pPrime * nPrime); if(p == 0 || n == 0){ matthewsCorrCoef = 0; } - double f1Score = 2.0 * tp / (p + pPrime); + double accuracy = (tp + tn) / (double)(p + n); + double matthewsCorrCoef = (tp * tn - fp * fn) / (double)sqrt(p * n * pPrime * nPrime); if(p == 0 || n == 0){ matthewsCorrCoef = 0; } + double f1Score = 2.0 * tp / (double)(p + pPrime); if(p == 0) { sensitivity = 0; matthewsCorrCoef = 0; } @@ -609,17 +614,24 @@ string SensSpecCommand::preProcessList(){ } phylipFile.close(); }else { - ifstream nameFileHandle; - m->openInputFile(namefile, nameFileHandle); - string uniqueSeqName, redundantSeqNames; - - while(nameFileHandle){ - if (m->control_pressed) { return ""; } - nameFileHandle >> uniqueSeqName >> redundantSeqNames; - uniqueNames.insert(uniqueSeqName); - m->gobble(nameFileHandle); + if (namefile != "") { + ifstream nameFileHandle; + m->openInputFile(namefile, nameFileHandle); + string uniqueSeqName, redundantSeqNames; + + while(nameFileHandle){ + if (m->control_pressed) { return ""; } + nameFileHandle >> uniqueSeqName >> redundantSeqNames; + uniqueNames.insert(uniqueSeqName); + m->gobble(nameFileHandle); + } + nameFileHandle.close(); + }else if (countfile != "") { + CountTable ct; + ct.readTable(countfile, false, true); + vector countNames = ct.getNamesOfSeqs(); + for (int i = 0; i < countNames.size(); i++) { uniqueNames.insert(countNames[i]); } } - nameFileHandle.close(); } //read list file, if numSeqs > unique names then remove redundant names @@ -637,7 +649,7 @@ string SensSpecCommand::preProcessList(){ //read in list vector ListVector list(in); - + //listfile is already unique if (list.getNumSeqs() == uniqueNames.size()) { in.close(); out.close(); m->mothurRemove(newListFile); return ""; } diff --git a/source/commands/sensspeccommand.h b/source/commands/sensspeccommand.h index 6dcf74e4..e5873c18 100644 --- a/source/commands/sensspeccommand.h +++ b/source/commands/sensspeccommand.h @@ -41,19 +41,18 @@ class SensSpecCommand : public Command { void setUpOutput(); void outputStatistics(string, string); - string listFile, distFile, sensSpecFileName, phylipfile, columnfile, namefile; + string listFile, distFile, sensSpecFileName, phylipfile, columnfile, namefile, countfile; string outputDir; string format; vector outputNames; set labels; //holds labels to be used - long int truePositives, falsePositives, trueNegatives, falseNegatives; + long long truePositives, falsePositives, trueNegatives, falseNegatives; bool abort, allLines, square; - bool hard; double cutoff; int precision; - int process(map&, ListVector*&, bool&, string&); + int process(ListVector*&, bool&, string&); }; #endif diff --git a/source/commands/seqerrorcommand.cpp b/source/commands/seqerrorcommand.cpp index d773064c..a56e9434 100644 --- a/source/commands/seqerrorcommand.cpp +++ b/source/commands/seqerrorcommand.cpp @@ -362,6 +362,7 @@ int SeqErrorCommand::execute(){ ofstream errorCountFile; m->openOutputFile(errorCountFileName, errorCountFile); outputNames.push_back(errorCountFileName); outputTypes["errorcount"].push_back(errorCountFileName); + m->mothurOut("\nMultiply error rate by 100 to obtain the percent sequencing errors.\n"); m->mothurOut("Overall error rate:\t" + toString((double)(totalBases - totalMatches) / (double)totalBases) + "\n"); m->mothurOut("Errors\tSequences\n"); errorCountFile << "Errors\tSequences\n"; @@ -1373,6 +1374,7 @@ int SeqErrorCommand::setLines(string filename, string qfilename, string rfilenam unsigned long long size; //get num bytes in file + qfilename = m->getFullPathName(qfilename); pFile = fopen (qfilename.c_str(),"rb"); if (pFile==NULL) perror ("Error opening file"); else{ @@ -1435,6 +1437,7 @@ int SeqErrorCommand::setLines(string filename, string qfilename, string rfilenam unsigned long long sizeR; //get num bytes in file + rfilename = m->getFullPathName(rfilename); rFile = fopen (rfilename.c_str(),"rb"); if (rFile==NULL) perror ("Error opening file"); else{ @@ -1454,6 +1457,7 @@ int SeqErrorCommand::setLines(string filename, string qfilename, string rfilenam unsigned long long size; //get num bytes in file + filename = m->getFullPathName(filename); pFile = fopen (filename.c_str(),"rb"); if (pFile==NULL) perror ("Error opening file"); else{ @@ -1468,6 +1472,7 @@ int SeqErrorCommand::setLines(string filename, string qfilename, string rfilenam FILE * qFile; //get num bytes in file + qfilename = m->getFullPathName(qfilename); qFile = fopen (qfilename.c_str(),"rb"); if (qFile==NULL) perror ("Error opening file"); else{ @@ -1485,6 +1490,7 @@ int SeqErrorCommand::setLines(string filename, string qfilename, string rfilenam FILE * rFile; //get num bytes in file + rfilename = m->getFullPathName(rfilename); rFile = fopen (rfilename.c_str(),"rb"); if (rFile==NULL) perror ("Error opening file"); else{ diff --git a/source/commands/seqsummarycommand.cpp b/source/commands/seqsummarycommand.cpp index 669d7644..1705a7d8 100644 --- a/source/commands/seqsummarycommand.cpp +++ b/source/commands/seqsummarycommand.cpp @@ -197,18 +197,20 @@ int SeqSummaryCommand::execute(){ long long numSeqs = 0; long long size = 0; + long long numUniques = 0; map startPosition; map endPosition; map seqLength; map ambigBases; map longHomoPolymer; - if (namefile != "") { nameMap = m->readNames(namefile); } + if (namefile != "") { nameMap = m->readNames(namefile); numUniques = nameMap.size(); } else if (countfile != "") { CountTable ct; ct.readTable(countfile, false, false); nameMap = ct.getNameMap(); size = ct.getNumSeqs(); + numUniques = ct.getNumUniqueSeqs(); } if (m->control_pressed) { return 0; } @@ -244,9 +246,19 @@ int SeqSummaryCommand::execute(){ //set size if (countfile != "") {}//already set - else if (namefile == "") { size = numSeqs; } + else if (namefile == "") { size = numSeqs; } else { for (map::iterator it = startPosition.begin(); it != startPosition.end(); it++) { size += it->second; } } + if ((namefile != "") || (countfile != "")) { + string type = "count"; + if (namefile != "") { type = "name"; } + if (numSeqs != numUniques) { // do fasta and name/count files match + m->mothurOut("[ERROR]: Your " + type + " file contains " + toString(numUniques) + " unique sequences, but your fasta file contains " + toString(numSeqs) + ". File mismatch detected, quitting command.\n"); m->control_pressed = true; + } + } + + if (m->control_pressed) { m->mothurRemove(summaryFile); return 0; } + long long ptile0_25 = 1+(long long)(size * 0.025); //number of sequences at 2.5% long long ptile25 = 1+(long long)(size * 0.250); //number of sequences at 25% long long ptile50 = 1+(long long)(size * 0.500); diff --git a/source/commands/setcurrentcommand.cpp b/source/commands/setcurrentcommand.cpp index 115f7c19..1d049a51 100644 --- a/source/commands/setcurrentcommand.cpp +++ b/source/commands/setcurrentcommand.cpp @@ -25,6 +25,8 @@ vector SetCurrentCommand::setParameters(){ CommandParameter pgroup("group", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(pgroup); CommandParameter plist("list", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(plist); CommandParameter ptaxonomy("taxonomy", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(ptaxonomy); + CommandParameter pconstaxonomy("constaxonomy", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(pconstaxonomy); + CommandParameter pcontigsreport("contigsreport", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(pcontigsreport); CommandParameter pqfile("qfile", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(pqfile); CommandParameter paccnos("accnos", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(paccnos); CommandParameter prabund("rabund", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(prabund); @@ -58,9 +60,9 @@ string SetCurrentCommand::getHelpString(){ try { string helpString = ""; helpString += "The set.current command allows you to set the current files saved by mothur.\n"; - helpString += "The set.current command parameters are: current, clear, phylip, column, list, rabund, sabund, name, group, design, order, tree, shared, ordergroup, relabund, fasta, qfile, sff, oligos, accnos, biom, count, summary, file and taxonomy.\n"; + helpString += "The set.current command parameters are: current, clear, phylip, column, list, rabund, sabund, name, group, design, order, tree, shared, ordergroup, relabund, fasta, qfile, sff, oligos, accnos, biom, count, summary, file, contigsreport, constaxonomy and taxonomy.\n"; helpString += "The current parameter is used to input the output file from get.current. This function is intended to allow you to input filenames from previous instances on mothur. NOTE: If you have a current file set in the file *.current_files.summary file, and also set a value for that file type, the value set takes precedence. For example, if you run set.current(current=current_files.summary, fasta=abrecovery.fasta) and your have fasta=final.fasta in the *.current_files.summary file the current fasta file will be set to abrecovery.fasta.\n"; - helpString += "The clear paramter is used to indicate which file types you would like to clear values for, multiple types can be separated by dashes.\n"; + helpString += "The clear parameter is used to indicate which file types you would like to clear values for, multiple types can be separated by dashes.\n"; helpString += "The set.current command should be in the following format: \n"; helpString += "set.current(fasta=yourFastaFile) or set.current(fasta=amazon.fasta, clear=name-accnos)\n"; return helpString; @@ -298,6 +300,22 @@ SetCurrentCommand::SetCurrentCommand(string option) { //if the user has not given a path then, add inputdir. else leave path alone. if (path == "") { parameters["taxonomy"] = inputDir + it->second; } } + + it = parameters.find("constaxonomy"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["constaxonomy"] = inputDir + it->second; } + } + + it = parameters.find("contigsreport"); + //user has given a template file + if(it != parameters.end()){ + path = m->hasPath(it->second); + //if the user has not given a path then, add inputdir. else leave path alone. + if (path == "") { parameters["contigsreport"] = inputDir + it->second; } + } it = parameters.find("flow"); //user has given a template file @@ -448,6 +466,16 @@ SetCurrentCommand::SetCurrentCommand(string option) { if (taxonomyfile == "not open") { m->mothurOut("Ignoring: " + parameters["taxonomy"]); m->mothurOutEndLine(); taxonomyfile = ""; } else if (taxonomyfile == "not found") { taxonomyfile = ""; } if (taxonomyfile != "") { m->setTaxonomyFile(taxonomyfile); } + + contigsreportfile = validParameter.validFile(parameters, "contigsreport", true); + if (contigsreportfile == "not open") { m->mothurOut("Ignoring: " + parameters["contigsreport"]); m->mothurOutEndLine(); contigsreportfile = ""; } + else if (contigsreportfile == "not found") { contigsreportfile = ""; } + if (contigsreportfile != "") { m->setContigsReportFile(contigsreportfile); } + + constaxonomyfile = validParameter.validFile(parameters, "constaxonomy", true); + if (constaxonomyfile == "not open") { m->mothurOut("Ignoring: " + parameters["constaxonomy"]); m->mothurOutEndLine(); constaxonomyfile = ""; } + else if (constaxonomyfile == "not found") { constaxonomyfile = ""; } + if (constaxonomyfile != "") { m->setConsTaxonomyFile(constaxonomyfile); } flowfile = validParameter.validFile(parameters, "flow", true); if (flowfile == "not open") { m->mothurOut("Ignoring: " + parameters["flow"]); m->mothurOutEndLine(); flowfile = ""; } @@ -536,6 +564,10 @@ int SetCurrentCommand::execute(){ m->setAccnosFile(""); }else if (types[i] == "taxonomy") { m->setTaxonomyFile(""); + }else if (types[i] == "constaxonomy") { + m->setConsTaxonomyFile(""); + }else if (types[i] == "contigsreport") { + m->setContigsReportFile(""); }else if (types[i] == "flow") { m->setFlowFile(""); }else if (types[i] == "biom") { diff --git a/source/commands/setcurrentcommand.h b/source/commands/setcurrentcommand.h index 0370e58a..94ae5353 100644 --- a/source/commands/setcurrentcommand.h +++ b/source/commands/setcurrentcommand.h @@ -41,7 +41,7 @@ class SetCurrentCommand : public Command { vector types; string accnosfile, phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, designfile, taxonomyfile, biomfile, countfile, summaryfile, currentFile, outputDir; - string orderfile, treefile, sharedfile, ordergroupfile, relabundfile, fastafile, qualfile, sfffile, oligosfile, processors, flowfile, filefile; + string orderfile, treefile, sharedfile, ordergroupfile, relabundfile, fastafile, qualfile, sfffile, oligosfile, processors, flowfile, filefile, constaxonomyfile, contigsreportfile; int readCurrentFiles(); diff --git a/source/commands/setdircommand.cpp b/source/commands/setdircommand.cpp index 79851f71..6e79a082 100644 --- a/source/commands/setdircommand.cpp +++ b/source/commands/setdircommand.cpp @@ -13,6 +13,7 @@ vector SetDirectoryCommand::setParameters(){ try { CommandParameter ptempdefault("tempdefault", "String", "", "", "", "", "","",false,false); parameters.push_back(ptempdefault); + CommandParameter pblast("blastdir", "String", "", "", "", "", "","",false,false); parameters.push_back(pblast); CommandParameter pdebug("debug", "Boolean", "", "F", "", "", "","",false,false); parameters.push_back(pdebug); CommandParameter pseed("seed", "Number", "", "0", "", "", "","",false,false); parameters.push_back(pseed); CommandParameter pmodnames("modifynames", "Boolean", "", "T", "", "", "","",false,false); parameters.push_back(pmodnames); @@ -37,6 +38,7 @@ string SetDirectoryCommand::getHelpString(){ helpString += "The set.dir command can be used to direct the output files generated by mothur to a specific place, the directory must exist.\n"; helpString += "The set.dir command can also be used to specify the directory where your input files are located, the directory must exist.\n"; helpString += "The set.dir command can also be used to override or set the default location mothur will look for files if it is unable to find them, the directory must exist.\n"; + helpString += "The set.dir command can also be used to set the location of the blast directory if other than mothur's executable location, the directory must exist.\n"; helpString += "The set.dir command can also be used to run mothur in debug mode.\n"; helpString += "The set.dir command can also be used to seed random.\n"; helpString += "The set.dir command can also be used to set the modifynames parameter. Default=t, meaning if your sequence names contain ':' change them to '_' to avoid issues while making trees. modifynames=F will leave sequence names as they are.\n"; @@ -45,6 +47,7 @@ string SetDirectoryCommand::getHelpString(){ helpString += "To seed random set seed=yourRandomValue. By default mothur seeds random with the start time.\n"; helpString += "To return the output to the same directory as the input files you may enter: output=clear.\n"; helpString += "To return the input to the current working directory you may enter: input=clear.\n"; + helpString += "To set the blast location to the directory where the blast executables are located you may enter: blastdir=yourBlastLocation.\n"; helpString += "To set the output to the directory where mothur.exe is located you may enter: output=default.\n"; helpString += "To set the input to the directory where mothur.exe is located you may enter: input=default.\n"; helpString += "To return the tempdefault to the default you provided at compile time you may enter: tempdefault=clear.\n"; @@ -90,6 +93,9 @@ SetDirectoryCommand::SetDirectoryCommand(string option) { tempdefault = validParameter.validFile(parameters, "tempdefault", false); if (tempdefault == "not found") { tempdefault = ""; } + blastLocation = validParameter.validFile(parameters, "blastdir", false); + if (blastLocation == "not found") { blastLocation = ""; } + bool debug = false; bool nodebug = false; debugorSeedOnly = false; @@ -118,9 +124,9 @@ SetDirectoryCommand::SetDirectoryCommand(string option) { m->mothurOut("Setting random seed to " + toString(random) + ".\n\n"); } - if ((input == "") && (output == "") && (tempdefault == "") && nodebug && nomod && !seed) { - m->mothurOut("[ERROR]: You must provide either an input, output, tempdefault, debug or modifynames for the set.dir command."); m->mothurOutEndLine(); abort = true; - }else if((input == "") && (output == "") && (tempdefault == "")) { debugorSeedOnly = true; } + if ((input == "") && (output == "") && (tempdefault == "") && (blastLocation == "") && nodebug && nomod && !seed) { + m->mothurOut("[ERROR]: You must provide either an input, output, tempdefault, blastdir, debug or modifynames for the set.dir command."); m->mothurOutEndLine(); abort = true; + }else if((input == "") && (output == "") && (tempdefault == "") && (blastLocation == "")) { debugorSeedOnly = true; } } } catch(exception& e) { @@ -143,8 +149,8 @@ int SetDirectoryCommand::execute(){ //redirect output if ((output == "clear") || (output == "")) { output = ""; commandFactory->setOutputDirectory(output); } else if (output == "default") { - string exepath = m->argv; - output = exepath.substr(0, (exepath.find_last_of('m'))); + string output = m->mothurProgramPath; + //output = exepath.substr(0, (exepath.find_last_of('m'))); m->mothurOut("outputDir=" + output); m->mothurOutEndLine(); commandFactory->setOutputDirectory(output); @@ -158,8 +164,8 @@ int SetDirectoryCommand::execute(){ //redirect input if ((input == "clear") || (input == "")) { input = ""; commandFactory->setInputDirectory(input); } else if (input == "default") { - string exepath = m->argv; - input = exepath.substr(0, (exepath.find_last_of('m'))); + string input = m->mothurProgramPath; + //input = exepath.substr(0, (exepath.find_last_of('m'))); m->mothurOut("inputDir=" + input); m->mothurOutEndLine(); commandFactory->setInputDirectory(input); @@ -183,8 +189,8 @@ int SetDirectoryCommand::execute(){ #endif }else if (tempdefault == "") { //do nothing }else if (tempdefault == "default") { - string exepath = m->argv; - tempdefault = exepath.substr(0, (exepath.find_last_of('m'))); + string tempdefault = m->mothurProgramPath; + //tempdefault = exepath.substr(0, (exepath.find_last_of('m'))); m->mothurOut("tempDefault=" + tempdefault); m->mothurOutEndLine(); m->setDefaultPath(tempdefault); @@ -194,6 +200,21 @@ int SetDirectoryCommand::execute(){ m->setDefaultPath(tempdefault); } } + + //set default + if (blastLocation == "") { //do nothing } + }else if ((blastLocation == "default") || (blastLocation == "clear")){ + string blastLocation = m->mothurProgramPath; + + m->mothurOut("Blast Location=" + blastLocation); m->mothurOutEndLine(); + m->setBlastPath(blastLocation); + }else { + if (m->dirCheck(blastLocation)) { + m->mothurOut("Blast Location=" + blastLocation); m->mothurOutEndLine(); + m->setBlastPath(blastLocation); + } + } + } return 0; } diff --git a/source/commands/setdircommand.h b/source/commands/setdircommand.h index 8789bd7d..920bc64b 100644 --- a/source/commands/setdircommand.h +++ b/source/commands/setdircommand.h @@ -36,7 +36,7 @@ class SetDirectoryCommand : public Command { private: CommandFactory* commandFactory; - string output, input, tempdefault; + string output, input, tempdefault, blastLocation; bool abort, debugorSeedOnly, modifyNames; int random; vector outputNames; diff --git a/source/commands/sffinfocommand.cpp b/source/commands/sffinfocommand.cpp index d467f6b3..44f9ee99 100644 --- a/source/commands/sffinfocommand.cpp +++ b/source/commands/sffinfocommand.cpp @@ -48,7 +48,7 @@ vector SffInfoCommand::setParameters(){ string SffInfoCommand::getHelpString(){ try { string helpString = ""; - helpString += "The sffinfo command reads a sff file and extracts the sequence data, or you can use it to parse a sfftxt file.\n"; + helpString += "The sffinfo command reads a sff file and extracts the sequence data, or you can use it to parse a sff file.\n"; helpString += "The sffinfo command parameters are sff, fasta, qfile, accnos, flow, sfftxt, oligos, group, bdiffs, tdiffs, ldiffs, sdiffs, pdiffs, checkorient and trim. sff is required. \n"; helpString += "The sff parameter allows you to enter the sff file you would like to extract data from. You may enter multiple files by separating them by -'s.\n"; helpString += "The fasta parameter allows you to indicate if you would like a fasta formatted file generated. Default=True. \n"; @@ -1383,6 +1383,8 @@ int SffInfoCommand::findGroup(Header header, seqRead read, int& barcode, int& pr int currentSeqsDiffs = 0; string seq = read.bases; + + for (int i = 0; i < seq.length(); i++) { seq[i] = toupper(seq[i]); } if (trim) { if(header.clipQualRight < header.clipQualLeft){ @@ -1398,16 +1400,6 @@ int SffInfoCommand::findGroup(Header header, seqRead read, int& barcode, int& pr else { seq = seq.substr(header.clipQualLeft-1); } - }else{ - //if you wanted the sfftxt then you already converted the bases to the right case - if (!sfftxt) { - int endValue = header.clipQualRight; - //make the bases you want to clip lowercase and the bases you want to keep upper case - if(endValue == 0){ endValue = seq.length(); } - for (int i = 0; i < (header.clipQualLeft-1); i++) { seq[i] = tolower(seq[i]); } - for (int i = (header.clipQualLeft-1); i < (endValue-1); i++) { seq[i] = toupper(seq[i]); } - for (int i = (endValue-1); i < seq.length(); i++) { seq[i] = tolower(seq[i]); } - } } Sequence currSeq(header.name, seq); diff --git a/source/commands/sffmultiplecommand.cpp b/source/commands/sffmultiplecommand.cpp index abd012d3..19c04b93 100644 --- a/source/commands/sffmultiplecommand.cpp +++ b/source/commands/sffmultiplecommand.cpp @@ -293,10 +293,10 @@ SffMultipleCommand::SffMultipleCommand(string option) { temp = validParameter.validFile(parameters, "lookup", true); if (temp == "not found") { - string path = m->argv; - string tempPath = path; - for (int i = 0; i < path.length(); i++) { tempPath[i] = tolower(path[i]); } - path = path.substr(0, (tempPath.find_last_of('m'))); + string path = m->mothurProgramPath; + //string tempPath = path; + //for (int i = 0; i < path.length(); i++) { tempPath[i] = tolower(path[i]); } + //path = path.substr(0, (tempPath.find_last_of('m'))); #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) path += "lookupFiles/"; @@ -311,10 +311,10 @@ SffMultipleCommand::SffMultipleCommand(string option) { lookupFileName = validParameter.validFile(parameters, "lookup", false); //if you can't open it its not inputDir, try mothur excutable location - string exepath = m->argv; - string tempPath = exepath; - for (int i = 0; i < exepath.length(); i++) { tempPath[i] = tolower(exepath[i]); } - exepath = exepath.substr(0, (tempPath.find_last_of('m'))); + string exepath = m->mothurProgramPath; + //string tempPath = exepath; + //for (int i = 0; i < exepath.length(); i++) { tempPath[i] = tolower(exepath[i]); } + //exepath = exepath.substr(0, (tempPath.find_last_of('m'))); string tryPath = m->getFullPathName(exepath) + m->getSimpleName(lookupFileName); m->mothurOut("Unable to open " + lookupFileName + ". Trying mothur's executable location " + tryPath); m->mothurOutEndLine(); diff --git a/source/commands/sharedcommand.cpp b/source/commands/sharedcommand.cpp index eb7986af..f3e643c6 100644 --- a/source/commands/sharedcommand.cpp +++ b/source/commands/sharedcommand.cpp @@ -476,6 +476,8 @@ int SharedCommand::createSharedFromBiom() { //read data vector lookup = readData(matrixFormat, thisLine, matrixElementType, groupNames, otuNames.size()); + + eliminateZeroOTUS(lookup); m->mothurOutEndLine(); m->mothurOut(lookup[0]->getLabel()); m->mothurOutEndLine(); lookup[0]->printHeaders(out); @@ -527,7 +529,7 @@ vector SharedCommand::readData(string matrixFormat, string inBrackets = false; int temp; float temp2; - if (matrixElementType == "float") { m->mothurConvert(num, temp2); temp = (int)temp2; } + if (matrixElementType == "float") { m->mothurConvert(num, temp2); temp = floor(temp2); } else { m->mothurConvert(num, temp); } nums.push_back(temp); num = ""; @@ -556,7 +558,9 @@ vector SharedCommand::readData(string matrixFormat, string if (inBrackets) { if (line[i] == ',') { int temp; - m->mothurConvert(num, temp); + float temp2; + if (matrixElementType == "float") { m->mothurConvert(num, temp2); temp = floor(temp2); } + else { m->mothurConvert(num, temp); } nums.push_back(temp); num = ""; }else { if (!isspace(line[i])) { num += line[i]; } } diff --git a/source/commands/shhhercommand.cpp b/source/commands/shhhercommand.cpp index 44f0e1b2..d91e01ff 100644 --- a/source/commands/shhhercommand.cpp +++ b/source/commands/shhhercommand.cpp @@ -231,10 +231,10 @@ ShhherCommand::ShhherCommand(string option) { //if you can't open it its not in current working directory or inputDir, try mothur excutable location if (ableToOpen == 1) { - string exepath = m->argv; - string tempPath = exepath; - for (int i = 0; i < exepath.length(); i++) { tempPath[i] = tolower(exepath[i]); } - exepath = exepath.substr(0, (tempPath.find_last_of('m'))); + string exepath = m->mothurProgramPath; + //string tempPath = exepath; + //for (int i = 0; i < exepath.length(); i++) { tempPath[i] = tolower(exepath[i]); } + //exepath = exepath.substr(0, (tempPath.find_last_of('m'))); string tryPath = m->getFullPathName(exepath) + m->getSimpleName(fName); m->mothurOut("Unable to open " + fName + ". Trying mothur's executable location " + tryPath); m->mothurOutEndLine(); @@ -261,10 +261,10 @@ ShhherCommand::ShhherCommand(string option) { string temp; temp = validParameter.validFile(parameters, "lookup", true); if (temp == "not found") { - string path = m->argv; - string tempPath = path; - for (int i = 0; i < path.length(); i++) { tempPath[i] = tolower(path[i]); } - path = path.substr(0, (tempPath.find_last_of('m'))); + string path = m->mothurProgramPath; + //string tempPath = path; + //for (int i = 0; i < path.length(); i++) { tempPath[i] = tolower(path[i]); } + //path = path.substr(0, (tempPath.find_last_of('m'))); #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) path += "lookupFiles/"; @@ -304,10 +304,10 @@ ShhherCommand::ShhherCommand(string option) { //if you can't open it its not in current working directory or inputDir, try mothur excutable location if (ableToOpen == 1) { - string exepath = m->argv; - string tempPath = exepath; - for (int i = 0; i < exepath.length(); i++) { tempPath[i] = tolower(exepath[i]); } - exepath = exepath.substr(0, (tempPath.find_last_of('m'))); + string exepath = m->mothurProgramPath; + //string tempPath = exepath; + //for (int i = 0; i < exepath.length(); i++) { tempPath[i] = tolower(exepath[i]); } + //exepath = exepath.substr(0, (tempPath.find_last_of('m'))); string tryPath = m->getFullPathName(exepath) + m->getSimpleName(lookupFileName); m->mothurOut("Unable to open " + lookupFileName + ". Trying mothur's executable location " + tryPath); m->mothurOutEndLine(); @@ -324,10 +324,10 @@ ShhherCommand::ShhherCommand(string option) { lookupFileName = validParameter.validFile(parameters, "lookup", false); //if you can't open it its not inputDir, try mothur excutable location - string exepath = m->argv; - string tempPath = exepath; - for (int i = 0; i < exepath.length(); i++) { tempPath[i] = tolower(exepath[i]); } - exepath = exepath.substr(0, (tempPath.find_last_of('m'))); + string exepath = m->mothurProgramPath; + //string tempPath = exepath; + //for (int i = 0; i < exepath.length(); i++) { tempPath[i] = tolower(exepath[i]); } + //exepath = exepath.substr(0, (tempPath.find_last_of('m'))); string tryPath = m->getFullPathName(exepath) + m->getSimpleName(lookupFileName); m->mothurOut("Unable to open " + lookupFileName + ". Trying mothur's executable location " + tryPath); m->mothurOutEndLine(); @@ -1240,7 +1240,7 @@ int ShhherCommand::cluster(string filename, string distFileName, string namesFil ofstream listFile; m->openOutputFile(filename, listFile); - list->print(listFile); + list->print(listFile, true); listFile.close(); delete matrix; delete cluster; delete rabund; delete list; diff --git a/source/commands/shhhseqscommand.cpp b/source/commands/shhhseqscommand.cpp index ea25a044..206cf249 100644 --- a/source/commands/shhhseqscommand.cpp +++ b/source/commands/shhhseqscommand.cpp @@ -213,7 +213,8 @@ int ShhhSeqsCommand::execute() { if (groupfile != "") { //Parse sequences by group - SequenceParser parser(groupfile, fastafile, namefile); + vector temp; + SequenceParser parser(groupfile, fastafile, namefile, temp); vector groups = parser.getNamesOfGroups(); if (m->control_pressed) { return 0; } diff --git a/source/commands/shhhseqscommand.h b/source/commands/shhhseqscommand.h index 77bf61bc..4c11638a 100644 --- a/source/commands/shhhseqscommand.h +++ b/source/commands/shhhseqscommand.h @@ -103,7 +103,8 @@ static DWORD WINAPI MyShhhSeqsThreadFunction(LPVOID lpParam){ try { //parse fasta and name file by group - SequenceParser parser(pDataArray->groupfile, pDataArray->fastafile, pDataArray->namefile); + vector temp; + SequenceParser parser(pDataArray->groupfile, pDataArray->fastafile, pDataArray->namefile, temp); //precluster each group for (int k = pDataArray->start; k < pDataArray->end; k++) { diff --git a/source/commands/sortseqscommand.cpp b/source/commands/sortseqscommand.cpp index 2b8a916a..b5753f81 100644 --- a/source/commands/sortseqscommand.cpp +++ b/source/commands/sortseqscommand.cpp @@ -1156,8 +1156,8 @@ int SortSeqsCommand::readTax(){ while(!in.eof()){ if (m->control_pressed) { in.close(); out.close(); m->mothurRemove(outputFileName); return 0; } - in >> name; m->gobble(in); - in >> tax; m->gobble(in); + in >> name; m->gobble(in); + tax = m->getline(in); m->gobble(in); if (name != "") { map::iterator it = names.find(name); @@ -1186,8 +1186,8 @@ int SortSeqsCommand::readTax(){ while(!in.eof()){ if (m->control_pressed) { in.close(); out.close(); m->mothurRemove(outputFileName); return 0; } - in >> name; m->gobble(in); - in >> tax; m->gobble(in); + in >> name; m->gobble(in); + tax = m->getline(in); m->gobble(in); if (name != "") { //if this name is in the accnos file diff --git a/source/commands/sparcccommand.cpp b/source/commands/sparcccommand.cpp index 5cfc9b2a..81bb5d62 100644 --- a/source/commands/sparcccommand.cpp +++ b/source/commands/sparcccommand.cpp @@ -199,6 +199,9 @@ int SparccCommand::execute(){ vector lookup = input.getSharedRAbundVectors(); string lastLabel = lookup[0]->getLabel(); + int numOTUs = lookup[0]->getNumBins(); + if (numOTUs >= maxIterations) { m->mothurOut("[WARNING]: The number of iterations is set higher than the number of OTUs, reducing to " + toString(numOTUs-1) + "\n"); maxIterations = numOTUs-1; } + //if the users enters label "0.06" and there is no "0.06" in their file use the next lowest label. set processedLabels; set userLabels = labels; @@ -300,7 +303,7 @@ vector > SparccCommand::shuffleSharedVector(vector > for(int i=0;igetRandomIndex(numGroups-1)][j]; } } @@ -607,7 +610,6 @@ vector > SparccCommand::createProcesses(vector >& sh exit(1); } } - //********************************************************************************************************************** vector > SparccCommand::driver(vector >& sharedVector, vector >& origCorrMatrix, int numPerms){ try { @@ -631,7 +633,9 @@ vector > SparccCommand::driver(vector >& sharedVecto else if(observedValue < 0 && randValue < observedValue){ pValues[j][k]++; }//pvalues of small rho values } } - if((i+1) % (int)(numPermutations * 0.05) == 0){ cout << i+1 << endl; } + + float done = ceil(numPermutations * 0.05); + if((i+1) % (int)(done) == 0){ cout << i+1 << endl; } } return pValues; diff --git a/source/commands/sparcccommand.h b/source/commands/sparcccommand.h index 73e9f8a5..123c4261 100644 --- a/source/commands/sparcccommand.h +++ b/source/commands/sparcccommand.h @@ -95,7 +95,7 @@ static DWORD WINAPI MySparccThreadFunction(LPVOID lpParam){ for(int k=0;ksharedVector[rand()%numGroups][j]; + sharedShuffled[k][j] = pDataArray->sharedVector[pDataArray->m->getRandomIndex(numGroups-1)][j]; } } ///////////////////////////////////////////////////////// diff --git a/source/commands/splitgroupscommand.cpp b/source/commands/splitgroupscommand.cpp index a1ab81d3..d6fd2ebe 100644 --- a/source/commands/splitgroupscommand.cpp +++ b/source/commands/splitgroupscommand.cpp @@ -270,8 +270,8 @@ int SplitGroupCommand::execute(){ int SplitGroupCommand::runNameGroup(){ try { SequenceParser* parser; - if (namefile == "") { parser = new SequenceParser(groupfile, fastafile); } - else { parser = new SequenceParser(groupfile, fastafile, namefile); } + if (namefile == "") { parser = new SequenceParser(groupfile, fastafile, Groups); } + else { parser = new SequenceParser(groupfile, fastafile, namefile, Groups); } if (m->control_pressed) { delete parser; return 0; } @@ -294,7 +294,8 @@ int SplitGroupCommand::runNameGroup(){ variables["[filename]"] = namefileRoot; string newName = getOutputFileName("name",variables); - parser->getSeqs(Groups[i], newFasta, false); + long long numSeqs = 0; + parser->getSeqs(Groups[i], newFasta, "/ab=", "/", numSeqs, false); outputNames.push_back(newFasta); outputTypes["fasta"].push_back(newFasta); if (m->control_pressed) { delete parser; for (int i = 0; i < outputNames.size(); i++) { m->mothurRemove(outputNames[i]); } return 0; } diff --git a/source/commands/sracommand.cpp b/source/commands/sracommand.cpp index 1cff894b..2b0aecdc 100644 --- a/source/commands/sracommand.cpp +++ b/source/commands/sracommand.cpp @@ -34,7 +34,7 @@ vector SRACommand::setParameters(){ CommandParameter pldiffs("ldiffs", "Number", "", "0", "", "", "","",false,false); parameters.push_back(pldiffs); CommandParameter psdiffs("sdiffs", "Number", "", "0", "", "", "","",false,false); parameters.push_back(psdiffs); CommandParameter ptdiffs("tdiffs", "Number", "", "0", "", "", "","",false,false); parameters.push_back(ptdiffs); - + CommandParameter ptrim("trim", "Boolean", "", "T", "", "", "","",false,false); parameters.push_back(ptrim); //every command must have inputdir and outputdir. This allows mothur users to redirect input and output files. CommandParameter pseed("seed", "Number", "", "0", "", "", "","",false,false); parameters.push_back(pseed); CommandParameter pinputdir("inputdir", "String", "", "", "", "", "","",false,false); parameters.push_back(pinputdir); @@ -54,7 +54,7 @@ string SRACommand::getHelpString(){ try { string helpString = ""; helpString += "The make.sra command creates the necessary files for a NCBI submission. The xml file and individual sff or fastq files parsed from the original sff or fastq file.\n"; - helpString += "The make.sra command parameters are: sff, fastq, file, oligos, project, mimarksfile, pdiffs, bdiffs, ldiffs, sdiffs, tdiffs, checkorient, platform, orientation, libstrategy, datatype, libsource, libselection, instrument and includescrap.\n"; + helpString += "The make.sra command parameters are: sff, fastq, file, oligos, project, mimarksfile, pdiffs, bdiffs, ldiffs, sdiffs, tdiffs, checkorient, platform, orientation, libstrategy, datatype, libsource, libselection, instrument, includescrap and trim.\n"; helpString += "The sff parameter is used to provide the original sff file.\n"; helpString += "The fastq parameter is used to provide the original fastq file.\n"; helpString += "The project parameter is used to provide your project file.\n"; @@ -67,6 +67,7 @@ string SRACommand::getHelpString(){ helpString += "The ldiffs parameter is used to specify the number of differences allowed in the linker. The default is 0.\n"; helpString += "The sdiffs parameter is used to specify the number of differences allowed in the spacer. The default is 0.\n"; helpString += "The checkorient parameter will check look for the reverse compliment of the barcode or primer in the sequence. The default is false.\n"; + helpString += "The trim parameter allows you to indicate if you would like a sequences and quality scores trimmed to the clipQualLeft and clipQualRight values. sff files only Default=True. \n"; helpString += "The includescrap parameter is used to indicate whether or not to include the scrapped sequences in your submission. The default is true.\n"; helpString += "The platform parameter is used to specify platform you are using choices are: _LS454,ILLUMINA,ION_TORRENT,PACBIO_SMRT. Default=_LS454. This is a controlled vocabulary section in the XML file that will be generated.\n"; helpString += "The orientation parameter is used to specify sequence orientation. Choices are: forward and reverse. Default=forward. This is a controlled vocabulary section in the XML file that will be generated.\n"; @@ -75,6 +76,7 @@ string SRACommand::getHelpString(){ helpString += "The libsource parameter is used to specify library source. Default=METAGENOMIC. Choices are METAGENOMIC,GENOMIC,TRANSCRIPTOMIC,METATRANSCRIPTOMIC,SYNTHETIC,VIRAL_RNA,OTHER. This is a controlled vocabulary section in the XML file that will be generated. \n"; helpString += "The libselection parameter is used to specify library selection. Default=PCR. Choices are PCR,RANDOM,RANDOM_PCR,RT-PCR,HMPR,MF,CF-S,CF-H,CF-T,CF-M,MDA,MSLL,cDNA,ChIP,MNase,DNAse,Hybrid_Selection,Reduced_Representation,Restriction_Digest,5-methylcytidine_antibody,MBD2_protein_methyl-CpG_binding_domain,CAGE,RACE,size_fractionation,Padlock_probes_capture_method,other,unspecified. This is a controlled vocabulary section in the XML file that will be generated. \n"; helpString += "The datatype parameter is used to specify datatype. Default=METAGENOME. Choices are METAGENOME,GENOME_SEQUENCING,METAGENOMIC_ASSEMBLY,ASSEMBLY,TRANSCRIPTOME,PROTEOMIC,MAP,CLONE_ENDS,TARGETED_LOCI,RANDOM_SURVEY,EXOME,VARIATION,EPIGENOMICS,PHENOTYPE,GENOTYPE,OTHER. This is a controlled vocabulary section in the XML file that will be generated. \n"; + helpString += "The trim parameter allows you to indicate if you would like a sequences and quality scores trimmed to the clipQualLeft and clipQualRight values. Default=True. \n"; helpString += "make.sra(sff=sff=GHL4YHV01.sff, GHL4YHV01.oligos, project=test.project, mimark=MIMarksData.txt)\n"; return helpString; } @@ -289,6 +291,8 @@ SRACommand::SRACommand(string option) { checkorient = validParameter.validFile(parameters, "checkorient", false); if (temp == "not found") { temp = "F"; } + trim = validParameter.validFile(parameters, "trim", false); if (trim == "not found"){ temp = "T"; } + temp = validParameter.validFile(parameters, "includescrap", false); if (temp == "not found") { temp = "T"; } includeScrap = m->isTrue(temp); @@ -963,6 +967,7 @@ int SRACommand::readFile(map >& files){ thisFileName1 = pieces[1]; thisFileName2 = pieces[2]; group = pieces[0]; + m->checkGroupName(group); if (setOligosParameter) { m->mothurOut("[ERROR]: You cannot have an oligosfile and 3 column file option at the same time. Aborting. \n"); m->control_pressed = true; } if ((thisFileName2 != "none") && (thisFileName2 != "NONE" )) { if (!using3NONE) { libLayout = "paired"; } else { m->mothurOut("[ERROR]: You cannot have a 3 column file with paired and unpaired files at the same time. Aborting. \n"); m->control_pressed = true; } } else { thisFileName2 = ""; libLayout = "single"; using3NONE = true; } @@ -1244,6 +1249,7 @@ int SRACommand::parseSffFile(map >& files){ if (sdiffs != 0) { commandString += ", sdiffs=" + toString(sdiffs); } if (tdiffs != 0) { commandString += ", tdiffs=" + toString(tdiffs); } if (m->isTrue(checkorient)) { commandString += ", checkorient=" + checkorient; } + if (m->isTrue(trim)) { commandString += ", trim=" + trim; } m->mothurOutEndLine(); m->mothurOut("/******************************************/"); m->mothurOutEndLine(); @@ -1326,15 +1332,19 @@ int SRACommand::mapGroupToFile(map >& files, vectorgetSimpleName(theseFiles[j]); //if ((tempName == "GZGO5KL01.F006D146.sff") || (tempName == "G3BMWHG01.F008D021.sff") || (tempName == "GO2JXTW01.M002D125.sff") || (tempName == "GO5715J01.M003D125.sff")) { cout << Groups[i] << '\t' << theseFiles[j] << endl; } //cout << i << '\t' << j << '\t' << Groups[i] << '\t' << theseFiles[j] << endl; - int pos = theseFiles[j].find(Groups[i]); + int pos = theseFiles[j].find(thisGroup); if (pos != string::npos) { //you have a potential match, make sure you dont have a case of partial name - if (theseFiles[j][pos+Groups[i].length()] == '.') { //final.soil.sff vs final.soil2.sff both would match soil. - map >::iterator it = files.find(Groups[i]); + if (theseFiles[j][pos+thisGroup.length()] == '.') { //final.soil.sff vs final.soil2.sff both would match soil. + map >::iterator it = files.find(thisGroup); if (it == files.end()) { vector temp; temp.push_back(theseFiles[j]); files[Groups[i]] = temp; @@ -1345,6 +1355,7 @@ int SRACommand::mapGroupToFile(map >& files, vectormothurOut("Sampling " + toString(size) + " from " + toString(thisSize) + "."); m->mothurOutEndLine(); } } - random_shuffle(names.begin(), names.end()); + m->mothurRandomShuffle(names); set subset; //dont want repeat sequence names added if (persample) { @@ -1124,7 +1124,7 @@ int SubSampleCommand::getSubSampleList() { } } - random_shuffle(names.begin(), names.end()); + m->mothurRandomShuffle(names); //randomly select a subset of those names to include in the subsample if (persample) { @@ -1372,7 +1372,7 @@ int SubSampleCommand::processList(ListVector*& list, set& subset) { if (m->control_pressed) { out.close(); return 0; } list->printHeaders(out); - list->print(out); + list->print(out, false); out.close(); return 0; @@ -1499,13 +1499,13 @@ int SubSampleCommand::processRabund(RAbundVector*& rabund, ofstream& out) { if (thisSize != size) { - OrderVector* order = new OrderVector(); + vector order; for(int p=0;pget(p);j++){ - order->push_back(p); + order.push_back(p); } } - random_shuffle(order->begin(), order->end()); + m->mothurRandomShuffle(order); RAbundVector* temp = new RAbundVector(numBins); temp->setLabel(rabund->getLabel()); @@ -1515,15 +1515,13 @@ int SubSampleCommand::processRabund(RAbundVector*& rabund, ofstream& out) { for (int j = 0; j < size; j++) { - if (m->control_pressed) { delete order; return 0; } + if (m->control_pressed) { return 0; } - int bin = order->get(j); + int bin = order[j]; int abund = rabund->get(bin); rabund->set(bin, (abund+1)); } - - delete order; } if (m->control_pressed) { return 0; } @@ -1660,13 +1658,13 @@ int SubSampleCommand::processSabund(SAbundVector*& sabund, ofstream& out) { if (thisSize != size) { - OrderVector* order = new OrderVector(); + vector order; for(int p=0;pget(p);j++){ - order->push_back(p); + order.push_back(p); } } - random_shuffle(order->begin(), order->end()); + m->mothurRandomShuffle(order); RAbundVector* temp = new RAbundVector(numBins); temp->setLabel(rabund->getLabel()); @@ -1676,15 +1674,13 @@ int SubSampleCommand::processSabund(SAbundVector*& sabund, ofstream& out) { for (int j = 0; j < size; j++) { - if (m->control_pressed) { delete order; return 0; } + if (m->control_pressed) { return 0; } - int bin = order->get(j); + int bin = order[j]; int abund = rabund->get(bin); rabund->set(bin, (abund+1)); } - - delete order; } if (m->control_pressed) { return 0; } @@ -1731,8 +1727,8 @@ int SubSampleCommand::getTax(set& subset) { if (m->control_pressed) { inTax.close(); outTax.close(); return 0; } - inTax >> tname; m->gobble(inTax); //read from first column - inTax >> tax; m->gobble(inTax); //read from second column + inTax >> tname; m->gobble(inTax); + tax = m->getline(inTax); m->gobble(inTax); //does the subset contain a sequence that this sequence represents itNameMap = nameMap.find(tname); diff --git a/source/commands/summarytaxcommand.cpp b/source/commands/summarytaxcommand.cpp index 26cc60ba..a12db827 100644 --- a/source/commands/summarytaxcommand.cpp +++ b/source/commands/summarytaxcommand.cpp @@ -17,7 +17,6 @@ vector SummaryTaxCommand::setParameters(){ CommandParameter pname("name", "InputTypes", "", "", "NameCount", "none", "none","",false,false,true); parameters.push_back(pname); CommandParameter pcount("count", "InputTypes", "", "", "NameCount-CountGroup", "none", "none","",false,false,true); parameters.push_back(pcount); CommandParameter pgroup("group", "InputTypes", "", "", "CountGroup", "none", "none","",false,false,true); parameters.push_back(pgroup); - CommandParameter preftaxonomy("reftaxonomy", "InputTypes", "", "", "none", "none", "none","",false,false); parameters.push_back(preftaxonomy); CommandParameter prelabund("relabund", "Boolean", "", "F", "", "", "","",false,false); parameters.push_back(prelabund); CommandParameter poutput("output", "Multiple", "simple-detail", "detail", "", "", "","",false,false, true); parameters.push_back(poutput); CommandParameter pthreshold("threshold", "Number", "", "0", "", "", "","",false,true); parameters.push_back(pthreshold); @@ -44,7 +43,6 @@ string SummaryTaxCommand::getHelpString(){ helpString += "The name parameter allows you to enter a name file associated with your taxonomy file. \n"; helpString += "The group parameter allows you add a group file so you can have the summary totals broken up by group.\n"; helpString += "The count parameter allows you add a count file so you can have the summary totals broken up by group.\n"; - helpString += "The reftaxonomy parameter allows you give the name of the reference taxonomy file used when you classified your sequences. It is not required, but providing it will keep the rankIDs in the summary file static.\n"; helpString += "The threshold parameter allows you to specify a cutoff for the taxonomy file that is being inputted. Once the classification falls below the threshold the mothur will refer to it as unclassified when calculating the concensus. This feature is similar to adjusting the cutoff in classify.seqs. Default=0.\n"; helpString += "The output parameter allows you to specify format of your summary file. Options are simple and detail. The default is detail.\n"; helpString += "The printlevel parameter allows you to specify taxlevel of your summary file to print to. Options are 1 to the maz level in the file. The default is -1, meaning max level. If you select a level greater than the level your sequences classify to, mothur will print to the level your max level. \n"; @@ -140,14 +138,6 @@ SummaryTaxCommand::SummaryTaxCommand(string option) { if (path == "") { parameters["group"] = inputDir + it->second; } } - it = parameters.find("reftaxonomy"); - //user has given a template file - if(it != parameters.end()){ - path = m->hasPath(it->second); - //if the user has not given a path then, add inputdir. else leave path alone. - if (path == "") { parameters["reftaxonomy"] = inputDir + it->second; } - } - it = parameters.find("count"); //user has given a template file if(it != parameters.end()){ @@ -194,11 +184,7 @@ SummaryTaxCommand::SummaryTaxCommand(string option) { m->mothurOut("[ERROR]: you may only use one of the following: group or count."); m->mothurOutEndLine(); abort=true; } - refTaxonomy = validParameter.validFile(parameters, "reftaxonomy", true); - if (refTaxonomy == "not found") { refTaxonomy = ""; m->mothurOut("reftaxonomy is not required, but if given will keep the rankIDs in the summary file static."); m->mothurOutEndLine(); } - else if (refTaxonomy == "not open") { refTaxonomy = ""; abort = true; } - - //if the user changes the output directory command factory will send this info to us in the output parameter + //if the user changes the output directory command factory will send this info to us in the output parameter outputDir = validParameter.validFile(parameters, "outputdir", false); if (outputDir == "not found"){ outputDir = ""; outputDir += m->hasPath(taxfile); //if user entered a file with a path then preserve it @@ -234,8 +220,10 @@ SummaryTaxCommand::SummaryTaxCommand(string option) { int SummaryTaxCommand::execute(){ try{ - if (abort == true) { if (calledHelp) { return 0; } return 2; } + + int maxLevel = findMaxLevel(taxfile); + int start = time(NULL); GroupMap* groupMap = NULL; @@ -249,72 +237,53 @@ int SummaryTaxCommand::execute(){ } PhyloSummary* taxaSum; - if (countfile != "") { - if (refTaxonomy != "") { taxaSum = new PhyloSummary(refTaxonomy, ct, relabund, printlevel); } - else { taxaSum = new PhyloSummary(ct, relabund, printlevel); } - }else { - if (refTaxonomy != "") { taxaSum = new PhyloSummary(refTaxonomy, groupMap, relabund, printlevel); } - else { taxaSum = new PhyloSummary(groupMap, relabund, printlevel); } - } + if (countfile != "") { taxaSum = new PhyloSummary(ct, relabund, printlevel); + }else { taxaSum = new PhyloSummary(groupMap, relabund, printlevel); } if (m->control_pressed) { if (groupMap != NULL) { delete groupMap; } if (ct != NULL) { delete ct; } delete taxaSum; return 0; } int numSeqs = 0; - if ((threshold == 0) && ((namefile == "") || (countfile != ""))) { numSeqs = taxaSum->summarize(taxfile); } - else if (threshold != 0) { - ifstream in; - m->openInputFile(taxfile, in); + map > nameMap; + map >::iterator itNames; + if (namefile != "") { m->readNames(namefile, nameMap); } + + ifstream in; + m->openInputFile(taxfile, in); + + string name, taxon; + while(!in.eof()){ - string name, taxon; - while(!in.eof()){ - - if (m->control_pressed) { break; } - - in >> name >> taxon; m->gobble(in); - - if (threshold != 0) { taxon = processTaxMap(taxon); } + if (m->control_pressed) { break; } + + in >> name; m->gobble(in); + taxon = m->getline(in); m->gobble(in); + + string newTax = m->addUnclassifieds(taxon, maxLevel, true); + + if (threshold != 0) { newTax = processTaxMap(newTax); } + + //add sequence to summary, countfile info included from Phylosummary constructor + if (namefile != "") { + itNames = nameMap.find(name); - //add sequence to summary, countfile info included from Phylosummary constructor - taxaSum->addSeqToTree(name, taxon); + if (itNames == nameMap.end()) { + m->mothurOut(name + " is not in your name file please correct."); m->mothurOutEndLine(); exit(1); + }else{ + for (int i = 0; i < itNames->second.size(); i++) { + taxaSum->addSeqToTree(itNames->second[i], newTax); //add it as many times as there are identical seqs + numSeqs++; + } + itNames->second.clear(); + nameMap.erase(itNames->first); + } + }else { + taxaSum->addSeqToTree(name, newTax); + numSeqs++; } - in.close(); + } - else if ((threshold != 0) && (namefile != "")) { - map > nameMap; - map >::iterator itNames; - m->readNames(namefile, nameMap); - - if (m->control_pressed) { if (groupMap != NULL) { delete groupMap; } if (ct != NULL) { delete ct; } delete taxaSum; return 0; } - - ifstream in; - m->openInputFile(taxfile, in); - - //read in users taxonomy file and add sequences to tree - string name, taxon; - - while(!in.eof()){ - - if (m->control_pressed) { break; } - - in >> name >> taxon; m->gobble(in); - - if (threshold != 0) { taxon = processTaxMap(taxon); } - - itNames = nameMap.find(name); - - if (itNames == nameMap.end()) { - m->mothurOut("[ERROR]: " + name + " is not in your name file please correct."); m->mothurOutEndLine(); exit(1); - }else{ - for (int i = 0; i < itNames->second.size(); i++) { - numSeqs++; - taxaSum->addSeqToTree(itNames->second[i], taxon); //add it as many times as there are identical seqs - } - itNames->second.clear(); - nameMap.erase(itNames->first); - } - } - in.close(); - }else if (threshold == 0) { numSeqs = taxaSum->summarize(taxfile); } + in.close(); + if (m->control_pressed) { if (groupMap != NULL) { delete groupMap; } if (ct != NULL) { delete ct; } delete taxaSum; return 0; } @@ -328,7 +297,7 @@ int SummaryTaxCommand::execute(){ outTaxTree.close(); delete taxaSum; - if (groupMap != NULL) { delete groupMap; } if (ct != NULL) { delete ct; } + if (groupMap != NULL) { delete groupMap; } if (ct != NULL) { numSeqs = ct->getNumSeqs(); delete ct; } if (m->control_pressed) { m->mothurRemove(summaryFile); return 0; } @@ -380,7 +349,8 @@ string SummaryTaxCommand::processTaxMap(string tax) { confidence = "-1"; } float con = 0; - convert(confidence, con); + + m->mothurConvert(confidence, con); if (con == -1) { i += taxLength; } //not a confidence score, no confidence scores on this taxonomy else if ( con < threshold) { spot = i; break; } //below threshold, set all to unclassified @@ -398,10 +368,10 @@ string SummaryTaxCommand::processTaxMap(string tax) { if (spot != 0) { newTax = ""; for (int i = 0; i < taxons.size(); i++) { newTax += taxons[i] + ";"; } - for (int i = spot; i < taxLength; i++) { - if(tax[i] == ';'){ newTax += "unclassified;"; } + //for (int i = spot; i < taxLength; i++) { + //if(tax[i] == ';'){ newTax += "unclassified;"; } m->removeConfidences(newTax); - } + //} }else { m->removeConfidences(tax); newTax = tax; } //leave tax alone return newTax; @@ -411,6 +381,21 @@ string SummaryTaxCommand::processTaxMap(string tax) { exit(1); } } +/**************************************************************************************************/ +int SummaryTaxCommand::findMaxLevel(string file) { + try{ + GroupMap* groupMap = NULL; + PhyloSummary taxaSum(groupMap, false, -1); + + taxaSum.summarize(file); + + return taxaSum.getMaxLevel(); + } + catch(exception& e) { + m->errorOut(e, "SummaryTaxCommand", "findMaxLevel"); + exit(1); + } +} /**************************************************************************************/ diff --git a/source/commands/summarytaxcommand.h b/source/commands/summarytaxcommand.h index b7b59a62..d58375dd 100644 --- a/source/commands/summarytaxcommand.h +++ b/source/commands/summarytaxcommand.h @@ -35,12 +35,13 @@ class SummaryTaxCommand : public Command { private: bool abort, relabund; - string taxfile, outputDir, namefile, groupfile, refTaxonomy, countfile, output; + string taxfile, outputDir, namefile, groupfile, countfile, output; int printlevel, threshold; vector outputNames; map nameMap; string processTaxMap(string); + int findMaxLevel(string); }; /**************************************************************************************************/ diff --git a/source/commands/trimflowscommand.cpp b/source/commands/trimflowscommand.cpp index 445b556a..3064c833 100644 --- a/source/commands/trimflowscommand.cpp +++ b/source/commands/trimflowscommand.cpp @@ -341,6 +341,7 @@ int TrimFlowsCommand::execute(){ unsigned long long size; //get num bytes in file + barcodePrimerComboFileNames[i][j] = m->getFullPathName(barcodePrimerComboFileNames[i][j]); pFile = fopen (barcodePrimerComboFileNames[i][j].c_str(),"rb"); if (pFile==NULL) perror ("Error opening file"); else{ @@ -777,6 +778,7 @@ vector TrimFlowsCommand::getFlowFileBreaks() { unsigned long long size; //get num bytes in file + flowFileName = m->getFullPathName(flowFileName); pFile = fopen (flowFileName.c_str(),"rb"); if (pFile==NULL) perror ("Error opening file"); else{ diff --git a/source/commands/trimseqscommand.cpp b/source/commands/trimseqscommand.cpp index eb9a73f8..037f8ed1 100644 --- a/source/commands/trimseqscommand.cpp +++ b/source/commands/trimseqscommand.cpp @@ -1646,6 +1646,7 @@ int TrimSeqsCommand::setLines(string filename, string qfilename) { unsigned long long size; //get num bytes in file + qfilename = m->getFullPathName(qfilename); pFile = fopen (qfilename.c_str(),"rb"); if (pFile==NULL) perror ("Error opening file"); else{ diff --git a/source/communitytype/communitytype.cpp b/source/communitytype/communitytype.cpp index cf289d07..4f776285 100644 --- a/source/communitytype/communitytype.cpp +++ b/source/communitytype/communitytype.cpp @@ -407,7 +407,7 @@ int CommunityTypeFinder::findkMeans(){ //randomize samples vector temp; for (int i = 0; i < numSamples; i++) { temp.push_back(i); } - random_shuffle(temp.begin(), temp.end()); + m->mothurRandomShuffle(temp); //assign each partition at least one random sample int numAssignedSamples = 0; diff --git a/source/datastructures/alignmentdb.cpp b/source/datastructures/alignmentdb.cpp index 33de4d32..cdc5e672 100644 --- a/source/datastructures/alignmentdb.cpp +++ b/source/datastructures/alignmentdb.cpp @@ -11,77 +11,51 @@ #include "kmerdb.hpp" #include "suffixdb.hpp" #include "blastdb.hpp" -#include "referencedb.h" /**************************************************************************************************/ -AlignmentDB::AlignmentDB(string fastaFileName, string s, int kmerSize, float gapOpen, float gapExtend, float match, float misMatch, int tid){ // This assumes that the template database is in fasta format, may +AlignmentDB::AlignmentDB(string fastaFileName, string s, int kmerSize, float gapOpen, float gapExtend, float match, float misMatch, int tid, bool writeShortcut){ // This assumes that the template database is in fasta format, may try { // need to alter this in the future? m = MothurOut::getInstance(); longest = 0; method = s; bool needToGenerate = true; - ReferenceDB* rdb = ReferenceDB::getInstance(); bool silent = false; threadID = tid; - if (fastaFileName == "saved-silent") { - fastaFileName = "saved"; silent = true; - } - - if (fastaFileName == "saved") { - int start = time(NULL); - - if (!silent) { m->mothurOutEndLine(); m->mothurOut("Using sequences from " + rdb->getSavedReference() + " that are saved in memory."); m->mothurOutEndLine(); } - - for (int i = 0; i < rdb->referenceSeqs.size(); i++) { - templateSequences.push_back(rdb->referenceSeqs[i]); - //save longest base - if (rdb->referenceSeqs[i].getUnaligned().length() >= longest) { longest = (rdb->referenceSeqs[i].getUnaligned().length()+1); } - } - fastaFileName = rdb->getSavedReference(); - - numSeqs = templateSequences.size(); - if (!silent) { m->mothurOut("It took " + toString(time(NULL) - start) + " to load " + toString(rdb->referenceSeqs.size()) + " sequences.");m->mothurOutEndLine(); } + int start = time(NULL); + m->mothurOutEndLine(); + m->mothurOut("Reading in the " + fastaFileName + " template sequences...\t"); cout.flush(); + //bool aligned = false; + int tempLength = 0; + + ifstream fastaFile; + m->openInputFile(fastaFileName, fastaFile); + + while (!fastaFile.eof()) { + Sequence temp(fastaFile); m->gobble(fastaFile); - }else { - int start = time(NULL); - m->mothurOutEndLine(); - m->mothurOut("Reading in the " + fastaFileName + " template sequences...\t"); cout.flush(); - //bool aligned = false; - int tempLength = 0; + if (m->control_pressed) { templateSequences.clear(); break; } - ifstream fastaFile; - m->openInputFile(fastaFileName, fastaFile); - - while (!fastaFile.eof()) { - Sequence temp(fastaFile); m->gobble(fastaFile); - - if (m->control_pressed) { templateSequences.clear(); break; } - - if (temp.getName() != "") { - templateSequences.push_back(temp); - - if (rdb->save) { rdb->referenceSeqs.push_back(temp); } - - //save longest base - if (temp.getUnaligned().length() >= longest) { longest = (temp.getUnaligned().length()+1); } - - if (tempLength != 0) { - if (tempLength != temp.getAligned().length()) { m->mothurOut("[ERROR]: template is not aligned, aborting.\n"); m->control_pressed=true; } - }else { tempLength = temp.getAligned().length(); } - } - } - fastaFile.close(); - - numSeqs = templateSequences.size(); - //all of this is elsewhere already! - - m->mothurOut("DONE."); - m->mothurOutEndLine(); cout.flush(); - m->mothurOut("It took " + toString(time(NULL) - start) + " to read " + toString(templateSequences.size()) + " sequences."); m->mothurOutEndLine(); + if (temp.getName() != "") { + templateSequences.push_back(temp); + + //save longest base + if (temp.getUnaligned().length() >= longest) { longest = (temp.getUnaligned().length()+1); } + + if (tempLength != 0) { + if (tempLength != temp.getAligned().length()) { m->mothurOut("[ERROR]: template is not aligned, aborting.\n"); m->control_pressed=true; } + }else { tempLength = temp.getAligned().length(); } + } + } + fastaFile.close(); + + numSeqs = templateSequences.size(); + //all of this is elsewhere already! + + m->mothurOut("DONE."); + m->mothurOutEndLine(); cout.flush(); + m->mothurOut("It took " + toString(time(NULL) - start) + " to read " + toString(templateSequences.size()) + " sequences."); m->mothurOutEndLine(); - } - //in case you delete the seqs and then ask for them emptySequence = Sequence(); @@ -93,13 +67,19 @@ AlignmentDB::AlignmentDB(string fastaFileName, string s, int kmerSize, float gap string kmerDBName; if(method == "kmer") { search = new KmerDB(fastaFileName, kmerSize); - - + kmerDBName = fastaFileName.substr(0,fastaFileName.find_last_of(".")+1) + char('0'+ kmerSize) + "mer"; + ifstream kmerFileTest(kmerDBName.c_str()); if(kmerFileTest){ bool GoodFile = m->checkReleaseVersion(kmerFileTest, m->getVersion()); + int shortcutTimeStamp = m->getTimeStamp(kmerDBName); + int referenceTimeStamp = m->getTimeStamp(fastaFileName); + + //if the shortcut file is older then the reference file, remake shortcut file + if (shortcutTimeStamp < referenceTimeStamp) { GoodFile = false; } + if (GoodFile) { needToGenerate = false; } } @@ -124,8 +104,8 @@ AlignmentDB::AlignmentDB(string fastaFileName, string s, int kmerSize, float gap if (m->control_pressed) { templateSequences.clear(); } - search->generateDB(); - + if ((method != "kmer") || ((method == "kmer") && (writeShortcut))) { search->generateDB(); } + }else if ((method == "kmer") && (!needToGenerate)) { ifstream kmerFileTest(kmerDBName.c_str()); search->readKmerDB(kmerFileTest); diff --git a/source/datastructures/alignmentdb.h b/source/datastructures/alignmentdb.h index 537af8d2..0d66ddf9 100644 --- a/source/datastructures/alignmentdb.h +++ b/source/datastructures/alignmentdb.h @@ -20,7 +20,7 @@ class AlignmentDB { public: - AlignmentDB(string, string, int, float, float, float, float, int); //reads fastafile passed in and stores sequences + AlignmentDB(string, string, int, float, float, float, float, int, bool); //reads fastafile passed in and stores sequences AlignmentDB(string); ~AlignmentDB(); diff --git a/source/datastructures/blastalign.cpp b/source/datastructures/blastalign.cpp index bb7192ad..6ee7639f 100644 --- a/source/datastructures/blastalign.cpp +++ b/source/datastructures/blastalign.cpp @@ -22,13 +22,12 @@ BlastAlignment::BlastAlignment(float go, float ge, float ma, float mm) : match(ma), // This is the score to award for two nucleotides matching (match >= 0) mismatch(mm) // This is the penalty to assess for a mismatch (mismatch <= 0) { - path = m->argv; - path = path.substr(0, (path.find_last_of('m'))); + path = m->getBlastPath(); gapOpen = abs(go); // This is the penalty to assess for opening a gap (gapOpen >= 0) gapExtend = abs(ge); // This is the penalty to assess for extending a gap (gapExtend >= 0) - int randNumber = rand(); + int randNumber = m->getRandomNumber(); candidateFileName = toString(randNumber) + ".candidate"; templateFileName = toString(randNumber) + ".template"; blastFileName = toString(randNumber) + ".pairwise"; diff --git a/source/datastructures/blastdb.cpp b/source/datastructures/blastdb.cpp index a77880e5..e9153e81 100644 --- a/source/datastructures/blastdb.cpp +++ b/source/datastructures/blastdb.cpp @@ -21,7 +21,7 @@ gapOpen(gO), gapExtend(gE), match(mm), misMatch(mM) { path = b; threadID = tid; - int randNumber = rand(); + int randNumber = m->getRandomNumber();; //int randNumber = 12345; string pid = m->mothurGetpid(threadID); @@ -33,10 +33,10 @@ gapOpen(gO), gapExtend(gE), match(mm), misMatch(mM) { //make sure blast exists in the write place if (path == "") { - path = m->argv; - string tempPath = path; - for (int i = 0; i < path.length(); i++) { tempPath[i] = tolower(path[i]); } - path = path.substr(0, (tempPath.find_last_of('m'))); + path = m->getBlastPath(); + //string tempPath = path; + //for (int i = 0; i < path.length(); i++) { tempPath[i] = tolower(path[i]); } + //path = path.substr(0, (tempPath.find_last_of('m'))); #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) path += "blast/bin/"; @@ -87,7 +87,7 @@ gapOpen(gO), gapExtend(gE), match(mm), misMatch(mM) { megablastCommand = m->getFullPathName(megablastCommand); ableToOpen = m->openInputFile(megablastCommand, in3, "no error"); in3.close(); if(ableToOpen == 1) { m->mothurOut("[ERROR]: " + megablastCommand + " file does not exist. mothur requires megablast.exe."); m->mothurOutEndLine(); m->control_pressed = true; } - + } catch(exception& e) { m->errorOut(e, "BlastDB", "BlastDB"); @@ -105,10 +105,10 @@ BlastDB::BlastDB(string b, int tid) : Database() { //make sure blast exists in the write place if (path == "") { - path = m->argv; - string tempPath = path; - for (int i = 0; i < path.length(); i++) { tempPath[i] = tolower(path[i]); } - path = path.substr(0, (tempPath.find_last_of('m'))); + path = m->getBlastPath(); + //string tempPath = path; + //for (int i = 0; i < path.length(); i++) { tempPath[i] = tolower(path[i]); } + //path = path.substr(0, (tempPath.find_last_of('m'))); #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) path += "blast/bin/"; @@ -117,7 +117,7 @@ BlastDB::BlastDB(string b, int tid) : Database() { #endif } - int randNumber = rand(); + int randNumber = m->getRandomNumber();; string pid = m->mothurGetpid(threadID); dbFileName = pid + toString(randNumber) + ".template.unaligned.fasta"; queryFileName = pid + toString(randNumber) + ".candidate.unaligned.fasta"; @@ -202,7 +202,7 @@ vector BlastDB::findClosestSequences(Sequence* seq, int n) { vector topMatches; ofstream queryFile; - int randNumber = rand(); + int randNumber = m->getRandomNumber();; string pid = scrubName(seq->getName()); m->openOutputFile((queryFileName+pid+toString(randNumber)), queryFile); @@ -266,7 +266,7 @@ vector BlastDB::findClosestMegaBlast(Sequence* seq, int n, int minPerID) { Scores.clear(); ofstream queryFile; - int randNumber = rand(); + int randNumber = m->getRandomNumber(); string pid = scrubName(seq->getName()); m->openOutputFile((queryFileName+pid+toString(randNumber)), queryFile); diff --git a/source/datastructures/counttable.cpp b/source/datastructures/counttable.cpp index 4cd2aa34..cf078fc1 100644 --- a/source/datastructures/counttable.cpp +++ b/source/datastructures/counttable.cpp @@ -11,6 +11,7 @@ /************************************************************/ int CountTable::createTable(set& n, map& g, set& gs) { try { + hasGroups = false; int numGroups = 0; groups.clear(); totalGroups.clear(); @@ -81,13 +82,34 @@ int CountTable::createTable(set& n, map& g, set& /************************************************************/ bool CountTable::testGroups(string file) { try { + vector nothing; + return testGroups(file, nothing); + } + catch(exception& e) { + m->errorOut(e, "CountTable", "testGroups"); + exit(1); + } +} + +/************************************************************/ +bool CountTable::testGroups(string file, vector& groups) { + try { m = MothurOut::getInstance(); hasGroups = false; total = 0; ifstream in; m->openInputFile(file, in); string headers = m->getline(in); m->gobble(in); vector columnHeaders = m->splitWhiteSpace(headers); - if (columnHeaders.size() > 2) { hasGroups = true; } + if (columnHeaders.size() > 2) { + hasGroups = true; + + for (int i = 2; i < columnHeaders.size(); i++) { + groups.push_back(columnHeaders[i]); + } + //sort groups to keep consistent with how we store the groups in groupmap + sort(groups.begin(), groups.end()); + } + return hasGroups; } catch(exception& e) { diff --git a/source/datastructures/counttable.h b/source/datastructures/counttable.h index 64def2e0..58838007 100644 --- a/source/datastructures/counttable.h +++ b/source/datastructures/counttable.h @@ -50,12 +50,13 @@ class CountTable { //reads and creates smart enough to eliminate groups with zero counts int createTable(set&, map&, set&); //seqNames, seqName->group, groupNames int createTable(string, string, bool); //namefile, groupfile, createGroup - int readTable(string, bool, bool); + int readTable(string, bool, bool); //filename, readGroups, mothurRunning int printTable(string); int printHeaders(ofstream&); int printSeq(ofstream&, string); - bool testGroups(string file); //used to check if file has group data without reading it. + bool testGroups(string file); //used to check if file has group data without reading it + bool testGroups(string file, vector&); //used to check if file has group data without reading it, return groups if found. int copy(CountTable*); bool hasGroupInfo() { return hasGroups; } diff --git a/source/datastructures/datavector.hpp b/source/datastructures/datavector.hpp index 221d96d6..1fc89923 100644 --- a/source/datastructures/datavector.hpp +++ b/source/datastructures/datavector.hpp @@ -37,6 +37,7 @@ class DataVector { virtual int size() = 0; virtual void print(ostream&) = 0; virtual void print(ostream&, map&) {} + virtual void print(ostream&, bool) { m->mothurOut("[ERROR]: no print function\n"); } virtual void printHeaders(ostream&) {}; virtual void clear() = 0; diff --git a/source/datastructures/designmap.cpp b/source/datastructures/designmap.cpp index 507cc400..079287ba 100644 --- a/source/datastructures/designmap.cpp +++ b/source/datastructures/designmap.cpp @@ -67,6 +67,7 @@ int DesignMap::read(string file) { //file without headers, fix it if (temp != "group") { group = temp; + m->checkGroupName(group); if (m->debug) { m->mothurOut("[DEBUG]: group = " + group + "\n"); } //if group info, then read it @@ -74,6 +75,7 @@ int DesignMap::read(string file) { for (int i = 0; i < numCategories; i++) { int thisIndex = indexCategoryMap[originalGroupIndexes[i]]; //find index of this category because we sort the values. string temp = tempColumnHeaders[i]; + m->checkGroupName(temp); categoryValues[thisIndex] = temp; if (m->debug) { m->mothurOut("[DEBUG]: value = " + temp + "\n"); } @@ -101,7 +103,8 @@ int DesignMap::read(string file) { if (m->control_pressed) { break; } - in >> group; m->gobble(in); + in >> group; m->gobble(in); + m->checkGroupName(group); if (m->debug) { m->mothurOut("[DEBUG]: group = " + group + "\n"); } //if group info, then read it @@ -110,6 +113,7 @@ int DesignMap::read(string file) { int thisIndex = indexCategoryMap[originalGroupIndexes[i]]; //find index of this category because we sort the values. string temp = "not found"; in >> temp; categoryValues[thisIndex] = temp; m->gobble(in); + m->checkGroupName(temp); if (m->debug) { m->mothurOut("[DEBUG]: value = " + temp + "\n"); } @@ -231,6 +235,7 @@ string DesignMap::get(string groupName, string categoryName) { //add group, assumes order is correct int DesignMap::push_back(string group, vector values) { try { + m->checkGroupName(group); map::iterator it = indexGroupNameMap.find(group); if (it == indexGroupNameMap.end()) { if (values.size() != getNumCategories()) { m->mothurOut("[ERROR]: Your design file has a " + toString(getNumCategories()) + " categories and " + group + " has " + toString(values.size()) + ", please correct."); m->mothurOutEndLine(); m->control_pressed = true; return 0; } diff --git a/source/datastructures/groupmap.cpp b/source/datastructures/groupmap.cpp index ef39321d..9f049e16 100644 --- a/source/datastructures/groupmap.cpp +++ b/source/datastructures/groupmap.cpp @@ -25,6 +25,7 @@ int GroupMap::addSeq(string name, string group) { try { int error = 0; + m->checkGroupName(group); setNamesOfGroups(group); if (m->debug) { m->mothurOut("[DEBUG]: name = '" + name + "', group = '" + group + "'\n"); } @@ -65,7 +66,8 @@ int GroupMap::readMap() { if (columnOne) { seqName = pieces[i]; columnOne=false; } else { seqGroup = pieces[i]; pairDone = true; columnOne=true; } - if (pairDone) { + if (pairDone) { + m->checkGroupName(seqGroup); setNamesOfGroups(seqGroup); if (m->debug) { m->mothurOut("[DEBUG]: name = '" + seqName + "', group = '" + seqGroup + "'\n"); } @@ -90,7 +92,8 @@ int GroupMap::readMap() { if (columnOne) { seqName = pieces[i]; columnOne=false; } else { seqGroup = pieces[i]; pairDone = true; columnOne=true; } - if (pairDone) { + if (pairDone) { + m->checkGroupName(seqGroup); setNamesOfGroups(seqGroup); if (m->debug) { m->mothurOut("[DEBUG]: name = '" + seqName + "', group = '" + seqGroup + "'\n"); } @@ -135,7 +138,8 @@ int GroupMap::readDesignMap() { if (columnOne) { seqName = pieces[i]; columnOne=false; } else { seqGroup = pieces[i]; pairDone = true; columnOne=true; } - if (pairDone) { + if (pairDone) { + m->checkGroupName(seqGroup); setNamesOfGroups(seqGroup); if (m->debug) { m->mothurOut("[DEBUG]: name = '" + seqName + "', group = '" + seqGroup + "'\n"); } @@ -160,7 +164,8 @@ int GroupMap::readDesignMap() { if (columnOne) { seqName = pieces[i]; columnOne=false; } else { seqGroup = pieces[i]; pairDone = true; columnOne=true; } - if (pairDone) { + if (pairDone) { + m->checkGroupName(seqGroup); setNamesOfGroups(seqGroup); if (m->debug) { m->mothurOut("[DEBUG]: name = '" + seqName + "', group = '" + seqGroup + "'\n"); } @@ -209,7 +214,8 @@ int GroupMap::readMap(string filename) { if (columnOne) { seqName = pieces[i]; columnOne=false; } else { seqGroup = pieces[i]; pairDone = true; columnOne=true; } - if (pairDone) { + if (pairDone) { + m->checkGroupName(seqGroup); setNamesOfGroups(seqGroup); if (m->debug) { m->mothurOut("[DEBUG]: name = '" + seqName + "', group = '" + seqGroup + "'\n"); } @@ -234,7 +240,8 @@ int GroupMap::readMap(string filename) { if (columnOne) { seqName = pieces[i]; columnOne=false; } else { seqGroup = pieces[i]; pairDone = true; columnOne=true; } - if (pairDone) { + if (pairDone) { + m->checkGroupName(seqGroup); setNamesOfGroups(seqGroup); if (m->debug) { m->mothurOut("[DEBUG]: name = '" + seqName + "', group = '" + seqGroup + "'\n"); } @@ -282,7 +289,8 @@ int GroupMap::readDesignMap(string filename) { if (columnOne) { seqName = pieces[i]; columnOne=false; } else { seqGroup = pieces[i]; pairDone = true; columnOne=true; } - if (pairDone) { + if (pairDone) { + m->checkGroupName(seqGroup); setNamesOfGroups(seqGroup); if (m->debug) { m->mothurOut("[DEBUG]: name = '" + seqName + "', group = '" + seqGroup + "'\n"); } @@ -307,7 +315,8 @@ int GroupMap::readDesignMap(string filename) { if (columnOne) { seqName = pieces[i]; columnOne=false; } else { seqGroup = pieces[i]; pairDone = true; columnOne=true; } - if (pairDone) { + if (pairDone) { + m->checkGroupName(seqGroup); setNamesOfGroups(seqGroup); if (m->debug) { m->mothurOut("[DEBUG]: name = '" + seqName + "', group = '" + seqGroup + "'\n"); } @@ -353,6 +362,7 @@ string GroupMap::getGroup(string sequenceName) { /************************************************************/ void GroupMap::setGroup(string sequenceName, string groupN) { + m->checkGroupName(groupN); setNamesOfGroups(groupN); m->checkName(sequenceName); it = groupmap.find(sequenceName); diff --git a/source/datastructures/kmerdb.cpp b/source/datastructures/kmerdb.cpp index 9a5d2350..df7d3e4e 100644 --- a/source/datastructures/kmerdb.cpp +++ b/source/datastructures/kmerdb.cpp @@ -123,7 +123,7 @@ vector KmerDB::findClosestSequences(Sequence* candidateSeq, int num){ } /**************************************************************************************************/ - +//print shortcut file void KmerDB::generateDB(){ try { diff --git a/source/datastructures/listvector.cpp b/source/datastructures/listvector.cpp index df94f542..c7e03820 100644 --- a/source/datastructures/listvector.cpp +++ b/source/datastructures/listvector.cpp @@ -357,6 +357,31 @@ void ListVector::print(ostream& output){ exit(1); } } +/***********************************************************************/ +//no sort for subsampling and get.otus and remove.otus +void ListVector::print(ostream& output, bool sortOtus){ + try { + output << label << '\t' << numBins; + + vector hold = data; + if (sortOtus) { sort(hold.begin(), hold.end(), abundNamesSort); } + + //find first non blank otu + int start = 0; + for(int i=0;ierrorOut(e, "ListVector", "print"); + exit(1); + } +} /***********************************************************************/ @@ -423,7 +448,7 @@ OrderVector ListVector::getOrderVector(map* orderMap = NULL){ ov.push_back(i); } } - random_shuffle(ov.begin(), ov.end()); + m->mothurRandomShuffle(ov); ov.setLabel(label); ov.getNumBins(); diff --git a/source/datastructures/listvector.hpp b/source/datastructures/listvector.hpp index 08a08efc..2f7dc1d5 100644 --- a/source/datastructures/listvector.hpp +++ b/source/datastructures/listvector.hpp @@ -37,6 +37,7 @@ class ListVector : public DataVector { void clear(); int size(); void print(ostream&); + void print(ostream&, bool); void print(ostream&, map&); void printHeaders(ostream&); diff --git a/source/datastructures/oligos.cpp b/source/datastructures/oligos.cpp index 245613eb..434e805c 100644 --- a/source/datastructures/oligos.cpp +++ b/source/datastructures/oligos.cpp @@ -16,6 +16,7 @@ Oligos::Oligos(string o){ hasPPrimers = false; hasPBarcodes = false; pairedOligos = false; reversePairs = true; indexBarcode = 0; indexPairedBarcode = 0; indexPrimer = 0; indexPairedPrimer = 0; oligosfile = o; + reversePairs = true; readOligos(); if (pairedOligos) { numBarcodes = pairedBarcodes.size(); @@ -35,6 +36,7 @@ Oligos::Oligos(string o){ Oligos::Oligos(){ try { m = MothurOut::getInstance(); + reversePairs = true; hasPPrimers = false; hasPBarcodes = false; pairedOligos = false; reversePairs = true; indexBarcode = 0; indexPairedBarcode = 0; indexPrimer = 0; indexPairedPrimer = 0; numFPrimers = 0; numBarcodes = 0; @@ -91,6 +93,7 @@ int Oligos::readOligos(){ m->openInputFile(oligosfile, inOligos); string type, oligo, roligo, group; + bool pfUsesNone = false; bool prUsesNone = false; bool bfUsesNone = false; bool brUsesNone = false; while(!inOligos.eof()){ @@ -146,7 +149,13 @@ int Oligos::readOligos(){ roligo[i] = toupper(roligo[i]); if(roligo[i] == 'U') { roligo[i] = 'T'; } } - if (reversePairs) { roligo = reverseOligo(roligo); } + + if (oligo == "NONE") { pfUsesNone = true; } + else if (roligo == "NONE") { prUsesNone = true; } + + if (roligo != "NONE") { + if (reversePairs) { roligo = reverseOligo(roligo); } + } group = ""; // get rest of line in case there is a primer name @@ -202,7 +211,12 @@ int Oligos::readOligos(){ if(reverseBarcode[i] == 'U') { reverseBarcode[i] = 'T'; } } - if (reversePairs) { reverseBarcode = reverseOligo(reverseBarcode); } + if (oligo == "NONE") { bfUsesNone = true; } + else if (reverseBarcode == "NONE") { brUsesNone = true; } + + if (reverseBarcode != "NONE") { + if (reversePairs) { reverseBarcode = reverseOligo(reverseBarcode); } + } oligosPair newPair(oligo, reverseBarcode); if (m->debug) { m->mothurOut("[DEBUG]: barcode pair " + newPair.forward + " " + newPair.reverse + ", and group = " + group + ".\n"); } @@ -240,6 +254,60 @@ int Oligos::readOligos(){ if (hasPBarcodes || hasPPrimers) { pairedOligos = true; if ((primers.size() != 0) || (barcodes.size() != 0) || (linker.size() != 0) || (spacer.size() != 0) || (revPrimer.size() != 0)) { m->control_pressed = true; m->mothurOut("[ERROR]: cannot mix paired primers and barcodes with non paired or linkers and spacers, quitting."); m->mothurOutEndLine(); return 0; } + + //check for "NONE" to make sure if none is used then all primers in that position are NONE + //ex. Can't have: PRIMER NONE reversePrimer and PRIMER fowardPrimer reversePrimer in same file + if (bfUsesNone) { + bool allNONE = true; + for(map::iterator itBar = pairedBarcodes.begin();itBar != pairedBarcodes.end();itBar++){ + if ((itBar->second).forward != "NONE") { + allNONE = false; + break; + } + } + if (!allNONE) { + m->control_pressed = true; m->mothurOut("[ERROR]: cannot mix forwardBarcode=NONE and forwardBarcode=barcodeString in same file. Mothur assumes all sequences have forward barcodes or all do not, quitting."); m->mothurOutEndLine(); return 0; + } + } + + if (brUsesNone) { + bool allNONE = true; + for(map::iterator itBar = pairedBarcodes.begin();itBar != pairedBarcodes.end();itBar++){ + if ((itBar->second).reverse != "NONE") { + allNONE = false; + break; + } + } + if (!allNONE) { + m->control_pressed = true; m->mothurOut("[ERROR]: cannot mix reverseBarcode=NONE and reverseBarcode=barcodeString in same file. Mothur assumes all sequences have reverse barcodes or all do not, quitting."); m->mothurOutEndLine(); return 0; + } + } + + if (pfUsesNone) { + bool allNONE = true; + for(map::iterator itPrimer = pairedPrimers.begin();itPrimer != pairedPrimers.end(); itPrimer++){ + if ((itPrimer->second).forward != "NONE") { + allNONE = false; + break; + } + } + if (!allNONE) { + m->control_pressed = true; m->mothurOut("[ERROR]: cannot mix forwardPrimer=NONE and forwardPrimer=primerString in same file. Mothur assumes all sequences have forward primers or all do not, quitting."); m->mothurOutEndLine(); return 0; + } + } + + if (prUsesNone) { + bool allNONE = true; + for(map::iterator itPrimer = pairedPrimers.begin();itPrimer != pairedPrimers.end(); itPrimer++){ + if ((itPrimer->second).reverse != "NONE") { + allNONE = false; + break; + } + } + if (!allNONE) { + m->control_pressed = true; m->mothurOut("[ERROR]: cannot mix reversePrimer=NONE and reversePrimer=primerString in same file. Mothur assumes all sequences have reverse primers or all do not, quitting."); m->mothurOutEndLine(); return 0; + } + } } diff --git a/source/datastructures/optimatrix.cpp b/source/datastructures/optimatrix.cpp new file mode 100644 index 00000000..9670f5ed --- /dev/null +++ b/source/datastructures/optimatrix.cpp @@ -0,0 +1,445 @@ +// +// optimatrix.cpp +// Mothur +// +// Created by Sarah Westcott on 4/20/16. +// Copyright (c) 2016 Schloss Lab. All rights reserved. +// + +#include "optimatrix.h" +#include "progress.hpp" +#include "counttable.h" + +/***********************************************************************/ + +OptiMatrix::OptiMatrix(string d, string df, double c, bool s) : distFile(d), distFormat(df), cutoff(c), sim(s) { + m = MothurOut::getInstance(); + countfile = ""; namefile = ""; + + if (distFormat == "phylip") { readPhylip(); } + else { readColumn(); } +} +/***********************************************************************/ +OptiMatrix::OptiMatrix(string d, string nc, string f, string df, double c, bool s) : distFile(d), distFormat(df), format(f), cutoff(c), sim(s) { + m = MothurOut::getInstance(); + + if (format == "name") { namefile = nc; countfile = ""; } + else if (format == "count") { countfile = nc; namefile = ""; } + else { countfile = ""; namefile = ""; } + + if (distFormat == "phylip") { readPhylip(); } + else { readColumn(); } +} +/***********************************************************************/ +int OptiMatrix::readFile(string d, string nc, string f, string df, double c, bool s) { + distFile = d; format = f; cutoff = c; sim = s; distFormat = df; + + if (format == "name") { namefile = nc; countfile = ""; } + else if (format == "count") { countfile = nc; namefile = ""; } + else { countfile = ""; namefile = ""; } + + if (distFormat == "phylip") { readPhylip(); } + else { readColumn(); } + + return 0; +} +/***********************************************************************/ +ListVector* OptiMatrix::getListSingle() { + try { + ListVector* singlelist = NULL; + + if (singletons.size() == 0) { } + else { + singlelist = new ListVector(); + + for (int i = 0; i < singletons.size(); i++) { + string otu = singletons[i]; + singlelist->push_back(otu); + } + } + + return singlelist; + } + catch(exception& e) { + m->errorOut(e, "OptiMatrix", "getListSingle"); + exit(1); + } +} +/***********************************************************************/ +long int OptiMatrix::print(ostream& out) { + try { + long int count = 0; + for (int i = 0; i < closeness.size(); i++) { + for(set::iterator it = closeness[i].begin(); it != closeness[i].end(); it++){ + out << *it << '\t'; + count++; + } + out << endl; + } + out << endl; + return count; + } + catch(exception& e) { + m->errorOut(e, "OptiMatrix", "getName"); + exit(1); + } +} +/***********************************************************************/ +string OptiMatrix::getName(int index) { + try { + if (index > closeness.size()) { m->mothurOut("[ERROR]: index is not valid.\n"); m->control_pressed = true; return ""; } + string name = nameMap[index]; + return name; + } + catch(exception& e) { + m->errorOut(e, "OptiMatrix", "getName"); + exit(1); + } +} +/***********************************************************************/ +bool OptiMatrix::isClose(int i, int toFind){ + try { + bool found = false; + if (closeness[i].count(toFind) != 0) { found = true; } + return found; + + } + catch(exception& e) { + m->errorOut(e, "OptiMatrix", "isClose"); + exit(1); + } +} +/***********************************************************************/ + +string OptiMatrix::findDistFormat(string distFile){ + try { + string fileFormat = "column"; + + ifstream fileHandle; + string numTest; + + m->openInputFile(distFile, fileHandle); + fileHandle >> numTest; + fileHandle.close(); + + if (m->isContainingOnlyDigits(numTest)) { fileFormat = "phylip"; } + + return fileFormat; + } + catch(exception& e) { + m->errorOut(e, "OptiMatrix", "findDistFormat"); + exit(1); + } +} +/***********************************************************************/ + +int OptiMatrix::readPhylip(){ + try { + nameMap.clear(); + float distance; + int square, nseqs; + string name; + map singletonIndexSwap; + + ifstream fileHandle; + string numTest; + + m->openInputFile(distFile, fileHandle); + fileHandle >> numTest >> name; + nameMap.push_back(name); + singletonIndexSwap[0] = 0; + + if (!m->isContainingOnlyDigits(numTest)) { m->mothurOut("[ERROR]: expected a number and got " + numTest + ", quitting."); m->mothurOutEndLine(); exit(1); } + else { convert(numTest, nseqs); } + + //square test + char d; + while((d=fileHandle.get()) != EOF){ + if(isalnum(d)){ square = 1; fileHandle.putback(d); for(int i=0;i> distance; } break; } + if(d == '\n'){ square = 0; break; } + } + + vector singleton; singleton.resize(nseqs, true); + ///////////////////// Read to eliminate singletons /////////////////////// + if(square == 0){ + + for(int i=1;icontrol_pressed) { fileHandle.close(); return 0; } + + fileHandle >> name; nameMap.push_back(name); singletonIndexSwap[i] = i; + + for(int j=0;j> distance; + + if (distance == -1) { distance = 1000000; } else if (sim) { distance = 1.0 - distance; } //user has entered a sim matrix that we need to convert. + + if(distance < cutoff){ + singleton[i] = false; + singleton[j] = false; + } + } + } + }else{ + for(int i=1;icontrol_pressed) { fileHandle.close(); return 0; } + + fileHandle >> name; nameMap.push_back(name); singletonIndexSwap[i] = i; + + for(int j=0;j> distance; + + if (distance == -1) { distance = 1000000; } else if (sim) { distance = 1.0 - distance; } //user has entered a sim matrix that we need to convert. + + if(distance < cutoff && j < i){ + singleton[i] = false; + singleton[j] = false; + } + } + } + } + fileHandle.close(); + ////////////////////////////////////////////////////////////////////////// + + int nonSingletonCount = 0; + for (int i = 0; i < singleton.size(); i++) { + if (!singleton[i]) { //if you are not a singleton + singletonIndexSwap[i] = nonSingletonCount; + nonSingletonCount++; + }else { singletons.push_back(nameMap[i]); } + } + singleton.clear(); + + closeness.resize(nonSingletonCount); + + map names; + if (namefile != "") { + m->readNames(namefile, names); + for (int i = 0; i < singletons.size(); i++) { + singletons[i] = names[singletons[i]]; + } + } + + Progress* reading; + ifstream in; + + m->openInputFile(distFile, in); + in >> nseqs >> name; + + if (namefile != "") { name = names[name]; } //redundant names + nameMap[singletonIndexSwap[0]] = name; + + int fivepercent = (int)(0.05 * nseqs); + + string line = ""; + if(square == 0){ + + reading = new Progress("Reading matrix: ", nseqs * (nseqs - 1) / 2); + int index = 0; + + for(int i=1;icontrol_pressed) { in.close(); delete reading; return 0; } + + in >> name; m->gobble(in); + + if (namefile != "") { name = names[name]; } //redundant names + nameMap[singletonIndexSwap[i]] = name; + + for(int j=0;j> distance; m->gobble(in); + + if (distance == -1) { distance = 1000000; } else if (sim) { distance = 1.0 - distance; } //user has entered a sim matrix that we need to convert. + + if(distance < cutoff){ + int newB = singletonIndexSwap[j]; + int newA = singletonIndexSwap[i]; + closeness[newA].insert(newB); + closeness[newB].insert(newA); + } + index++; reading->update(index); + } + + if (m->debug) { + if((i % fivepercent) == 0){ + unsigned long long ramUsed = m->getRAMUsed(); unsigned long long total = m->getTotalRAM(); + m->mothurOut("\nCurrent RAM usage: " + toString(ramUsed/(double)GIG) + " Gigabytes. Total Ram: " + toString(total/(double)GIG) + " Gigabytes.\n"); + } + } + } + }else{ + reading = new Progress("Reading matrix: ", nseqs * nseqs); + int index = nseqs; + + for(int i=0;i> distance; } m->gobble(in); + + for(int i=1;icontrol_pressed) { in.close(); delete reading; return 0; } + + in >> name; m->gobble(in); + + if (namefile != "") { name = names[name]; } //redundant names + nameMap[singletonIndexSwap[i]] = name; + + for(int j=0;j> distance; m->gobble(in); + + if (distance == -1) { distance = 1000000; } else if (sim) { distance = 1.0 - distance; } //user has entered a sim matrix that we need to convert. + + if(distance < cutoff && j < i){ + int newB = singletonIndexSwap[j]; + int newA = singletonIndexSwap[i]; + closeness[newA].insert(newB); + closeness[newB].insert(newA); + } + index++; reading->update(index); + } + + if (m->debug) { + if((i % fivepercent) == 0){ + unsigned long long ramUsed = m->getRAMUsed(); unsigned long long total = m->getTotalRAM(); + m->mothurOut("\nCurrent RAM usage: " + toString(ramUsed/(double)GIG) + " Gigabytes. Total Ram: " + toString(total/(double)GIG) + " Gigabytes.\n"); + } + } + } + } + in.close(); + reading->finish(); + delete reading; + + if (m->debug) { unsigned long long ramUsed = m->getRAMUsed(); unsigned long long total = m->getTotalRAM(); + m->mothurOut("\nCurrent RAM usage: " + toString(ramUsed/(double)GIG) + " Gigabytes. Total Ram: " + toString(total/(double)GIG) + " Gigabytes.\n"); } + + return 0; + + } + catch(exception& e) { + m->errorOut(e, "OptiMatrix", "readPhylip"); + exit(1); + } +} +/***********************************************************************/ + +int OptiMatrix::readColumn(){ + try { + map nameAssignment; + if (namefile != "") { nameAssignment = m->readNames(namefile); } + else { CountTable ct; ct.readTable(countfile, false, true); nameAssignment = ct.getNameMap(); } + int count = 0; + for (map::iterator it = nameAssignment.begin(); it!= nameAssignment.end(); it++) { + it->second = count; count++; + nameMap.push_back(it->first); + } + + string firstName, secondName; + float distance; + + ///////////////////// Read to eliminate singletons /////////////////////// + ifstream fileHandle; + m->openInputFile(distFile, fileHandle); + + map singletonIndexSwap; + vector singleton; singleton.resize(nameAssignment.size(), true); + while(fileHandle){ //let's assume it's a triangular matrix... + + fileHandle >> firstName; m->gobble(fileHandle); + fileHandle >> secondName; m->gobble(fileHandle); + fileHandle >> distance; m->gobble(fileHandle); // get the row and column names and distance + + if (m->debug) { cout << firstName << '\t' << secondName << '\t' << distance << endl; } + + if (m->control_pressed) { fileHandle.close(); return 0; } + + map::iterator itA = nameAssignment.find(firstName); + map::iterator itB = nameAssignment.find(secondName); + + if(itA == nameAssignment.end()){ m->mothurOut("AAError: Sequence '" + firstName + "' was not found in the name or count file, please correct\n"); exit(1); } + if(itB == nameAssignment.end()){ m->mothurOut("ABError: Sequence '" + secondName + "' was not found in the name or count file, please correct\n"); exit(1); } + + if (distance == -1) { distance = 1000000; } + else if (sim) { distance = 1.0 - distance; } //user has entered a sim matrix that we need to convert. + + if(distance < cutoff){ + int indexA = (itA->second); + int indexB = (itB->second); + singleton[indexA] = false; + singleton[indexB] = false; + singletonIndexSwap[indexA] = indexA; + singletonIndexSwap[indexB] = indexB; + } + } + fileHandle.close(); + ////////////////////////////////////////////////////////////////////////// + + int nonSingletonCount = 0; + for (int i = 0; i < singleton.size(); i++) { + if (!singleton[i]) { //if you are a singleton + singletonIndexSwap[i] = nonSingletonCount; + nonSingletonCount++; + }else { singletons.push_back(nameMap[i]); } + } + singleton.clear(); + + ifstream in; + m->openInputFile(distFile, in); + + closeness.resize(nonSingletonCount); + + map names; + if (namefile != "") { + m->readNames(namefile, names); + for (int i = 0; i < singletons.size(); i++) { + singletons[i] = names[singletons[i]]; + } + } + + while(in){ //let's assume it's a triangular matrix... + + in >> firstName; m->gobble(in); + in >> secondName; m->gobble(in); + in >> distance; m->gobble(in); // get the row and column names and distance + + if (m->debug) { cout << firstName << '\t' << secondName << '\t' << distance << endl; } + + if (m->control_pressed) { in.close(); return 0; } + + map::iterator itA = nameAssignment.find(firstName); + map::iterator itB = nameAssignment.find(secondName); + + if(itA == nameAssignment.end()){ m->mothurOut("AAError: Sequence '" + firstName + "' was not found in the name or count file, please correct\n"); exit(1); } + if(itB == nameAssignment.end()){ m->mothurOut("ABError: Sequence '" + secondName + "' was not found in the name or count file, please correct\n"); exit(1); } + + if (distance == -1) { distance = 1000000; } + else if (sim) { distance = 1.0 - distance; } //user has entered a sim matrix that we need to convert. + + if(distance < cutoff){ + int indexA = (itA->second); + int indexB = (itB->second); + + int newB = singletonIndexSwap[indexB]; + int newA = singletonIndexSwap[indexA]; + closeness[newA].insert(newB); + closeness[newB].insert(newA); + + if (namefile != "") { + firstName = names[firstName]; //redundant names + secondName = names[secondName]; //redundant names + } + + nameMap[newA] = firstName; + nameMap[newB] = secondName; + } + } + in.close(); + nameAssignment.clear(); + + return 1; + + } + catch(exception& e) { + m->errorOut(e, "OptiMatrix", "readColumn"); + exit(1); + } +} +/***********************************************************************/ diff --git a/source/datastructures/optimatrix.h b/source/datastructures/optimatrix.h new file mode 100644 index 00000000..d16f98bf --- /dev/null +++ b/source/datastructures/optimatrix.h @@ -0,0 +1,60 @@ +// +// optimatrix.h +// Mothur +// +// Created by Sarah Westcott on 4/20/16. +// Copyright (c) 2016 Schloss Lab. All rights reserved. +// + +#ifndef __Mothur__optimatrix__ +#define __Mothur__optimatrix__ + +#include "mothurout.h" +#include "listvector.hpp" + +class OptiMatrix { + +#ifdef UNIT_TEST + friend class TestOptiMatrix; +#endif + + +public: + OptiMatrix() { m = MothurOut::getInstance(); } + OptiMatrix(string, string, double, bool); //distfile, distformat, cutoff, sim + OptiMatrix(string, string, string, string, double, bool); //distfile, name or count, format, distformat, cutoff, sim + ~OptiMatrix(){ } + + set getCloseSeqs(int i) { return closeness[i]; } + //int get(int i, int j) { return closeness[i][j]; } + bool isClose(int, int); + int getNumClose(int index) { return closeness[index].size(); } + int getNumSeqs() { return closeness.size(); } + int getNumSingletons() { return singletons.size(); } + //map getNameMap() { return nameMap; } + string getName(int); //name from nameMap index + ListVector* getListSingle(); + long int print(ostream&); + int readFile(string, string, string, string, double, bool); //distfile, name or count, format, distformat, cutoff, sim + +private: + + vector< set > closeness; //closeness[0] contains indexes of seqs "close" to seq 0. + vector singletons; + vector nameMap; + + string distFile, namefile, countfile, format, distFormat; + double cutoff; + bool sim; + + MothurOut* m; + + string findDistFormat(string distFile); + int readPhylip(); + int readColumn(); + map readNames(string namefile, vector&); + +}; + + +#endif /* defined(__Mothur__optimatrix__) */ diff --git a/source/datastructures/rabundvector.cpp b/source/datastructures/rabundvector.cpp index b82287ee..83530034 100644 --- a/source/datastructures/rabundvector.cpp +++ b/source/datastructures/rabundvector.cpp @@ -304,7 +304,7 @@ OrderVector RAbundVector::getOrderVector(map* nameMap = NULL) { ov.push_back(i); } } - random_shuffle(ov.begin(), ov.end()); + m->mothurRandomShuffle(ov); ov.setLabel(label); ov.getNumBins(); diff --git a/source/datastructures/referencedb.cpp b/source/datastructures/referencedb.cpp deleted file mode 100644 index 249d2db7..00000000 --- a/source/datastructures/referencedb.cpp +++ /dev/null @@ -1,34 +0,0 @@ -/* - * referencedb.cpp - * Mothur - * - * Created by westcott on 6/29/11. - * Copyright 2011 Schloss Lab. All rights reserved. - * - */ - -#include "referencedb.h" - -//needed for testing project -//ReferenceDB* ReferenceDB::myInstance; - -/******************************************************/ -ReferenceDB* ReferenceDB::getInstance() { - if(myInstance == NULL) { - myInstance = new ReferenceDB(); - } - return myInstance; - } -/******************************************************/ -void ReferenceDB::clearMemory() { - referenceSeqs.clear(); - setSavedReference(""); - for(int i = 0; i < wordGenusProb.size(); i++) { wordGenusProb[i].clear(); } - wordGenusProb.clear(); - WordPairDiffArr.clear(); - setSavedTaxonomy(""); -} -/******************************************************* -ReferenceDB::~ReferenceDB() { myInstance = NULL; } -*******************************************************/ - diff --git a/source/datastructures/referencedb.h b/source/datastructures/referencedb.h deleted file mode 100644 index 5262e80d..00000000 --- a/source/datastructures/referencedb.h +++ /dev/null @@ -1,49 +0,0 @@ -#ifndef MYREFERENCEDB_H -#define MYREFERENCEDB_H - -/* - * referencedb.h - * Mothur - * - * Created by westcott on 6/29/11. - * Copyright 2011 Schloss Lab. All rights reserved. - * - */ - - -#include "mothur.h" -#include "sequence.hpp" - -/***********************************************/ - -class ReferenceDB { - - public: - - static ReferenceDB* getInstance(); - void clearMemory(); - - bool save; - vector referenceSeqs; - vector< vector > wordGenusProb; - vector WordPairDiffArr; - - string getSavedReference() { return referencefile; } - void setSavedReference(string p) { referencefile = p; } - string getSavedTaxonomy() { return taxonomyfile; } - void setSavedTaxonomy(string p) { taxonomyfile = p; } - - private: - - static ReferenceDB* myInstance; - ReferenceDB() { referencefile = ""; taxonomyfile = ""; save = false; } - ReferenceDB(const ReferenceDB&){}// Disable copy constructor - void operator=(const ReferenceDB&){} // Disable assignment operator - ~ReferenceDB(){ myInstance = 0; } - - string referencefile, taxonomyfile; -}; -/***********************************************/ - -#endif - diff --git a/source/datastructures/sabundvector.cpp b/source/datastructures/sabundvector.cpp index 6b0410ec..6aa9b7f2 100644 --- a/source/datastructures/sabundvector.cpp +++ b/source/datastructures/sabundvector.cpp @@ -223,7 +223,7 @@ SAbundVector SAbundVector::getSAbundVector(){ /***********************************************************************/ -OrderVector SAbundVector::getOrderVector(map* hold = NULL){ +OrderVector SAbundVector::getOrderVector(map* hold){ try { OrderVector ov; @@ -238,7 +238,7 @@ OrderVector SAbundVector::getOrderVector(map* hold = NULL){ } } - random_shuffle(ov.begin(), ov.end()); + m->mothurRandomShuffle(ov); ov.setLabel(label); ov.getNumBins(); diff --git a/source/datastructures/sabundvector.hpp b/source/datastructures/sabundvector.hpp index 666e94f4..bd612329 100644 --- a/source/datastructures/sabundvector.hpp +++ b/source/datastructures/sabundvector.hpp @@ -48,7 +48,7 @@ class SAbundVector : public DataVector { RAbundVector getRAbundVector(); SAbundVector getSAbundVector(); - OrderVector getOrderVector(map*); + OrderVector getOrderVector(map* hold = NULL); private: vector data; diff --git a/source/datastructures/sequence.cpp b/source/datastructures/sequence.cpp index 0f53c3ba..fef6f1e1 100644 --- a/source/datastructures/sequence.cpp +++ b/source/datastructures/sequence.cpp @@ -733,7 +733,13 @@ void Sequence::printSequence(ostream& out){ out << unaligned << endl; } } +//******************************************************************************************************************** +void Sequence::printUnAlignedSequence(ostream& out){ + + out << ">" << name << comment << endl; + out << unaligned << endl; +} //******************************************************************************************************************** int Sequence::getAlignLength(){ diff --git a/source/datastructures/sequence.hpp b/source/datastructures/sequence.hpp index 84da20ea..6248b832 100644 --- a/source/datastructures/sequence.hpp +++ b/source/datastructures/sequence.hpp @@ -74,6 +74,7 @@ class Sequence { int getLongHomoPolymer(); bool getIsAligned(); void printSequence(ostream&); + void printUnAlignedSequence(ostream&); private: MothurOut* m; diff --git a/source/datastructures/sequencecountparser.cpp b/source/datastructures/sequencecountparser.cpp index 5349da09..32646a77 100644 --- a/source/datastructures/sequencecountparser.cpp +++ b/source/datastructures/sequencecountparser.cpp @@ -7,9 +7,10 @@ // #include "sequencecountparser.h" +#include "sharedutilities.h" /************************************************************/ -SequenceCountParser::SequenceCountParser(string countfile, string fastafile) { +SequenceCountParser::SequenceCountParser(string countfile, string fastafile, vector groupsSelected) { try { m = MothurOut::getInstance(); @@ -17,58 +18,72 @@ SequenceCountParser::SequenceCountParser(string countfile, string fastafile) { //read count file CountTable countTable; countTable.readTable(countfile, true, false); + vector allNames = countTable.getNamesOfGroups(); //initialize maps - namesOfGroups = countTable.getNamesOfGroups(); + if (groupsSelected.size() == 0) { //select all + namesOfGroups = countTable.getNamesOfGroups(); + for (int i = 0; i < allNames.size(); i++) { indexes.push_back(i); } + }else{ + SharedUtil util; util.setGroups(groupsSelected, allNames); + namesOfGroups = groupsSelected; + map temp; + for (int i = 0; i < allNames.size(); i++) { + for (int j = 0; j < groupsSelected.size(); j++) { + if (allNames[i] == groupsSelected[j]) { + temp[groupsSelected[j]] = i; + } + } + } + for (map::iterator it = temp.begin(); it != temp.end(); it++) { + indexes.push_back(it->second); + } + } + for (int i = 0; i < namesOfGroups.size(); i++) { vector temp; map tempMap; seqs[namesOfGroups[i]] = temp; countTablePerGroup[namesOfGroups[i]] = tempMap; } - - //read fasta file making sure each sequence is in the group file - ifstream in; - m->openInputFile(fastafile, in); - - int fastaCount = 0; - while (!in.eof()) { - - if (m->control_pressed) { break; } - - Sequence seq(in); m->gobble(in); - fastaCount++; - if (m->debug) { if((fastaCount) % 1000 == 0){ m->mothurOut("[DEBUG]: reading seq " + toString(fastaCount) + "\n."); } } - - if (seq.getName() != "") { - - allSeqsMap[seq.getName()] = seq.getName(); - vector groupCounts = countTable.getGroupCounts(seq.getName()); - - for (int i = 0; i < namesOfGroups.size(); i++) { - if (groupCounts[i] != 0) { - seqs[namesOfGroups[i]].push_back(seq); - countTablePerGroup[namesOfGroups[i]][seq.getName()] = groupCounts[i]; - } - } - } - } - in.close(); - } + + readFasta(fastafile, countTable); + } catch(exception& e) { m->errorOut(e, "SequenceCountParser", "SequenceCountParser"); exit(1); } } /************************************************************/ -SequenceCountParser::SequenceCountParser(string fastafile, CountTable& countTable) { +SequenceCountParser::SequenceCountParser(string fastafile, CountTable& countTable, vector groupsSelected) { try { m = MothurOut::getInstance(); //initialize maps if (countTable.hasGroupInfo()) { - namesOfGroups = countTable.getNamesOfGroups(); + vector allNames = countTable.getNamesOfGroups(); + + //initialize maps + if (groupsSelected.size() == 0) { //select all + namesOfGroups = countTable.getNamesOfGroups(); + for (int i = 0; i < allNames.size(); i++) { indexes.push_back(i); } + }else{ + SharedUtil util; util.setGroups(groupsSelected, allNames); + namesOfGroups = groupsSelected; + map temp; + for (int i = 0; i < allNames.size(); i++) { + for (int j = 0; j < groupsSelected.size(); j++) { + if (allNames[i] == groupsSelected[j]) { + temp[groupsSelected[j]] = i; + } + } + } + for (map::iterator it = temp.begin(); it != temp.end(); it++) { + indexes.push_back(it->second); + } + } + for (int i = 0; i < namesOfGroups.size(); i++) { vector temp; map tempMap; @@ -76,33 +91,8 @@ SequenceCountParser::SequenceCountParser(string fastafile, CountTable& countTabl countTablePerGroup[namesOfGroups[i]] = tempMap; } - //read fasta file making sure each sequence is in the group file - ifstream in; - m->openInputFile(fastafile, in); + readFasta(fastafile, countTable); - int fastaCount = 0; - while (!in.eof()) { - - if (m->control_pressed) { break; } - - Sequence seq(in); m->gobble(in); - fastaCount++; - if (m->debug) { if((fastaCount) % 1000 == 0){ m->mothurOut("[DEBUG]: reading seq " + toString(fastaCount) + "\n."); } } - - if (seq.getName() != "") { - - allSeqsMap[seq.getName()] = seq.getName(); - vector groupCounts = countTable.getGroupCounts(seq.getName()); - - for (int i = 0; i < namesOfGroups.size(); i++) { - if (groupCounts[i] != 0) { - seqs[namesOfGroups[i]].push_back(seq); - countTablePerGroup[namesOfGroups[i]][seq.getName()] = groupCounts[i]; - } - } - } - } - in.close(); }else { m->control_pressed = true; m->mothurOut("[ERROR]: cannot parse fasta file by group with a count table that does not include group data, please correct.\n"); } } @@ -112,6 +102,43 @@ SequenceCountParser::SequenceCountParser(string fastafile, CountTable& countTabl } } /************************************************************/ +int SequenceCountParser::readFasta(string fastafile, CountTable& countTable) { + try { + + + ifstream in; + m->openInputFile(fastafile, in); + + + while (!in.eof()) { + + if (m->control_pressed) { break; } + + Sequence seq(in); m->gobble(in); + + if (seq.getName() != "") { + + //allSeqsMap[seq.getName()] = seq.getName(); + vector groupCounts = countTable.getGroupCounts(seq.getName()); + + for (int i = 0; i < namesOfGroups.size(); i++) { + if (groupCounts[indexes[i]] != 0) { + seqs[namesOfGroups[i]].push_back(seq); + countTablePerGroup[namesOfGroups[i]][seq.getName()] = groupCounts[indexes[i]]; + } + } + } + } + in.close(); + + return 0; + } + catch(exception& e) { + m->errorOut(e, "SequenceCountParser", "readFasta"); + exit(1); + } +} +/************************************************************/ SequenceCountParser::~SequenceCountParser(){ } /************************************************************/ int SequenceCountParser::getNumGroups(){ return namesOfGroups.size(); } @@ -138,6 +165,24 @@ int SequenceCountParser::getNumSeqs(string g){ } } /************************************************************/ +map SequenceCountParser::getAllSeqsMap(){ + try { + map allSeqsMap; + map >::iterator it; + + for (it = seqs.begin(); it != seqs.end(); it++) { + vector temp = it->second; + for (int i = 0; i < temp.size(); i++) { allSeqsMap[temp[i].getName()] = temp[i].getName(); } + } + + return allSeqsMap; + } + catch(exception& e) { + m->errorOut(e, "SequenceCountParser", "getAllSeqsMap"); + exit(1); + } +} +/************************************************************/ vector SequenceCountParser::getSeqs(string g){ try { map >::iterator it; @@ -159,7 +204,7 @@ vector SequenceCountParser::getSeqs(string g){ } } /************************************************************/ -int SequenceCountParser::getSeqs(string g, string filename, bool uchimeFormat=false){ +int SequenceCountParser::getSeqs(string g, string filename, string tag, string tag2, long long& numSeqs, bool uchimeFormat=false){ try { map >::iterator it; vector seqForThisGroup; @@ -169,11 +214,13 @@ int SequenceCountParser::getSeqs(string g, string filename, bool uchimeFormat=fa if(it == seqs.end()) { m->mothurOut("[ERROR]: No sequences available for group " + g + ", please correct."); m->mothurOutEndLine(); }else { - + ofstream out; m->openOutputFile(filename, out); seqForThisGroup = it->second; + + numSeqs = seqForThisGroup.size(); if (uchimeFormat) { // format should look like @@ -191,7 +238,7 @@ int SequenceCountParser::getSeqs(string g, string filename, bool uchimeFormat=fa error = 1; m->mothurOut("[ERROR]: " + seqForThisGroup[i].getName() + " is in your fastafile, but is not in your count file, please correct."); m->mothurOutEndLine(); }else { - seqPriorityNode temp(itCount->second, seqForThisGroup[i].getAligned(), seqForThisGroup[i].getName()); + seqPriorityNode temp(itCount->second, seqForThisGroup[i].getUnaligned(), seqForThisGroup[i].getName()); nameVector.push_back(temp); } } @@ -206,7 +253,7 @@ int SequenceCountParser::getSeqs(string g, string filename, bool uchimeFormat=fa if(m->control_pressed) { out.close(); m->mothurRemove(filename); return 1; } - out << ">" << nameVector[i].name << "/ab=" << nameVector[i].numIdentical << "/" << endl << nameVector[i].seq << endl; // + out << ">" << nameVector[i].name << tag << nameVector[i].numIdentical << tag2 << endl << nameVector[i].seq << endl; // } }else { diff --git a/source/datastructures/sequencecountparser.h b/source/datastructures/sequencecountparser.h index 4889ea6c..29759026 100644 --- a/source/datastructures/sequencecountparser.h +++ b/source/datastructures/sequencecountparser.h @@ -26,8 +26,8 @@ class SequenceCountParser { public: - SequenceCountParser(string, string); //count, fasta - file mismatches will set m->control_pressed = true - SequenceCountParser(string, CountTable&); //fasta, counttable - file mismatches will set m->control_pressed = true + SequenceCountParser(string, string, vector); //count, fasta - file mismatches will set m->control_pressed = true + SequenceCountParser(string, CountTable&, vector); //fasta, counttable - file mismatches will set m->control_pressed = true ~SequenceCountParser(); //general operations @@ -38,20 +38,22 @@ class SequenceCountParser { vector getSeqs(string); //returns unique sequences in a specific group map getCountTable(string); //returns seqName -> numberOfRedundantSeqs for a specific group - the count file format, but each line is parsed by group. - int getSeqs(string, string, bool); //prints unique sequences in a specific group to a file - group, filename, uchimeFormat=false + int getSeqs(string, string, string, string, long long&, bool); //prints unique sequences in a specific group to a file - group, filename, uchimeFormat=false, tag (/ab= or ;size=), tag2(/ or ;) int getCountTable(string, string); //print seqName -> numberRedundantSeqs for a specific group - group, filename - map getAllSeqsMap(){ return allSeqsMap; } //returns map where the key=sequenceName and the value=representativeSequence - helps us remove duplicates after group by group processing + map getAllSeqsMap(); //returns map where the key=sequenceName and the value=representativeSequence - helps us remove duplicates after group by group processing private: CountTable countTable; MothurOut* m; int numSeqs; - map allSeqsMap; + vector indexes; + //map allSeqsMap; map > seqs; //a vector for each group map > countTablePerGroup; //countTable for each group vector namesOfGroups; + int readFasta(string fastafile, CountTable&); }; diff --git a/source/datastructures/sequencedb.cpp b/source/datastructures/sequencedb.cpp index e798ee14..55d4ef1e 100644 --- a/source/datastructures/sequencedb.cpp +++ b/source/datastructures/sequencedb.cpp @@ -56,60 +56,6 @@ SequenceDB::SequenceDB(ifstream& filehandle) { exit(1); } } -/*******************************************************************************/ -string SequenceDB::readName(ifstream& in) { - try{ - string name = ""; - int c; - string temp; - - while ((c = in.get()) != EOF) { - //if c is not a line return - if (c != 10) { - name += c; - }else { break; } - } - - return name; - } - catch(exception& e) { - m->errorOut(e, "SequenceDB", "readName"); - exit(1); - } -} - -/*******************************************************************************/ -string SequenceDB::readSequence(ifstream& in) { - try{ - string sequence = ""; - string line; - int pos, c; - - while (!in.eof()) { - //save position in file in case next line is a new name. - pos = in.tellg(); - line = ""; - in >> line; - //if you are at a new name - if (line[0] == '>') { - //put file pointer back since you are now at a new name - in.seekg(pos, ios::beg); - c = in.get(); //because you put it back to a newline char - break; - }else { sequence += line; } - } - - if (length == 0) { length = sequence.length(); } - if (length != sequence.length()) { samelength = false; } - - return sequence; - } - catch(exception& e) { - m->errorOut(e, "SequenceDB", "readSequence"); - exit(1); - } -} - /***********************************************************************/ int SequenceDB::getNumSeqs() { diff --git a/source/datastructures/sequencedb.h b/source/datastructures/sequencedb.h index 8f7640ed..940eb074 100644 --- a/source/datastructures/sequencedb.h +++ b/source/datastructures/sequencedb.h @@ -41,8 +41,6 @@ class SequenceDB { private: vector data; - string readName(ifstream&); - string readSequence(ifstream&); MothurOut* m; bool samelength; int length; diff --git a/source/datastructures/sequenceparser.cpp b/source/datastructures/sequenceparser.cpp index 37891eb4..4ec13a14 100644 --- a/source/datastructures/sequenceparser.cpp +++ b/source/datastructures/sequenceparser.cpp @@ -8,10 +8,10 @@ */ #include "sequenceparser.h" - +#include "sharedutilities.h" /************************************************************/ -SequenceParser::SequenceParser(string groupFile, string fastaFile, string nameFile) { +SequenceParser::SequenceParser(string groupFile, string fastaFile, string nameFile, vector groupsSelected) { try { m = MothurOut::getInstance(); @@ -24,220 +24,86 @@ SequenceParser::SequenceParser(string groupFile, string fastaFile, string nameFi if (error == 1) { m->control_pressed = true; } //initialize maps - vector namesOfGroups = groupMap->getNamesOfGroups(); - for (int i = 0; i < namesOfGroups.size(); i++) { - vector temp; - map tempMap; - seqs[namesOfGroups[i]] = temp; - nameMapPerGroup[namesOfGroups[i]] = tempMap; - } - + vector namesOfGroups = groupMap->getNamesOfGroups(); + set selectedGroups; + if (groupsSelected.size() != 0) { + SharedUtil util; util.setGroups(groupsSelected, namesOfGroups); + namesOfGroups = groupsSelected; + } + + for (int i = 0; i < namesOfGroups.size(); i++) { + vector temp; + map tempMap; + seqs[namesOfGroups[i]] = temp; + nameMapPerGroup[namesOfGroups[i]] = tempMap; + selectedGroups.insert(namesOfGroups[i]); + } + + map::iterator it; + map nameMap; + m->readNames(nameFile, nameMap); + //read fasta file making sure each sequence is in the group file ifstream in; m->openInputFile(fastaFile, in); - - map seqName; //stores name -> sequence string so we can make new "unique" sequences when we parse the name file - int fastaCount = 0; - while (!in.eof()) { - - if (m->control_pressed) { break; } - - Sequence seq(in); m->gobble(in); - fastaCount++; - if (m->debug) { if((fastaCount) % 1000 == 0){ m->mothurOut("[DEBUG]: reading seq " + toString(fastaCount) + "\n."); } } - - if (seq.getName() != "") { - - string group = groupMap->getGroup(seq.getName()); - if (group == "not found") { error = 1; m->mothurOut("[ERROR]: " + seq.getName() + " is in your fasta file and not in your groupfile, please correct."); m->mothurOutEndLine(); } - else { - seqs[group].push_back(seq); - seqName[seq.getName()] = seq.getAligned(); - } - } - } - in.close(); - - if (error == 1) { m->control_pressed = true; } - - //read name file - ifstream inName; - m->openInputFile(nameFile, inName); - - //string first, second; - int countName = 0; - set thisnames1; - - string rest = ""; - char buffer[4096]; - bool pairDone = false; - bool columnOne = true; - string firstCol, secondCol; - while (!inName.eof()) { - if (m->control_pressed) { break; } - - inName.read(buffer, 4096); - vector pieces = m->splitWhiteSpace(rest, buffer, inName.gcount()); + while (!in.eof()) { - for (int i = 0; i < pieces.size(); i++) { - if (columnOne) { firstCol = pieces[i]; columnOne=false; } - else { secondCol = pieces[i]; pairDone = true; columnOne=true; } - - if (pairDone) { //save one line - if (m->debug) { m->mothurOut("[DEBUG]: reading names: " + firstCol + '\t' + secondCol + ".\n"); } - vector names; - m->splitAtChar(secondCol, names, ','); - - //get aligned string for these seqs from the fasta file - string alignedString = ""; - map::iterator itAligned = seqName.find(names[0]); - if (itAligned == seqName.end()) { - error = 1; m->mothurOut("[ERROR]: " + names[0] + " is in your name file and not in your fasta file, please correct."); m->mothurOutEndLine(); - }else { - alignedString = itAligned->second; - } - - //separate by group - parse one line in name file - map splitMap; //group -> name1,name2,... - map::iterator it; - for (int i = 0; i < names.size(); i++) { - - string group = groupMap->getGroup(names[i]); - if (group == "not found") { error = 1; m->mothurOut("[ERROR]: " + names[i] + " is in your name file and not in your groupfile, please correct."); m->mothurOutEndLine(); } - else { - - it = splitMap.find(group); - if (it != splitMap.end()) { //adding seqs to this group - (it->second) += "," + names[i]; - thisnames1.insert(names[i]); - countName++; - }else { //first sighting of this group - splitMap[group] = names[i]; - countName++; - thisnames1.insert(names[i]); - - //is this seq in the fasta file? - if (i != 0) { //if not then we need to add a duplicate sequence to the seqs for this group so the new "fasta" and "name" files will match - Sequence tempSeq(names[i], alignedString); //get the first guys sequence string since he's in the fasta file. - seqs[group].push_back(tempSeq); - } - } - } - - allSeqsMap[names[i]] = names[0]; - } - - - //fill nameMapPerGroup - holds all lines in namefile separated by group - for (it = splitMap.begin(); it != splitMap.end(); it++) { - //grab first name - string firstName = ""; - for(int i = 0; i < (it->second).length(); i++) { - if (((it->second)[i]) != ',') { - firstName += ((it->second)[i]); - }else { break; } - } - - //group1 -> seq1 -> seq1,seq2,seq3 - nameMapPerGroup[it->first][firstName] = it->second; - } - - pairDone = false; - } - } - } - inName.close(); - - //in case file does not end in white space - if (rest != "") { - vector pieces = m->splitWhiteSpace(rest); + if (m->control_pressed) { break; } + + Sequence seq(in); m->gobble(in); - for (int i = 0; i < pieces.size(); i++) { - if (columnOne) { firstCol = pieces[i]; columnOne=false; } - else { secondCol = pieces[i]; pairDone = true; columnOne=true; } + if (seq.getName() != "") { - if (pairDone) { //save one line - if (m->debug) { m->mothurOut("[DEBUG]: reading names: " + firstCol + '\t' + secondCol + ".\n"); } + it = nameMap.find(seq.getName()); + + if (it != nameMap.end()) { //in namefile + vector names; + string secondCol = it->second; m->splitAtChar(secondCol, names, ','); - //get aligned string for these seqs from the fasta file - string alignedString = ""; - map::iterator itAligned = seqName.find(names[0]); - if (itAligned == seqName.end()) { - error = 1; m->mothurOut("[ERROR]: " + names[0] + " is in your name file and not in your fasta file, please correct."); m->mothurOutEndLine(); - }else { - alignedString = itAligned->second; - } - - //separate by group - parse one line in name file map splitMap; //group -> name1,name2,... - map::iterator it; + map::iterator itSplit; for (int i = 0; i < names.size(); i++) { - string group = groupMap->getGroup(names[i]); - if (group == "not found") { error = 1; m->mothurOut("[ERROR]: " + names[i] + " is in your name file and not in your groupfile, please correct."); m->mothurOutEndLine(); } - else { - - it = splitMap.find(group); - if (it != splitMap.end()) { //adding seqs to this group - (it->second) += "," + names[i]; - thisnames1.insert(names[i]); - countName++; - }else { //first sighting of this group - splitMap[group] = names[i]; - countName++; - thisnames1.insert(names[i]); + + if (selectedGroups.count(group) != 0) { //this is a group we want + if (group == "not found") { error = 1; m->mothurOut("[ERROR]: " + names[i] + " is in your names file and not in your group file, please correct.\n"); } + else { + allSeqsMap[names[i]] = names[0]; - //is this seq in the fasta file? - if (i != 0) { //if not then we need to add a duplicate sequence to the seqs for this group so the new "fasta" and "name" files will match - Sequence tempSeq(names[i], alignedString); //get the first guys sequence string since he's in the fasta file. - seqs[group].push_back(tempSeq); + itSplit = splitMap.find(group); + if (itSplit != splitMap.end()) { //adding seqs to this group + (itSplit->second) += "," + names[i]; + }else { //first sighting of this group + splitMap[group] = names[i]; } } } - - allSeqsMap[names[i]] = names[0]; } - //fill nameMapPerGroup - holds all lines in namefile separated by group - for (it = splitMap.begin(); it != splitMap.end(); it++) { + for (itSplit = splitMap.begin(); itSplit != splitMap.end(); itSplit++) { //grab first name string firstName = ""; - for(int i = 0; i < (it->second).length(); i++) { - if (((it->second)[i]) != ',') { - firstName += ((it->second)[i]); + for(int i = 0; i < (itSplit->second).length(); i++) { + if (((itSplit->second)[i]) != ',') { + firstName += ((itSplit->second)[i]); }else { break; } } //group1 -> seq1 -> seq1,seq2,seq3 - nameMapPerGroup[it->first][firstName] = it->second; + nameMapPerGroup[itSplit->first][firstName] = itSplit->second; + seqs[itSplit->first].push_back(Sequence(firstName, seq.getAligned())); } - - pairDone = false; - } + + }else { error = 1; m->mothurOut("[ERROR]: " + seq.getName() + " is in your fasta file and not in your name file, please correct.\n"); } } } - + in.close(); + if (error == 1) { m->control_pressed = true; } - - if (countName != (groupMap->getNumSeqs())) { - vector groupseqsnames = groupMap->getNamesSeqs(); - - for (int i = 0; i < groupseqsnames.size(); i++) { - set::iterator itnamesfile = thisnames1.find(groupseqsnames[i]); - if (itnamesfile == thisnames1.end()){ - cout << "missing name " + groupseqsnames[i] << '\t' << allSeqsMap[groupseqsnames[i]] << endl; - } - } - - m->mothurOutEndLine(); - m->mothurOut("[ERROR]: Your name file contains " + toString(countName) + " valid sequences, and your groupfile contains " + toString(groupMap->getNumSeqs()) + ", please correct."); - m->mothurOutEndLine(); - m->control_pressed = true; - } } catch(exception& e) { @@ -246,7 +112,7 @@ SequenceParser::SequenceParser(string groupFile, string fastaFile, string nameFi } } /************************************************************/ -SequenceParser::SequenceParser(string groupFile, string fastaFile) { +SequenceParser::SequenceParser(string groupFile, string fastaFile, vector groupsSelected) { try { m = MothurOut::getInstance(); @@ -259,16 +125,22 @@ SequenceParser::SequenceParser(string groupFile, string fastaFile) { if (error == 1) { m->control_pressed = true; } //initialize maps - vector namesOfGroups = groupMap->getNamesOfGroups(); + vector namesOfGroups = groupMap->getNamesOfGroups(); + set selectedGroups; + if (groupsSelected.size() != 0) { + SharedUtil util; util.setGroups(groupsSelected, namesOfGroups); + namesOfGroups = groupsSelected; + } + for (int i = 0; i < namesOfGroups.size(); i++) { vector temp; seqs[namesOfGroups[i]] = temp; + selectedGroups.insert(namesOfGroups[i]); } //read fasta file making sure each sequence is in the group file ifstream in; m->openInputFile(fastaFile, in); - int count = 0; while (!in.eof()) { @@ -277,24 +149,20 @@ SequenceParser::SequenceParser(string groupFile, string fastaFile) { Sequence seq(in); m->gobble(in); if (seq.getName() != "") { - + string group = groupMap->getGroup(seq.getName()); - if (group == "not found") { error = 1; m->mothurOut("[ERROR]: " + seq.getName() + " is in your fasta file and not in your groupfile, please correct."); m->mothurOutEndLine(); } - else { seqs[group].push_back(seq); count++; } + if (selectedGroups.count(group) != 0) { //this is a group we want + if (group == "not found") { error = 1; m->mothurOut("[ERROR]: " + seq.getName() + " is in your fasta file and not in your groupfile, please correct."); m->mothurOutEndLine(); } + else { + seqs[group].push_back(seq); + } + } } } in.close(); if (error == 1) { m->control_pressed = true; } - if (count != (groupMap->getNumSeqs())) { - m->mothurOutEndLine(); - m->mothurOut("[ERROR]: Your fasta file contains " + toString(count) + " valid sequences, and your groupfile contains " + toString(groupMap->getNumSeqs()) + ", please correct."); - if (count < (groupMap->getNumSeqs())) { m->mothurOut(" Did you forget to include the name file?"); } - m->mothurOutEndLine(); - m->control_pressed = true; - } - } catch(exception& e) { m->errorOut(e, "SequenceParser", "SequenceParser"); @@ -351,7 +219,7 @@ vector SequenceParser::getSeqs(string g){ } } /************************************************************/ -int SequenceParser::getSeqs(string g, string filename, bool uchimeFormat=false){ +int SequenceParser::getSeqs(string g, string filename, string tag, string tag2, long long& numSeqs, bool uchimeFormat=false){ try { map >::iterator it; vector seqForThisGroup; @@ -361,11 +229,14 @@ int SequenceParser::getSeqs(string g, string filename, bool uchimeFormat=false){ if(it == seqs.end()) { m->mothurOut("[ERROR]: No sequences available for group " + g + ", please correct."); m->mothurOutEndLine(); }else { - + ofstream out; m->openOutputFile(filename, out); seqForThisGroup = it->second; + + numSeqs = seqForThisGroup.size(); + if (uchimeFormat) { // format should look like @@ -385,7 +256,7 @@ int SequenceParser::getSeqs(string g, string filename, bool uchimeFormat=false){ }else { int num = m->getNumNames(itNameMap->second); - seqPriorityNode temp(num, seqForThisGroup[i].getAligned(), seqForThisGroup[i].getName()); + seqPriorityNode temp(num, seqForThisGroup[i].getUnaligned(), seqForThisGroup[i].getName()); nameVector.push_back(temp); } } @@ -400,7 +271,7 @@ int SequenceParser::getSeqs(string g, string filename, bool uchimeFormat=false){ if(m->control_pressed) { out.close(); m->mothurRemove(filename); return 1; } - out << ">" << nameVector[i].name << "/ab=" << nameVector[i].numIdentical << "/" << endl << nameVector[i].seq << endl; // + out << ">" << nameVector[i].name << tag << nameVector[i].numIdentical << tag2 << endl << nameVector[i].seq << endl; // } }else { diff --git a/source/datastructures/sequenceparser.h b/source/datastructures/sequenceparser.h index 98438f64..d13d1b24 100644 --- a/source/datastructures/sequenceparser.h +++ b/source/datastructures/sequenceparser.h @@ -28,8 +28,8 @@ class SequenceParser { public: - SequenceParser(string, string); //group, fasta - file mismatches will set m->control_pressed = true - SequenceParser(string, string, string); //group, fasta, name - file mismatches will set m->control_pressed = true + SequenceParser(string, string, vector); //group, fasta, groups (if blanks then all) - file mismatches will set m->control_pressed = true + SequenceParser(string, string, string, vector); //group, fasta, name, groups (if blanks then all) - file mismatches will set m->control_pressed = true ~SequenceParser(); //general operations @@ -41,7 +41,7 @@ class SequenceParser { vector getSeqs(string); //returns unique sequences in a specific group map getNameMap(string); //returns seqName -> namesOfRedundantSeqs separated by commas for a specific group - the name file format, but each line is parsed by group. - int getSeqs(string, string, bool); //prints unique sequences in a specific group to a file - group, filename, uchimeFormat=false + int getSeqs(string, string, string, string, long long&, bool); //prints unique sequences in a specific group to a file - group, filename, uchimeFormat=false, tag(/ab= or ;size=), tag2(/ or ;) int getNameMap(string, string); //print seqName -> namesOfRedundantSeqs separated by commas for a specific group - group, filename map getAllSeqsMap(){ return allSeqsMap; } //returns map where the key=sequenceName and the value=representativeSequence - helps us remove duplicates after group by group processing diff --git a/source/datastructures/sharedlistvector.cpp b/source/datastructures/sharedlistvector.cpp index 1673dbc8..07c77c36 100644 --- a/source/datastructures/sharedlistvector.cpp +++ b/source/datastructures/sharedlistvector.cpp @@ -330,7 +330,7 @@ SharedOrderVector* SharedListVector::getSharedOrderVector(){ } } - random_shuffle(order->begin(), order->end()); + m->mothurRandomShuffle(*order); order->updateStats(); return order; @@ -474,7 +474,7 @@ OrderVector SharedListVector::getOrderVector(map* orderMap = NULL){ ov.push_back(i); } } - random_shuffle(ov.begin(), ov.end()); + m->mothurRandomShuffle(ov); ov.setLabel(label); ov.getNumBins(); diff --git a/source/datastructures/sharedordervector.cpp b/source/datastructures/sharedordervector.cpp index 148253bd..379fced4 100644 --- a/source/datastructures/sharedordervector.cpp +++ b/source/datastructures/sharedordervector.cpp @@ -274,7 +274,7 @@ OrderVector SharedOrderVector::getOrderVector(map* nameMap = NULL) { ov.push_back(data[i].bin); } - random_shuffle(ov.begin(), ov.end()); + m->mothurRandomShuffle(ov); ov.setLabel(label); return ov; @@ -352,7 +352,7 @@ SharedSAbundVector SharedOrderVector::getSharedSAbundVector(string group) { /***********************************************************************/ SharedOrderVector SharedOrderVector::getSharedOrderVector(){ - random_shuffle(data.begin(), data.end()); + m->mothurRandomShuffle(*this); return *this; } diff --git a/source/datastructures/sharedrabundfloatvector.cpp b/source/datastructures/sharedrabundfloatvector.cpp index abcc6b8c..a8e0772b 100644 --- a/source/datastructures/sharedrabundfloatvector.cpp +++ b/source/datastructures/sharedrabundfloatvector.cpp @@ -489,7 +489,7 @@ SharedOrderVector SharedRAbundFloatVector::getSharedOrderVector() { ov.push_back(data[i].bin, round, data[i].group); } } - random_shuffle(ov.begin(), ov.end()); + m->mothurRandomShuffle(ov); ov.setLabel(label); ov.updateStats(); @@ -513,7 +513,7 @@ OrderVector SharedRAbundFloatVector::getOrderVector(map* nameMap = N ov.push_back(i); } } - random_shuffle(ov.begin(), ov.end()); + m->mothurRandomShuffle(ov); ov.setLabel(label); return ov; diff --git a/source/datastructures/sharedrabundvector.cpp b/source/datastructures/sharedrabundvector.cpp index 7b7fc934..4df30f96 100644 --- a/source/datastructures/sharedrabundvector.cpp +++ b/source/datastructures/sharedrabundvector.cpp @@ -673,7 +673,7 @@ SharedOrderVector SharedRAbundVector::getSharedOrderVector() { ov.push_back(data[i].bin, data[i].abundance, data[i].group); } } - random_shuffle(ov.begin(), ov.end()); + m->mothurRandomShuffle(ov); ov.setLabel(label); ov.updateStats(); @@ -695,7 +695,7 @@ OrderVector SharedRAbundVector::getOrderVector(map* nameMap = NULL) ov.push_back(i); } } - random_shuffle(ov.begin(), ov.end()); + m->mothurRandomShuffle(ov); ov.setLabel(label); diff --git a/source/datastructures/sharedsabundvector.cpp b/source/datastructures/sharedsabundvector.cpp index 601e70ac..303936fd 100644 --- a/source/datastructures/sharedsabundvector.cpp +++ b/source/datastructures/sharedsabundvector.cpp @@ -259,7 +259,7 @@ OrderVector SharedSAbundVector::getOrderVector(map* hold = NULL){ } } - random_shuffle(ov.begin(), ov.end()); + m->mothurRandomShuffle(ov); ov.setLabel(label); ov.getNumBins(); diff --git a/source/datastructures/sparsedistancematrix.cpp b/source/datastructures/sparsedistancematrix.cpp index d161d44b..4503e301 100644 --- a/source/datastructures/sparsedistancematrix.cpp +++ b/source/datastructures/sparsedistancematrix.cpp @@ -146,7 +146,7 @@ ull SparseDistanceMatrix::getSmallestCell(ull& row){ } } - random_shuffle(mins.begin(), mins.end()); //randomize the order of the iterators in the mins vector + m->mothurRandomShuffle(mins); //randomize the order of the iterators in the mins vector row = mins[0].row; ull col = mins[0].col; diff --git a/source/datastructures/sparsedistancematrix.h b/source/datastructures/sparsedistancematrix.h index 6c6bbe5a..85192829 100644 --- a/source/datastructures/sparsedistancematrix.h +++ b/source/datastructures/sparsedistancematrix.h @@ -15,23 +15,8 @@ class ListVector; - -/* For each distance in a sparse matrix we have a row, column and distance. - The PDistCell consists of the column and distance. - We know the row by the distances row in the seqVec matrix. - SeqVec is square and each row is sorted so the column values are ascending to save time in the search for the smallest distance. */ - -/***********************************************************************/ -struct PDistCellMin{ - ull row; - ull col; - //PDistCell* cell; - PDistCellMin(ull r, ull c) : col(c), row(r) {} -}; /***********************************************************************/ - - class SparseDistanceMatrix { public: diff --git a/source/datastructures/sparsematrix.cpp b/source/datastructures/sparsematrix.cpp index 3a0ec652..69520040 100644 --- a/source/datastructures/sparsematrix.cpp +++ b/source/datastructures/sparsematrix.cpp @@ -153,7 +153,7 @@ PCell* SparseMatrix::getSmallestCell(){ } } - random_shuffle(mins.begin(), mins.end()); //randomize the order of the iterators in the mins vector + m->mothurRandomShuffle(mins); //randomize the order of the iterators in the mins vector for(int i=0;ivectorMap = &mins[i]; //assign vectorMap to the address for the container diff --git a/source/datastructures/sparsematrix.hpp b/source/datastructures/sparsematrix.hpp index c8a11d70..db9f4aef 100644 --- a/source/datastructures/sparsematrix.hpp +++ b/source/datastructures/sparsematrix.hpp @@ -9,18 +9,6 @@ class ListVector; /***********************************************************************/ - - struct PCell{ - ull row; - ull column; - float dist; - PCell** vectorMap; - PCell() : row(0), column(0), dist(0), vectorMap(NULL) {}; - PCell(ull r, ull c, float d) : row(r), column(c), dist(d), vectorMap(NULL) {}; -}; - -/***********************************************************************/ - typedef list::iterator MatData; class SparseMatrix { diff --git a/source/datastructures/tree.cpp b/source/datastructures/tree.cpp index 675d5446..d092c803 100644 --- a/source/datastructures/tree.cpp +++ b/source/datastructures/tree.cpp @@ -837,7 +837,7 @@ void Tree::randomLabels(vector g) { for(int i = 0; i < numLeaves; i++){ int z; //get random index to switch with - z = int((float)(i+1) * (float)(rand()) / ((float)RAND_MAX+1.0)); + z = m->getRandomIndex(i); //you only want to randomize the nodes that are from a group the user wants analyzed, so //if either of the leaf nodes you are about to switch are not in the users groups then you don't want to switch them. @@ -878,7 +878,7 @@ void Tree::randomLabels(vector g) { void Tree::randomBlengths() { try { for(int i=numNodes-1;i>=0;i--){ - int z = int((float)(i+1) * (float)(rand()) / ((float)RAND_MAX+1.0)); + int z = m->getRandomIndex(i); float bl_hold = tree[z].getBranchLength(); tree[z].setBranchLength(tree[i].getBranchLength()); @@ -923,7 +923,7 @@ void Tree::randomTopology() { int escape =0; int rnd_index1, rnd_index2; while(escape == 0){ - rnd_index1 = (int)(((double)rand() / (double) RAND_MAX)*i); + rnd_index1 = m->getRandomIndex(i); if(tree[rnd_index1].getParent() == -1){escape = 1;} } diff --git a/source/engine.cpp b/source/engine.cpp index 780fd131..8a30b264 100644 --- a/source/engine.cpp +++ b/source/engine.cpp @@ -36,15 +36,16 @@ InteractEngine::InteractEngine(string path){ //this will happen if you set the path variable to contain mothur's exe location if (temppath == "") { path = mout->findProgramPath("mothur"); } + else { path = temppath; } - mout->argv = path; + mout->mothurProgramPath = mout->getFullPathName(path); + mout->setBlastPath(mout->mothurProgramPath); //if you haven't set your own location #ifdef MOTHUR_FILES #else //set default location to search for files to mothur's executable location. This will resolve issue of double-clicking on the executable which opens mothur and sets pwd to your home directory instead of the mothur directory and leads to "unable to find file" errors. - string tempDefault = path.substr(0, (path.find_last_of('m'))); - if (tempDefault != "") { mout->setDefaultPath(tempDefault); } + if (mout->mothurProgramPath != "") { mout->setDefaultPath(mout->mothurProgramPath); } #endif } @@ -173,15 +174,16 @@ BatchEngine::BatchEngine(string path, string batchFileName){ //this will happen if you set the path variable to contain mothur's exe location if (temppath == "") { path = mout->findProgramPath("mothur"); } + else { path = temppath; } - mout->argv = path; + mout->mothurProgramPath = mout->getFullPathName(path); + mout->setBlastPath(mout->mothurProgramPath); //if you haven't set your own location #ifdef MOTHUR_FILES #else //set default location to search for files to mothur's executable location. This will resolve issue of double-clicking on the executable which opens mothur and sets pwd to your home directory instead of the mothur directory and leads to "unable to find file" errors. - string tempDefault = path.substr(0, (path.find_last_of('m'))); - if (tempDefault != "") { mout->setDefaultPath(tempDefault); } + if (mout->mothurProgramPath != "") { mout->setDefaultPath(mout->mothurProgramPath); } #endif @@ -257,7 +259,8 @@ bool BatchEngine::getInput(){ //if we aborted command if (quitCommandCalled == 2) { mout->mothurOut("[ERROR]: did not complete " + commandName + ".\n"); } - + + if (mout->control_pressed) { break; } mout->control_pressed = 0; mout->executing = false; @@ -307,15 +310,17 @@ ScriptEngine::ScriptEngine(string path, string commandString){ //this will happen if you set the path variable to contain mothur's exe location if (temppath == "") { path = mout->findProgramPath("mothur"); } + else { path = temppath; } - mout->argv = path; + mout->mothurProgramPath = mout->getFullPathName(path); + mout->setBlastPath(mout->mothurProgramPath); //if you haven't set your own location #ifdef MOTHUR_FILES #else //set default location to search for files to mothur's executable location. This will resolve issue of double-clicking on the executable which opens mothur and sets pwd to your home directory instead of the mothur directory and leads to "unable to find file" errors. - string tempDefault = path.substr(0, (path.find_last_of('m'))); - if (tempDefault != "") { mout->setDefaultPath(tempDefault); } + //string tempDefault = path.substr(0, (path.find_last_of('m'))); + if (path != "") { mout->setDefaultPath(path); } #endif @@ -391,7 +396,8 @@ bool ScriptEngine::getInput(){ //if we aborted command if (quitCommandCalled == 2) { mout->mothurOut("[ERROR]: did not complete " + commandName + ".\n"); } - + + if (mout->control_pressed) { break; } mout->control_pressed = 0; mout->executing = false; diff --git a/source/hcluster.cpp b/source/hcluster.cpp deleted file mode 100644 index f8f48095..00000000 --- a/source/hcluster.cpp +++ /dev/null @@ -1,807 +0,0 @@ -/* - * hcluster.cpp - * Mothur - * - * Created by westcott on 10/13/09. - * Copyright 2009 Schloss Lab. All rights reserved. - * - */ - -#include "hcluster.h" -#include "rabundvector.hpp" -#include "listvector.hpp" - -/***********************************************************************/ -HCluster::HCluster(RAbundVector* rav, ListVector* lv, string ms, string d, NameAssignment* n, float c) : rabund(rav), list(lv), method(ms), distfile(d), nameMap(n), cutoff(c) { - try { - m = MothurOut::getInstance(); - mapWanted = false; - exitedBreak = false; - numSeqs = list->getNumSeqs(); - - //initialize cluster array - for (int i = 0; i < numSeqs; i++) { - clusterNode temp(1, -1, i); - clusterArray.push_back(temp); - } - - if ((method == "furthest") || (method == "nearest")) { - m->openInputFile(distfile, filehandle); - }else{ - processFile(); - } - } - catch(exception& e) { - m->errorOut(e, "HCluster", "HCluster"); - exit(1); - } -} -/***********************************************************************/ - -void HCluster::clusterBins(){ - try { - //cout << smallCol << '\t' << smallRow << '\t' << smallDist << '\t' << rabund->get(clusterArray[smallRow].smallChild) << '\t' << rabund->get(clusterArray[smallCol].smallChild); - - rabund->set(clusterArray[smallCol].smallChild, rabund->get(clusterArray[smallRow].smallChild)+rabund->get(clusterArray[smallCol].smallChild)); - rabund->set(clusterArray[smallRow].smallChild, 0); - rabund->setLabel(toString(smallDist)); - - //cout << '\t' << rabund->get(clusterArray[smallRow].smallChild) << '\t' << rabund->get(clusterArray[smallCol].smallChild) << endl; - } - catch(exception& e) { - m->errorOut(e, "HCluster", "clusterBins"); - exit(1); - } - - -} - -/***********************************************************************/ - -void HCluster::clusterNames(){ - try { - ///cout << smallCol << '\t' << smallRow << '\t' << smallDist << '\t' << list->get(clusterArray[smallRow].smallChild) << '\t' << list->get(clusterArray[smallCol].smallChild); - if (mapWanted) { updateMap(); } - - list->set(clusterArray[smallCol].smallChild, list->get(clusterArray[smallRow].smallChild)+','+list->get(clusterArray[smallCol].smallChild)); - list->set(clusterArray[smallRow].smallChild, ""); - list->setLabel(toString(smallDist)); - - //cout << '\t' << list->get(clusterArray[smallRow].smallChild) << '\t' << list->get(clusterArray[smallCol].smallChild) << endl; - - } - catch(exception& e) { - m->errorOut(e, "HCluster", "clusterNames"); - exit(1); - } - -} -/***********************************************************************/ -int HCluster::getUpmostParent(int node){ - try { - while (clusterArray[node].parent != -1) { - node = clusterArray[node].parent; - } - - return node; - } - catch(exception& e) { - m->errorOut(e, "HCluster", "getUpmostParent"); - exit(1); - } -} -/***********************************************************************/ -void HCluster::printInfo(){ - try { - - cout << "link table" << endl; - for (itActive = activeLinks.begin(); itActive!= activeLinks.end(); itActive++) { - cout << itActive->first << " = " << itActive->second << endl; - } - cout << endl; - for (int i = 0; i < linkTable.size(); i++) { - cout << i << '\t'; - for (it = linkTable[i].begin(); it != linkTable[i].end(); it++) { - cout << it->first << '-' << it->second << '\t' ; - } - cout << endl; - } - cout << endl << "clusterArray" << endl; - - for (int i = 0; i < clusterArray.size(); i++) { - cout << i << '\t' << clusterArray[i].numSeq << '\t' << clusterArray[i].parent << '\t' << clusterArray[i].smallChild << endl; - } - cout << endl; - - - } - catch(exception& e) { - m->errorOut(e, "HCluster", "getUpmostParent"); - exit(1); - } -} -/***********************************************************************/ -int HCluster::makeActive() { - try { - int linkValue = 1; - - itActive = activeLinks.find(smallRow); - it2Active = activeLinks.find(smallCol); - - if ((itActive == activeLinks.end()) && (it2Active == activeLinks.end())) { //both are not active so add them - int size = linkTable.size(); - map temp; map temp2; - - //add link to eachother - temp[smallRow] = 1; // 1 2 - temp2[smallCol] = 1; // 1 0 1 - // 2 1 0 - linkTable.push_back(temp); - linkTable.push_back(temp2); - - //add to activeLinks - activeLinks[smallRow] = size; - activeLinks[smallCol] = size+1; - - }else if ((itActive != activeLinks.end()) && (it2Active == activeLinks.end())) { //smallRow is active, smallCol is not - int size = linkTable.size(); - int alreadyActiveRow = itActive->second; - map temp; - - //add link to eachother - temp[smallRow] = 1; // 6 2 3 5 - linkTable.push_back(temp); // 6 0 1 2 0 - linkTable[alreadyActiveRow][smallCol] = 1; // 2 1 0 1 1 - // 3 2 1 0 0 - // 5 0 1 0 0 - //add to activeLinks - activeLinks[smallCol] = size; - - }else if ((itActive == activeLinks.end()) && (it2Active != activeLinks.end())) { //smallCol is active, smallRow is not - int size = linkTable.size(); - int alreadyActiveCol = it2Active->second; - map temp; - - //add link to eachother - temp[smallCol] = 1; // 6 2 3 5 - linkTable.push_back(temp); // 6 0 1 2 0 - linkTable[alreadyActiveCol][smallRow] = 1; // 2 1 0 1 1 - // 3 2 1 0 0 - // 5 0 1 0 0 - //add to activeLinks - activeLinks[smallRow] = size; - - }else { //both are active so add one - int row = itActive->second; - int col = it2Active->second; - - - linkTable[row][smallCol]++; - linkTable[col][smallRow]++; - linkValue = linkTable[row][smallCol]; - } - - return linkValue; - } - catch(exception& e) { - m->errorOut(e, "HCluster", "makeActive"); - exit(1); - } -} -/***********************************************************************/ -void HCluster::updateArrayandLinkTable() { - try { - //if cluster was made update clusterArray and linkTable - int size = clusterArray.size(); - - //add new node - clusterNode temp(clusterArray[smallRow].numSeq + clusterArray[smallCol].numSeq, -1, clusterArray[smallCol].smallChild); - clusterArray.push_back(temp); - - //update child nodes - clusterArray[smallRow].parent = size; - clusterArray[smallCol].parent = size; - - if (method == "furthest") { - - //update linkTable by merging clustered rows and columns - int rowSpot = activeLinks[smallRow]; - int colSpot = activeLinks[smallCol]; - - //fix old rows - for (int i = 0; i < linkTable.size(); i++) { - //check if they are in map - it = linkTable[i].find(smallRow); - it2 = linkTable[i].find(smallCol); - - if ((it!=linkTable[i].end()) && (it2!=linkTable[i].end())) { //they are both there - linkTable[i][size] = linkTable[i][smallRow]+linkTable[i][smallCol]; - linkTable[i].erase(smallCol); //delete col row - linkTable[i].erase(smallRow); //delete col row - }else if ((it==linkTable[i].end()) && (it2!=linkTable[i].end())) { //only col - linkTable[i][size] = linkTable[i][smallCol]; - linkTable[i].erase(smallCol); //delete col - }else if ((it!=linkTable[i].end()) && (it2==linkTable[i].end())) { //only row - linkTable[i][size] = linkTable[i][smallRow]; - linkTable[i].erase(smallRow); //delete col - } - } - - //merge their values - for (it = linkTable[rowSpot].begin(); it != linkTable[rowSpot].end(); it++) { - it2 = linkTable[colSpot].find(it->first); //does the col also have this - - if (it2 == linkTable[colSpot].end()) { //not there so add it - linkTable[colSpot][it->first] = it->second; - }else { //merge them - linkTable[colSpot][it->first] = it->second + it2->second; - } - } - - linkTable[colSpot].erase(size); - linkTable.erase(linkTable.begin()+rowSpot); //delete row - - //update activerows - activeLinks.erase(smallRow); - activeLinks.erase(smallCol); - activeLinks[size] = colSpot; - - //adjust everybody elses spot since you deleted - time vs. space - for (itActive = activeLinks.begin(); itActive != activeLinks.end(); itActive++) { - if (itActive->second > rowSpot) { activeLinks[itActive->first]--; } - } - } - } - catch(exception& e) { - m->errorOut(e, "HCluster", "updateArrayandLinkTable"); - exit(1); - } -} -/***********************************************************************/ -double HCluster::update(int row, int col, float distance){ - try { - bool cluster = false; - smallRow = row; - smallCol = col; - smallDist = distance; - - //find upmost parent of row and col - smallRow = getUpmostParent(smallRow); - smallCol = getUpmostParent(smallCol); - - //you don't want to cluster with yourself - if (smallRow != smallCol) { - - if ((method == "furthest") || (method == "nearest")) { - //can we cluster??? - if (method == "nearest") { cluster = true; } - else{ //assume furthest - //are they active in the link table - int linkValue = makeActive(); //after this point this nodes info is active in linkTable - if (linkValue == (clusterArray[smallRow].numSeq * clusterArray[smallCol].numSeq)) { cluster = true; } - } - - if (cluster) { - updateArrayandLinkTable(); - clusterBins(); - clusterNames(); - } - }else { - cluster = true; - updateArrayandLinkTable(); - clusterBins(); - clusterNames(); - combineFile(); - } - } - - return cutoff; - //printInfo(); - } - catch(exception& e) { - m->errorOut(e, "HCluster", "update"); - exit(1); - } -} -/***********************************************************************/ -void HCluster::setMapWanted(bool ms) { - try { - mapWanted = ms; - - //initialize map - for (int i = 0; i < list->getNumBins(); i++) { - - //parse bin - string names = list->get(i); - while (names.find_first_of(',') != -1) { - //get name from bin - string name = names.substr(0,names.find_first_of(',')); - //save name and bin number - seq2Bin[name] = i; - names = names.substr(names.find_first_of(',')+1, names.length()); - } - - //get last name - seq2Bin[names] = i; - } - - } - catch(exception& e) { - m->errorOut(e, "HCluster", "setMapWanted"); - exit(1); - } -} -/***********************************************************************/ -void HCluster::updateMap() { -try { - //update location of seqs in smallRow since they move to smallCol now - string names = list->get(clusterArray[smallRow].smallChild); - while (names.find_first_of(',') != -1) { - //get name from bin - string name = names.substr(0,names.find_first_of(',')); - //save name and bin number - seq2Bin[name] = clusterArray[smallCol].smallChild; - names = names.substr(names.find_first_of(',')+1, names.length()); - } - - //get last name - seq2Bin[names] = clusterArray[smallCol].smallChild; - } - catch(exception& e) { - m->errorOut(e, "HCluster", "updateMap"); - exit(1); - } -} -//********************************************************************************************************************** -vector HCluster::getSeqs(){ - try { - vector sameSeqs; - - if ((method == "furthest") || (method == "nearest")) { - sameSeqs = getSeqsFNNN(); - }else{ - sameSeqs = getSeqsAN(); - } - - return sameSeqs; - } - catch(exception& e) { - m->errorOut(e, "HCluster", "getSeqs"); - exit(1); - } -} -//********************************************************************************************************************** -vector HCluster::getSeqsFNNN(){ - try { - string firstName, secondName; - float distance, prevDistance; - vector sameSeqs; - prevDistance = -1; - - //if you are not at the beginning of the file - if (exitedBreak) { - sameSeqs.push_back(next); - prevDistance = next.dist; - exitedBreak = false; - } - - //get entry - while (!filehandle.eof()) { - - filehandle >> firstName >> secondName >> distance; m->gobble(filehandle); - - //save first one - if (prevDistance == -1) { prevDistance = distance; } - - map::iterator itA = nameMap->find(firstName); - map::iterator itB = nameMap->find(secondName); - if(itA == nameMap->end()){ m->mothurOut("AAError: Sequence '" + firstName + "' was not found in the names file, please correct\n"); exit(1); } - if(itB == nameMap->end()){ m->mothurOut("ABError: Sequence '" + secondName + "' was not found in the names file, please correct\n"); exit(1); } - - //using cutoff - if (distance > cutoff) { break; } - - if (distance != -1) { //-1 means skip me - - //are the distances the same - if (distance == prevDistance) { //save in vector - seqDist temp(itA->second, itB->second, distance); - sameSeqs.push_back(temp); - exitedBreak = false; - }else{ - next.seq1 = itA->second; - next.seq2 = itB->second; - next.dist = distance; - exitedBreak = true; - break; - } - } - } - - //rndomize matching dists - random_shuffle(sameSeqs.begin(), sameSeqs.end()); - - return sameSeqs; - } - catch(exception& e) { - m->errorOut(e, "HCluster", "getSeqsFNNN"); - exit(1); - } -} -//********************************************************************************************************************** -vector HCluster::getSeqsAN(){ - try { - int firstName, secondName; - float prevDistance; - vector sameSeqs; - prevDistance = -1; - - m->openInputFile(distfile, filehandle, "no error"); - - //is the smallest value in mergedMin or the distfile? - float mergedMinDist = 10000; - float distance = 10000; - if (mergedMin.size() > 0) { mergedMinDist = mergedMin[0].dist; } - - if (!filehandle.eof()) { - filehandle >> firstName >> secondName >> distance; m->gobble(filehandle); - //save first one - if (prevDistance == -1) { prevDistance = distance; } - if (distance != -1) { //-1 means skip me - seqDist temp(firstName, secondName, distance); - sameSeqs.push_back(temp); - }else{ distance = 10000; } - } - - if (mergedMinDist < distance) { //get minimum distance from mergedMin - //remove distance we saved from file - sameSeqs.clear(); - prevDistance = mergedMinDist; - - for (int i = 0; i < mergedMin.size(); i++) { - if (mergedMin[i].dist == prevDistance) { - sameSeqs.push_back(mergedMin[i]); - }else { break; } - } - }else{ //get minimum from file - //get entry - while (!filehandle.eof()) { - - filehandle >> firstName >> secondName >> distance; m->gobble(filehandle); - - if (prevDistance == -1) { prevDistance = distance; } - - if (distance != -1) { //-1 means skip me - //are the distances the same - if (distance == prevDistance) { //save in vector - seqDist temp(firstName, secondName, distance); - sameSeqs.push_back(temp); - }else{ - break; - } - } - } - } - filehandle.close(); - - //randomize matching dists - random_shuffle(sameSeqs.begin(), sameSeqs.end()); - - //can only return one value since once these are merged the other distances in sameSeqs may have changed - vector temp; - if (sameSeqs.size() > 0) { temp.push_back(sameSeqs[0]); } - - return temp; - } - catch(exception& e) { - m->errorOut(e, "HCluster", "getSeqsAN"); - exit(1); - } -} - -/***********************************************************************/ -int HCluster::combineFile() { - try { - //int bufferSize = 64000; //512k - this should be a variable that the user can set to optimize code to their hardware - //char* inputBuffer; - //inputBuffer = new char[bufferSize]; - //size_t numRead; - - string tempDistFile = distfile + ".temp"; - ofstream out; - m->openOutputFile(tempDistFile, out); - - //FILE* in; - //in = fopen(distfile.c_str(), "rb"); - - ifstream in; - m->openInputFile(distfile, in, "no error"); - - int first, second; - float dist; - - vector< map > smallRowColValues; - smallRowColValues.resize(2); //0 = row, 1 = col - int count = 0; - - //go through file pulling out distances related to rows merging - //if mergedMin contains distances add those back into file - //bool done = false; - //partialDist = ""; - //while ((numRead = fread(inputBuffer, 1, bufferSize, in)) != 0) { -//cout << "number of char read = " << numRead << endl; -//cout << inputBuffer << endl; - //if (numRead < bufferSize) { done = true; } - - //parse input into individual distances - //int spot = 0; - //string outputString = ""; - //while(spot < numRead) { - //cout << "spot = " << spot << endl; - // seqDist nextDist = getNextDist(inputBuffer, spot, bufferSize); - - //you read a partial distance - // if (nextDist.seq1 == -1) { break; } - while (!in.eof()) { - //first = nextDist.seq1; second = nextDist.seq2; dist = nextDist.dist; - //cout << "next distance = " << first << '\t' << second << '\t' << dist << endl; - //since file is sorted and mergedMin is sorted - //you can put the smallest distance from each through the code below and keep the file sorted - - in >> first >> second >> dist; m->gobble(in); - - if (m->control_pressed) { in.close(); out.close(); m->mothurRemove(tempDistFile); return 0; } - - //while there are still values in mergedMin that are smaller than the distance read from file - while (count < mergedMin.size()) { - - //is the distance in mergedMin smaller than from the file - if (mergedMin[count].dist < dist) { - //is this a distance related to the columns merging? - //if yes, save in memory - if ((mergedMin[count].seq1 == smallRow) && (mergedMin[count].seq2 == smallCol)) { //do nothing this is the smallest distance from last time - }else if (mergedMin[count].seq1 == smallCol) { - smallRowColValues[1][mergedMin[count].seq2] = mergedMin[count].dist; - }else if (mergedMin[count].seq2 == smallCol) { - smallRowColValues[1][mergedMin[count].seq1] = mergedMin[count].dist; - }else if (mergedMin[count].seq1 == smallRow) { - smallRowColValues[0][mergedMin[count].seq2] = mergedMin[count].dist; - }else if (mergedMin[count].seq2 == smallRow) { - smallRowColValues[0][mergedMin[count].seq1] = mergedMin[count].dist; - }else { //if no, write to temp file - //outputString += toString(mergedMin[count].seq1) + '\t' + toString(mergedMin[count].seq2) + '\t' + toString(mergedMin[count].dist) + '\n'; - //if (mergedMin[count].dist < cutoff) { - out << mergedMin[count].seq1 << '\t' << mergedMin[count].seq2 << '\t' << mergedMin[count].dist << endl; - //} - } - count++; - }else{ break; } - } - - //is this a distance related to the columns merging? - //if yes, save in memory - if ((first == smallRow) && (second == smallCol)) { //do nothing this is the smallest distance from last time - }else if (first == smallCol) { - smallRowColValues[1][second] = dist; - }else if (second == smallCol) { - smallRowColValues[1][first] = dist; - }else if (first == smallRow) { - smallRowColValues[0][second] = dist; - }else if (second == smallRow) { - smallRowColValues[0][first] = dist; - - }else { //if no, write to temp file - //outputString += toString(first) + '\t' + toString(second) + '\t' + toString(dist) + '\n'; - //if (dist < cutoff) { - out << first << '\t' << second << '\t' << dist << endl; - //} - } - } - - //out << outputString; - //if(done) { break; } - //} - //fclose(in); - in.close(); - - //if values in mergedMin are larger than the the largest in file then - while (count < mergedMin.size()) { - //is this a distance related to the columns merging? - //if yes, save in memory - if ((mergedMin[count].seq1 == smallRow) && (mergedMin[count].seq2 == smallCol)) { //do nothing this is the smallest distance from last time - }else if (mergedMin[count].seq1 == smallCol) { - smallRowColValues[1][mergedMin[count].seq2] = mergedMin[count].dist; - }else if (mergedMin[count].seq2 == smallCol) { - smallRowColValues[1][mergedMin[count].seq1] = mergedMin[count].dist; - }else if (mergedMin[count].seq1 == smallRow) { - smallRowColValues[0][mergedMin[count].seq2] = mergedMin[count].dist; - }else if (mergedMin[count].seq2 == smallRow) { - smallRowColValues[0][mergedMin[count].seq1] = mergedMin[count].dist; - - }else { //if no, write to temp file - //if (mergedMin[count].dist < cutoff) { - out << mergedMin[count].seq1 << '\t' << mergedMin[count].seq2 << '\t' << mergedMin[count].dist << endl; - //} - } - count++; - } - out.close(); - mergedMin.clear(); - - //rename tempfile to distfile - m->mothurRemove(distfile); - rename(tempDistFile.c_str(), distfile.c_str()); -//cout << "remove = "<< renameOK << " rename = " << ok << endl; - - //merge clustered rows averaging the distances - map::iterator itMerge; - map::iterator it2Merge; - for(itMerge = smallRowColValues[0].begin(); itMerge != smallRowColValues[0].end(); itMerge++) { - //does smallRowColValues[1] have a distance to this seq too? - it2Merge = smallRowColValues[1].find(itMerge->first); - - float average; - if (it2Merge != smallRowColValues[1].end()) { //if yes, then average - //average - if (method == "average") { - int total = clusterArray[smallRow].numSeq + clusterArray[smallCol].numSeq; - average = ((clusterArray[smallRow].numSeq * itMerge->second) + (clusterArray[smallCol].numSeq * it2Merge->second)) / (float) total; - }else { //weighted - average = ((itMerge->second * 1.0) + (it2Merge->second * 1.0)) / (float) 2.0; - } - - smallRowColValues[1].erase(it2Merge); - - seqDist temp(clusterArray[smallRow].parent, itMerge->first, average); - mergedMin.push_back(temp); - }else { - //can't find value so update cutoff - if (cutoff > itMerge->second) { cutoff = itMerge->second; } - } - } - - //update cutoff - for(itMerge = smallRowColValues[1].begin(); itMerge != smallRowColValues[1].end(); itMerge++) { - if (cutoff > itMerge->second) { cutoff = itMerge->second; } - } - - //sort merged values - sort(mergedMin.begin(), mergedMin.end(), compareSequenceDistance); - - return 0; - } - catch(exception& e) { - m->errorOut(e, "HCluster", "combineFile"); - exit(1); - } -} -/*********************************************************************** -seqDist HCluster::getNextDist(char* buffer, int& index, int size){ - try { - seqDist next; - int indexBefore = index; - string first, second, distance; - first = ""; second = ""; distance = ""; - int tabCount = 0; -//cout << "partial = " << partialDist << endl; - if (partialDist != "") { //read what you can, you know it is less than a whole distance. - for (int i = 0; i < partialDist.size(); i++) { - if (tabCount == 0) { - if (partialDist[i] == '\t') { tabCount++; } - else { first += partialDist[i]; } - }else if (tabCount == 1) { - if (partialDist[i] == '\t') { tabCount++; } - else { second += partialDist[i]; } - }else if (tabCount == 2) { - distance += partialDist[i]; - } - } - partialDist = ""; - } - - //try to get another distance - bool gotDist = false; - while (index < size) { - if ((buffer[index] == 10) || (buffer[index] == 13)) { //newline in unix or windows - gotDist = true; - - //m->gobble space - while (index < size) { - if (isspace(buffer[index])) { index++; } - else { break; } - } - break; - }else{ - if (tabCount == 0) { - if (buffer[index] == '\t') { tabCount++; } - else { first += buffer[index]; } - }else if (tabCount == 1) { - if (buffer[index] == '\t') { tabCount++; } - else { second += buffer[index]; } - }else if (tabCount == 2) { - distance += buffer[index]; - } - index++; - } - } - - //there was not a whole distance in the buffer, ie. buffer = "1 2 0.01 2 3 0." - //then you want to save the partial distance. - if (!gotDist) { - for (int i = indexBefore; i < size; i++) { - partialDist += buffer[i]; - } - index = size + 1; - next.seq1 = -1; next.seq2 = -1; next.dist = 0.0; - }else{ - int firstname, secondname; - float dist; - - convert(first, firstname); - convert(second, secondname); - convert(distance, dist); - - next.seq1 = firstname; next.seq2 = secondname; next.dist = dist; - } - - return next; - } - catch(exception& e) { - m->errorOut(e, "HCluster", "getNextDist"); - exit(1); - } -} -***********************************************************************/ -int HCluster::processFile() { - try { - string firstName, secondName; - float distance; - - ifstream in; - m->openInputFile(distfile, in, "no error"); - - ofstream out; - string outTemp = distfile + ".temp"; - m->openOutputFile(outTemp, out); - - //get entry - while (!in.eof()) { - if (m->control_pressed) { in.close(); out.close(); m->mothurRemove(outTemp); return 0; } - - in >> firstName >> secondName >> distance; m->gobble(in); - - map::iterator itA = nameMap->find(firstName); - map::iterator itB = nameMap->find(secondName); - if(itA == nameMap->end()){ m->mothurOut("AAError: Sequence '" + firstName + "' was not found in the names file, please correct\n"); exit(1); } - if(itB == nameMap->end()){ m->mothurOut("ABError: Sequence '" + secondName + "' was not found in the names file, please correct\n"); exit(1); } - - //using cutoff - if (distance > cutoff) { break; } - - if (distance != -1) { //-1 means skip me - out << itA->second << '\t' << itB->second << '\t' << distance << endl; - } - } - - in.close(); - out.close(); - - m->mothurRemove(distfile); - rename(outTemp.c_str(), distfile.c_str()); - - return 0; - } - catch(exception& e) { - m->errorOut(e, "HCluster", "processFile"); - exit(1); - } -} -/***********************************************************************/ - - - - - - - - diff --git a/source/hcluster.h b/source/hcluster.h deleted file mode 100644 index d8598867..00000000 --- a/source/hcluster.h +++ /dev/null @@ -1,86 +0,0 @@ -#ifndef HCLUSTER_H -#define HCLUSTER_H - -/* - * hcluster.h - * Mothur - * - * Created by westcott on 10/13/09. - * Copyright 2009 Schloss Lab. All rights reserved. - * - */ - - -#include "mothur.h" -#include "nameassignment.hpp" - -class RAbundVector; -class ListVector; - -/***********************************************************************/ -class HCluster { - -public: - HCluster(RAbundVector*, ListVector*, string, string, NameAssignment*, float); - ~HCluster(){}; - double update(int, int, float); - void setMapWanted(bool m); - map getSeqtoBin() { return seq2Bin; } - vector getSeqs(); - -protected: - void clusterBins(); - void clusterNames(); - int getUpmostParent(int); - int makeActive(); - void printInfo(); - void updateArrayandLinkTable(); - void updateMap(); - vector getSeqsFNNN(); - vector getSeqsAN(); - int combineFile(); - int processFile(); - //seqDist getNextDist(char*, int&, int); - - RAbundVector* rabund; - ListVector* list; - NameAssignment* nameMap; - - vector clusterArray; - - //note: the nearest and average neighbor method do not use the link table or active links - vector< map > linkTable; // vector of maps - linkTable[1][6] = 2 would mean sequence in spot 1 has 2 links with sequence in 6 - map activeLinks; //maps sequence to index in linkTable - map::iterator it; - map::iterator itActive; - map::iterator it2Active; - map::iterator it2; - - int numSeqs; - int smallRow; - int smallCol; - float smallDist, cutoff; - map seq2Bin; - bool mapWanted, exitedBreak; - seqDist next; - string method, distfile; - ifstream filehandle; - - vector mergedMin; - string partialDist; - MothurOut* m; - - -}; - -/***********************************************************************/ - - - - - - - -#endif - - diff --git a/source/heatmapsim.cpp b/source/heatmapsim.cpp index 62965f9a..8db4aebe 100644 --- a/source/heatmapsim.cpp +++ b/source/heatmapsim.cpp @@ -54,9 +54,9 @@ vector HeatMapSim::getPic(vector lookup, vector HeatMapSim::getPic(vector lookup, vectorgetValues(subset); sims.push_back(1.0 - data[0]); - + //save biggest similairity to set relative sim -// if (data[0] > biggest) { biggest = data[0]; } + if ((1.0 - data[0]) > biggest) { biggest = (1.0 - data[0]); } + + //save smalllest similairity to set relative sim + if ((1.0 - data[0]) < smallest) { smallest = (1.0 - data[0]); } + } } - + //map biggest similairity found to red - scaler = 255.0 / biggest; - + float scalerBig = 255.0 / biggest; + int count = 0; //output similairites to file for(int i = 0; i < (lookup.size()-1); i++){ for(int j = (i+1); j < lookup.size(); j++){ //find relative color - int color = scaler * sims[count]; + int color = scalerBig * sims[count]; //draw box outsvg << "\n"; count++; @@ -93,7 +97,7 @@ vector HeatMapSim::getPic(vector lookup, vector\n\n"; outsvg.close(); @@ -131,6 +135,7 @@ string HeatMapSim::getPic(vector< vector > dists, vector groups) } double biggest = -1; + double smallest = 10000000; float scaler; //get sim for each comparison and save them so you can find the relative similairity @@ -144,6 +149,9 @@ string HeatMapSim::getPic(vector< vector > dists, vector groups) //save biggest similairity to set relative sim if (sim > biggest) { biggest = sim; } + + //save smalllest similairity to set relative sim + if (sim < smallest) { smallest = sim; } } } @@ -164,7 +172,7 @@ string HeatMapSim::getPic(vector< vector > dists, vector groups) } int y = ((dists.size() * 150) + 120); - printLegend(y, biggest); + printLegend(y, biggest, smallest); outsvg << "\n\n"; outsvg.close(); @@ -180,10 +188,8 @@ string HeatMapSim::getPic(vector< vector > dists, vector groups) //********************************************************************************************************************** -void HeatMapSim::printLegend(int y, float maxSim) { +void HeatMapSim::printLegend(int y, float maxSim, float minSim) { try { - maxSim = 1; - //output legend and color labels //go through map and give each score a color value string color; @@ -196,7 +202,7 @@ void HeatMapSim::printLegend(int y, float maxSim) { x += 3; } - float scaler = maxSim / 5.0; + float scaler = (maxSim-minSim) / 5.0; //prints legend labels x = 0; @@ -204,7 +210,7 @@ void HeatMapSim::printLegend(int y, float maxSim) { float label = scaler*i; label = int(label * 1000 + 0.5); label /= 1000.0; - string text = toString(label, 1); + string text = toString(label, 3); outsvg << "" + text + "\n"; x += 153; diff --git a/source/heatmapsim.h b/source/heatmapsim.h index aa23c186..2c0c9316 100644 --- a/source/heatmapsim.h +++ b/source/heatmapsim.h @@ -26,7 +26,7 @@ class HeatMapSim { string getPic(vector< vector >, vector); private: - void printLegend(int, float); + void printLegend(int, float, float); string format, groupComb, outputDir, inputfile; int fontSize; diff --git a/source/libshuff.cpp b/source/libshuff.cpp index 5f1bdefe..51054753 100644 --- a/source/libshuff.cpp +++ b/source/libshuff.cpp @@ -117,7 +117,7 @@ void Libshuff::randomizeGroups(int x, int y){ for(int k=0;k0;k--){ - int z = (int)(rand() % k); + int z = m->getRandomIndex(k); swap(v[z],v[k]); } diff --git a/source/linearalgebra.cpp b/source/linearalgebra.cpp index 5fe8928f..275e965d 100644 --- a/source/linearalgebra.cpp +++ b/source/linearalgebra.cpp @@ -460,7 +460,7 @@ int LinearAlgebra::qtli(vector& d, vector& e, vector& values, double& pV /*********************************************************************************************************************************/ double LinearAlgebra::normalvariate(double mean, double standardDeviation) { try { - double u1 = ((double)(rand()) + 1.0 )/( (double)(RAND_MAX) + 1.0); - double u2 = ((double)(rand()) + 1.0 )/( (double)(RAND_MAX) + 1.0); + double u1 = m->getRandomDouble0to1(); + double u2 = m->getRandomDouble0to1(); //double r = sqrt( -2.0*log(u1) ); //double theta = 2.0*PI*u2; //cout << cos(8.*atan(1.)*u2)*sqrt(-2.*log(u1)) << endl; diff --git a/source/makefile b/source/makefile deleted file mode 100644 index fe1d1d43..00000000 --- a/source/makefile +++ /dev/null @@ -1,171 +0,0 @@ -################################################### -# -# Makefile for mothur -# -################################################### - -# -# Macros -# - -USEMPI ?= no -64BIT_VERSION ?= yes -USEREADLINE ?= yes -USECOMPRESSION ?= no -MOTHUR_FILES="\"Enter_your_default_path_here\"" -BOOST_INCLUDE_DIR="/usr/local/include/" -BOOST_LIBRARY_DIR="/usr/local/lib/" -RELEASE_DATE = "\"4/22/2015\"" -VERSION = "\"1.35.1\"" -FORTAN_COMPILER = gfortran -FORTRAN_FLAGS = - -# Optimize to level 3: -CXXFLAGS += -O3 - -ifeq ($(strip $(64BIT_VERSION)),yes) - #if you are using centos uncomment the following lines - #CXX = g++44 - - #if you are a mac user use the following line - TARGET_ARCH += -arch x86_64 - - #if you using cygwin to build Windows the following line - #CXX = x86_64-w64-mingw32-g++ - #CC = x86_64-w64-mingw32-g++ - #FORTAN_COMPILER = x86_64-w64-mingw32-gfortran - #TARGET_ARCH += -m64 -static - - #if you are a linux user use the following line - #CXXFLAGS += -mtune=native -march=native - - CXXFLAGS += -DBIT_VERSION - FORTRAN_FLAGS = -m64 -endif - - -CXXFLAGS += -DRELEASE_DATE=${RELEASE_DATE} -DVERSION=${VERSION} - -ifeq ($(strip $(MOTHUR_FILES)),"\"Enter_your_default_path_here\"") -else - CXXFLAGS += -DMOTHUR_FILES=${MOTHUR_FILES} -endif - - -# if you do not want to use the readline library, set this to no. -# make sure you have the library installed - - -ifeq ($(strip $(USEREADLINE)),yes) - CXXFLAGS += -DUSE_READLINE - LIBS = \ - -lreadline\ - -lncurses -endif - -#statically link boost libraries -LDFLAGS += -L ${BOOST_LIBRARY_DIR} -CXXFLAGS += -I ${BOOST_INCLUDE_DIR} - -LIBS += \ - ${BOOST_LIBRARY_DIR}libboost_atomic.a\ - ${BOOST_LIBRARY_DIR}libboost_iostreams.a\ - ${BOOST_LIBRARY_DIR}libboost_test_exec_monitor.a\ - ${BOOST_LIBRARY_DIR}libboost_chrono.a\ - ${BOOST_LIBRARY_DIR}libboost_locale.a\ - ${BOOST_LIBRARY_DIR}libboost_prg_exec_monitor.a\ - ${BOOST_LIBRARY_DIR}libboost_thread.a\ - ${BOOST_LIBRARY_DIR}libboost_container.a\ - ${BOOST_LIBRARY_DIR}libboost_log.a\ - ${BOOST_LIBRARY_DIR}libboost_program_options.a\ - ${BOOST_LIBRARY_DIR}libboost_timer.a\ - ${BOOST_LIBRARY_DIR}libboost_context.a\ - ${BOOST_LIBRARY_DIR}libboost_log_setup.a\ - ${BOOST_LIBRARY_DIR}libboost_python.a\ - ${BOOST_LIBRARY_DIR}libboost_unit_test_framework.a\ - ${BOOST_LIBRARY_DIR}libboost_coroutine.a\ - ${BOOST_LIBRARY_DIR}libboost_math_c99.a\ - ${BOOST_LIBRARY_DIR}libboost_random.a\ - ${BOOST_LIBRARY_DIR}libboost_wave.a\ - ${BOOST_LIBRARY_DIR}libboost_date_time.a\ - ${BOOST_LIBRARY_DIR}libboost_math_c99f.a\ - ${BOOST_LIBRARY_DIR}libboost_math_tr1l.a\ - ${BOOST_LIBRARY_DIR}libboost_math_c99l.a\ - ${BOOST_LIBRARY_DIR}libboost_math_tr1.a\ - ${BOOST_LIBRARY_DIR}libboost_math_tr1f.a\ - ${BOOST_LIBRARY_DIR}libboost_regex.a\ - ${BOOST_LIBRARY_DIR}libboost_wserialization.a\ - ${BOOST_LIBRARY_DIR}libboost_exception.a\ - ${BOOST_LIBRARY_DIR}libboost_serialization.a\ - ${BOOST_LIBRARY_DIR}libboost_filesystem.a\ - ${BOOST_LIBRARY_DIR}libboost_signals.a\ - ${BOOST_LIBRARY_DIR}libboost_graph.a\ - ${BOOST_LIBRARY_DIR}libboost_system.a\ - ${BOOST_LIBRARY_DIR}zlib.a - -ifeq ($(strip $(USEMPI)),yes) - CXX = mpic++ - CXXFLAGS += -DUSE_MPI -endif - -# if you want to enable reading and writing of compressed files, set to yes. -# The default is no. this may only work on unix-like systems, not for windows. - - -ifeq ($(strip $(USECOMPRESSION)),yes) - CXXFLAGS += -DUSE_COMPRESSION -endif - -# -# INCLUDE directories for mothur -# -# - VPATH=calculators:chimera:classifier:clearcut:commands:communitytype:datastructures:metastats:randomforest:read:svm - skipUchime := uchime_src/ - subdirs := $(filter-out $(skipUchime), $(wildcard */)) - subDirIncludes = $(patsubst %, -I %, $(subdirs)) - subDirLinking = $(patsubst %, -L%, $(subdirs)) - CXXFLAGS += -I. $(subDirIncludes) - LDFLAGS += $(subDirLinking) - - -# -# Get the list of all .cpp files, rename to .o files -# - - - OBJECTS=$(patsubst %.cpp,%.o,$(wildcard $(addsuffix *.cpp,$(subdirs)))) - OBJECTS+=$(patsubst %.c,%.o,$(wildcard $(addsuffix *.c,$(subdirs)))) - OBJECTS+=$(patsubst %.cpp,%.o,$(wildcard *.cpp)) - OBJECTS+=$(patsubst %.c,%.o,$(wildcard *.c)) - OBJECTS+=$(patsubst %.f,%.o,$(wildcard *.f)) - -mothur : fortranSource $(OBJECTS) uchime - $(CXX) $(LDFLAGS) $(TARGET_ARCH) -o $@ $(OBJECTS) $(LIBS) - strip mothur - mv mothur .. - -uchime: - cd uchime_src && ./mk && mv uchime .. && cd .. - -fortranSource: - ${FORTAN_COMPILER} -c $(FORTRAN_FLAGS) *.f - -install : mothur uchime - mv mothur .. - mv uchime .. - - -%.o : %.c %.h - $(COMPILE.c) $(OUTPUT_OPTION) $< -%.o : %.cpp %.h - $(COMPILE.cpp) $(OUTPUT_OPTION) $< -%.o : %.cpp %.hpp - $(COMPILE.cpp) $(OUTPUT_OPTION) $< - - - -clean : - @rm -f $(OBJECTS) - @rm -f uchime - diff --git a/source/metastats/mothurmetastats.cpp b/source/metastats/mothurmetastats.cpp index c4cf5eba..b11048b7 100644 --- a/source/metastats/mothurmetastats.cpp +++ b/source/metastats/mothurmetastats.cpp @@ -309,7 +309,7 @@ vector MothurMetastats::permute_and_calc_ts(vector< vector >& Im map randomMap; vector randoms; for (int i = 0; i < column; i++) { randoms.push_back(i); } - random_shuffle(randoms.begin(), randoms.end()); + m->mothurRandomShuffle(randoms); for (int i = 0; i < randoms.size(); i++) { randomMap[i] = randoms[i]; } //calc ts diff --git a/source/mothur.cpp b/source/mothur.cpp index e203fbb9..5bcaf667 100644 --- a/source/mothur.cpp +++ b/source/mothur.cpp @@ -10,13 +10,11 @@ #include "mothur.h" #include "engine.hpp" #include "mothurout.h" -#include "referencedb.h" /**************************************************************************************************/ CommandFactory* CommandFactory::_uniqueInstance = 0; MothurOut* MothurOut::_uniqueInstance = 0; -ReferenceDB* ReferenceDB::myInstance = 0; /***********************************************************************/ volatile int ctrlc_pressed = 0; void ctrlc_handler ( int sig ) { @@ -147,8 +145,6 @@ int main(int argc, char *argv[]){ m->mothurOut("Department of Microbiology & Immunology"); m->mothurOutEndLine(); m->mothurOut("University of Michigan"); - m->mothurOutEndLine(); - m->mothurOut("pschloss@umich.edu"); m->mothurOutEndLine(); m->mothurOut("http://www.mothur.org"); m->mothurOutEndLine(); @@ -163,7 +159,10 @@ int main(int argc, char *argv[]){ m->mothurOutEndLine(); m->mothurOut("Type 'help()' for information on the commands that are available"); m->mothurOutEndLine(); - m->mothurOutEndLine(); + m->mothurOutEndLine(); + m->mothurOut("For questions and analysis support, please visit our forum at https://www.mothur.org/forum"); + m->mothurOutEndLine(); + m->mothurOutEndLine(); m->mothurOut("Type 'quit()' to exit program"); m->mothurOutEndLine(); } @@ -275,8 +274,11 @@ int main(int argc, char *argv[]){ if (!createLogFile) { m->mothurRemove(newlogFileName); } if (mothur != NULL) { delete mothur; } - - return 0; + + int returnCode = 0; + if (m->getNumErrors() != 0) { returnCode = 1; } + + return returnCode; } catch(exception& e) { m->errorOut(e, "mothur", "main"); diff --git a/source/mothur.h b/source/mothur.h index a214facf..fae675eb 100644 --- a/source/mothur.h +++ b/source/mothur.h @@ -49,6 +49,8 @@ #include #include #include +#include +#include //misc #include @@ -127,6 +129,37 @@ struct diffPair { } }; +struct item { + string name; + string group; + + item() {} + item(string n, string g) : name(n), group(g) {} + ~item() {} +}; + +struct PCell{ + ull row; + ull column; + float dist; + PCell** vectorMap; + PCell() : row(0), column(0), dist(0), vectorMap(NULL) {}; + PCell(ull r, ull c, float d) : row(r), column(c), dist(d), vectorMap(NULL) {}; +}; + +/* For each distance in a sparse matrix we have a row, column and distance. + The PDistCell consists of the column and distance. + We know the row by the distances row in the seqVec matrix. + SeqVec is square and each row is sorted so the column values are ascending to save time in the search for the smallest distance. */ + +/***********************************************************************/ +struct PDistCellMin{ + ull row; + ull col; + //PDistCell* cell; + PDistCellMin(ull r, ull c) : col(c), row(r) {} +}; + /**********************************************************/ struct CommonHeader { unsigned int magicNumber; diff --git a/source/mothurout.cpp b/source/mothurout.cpp index 5ff8ac73..088ffc80 100644 --- a/source/mothurout.cpp +++ b/source/mothurout.cpp @@ -8,6 +8,10 @@ */ #include "mothurout.h" +#include "ordervector.hpp" +#include "sharedordervector.h" +#include "sharedrabundvector.h" + //needed for testing project //MothurOut* MothurOut::_uniqueInstance; @@ -44,6 +48,8 @@ set MothurOut::getCurrentTypes() { types.insert("sff"); types.insert("shared"); types.insert("taxonomy"); + types.insert("constaxonomy"); + types.insert("contigsreport"); types.insert("tree"); types.insert("flow"); types.insert("biom"); @@ -83,6 +89,8 @@ void MothurOut::printCurrentFiles(string filename) { if (sfffile != "") { mothurOut("sff=" + sfffile, out); mothurOutEndLine(out); } if (sharedfile != "") { mothurOut("shared=" + sharedfile, out); mothurOutEndLine(out); } if (taxonomyfile != "") { mothurOut("taxonomy=" + taxonomyfile, out); mothurOutEndLine(out); } + if (constaxonomyfile != "") { mothurOut("constaxonomy=" + constaxonomyfile, out); mothurOutEndLine(out);} + if (contigsreportfile != ""){ mothurOut("contigsreport=" + contigsreportfile, out); mothurOutEndLine(out);} if (treefile != "") { mothurOut("tree=" + treefile, out); mothurOutEndLine(out); } if (flowfile != "") { mothurOut("flow=" + flowfile, out); mothurOutEndLine(out); } if (biomfile != "") { mothurOut("biom=" + biomfile, out); mothurOutEndLine(out); } @@ -112,6 +120,8 @@ void MothurOut::printCurrentFiles(string filename) { if (sfffile != "") { mothurOut("sff=" + sfffile); mothurOutEndLine(); } if (sharedfile != "") { mothurOut("shared=" + sharedfile); mothurOutEndLine(); } if (taxonomyfile != "") { mothurOut("taxonomy=" + taxonomyfile); mothurOutEndLine(); } + if (constaxonomyfile != "") { mothurOut("constaxonomy=" + constaxonomyfile); mothurOutEndLine();} + if (contigsreportfile != ""){ mothurOut("contigsreport=" + contigsreportfile); mothurOutEndLine();} if (treefile != "") { mothurOut("tree=" + treefile); mothurOutEndLine(); } if (flowfile != "") { mothurOut("flow=" + flowfile); mothurOutEndLine(); } if (biomfile != "") { mothurOut("biom=" + biomfile); mothurOutEndLine(); } @@ -150,6 +160,8 @@ bool MothurOut::hasCurrentFiles() { if (sfffile != "") { return true; } if (sharedfile != "") { return true; } if (taxonomyfile != "") { return true; } + if (constaxonomyfile != "") { return true; } + if (contigsreportfile != ""){ return true; } if (treefile != "") { return true; } if (flowfile != "") { return true; } if (biomfile != "") { return true; } @@ -183,6 +195,8 @@ void MothurOut::clearCurrentFiles() { treefile = ""; sharedfile = ""; ordergroupfile = ""; + contigsreportfile = ""; + constaxonomyfile = ""; relabundfile = ""; fastafile = ""; qualfile = ""; @@ -201,24 +215,48 @@ void MothurOut::clearCurrentFiles() { exit(1); } } -/***********************************************************************/ + +/*********************************************************************************************/ +bool MothurOut::fileExists(string name) { + try { + bool exists = false; + name = getFullPathName(name); + +#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) + + ifstream in; + openInputFile(name, in, ""); + + //if this file exists + if (in) { in.close(); exists = true; } + +#else + DWORD attributes = GetFileAttributes(name.c_str()); + exists = (attributes != INVALID_FILE_ATTRIBUTES && !(attributes & FILE_ATTRIBUTE_DIRECTORY)); +#endif + + return exists; + } + catch(exception& e) { + errorOut(e, "MothurOut", "clearCurrentFiles"); + exit(1); + } +} +/********************************************************************/ string MothurOut::findProgramPath(string programName){ try { string pPath = ""; //look in ./ //is this the programs path? - ifstream in5; string tempIn = "."; #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) tempIn += "/" + programName; #else tempIn += "\\" + programName; #endif - openInputFile(tempIn, in5, ""); - //if this file exists - if (in5) { in5.close(); pPath = getFullPathName(tempIn); if (debug) { mothurOut("[DEBUG]: found it, programPath = " + pPath + "\n"); } return pPath; } + if (fileExists(tempIn)) { pPath = getFullPathName(tempIn); if (debug) { mothurOut("[DEBUG]: found it, programPath = " + pPath + "\n"); } return pPath; } string envPath = getenv("PATH"); @@ -268,17 +306,15 @@ string MothurOut::findProgramPath(string programName){ if (debug) { mothurOut("[DEBUG]: looking in " + dirs[i] + " for " + programName + " \n"); } //is this the programs path? - ifstream in; string tempIn = dirs[i]; #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) tempIn += "/" + programName; #else tempIn += "\\" + programName; #endif - openInputFile(tempIn, in, ""); //if this file exists - if (in) { in.close(); pPath = tempIn; if (debug) { mothurOut("[DEBUG]: found it, programPath = " + pPath + "\n"); } break; } + if (fileExists(tempIn)) { pPath = tempIn; if (debug) { mothurOut("[DEBUG]: found it, programPath = " + pPath + "\n"); } break; } } } @@ -305,15 +341,17 @@ void MothurOut::setFileName(string filename) { void MothurOut::setDefaultPath(string pathname) { try { - //add / to name if needed - string lastChar = pathname.substr(pathname.length()-1); - #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) - if (lastChar != "/") { pathname += "/"; } - #else - if (lastChar != "\\") { pathname += "\\"; } - #endif - - defaultPath = pathname; + if (pathname != "") { + //add / to name if needed + string lastChar = pathname.substr(pathname.length()-1); +#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) + if (lastChar != "/") { pathname += "/"; } +#else + if (lastChar != "\\") { pathname += "\\"; } +#endif + } + + defaultPath = getFullPathName(pathname); } catch(exception& e) { @@ -322,6 +360,50 @@ void MothurOut::setDefaultPath(string pathname) { } } /*********************************************************************************************/ +void MothurOut::setTestFilePath(string pathname) { + try { + + if (pathname != "") { + //add / to name if needed + string lastChar = pathname.substr(pathname.length()-1); +#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) + if (lastChar != "/") { pathname += "/"; } +#else + if (lastChar != "\\") { pathname += "\\"; } +#endif + } + + testFilePath = getFullPathName(pathname); + + } + catch(exception& e) { + errorOut(e, "MothurOut", "setTestFilePath"); + exit(1); + } +} +/*********************************************************************************************/ +void MothurOut::setBlastPath(string pathname) { + try { + + if (pathname != "") { + //add / to name if needed + string lastChar = pathname.substr(pathname.length()-1); +#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) + if (lastChar != "/") { pathname += "/"; } +#else + if (lastChar != "\\") { pathname += "\\"; } +#endif + } + blastPath = getFullPathName(pathname); + + } + catch(exception& e) { + errorOut(e, "MothurOut", "setDefaultPath"); + exit(1); + } +} + +/*********************************************************************************************/ void MothurOut::setOutputDir(string pathname) { try { outputDir = pathname; @@ -570,11 +652,16 @@ unsigned long long MothurOut::getTotalRAM() { try { #if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) - long pages = get_phys_pages(); - long page_size = sysconf(_SC_PAGE_SIZE); - if ((page_size == -1) || (pages == -1)) + #if defined _SC_PHYS_PAGES && defined _SC_PAGESIZE + /* This works on linux-gnu, solaris2 and cygwin. */ + double pages = sysconf (_SC_PHYS_PAGES); + double pagesize = sysconf (_SC_PAGESIZE); + if (0 <= pages && 0 <= pagesize) + return pages * pagesize; + #else mothurOut("[WARNING]: Cannot determine amount of RAM"); - return pages * page_size; + #endif + #elif defined (_WIN32) MEMORYSTATUSEX status; status.dwLength = sizeof(status); @@ -587,6 +674,7 @@ unsigned long long MothurOut::getTotalRAM() { return si.totalram * si.mem_unit; #endif + return 0; } catch(exception& e) { errorOut(e, "MothurOut", "getTotalRAM"); @@ -594,21 +682,6 @@ unsigned long long MothurOut::getTotalRAM() { } } /***********************************************************************/ -unsigned long MothurOut::get_phys_pages () { - unsigned long phys_pages = 0; -#if (_SC_PAGE_SIZE) - uint64_t mem; - size_t len = sizeof(mem); - sysctlbyname("hw.memsize", &mem, &len, NULL, 0); - phys_pages = mem/sysconf(_SC_PAGE_SIZE); -#elif (_SC_PHYS_PAGES) - phys_pages = sysconf(_SC_PHYS_PAGES); -#else - mothurOut("[WARNING]: Cannot determine number of physical pages\n"); -#endif - return phys_pages; -} -/***********************************************************************/ int MothurOut::openOutputFileAppend(string fileName, ofstream& fileHandle){ try { fileName = getFullPathName(fileName); @@ -784,14 +857,133 @@ string MothurOut::getSimpleName(string longName){ exit(1); } } - +/***********************************************************************/ +int MothurOut::mothurRandomShuffle(vector& randomize){ + try { + shuffle (randomize.begin(), randomize.end(), mersenne_twister_engine); + + return 0; + } + catch(exception& e) { + errorOut(e, "MothurOut", "mothurRandomShuffle"); + exit(1); + } + +} +/***********************************************************************/ +int MothurOut::mothurRandomShuffle(OrderVector& randomize){ + try { + shuffle (randomize.begin(), randomize.end(), mersenne_twister_engine); + + return 0; + } + catch(exception& e) { + errorOut(e, "MothurOut", "mothurRandomShuffle"); + exit(1); + } + +} +/***********************************************************************/ +int MothurOut::mothurRandomShuffle(vector& randomize){ + try { + shuffle (randomize.begin(), randomize.end(), mersenne_twister_engine); + + return 0; + } + catch(exception& e) { + errorOut(e, "MothurOut", "mothurRandomShuffle"); + exit(1); + } + +} +/***********************************************************************/ +int MothurOut::mothurRandomShuffle(SharedOrderVector& randomize){ + try { + shuffle (randomize.begin(), randomize.end(), mersenne_twister_engine); + + return 0; + } + catch(exception& e) { + errorOut(e, "MothurOut", "mothurRandomShuffle"); + exit(1); + } + +} +/***********************************************************************/ +int MothurOut::mothurRandomShuffle(vector& randomize){ + try { + shuffle (randomize.begin(), randomize.end(), mersenne_twister_engine); + + return 0; + } + catch(exception& e) { + errorOut(e, "MothurOut", "mothurRandomShuffle"); + exit(1); + } + +} +/***********************************************************************/ +int MothurOut::mothurRandomShuffle(vector& randomize){ + try { + shuffle (randomize.begin(), randomize.end(), mersenne_twister_engine); + + return 0; + } + catch(exception& e) { + errorOut(e, "MothurOut", "mothurRandomShuffle"); + exit(1); + } + +} +/***********************************************************************/ +int MothurOut::mothurRandomShuffle(vector& randomize){ + try { + shuffle (randomize.begin(), randomize.end(), mersenne_twister_engine); + + return 0; + } + catch(exception& e) { + errorOut(e, "MothurOut", "mothurRandomShuffle"); + exit(1); + } + +} +/***********************************************************************/ +int MothurOut::mothurRandomShuffle(vector& randomize){ + try { + shuffle (randomize.begin(), randomize.end(), mersenne_twister_engine); + + return 0; + } + catch(exception& e) { + errorOut(e, "MothurOut", "mothurRandomShuffle"); + exit(1); + } + +} +/***********************************************************************/ +int MothurOut::mothurRandomShuffle(vector< vector >& randomize){ + try { + shuffle (randomize.begin(), randomize.end(), mersenne_twister_engine); + + return 0; + } + catch(exception& e) { + errorOut(e, "MothurOut", "mothurRandomShuffle"); + exit(1); + } + +} /***********************************************************************/ int MothurOut::getRandomIndex(int highest){ try { if (highest == 0) { return 0; } - int random = (int) ((float)(highest+1) * (float)(rand()) / ((float)RAND_MAX+1.0)); + //int random = (int) ((float)(highest+1) * (float)(rand()) / ((float)RAND_MAX+1.0)); + uniform_int_distribution dis(0, highest); + + int random = dis(mersenne_twister_engine); return random; } @@ -801,6 +993,36 @@ int MothurOut::getRandomIndex(int highest){ } } +/***********************************************************************/ +int MothurOut::getRandomNumber(){ + try { + uniform_int_distribution dis; + + int random = dis(mersenne_twister_engine); + + return random; + } + catch(exception& e) { + errorOut(e, "MothurOut", "getRandomNumber"); + exit(1); + } + +} +/***********************************************************************/ +double MothurOut::getRandomDouble0to1(){ + try { + uniform_real_distribution dis(0, 1); + + double random = dis(mersenne_twister_engine); + + return random; + } + catch(exception& e) { + errorOut(e, "MothurOut", "getRandomNumber"); + exit(1); + } + +} /**********************************************************************/ string MothurOut::getPathName(string longName){ @@ -1076,7 +1298,7 @@ string MothurOut::getFullPathName(string fileName){ //rip off first '/' - string simpleCWD; + string simpleCWD; simpleCWD=""; if (cwd.length() > 0) { simpleCWD = cwd.substr(1); } //break apart the current working directory @@ -1365,6 +1587,8 @@ vector MothurOut::isGZ(string filename){ int ableToOpen = openInputFileBinary(filename, fileHandle, gzin, ""); //no error + if (debug) { if (ableToOpen == 1) { mothurOut("[DEBUG]: unable to open gz file. \n"); } } + if (ableToOpen == 1) { return results; } // results[0] = false; results[1] = false; else { results[0] = true; } @@ -1886,7 +2110,10 @@ vector MothurOut::readConsTax(string inputfile){ string otu = ""; string tax = "unknown"; int size = 0; - in >> otu >> size >> tax; gobble(in); + in >> otu; gobble(in); + in >> size; gobble(in); + tax = getline(in); gobble(in); + consTax temp(otu, tax, size); taxes.push_back(temp); } @@ -1915,7 +2142,10 @@ int MothurOut::readConsTax(string inputfile, map& taxes){ string otu = ""; string tax = "unknown"; int size = 0; - in >> otu >> size >> tax; gobble(in); + in >> otu; gobble(in); + in >> size; gobble(in); + tax = getline(in); gobble(in); + consTax2 temp(otu, tax, size); string simpleBin = getSimpleLabel(otu); int bin; @@ -2426,6 +2656,34 @@ vector MothurOut::splitWhiteSpace(string input){ } } /***********************************************************************/ +int MothurOut::splitWhiteSpace(string input, vector& pieces, int index){ + try { + pieces.clear(); + string rest = ""; + int count = 0; + + for (int i = 0; i < input.length(); i++) { + if (!isspace(input[i])) { rest += input[i]; } + else { + if (rest != "") { float tdist; mothurConvert(rest, tdist); pieces.push_back(tdist); count++; rest = ""; } + while (i < input.length()) { //gobble white space + if (isspace(input[i])) { i++; } + else { rest = input[i]; break; } //cout << "next piece buffer = " << nextPiece << endl; + } + if (count > index) { return 0; } + } + } + + if (rest != "") { float tdist; mothurConvert(rest, tdist); count++; pieces.push_back(tdist); } + + return 0; + } + catch(exception& e) { + errorOut(e, "MothurOut", "splitWhiteSpace"); + exit(1); + } +} +/***********************************************************************/ vector MothurOut::splitWhiteSpaceWithQuotes(string input){ try { vector pieces; @@ -2466,78 +2724,39 @@ vector MothurOut::splitWhiteSpaceWithQuotes(string input){ } } //********************************************************************************************************************** -int MothurOut::readTax(string namefile, map& taxMap, bool removeConfidence) { +int MothurOut::readTax(string taxfile, map& taxMap, bool removeConfidence) { try { //open input file ifstream in; - openInputFile(namefile, in); + openInputFile(taxfile, in); - string rest = ""; - char buffer[4096]; - bool pairDone = false; - bool columnOne = true; - string firstCol, secondCol; bool error = false; + string name, taxonomy; while (!in.eof()) { if (control_pressed) { break; } - in.read(buffer, 4096); - vector pieces = splitWhiteSpace(rest, buffer, in.gcount()); + in >> name; gobble(in); + taxonomy = getline(in); gobble(in); - for (int i = 0; i < pieces.size(); i++) { - if (columnOne) { firstCol = pieces[i]; columnOne=false; } - else { secondCol = pieces[i]; pairDone = true; columnOne=true; } - - if (pairDone) { - checkName(firstCol); - //are there confidence scores, if so remove them - if (removeConfidence) { if (secondCol.find_first_of('(') != -1) { removeConfidences(secondCol); } } - map::iterator itTax = taxMap.find(firstCol); - - if(itTax == taxMap.end()) { - bool ignore = false; - if (secondCol != "") { if (secondCol[secondCol.length()-1] != ';') { mothurOut("[ERROR]: " + firstCol + " is missing the final ';', ignoring.\n"); ignore=true; } - } - if (!ignore) { taxMap[firstCol] = secondCol; } - if (debug) { mothurOut("[DEBUG]: name = '" + firstCol + "' tax = '" + secondCol + "'\n"); } - }else { - mothurOut("[ERROR]: " + firstCol + " is already in your taxonomy file, names must be unique.\n"); error = true; - } - pairDone = false; + checkName(name); + //are there confidence scores, if so remove them + if (removeConfidence) { if (taxonomy.find_first_of('(') != -1) { removeConfidences(taxonomy); } } + map::iterator itTax = taxMap.find(name); + + if(itTax == taxMap.end()) { + bool ignore = false; + if (taxonomy != "") { if (taxonomy[taxonomy.length()-1] != ';') { mothurOut("[ERROR]: " + name + " is missing the final ';', ignoring.\n"); ignore=true; } } + if (!ignore) { taxMap[name] = taxonomy; } + if (debug) { mothurOut("[DEBUG]: name = '" + name + "' tax = '" + taxonomy + "'\n"); } + }else { + mothurOut("[ERROR]: " + name + " is already in your taxonomy file, names must be unique./n"); error = true; } - } - in.close(); - - if (rest != "") { - vector pieces = splitWhiteSpace(rest); - - for (int i = 0; i < pieces.size(); i++) { - if (columnOne) { firstCol = pieces[i]; columnOne=false; } - else { secondCol = pieces[i]; pairDone = true; columnOne=true; } - - if (pairDone) { - checkName(firstCol); - //are there confidence scores, if so remove them - if (removeConfidence) { if (secondCol.find_first_of('(') != -1) { removeConfidences(secondCol); } } - map::iterator itTax = taxMap.find(firstCol); - - if(itTax == taxMap.end()) { - bool ignore = false; - if (secondCol != "") { if (secondCol[secondCol.length()-1] != ';') { mothurOut("[ERROR]: " + firstCol + " is missing the final ';', ignoring.\n"); ignore=true; } - } - if (!ignore) { taxMap[firstCol] = secondCol; } - if (debug) { mothurOut("[DEBUG]: name = '" + firstCol + "' tax = '" + secondCol + "'\n"); } - }else { - mothurOut("[ERROR]: " + firstCol + " is already in your taxonomy file, names must be unique./n"); error = true; - } - pairDone = false; - } - } } - + in.close(); + if (error) { control_pressed = true; } if (debug) { mothurOut("[DEBUG]: numSeqs saved = '" + toString(taxMap.size()) + "'\n"); } return taxMap.size(); @@ -2988,6 +3207,28 @@ int MothurOut::checkName(string& name) { exit(1); } } +/************************************************************/ +bool MothurOut::checkGroupName(string name) { + try { + + bool goodName = true; + for (int i = 0; i < name.length(); i++) { + if (name[i] == ':') { goodName = false; break; } + else if (name[i] == '-') { goodName = false; break; } + else if (name[i] == '/') { goodName = false; break; } + } + + if (!goodName) { + mothurOut("\n[WARNING]: group " + name + " contains illegal characters in the name. Group names should not include :, -, or / characters. The ':' character is a special character used in trees. Using ':' will result in your tree being unreadable by tree reading software. The '-' character is a special character used by mothur to parse group names. Using the '-' character will prevent you from selecting groups. The '/' character will created unreadable filenames when mothur includes the group in an output filename. \n\n"); + } + + return goodName; + } + catch(exception& e) { + errorOut(e, "MothurOut", "checkGroupName"); + exit(1); + } +} /**********************************************************************************************************************/ int MothurOut::readNames(string namefile, vector& nameVector, map& fastamap) { try { @@ -3352,7 +3593,7 @@ int MothurOut::mothurRemove(string filename){ bool MothurOut::mothurConvert(string item, int& num){ try { bool error = false; - + if (isNumeric1(item)) { convert(item, num); }else { @@ -3431,13 +3672,16 @@ bool MothurOut::mothurConvert(string item, intDist& num){ string MothurOut::addUnclassifieds(string tax, int maxlevel, bool probs) { try{ string newTax, taxon; - int level = 0; + string savedTax = tax; vector taxons; splitAtChar(tax, taxons, ';'); taxons.pop_back(); vector confidences; + if (taxons.size() == maxlevel) { return savedTax; } + int index = 0; int confidence = 0; + int level = 1; for (int i = 0; i < taxons.size(); i++) { index = i; string thisTax = taxons[i]+";"; @@ -3489,6 +3733,23 @@ bool MothurOut::isNumeric1(string stringToCheck){ } /***********************************************************************/ +bool MothurOut::allSpaces(string stringToCheck){ + try { + + for (int i = 0; i < stringToCheck.length(); i++) { + char c = stringToCheck[i]; + if (!isspace(c)) { return false; } + } + + return true; + } + catch(exception& e) { + errorOut(e, "MothurOut", "isNumeric1"); + exit(1); + } + +} +/***********************************************************************/ bool MothurOut::isInteger(string stringToCheck){ try { bool isInt = false; @@ -3519,6 +3780,36 @@ bool MothurOut::containsAlphas(string stringToCheck){ } /***********************************************************************/ +bool MothurOut::isAllAlphas(string stringToCheck){ + try { + bool allAlphas = true; + + if(stringToCheck.find_first_not_of("AaBbCcDdEeFfGgHhIiJjKkLlMmNnOopPQqRrSsTtUuVvWwXxYyZz") != string::npos) { allAlphas = false; } + + return allAlphas; + } + catch(exception& e) { + errorOut(e, "MothurOut", "isAllAlphas"); + exit(1); + } + +} +/***********************************************************************/ +bool MothurOut::isAllAlphaNumerics(string stringToCheck){ + try { + bool allAlphaNumerics = true; + + if(stringToCheck.find_first_not_of("AaBbCcDdEeFfGgHhIiJjKkLlMmNnOopPQqRrSsTtUuVvWwXxYyZz0123456789") != string::npos) { allAlphaNumerics = false; } + + return allAlphaNumerics; + } + catch(exception& e) { + errorOut(e, "MothurOut", "isAllAlphas"); + exit(1); + } + +} +/***********************************************************************/ bool MothurOut::mothurConvert(string item, float& num){ try { bool error = false; @@ -3783,7 +4074,24 @@ int MothurOut::sum(vector x) { return value; } catch(exception& e) { - errorOut(e, "MothurOut", "average - int"); + errorOut(e, "MothurOut", "sum - int"); + exit(1); + } +} +/***********************************************************************/ +double MothurOut::sum(vector x) { + try { + int value = 0; + + for (int i = 0; i < x.size(); i++) { + if (control_pressed) { break; } + value += x[i]; + } + + return value; + } + catch(exception& e) { + errorOut(e, "MothurOut", "sum - double"); exit(1); } } @@ -3869,7 +4177,7 @@ bool MothurOut::checkLocations(string& filename, string inputDir){ //if you can't open it its not in current working directory or inputDir, try mothur excutable location if (ableToOpen == 1) { - string exepath = argv; + string exepath = mothurProgramPath; string tempPath = exepath; for (int i = 0; i < exepath.length(); i++) { tempPath[i] = tolower(exepath[i]); } exepath = exepath.substr(0, (tempPath.find_last_of('m'))); @@ -3927,27 +4235,6 @@ void MothurOut::splitAtDash(string& estim, vector& container) { string individual = ""; int estimLength = estim.size(); bool prevEscape = false; - /*for(int i=0;i& container) { string individual = ""; int estimLength = estim.size(); bool prevEscape = false; - /* - for(int i=0;i& container) { int lineNum; int estimLength = estim.size(); bool prevEscape = false; - /* - for(int i=0;i& container) { } container.push_back(individual); - - - -// string individual; -// -// while (estim.find_first_of(',') != -1) { -// individual = estim.substr(0,estim.find_first_of(',')); -// if ((estim.find_first_of(',')+1) <= estim.length()) { //checks to make sure you don't have comma at end of string -// estim = estim.substr(estim.find_first_of(',')+1, estim.length()); -// container.push_back(individual); -// } -// } -// //get last one -// container.push_back(estim); } catch(exception& e) { errorOut(e, "MothurOut", "splitAtComma"); @@ -4163,18 +4392,6 @@ void MothurOut::splitAtChar(string& prefix, string& suffix, char c){ } } - - /* - - prefix = suffix.substr(0,suffix.find_first_of(c)); - if ((suffix.find_first_of(c)+2) <= suffix.length()) { //checks to make sure you don't have comma at end of string - suffix = suffix.substr(suffix.find_first_of(c)+1, suffix.length()); - string space = " "; - while(suffix.at(0) == ' ') - suffix = suffix.substr(1, suffix.length()); - }else { suffix = ""; } - */ - } catch(exception& e) { errorOut(e, "MothurOut", "splitAtChar"); @@ -4430,6 +4647,63 @@ bool MothurOut::checkReleaseVersion(ifstream& file, string version) { } } /**************************************************************************************************/ +int MothurOut::getTimeStamp(string filename) { + try { + int timeStamp = 0; + +#if defined (__APPLE__) || (__MACH__) || (linux) || (__linux) || (__linux__) || (__unix__) || (__unix) + struct stat st; + int errorCode = stat (filename.c_str(), &st); + if (errorCode != 0) { + mothurOut("[ERROR]: Can't find timestamp for " + filename + "\n"); control_pressed = true; + }else { + timeStamp = st.st_mtime; + } +#else + HANDLE hFile; + + hFile = CreateFile(filename.c_str(), GENERIC_READ, FILE_SHARE_READ, NULL, + OPEN_EXISTING, 0, NULL); + + if(hFile == INVALID_HANDLE_VALUE) { + mothurOut("[ERROR]: Can't find timestamp for " + filename + "\n"); control_pressed = true; + return timeStamp; + } + + FILETIME ftCreate, ftAccess, ftWrite; + SYSTEMTIME stUTC; + DWORD dwRet; + + // Retrieve the file times for the file. + bool success = GetFileTime(hFile, &ftCreate, &ftAccess, &ftWrite); + + if (success) { + FileTimeToSystemTime(&ftWrite, &stUTC); + + tm time; + time.tm_sec = stUTC.wSecond; + time.tm_min = stUTC.wMinute; + time.tm_hour = stUTC.wHour; + time.tm_mday = stUTC.wDay; + time.tm_mon = stUTC.wMonth - 1; + time.tm_year = stUTC.wYear - 1900; + time.tm_isdst = -1; + time_t t = mktime(&time); + + timeStamp = t; + } + else { mothurOut("[ERROR]: Can't find timestamp for " + filename + "\n"); control_pressed = true; } + +#endif + + return timeStamp; + } + catch(exception& e) { + errorOut(e, "MothurOut", "getTimeStamp"); + exit(1); + } +} +/**************************************************************************************************/ vector MothurOut::getAverages(vector< vector >& dists) { try{ vector averages; //averages.resize(numComp, 0.0); @@ -4714,7 +4988,7 @@ bool MothurOut::isContainingOnlyDigits(string input) { } } /**************************************************************************************************/ -int MothurOut::removeConfidences(string& tax) { +float MothurOut::removeConfidences(string& tax) { try { string taxon; @@ -4748,7 +5022,7 @@ int MothurOut::removeConfidences(string& tax) { tax = newTax; - int confidence = 0; mothurConvert(confidenceScore, confidence); + float confidence = 0; mothurConvert(confidenceScore, confidence); return confidence; } @@ -4873,7 +5147,7 @@ int MothurOut::min(int A, int B){ } } //********************************************************************************************************************** -int MothurOut::printVsearchFile(vector& nameMapCount, string filename){ +int MothurOut::printVsearchFile(vector& nameMapCount, string filename, string tag, string tag2){ try { sort(nameMapCount.begin(), nameMapCount.end(), compareSeqPriorityNodes); @@ -4884,7 +5158,7 @@ int MothurOut::printVsearchFile(vector& nameMapCount, string fi //print new file in order of for (int i = 0; i < nameMapCount.size(); i++) { if (control_pressed) {break;} - out << ">" << nameMapCount[i].name << "/size=" << nameMapCount[i].numIdentical << "/" << endl << nameMapCount[i].seq << endl; + out << ">" << nameMapCount[i].name << tag << nameMapCount[i].numIdentical << tag2 << endl << nameMapCount[i].seq << endl; } out.close(); diff --git a/source/mothurout.h b/source/mothurout.h index 160e1869..04c2c294 100644 --- a/source/mothurout.h +++ b/source/mothurout.h @@ -29,6 +29,9 @@ struct logger { }; /***********************************************/ +class OrderVector; +class SharedOrderVector; +class SharedRAbundVector; class MothurOut { @@ -46,6 +49,10 @@ class MothurOut { void closeLog(); string getDefaultPath() { return defaultPath; } void setDefaultPath(string); + string getTestFilePath() { return testFilePath; } + void setTestFilePath(string); + string getBlastPath() { return blastPath; } + void setBlastPath(string); string getOutputDir() { return outputDir; } void setOutputDir(string); @@ -69,7 +76,7 @@ class MothurOut { vector sharedBinLabelsInFile; vector currentSharedBinLabels; vector listBinLabelsInFile; - string saveNextLabel, argv, sharedHeaderMode, groupMode, testDirectory; + string saveNextLabel, mothurProgramPath, sharedHeaderMode, groupMode, testDirectory; bool printedSharedHeaders, printedListHeaders, commandInputsConvertError, changedSeqNames, modifyNames; //functions from mothur.h @@ -114,7 +121,7 @@ class MothurOut { int openInputFile(string, ifstream&, string); //no error given vector allGZFiles(vector&); vector isGZ(string); //checks existence and format - will fail for either or both. - + bool fileExists(string name); bool checkLocations(string&, string); //filename, inputDir. checks for file in ./, inputdir, default and mothur's exe location. Returns false if cant be found. If found completes name with location string getline(ifstream&); string getline(istringstream&); @@ -125,6 +132,7 @@ class MothurOut { void zapGremlins(istringstream&); vector splitWhiteSpace(string& rest, char[], int); vector splitWhiteSpace(string); + int splitWhiteSpace(string, vector&, int); set readAccnos(string); int readAccnos(string, vector&); int readAccnos(string, vector&, string); @@ -140,7 +148,7 @@ class MothurOut { int readNames(string, map >&); int readNames(string, vector&, map&); int mothurRemove(string); - int printVsearchFile(vector&, string); //sorts and prints by abundance adding /ab=xxx/ + int printVsearchFile(vector&, string, string, string); //sorts and prints by abundance adding /ab=xxx/ bool mothurConvert(char, int&); //use for converting user inputs. Sets commandInputsConvertError to true if error occurs. Engines check this. bool mothurConvert(string, int&); //use for converting user inputs. Sets commandInputsConvertError to true if error occurs. Engines check this. bool mothurConvert(string, intDist&); //use for converting user inputs. Sets commandInputsConvertError to true if error occurs. Engines check this. @@ -150,6 +158,7 @@ class MothurOut { //searchs and checks bool checkReleaseVersion(ifstream&, string); + int getTimeStamp(string filename); bool anyLabelsToProcess(string, set&, string); bool inUsersGroups(vector, vector); //returns true if any of the strings in first vector are in second vector bool inUsersGroups(vector, vector< vector >); @@ -162,16 +171,18 @@ class MothurOut { bool isTrue(string); bool isContainingOnlyDigits(string); bool containsAlphas(string); + bool isAllAlphas(string); + bool isAllAlphaNumerics(string); bool isNumeric1(string); bool isNumeric1(char); bool isInteger(string); + bool allSpaces(string); bool isLabelEquivalent(string, string); string getSimpleLabel(string); string findEdianness(); string mothurGetpid(int); unsigned long long getRAMUsed(); unsigned long long getTotalRAM(); - unsigned long get_phys_pages(); string getStringFromVector(vector&, string); //creates string like "v[0], v[1], ... v[n]" where ', ' is string. string getStringFromVector(vector&, string); //creates string like "v[0], v[1], ... v[n]" where ', ' is string. string getStringFromVector(vector&, string); //creates string like "v[0], v[1], ... v[n]" where ', ' is string. @@ -188,13 +199,24 @@ class MothurOut { int removeBlanks(vector&); vector splitWhiteSpaceWithQuotes(string); int splitWhiteSpaceWithQuotes(string, vector&); - int removeConfidences(string&); + float removeConfidences(string&); string removeQuotes(string); string makeList(vector&); bool isSubset(vector, vector); //bigSet, subset int checkName(string&); + bool checkGroupName(string name); map > parseClasses(string); string addUnclassifieds(string tax, int maxlevel, bool probs); + int mothurRandomShuffle(vector&); + int mothurRandomShuffle(vector< vector >&); + int mothurRandomShuffle(vector&); + int mothurRandomShuffle(vector&); + int mothurRandomShuffle(vector&); + int mothurRandomShuffle(vector&); + int mothurRandomShuffle(OrderVector&); + int mothurRandomShuffle(SharedOrderVector&); + int mothurRandomShuffle(vector&); + void setRandomSeed(unsigned s) { mersenne_twister_engine.seed(s); } //math operation @@ -211,7 +233,10 @@ class MothurOut { int median(vector); int average(vector); int sum(vector); + double sum(vector); int getRandomIndex(int); //highest + int getRandomNumber(); + double getRandomDouble0to1(); double getStandardDeviation(vector&); vector getStandardDeviation(vector< vector >&); vector getStandardDeviation(vector< vector >&, vector&); @@ -225,7 +250,7 @@ class MothurOut { int control_pressed; bool executing, runParse, jumble, gui, mothurCalling, debug, quietMode; - //current files - if you add a new type you must edit optionParser->getParameters, get.current and set.current commands and mothurOut->printCurrentFiles/clearCurrentFiles/getCurrentTypes. add a get and set function. + //current files - if you add a new type you must edit optionParser->getParameters, get.current and set.current commands and mothurOut->printCurrentFiles/clearCurrentFiles/getCurrentTypes/hasCurrentFiles. add a get and set function. string getPhylipFile() { return phylipfile; } string getColumnFile() { return columnfile; } string getListFile() { return listfile; } @@ -251,6 +276,8 @@ class MothurOut { string getSummaryFile() { return summaryfile; } string getFileFile() { return filefile; } string getProcessors() { return processors; } + string getConsTaxonomyFile(){ return constaxonomyfile; } + string getContigsReportFile(){ return contigsreportfile; } int getNumErrors() { return numErrors; } void setListFile(string f) { listfile = getFullPathName(f); } @@ -276,6 +303,8 @@ class MothurOut { void setBiomFile(string f) { biomfile = getFullPathName(f); } void setSummaryFile(string f) { summaryfile = getFullPathName(f); } void setFileFile(string f) { filefile = getFullPathName(f); } + void setConsTaxonomyFile(string f) { constaxonomyfile = getFullPathName(f); } + void setContigsReportFile(string f) { contigsreportfile = getFullPathName(f); } void setCountTableFile(string f) { counttablefile = getFullPathName(f); groupMode = "count"; } void setProcessors(string p) { processors = p; mothurOut("\nUsing " + toString(p) + " processors.\n"); } @@ -289,7 +318,7 @@ class MothurOut { MothurOut( const MothurOut& ); // Disable copy constructor void operator=( const MothurOut& ); // Disable assignment operator MothurOut() { - control_pressed = false; defaultPath=""; + control_pressed = false; defaultPath=""; blastPath=""; testFilePath = ""; filefile = ""; phylipfile = ""; columnfile = ""; @@ -310,11 +339,13 @@ class MothurOut { oligosfile = ""; accnosfile = ""; taxonomyfile = ""; + constaxonomyfile = ""; processors = "1"; flowfile = ""; biomfile = ""; counttablefile = ""; summaryfile = ""; + contigsreportfile = ""; gui = false; printedSharedHeaders = false; printedListHeaders = false; @@ -328,15 +359,18 @@ class MothurOut { modifyNames = true; numErrors = 0; numWarnings = 0; + unsigned seed = std::chrono::system_clock::now().time_since_epoch().count(); + mersenne_twister_engine.seed(seed); } ~MothurOut(); string logFileName; - string defaultPath, outputDir; + string defaultPath, outputDir, blastPath; string releaseDate, version; - string accnosfile, phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, designfile, taxonomyfile, biomfile, filefile; - string orderfile, treefile, sharedfile, ordergroupfile, relabundfile, fastafile, qualfile, sfffile, oligosfile, processors, flowfile, counttablefile, summaryfile; + string accnosfile, phylipfile, columnfile, listfile, rabundfile, sabundfile, namefile, groupfile, designfile, taxonomyfile, biomfile, filefile, testFilePath; + string orderfile, treefile, sharedfile, ordergroupfile, relabundfile, fastafile, qualfile, sfffile, oligosfile, processors, flowfile, counttablefile, summaryfile, constaxonomyfile, contigsreportfile; + mt19937_64 mersenne_twister_engine; vector Groups; vector namesOfGroups; diff --git a/source/opticluster.cpp b/source/opticluster.cpp new file mode 100644 index 00000000..0b90d68f --- /dev/null +++ b/source/opticluster.cpp @@ -0,0 +1,632 @@ +// +// opticluster.cpp +// Mothur +// +// Created by Sarah Westcott on 4/20/16. +// Copyright (c) 2016 Schloss Lab. All rights reserved. +// + +#include "opticluster.h" + +/***********************************************************************/ +//randomly assign sequences to OTUs +int OptiCluster::initialize(double& value, bool randomize, string initialize) { + try { + numSeqs = matrix->getNumSeqs(); + truePositives = 0; + falsePositives = 0; + falseNegatives = 0; + trueNegatives = 0; + + bins.resize(numSeqs); //place seqs in own bin + + vector temp; + bins.push_back(temp); + seqBin[numSeqs] = -1; + insertLocation = numSeqs; + + if (initialize == "singleton") { + + //put everyone in own bin + for (int i = 0; i < numSeqs; i++) { bins[i].push_back(i); } + + //maps randomized sequences to bins + for (int i = 0; i < numSeqs; i++) { + seqBin[i] = bins[i][0]; + randomizeSeqs.push_back(i); + } + + if (randomize) { m->mothurRandomShuffle(randomizeSeqs); } + + //for each sequence (singletons removed on read) + for (map::iterator it = seqBin.begin(); it != seqBin.end(); it++) { + if (it->second == -1) { } + else { + long long numCloseSeqs = (matrix->getCloseSeqs(it->first)).size(); //does not include self + falseNegatives += numCloseSeqs; + } + } + falseNegatives /= 2; //square matrix + trueNegatives = numSeqs * (numSeqs-1)/2 - (falsePositives + falseNegatives + truePositives); //since everyone is a singleton no one clusters together. True negative = num far apart + totalPairs = trueNegatives + truePositives + falseNegatives + falsePositives; + }else { + + //put everyone in first bin + for (int i = 0; i < numSeqs; i++) { + bins[0].push_back(i); + seqBin[i] = 0; + randomizeSeqs.push_back(i); + } + + if (randomize) { m->mothurRandomShuffle(randomizeSeqs); } + + //for each sequence (singletons removed on read) + for (map::iterator it = seqBin.begin(); it != seqBin.end(); it++) { + if (it->second == -1) { } + else { + long long numCloseSeqs = (matrix->getCloseSeqs(it->first)).size(); //does not include self + truePositives += numCloseSeqs; + } + } + truePositives /= 2; //square matrix + falsePositives = numSeqs * (numSeqs-1)/2 - (trueNegatives + falseNegatives + truePositives); + } + + value = 0; + if (metric == "mcc") { value = calcMCC(truePositives, trueNegatives, falsePositives, falseNegatives); } + else if (metric == "sens") { value = calcSens(truePositives, trueNegatives, falsePositives, falseNegatives); } + else if (metric == "spec") { value = calcSpec(truePositives, trueNegatives, falsePositives, falseNegatives); } + else if (metric == "tptn") { value = calcTPTN(truePositives, trueNegatives, falsePositives, falseNegatives); } + else if (metric == "tp") { value = calcTP(truePositives, trueNegatives, falsePositives, falseNegatives); } + else if (metric == "tn") { value = calcTN(truePositives, trueNegatives, falsePositives, falseNegatives); } + else if (metric == "fp") { value = calcFP(truePositives, trueNegatives, falsePositives, falseNegatives); } + else if (metric == "fn") { value = calcFN(truePositives, trueNegatives, falsePositives, falseNegatives); } + else if (metric == "fpfn") { value = calcFPFN(truePositives, trueNegatives, falsePositives, falseNegatives); } + else if (metric == "f1score") { value = calcF1Score(truePositives, trueNegatives, falsePositives, falseNegatives); } + else if (metric == "accuracy") { value = calcAccuracy(truePositives, trueNegatives, falsePositives, falseNegatives); } + else if (metric == "ppv") { value = calcPPV(truePositives, trueNegatives, falsePositives, falseNegatives); } + else if (metric == "npv") { value = calcNPV(truePositives, trueNegatives, falsePositives, falseNegatives); } + else if (metric == "fdr") { value = calcFDR(truePositives, trueNegatives, falsePositives, falseNegatives); } + + return value; + } + catch(exception& e) { + m->errorOut(e, "OptiCluster", "initialize"); + exit(1); + } +} +/***********************************************************************/ +/* for each sequence with mutual information (close) +* remove from current OTU and calculate MCC when sequence forms its own OTU or joins one of the other OTUs where there is a sequence within the `threshold` (no need to calculate MCC if the paired sequence is already in same OTU and no need to try every OTU - just those where there's a close sequence) + * keep or move the sequence to the OTU where the `metric` is the largest - flip a coin on ties */ +bool OptiCluster::update(double& listMetric) { + try { + + //for each sequence (singletons removed on read) + for (int i = 0; i < randomizeSeqs.size(); i++) { + + if (m->control_pressed) { break; } + + map::iterator it = seqBin.find(randomizeSeqs[i]); + + int seqNumber = it->first; + int binNumber = it->second; + + + if (binNumber == -1) { } + else { + + long long tn, tp, fp, fn; + double bestMetric = -1; + long long bestBin, bestTp, bestTn, bestFn, bestFp; + tn = trueNegatives; tp = truePositives; fp = falsePositives; fn = falseNegatives; + + //this calculation is used to save time in the move and adjust function. + //we don't need to calculate the cost of moving out of our current bin each time we + //test moving into a new bin. Only calc this once per iteration. + long long cCount = 0; long long fCount = 0; + for (int i = 0; i < bins[binNumber].size(); i++) { //how many close sequences are in the old bin? + if (seqNumber == bins[binNumber][i]) {} + else if (!matrix->isClose(seqNumber, bins[binNumber][i])) { fCount++; } + else { cCount++; } + } + + //metric in current bin + bestMetric = calcScoreCurrentBin(tp, tn, fp, fn); bestBin = binNumber; bestTp = tp; bestTn = tn; bestFp = fp; bestFn = fn; + + //if not already singleton, then calc value if singleton was created + if (!((bins[binNumber].size()) == 1)) { + //make a singleton + //move out of old bin + fn+=cCount; tn+=fCount; fp-=fCount; tp-=cCount; + double singleMetric = moveAdjustTFValues(binNumber, seqNumber, -1, tp, tn, fp, fn); + if (singleMetric > bestMetric) { + bestBin = -1; bestTp = tp; bestTn = tn; bestFp = fp; bestFn = fn; + bestMetric = singleMetric; + } + } + + set binsToTry; + set closeSeqs = matrix->getCloseSeqs(seqNumber); + for (set::iterator itClose = closeSeqs.begin(); itClose != closeSeqs.end(); itClose++) { binsToTry.insert(seqBin[*itClose]); } + + //merge into each "close" otu + for (set::iterator it = binsToTry.begin(); it != binsToTry.end(); it++) { + tn = trueNegatives; tp = truePositives; fp = falsePositives; fn = falseNegatives; + fn+=cCount; tn+=fCount; fp-=fCount; tp-=cCount; + double newMetric = moveAdjustTFValues(binNumber, seqNumber, *it, tp, tn, fp, fn); + + //new best + if (newMetric > bestMetric) { bestMetric = newMetric; bestBin = (*it); bestTp = tp; bestTn = tn; bestFp = fp; bestFn = fn; } + } + + bool usedInsert = false; + if (bestBin == -1) { bestBin = insertLocation; usedInsert = true; } + + if (bestBin != binNumber) { + truePositives = bestTp; trueNegatives = bestTn; falsePositives = bestFp; falseNegatives = bestFn; + + //move seq from i to j + bins[bestBin].push_back(seqNumber); //add seq to bestbin + bins[binNumber].erase(remove(bins[binNumber].begin(), bins[binNumber].end(), seqNumber), bins[binNumber].end()); //remove from old bin i + } + + if (usedInsert) { insertLocation = findInsert(); } + + //update seqBins + seqBin[seqNumber] = bestBin; //set new OTU location + } + } + + if (metric == "mcc") { listMetric = calcMCC(truePositives, trueNegatives, falsePositives, falseNegatives); } + else if (metric == "sens") { listMetric = calcSens(truePositives, trueNegatives, falsePositives, falseNegatives); } + else if (metric == "spec") { listMetric = calcSpec(truePositives, trueNegatives, falsePositives, falseNegatives); } + else if (metric == "tptn") { listMetric = calcTPTN(truePositives, trueNegatives, falsePositives, falseNegatives); } + else if (metric == "tp") { listMetric = calcTP(truePositives, trueNegatives, falsePositives, falseNegatives); } + else if (metric == "tn") { listMetric = calcTN(truePositives, trueNegatives, falsePositives, falseNegatives); } + else if (metric == "fp") { listMetric = calcFP(truePositives, trueNegatives, falsePositives, falseNegatives); } + else if (metric == "fn") { listMetric = calcFN(truePositives, trueNegatives, falsePositives, falseNegatives); } + else if (metric == "f1score") { listMetric = calcF1Score(truePositives, trueNegatives, falsePositives, falseNegatives); } + else if (metric == "accuracy") { listMetric = calcAccuracy(truePositives, trueNegatives, falsePositives, falseNegatives); } + else if (metric == "ppv") { listMetric = calcPPV(truePositives, trueNegatives, falsePositives, falseNegatives); } + else if (metric == "npv") { listMetric = calcNPV(truePositives, trueNegatives, falsePositives, falseNegatives); } + else if (metric == "fdr") { listMetric = calcFDR(truePositives, trueNegatives, falsePositives, falseNegatives); } + else if (metric == "fpfn") { listMetric = calcFPFN(truePositives, trueNegatives, falsePositives, falseNegatives); } + + return 0; + + } + catch(exception& e) { + m->errorOut(e, "OptiCluster", "update"); + exit(1); + } +} +/***********************************************************************/ +double OptiCluster::moveAdjustTFValues(int bin, int seq, int newBin, long long& tp, long long& tn, long long& fp, long long& fn) { + try { + + //making a singleton bin. Close but we are forcing apart. + if (newBin == -1) { + }else { //merging a bin + long long ncCount = 0; long long nfCount = 0; + for (int i = 0; i < bins[newBin].size(); i++) { //how many close sequences are in the old bin? + if (seq == bins[newBin][i]) {} + else if (!matrix->isClose(seq, bins[newBin][i])) { nfCount++; } + else { ncCount++; } + } + + //move into new bin + fn-=ncCount; tn-=nfCount; tp+=ncCount; fp+=nfCount; + } + + double result = 0.0; + if (metric == "mcc") { + result = calcMCC(tp, tn, fp, fn); + }else if (metric == "sens") { + result = calcSens(tp, tn, fp, fn); + }else if (metric == "spec") { + result = calcSpec(tp, tn, fp, fn); + }else if (metric == "tptn") { + result = calcTPTN(tp, tn, fp, fn); + }else if (metric == "tp") { + result = calcTP(tp, tn, fp, fn); + }else if (metric == "tn") { + result = calcTN(tp, tn, fp, fn); + }else if (metric == "fp") { + result = calcFP(tp, tn, fp, fn); + }else if (metric == "fn") { + result = calcFN(tp, tn, fp, fn); + }else if (metric == "f1score") { + result = calcF1Score(tp, tn, fp, fn); + }else if (metric == "accuracy") { + result = calcAccuracy(tp, tn, fp, fn); + }else if (metric == "ppv") { + result = calcPPV(tp, tn, fp, fn); + }else if (metric == "npv") { + result = calcNPV(tp, tn, fp, fn); + }else if (metric == "fdr") { + result = calcFDR(tp, tn, fp, fn); + }else if (metric == "fpfn") { + result = calcFPFN(tp, tn, fp, fn); + } + + return result; + } + catch(exception& e) { + m->errorOut(e, "OptiCluster", "moveAdjustTFValues"); + exit(1); + } +} +/***********************************************************************/ +double OptiCluster::calcScoreCurrentBin( long long tp, long long tn, long long fp, long long fn) { + try { + + if (metric == "mcc") { + return calcMCC(tp, tn, fp, fn); + }else if (metric == "sens") { + return calcSens(tp, tn, fp, fn); + }else if (metric == "spec") { + return calcSpec(tp, tn, fp, fn); + }else if (metric == "tptn") { + return calcTPTN(tp, tn, fp, fn); + }else if (metric == "tp") { + return calcTP(tp, tn, fp, fn); + }else if (metric == "tn") { + return calcTN(tp, tn, fp, fn); + }else if (metric == "fp") { + return calcFP(tp, tn, fp, fn); + }else if (metric == "fn") { + return calcFN(tp, tn, fp, fn); + }else if (metric == "f1score") { + return calcF1Score(tp, tn, fp, fn); + }else if (metric == "accuracy") { + return calcAccuracy(tp, tn, fp, fn); + }else if (metric == "ppv") { + return calcPPV(tp, tn, fp, fn); + }else if (metric == "npv") { + return calcNPV(tp, tn, fp, fn); + }else if (metric == "fdr") { + return calcFDR(tp, tn, fp, fn); + }else if (metric == "fpfn") { + return calcFPFN(tp, tn, fp, fn); + } + } + catch(exception& e) { + m->errorOut(e, "OptiCluster", "calcScoreCurrentBin"); + exit(1); + } +} + +/***********************************************************************/ +double OptiCluster::calcMCC( long long tp, long long tn, long long fp, long long fn) { + try { + + long long p = tp + fn; + long long n = fp + tn; + long long pPrime = tp + fp; + long long nPrime = tn + fn; + + double matthewsCorrCoef = ((tp * tn) - (fp * fn)) / (double) sqrt(p * n * pPrime * nPrime); + if(p == 0 || n == 0 || pPrime == 0 || nPrime == 0){ matthewsCorrCoef = 0; } + + return matthewsCorrCoef; + } + catch(exception& e) { + m->errorOut(e, "OptiCluster", "calcMCC"); + exit(1); + } +} +/***********************************************************************/ +double OptiCluster::calcSens( long long tp, long long tn, long long fp, long long fn) { + try { + + long long p = tp + fn; + double sensitivity = tp / (double) p; + + if(p == 0) { sensitivity = 0; } + + return sensitivity; + } + catch(exception& e) { + m->errorOut(e, "OptiCluster", "calcSens"); + exit(1); + } +} +/***********************************************************************/ +double OptiCluster::calcSpec( long long tp, long long tn, long long fp, long long fn) { + try { + long long n = fp + tn; + double specificity = tn / (double) n; + + if(n == 0) { specificity = 0; } + + return specificity; + } + catch(exception& e) { + m->errorOut(e, "OptiCluster", "calcSpec"); + exit(1); + } +} +/***********************************************************************/ +double OptiCluster::calcTPTN( long long tp, long long tn, long long fp, long long fn) { + try { + + long long p = tp + tn; + + double tptn = p / (double)(tp + tn + fp + fn); + + return tptn; + } + catch(exception& e) { + m->errorOut(e, "OptiCluster", "calcTPTN"); + exit(1); + } +} +/***********************************************************************/ +double OptiCluster::calcTP( long long tp, long long tn, long long fp, long long fn) { + try { + + double tpmax = tp / (double)(tp + tn + fp + fn); + + return tpmax; + } + catch(exception& e) { + m->errorOut(e, "OptiCluster", "calcTP"); + exit(1); + } +} +/***********************************************************************/ +double OptiCluster::calcTN( long long tp, long long tn, long long fp, long long fn) { + try { + + double tnmax = tn / (double)(tp + tn + fp + fn); + + return tnmax; + } + catch(exception& e) { + m->errorOut(e, "OptiCluster", "calcTN"); + exit(1); + } +} +/***********************************************************************/ +double OptiCluster::calcFP( long long tp, long long tn, long long fp, long long fn) { + try { + + double fpmin = fp / (double)(tp + tn + fp + fn); + + return (1.0 - fpmin); + } + catch(exception& e) { + m->errorOut(e, "OptiCluster", "calcFP"); + exit(1); + } +} +/***********************************************************************/ +double OptiCluster::calcFN( long long tp, long long tn, long long fp, long long fn) { + try { + + double fnmin = fn / (double)(tp + tn + fp + fn); + + return (1.0 - fnmin); + } + catch(exception& e) { + m->errorOut(e, "OptiCluster", "calcFN"); + exit(1); + } +} + +/***********************************************************************/ +double OptiCluster::calcFPFN( long long tp, long long tn, long long fp, long long fn) { + try { + + long long p = fp + fn; + + double fpfn = 1.0 - (p / (double)(tp + tn + fp + fn)); //minimize + + return fpfn; + } + catch(exception& e) { + m->errorOut(e, "OptiCluster", "calcFPFN"); + exit(1); + } +} +/***********************************************************************/ +double OptiCluster::calcF1Score( long long tp, long long tn, long long fp, long long fn) { + try { + + long long p = tp + fn; + long long pPrime = tp + fp; + double f1Score = 2.0 * tp / (double) (p + pPrime); + + if(p + pPrime == 0) { f1Score = 0; } + + return f1Score; + } + catch(exception& e) { + m->errorOut(e, "OptiCluster", "calcF1Score"); + exit(1); + } +} +/***********************************************************************/ +double OptiCluster::calcAccuracy( long long tp, long long tn, long long fp, long long fn) { + try { + + long long p = tp + fn; + long long n = fp + tn; + double accuracy = (tp + tn) / (double) (p + n); + if(p + n == 0) { accuracy = 0; } + return accuracy; + } + catch(exception& e) { + m->errorOut(e, "OptiCluster", "calcAccuracy"); + exit(1); + } +} +/***********************************************************************/ +double OptiCluster::calcPPV( long long tp, long long tn, long long fp, long long fn) { + try { + + long long pPrime = tp + fp; + double positivePredictiveValue = tp / (double) pPrime; + + if(pPrime == 0) { positivePredictiveValue = 0; } + + return positivePredictiveValue; + } + catch(exception& e) { + m->errorOut(e, "OptiCluster", "calcPPV"); + exit(1); + } +} +/***********************************************************************/ +double OptiCluster::calcNPV( long long tp, long long tn, long long fp, long long fn) { + try { + + long long nPrime = tn + fn; + double negativePredictiveValue = tn / (double) nPrime; + + if(nPrime == 0) { negativePredictiveValue = 0; } + + return negativePredictiveValue; + } + catch(exception& e) { + m->errorOut(e, "OptiCluster", "calcNPV"); + exit(1); + } +} +/***********************************************************************/ +double OptiCluster::calcFDR( long long tp, long long tn, long long fp, long long fn) { + try { + + long long pPrime = tp + fp; + double falseDiscoveryRate = fp / (double) pPrime; + + if(pPrime == 0) { falseDiscoveryRate = 0; } + + return (1.0-falseDiscoveryRate); + } + catch(exception& e) { + m->errorOut(e, "OptiCluster", "calcFDR"); + exit(1); + } +} +/***********************************************************************/ +vector OptiCluster::getStats( long long& tp, long long& tn, long long& fp, long long& fn) { + try { + long long singletn = matrix->getNumSingletons() + numSingletons; + long long tempnumSeqs = numSeqs + singletn; + + tp = truePositives; + fp = falsePositives; + fn = falseNegatives; + tn = tempnumSeqs * (tempnumSeqs-1)/2 - (falsePositives + falseNegatives + truePositives); //adds singletons to tn + + long long p = tp + fn; + long long n = fp + tn; + long long pPrime = tp + fp; + long long nPrime = tn + fn; + + double sensitivity = tp /(double) p; + double specificity = tn / (double)n; + double positivePredictiveValue = tp / (double)pPrime; + double negativePredictiveValue = tn / (double)nPrime; + double falseDiscoveryRate = fp / (double)pPrime; + + double accuracy = (tp + tn) / (double)(p + n); + double matthewsCorrCoef = (tp * tn - fp * fn) / (double) sqrt(p * n * pPrime * nPrime); if(p == 0 || n == 0){ matthewsCorrCoef = 0; } + double f1Score = 2.0 * tp / (double)(p + pPrime); + + + if(p == 0) { sensitivity = 0; matthewsCorrCoef = 0; } + if(n == 0) { specificity = 0; matthewsCorrCoef = 0; } + if(p + n == 0) { accuracy = 0; } + if(p + pPrime == 0) { f1Score = 0; } + if(pPrime == 0) { positivePredictiveValue = 0; falseDiscoveryRate = 0; matthewsCorrCoef = 0; } + if(nPrime == 0) { negativePredictiveValue = 0; matthewsCorrCoef = 0; } + + vector results; + + //results.push_back(truePositives); results.push_back(tn); results.push_back(falsePositives); results.push_back(falseNegatives); + results.push_back(sensitivity); results.push_back(specificity); results.push_back(positivePredictiveValue); results.push_back(negativePredictiveValue); + results.push_back(falseDiscoveryRate); results.push_back(accuracy); results.push_back(matthewsCorrCoef); results.push_back(f1Score); + + return results; + } + catch(exception& e) { + m->errorOut(e, "OptiCluster", "getStats"); + exit(1); + } +} +/***********************************************************************/ +ListVector* OptiCluster::getList() { + try { + ListVector* list = new ListVector(); + ListVector* singleton = matrix->getListSingle(); + + if (singleton != NULL) { //add in any sequences above cutoff in read. Removing these saves clustering time. + for (int i = 0; i < singleton->getNumBins(); i++) { + if (singleton->get(i) != "") { + list->push_back(singleton->get(i)); + } + } + delete singleton; + } + + for (int i = 0; i < bins.size(); i++) { + if (bins[i].size() != 0) { + string otu = matrix->getName(bins[i][0]); + + for (int j = 1; j < bins[i].size(); j++) { + otu += "," + matrix->getName(bins[i][j]); + } + list->push_back(otu); + } + } + + return list; + } + catch(exception& e) { + m->errorOut(e, "OptiCluster", "getList"); + exit(1); + } +} +/***********************************************************************/ +long long OptiCluster::getNumBins() { + try { + long long singletn = matrix->getNumSingletons(); + + for (int i = 0; i < bins.size(); i++) { + if (bins[i].size() != 0) { + singletn++; + } + } + + return singletn; + } + catch(exception& e) { + m->errorOut(e, "OptiCluster", "getNumBins"); + exit(1); + } +} + +/***********************************************************************/ +int OptiCluster::findInsert() { + try { + + //for each sequence (singletons removed on read) + for (int i = 0; i < bins.size(); i++) { + + if (m->control_pressed) { break; } + + if (bins[i].size() == 0) { return i; } + } + + return -1; + } + catch(exception& e) { + m->errorOut(e, "OptiCluster", "getList"); + exit(1); + } +} + +/***********************************************************************/ diff --git a/source/opticluster.h b/source/opticluster.h new file mode 100644 index 00000000..515406fc --- /dev/null +++ b/source/opticluster.h @@ -0,0 +1,67 @@ +// +// opticluster.h +// Mothur +// +// Created by Sarah Westcott on 4/20/16. +// Copyright (c) 2016 Schloss Lab. All rights reserved. +// + +#ifndef __Mothur__opticluster__ +#define __Mothur__opticluster__ + +#include "cluster.hpp" +#include "optimatrix.h" + +/***********************************************************************/ + +class OptiCluster : public Cluster { + +public: + +#ifdef UNIT_TEST + friend class TestOptiCluster; + OptiCluster() : Cluster() { m = MothurOut::getInstance(); truePositives = 0; trueNegatives = 0; falseNegatives = 0; falsePositives = 0; } //for testing class + void setVariables(OptiMatrix* mt, string met) { matrix = mt; metric = met; } +#endif + + OptiCluster(OptiMatrix* mt, string met, long long ns) : Cluster() { + m = MothurOut::getInstance(); matrix = mt; metric = met; truePositives = 0; trueNegatives = 0; falseNegatives = 0; falsePositives = 0; numSingletons = ns; + } + ~OptiCluster() {} + bool updateDistance(PDistCell& colCell, PDistCell& rowCell) { return false; } //inheritance compliant + string getTag() { string tag = "opti_" + metric; return tag; } + long long getNumBins(); + int initialize(double&, bool, string); //randomize and place in "best" OTUs + bool update(double&); //returns whether list changed and MCC + vector getStats( long long&, long long&, long long&, long long&); + ListVector* getList(); + +private: + MothurOut* m; + map seqBin; //sequence# -> bin# + OptiMatrix* matrix; + vector randomizeSeqs; + vector< vector > bins; //bin[0] -> seqs in bin[0] + string metric; + long long truePositives, trueNegatives, falsePositives, falseNegatives, numSeqs, insertLocation, totalPairs, numSingletons; + + int findInsert(); + double calcMCC(long long, long long, long long, long long); + double calcSens( long long, long long, long long, long long); + double calcSpec( long long, long long, long long, long long); + double calcTPTN( long long, long long, long long, long long); + double calcTP( long long, long long, long long, long long); + double calcTN( long long, long long, long long, long long); + double calcFP( long long, long long, long long, long long); + double calcFN( long long, long long, long long, long long); + double calcFPFN( long long, long long, long long, long long); + double calcF1Score( long long, long long, long long, long long); + double calcAccuracy( long long, long long, long long, long long); + double calcPPV( long long, long long, long long, long long); + double calcNPV( long long, long long, long long, long long); + double calcFDR( long long, long long, long long, long long); + double calcScoreCurrentBin( long long tp, long long tn, long long fp, long long fn); + double moveAdjustTFValues(int bin, int seq, int newBin, long long&, long long&, long long&, long long&); +}; + +#endif /* defined(__Mothur__opticluster__) */ diff --git a/source/optionparser.cpp b/source/optionparser.cpp index 43353f6c..2a85b5dc 100644 --- a/source/optionparser.cpp +++ b/source/optionparser.cpp @@ -23,6 +23,12 @@ OptionParser::OptionParser(string option) { m->splitAtEquals(key, value); if ((key == "candidate") || (key == "query")) { key = "fasta"; } if (key == "template") { key = "reference"; } + key = m->splitWhiteSpace(key).front(); + //if value is wrapped in '' preserve spaces + if ((value[0] == '\'') && (value[(value.length()-1)] == '\'')) { value = value.substr(1); value = value.substr(0, (value.length()-1)); } + else { + value = m->splitWhiteSpace(value).front(); + } parameters[key] = value; } @@ -30,6 +36,12 @@ OptionParser::OptionParser(string option) { m->splitAtEquals(key, option); if ((key == "candidate") || (key == "query")) { key = "fasta"; } if (key == "template") { key = "reference"; } + key = m->splitWhiteSpace(key).front(); + //if value is wrapped in '' preserve spaces + if ((option[0] == '\'') && (option[(option.length()-1)] == '\'')) { option = option.substr(1); option = option.substr(0, (option.length()-1)); } + else { + option = m->splitWhiteSpace(option).front(); + } parameters[key] = option; } } @@ -52,6 +64,12 @@ OptionParser::OptionParser(string option, map& copy) { m->splitAtEquals(key, value); if ((key == "candidate") || (key == "query")) { key = "fasta"; } if (key == "template") { key = "reference"; } + key = m->splitWhiteSpace(key).front(); + //if value is wrapped in '' preserve spaces + if ((value[0] == '\'') && (value[(value.length()-1)] == '\'')) { value = value.substr(1); value = value.substr(0, (value.length()-1)); } + else { + value = m->splitWhiteSpace(value).front(); + } parameters[key] = value; } @@ -59,6 +77,12 @@ OptionParser::OptionParser(string option, map& copy) { m->splitAtEquals(key, option); if ((key == "candidate") || (key == "query")) { key = "fasta"; } if (key == "template") { key = "reference"; } + key = m->splitWhiteSpace(key).front(); + //if value is wrapped in '' preserve spaces + if ((option[0] == '\'') && (option[(option.length()-1)] == '\'')) { option = option.substr(1); option = option.substr(0, (option.length()-1)); } + else { + option = m->splitWhiteSpace(option).front(); + } parameters[key] = option; } @@ -124,6 +148,10 @@ map OptionParser::getParameters() { it->second = m->getAccnosFile(); }else if (it->first == "taxonomy") { it->second = m->getTaxonomyFile(); + }else if (it->first == "constaxonomy") { + it->second = m->getConsTaxonomyFile(); + }else if (it->first == "contigsreport") { + it->second = m->getContigsReportFile(); }else if (it->first == "biom") { it->second = m->getBiomFile(); }else if (it->first == "count") { diff --git a/source/randomforest/abstractdecisiontree.cpp b/source/randomforest/abstractdecisiontree.cpp index e7f1c5e9..e7e98b6f 100644 --- a/source/randomforest/abstractdecisiontree.cpp +++ b/source/randomforest/abstractdecisiontree.cpp @@ -57,8 +57,8 @@ int AbstractDecisionTree::createBootStrappedSamples(){ for (int i = 0; i < numSamples; i++) { if (m->control_pressed) { return 0; } - // TODO: optimize the rand() function call + double check if it's working properly - int randomIndex = rand() % numSamples; + + int randomIndex = m->getRandomIndex(numSamples-1); bootstrappedTrainingSamples.push_back(baseDataSet[randomIndex]); isInTrainingSamples[randomIndex] = true; } diff --git a/source/randomforest/abstractrandomforest.cpp b/source/randomforest/abstractrandomforest.cpp deleted file mode 100644 index 59e3bafe..00000000 --- a/source/randomforest/abstractrandomforest.cpp +++ /dev/null @@ -1,59 +0,0 @@ -// -// abstractrandomforest.cpp -// Mothur -// -// Created by Sarah Westcott on 10/1/12. -// Copyright (c) 2012 Schloss Lab. All rights reserved. -// - -#include "abstractrandomforest.hpp" - -/***********************************************************************/ -AbstractRandomForest::AbstractRandomForest(const std::vector < std::vector > dataSet, - const int numDecisionTrees, - const string treeSplitCriterion = "informationGain") -: dataSet(dataSet), -numDecisionTrees(numDecisionTrees), -numSamples((int)dataSet.size()), -numFeatures((int)(dataSet[0].size() - 1)), -globalDiscardedFeatureIndices(getGlobalDiscardedFeatureIndices()), -globalVariableImportanceList(numFeatures, 0), -treeSplitCriterion(treeSplitCriterion) { - m = MothurOut::getInstance(); - // TODO: double check if the implemenatation of 'globalOutOfBagEstimates' is correct -} - -/***********************************************************************/ - -vector AbstractRandomForest::getGlobalDiscardedFeatureIndices() { - try { - vector globalDiscardedFeatureIndices; - - // calculate feature vectors - vector< vector > featureVectors(numFeatures, vector(numSamples, 0)); - for (int i = 0; i < numSamples; i++) { - if (m->control_pressed) { return globalDiscardedFeatureIndices; } - for (int j = 0; j < numFeatures; j++) { featureVectors[j][i] = dataSet[i][j]; } - } - - for (int i = 0; i < featureVectors.size(); i++) { - if (m->control_pressed) { return globalDiscardedFeatureIndices; } - double standardDeviation = m->getStandardDeviation(featureVectors[i]); - if (standardDeviation <= 0){ globalDiscardedFeatureIndices.push_back(i); } - } - - if (m->debug) { - m->mothurOut("number of global discarded features: " + toString(globalDiscardedFeatureIndices.size())+ "\n"); - m->mothurOut("total features: " + toString(featureVectors.size())+ "\n"); - } - - return globalDiscardedFeatureIndices; - } - catch(exception& e) { - m->errorOut(e, "AbstractRandomForest", "getGlobalDiscardedFeatureIndices"); - exit(1); - } -} - -/***********************************************************************/ - diff --git a/source/randomforest/abstractrandomforest.hpp b/source/randomforest/abstractrandomforest.hpp deleted file mode 100644 index 3be91b9b..00000000 --- a/source/randomforest/abstractrandomforest.hpp +++ /dev/null @@ -1,67 +0,0 @@ -// -// abstractrandomforest.hpp -// rrf-fs-prototype -// -// Created by Abu Zaher Faridee on 7/20/12. -// Copyright (c) 2012 Schloss Lab. All rights reserved. -// - -#ifndef rrf_fs_prototype_abstractrandomforest_hpp -#define rrf_fs_prototype_abstractrandomforest_hpp - -#include "mothurout.h" -#include "macros.h" -#include "abstractdecisiontree.hpp" - -#define DEBUG_MODE - -/***********************************************************************/ - -class AbstractRandomForest{ -public: - // intialization with vectors - AbstractRandomForest(const std::vector < std::vector > dataSet, - const int numDecisionTrees, - const string); - virtual ~AbstractRandomForest(){ } - virtual int populateDecisionTrees() = 0; - virtual int calcForrestErrorRate() = 0; - virtual int calcForrestVariableImportance(string) = 0; - -/***********************************************************************/ - -protected: - - // TODO: create a better way of discarding feature - // currently we just set FEATURE_DISCARD_SD_THRESHOLD to 0 to solved this - // it can be tuned for better selection - // also, there might be other factors like Mean or other stuffs - // same would apply for createLocalDiscardedFeatureList in the TreeNode class - - // TODO: Another idea is getting an aggregated discarded feature indices after the run, from combining - // the local discarded feature indices - // this would penalize a feature, even if in global space the feature looks quite good - // the penalization would be averaged, so this woould unlikely to create a local optmina - - vector getGlobalDiscardedFeatureIndices(); - - int numDecisionTrees; - int numSamples; - int numFeatures; - vector< vector > dataSet; - vector globalDiscardedFeatureIndices; - vector globalVariableImportanceList; - string treeSplitCriterion; - // This is a map of each feature to outcome count of each classes - // e.g. 1 => [2 7] means feature 1 has 2 outcome of 0 and 7 outcome of 1 - map > globalOutOfBagEstimates; - - // TODO: fix this, do we use pointers? - vector decisionTrees; - - MothurOut* m; - -private: - -}; -#endif diff --git a/source/randomforest/decisiontree.cpp b/source/randomforest/decisiontree.cpp index 1fd29240..7440e3f7 100644 --- a/source/randomforest/decisiontree.cpp +++ b/source/randomforest/decisiontree.cpp @@ -176,7 +176,7 @@ void DecisionTree::randomlyShuffleAttribute(const vector< vector >& samples if (m->control_pressed) { return; } featureVectors[j] = samples[j][featureIndex]; } - random_shuffle(featureVectors.begin(), featureVectors.end()); + m->mothurRandomShuffle(featureVectors); for (int j = 0; j < samples.size(); j++) { if (m->control_pressed) { return; } shuffledSample[j][featureIndex] = featureVectors[j]; @@ -386,8 +386,7 @@ vector DecisionTree::selectFeatureSubsetRandomly(vector globalDiscarde if (m->control_pressed) { return featureSubsetIndices; } - // TODO: optimize rand() call here - int randomIndex = rand() % numFeatures; + int randomIndex = m->getRandomIndex(numFeatures-1); vector::iterator it = find(featureSubsetIndices.begin(), featureSubsetIndices.end(), randomIndex); if (it == featureSubsetIndices.end()){ // NOT FOUND vector::iterator it2 = find(combinedDiscardedFeatureIndices.begin(), combinedDiscardedFeatureIndices.end(), randomIndex); diff --git a/source/randomforest/regularizedrandomforest.cpp b/source/randomforest/regularizedrandomforest.cpp deleted file mode 100644 index 0a33f4e3..00000000 --- a/source/randomforest/regularizedrandomforest.cpp +++ /dev/null @@ -1,63 +0,0 @@ -// -// regularizedrandomforest.cpp -// Mothur -// -// Created by Kathryn Iverson on 11/16/12. -// Copyright (c) 2012 Schloss Lab. All rights reserved. -// - -#include "regularizedrandomforest.h" - -RegularizedRandomForest::RegularizedRandomForest(const vector > dataSet, - const int numDecisionTrees, - const string treeSplitCriterion = "gainratio") - // TODO: update ctor according to basic RandomForest Class - : Forest(dataSet, - numDecisionTrees, - treeSplitCriterion, - false, 0.9, true, 0.4, "log2", 0.0) { - m = MothurOut::getInstance(); -} - -int RegularizedRandomForest::calcForrestErrorRate() { - // - try { - return 0; - } - catch(exception& e) { - m->errorOut(e, "RegularizedRandomForest", "calcForrestErrorRate"); - exit(1); - } -} - -int RegularizedRandomForest::calcForrestVariableImportance(string filename) { - // - try { - return 0; - } - catch(exception& e) { - m->errorOut(e, "RegularizedRandomForest", "calcForrestVariableImportance"); - exit(1); - } -} - -int RegularizedRandomForest::populateDecisionTrees() { - // - try { - return 0; - } - catch(exception& e) { - m->errorOut(e, "RegularizedRandomForest", "populateDecisionTrees"); - exit(1); - } -} - -int RegularizedRandomForest::updateGlobalOutOfBagEstimates(DecisionTree *decisionTree) { - try { - return 0; - } - catch(exception& e) { - m->errorOut(e, "RegularizedRandomForest", "updateGlobalOutOfBagEstimates"); - exit(1); - } -} diff --git a/source/randomforest/regularizedrandomforest.h b/source/randomforest/regularizedrandomforest.h deleted file mode 100644 index 94bd624f..00000000 --- a/source/randomforest/regularizedrandomforest.h +++ /dev/null @@ -1,30 +0,0 @@ -// -// regularizedrandomforest.h -// Mothur -// -// Created by Kathryn Iverson on 11/16/12. -// Copyright (c) 2012 Schloss Lab. All rights reserved. -// - -#ifndef __Mothur__regularizedrandomforest__ -#define __Mothur__regularizedrandomforest__ - -#include "forest.h" -#include "decisiontree.hpp" - -class RegularizedRandomForest: public Forest { -public: - // - RegularizedRandomForest(const vector > dataSet,const int numDecisionTrees, const string); - - int calcForrestErrorRate(); - int calcForrestVariableImportance(string); - int populateDecisionTrees(); - int updateGlobalOutOfBagEstimates(DecisionTree* decisionTree); - -private: - // - MothurOut* m; -}; - -#endif /* defined(__Mothur__regularizedrandomforest__) */ diff --git a/source/rarefact.cpp b/source/rarefact.cpp index 10e0d884..a032db79 100644 --- a/source/rarefact.cpp +++ b/source/rarefact.cpp @@ -69,15 +69,15 @@ int Rarefact::driver(RarefactionCurveData* rcd, int increment, int nIters = 1000 displays[i]->init(label); } - RAbundVector* lookup = new RAbundVector(order->getNumBins()); - SAbundVector* rank = new SAbundVector(order->getMaxRank()+1); - random_shuffle(order->begin(), order->end()); + RAbundVector* lookup = new RAbundVector(order.getNumBins()); + SAbundVector* rank = new SAbundVector(order.getMaxRank()+1); + m->mothurRandomShuffle(order); for(int i=0;icontrol_pressed) { delete lookup; delete rank; delete rcd; return 0; } - int binNumber = order->get(i); + int binNumber = order.get(i); int abundance = lookup->get(binNumber); rank->set(abundance, rank->get(abundance)-1); @@ -251,7 +251,7 @@ try { if (m->jumble == true) { //randomize the groups - random_shuffle(lookup.begin(), lookup.end()); + m->mothurRandomShuffle(lookup); } //make merge the size of lookup[0] diff --git a/source/rarefact.h b/source/rarefact.h index ea5a1fed..3497d6fb 100644 --- a/source/rarefact.h +++ b/source/rarefact.h @@ -10,8 +10,8 @@ class Rarefact { public: - Rarefact(OrderVector* o, vector disp, int p, set en) : - numSeqs(o->getNumSeqs()), order(o), displays(disp), label(o->getLabel()), processors(p), ends(en) { m = MothurOut::getInstance(); } + Rarefact(OrderVector& o, vector disp, int p, set en) : + numSeqs(o.getNumSeqs()), order(o), displays(disp), label(o.getLabel()), processors(p), ends(en) { m = MothurOut::getInstance(); } Rarefact(vector shared, vector disp) : lookup(shared), displays(disp) { m = MothurOut::getInstance(); } @@ -21,7 +21,7 @@ class Rarefact { private: - OrderVector* order; + OrderVector order; vector displays; int numSeqs, numGroupComb, processors; string label; diff --git a/source/read/readblast.cpp b/source/read/readblast.cpp index 84fddcf2..9e7b8db0 100644 --- a/source/read/readblast.cpp +++ b/source/read/readblast.cpp @@ -16,7 +16,7 @@ inline bool compareOverlap(seqDist left, seqDist right){ return (left.dist < right.dist); } /*********************************************************************************************/ -ReadBlast::ReadBlast(string file, float c, float p, int l, bool ms, bool h) : blastfile(file), cutoff(c), penalty(p), length(l), minWanted(ms), hclusterWanted(h) { +ReadBlast::ReadBlast(string file, float c, float p, int l, bool ms) : blastfile(file), cutoff(c), penalty(p), length(l), minWanted(ms) { try { m = MothurOut::getInstance(); matrix = NULL; @@ -53,23 +53,11 @@ int ReadBlast::read(NameAssignment* nameMap) { ofstream outOverlap; //create objects needed for read - if (!hclusterWanted) { - matrix = new SparseDistanceMatrix(); - matrix->resize(nseqs); - }else{ - overlapFile = m->getRootName(blastfile) + "overlap.dist"; - distFile = m->getRootName(blastfile) + "hclusterDists.dist"; - - m->openOutputFile(overlapFile, outOverlap); - m->openOutputFile(distFile, outDist); - } + matrix = new SparseDistanceMatrix(); + matrix->resize(nseqs); - if (m->control_pressed) { - fileHandle.close(); - if (!hclusterWanted) { delete matrix; } - else { outOverlap.close(); m->mothurRemove(overlapFile); outDist.close(); m->mothurRemove(distFile); } - return 0; - } + + if (m->control_pressed) { fileHandle.close(); delete matrix; return 0; } Progress* reading = new Progress("Reading blast: ", nseqs * nseqs); @@ -101,12 +89,8 @@ int ReadBlast::read(NameAssignment* nameMap) { //if there is a valid overlap, add it if ((startRef <= length) && ((endQuery+length) >= lengthThisSeq) && (thisoverlap < cutoff)) { - if (!hclusterWanted) { - seqDist overlapValue(itA->second, itB->second, thisoverlap); - overlap.push_back(overlapValue); - }else { - outOverlap << itA->first << '\t' << itB->first << '\t' << thisoverlap << endl; - } + seqDist overlapValue(itA->second, itB->second, thisoverlap); + overlap.push_back(overlapValue); } } }else { m->mothurOut("Error in your blast file, cannot read."); m->mothurOutEndLine(); exit(1); } @@ -115,13 +99,7 @@ int ReadBlast::read(NameAssignment* nameMap) { //read file while(!fileHandle.eof()){ - if (m->control_pressed) { - fileHandle.close(); - if (!hclusterWanted) { delete matrix; } - else { outOverlap.close(); m->mothurRemove(overlapFile); outDist.close(); m->mothurRemove(distFile); } - delete reading; - return 0; - } + if (m->control_pressed) { fileHandle.close(); delete matrix; delete reading; return 0; } //read in line from file fileHandle >> firstName >> secondName >> percentId >> numBases >> mismatch >> gap >> startQuery >> endQuery >> startRef >> endRef >> eScore >> score; @@ -155,13 +133,9 @@ int ReadBlast::read(NameAssignment* nameMap) { //if there is a valid overlap, add it if ((startRef <= length) && ((endQuery+length) >= lengthThisSeq) && (thisoverlap < cutoff)) { - if (!hclusterWanted) { - seqDist overlapValue(itA->second, itB->second, thisoverlap); - //cout << "overlap = " << itA->second << '\t' << itB->second << '\t' << thisoverlap << endl; - overlap.push_back(overlapValue); - }else { - outOverlap << itA->first << '\t' << itB->first << '\t' << thisoverlap << endl; - } + seqDist overlapValue(itA->second, itB->second, thisoverlap); + //cout << "overlap = " << itA->second << '\t' << itB->second << '\t' << thisoverlap << endl; + overlap.push_back(overlapValue); } } //end else }else { //end row @@ -185,17 +159,13 @@ int ReadBlast::read(NameAssignment* nameMap) { //is this distance below cutoff if (distance < cutoff) { - if (!hclusterWanted) { - if (itA->second < it->first) { - PDistCell value(it->first, distance); - matrix->addCell(itA->second, value); - }else { - PDistCell value(itA->second, distance); - matrix->addCell(it->first, value); - } - }else{ - outDist << itA->first << '\t' << nameMap->get(it->first) << '\t' << distance << endl; - } + if (itA->second < it->first) { + PDistCell value(it->first, distance); + matrix->addCell(itA->second, value); + }else { + PDistCell value(itA->second, distance); + matrix->addCell(it->first, value); + } } //not going to need this again dists[it->first].erase(itDist); @@ -226,12 +196,8 @@ int ReadBlast::read(NameAssignment* nameMap) { //if there is a valid overlap, add it if ((startRef <= length) && ((endQuery+length) >= lengthThisSeq) && (thisoverlap < cutoff)) { - if (!hclusterWanted) { - seqDist overlapValue(itA->second, itB->second, thisoverlap); - overlap.push_back(overlapValue); - }else { - outOverlap << itA->first << '\t' << itB->first << '\t' << thisoverlap << endl; - } + seqDist overlapValue(itA->second, itB->second, thisoverlap); + overlap.push_back(overlapValue); } } }//end if current row @@ -257,17 +223,13 @@ int ReadBlast::read(NameAssignment* nameMap) { //is this distance below cutoff if (distance < cutoff) { - if (!hclusterWanted) { - if (itA->second < it->first) { - PDistCell value(it->first, distance); - matrix->addCell(itA->second, value); - }else { - PDistCell value(itA->second, distance); - matrix->addCell(it->first, value); - } - }else{ - outDist << itA->first << '\t' << nameMap->get(it->first) << '\t' << distance << endl; - } + if (itA->second < it->first) { + PDistCell value(it->first, distance); + matrix->addCell(itA->second, value); + }else { + PDistCell value(itA->second, distance); + matrix->addCell(it->first, value); + } } //not going to need this again dists[it->first].erase(itDist); @@ -279,28 +241,11 @@ int ReadBlast::read(NameAssignment* nameMap) { thisRowsBlastScores.clear(); dists.clear(); - if (m->control_pressed) { - fileHandle.close(); - if (!hclusterWanted) { delete matrix; } - else { outOverlap.close(); m->mothurRemove(overlapFile); outDist.close(); m->mothurRemove(distFile); } - delete reading; - return 0; - } + if (m->control_pressed) { fileHandle.close(); delete matrix; delete reading; return 0; } - if (!hclusterWanted) { - sort(overlap.begin(), overlap.end(), compareOverlap); - }else { - outDist.close(); - outOverlap.close(); - } - - if (m->control_pressed) { - fileHandle.close(); - if (!hclusterWanted) { delete matrix; } - else { m->mothurRemove(overlapFile); m->mothurRemove(distFile); } - delete reading; - return 0; - } + sort(overlap.begin(), overlap.end(), compareOverlap); + + if (m->control_pressed) { fileHandle.close(); delete matrix; delete reading; return 0; } reading->finish(); delete reading; diff --git a/source/read/readblast.h b/source/read/readblast.h index 97ce6c74..70877d8e 100644 --- a/source/read/readblast.h +++ b/source/read/readblast.h @@ -22,7 +22,7 @@ class ReadBlast { public: - ReadBlast(string, float, float, int, bool, bool); //blastfile, cutoff, penalty, length of overlap, min or max bsr, hclusterWanted + ReadBlast(string, float, float, int, bool); //blastfile, cutoff, penalty, length of overlap, min or max bsr ~ReadBlast() {} int read(NameAssignment*); @@ -36,7 +36,6 @@ class ReadBlast { int length; //number of amino acids overlapped float penalty, cutoff; //penalty is used to adjust error rate bool minWanted; //if true choose min bsr, if false choose max bsr - bool hclusterWanted; SparseDistanceMatrix* matrix; vector overlap; diff --git a/source/read/splitmatrix.cpp b/source/read/splitmatrix.cpp index 495af519..5301dc8f 100644 --- a/source/read/splitmatrix.cpp +++ b/source/read/splitmatrix.cpp @@ -560,6 +560,7 @@ int SplitMatrix::splitNames(map& seqGroup, int numGroups, vectorgetline(bigNameFile); m->gobble(bigNameFile); } string name, nameList; + numSingleton = 0; while(!bigNameFile.eof()){ bigNameFile >> name >> nameList; m->getline(bigNameFile); m->gobble(bigNameFile); //extra getline is for rest of countfile line if groups are given. @@ -574,6 +575,7 @@ int SplitMatrix::splitNames(map& seqGroup, int numGroups, vector& seqGroup, int numGroups, vectorgobble(fileHandle); if (!fileHandle.eof()) { //check @@ -610,12 +613,15 @@ int SplitMatrix::splitNames(map& seqGroup, int numGroups, vector> name >> nameList; m->gobble(in); wroteExtra = true; remainingNames << name << '\t' << nameList << endl; + numSingleton++; } in.close(); m->mothurRemove(tempNameFile); + removeDist = true; } } fileHandle.close(); + if (removeDist) { m->mothurRemove(tempDistFile); } } remainingNames.close(); @@ -623,6 +629,7 @@ int SplitMatrix::splitNames(map& seqGroup, int numGroups, vectormothurRemove(singleton); singleton = "none"; + numSingleton = 0; }else if (countfile != "") { //add header ofstream out; @@ -664,13 +671,15 @@ int SplitMatrix::splitNamesVsearch(map& seqGroup, int numGroups, ve m->openInputFile(inputFile, bigNameFile); //grab header line - string headers = ""; - if (countfile != "") { errorMessage = "count"; headers = m->getline(bigNameFile); m->gobble(bigNameFile); } + string headers = ""; bool hasGroups = false; + if (countfile != "") { errorMessage = "count"; headers = m->getline(bigNameFile); m->gobble(bigNameFile); + vector pieces = m->splitWhiteSpace(headers); if (pieces.size() != 2) { hasGroups = true; } } string name, nameList; + numSingleton = 0; while(!bigNameFile.eof()){ - bigNameFile >> name >> nameList; - m->getline(bigNameFile); m->gobble(bigNameFile); //extra getline is for rest of countfile line if groups are given. + bigNameFile >> name >> nameList; m->gobble(bigNameFile); + if (hasGroups) { m->getline(bigNameFile); m->gobble(bigNameFile); } //did this sequence get assigned a group it = seqGroup.find(name); @@ -680,10 +689,13 @@ int SplitMatrix::splitNamesVsearch(map& seqGroup, int numGroups, ve outFile << name << '\t' << nameList << endl; outFile.close(); }else{ - m->mothurOut("[ERROR]: " + name + " is not assigned to a group. This indicates a file mismatch likely caused by forgetting to include the " + errorMessage + " file on a remove.seqs or remove.lineage command. Please correct.\n"); m->control_pressed = true; + wroteExtra = true; + remainingNames << name << '\t' << nameList << endl; + numSingleton++; } } bigNameFile.close(); + for(int i=0;i& seqGroup, int numGroups, ve in >> name >> nameList; m->gobble(in); wroteExtra = true; remainingNames << name << '\t' << nameList << endl; + numSingleton++; } in.close(); m->mothurRemove(tempNameFile); @@ -730,6 +743,7 @@ int SplitMatrix::splitNamesVsearch(map& seqGroup, int numGroups, ve if (!wroteExtra) { m->mothurRemove(singleton); singleton = "none"; + numSingleton = 0; }else if (countfile != "") { //add header ofstream out; diff --git a/source/read/splitmatrix.h b/source/read/splitmatrix.h index fa59984f..71fcea72 100644 --- a/source/read/splitmatrix.h +++ b/source/read/splitmatrix.h @@ -26,6 +26,7 @@ class SplitMatrix { int split(); vector< map > getDistanceFiles(); //returns map of distance files -> namefile sorted by distance file size string getSingletonNames() { return singleton; } //returns namesfile containing singletons + long long getNumSingleton() { return numSingleton; } //returns namesfile containing singletons private: MothurOut* m; @@ -34,7 +35,8 @@ class SplitMatrix { vector< map< string, string> > dists; float cutoff, distCutoff; bool large, classic; - int processors; + int processors; + long long numSingleton; int splitDistance(); int splitClassify(); diff --git a/source/sharedutilities.cpp b/source/sharedutilities.cpp index d9891db7..df75eb26 100644 --- a/source/sharedutilities.cpp +++ b/source/sharedutilities.cpp @@ -79,7 +79,7 @@ void SharedUtil::getSharedVectorswithReplacement(vector Groups, vectorgetRandomIndex(i); individual chosen = order->get(random); int abundance; diff --git a/source/singlelinkage.cpp b/source/singlelinkage.cpp index ccea874f..2c2cba53 100644 --- a/source/singlelinkage.cpp +++ b/source/singlelinkage.cpp @@ -1,5 +1,4 @@ -#include "mothur.h" #include "cluster.hpp" diff --git a/source/subsample.cpp b/source/subsample.cpp index 538d5c34..940a4bd8 100644 --- a/source/subsample.cpp +++ b/source/subsample.cpp @@ -35,7 +35,7 @@ Tree* SubSample::getSample(Tree* T, CountTable* ct, CountTable* newCt, int size) int num = ct->getGroupCount(names[j], Groups[i]); for (int k = 0; k < num; k++) { random.push_back(j); } } - random_shuffle(random.begin(), random.end()); + m->mothurRandomShuffle(random); vector sampleRandoms; sampleRandoms.resize(names.size(), 0); for (int j = 0; j < size; j++) { sampleRandoms[random[j]]++; } @@ -119,13 +119,9 @@ vector SubSample::getSample(vector& thislookup, int string thisgroup = thislookup[i]->getGroup(); - OrderVector order; - for(int p=0;pgetAbundance(p);j++){ - order.push_back(p); - } - } - random_shuffle(order.begin(), order.end()); + OrderVector order = thislookup[i]->getOrderVector(NULL); + + m->mothurRandomShuffle(order); SharedRAbundVector* temp = new SharedRAbundVector(numBins); temp->setLabel(thislookup[i]->getLabel()); @@ -225,39 +221,33 @@ int SubSample::eliminateZeroOTUS(vector& thislookup) { int SubSample::getSample(SAbundVector*& sabund, int size) { try { - OrderVector* order = new OrderVector(); - *order = sabund->getOrderVector(NULL); - - int numBins = order->getNumBins(); - int thisSize = order->getNumSeqs(); + int numBins = sabund->getNumBins(); + int thisSize = sabund->getNumSeqs(); + + OrderVector order = sabund->getOrderVector(); if (thisSize > size) { - random_shuffle(order->begin(), order->end()); + m->mothurRandomShuffle(order); - RAbundVector* rabund = new RAbundVector(numBins); - rabund->setLabel(order->getLabel()); + RAbundVector rabund(numBins); + rabund.setLabel(sabund->getLabel()); for (int j = 0; j < size; j++) { - if (m->control_pressed) { delete order; delete rabund; return 0; } + if (m->control_pressed) { return 0; } - int bin = order->get(j); - - int abund = rabund->get(bin); - rabund->set(bin, (abund+1)); + int abund = rabund.get(order.get(j)); + rabund.set(order.get(j), (abund+1)); } - + delete sabund; sabund = new SAbundVector(); - *sabund = rabund->getSAbundVector(); - delete rabund; + *sabund = rabund.getSAbundVector(); }else if (thisSize < size) { m->mothurOut("[ERROR]: The size you requested is larger than the number of sequences in the sabund vector. You requested " + toString(size) + " and you only have " + toString(thisSize) + " seqs in your sabund vector.\n"); m->control_pressed = true; } if (m->control_pressed) { return 0; } - delete order; - return 0; } @@ -286,7 +276,7 @@ CountTable SubSample::getSample(CountTable& ct, int size, vector Groups) for (int k = 0; k < num; k++) { allNames.push_back(names[j]); } } - random_shuffle(allNames.begin(), allNames.end()); + m->mothurRandomShuffle(allNames); if (allNames.size() < size) { m->mothurOut("[ERROR]: You have selected a size that is larger than "+Groups[i]+" number of sequences.\n"); m->control_pressed = true; } else{ @@ -352,7 +342,7 @@ CountTable SubSample::getSample(CountTable& ct, int size, vector Groups, } } - random_shuffle(allNames.begin(), allNames.end()); + m->mothurRandomShuffle(allNames); if (allNames.size() < size) { if (pickedGroups) { m->mothurOut("[ERROR]: You have selected a size that is larger than the number of sequences.\n"); } @@ -396,7 +386,7 @@ CountTable SubSample::getSample(CountTable& ct, int size, vector Groups, if (allNames.size() < size) { m->mothurOut("[ERROR]: You have selected a size that is larger than the number of sequences.\n"); m->control_pressed = true; return sampledCt; } else { - random_shuffle(allNames.begin(), allNames.end()); + m->mothurRandomShuffle(allNames); for (int j = 0; j < size; j++) { if (m->control_pressed) { return sampledCt; } diff --git a/source/subsample.h b/source/subsample.h index fdf8576f..ebb5dc18 100644 --- a/source/subsample.h +++ b/source/subsample.h @@ -15,14 +15,6 @@ #include "tree.h" #include "counttable.h" -struct item { - string name; - string group; - - item() {} - item(string n, string g) : name(n), group(g) {} - ~item() {} -}; //subsampling overwrites the sharedRabunds. If you need to reuse the original use the getSamplePreserve function. diff --git a/source/trimoligos.cpp b/source/trimoligos.cpp index 7e0321ba..64096a3b 100644 --- a/source/trimoligos.cpp +++ b/source/trimoligos.cpp @@ -24,6 +24,7 @@ TrimOligos::TrimOligos(int p, int b, int l, int s, map pr, map pr, map< bdiffs = b; ldiffs = l; sdiffs = s; + rdiffs = 0; paired = true; hasIndex = hi; @@ -138,12 +140,13 @@ TrimOligos::TrimOligos(int p, int b, int l, int s, map pr, map< } /********************************************************************/ //strip, pdiffs, bdiffs, primers, barcodes, revPrimers -TrimOligos::TrimOligos(int p, int b, map pr, map br, vector r){ +TrimOligos::TrimOligos(int p, int rd, int b, map pr, map br, vector r){ try { m = MothurOut::getInstance(); pdiffs = p; bdiffs = b; + rdiffs = rd; barcodes = br; primers = pr; @@ -282,7 +285,7 @@ vector TrimOligos::findReverse(Sequence& seq, int& primerStart, int& primer string rawSequence = seq.getUnaligned(); int maxRevPrimerLength = revPrimer[0].length(); vector success; - success.push_back(pdiffs + 1000); //guilty until proven innocent + success.push_back(rdiffs + 1000); //guilty until proven innocent success.push_back(1e6); //no matches found for(int i=0;i TrimOligos::findReverse(Sequence& seq, int& primerStart, int& primer } //cout << maxRevPrimerLength << endl; //if you found the barcode or if you don't want to allow for diffs - if ((pdiffs == 0) || (success[0] == 0)) { return success; } + if ((rdiffs == 0) || (success[0] == 0)) { return success; } else { //try aligning and see if you can find it Alignment* alignment; - if (revPrimer.size() > 0) { alignment = new NeedlemanOverlap(-1.0, 1.0, -1.0, (maxRevPrimerLength+pdiffs+1)); } + if (revPrimer.size() > 0) { alignment = new NeedlemanOverlap(-1.0, 1.0, -1.0, (maxRevPrimerLength+rdiffs+1)); } else{ alignment = NULL; } //can you find the revPrimer @@ -324,15 +327,15 @@ vector TrimOligos::findReverse(Sequence& seq, int& primerStart, int& primer for(int i=0;ifirst; + reverseSeq.setUnaligned(rawRSequence.substr(roligo.length())); //trim reverse + success[0] = 0; success[1] = 0; success[2] = 0; success[3] = 0; + break; + } + }else if (roligo == "NONE") { + if (compareDNASeq(foligo, rawFSequence.substr(0,foligo.length()))) { + group = it->first; + forwardSeq.setUnaligned(rawFSequence.substr(foligo.length())); //trim forward + success[0] = 0; success[1] = 0; success[2] = 0; success[3] = 0; + break; + } + }else if((compareDNASeq(foligo, rawFSequence.substr(0,foligo.length()))) && (compareDNASeq(roligo, rawRSequence.substr(0,roligo.length())))) { group = it->first; forwardSeq.setUnaligned(rawFSequence.substr(foligo.length())); reverseSeq.setUnaligned(rawRSequence.substr(roligo.length())); @@ -585,46 +602,53 @@ vector TrimOligos::stripBarcode(Sequence& forwardSeq, Sequence& reverseSeq, success[1] = bdiffs + 1000; //if the sequence is shorter than the barcode then bail out break; } - //cout << "before = " << oligo << '\t' << rawFSequence.substr(0,oligo.length()+bdiffs) << endl; - //use needleman to align first barcode.length()+numdiffs of sequence to each barcode - alignment->alignPrimer(oligo, rawFSequence.substr(0,oligo.length()+bdiffs)); - oligo = alignment->getSeqAAln(); - string temp = alignment->getSeqBAln(); - - int alnLength = oligo.length(); - - for(int i=oligo.length()-1;i>=0;i--){ if(oligo[i] != '-'){ alnLength = i+1; break; } } - oligo = oligo.substr(0,alnLength); - temp = temp.substr(0,alnLength); - int numDiff = countDiffs(oligo, temp); - - if (m->debug) { m->mothurOut("[DEBUG]: forward " + forwardSeq.getName() + " aligned fragment=" + temp + ", barcode=" + oligo + ", numDiffs=" + toString(numDiff) + ".\n"); } - if (alnLength == 0) { numDiff = bdiffs + 1000; } - //cout << "after = " << oligo << '\t' << temp << '\t' << numDiff << endl; - - if(numDiff < minDiff){ - minDiff = numDiff; - minCount = 1; - minFGroup.clear(); - minFGroup.push_back(it->second); - int tempminFPos = 0; - minFPos.clear(); - for(int i=0;ialignPrimer(oligo, rawRSequence.substr(0,oligo.length()+bdiffs)); + oligo = alignment->getSeqAAln(); + string temp = alignment->getSeqBAln(); + + int alnLength = oligo.length(); + for(int i=oligo.length()-1;i>=0;i--){ if(oligo[i] != '-'){ alnLength = i+1; break; } } + oligo = oligo.substr(0,alnLength); + temp = temp.substr(0,alnLength); + int numDiff = countDiffs(oligo, temp); + + if (m->debug) { m->mothurOut("[DEBUG]: reverse " + forwardSeq.getName() + " aligned fragment=" + temp + ", barcode=" + oligo + ", numDiffs=" + toString(numDiff) + ".\n"); } + + if (alnLength == 0) { numDiff = bdiffs + 1000; } + + //cout << "after = " << oligo << '\t' << temp << '\t' << numDiff << endl; + if(numDiff < minDiff){ + minDiff = numDiff; + minCount = 1; + minRGroup.clear(); + minRGroup.push_back(it->second); + int tempminRPos = 0; + minRPos.clear(); + for(int i=0;isecond); } - minRPos.push_back(tempminRPos); + }else { //is a match + minRPos.push_back(0); minRGroup.push_back(it->second); + minDiff = 0; } } @@ -768,7 +798,27 @@ vector TrimOligos::stripBarcode(Sequence& forwardSeq, Sequence& reverseSeq, break; } - if((compareDNASeq(foligo, rawFSequence.substr(0,foligo.length()))) && (compareDNASeq(roligo, rawRSequence.substr(0,roligo.length())))) { + if (foligo == "NONE") { + if (compareDNASeq(roligo, rawRSequence.substr(0,roligo.length()))) { + group = it->first; + if (!hasIndex) { //if you are using index file then just matching + reverseSeq.setUnaligned(rawRSequence.substr(roligo.length())); //trim reverse + reverseQual.trimQScores(roligo.length(), -1); + } + success[0] = 0; success[1] = 0; success[2] = 0; success[3] = 0; + break; + } + }else if (roligo == "NONE") { + if (compareDNASeq(foligo, rawFSequence.substr(0,foligo.length()))) { + group = it->first; + if (!hasIndex) { //if you are using index file then just matching + forwardSeq.setUnaligned(rawFSequence.substr(foligo.length())); //trim forward + forwardQual.trimQScores(foligo.length(), -1); + } + success[0] = 0; success[1] = 0; success[2] = 0; success[3] = 0; + break; + } + }else if((compareDNASeq(foligo, rawFSequence.substr(0,foligo.length()))) && (compareDNASeq(roligo, rawRSequence.substr(0,roligo.length())))) { group = it->first; if (!hasIndex) { //if you are using index file then just matching forwardSeq.setUnaligned(rawFSequence.substr(foligo.length())); @@ -816,44 +866,50 @@ vector TrimOligos::stripBarcode(Sequence& forwardSeq, Sequence& reverseSeq, success[1] = bdiffs + 1000; //if the sequence is shorter than the barcode then bail out break; } - //cout << "before = " << oligo << '\t' << rawFSequence.substr(0,oligo.length()+bdiffs) << endl; - //use needleman to align first barcode.length()+numdiffs of sequence to each barcode - alignment->alignPrimer(oligo, rawFSequence.substr(0,oligo.length()+bdiffs)); - oligo = alignment->getSeqAAln(); - string temp = alignment->getSeqBAln(); - - int alnLength = oligo.length(); - - for(int i=oligo.length()-1;i>=0;i--){ if(oligo[i] != '-'){ alnLength = i+1; break; } } - oligo = oligo.substr(0,alnLength); - temp = temp.substr(0,alnLength); - int numDiff = countDiffs(oligo, temp); - - if (alnLength == 0) { numDiff = bdiffs + 1000; } - if (m->debug) { m->mothurOut("[DEBUG]: forward " + forwardSeq.getName() + " aligned fragment=" + temp + ", barcode=" + oligo + ", numDiffs=" + toString(numDiff) + ".\n"); } - - if(numDiff < minDiff){ - minDiff = numDiff; - minCount = 1; - minFGroup.clear(); - minFGroup.push_back(it->second); - int tempminFPos = 0; - minFPos.clear(); - for(int i=0;isecond); + int tempminFPos = 0; + minFPos.clear(); + for(int i=0;isecond); - int tempminFPos = 0; - for(int i=0;isecond); + int tempminFPos = 0; + for(int i=0;isecond); + minFPos.push_back(0); + minDiff = 0; } } @@ -883,43 +939,49 @@ vector TrimOligos::stripBarcode(Sequence& forwardSeq, Sequence& reverseSeq, break; } - //use needleman to align first barcode.length()+numdiffs of sequence to each barcode - alignment->alignPrimer(oligo, rawRSequence.substr(0,oligo.length()+bdiffs)); - oligo = alignment->getSeqAAln(); - string temp = alignment->getSeqBAln(); - - int alnLength = oligo.length(); - for(int i=oligo.length()-1;i>=0;i--){ if(oligo[i] != '-'){ alnLength = i+1; break; } } - oligo = oligo.substr(0,alnLength); - temp = temp.substr(0,alnLength); - int numDiff = countDiffs(oligo, temp); - if (alnLength == 0) { numDiff = bdiffs + 1000; } - - if (m->debug) { m->mothurOut("[DEBUG]: reverse " + reverseSeq.getName() + " aligned fragment=" + temp + ", barcode=" + oligo + ", numDiffs=" + toString(numDiff) + ".\n"); } - - //cout << "after = " << oligo << '\t' << temp << '\t' << numDiff << endl; - if(numDiff < minDiff){ - minDiff = numDiff; - minCount = 1; - minRGroup.clear(); - minRGroup.push_back(it->second); - int tempminRPos = 0; - minRPos.clear(); - for(int i=0;ialignPrimer(oligo, rawRSequence.substr(0,oligo.length()+bdiffs)); + oligo = alignment->getSeqAAln(); + string temp = alignment->getSeqBAln(); + + int alnLength = oligo.length(); + for(int i=oligo.length()-1;i>=0;i--){ if(oligo[i] != '-'){ alnLength = i+1; break; } } + oligo = oligo.substr(0,alnLength); + temp = temp.substr(0,alnLength); + int numDiff = countDiffs(oligo, temp); + if (alnLength == 0) { numDiff = bdiffs + 1000; } + + if (m->debug) { m->mothurOut("[DEBUG]: reverse " + reverseSeq.getName() + " aligned fragment=" + temp + ", barcode=" + oligo + ", numDiffs=" + toString(numDiff) + ".\n"); } + + //cout << "after = " << oligo << '\t' << temp << '\t' << numDiff << endl; + if(numDiff < minDiff){ + minDiff = numDiff; + minCount = 1; + minRGroup.clear(); + minRGroup.push_back(it->second); + int tempminRPos = 0; + minRPos.clear(); + for(int i=0;isecond); } - minRPos.push_back(tempminRPos); + }else { //is a match + minRPos.push_back(0); minRGroup.push_back(it->second); + minDiff = 0; } } @@ -1010,7 +1072,23 @@ vector TrimOligos::stripPairedBarcode(Sequence& seq, QualityScores& qual, i break; } - if((compareDNASeq(foligo, rawSeq.substr(0,foligo.length()))) && (compareDNASeq(roligo, rawSeq.substr(rawSeq.length()-roligo.length(),roligo.length())))) { + if (foligo == "NONE") { + if (compareDNASeq(roligo, rawSeq.substr(rawSeq.length()-roligo.length(),roligo.length()))) { + group = it->first; + seq.setUnaligned(rawSeq.substr(0, (rawSeq.length()-roligo.length()))); //trim reverse + if(qual.getName() != ""){ qual.trimQScores(-1, rawSeq.length()-roligo.length()); } + success[0] = 0; success[1] = 0; success[2] = 0; success[3] = 0; + break; + } + }else if (roligo == "NONE") { + if (compareDNASeq(foligo, rawSeq.substr(0,foligo.length()))) { + group = it->first; + seq.setUnaligned(rawSeq.substr(foligo.length())); //trim forward + if(qual.getName() != ""){ qual.trimQScores(foligo.length(), -1); } + success[0] = 0; success[1] = 0; success[2] = 0; success[3] = 0; + break; + } + }else if((compareDNASeq(foligo, rawSeq.substr(0,foligo.length()))) && (compareDNASeq(roligo, rawSeq.substr(rawSeq.length()-roligo.length(),roligo.length())))) { group = it->first; string trimmedSeq = rawSeq.substr(foligo.length()); //trim forward barcode seq.setUnaligned(trimmedSeq.substr(0,(trimmedSeq.length()-roligo.length()))); //trim reverse barcode @@ -1059,43 +1137,49 @@ vector TrimOligos::stripPairedBarcode(Sequence& seq, QualityScores& qual, i break; } //cout << "before = " << oligo << '\t' << rawSeq.substr(0,oligo.length()+bdiffs) << endl; - //use needleman to align first barcode.length()+numdiffs of sequence to each barcode - alignment->alignPrimer(oligo, rawSeq.substr(0,oligo.length()+bdiffs)); - oligo = alignment->getSeqAAln(); - string temp = alignment->getSeqBAln(); - - int alnLength = oligo.length(); - - for(int i=oligo.length()-1;i>=0;i--){ if(oligo[i] != '-'){ alnLength = i+1; break; } } - oligo = oligo.substr(0,alnLength); - temp = temp.substr(0,alnLength); - int numDiff = countDiffs(oligo, temp); - - if (alnLength == 0) { numDiff = bdiffs + 1000; } - //cout << "after = " << oligo << '\t' << temp << '\t' << numDiff << endl; - - if(numDiff < minDiff){ - minDiff = numDiff; - minCount = 1; - minFGroup.clear(); - minFGroup.push_back(it->second); - int tempminFPos = 0; - minFPos.clear(); - for(int i=0;ialignPrimer(oligo, rawSeq.substr(0,oligo.length()+bdiffs)); + oligo = alignment->getSeqAAln(); + string temp = alignment->getSeqBAln(); + + int alnLength = oligo.length(); + + for(int i=oligo.length()-1;i>=0;i--){ if(oligo[i] != '-'){ alnLength = i+1; break; } } + oligo = oligo.substr(0,alnLength); + temp = temp.substr(0,alnLength); + int numDiff = countDiffs(oligo, temp); + + if (alnLength == 0) { numDiff = bdiffs + 1000; } + //cout << "after = " << oligo << '\t' << temp << '\t' << numDiff << endl; + + if(numDiff < minDiff){ + minDiff = numDiff; + minCount = 1; + minFGroup.clear(); + minFGroup.push_back(it->second); + int tempminFPos = 0; + minFPos.clear(); + for(int i=0;isecond); - int tempminFPos = 0; - for(int i=0;isecond); + int tempminFPos = 0; + for(int i=0;isecond); + minFPos.push_back(0); + minDiff = 0; } } @@ -1122,7 +1206,8 @@ vector TrimOligos::stripPairedBarcode(Sequence& seq, QualityScores& qual, i string rawRSequence = reverseOligo(seq.getUnaligned()); //cout << irbarcodes.size() << '\t' << maxRBarcodeLength << endl; for(map >::iterator it=irbarcodes.begin();it!=irbarcodes.end();it++){ - string oligo = reverseOligo(it->first); + string oligo = it->first; + if (oligo != "NONE") { oligo = reverseOligo(oligo); } //cout << "r before = " << reverseOligo(oligo) << '\t' << reverseOligo(rawRSequence.substr(0,oligo.length()+bdiffs)) << endl; if(rawRSequence.length() < maxRBarcodeLength){ //let's just assume that the barcodes are the same length success[2] = rawRSequence.length(); @@ -1130,47 +1215,49 @@ vector TrimOligos::stripPairedBarcode(Sequence& seq, QualityScores& qual, i break; } - //use needleman to align first barcode.length()+numdiffs of sequence to each barcode - alignment->alignPrimer(oligo, rawRSequence.substr(0,oligo.length()+bdiffs)); - oligo = alignment->getSeqAAln(); - string temp = alignment->getSeqBAln(); - - int alnLength = oligo.length(); - for(int i=oligo.length()-1;i>=0;i--){ if(oligo[i] != '-'){ alnLength = i+1; break; } } - oligo = oligo.substr(0,alnLength); - temp = temp.substr(0,alnLength); - int numDiff = countDiffs(oligo, temp); - if (alnLength == 0) { numDiff = bdiffs + 1000; } - - //cout << "r after = " << reverseOligo(oligo) << '\t' << reverseOligo(temp) << '\t' << numDiff << endl; - if(numDiff < minDiff){ - minDiff = numDiff; - minCount = 1; - minRGroup.clear(); - minRGroup.push_back(it->second); - int tempminRPos = 0; - minRPos.clear(); - for(int i=0;ialignPrimer(oligo, rawRSequence.substr(0,oligo.length()+bdiffs)); + oligo = alignment->getSeqAAln(); + string temp = alignment->getSeqBAln(); + + int alnLength = oligo.length(); + for(int i=oligo.length()-1;i>=0;i--){ if(oligo[i] != '-'){ alnLength = i+1; break; } } + oligo = oligo.substr(0,alnLength); + temp = temp.substr(0,alnLength); + int numDiff = countDiffs(oligo, temp); + if (alnLength == 0) { numDiff = bdiffs + 1000; } + + //cout << "r after = " << reverseOligo(oligo) << '\t' << reverseOligo(temp) << '\t' << numDiff << endl; + if(numDiff < minDiff){ + minDiff = numDiff; + minCount = 1; + minRGroup.clear(); + minRGroup.push_back(it->second); + int tempminRPos = 0; + minRPos.clear(); + for(int i=0;isecond); } - minRPos.push_back(tempminRPos); + }else { //is a match + minRPos.push_back(0); minRGroup.push_back(it->second); + minDiff = 0; } - } - - - if(minDiff > bdiffs) { success[2] = minDiff; success[3] = 1e6; } //no good matches else { @@ -1264,7 +1351,27 @@ vector TrimOligos::stripPairedPrimers(Sequence& seq, QualityScores& qual, i break; } - if((compareDNASeq(foligo, rawSeq.substr(0,foligo.length()))) && (compareDNASeq(roligo, rawSeq.substr(rawSeq.length()-roligo.length(),roligo.length())))) { + if (foligo == "NONE") { + if (compareDNASeq(roligo, rawSeq.substr(rawSeq.length()-roligo.length(),roligo.length()))) { + group = it->first; + if (!keepForward) { + seq.setUnaligned(rawSeq.substr(0, (rawSeq.length()-roligo.length()))); //trim reverse + if(qual.getName() != ""){ qual.trimQScores(-1, rawSeq.length()-roligo.length()); } + } + success[0] = 0; success[1] = 0; success[2] = 0; success[3] = 0; + break; + } + }else if (roligo == "NONE") { + if (compareDNASeq(foligo, rawSeq.substr(0,foligo.length()))) { + group = it->first; + if (!keepForward) { + seq.setUnaligned(rawSeq.substr(foligo.length())); //trim forward + if(qual.getName() != ""){ qual.trimQScores(foligo.length(), -1); } + } + success[0] = 0; success[1] = 0; success[2] = 0; success[3] = 0; + break; + } + }else if((compareDNASeq(foligo, rawSeq.substr(0,foligo.length()))) && (compareDNASeq(roligo, rawSeq.substr(rawSeq.length()-roligo.length(),roligo.length())))) { group = it->first; if (!keepForward) { string trimmedSeq = rawSeq.substr(foligo.length()); //trim forward barcode @@ -1315,49 +1422,56 @@ vector TrimOligos::stripPairedPrimers(Sequence& seq, QualityScores& qual, i break; } //cout << "before = " << oligo << '\t' << rawSeq.substr(0,oligo.length()+pdiffs) << endl; - //use needleman to align first barcode.length()+numdiffs of sequence to each barcode - alignment->alignPrimer(oligo, rawSeq.substr(0,oligo.length()+pdiffs)); - oligo = alignment->getSeqAAln(); - string temp = alignment->getSeqBAln(); - -// cout << endl; -// cout << oligo << endl; -// cout << temp << endl; -// cout << endl; - - int alnLength = oligo.length(); - - for(int i=oligo.length()-1;i>=0;i--){ if(oligo[i] != '-'){ alnLength = i+1; break; } } - oligo = oligo.substr(0,alnLength); - temp = temp.substr(0,alnLength); - int numDiff = countDiffs(oligo, temp); - - if (alnLength == 0) { numDiff = pdiffs + 1000; } - //cout << "after = " << oligo << '\t' << temp << '\t' << numDiff << endl; - - if(numDiff < minDiff){ - minDiff = numDiff; - minCount = 1; - minFGroup.clear(); - minFGroup.push_back(it->second); - int tempminFPos = 0; - minFPos.clear(); - for(int i=0;ialignPrimer(oligo, rawSeq.substr(0,oligo.length()+pdiffs)); + oligo = alignment->getSeqAAln(); + string temp = alignment->getSeqBAln(); + + // cout << endl; + // cout << oligo << endl; + // cout << temp << endl; + // cout << endl; + + int alnLength = oligo.length(); + + for(int i=oligo.length()-1;i>=0;i--){ if(oligo[i] != '-'){ alnLength = i+1; break; } } + oligo = oligo.substr(0,alnLength); + temp = temp.substr(0,alnLength); + int numDiff = countDiffs(oligo, temp); + + if (alnLength == 0) { numDiff = pdiffs + 1000; } + //cout << "after = " << oligo << '\t' << temp << '\t' << numDiff << endl; + + if(numDiff < minDiff){ + minDiff = numDiff; + minCount = 1; + minFGroup.clear(); + minFGroup.push_back(it->second); + int tempminFPos = 0; + minFPos.clear(); + for(int i=0;isecond); - int tempminFPos = 0; - for(int i=0;isecond); + int tempminFPos = 0; + for(int i=0;isecond); + minFPos.push_back(0); + minDiff = 0; } + } fMinDiff = minDiff; @@ -1382,7 +1496,8 @@ vector TrimOligos::stripPairedPrimers(Sequence& seq, QualityScores& qual, i string rawRSequence = reverseOligo(seq.getUnaligned()); for(map >::iterator it=irprimers.begin();it!=irprimers.end();it++){ - string oligo = reverseOligo(it->first); + string oligo = it->first; + if (oligo != "NONE") { oligo = reverseOligo(oligo); } //cout << "r before = " << reverseOligo(oligo) << '\t' << reverseOligo(rawRSequence.substr(0,oligo.length()+pdiffs)) << endl; if(rawRSequence.length() < maxRPrimerLength){ //let's just assume that the barcodes are the same length success[2] = rawRSequence.length(); @@ -1390,48 +1505,53 @@ vector TrimOligos::stripPairedPrimers(Sequence& seq, QualityScores& qual, i break; } - //use needleman to align first barcode.length()+numdiffs of sequence to each barcode - alignment->alignPrimer(oligo, rawRSequence.substr(0,oligo.length()+pdiffs)); - oligo = alignment->getSeqAAln(); - string temp = alignment->getSeqBAln(); - -// cout << endl; -// cout << oligo << endl; -// cout << temp << endl; -// cout << endl; - - int alnLength = oligo.length(); - for(int i=oligo.length()-1;i>=0;i--){ if(oligo[i] != '-'){ alnLength = i+1; break; } } - oligo = oligo.substr(0,alnLength); - temp = temp.substr(0,alnLength); - int numDiff = countDiffs(oligo, temp); - if (alnLength == 0) { numDiff = pdiffs + 1000; } - - //cout << "r after = " << reverseOligo(oligo) << '\t' << reverseOligo(temp) << '\t' << numDiff << endl; - if(numDiff < minDiff){ - minDiff = numDiff; - minCount = 1; - minRGroup.clear(); - minRGroup.push_back(it->second); - int tempminRPos = 0; - minRPos.clear(); - for(int i=0;ialignPrimer(oligo, rawRSequence.substr(0,oligo.length()+pdiffs)); + oligo = alignment->getSeqAAln(); + string temp = alignment->getSeqBAln(); + + // cout << endl; + // cout << oligo << endl; + // cout << temp << endl; + // cout << endl; + + int alnLength = oligo.length(); + for(int i=oligo.length()-1;i>=0;i--){ if(oligo[i] != '-'){ alnLength = i+1; break; } } + oligo = oligo.substr(0,alnLength); + temp = temp.substr(0,alnLength); + int numDiff = countDiffs(oligo, temp); + if (alnLength == 0) { numDiff = pdiffs + 1000; } + + //cout << "r after = " << reverseOligo(oligo) << '\t' << reverseOligo(temp) << '\t' << numDiff << endl; + if(numDiff < minDiff){ + minDiff = numDiff; + minCount = 1; + minRGroup.clear(); + minRGroup.push_back(it->second); + int tempminRPos = 0; + minRPos.clear(); + for(int i=0;isecond); } - minRPos.push_back(tempminRPos); + }else { //is a match + minRPos.push_back(0); minRGroup.push_back(it->second); + minDiff = 0; } - } if(minDiff > pdiffs) { success[2] = minDiff; success[3] = 1e6; } //no good matches @@ -1518,7 +1638,23 @@ vector TrimOligos::stripForward(Sequence& forwardSeq, Sequence& reverseSeq, break; } - if((compareDNASeq(foligo, rawFSequence.substr(0,foligo.length()))) && (compareDNASeq(roligo, rawRSequence.substr(0,roligo.length())))) { + if (foligo == "NONE") { + if (compareDNASeq(roligo, rawRSequence.substr(0,roligo.length()))) { + group = it->first; + reverseSeq.setUnaligned(rawRSequence.substr(roligo.length())); //trim reverse + reverseQual.trimQScores(roligo.length(), -1); + success[0] = 0; success[1] = 0; success[2] = 0; success[3] = 0; + break; + } + }else if (roligo == "NONE") { + if (compareDNASeq(foligo, rawFSequence.substr(0,foligo.length()))) { + group = it->first; + forwardSeq.setUnaligned(rawFSequence.substr(foligo.length())); //trim forward + forwardQual.trimQScores(foligo.length(), -1); + success[0] = 0; success[1] = 0; success[2] = 0; success[3] = 0; + break; + } + }else if((compareDNASeq(foligo, rawFSequence.substr(0,foligo.length()))) && (compareDNASeq(roligo, rawRSequence.substr(0,roligo.length())))) { group = it->first; forwardSeq.setUnaligned(rawFSequence.substr(foligo.length())); reverseSeq.setUnaligned(rawRSequence.substr(roligo.length())); @@ -1565,45 +1701,51 @@ vector TrimOligos::stripForward(Sequence& forwardSeq, Sequence& reverseSeq, break; } //cout << "before = " << oligo << '\t' << rawFSequence.substr(0,oligo.length()+pdiffs) << endl; - //use needleman to align first barcode.length()+numdiffs of sequence to each barcode - alignment->alignPrimer(oligo, rawFSequence.substr(0,oligo.length()+pdiffs)); - oligo = alignment->getSeqAAln(); - string temp = alignment->getSeqBAln(); - - int alnLength = oligo.length(); - - for(int i=oligo.length()-1;i>=0;i--){ if(oligo[i] != '-'){ alnLength = i+1; break; } } - oligo = oligo.substr(0,alnLength); - temp = temp.substr(0,alnLength); - int numDiff = countDiffs(oligo, temp); - - if (alnLength == 0) { numDiff = pdiffs + 1000; } - //cout << "after = " << oligo << '\t' << temp << '\t' << numDiff << endl; - - if (m->debug) { m->mothurOut("[DEBUG]: forward " + forwardSeq.getName() + " aligned fragment=" + temp + ", primer=" + oligo + ", numDiffs=" + toString(numDiff) + ".\n"); } - - if(numDiff < minDiff){ - minDiff = numDiff; - minCount = 1; - minFGroup.clear(); - minFGroup.push_back(it->second); - int tempminFPos = 0; - minFPos.clear(); - for(int i=0;ialignPrimer(oligo, rawFSequence.substr(0,oligo.length()+pdiffs)); + oligo = alignment->getSeqAAln(); + string temp = alignment->getSeqBAln(); + + int alnLength = oligo.length(); + + for(int i=oligo.length()-1;i>=0;i--){ if(oligo[i] != '-'){ alnLength = i+1; break; } } + oligo = oligo.substr(0,alnLength); + temp = temp.substr(0,alnLength); + int numDiff = countDiffs(oligo, temp); + + if (alnLength == 0) { numDiff = pdiffs + 1000; } + //cout << "after = " << oligo << '\t' << temp << '\t' << numDiff << endl; + + if (m->debug) { m->mothurOut("[DEBUG]: forward " + forwardSeq.getName() + " aligned fragment=" + temp + ", primer=" + oligo + ", numDiffs=" + toString(numDiff) + ".\n"); } + + if(numDiff < minDiff){ + minDiff = numDiff; + minCount = 1; + minFGroup.clear(); + minFGroup.push_back(it->second); + int tempminFPos = 0; + minFPos.clear(); + for(int i=0;isecond); - int tempminFPos = 0; - for(int i=0;isecond); + int tempminFPos = 0; + for(int i=0;isecond); + minFPos.push_back(0); + minDiff = 0; } } @@ -1615,7 +1757,7 @@ vector TrimOligos::stripForward(Sequence& forwardSeq, Sequence& reverseSeq, //check for reverse match if (alignment != NULL) { delete alignment; } - if (irbarcodes.size() > 0) { alignment = new NeedlemanOverlap(-1.0, 1.0, -1.0, (maxRPrimerLength+pdiffs+1)); } + if (irprimers.size() > 0) { alignment = new NeedlemanOverlap(-1.0, 1.0, -1.0, (maxRPrimerLength+pdiffs+1)); } else{ alignment = NULL; } //can you find the barcode @@ -1633,45 +1775,50 @@ vector TrimOligos::stripForward(Sequence& forwardSeq, Sequence& reverseSeq, break; } - //use needleman to align first barcode.length()+numdiffs of sequence to each barcode - alignment->alignPrimer(oligo, rawRSequence.substr(0,oligo.length()+pdiffs)); - oligo = alignment->getSeqAAln(); - string temp = alignment->getSeqBAln(); - - int alnLength = oligo.length(); - for(int i=oligo.length()-1;i>=0;i--){ if(oligo[i] != '-'){ alnLength = i+1; break; } } - oligo = oligo.substr(0,alnLength); - temp = temp.substr(0,alnLength); - int numDiff = countDiffs(oligo, temp); - if (alnLength == 0) { numDiff = pdiffs + 1000; } - - if (m->debug) { m->mothurOut("[DEBUG]: reverse " + forwardSeq.getName() + " aligned fragment=" + temp + ", primer=" + oligo + ", numDiffs=" + toString(numDiff) + ".\n"); } - - //cout << "after = " << oligo << '\t' << temp << '\t' << numDiff << endl; - if(numDiff < minDiff){ - minDiff = numDiff; - minCount = 1; - minRGroup.clear(); - minRGroup.push_back(it->second); - int tempminRPos = 0; - minRPos.clear(); - for(int i=0;ialignPrimer(oligo, rawRSequence.substr(0,oligo.length()+pdiffs)); + oligo = alignment->getSeqAAln(); + string temp = alignment->getSeqBAln(); + + int alnLength = oligo.length(); + for(int i=oligo.length()-1;i>=0;i--){ if(oligo[i] != '-'){ alnLength = i+1; break; } } + oligo = oligo.substr(0,alnLength); + temp = temp.substr(0,alnLength); + int numDiff = countDiffs(oligo, temp); + if (alnLength == 0) { numDiff = pdiffs + 1000; } + + if (m->debug) { m->mothurOut("[DEBUG]: reverse " + forwardSeq.getName() + " aligned fragment=" + temp + ", primer=" + oligo + ", numDiffs=" + toString(numDiff) + ".\n"); } + + //cout << "after = " << oligo << '\t' << temp << '\t' << numDiff << endl; + if(numDiff < minDiff){ + minDiff = numDiff; + minCount = 1; + minRGroup.clear(); + minRGroup.push_back(it->second); + int tempminRPos = 0; + minRPos.clear(); + for(int i=0;isecond); } - minRPos.push_back(tempminRPos); + }else { //is a match + minRPos.push_back(0); minRGroup.push_back(it->second); + minDiff = 0; } - } if(minDiff > pdiffs) { success[2] = minDiff; success[3] = 1e6; } //no good matches @@ -1748,7 +1895,21 @@ vector TrimOligos::stripForward(Sequence& forwardSeq, Sequence& reverseSeq, break; } - if((compareDNASeq(foligo, rawFSequence.substr(0,foligo.length()))) && (compareDNASeq(roligo, rawRSequence.substr((rawRSequence.length()-roligo.length()),roligo.length())))) { + if (foligo == "NONE") { + if (compareDNASeq(roligo, rawRSequence.substr(0,roligo.length()))) { + group = it->first; + reverseSeq.setUnaligned(rawRSequence.substr(roligo.length())); //trim reverse + success[0] = 0; success[1] = 0; success[2] = 0; success[3] = 0; + break; + } + }else if (roligo == "NONE") { + if (compareDNASeq(foligo, rawFSequence.substr(0,foligo.length()))) { + group = it->first; + forwardSeq.setUnaligned(rawFSequence.substr(foligo.length())); //trim forward + success[0] = 0; success[1] = 0; success[2] = 0; success[3] = 0; + break; + } + }else if((compareDNASeq(foligo, rawFSequence.substr(0,foligo.length()))) && (compareDNASeq(roligo, rawRSequence.substr((rawRSequence.length()-roligo.length()),roligo.length())))) { group = it->first; forwardSeq.setUnaligned(rawFSequence.substr(foligo.length())); reverseSeq.setUnaligned(rawRSequence.substr(roligo.length())); @@ -1793,45 +1954,51 @@ vector TrimOligos::stripForward(Sequence& forwardSeq, Sequence& reverseSeq, break; } //cout << "before = " << oligo << '\t' << rawFSequence.substr(0,oligo.length()+pdiffs) << endl; - //use needleman to align first barcode.length()+numdiffs of sequence to each barcode - alignment->alignPrimer(oligo, rawFSequence.substr(0,oligo.length()+pdiffs)); - oligo = alignment->getSeqAAln(); - string temp = alignment->getSeqBAln(); - - int alnLength = oligo.length(); - - for(int i=oligo.length()-1;i>=0;i--){ if(oligo[i] != '-'){ alnLength = i+1; break; } } - oligo = oligo.substr(0,alnLength); - temp = temp.substr(0,alnLength); - int numDiff = countDiffs(oligo, temp); - - if (m->debug) { m->mothurOut("[DEBUG]: forward " + forwardSeq.getName() + " aligned fragment=" + temp + ", primer=" + oligo + ", numDiffs=" + toString(numDiff) + ".\n"); } - - if (alnLength == 0) { numDiff = pdiffs + 1000; } - //cout << "after = " << oligo << '\t' << temp << '\t' << numDiff << endl; - - if(numDiff < minDiff){ - minDiff = numDiff; - minCount = 1; - minFGroup.clear(); - minFGroup.push_back(it->second); - int tempminFPos = 0; - minFPos.clear(); - for(int i=0;ialignPrimer(oligo, rawFSequence.substr(0,oligo.length()+pdiffs)); + oligo = alignment->getSeqAAln(); + string temp = alignment->getSeqBAln(); + + int alnLength = oligo.length(); + + for(int i=oligo.length()-1;i>=0;i--){ if(oligo[i] != '-'){ alnLength = i+1; break; } } + oligo = oligo.substr(0,alnLength); + temp = temp.substr(0,alnLength); + int numDiff = countDiffs(oligo, temp); + + if (m->debug) { m->mothurOut("[DEBUG]: forward " + forwardSeq.getName() + " aligned fragment=" + temp + ", primer=" + oligo + ", numDiffs=" + toString(numDiff) + ".\n"); } + + if (alnLength == 0) { numDiff = pdiffs + 1000; } + //cout << "after = " << oligo << '\t' << temp << '\t' << numDiff << endl; + + if(numDiff < minDiff){ + minDiff = numDiff; + minCount = 1; + minFGroup.clear(); + minFGroup.push_back(it->second); + int tempminFPos = 0; + minFPos.clear(); + for(int i=0;isecond); - int tempminFPos = 0; - for(int i=0;isecond); + int tempminFPos = 0; + for(int i=0;isecond); + minFPos.push_back(0); + minDiff = 0; } } @@ -1843,7 +2010,7 @@ vector TrimOligos::stripForward(Sequence& forwardSeq, Sequence& reverseSeq, //check for reverse match if (alignment != NULL) { delete alignment; } - if (irbarcodes.size() > 0) { alignment = new NeedlemanOverlap(-1.0, 1.0, -1.0, (maxRPrimerLength+pdiffs+1)); } + if (irprimers.size() > 0) { alignment = new NeedlemanOverlap(-1.0, 1.0, -1.0, (maxRPrimerLength+pdiffs+1)); } else{ alignment = NULL; } //can you find the barcode @@ -1861,44 +2028,50 @@ vector TrimOligos::stripForward(Sequence& forwardSeq, Sequence& reverseSeq, break; } - //use needleman to align first barcode.length()+numdiffs of sequence to each barcode - alignment->alignPrimer(oligo, rawRSequence.substr(0,oligo.length()+pdiffs)); - oligo = alignment->getSeqAAln(); - string temp = alignment->getSeqBAln(); - - int alnLength = oligo.length(); - for(int i=oligo.length()-1;i>=0;i--){ if(oligo[i] != '-'){ alnLength = i+1; break; } } - oligo = oligo.substr(0,alnLength); - temp = temp.substr(0,alnLength); - int numDiff = countDiffs(oligo, temp); - - if (m->debug) { m->mothurOut("[DEBUG]: reverse " + forwardSeq.getName() + " aligned fragment=" + temp + ", primer=" + oligo + ", numDiffs=" + toString(numDiff) + ".\n"); } - - if (alnLength == 0) { numDiff = pdiffs + 1000; } - - //cout << "after = " << oligo << '\t' << temp << '\t' << numDiff << endl; - if(numDiff < minDiff){ - minDiff = numDiff; - minCount = 1; - minRGroup.clear(); - minRGroup.push_back(it->second); - int tempminRPos = 0; - minRPos.clear(); - for(int i=0;ialignPrimer(oligo, rawRSequence.substr(0,oligo.length()+pdiffs)); + oligo = alignment->getSeqAAln(); + string temp = alignment->getSeqBAln(); + + int alnLength = oligo.length(); + for(int i=oligo.length()-1;i>=0;i--){ if(oligo[i] != '-'){ alnLength = i+1; break; } } + oligo = oligo.substr(0,alnLength); + temp = temp.substr(0,alnLength); + int numDiff = countDiffs(oligo, temp); + + if (m->debug) { m->mothurOut("[DEBUG]: reverse " + forwardSeq.getName() + " aligned fragment=" + temp + ", primer=" + oligo + ", numDiffs=" + toString(numDiff) + ".\n"); } + + if (alnLength == 0) { numDiff = pdiffs + 1000; } + + //cout << "after = " << oligo << '\t' << temp << '\t' << numDiff << endl; + if(numDiff < minDiff){ + minDiff = numDiff; + minCount = 1; + minRGroup.clear(); + minRGroup.push_back(it->second); + int tempminRPos = 0; + minRPos.clear(); + for(int i=0;isecond); } - minRPos.push_back(tempminRPos); + }else { //is a match + minRPos.push_back(0); minRGroup.push_back(it->second); + minDiff = 0; } } diff --git a/source/trimoligos.h b/source/trimoligos.h index 2fb4aef1..78b6f1f3 100644 --- a/source/trimoligos.h +++ b/source/trimoligos.h @@ -17,9 +17,15 @@ class TrimOligos { + +#ifdef UNIT_TEST + friend class TestTrimOligos; + TrimOligos() {}; + //add set variables function when completeing unit tests for this class +#endif public: - TrimOligos(int,int, map, map, vector); //pdiffs, bdiffs, primers, barcodes, revPrimers + TrimOligos(int,int,int, map, map, vector); //pdiffs, bdiffs, primers, barcodes, revPrimers TrimOligos(int,int, int, int, map, map, vector, vector, vector); //pdiffs, bdiffs, ldiffs, sdiffs, primers, barcodes, revPrimers, linker, spacer TrimOligos(int,int, int, int, map, map, bool); //pdiffs, bdiffs, ldiffs, sdiffs, primers, barcodes, hasIndex ~TrimOligos(); @@ -55,7 +61,7 @@ class TrimOligos { string getCodeValue(int, int); private: - int pdiffs, bdiffs, ldiffs, sdiffs; + int pdiffs, bdiffs, ldiffs, sdiffs, rdiffs; bool paired, hasIndex; map barcodes; diff --git a/source/validparameter.cpp b/source/validparameter.cpp index 252831fe..74f9d0c1 100644 --- a/source/validparameter.cpp +++ b/source/validparameter.cpp @@ -233,18 +233,34 @@ string ValidParameters::validFile(map& container, string paramet ableToOpen = m->openInputFile(it->second, in, "noerror"); in.close(); - //if you can't open it, try default location - if (ableToOpen == 1) { - if (m->getDefaultPath() != "") { //default path is set - string tryPath = m->getDefaultPath() + m->getSimpleName(it->second); - m->mothurOut("Unable to open " + it->second + ". Trying default " + tryPath); m->mothurOutEndLine(); - ifstream in2; - ableToOpen = m->openInputFile(tryPath, in2, "noerror"); - in2.close(); - container[parameter] = tryPath; - } - } + //if you can't open it, try default location + if (ableToOpen == 1) { + if (m->getDefaultPath() != "") { //default path is set + string tryPath = m->getDefaultPath() + m->getSimpleName(it->second); + m->mothurOut("Unable to open " + it->second + ". Trying default " + tryPath); m->mothurOutEndLine(); + ifstream in2; + ableToOpen = m->openInputFile(tryPath, in2, "noerror"); + in2.close(); + container[parameter] = tryPath; + } + } + //if you can't open it, try mothur's location + if (ableToOpen == 1) { + //look for mothurs exe + string mpath = m->mothurProgramPath; + //string tempPath = mpath; + //for (int i = 0; i < mpath.length(); i++) { tempPath[i] = tolower(mpath[i]); } + //mpath = mpath.substr(0, (tempPath.find_last_of('m'))); + + string tryPath = mpath + m->getSimpleName(it->second); + m->mothurOut("Unable to open " + it->second + ". Trying mothur's location " + tryPath); m->mothurOutEndLine(); + ifstream in2; + ableToOpen = m->openInputFile(tryPath, in2, "noerror"); + in2.close(); + container[parameter] = tryPath; + } + //if you can't open it, try default location if (ableToOpen == 1) { if (m->getOutputDir() != "") { //default path is set diff --git a/source/vsearchfileparser.cpp b/source/vsearchfileparser.cpp index 752bc07d..44629ef1 100644 --- a/source/vsearchfileparser.cpp +++ b/source/vsearchfileparser.cpp @@ -7,10 +7,7 @@ // #include "vsearchfileparser.h" -#include "deconvolutecommand.h" -#include "sequence.hpp" -#include "rabundvector.hpp" -#include "sabundvector.hpp" + /***********************************************************************/ VsearchFileParser::VsearchFileParser(){ @@ -65,7 +62,7 @@ string VsearchFileParser::getVsearchFile() { if (fastafile == "") { m->mothurOut("[ERROR]: no fasta file given, cannot continue.\n"); m->control_pressed = true; } //Run unique.seqs on the data if a name or count file is not given - if ((namefile == "") && (countfile == "")) { countfile = getNamesFile(fastafile); } + if ((namefile == "") && (countfile == "")) { getNamesFile(fastafile); } else if (namefile != "") { counts = m->readNames(namefile); } if (countfile != "") { CountTable countTable; countTable.readTable(countfile, false, false); counts = countTable.getNameMap(); } @@ -114,7 +111,7 @@ string VsearchFileParser::createVsearchFasta(string inputFile){ } in.close(); - m->printVsearchFile(seqs, vsearchFasta); + m->printVsearchFile(seqs, vsearchFasta, ";size=", ";"); return vsearchFasta; } @@ -127,7 +124,6 @@ string VsearchFileParser::createVsearchFasta(string inputFile){ string VsearchFileParser::getNamesFile(string& inputFile){ try { - string nameFile = ""; m->mothurOutEndLine(); m->mothurOut("No namesfile given, running unique.seqs command to generate one."); m->mothurOutEndLine(); m->mothurOutEndLine(); @@ -149,7 +145,7 @@ string VsearchFileParser::getNamesFile(string& inputFile){ countfile = filenames["count"][0]; fastafile = filenames["fasta"][0]; - return nameFile; + return countfile; } catch(exception& e) { m->errorOut(e, "VsearchFileParser", "getNamesFile"); @@ -176,20 +172,23 @@ int VsearchFileParser::createListFile(string inputFile, string listFile, string in >> recordType >> clusterNumber >> length >> percentIdentity >> strand >> notUsed1 >> notUsed2 >> compressedAlignment >> seqName >> repSequence; m->gobble(in); - seqName = removeAbundances(seqName); - - - if (format == "name") { - itName = nameMap.find(seqName); - if (itName == nameMap.end()) { m->mothurOut("[ERROR]: " + seqName + " is not in your name file. Parsing error???\n"); m->control_pressed = true; } - else{ seqName = itName->second; } + if (recordType != "S") { + + seqName = removeAbundances(seqName); + + if (format == "name") { + itName = nameMap.find(seqName); + if (itName == nameMap.end()) { m->mothurOut("[ERROR]: " + seqName + " is not in your name file. Parsing error???\n"); m->control_pressed = true; } + else{ seqName = itName->second; } + } + + string bin = list.get(clusterNumber); + if (bin == "") { bin = seqName; } + else { bin += ',' + seqName; } + list.set(clusterNumber, bin); + } - string bin = list.get(clusterNumber); - if (bin == "") { bin = seqName; } - else { bin += ',' + seqName; } - list.set(clusterNumber, bin); - } in.close(); @@ -213,7 +212,7 @@ int VsearchFileParser::createListFile(string inputFile, string listFile, string } } out.close(); - + return 0; } catch(exception& e) { @@ -226,7 +225,7 @@ int VsearchFileParser::createListFile(string inputFile, string listFile, string string VsearchFileParser::removeAbundances(string seqName){ try { - int pos = seqName.find_last_of("/", seqName.length()-2); //don't look at the last / + int pos = seqName.find_last_of(";", seqName.length()-2); //don't look at the last / if (pos != string::npos) { seqName = seqName.substr(0, pos); } return seqName; diff --git a/source/vsearchfileparser.h b/source/vsearchfileparser.h index 3327da77..b08b7e6a 100644 --- a/source/vsearchfileparser.h +++ b/source/vsearchfileparser.h @@ -10,7 +10,10 @@ #define __Mothur__vsearchfileparser__ #include "mothurout.h" - +#include "deconvolutecommand.h" +#include "sequence.hpp" +#include "rabundvector.hpp" +#include "sabundvector.hpp" /**************************************************************************************************/ diff --git a/source/weightedlinkage.cpp b/source/weightedlinkage.cpp index b79986bd..a6333db5 100644 --- a/source/weightedlinkage.cpp +++ b/source/weightedlinkage.cpp @@ -1,10 +1,7 @@ #ifndef WEIGHTEDLINKAGE_H #define WEIGHTEDLINKAGE_H - -#include "mothur.h" #include "cluster.hpp" -#include "rabundvector.hpp" /* This class implements the WPGMA, weighted average neighbor clustering algorithm */